01J9YDD96YR8DJHFZYBRHKJ4A2: build-and-test (helios)

BasicConfig {
    output_rules: [
        "%/work/*",
        "%/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: [],
    skip_clone: false,
}

Buildomat Job: 01J9YDDV3AJGWP2YAMKA0AR75F

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-11T18:29:23.113Zjob assigned to worker 01J9YDE24WFDS2X8J4CW5GKZR1 (queued for 50 s)
 
22024-10-11T18:29:30.524Zstarting task 0: "setup"
32024-10-11T18:29:30.534Z++ uname -s
42024-10-11T18:29:30.536Z+ kern=SunOS
52024-10-11T18:29:30.536Z+ case "$kern" in
62024-10-11T18:29:30.536Z+ groupadd -g 12345 build
72024-10-11T18:29:30.539Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-11T18:29:32.549Z+ zfs create -o mountpoint=/work rpool/work
92024-10-11T18:29:32.669Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-11T18:29:32.671Z+ home_fs=zfs
112024-10-11T18:29:32.671Z+ [[ zfs == autofs ]]
122024-10-11T18:29:32.671Z+ mkdir -p /home/build
132024-10-11T18:29:32.674Z+ chown build:build /home/build /work
142024-10-11T18:29:34.675Z+ chmod 0700 /home/build /work
152024-10-11T18:29:34.679Zprocess exited: duration 4155 ms, exit code 0
 
162024-10-11T18:29:34.685Zstarting task 1: "rust-toolchain"
172024-10-11T18:29:34.690Z+ printf ' * toolchain channel = "%s"
182024-10-11T18:29:34.690Z' 1.80.1
192024-10-11T18:29:34.690Z * toolchain channel = "1.80.1"
202024-10-11T18:29:34.690Z+ printf ' * toolchain profile = "%s"
212024-10-11T18:29:34.690Z' default
222024-10-11T18:29:34.693Z * toolchain profile = "default"
232024-10-11T18:29:34.693Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-11T18:29:34.693Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-10-11T18:29:34.822Zinfo: downloading installer
262024-10-11T18:29:36.354Zinfo: profile set to 'default'
272024-10-11T18:29:36.354Zinfo: default host triple is x86_64-unknown-illumos
282024-10-11T18:29:36.356Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-10-11T18:29:36.481Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-10-11T18:29:36.481Zinfo: downloading component 'cargo'
312024-10-11T18:29:37.162Zinfo: downloading component 'clippy'
322024-10-11T18:29:37.401Zinfo: downloading component 'rust-docs'
332024-10-11T18:29:38.355Zinfo: downloading component 'rust-std'
342024-10-11T18:29:39.686Zinfo: downloading component 'rustc'
352024-10-11T18:29:43.322Zinfo: downloading component 'rustfmt'
362024-10-11T18:29:43.519Zinfo: installing component 'cargo'
372024-10-11T18:29:44.364Zinfo: installing component 'clippy'
382024-10-11T18:29:44.731Zinfo: installing component 'rust-docs'
392024-10-11T18:29:46.348Zinfo: installing component 'rust-std'
402024-10-11T18:29:48.060Zinfo: installing component 'rustc'
412024-10-11T18:29:52.299Zinfo: installing component 'rustfmt'
422024-10-11T18:29:52.634Z
432024-10-11T18:29:52.634Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
442024-10-11T18:29:52.882Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-10-11T18:29:52.882Z
462024-10-11T18:29:52.885Z
472024-10-11T18:29:52.886ZRust is installed now. Great!
482024-10-11T18:29:52.886Z
492024-10-11T18:29:52.886ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-11T18:29:52.886Zenvironment variable. This has not been done automatically.
512024-10-11T18:29:52.886Z
522024-10-11T18:29:52.886ZTo configure your current shell, you need to source
532024-10-11T18:29:52.886Zthe corresponding env file under $HOME/.cargo.
542024-10-11T18:29:52.886Z
552024-10-11T18:29:52.886ZThis is usually done by running one of the following (note the leading DOT):
562024-10-11T18:29:52.886Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-11T18:29:52.886Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-11T18:29:52.933Z+ rustc --version
592024-10-11T18:29:52.995Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-10-11T18:29:52.998Zprocess exited: duration 18313 ms, exit code 0
 
612024-10-11T18:29:53.004Zstarting task 2: "authentication"
622024-10-11T18:29:53.024Zprocess exited: duration 19 ms, exit code 0
 
632024-10-11T18:29:53.031Zstarting task 3: "clone repository"
642024-10-11T18:29:53.035Z+ mkdir -p /work/oxidecomputer/omicron
652024-10-11T18:29:53.038Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-10-11T18:29:53.092ZCloning into '/work/oxidecomputer/omicron'...
672024-10-11T18:29:59.063Z+ cd /work/oxidecomputer/omicron
682024-10-11T18:29:59.063Z+ git fetch origin a2065fcd5ec639c0175b9851b472462e6bb2f63a
692024-10-11T18:29:59.409ZFrom https://github.com/oxidecomputer/omicron
702024-10-11T18:29:59.409Z * branch a2065fcd5ec639c0175b9851b472462e6bb2f63a -> FETCH_HEAD
712024-10-11T18:29:59.418Z+ [[ -n sunshowers/spr/6n-reconfigurator-cli-allow-loading-up-an-example-system ]]
722024-10-11T18:29:59.421Z++ git branch --show-current
732024-10-11T18:29:59.421Z+ current=main
742024-10-11T18:29:59.424Z+ [[ main != sunshowers/spr/6n-reconfigurator-cli-allow-loading-up-an-example-system ]]
752024-10-11T18:29:59.424Z+ git branch -f sunshowers/spr/6n-reconfigurator-cli-allow-loading-up-an-example-system a2065fcd5ec639c0175b9851b472462e6bb2f63a
762024-10-11T18:29:59.426Z+ git checkout -f sunshowers/spr/6n-reconfigurator-cli-allow-loading-up-an-example-system
772024-10-11T18:29:59.587ZSwitched to branch 'sunshowers/spr/6n-reconfigurator-cli-allow-loading-up-an-example-system'
782024-10-11T18:29:59.590Z+ git reset --hard a2065fcd5ec639c0175b9851b472462e6bb2f63a
792024-10-11T18:29:59.600ZHEAD is now at a2065fcd5 use wipe
802024-10-11T18:29:59.603Zprocess exited: duration 6570 ms, exit code 0
 
812024-10-11T18:29:59.610Zstarting task 4: "build"
822024-10-11T18:29:59.617Z+ source ./env.sh
832024-10-11T18:29:59.617Z++ OLD_SHELL_OPTS=ehxB
842024-10-11T18:29:59.617Z++ set -o xtrace
852024-10-11T18:29:59.620Z++++ dirname ./env.sh
862024-10-11T18:29:59.623Z+++ readlink -f .
872024-10-11T18:29:59.625Z++ OMICRON_WS=/work/oxidecomputer/omicron
882024-10-11T18:29:59.625Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
892024-10-11T18:29:59.625Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
902024-10-11T18:29:59.625Z++ 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
912024-10-11T18:29:59.625Z++ 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
922024-10-11T18:29:59.625Z++ 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
932024-10-11T18:29:59.625Z++ 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
942024-10-11T18:29:59.625Z++ 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
952024-10-11T18:29:59.625Z++ 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
962024-10-11T18:29:59.625Z++ case $OLD_SHELL_OPTS in
972024-10-11T18:29:59.626Z++ unset OLD_SHELL_OPTS OMICRON_WS
982024-10-11T18:29:59.626Z+ source .github/buildomat/ci-env.sh
992024-10-11T18:29:59.626Z++ export CARGO_TERM_COLOR=always
1002024-10-11T18:29:59.626Z++ CARGO_TERM_COLOR=always
1012024-10-11T18:29:59.626Z+ target_os=illumos
1022024-10-11T18:29:59.626Z+ NEXTEST_VERSION=0.9.78
1032024-10-11T18:29:59.626Z+ cargo --version
1042024-10-11T18:29:59.677Zcargo 1.80.1 (376290515 2024-07-16)
1052024-10-11T18:30:00.698Z+ rustc --version
1062024-10-11T18:30:00.705Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
1072024-10-11T18:30:00.706Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.78/illumos
1082024-10-11T18:30:00.706Z+ gunzip
1092024-10-11T18:30:00.706Z+ tar -xvf - -C /home/build/.cargo/bin
1102024-10-11T18:30:00.814Zx cargo-nextest, 16059952 bytes, 31368 tape blocks
1112024-10-11T18:30:00.825Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1122024-10-11T18:30:00.825Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1132024-10-11T18:30:00.825Ztests will store ephemeral output in /var/tmp/omicron_tmp
1142024-10-11T18:30:00.825Z+ mkdir /var/tmp/omicron_tmp
1152024-10-11T18:30:00.825Z+ OUTPUT_DIR=/work
1162024-10-11T18:30:00.825Z+ echo 'tests will store non-ephemeral output in /work'
1172024-10-11T18:30:00.826Ztests will store non-ephemeral output in /work
1182024-10-11T18:30:00.826Z+ mkdir -p /work
1192024-10-11T18:30:00.826Z+ banner prerequisites
1202024-10-11T18:30:00.826Z
1212024-10-11T18:30:00.826Z ##### ##### ###### ##### ###### #### # # # #### #
1222024-10-11T18:30:00.826Z # # # # # # # # # # # # # # #
1232024-10-11T18:30:00.827Z # # # # ##### # # ##### # # # # # #### #
1242024-10-11T18:30:00.827Z ##### ##### # ##### # # # # # # # # #
1252024-10-11T18:30:00.827Z # # # # # # # # # # # # # # #
1262024-10-11T18:30:00.827Z # # # ###### # # ###### ### # #### # #### #
1272024-10-11T18:30:00.827Z
1282024-10-11T18:30:00.827Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292024-10-11T18:30:08.196Z Startup: Refreshing catalog 'helios-dev' ... Done
1302024-10-11T18:30:11.089Z Startup: Caching catalogs ... Done
1312024-10-11T18:30:16.432ZPlanning: Solver setup ... Done (4.637s)
1322024-10-11T18:30:16.502ZPlanning: Running solver ... Done (0.071s)
1332024-10-11T18:30:16.575ZPlanning: Finding local manifests ... Done (0.004s)
1342024-10-11T18:30:16.584ZPlanning: Fetching manifests: 0/5 0% complete
1352024-10-11T18:30:16.800ZPlanning: Fetching manifests: 5/5 100% complete
1362024-10-11T18:30:16.899ZPlanning: Package planning ... Done (0.097s)
1372024-10-11T18:30:16.955ZPlanning: Merging actions ... Done (0.056s)
1382024-10-11T18:30:17.148ZPlanning: Checking for conflicting actions ... Done (0.194s)
1392024-10-11T18:30:18.695ZPlanning: Consolidating action changes ... Done (1.543s)
1402024-10-11T18:30:19.070ZPlanning: Evaluating mediators ... Done (0.378s)
1412024-10-11T18:30:19.277ZPlanning: Planning completed in 8.11 seconds
1422024-10-11T18:30:19.293Z Packages to install: 4
1432024-10-11T18:30:19.293Z Packages to update: 1
1442024-10-11T18:30:19.296Z Mediators to change: 2
1452024-10-11T18:30:19.296Z Services to change: 1
1462024-10-11T18:30:19.296Z Estimated space available: 155.70 GB
1472024-10-11T18:30:19.296ZEstimated space to be consumed: 1.57 GB
1482024-10-11T18:30:19.296Z Create boot environment: No
1492024-10-11T18:30:19.296ZCreate backup boot environment: Yes
1502024-10-11T18:30:19.296Z Rebuild boot archive: No
1512024-10-11T18:30:19.296Z
1522024-10-11T18:30:19.296ZChanged mediators:
1532024-10-11T18:30:19.296Z mediator clang:
1542024-10-11T18:30:19.296Z version: None -> 15 (system default)
1552024-10-11T18:30:19.296Z
1562024-10-11T18:30:19.296Z mediator llvm:
1572024-10-11T18:30:19.296Z version: 14 (system default) -> 15 (system default)
1582024-10-11T18:30:19.296Z
1592024-10-11T18:30:19.296ZChanged packages:
1602024-10-11T18:30:19.296Zhelios-dev
1612024-10-11T18:30:19.296Z developer/build-essential
1622024-10-11T18:30:19.296Z None -> 11-2.0
1632024-10-11T18:30:19.296Z library/libxmlsec1
1642024-10-11T18:30:19.296Z None -> 1.2.35-2.0
1652024-10-11T18:30:19.296Z ooce/developer/clang-15
1662024-10-11T18:30:19.296Z None -> 15.0.7-2.0
1672024-10-11T18:30:19.296Z ooce/developer/llvm-15
1682024-10-11T18:30:19.296Z None -> 15.0.7-2.0
1692024-10-11T18:30:19.296Z package/pkg
1702024-10-11T18:30:19.296Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1712024-10-11T18:30:19.296Z
1722024-10-11T18:30:19.297ZServices:
1732024-10-11T18:30:19.297Z restart_fmri:
1742024-10-11T18:30:19.297Z svc:/system/update-man-index:default
1752024-10-11T18:30:19.297Z
1762024-10-11T18:30:19.297ZEditable files to change:
1772024-10-11T18:30:19.297Z Update:
1782024-10-11T18:30:19.297Z usr/share/lib/pkg/web/config.shtml
1792024-10-11T18:30:19.374Z
1802024-10-11T18:30:19.374ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1812024-10-11T18:30:24.980ZDownload: 1198/4281 items 83.1/220.6MB 37% complete (21.1M/s)
1822024-10-11T18:30:29.980ZDownload: 2874/4281 items 121.1/220.6MB 54% complete (12.0M/s)
1832024-10-11T18:30:34.983ZDownload: 3544/4281 items 215.6/220.6MB 97% complete (13.5M/s)
1842024-10-11T18:30:39.252ZDownload: Completed 220.60 MB in 19.88 seconds (11.1M/s)
1852024-10-11T18:30:41.263Z Actions: 1/5063 actions (Removing old actions)
1862024-10-11T18:30:41.278Z Actions: 194/5063 actions (Installing new actions)
1872024-10-11T18:30:46.334Z Actions: 4080/5063 actions (Installing new actions)
1882024-10-11T18:30:46.796Z Actions: 4226/5063 actions (Updating modified actions)
1892024-10-11T18:30:47.225Z Actions: Completed 5063 actions in 5.96 seconds.
1902024-10-11T18:30:47.417Z Done (0.184s)
1912024-10-11T18:30:47.420Z Done (0.000s)
1922024-10-11T18:30:47.874Z Done (0.455s)
1932024-10-11T18:30:52.204Z Done (4.139s)
1942024-10-11T18:30:52.289Z Done (0.017s)
1952024-10-11T18:30:52.293Z Done (0.000s)
1962024-10-11T18:30:52.478Z Done (0.000s)
1972024-10-11T18:30:53.104ZPlanning: Evaluating mediator changes ... Done
1982024-10-11T18:30:53.261ZPlanning: Checking for conflicting actions ... Done
1992024-10-11T18:30:53.266ZPlanning: Consolidating action changes ... Done
2002024-10-11T18:30:53.523ZPlanning: Evaluating mediators ... Done
2012024-10-11T18:30:53.527ZPlanning: Planning completed in 0.42 seconds
2022024-10-11T18:30:53.564Z Mediators to change: 2
2032024-10-11T18:30:53.567Z Create boot environment: No
2042024-10-11T18:30:53.567ZCreate backup boot environment: No
2052024-10-11T18:30:53.633Z Done
2062024-10-11T18:30:53.633Z Done
2072024-10-11T18:30:53.965Z Done
2082024-10-11T18:30:57.423Z Done
2092024-10-11T18:30:57.512Z Done
2102024-10-11T18:30:57.514Z Done
2112024-10-11T18:30:57.600Z Done
2122024-10-11T18:30:58.194ZPlanning: Evaluating mediator changes ... Done
2132024-10-11T18:30:58.198ZPlanning: Merging actions ... Done
2142024-10-11T18:30:58.380ZPlanning: Checking for conflicting actions ... Done
2152024-10-11T18:30:58.382ZPlanning: Consolidating action changes ... Done
2162024-10-11T18:30:58.642ZPlanning: Evaluating mediators ... Done
2172024-10-11T18:30:58.697ZPlanning: Planning completed in 0.74 seconds
2182024-10-11T18:30:58.738Z Packages to change: 1
2192024-10-11T18:30:58.738Z Mediators to change: 1
2202024-10-11T18:30:58.740Z Services to change: 1
2212024-10-11T18:30:58.741Z Create boot environment: No
2222024-10-11T18:30:58.741ZCreate backup boot environment: Yes
2232024-10-11T18:31:00.506Z Actions: 1/6 actions (Updating modified actions)
2242024-10-11T18:31:00.569Z Actions: Completed 6 actions in 0.06 seconds.
2252024-10-11T18:31:00.572Z Done
2262024-10-11T18:31:00.572Z Done
2272024-10-11T18:31:00.666Z Done
2282024-10-11T18:31:04.156Z Done
2292024-10-11T18:31:04.241Z Done
2302024-10-11T18:31:04.244Z Done
2312024-10-11T18:31:04.366Z Done
2322024-10-11T18:31:04.796ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2332024-10-11T18:31:04.796Zclang system 15 system
2342024-10-11T18:31:04.796Zcsh system system illumos
2352024-10-11T18:31:04.796Zctags system system illumos
2362024-10-11T18:31:04.796Zgcc vendor 12 vendor
2372024-10-11T18:31:04.796Zgcc system 10 system
2382024-10-11T18:31:04.796Zgcc system 7 system
2392024-10-11T18:31:04.796Zgo system 1.20 system
2402024-10-11T18:31:04.796Zgo system 1.19 system
2412024-10-11T18:31:04.796Zllvm system 15 system
2422024-10-11T18:31:04.796Zllvm system 14 system
2432024-10-11T18:31:04.797Zmariadb system 10.6 system
2442024-10-11T18:31:04.797Zmta vendor vendor dma
2452024-10-11T18:31:04.797Zopenjdk system 17 system
2462024-10-11T18:31:04.797Zopenjdk system 11 system
2472024-10-11T18:31:04.797Zopenjdk system 1.8 system
2482024-10-11T18:31:04.797Zopenssl vendor 3 vendor
2492024-10-11T18:31:04.797Zperl system 5.36 system
2502024-10-11T18:31:04.797Zpostgresql system 15 system
2512024-10-11T18:31:04.797Zpostgresql system 13 system
2522024-10-11T18:31:04.797Zpython vendor 3 vendor
2532024-10-11T18:31:04.797Zpython system 2 system
2542024-10-11T18:31:04.797Zpython3 system 3.11 system
2552024-10-11T18:31:04.797Zruby system 3.0 system
2562024-10-11T18:31:04.797Zwords vendor vendor american-english
2572024-10-11T18:31:04.797Zwords system system australian-english
2582024-10-11T18:31:04.797Zwords system system british-english
2592024-10-11T18:31:04.797Zwords system system canadian-english
2602024-10-11T18:31:04.797Zwords system system french
2612024-10-11T18:31:04.797Zwords system system italian
2622024-10-11T18:31:04.797Zwords system system ngerman
2632024-10-11T18:31:04.797Zwords system system ogerman
2642024-10-11T18:31:04.797Zwords system system spanish
2652024-10-11T18:31:05.137ZPUBLISHER TYPE STATUS P LOCATION
2662024-10-11T18:31:05.137Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2672024-10-11T18:31:07.284ZFMRI IFO
2682024-10-11T18:31:07.284Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2692024-10-11T18:31:07.284Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2702024-10-11T18:31:07.284Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2712024-10-11T18:31:07.284Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2722024-10-11T18:31:07.284Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2732024-10-11T18:31:07.284Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2742024-10-11T18:31:07.284Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2752024-10-11T18:31:07.284Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2762024-10-11T18:31:07.284Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2772024-10-11T18:31:07.284Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2782024-10-11T18:31:07.284Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2792024-10-11T18:31:07.284Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2802024-10-11T18:31:07.284Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2812024-10-11T18:31:07.945Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2822024-10-11T18:31:08.228Z Updating crates.io index
2832024-10-11T18:31:08.286Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2842024-10-11T18:31:09.152Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2852024-10-11T18:31:09.522Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2862024-10-11T18:31:09.780Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2872024-10-11T18:31:10.080Z Updating git repository `https://github.com/oxidecomputer/propolis`
2882024-10-11T18:31:10.860Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892024-10-11T18:31:13.069Z Updating git repository `https://github.com/oxidecomputer/opte`
2902024-10-11T18:31:14.056Z Updating git repository `https://github.com/oxidecomputer/falcon`
2912024-10-11T18:31:14.710Z Updating git repository `https://github.com/oxidecomputer/clickward`
2922024-10-11T18:31:14.989Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2932024-10-11T18:31:15.239Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2942024-10-11T18:31:15.838Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2952024-10-11T18:31:16.152Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2962024-10-11T18:31:16.432Z Updating git repository `https://github.com/oxidecomputer/qorb`
2972024-10-11T18:31:16.739Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2982024-10-11T18:31:17.272Z Updating git repository `https://github.com/oxidecomputer/tofino`
2992024-10-11T18:31:17.541Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3002024-10-11T18:31:17.781Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3012024-10-11T18:31:18.018Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3022024-10-11T18:31:18.325Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3032024-10-11T18:31:18.611Z Updating git repository `https://github.com/oxidecomputer/ispf`
3042024-10-11T18:31:19.027Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3052024-10-11T18:31:19.257Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3062024-10-11T18:31:19.637Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3072024-10-11T18:31:20.075Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3082024-10-11T18:31:20.399Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3092024-10-11T18:31:20.736Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3102024-10-11T18:31:21.129Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3112024-10-11T18:31:21.371Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3122024-10-11T18:31:21.666Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3132024-10-11T18:31:23.079Z Downloading crates ...
3142024-10-11T18:31:23.137Z Downloaded anstyle-parse v0.2.4
3152024-10-11T18:31:23.146Z Downloaded anyhow v1.0.89
3162024-10-11T18:31:23.154Z Downloaded pretty-hex v0.4.1
3172024-10-11T18:31:23.158Z Downloaded equivalent v1.0.1
3182024-10-11T18:31:23.160Z Downloaded scroll_derive v0.12.0
3192024-10-11T18:31:23.168Z Downloaded usdt-attr-macro v0.5.0
3202024-10-11T18:31:23.170Z Downloaded ryu v1.0.18
3212024-10-11T18:31:23.173Z Downloaded swrite v0.1.0
3222024-10-11T18:31:23.183Z Downloaded fs-err v2.11.0
3232024-10-11T18:31:23.186Z Downloaded colorchoice v1.0.1
3242024-10-11T18:31:23.188Z Downloaded fastrand v2.1.1
3252024-10-11T18:31:23.188Z Downloaded proc-macro-error-attr v1.0.4
3262024-10-11T18:31:23.188Z Downloaded crypto-common v0.1.6
3272024-10-11T18:31:23.191Z Downloaded block-buffer v0.10.4
3282024-10-11T18:31:23.191Z Downloaded autocfg v1.3.0
3292024-10-11T18:31:23.194Z Downloaded toml_datetime v0.6.8
3302024-10-11T18:31:23.194Z Downloaded thiserror-impl v1.0.64
3312024-10-11T18:31:23.209Z Downloaded cargo-platform v0.1.8
3322024-10-11T18:31:23.209Z Downloaded tabled_derive v0.7.0
3332024-10-11T18:31:23.209Z Downloaded memmap v0.7.0
3342024-10-11T18:31:23.210Z Downloaded dof v0.3.0
3352024-10-11T18:31:23.210Z Downloaded byteorder v1.5.0
3362024-10-11T18:31:23.210Z Downloaded utf8parse v0.2.1
3372024-10-11T18:31:23.210Z Downloaded anstyle-query v1.0.3
3382024-10-11T18:31:23.210Z Downloaded heck v0.4.1
3392024-10-11T18:31:23.214Z Downloaded anstream v0.6.14
3402024-10-11T18:31:23.214Z Downloaded quote v1.0.37
3412024-10-11T18:31:23.216Z Downloaded thread-id v4.2.1
3422024-10-11T18:31:23.216Z Downloaded clap_derive v4.5.18
3432024-10-11T18:31:23.219Z Downloaded terminal_size v0.4.0
3442024-10-11T18:31:23.222Z Downloaded anstyle v1.0.8
3452024-10-11T18:31:23.222Z Downloaded zerocopy-derive v0.7.34
3462024-10-11T18:31:23.227Z Downloaded thiserror v1.0.64
3472024-10-11T18:31:23.233Z Downloaded tempfile v3.13.0
3482024-10-11T18:31:23.236Z Downloaded is_terminal_polyfill v1.70.0
3492024-10-11T18:31:23.236Z Downloaded pest_derive v2.7.10
3502024-10-11T18:31:23.236Z Downloaded dtrace-parser v0.2.0
3512024-10-11T18:31:23.238Z Downloaded usdt-impl v0.5.0
3522024-10-11T18:31:23.238Z Downloaded sha2 v0.10.8
3532024-10-11T18:31:23.241Z Downloaded papergrid v0.11.0
3542024-10-11T18:31:23.244Z Downloaded usdt-macro v0.5.0
3552024-10-11T18:31:23.247Z Downloaded clap_lex v0.7.0
3562024-10-11T18:31:23.249Z Downloaded bitflags v2.6.0
3572024-10-11T18:31:23.253Z Downloaded typenum v1.17.0
3582024-10-11T18:31:23.255Z Downloaded pest_meta v2.7.10
3592024-10-11T18:31:23.258Z Downloaded unicode-ident v1.0.13
3602024-10-11T18:31:23.260Z Downloaded heck v0.5.0
3612024-10-11T18:31:23.263Z Downloaded generic-array v0.14.7
3622024-10-11T18:31:23.263Z Downloaded itoa v1.0.11
3632024-10-11T18:31:23.266Z Downloaded fnv v1.0.7
3642024-10-11T18:31:23.266Z Downloaded cpufeatures v0.2.12
3652024-10-11T18:31:23.268Z Downloaded errno v0.3.9
3662024-10-11T18:31:23.268Z Downloaded plain v0.2.3
3672024-10-11T18:31:23.268Z Downloaded camino-tempfile v1.1.1
3682024-10-11T18:31:23.271Z Downloaded bytecount v0.6.8
3692024-10-11T18:31:23.274Z Downloaded digest v0.10.7
3702024-10-11T18:31:23.274Z Downloaded cfg-if v1.0.0
3712024-10-11T18:31:23.276Z Downloaded macaddr v1.0.1
3722024-10-11T18:31:23.276Z Downloaded strsim v0.11.1
3732024-10-11T18:31:23.279Z Downloaded serde_spanned v0.6.7
3742024-10-11T18:31:23.285Z Downloaded version_check v0.9.5
3752024-10-11T18:31:23.288Z Downloaded cargo_toml v0.20.5
3762024-10-11T18:31:23.288Z Downloaded unicode-linebreak v0.1.5
3772024-10-11T18:31:23.291Z Downloaded usdt v0.5.0
3782024-10-11T18:31:23.291Z Downloaded smawk v0.3.2
3792024-10-11T18:31:23.294Z Downloaded proc-macro-error v1.0.4
3802024-10-11T18:31:23.298Z Downloaded once_cell v1.19.0
3812024-10-11T18:31:23.301Z Downloaded semver v1.0.23
3822024-10-11T18:31:23.305Z Downloaded pest_generator v2.7.10
3832024-10-11T18:31:23.307Z Downloaded camino v1.1.9
3842024-10-11T18:31:23.310Z Downloaded serde_tokenstream v0.2.2
3852024-10-11T18:31:23.312Z Downloaded scroll v0.12.0
3862024-10-11T18:31:23.312Z Downloaded indexmap v2.5.0
3872024-10-11T18:31:23.316Z Downloaded serde v1.0.210
3882024-10-11T18:31:23.323Z Downloaded cargo_metadata v0.18.1
3892024-10-11T18:31:23.325Z Downloaded proc-macro2 v1.0.86
3902024-10-11T18:31:23.327Z Downloaded clap v4.5.20
3912024-10-11T18:31:23.335Z Downloaded log v0.4.22
3922024-10-11T18:31:23.338Z Downloaded ucd-trie v0.1.6
3932024-10-11T18:31:23.340Z Downloaded toml v0.8.19
3942024-10-11T18:31:23.343Z Downloaded textwrap v0.16.1
3952024-10-11T18:31:23.347Z Downloaded serde_derive v1.0.210
3962024-10-11T18:31:23.366Z Downloaded memchr v2.7.2
3972024-10-11T18:31:23.381Z Downloaded toml_edit v0.22.22
3982024-10-11T18:31:23.403Z Downloaded pest v2.7.10
3992024-10-11T18:31:23.410Z Downloaded winnow v0.6.18
4002024-10-11T18:31:23.419Z Downloaded clap_builder v4.5.20
4012024-10-11T18:31:23.425Z Downloaded serde_json v1.0.128
4022024-10-11T18:31:23.432Z Downloaded hashbrown v0.14.5
4032024-10-11T18:31:23.437Z Downloaded goblin v0.8.2
4042024-10-11T18:31:23.443Z Downloaded zerocopy v0.7.34
4052024-10-11T18:31:23.458Z Downloaded tabled v0.15.0
4062024-10-11T18:31:23.472Z Downloaded syn v2.0.79
4072024-10-11T18:31:23.483Z Downloaded syn v1.0.109
4082024-10-11T18:31:23.492Z Downloaded rustix v0.38.37
4092024-10-11T18:31:23.514Z Downloaded unicode-width v0.1.13
4102024-10-11T18:31:23.522Z Downloaded libc v0.2.159
4112024-10-11T18:31:23.819Z Compiling proc-macro2 v1.0.86
4122024-10-11T18:31:23.819Z Compiling unicode-ident v1.0.13
4132024-10-11T18:31:23.822Z Compiling version_check v0.9.5
4142024-10-11T18:31:23.822Z Compiling serde v1.0.210
4152024-10-11T18:31:23.822Z Compiling thiserror v1.0.64
4162024-10-11T18:31:23.822Z Compiling memchr v2.7.2
4172024-10-11T18:31:23.822Z Compiling libc v0.2.159
4182024-10-11T18:31:23.822Z Compiling ryu v1.0.18
4192024-10-11T18:31:24.073Z Compiling ucd-trie v0.1.6
4202024-10-11T18:31:24.240Z Compiling itoa v1.0.11
4212024-10-11T18:31:24.663Z Compiling once_cell v1.19.0
4222024-10-11T18:31:24.684Z Compiling byteorder v1.5.0
4232024-10-11T18:31:25.038Z Compiling serde_json v1.0.128
4242024-10-11T18:31:25.079Z Compiling rustix v0.38.37
4252024-10-11T18:31:25.082Z Compiling bitflags v2.6.0
4262024-10-11T18:31:25.392Z Compiling usdt-impl v0.5.0
4272024-10-11T18:31:25.482Z Compiling proc-macro-error-attr v1.0.4
4282024-10-11T18:31:25.526Z Compiling syn v1.0.109
4292024-10-11T18:31:25.549Z Compiling proc-macro-error v1.0.4
4302024-10-11T18:31:25.854Z Compiling hashbrown v0.14.5
4312024-10-11T18:31:25.877Z Compiling camino v1.1.9
4322024-10-11T18:31:25.919Z Compiling quote v1.0.37
4332024-10-11T18:31:26.021Z Compiling equivalent v1.0.1
4342024-10-11T18:31:26.142Z Compiling plain v0.2.3
4352024-10-11T18:31:26.234Z Compiling utf8parse v0.2.1
4362024-10-11T18:31:26.298Z Compiling syn v2.0.79
4372024-10-11T18:31:26.404Z Compiling errno v0.3.9
4382024-10-11T18:31:26.517Z Compiling log v0.4.22
4392024-10-11T18:31:26.619Z Compiling thread-id v4.2.1
4402024-10-11T18:31:26.699Z Compiling anstyle-parse v0.2.4
4412024-10-11T18:31:26.894Z Compiling anstyle-query v1.0.3
4422024-10-11T18:31:27.010Z Compiling semver v1.0.23
4432024-10-11T18:31:27.061Z Compiling indexmap v2.5.0
4442024-10-11T18:31:27.160Z Compiling winnow v0.6.18
4452024-10-11T18:31:27.263Z Compiling autocfg v1.3.0
4462024-10-11T18:31:27.550Z Compiling colorchoice v1.0.1
4472024-10-11T18:31:27.711Z Compiling anstyle v1.0.8
4482024-10-11T18:31:27.713Z Compiling pretty-hex v0.4.1
4492024-10-11T18:31:27.912Z Compiling is_terminal_polyfill v1.70.0
4502024-10-11T18:31:28.047Z Compiling unicode-width v0.1.13
4512024-10-11T18:31:28.196Z Compiling anstream v0.6.14
4522024-10-11T18:31:28.224Z Compiling fs-err v2.11.0
4532024-10-11T18:31:28.515Z Compiling bytecount v0.6.8
4542024-10-11T18:31:28.536Z Compiling heck v0.5.0
4552024-10-11T18:31:28.539Z Compiling cfg-if v1.0.0
4562024-10-11T18:31:28.662Z Compiling strsim v0.11.1
4572024-10-11T18:31:28.727Z Compiling terminal_size v0.4.0
4582024-10-11T18:31:28.932Z Compiling fastrand v2.1.1
4592024-10-11T18:31:29.051Z Compiling heck v0.4.1
4602024-10-11T18:31:29.389Z Compiling anyhow v1.0.89
4612024-10-11T18:31:29.505Z Compiling clap_lex v0.7.0
4622024-10-11T18:31:29.596Z Compiling fnv v1.0.7
4632024-10-11T18:31:29.648Z Compiling tempfile v3.13.0
4642024-10-11T18:31:29.735Z Compiling papergrid v0.11.0
4652024-10-11T18:31:30.064Z Compiling clap_builder v4.5.20
4662024-10-11T18:31:30.249Z Compiling memmap v0.7.0
4672024-10-11T18:31:30.369Z Compiling unicode-linebreak v0.1.5
4682024-10-11T18:31:30.543Z Compiling smawk v0.3.2
4692024-10-11T18:31:30.768Z Compiling textwrap v0.16.1
4702024-10-11T18:31:30.920Z Compiling swrite v0.1.0
4712024-10-11T18:31:32.223Z Compiling tabled_derive v0.7.0
4722024-10-11T18:31:33.694Z Compiling tabled v0.15.0
4732024-10-11T18:31:35.087Z Compiling serde_derive v1.0.210
4742024-10-11T18:31:35.087Z Compiling thiserror-impl v1.0.64
4752024-10-11T18:31:35.089Z Compiling zerocopy-derive v0.7.34
4762024-10-11T18:31:35.133Z Compiling scroll_derive v0.12.0
4772024-10-11T18:31:35.493Z Compiling clap_derive v4.5.18
4782024-10-11T18:31:36.449Z Compiling scroll v0.12.0
4792024-10-11T18:31:36.916Z Compiling goblin v0.8.2
4802024-10-11T18:31:36.948Z Compiling zerocopy v0.7.34
4812024-10-11T18:31:37.623Z Compiling pest v2.7.10
4822024-10-11T18:31:39.218Z Compiling clap v4.5.20
4832024-10-11T18:31:39.945Z Compiling pest_meta v2.7.10
4842024-10-11T18:31:40.779Z Compiling pest_generator v2.7.10
4852024-10-11T18:31:42.408Z Compiling pest_derive v2.7.10
4862024-10-11T18:31:43.213Z Compiling dtrace-parser v0.2.0
4872024-10-11T18:31:45.154Z Compiling serde_spanned v0.6.7
4882024-10-11T18:31:45.154Z Compiling toml_datetime v0.6.8
4892024-10-11T18:31:45.157Z Compiling cargo-platform v0.1.8
4902024-10-11T18:31:45.537Z Compiling serde_tokenstream v0.2.2
4912024-10-11T18:31:45.624Z Compiling toml_edit v0.22.22
4922024-10-11T18:31:45.660Z Compiling macaddr v1.0.1
4932024-10-11T18:31:45.862Z Compiling camino-tempfile v1.1.1
4942024-10-11T18:31:46.543Z Compiling dof v0.3.0
4952024-10-11T18:31:46.543Z Compiling cargo_metadata v0.18.1
4962024-10-11T18:31:48.373Z Compiling toml v0.8.19
4972024-10-11T18:31:48.515Z Compiling usdt-attr-macro v0.5.0
4982024-10-11T18:31:48.515Z Compiling usdt-macro v0.5.0
4992024-10-11T18:31:49.244Z Compiling cargo_toml v0.20.5
5002024-10-11T18:31:49.945Z Compiling usdt v0.5.0
5012024-10-11T18:31:53.094Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5022024-10-11T18:31:57.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.29s
5032024-10-11T18:31:57.266Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5042024-10-11T18:31:57.834Z Downloading crates ...
5052024-10-11T18:31:57.961Z Downloaded array-init v0.0.4
5062024-10-11T18:31:57.971Z Downloaded atty v0.2.14
5072024-10-11T18:31:57.976Z Downloaded async-stream-impl v0.3.5
5082024-10-11T18:31:57.978Z Downloaded async-recursion v1.1.1
5092024-10-11T18:31:57.981Z Downloaded aead v0.5.2
5102024-10-11T18:31:57.987Z Downloaded cfg_aliases v0.2.1
5112024-10-11T18:31:57.989Z Downloaded instant v0.1.12
5122024-10-11T18:31:57.992Z Downloaded crucible-workspace-hack v0.1.0
5132024-10-11T18:31:57.996Z Downloaded bb8 v0.8.5
5142024-10-11T18:31:57.998Z Downloaded crc-catalog v2.4.0
5152024-10-11T18:31:57.998Z Downloaded hmac v0.12.1
5162024-10-11T18:31:58.001Z Downloaded block-padding v0.3.3
5172024-10-11T18:31:58.003Z Downloaded bitflags v1.3.2
5182024-10-11T18:31:58.007Z Downloaded constant_time_eq v0.3.0
5192024-10-11T18:31:58.009Z Downloaded is-terminal v0.4.12
5202024-10-11T18:31:58.011Z Downloaded adler v1.0.2
5212024-10-11T18:31:58.013Z Downloaded bitfield v0.14.0
5222024-10-11T18:31:58.015Z Downloaded match_cfg v0.1.0
5232024-10-11T18:31:58.015Z Downloaded normalize-line-endings v0.3.0
5242024-10-11T18:31:58.018Z Downloaded md5 v0.7.0
5252024-10-11T18:31:58.018Z Downloaded cexpr v0.6.0
5262024-10-11T18:31:58.020Z Downloaded data-encoding v2.6.0
5272024-10-11T18:31:58.022Z Downloaded newtype_derive v0.1.6
5282024-10-11T18:31:58.025Z Downloaded nodrop v0.1.14
5292024-10-11T18:31:58.025Z Downloaded keccak v0.1.5
5302024-10-11T18:31:58.028Z Downloaded inout v0.1.3
5312024-10-11T18:31:58.028Z Downloaded indent_write v2.2.0
5322024-10-11T18:31:58.031Z Downloaded cipher v0.4.4
5332024-10-11T18:31:58.034Z Downloaded humantime v2.1.0
5342024-10-11T18:31:58.034Z Downloaded hostname v0.3.1
5352024-10-11T18:31:58.037Z Downloaded http-body-util v0.1.2
5362024-10-11T18:31:58.039Z Downloaded ciborium v0.2.2
5372024-10-11T18:31:58.042Z Downloaded arrayvec v0.7.4
5382024-10-11T18:31:58.045Z Downloaded mockall v0.13.0
5392024-10-11T18:31:58.047Z Downloaded memoffset v0.9.1
5402024-10-11T18:31:58.049Z Downloaded nanorand v0.7.0
5412024-10-11T18:31:58.052Z Downloaded managed v0.8.0
5422024-10-11T18:31:58.053Z Downloaded http-body v1.0.0
5432024-10-11T18:31:58.055Z Downloaded linear-map v1.2.0
5442024-10-11T18:31:58.057Z Downloaded lazy_static v1.5.0
5452024-10-11T18:31:58.060Z Downloaded cfg_aliases v0.1.1
5462024-10-11T18:31:58.060Z Downloaded is_ci v1.2.0
5472024-10-11T18:31:58.062Z Downloaded hubpack_derive v0.1.1
5482024-10-11T18:31:58.062Z Downloaded cassowary v0.3.0
5492024-10-11T18:31:58.064Z Downloaded ciborium-io v0.2.2
5502024-10-11T18:31:58.066Z Downloaded debug-ignore v1.0.5
5512024-10-11T18:31:58.068Z Downloaded http-body v0.4.6
5522024-10-11T18:31:58.084Z Downloaded maybe-uninit v2.0.0
5532024-10-11T18:31:58.084Z Downloaded libefi-sys v0.1.0
5542024-10-11T18:31:58.084Z Downloaded ipnet v2.10.1
5552024-10-11T18:31:58.084Z Downloaded httparse v1.8.0
5562024-10-11T18:31:58.084Z Downloaded lock_api v0.4.12
5572024-10-11T18:31:58.084Z Downloaded arc-swap v1.7.1
5582024-10-11T18:31:58.087Z Downloaded multer v3.1.0
5592024-10-11T18:31:58.087Z Downloaded matches v0.1.10
5602024-10-11T18:31:58.090Z Downloaded darling_macro v0.20.9
5612024-10-11T18:31:58.090Z Downloaded cstr-argument v0.1.2
5622024-10-11T18:31:58.092Z Downloaded crunchy v0.2.2
5632024-10-11T18:31:58.092Z Downloaded lru-cache v0.1.2
5642024-10-11T18:31:58.095Z Downloaded rustc_version v0.4.0
5652024-10-11T18:31:58.095Z Downloaded newline-converter v0.3.0
5662024-10-11T18:31:58.097Z Downloaded indicatif v0.17.8
5672024-10-11T18:31:58.101Z Downloaded signal-hook-tokio v0.3.1
5682024-10-11T18:31:58.103Z Downloaded slog-bunyan v2.5.0
5692024-10-11T18:31:58.106Z Downloaded httpdate v1.0.3
5702024-10-11T18:31:58.106Z Downloaded cookie v0.18.1
5712024-10-11T18:31:58.109Z Downloaded hostname v0.4.0
5722024-10-11T18:31:58.112Z Downloaded instability v0.3.2
5732024-10-11T18:31:58.114Z Downloaded impl-trait-for-tuples v0.2.2
5742024-10-11T18:31:58.119Z Downloaded atomicwrites v0.4.4
5752024-10-11T18:31:58.121Z Downloaded kstat-rs v0.2.4
5762024-10-11T18:31:58.121Z Downloaded mime_guess v2.0.4
5772024-10-11T18:31:58.121Z Downloaded ipnetwork v0.20.0
5782024-10-11T18:31:58.125Z Downloaded castaway v0.2.3
5792024-10-11T18:31:58.128Z Downloaded tinyvec_macros v0.1.1
5802024-10-11T18:31:58.128Z Downloaded take_mut v0.2.2
5812024-10-11T18:31:58.130Z Downloaded sync_wrapper v1.0.1
5822024-10-11T18:31:58.130Z Downloaded convert_case v0.4.0
5832024-10-11T18:31:58.133Z Downloaded chacha20poly1305 v0.10.1
5842024-10-11T18:31:58.133Z Downloaded bytes v1.7.2
5852024-10-11T18:31:58.137Z Downloaded chacha20 v0.9.1
5862024-10-11T18:31:58.140Z Downloaded multimap v0.10.0
5872024-10-11T18:31:58.142Z Downloaded lazycell v1.3.0
5882024-10-11T18:31:58.144Z Downloaded libsw v3.3.1
5892024-10-11T18:31:58.147Z Downloaded zone_cfg_derive v0.1.2
5902024-10-11T18:31:58.147Z Downloaded iana-time-zone v0.1.60
5912024-10-11T18:31:58.150Z Downloaded base64 v0.13.1
5922024-10-11T18:31:58.153Z Downloaded mime v0.3.17
5932024-10-11T18:31:58.155Z Downloaded nibble_vec v0.1.0
5942024-10-11T18:31:58.158Z Downloaded bitfield-struct v0.6.1
5952024-10-11T18:31:58.158Z Downloaded base16ct v0.2.0
5962024-10-11T18:31:58.160Z Downloaded newtype-uuid v1.1.0
5972024-10-11T18:31:58.162Z Downloaded foreign-types-shared v0.3.1
5982024-10-11T18:31:58.162Z Downloaded foreign-types-shared v0.1.1
5992024-10-11T18:31:58.165Z Downloaded sqlformat v0.2.6
6002024-10-11T18:31:58.168Z Downloaded rustversion v1.0.17
6012024-10-11T18:31:58.171Z Downloaded serde_urlencoded v0.7.1
6022024-10-11T18:31:58.173Z Downloaded tls_codec_derive v0.4.1
6032024-10-11T18:31:58.175Z Downloaded tap v1.0.1
6042024-10-11T18:31:58.175Z Downloaded spki v0.7.3
6052024-10-11T18:31:58.178Z Downloaded compact_str v0.8.0
6062024-10-11T18:31:58.181Z Downloaded jobserver v0.1.32
6072024-10-11T18:31:58.184Z Downloaded const-oid v0.9.6
6082024-10-11T18:31:58.187Z Downloaded base64ct v1.6.0
6092024-10-11T18:31:58.189Z Downloaded backoff v0.4.0
6102024-10-11T18:31:58.192Z Downloaded tabwriter v1.4.0
6112024-10-11T18:31:58.195Z Downloaded openssl-probe v0.1.5
6122024-10-11T18:31:58.197Z Downloaded hkdf v0.12.4
6132024-10-11T18:31:58.199Z Downloaded openssl-macros v0.1.1
6142024-10-11T18:31:58.202Z Downloaded tls_codec v0.4.1
6152024-10-11T18:31:58.205Z Downloaded console v0.15.8
6162024-10-11T18:31:58.207Z Downloaded progenitor-client v0.8.0
6172024-10-11T18:31:58.209Z Downloaded phf_shared v0.10.0
6182024-10-11T18:31:58.209Z Downloaded whoami v1.5.2
6192024-10-11T18:31:58.212Z Downloaded utf-8 v0.7.6
6202024-10-11T18:31:58.215Z Downloaded foreign-types-macros v0.2.3
6212024-10-11T18:31:58.215Z Downloaded zone v0.3.0
6222024-10-11T18:31:58.218Z Downloaded untrusted v0.9.0
6232024-10-11T18:31:58.218Z Downloaded unicode-xid v0.2.4
6242024-10-11T18:31:58.221Z Downloaded scopeguard v1.2.0
6252024-10-11T18:31:58.221Z Downloaded enum-as-inner v0.5.1
6262024-10-11T18:31:58.223Z Downloaded csv-core v0.1.11
6272024-10-11T18:31:58.225Z Downloaded darling v0.20.9
6282024-10-11T18:31:58.229Z Downloaded async-trait v0.1.83
6292024-10-11T18:31:58.233Z Downloaded sync_wrapper v0.1.2
6302024-10-11T18:31:58.238Z Downloaded strum v0.26.3
6312024-10-11T18:31:58.241Z Downloaded ff v0.13.0
6322024-10-11T18:31:58.241Z Downloaded indexmap v1.9.3
6332024-10-11T18:31:58.244Z Downloaded snafu-derive v0.8.2
6342024-10-11T18:31:58.247Z Downloaded darling_core v0.20.9
6352024-10-11T18:31:58.250Z Downloaded crypto-bigint v0.5.5
6362024-10-11T18:31:58.258Z Downloaded hex v0.4.3
6372024-10-11T18:31:58.260Z Downloaded hash32 v0.3.1
6382024-10-11T18:31:58.262Z Downloaded phf v0.11.2
6392024-10-11T18:31:58.265Z Downloaded vte_generate_state_changes v0.1.1
6402024-10-11T18:31:58.265Z Downloaded derive_builder_macro v0.20.0
6412024-10-11T18:31:58.267Z Downloaded rayon-core v1.12.1
6422024-10-11T18:31:58.271Z Downloaded num v0.4.3
6432024-10-11T18:31:58.273Z Downloaded float-ord v0.3.2
6442024-10-11T18:31:58.275Z Downloaded dhcproto-macros v0.1.0
6452024-10-11T18:31:58.275Z Downloaded russh-keys v0.45.0
6462024-10-11T18:31:58.279Z Downloaded parse-display-derive v0.10.0
6472024-10-11T18:31:58.282Z Downloaded salsa20 v0.10.2
6482024-10-11T18:31:58.282Z Downloaded progenitor v0.8.0
6492024-10-11T18:31:58.284Z Downloaded shlex v1.3.0
6502024-10-11T18:31:58.284Z Downloaded serde_with_macros v3.9.0
6512024-10-11T18:31:58.287Z Downloaded phf_shared v0.11.2
6522024-10-11T18:31:58.290Z Downloaded des v0.8.1
6532024-10-11T18:31:58.292Z Downloaded heck v0.3.3
6542024-10-11T18:31:58.292Z Downloaded shell-words v1.1.0
6552024-10-11T18:31:58.295Z Downloaded tracing-attributes v0.1.27
6562024-10-11T18:31:58.297Z Downloaded smallvec v1.13.2
6572024-10-11T18:31:58.299Z Downloaded supports-color v3.0.1
6582024-10-11T18:31:58.302Z Downloaded subtle v2.5.0
6592024-10-11T18:31:58.304Z Downloaded crossbeam-channel v0.5.12
6602024-10-11T18:31:58.308Z Downloaded ref-cast-impl v1.0.23
6612024-10-11T18:31:58.311Z Downloaded oso-derive v0.27.3
6622024-10-11T18:31:58.311Z Downloaded argon2 v0.5.3
6632024-10-11T18:31:58.314Z Downloaded tokio-native-tls v0.3.1
6642024-10-11T18:31:58.317Z Downloaded crossbeam-utils v0.8.19
6652024-10-11T18:31:58.319Z Downloaded mio v0.8.11
6662024-10-11T18:31:58.335Z Downloaded crc-any v2.5.0
6672024-10-11T18:31:58.338Z Downloaded env_filter v0.1.2
6682024-10-11T18:31:58.340Z Downloaded defmt-parser v0.3.4
6692024-10-11T18:31:58.340Z Downloaded zeroize_derive v1.4.2
6702024-10-11T18:31:58.343Z Downloaded unicode-truncate v1.0.0
6712024-10-11T18:31:58.345Z Downloaded twox-hash v1.6.3
6722024-10-11T18:31:58.347Z Downloaded spin v0.9.8
6732024-10-11T18:31:58.350Z Downloaded wait-timeout v0.2.0
6742024-10-11T18:31:58.352Z Downloaded time-core v0.1.2
6752024-10-11T18:31:58.352Z Downloaded predicates-core v1.0.6
6762024-10-11T18:31:58.355Z Downloaded highway v1.2.0
6772024-10-11T18:31:58.357Z Downloaded allocator-api2 v0.2.18
6782024-10-11T18:31:58.359Z Downloaded fixedbitset v0.4.2
6792024-10-11T18:31:58.362Z Downloaded mockall_derive v0.13.0
6802024-10-11T18:31:58.364Z Downloaded num-iter v0.1.45
6812024-10-11T18:31:58.367Z Downloaded dropshot_endpoint v0.12.0
6822024-10-11T18:31:58.370Z Downloaded foreign-types v0.3.2
6832024-10-11T18:31:58.374Z Downloaded http v0.2.12
6842024-10-11T18:31:58.377Z Downloaded fxhash v0.2.1
6852024-10-11T18:31:58.377Z Downloaded pem-rfc7468 v0.7.0
6862024-10-11T18:31:58.379Z Downloaded float-cmp v0.9.0
6872024-10-11T18:31:58.381Z Downloaded proc-macro-crate v1.3.1
6882024-10-11T18:31:58.384Z Downloaded primeorder v0.13.6
6892024-10-11T18:31:58.384Z Downloaded pem v3.0.4
6902024-10-11T18:31:58.386Z Downloaded pbkdf2 v0.12.2
6912024-10-11T18:31:58.390Z Downloaded slog-dtrace v0.3.0
6922024-10-11T18:31:58.390Z Downloaded const_format v0.2.33
6932024-10-11T18:31:58.394Z Downloaded headers-core v0.3.0
6942024-10-11T18:31:58.397Z Downloaded rand_xorshift v0.3.0
6952024-10-11T18:31:58.399Z Downloaded stable_deref_trait v1.2.0
6962024-10-11T18:31:58.399Z Downloaded tracing v0.1.40
6972024-10-11T18:31:58.404Z Downloaded uuid v1.10.0
6982024-10-11T18:31:58.408Z Downloaded zerocopy v0.6.6
6992024-10-11T18:31:58.410Z Downloaded parse-size v1.0.0
7002024-10-11T18:31:58.413Z Downloaded hashlink v0.9.1
7012024-10-11T18:31:58.415Z Downloaded same-file v1.0.6
7022024-10-11T18:31:58.418Z Downloaded scheduled-thread-pool v0.2.7
7032024-10-11T18:31:58.418Z Downloaded pretty-hex v0.2.1
7042024-10-11T18:31:58.420Z Downloaded vte v0.11.1
7052024-10-11T18:31:58.423Z Downloaded vsss-rs v3.3.4
7062024-10-11T18:31:58.425Z Downloaded xattr v1.3.1
7072024-10-11T18:31:58.427Z Downloaded thread_local v1.1.8
7082024-10-11T18:31:58.430Z Downloaded thiserror-no-std v2.0.2
7092024-10-11T18:31:58.434Z Downloaded num-rational v0.4.2
7102024-10-11T18:31:58.436Z Downloaded progenitor-impl v0.8.0
7112024-10-11T18:31:58.438Z Downloaded pin-project v1.1.5
7122024-10-11T18:31:58.452Z Downloaded dsl_auto_type v0.1.2
7132024-10-11T18:31:58.455Z Downloaded try-lock v0.2.5
7142024-10-11T18:31:58.457Z Downloaded display-error-chain v0.2.1
7152024-10-11T18:31:58.457Z Downloaded packed_struct v0.10.1
7162024-10-11T18:31:58.459Z Downloaded rand_chacha v0.3.1
7172024-10-11T18:31:58.461Z Downloaded tower-service v0.3.2
7182024-10-11T18:31:58.462Z Downloaded fragile v2.0.0
7192024-10-11T18:31:58.465Z Downloaded foreign-types v0.5.0
7202024-10-11T18:31:58.467Z Downloaded rustfmt-wrapper v0.2.1
7212024-10-11T18:31:58.467Z Downloaded env_logger v0.10.2
7222024-10-11T18:31:58.471Z Downloaded url v2.5.2
7232024-10-11T18:31:58.474Z Downloaded dyn-clone v1.0.17
7242024-10-11T18:31:58.476Z Downloaded minimal-lexical v0.2.1
7252024-10-11T18:31:58.481Z Downloaded ppv-lite86 v0.2.17
7262024-10-11T18:31:58.484Z Downloaded slog-scope v4.4.0
7272024-10-11T18:31:58.487Z Downloaded peg v0.8.4
7282024-10-11T18:31:58.489Z Downloaded owo-colors v4.1.0
7292024-10-11T18:31:58.492Z Downloaded number_prefix v0.4.0
7302024-10-11T18:31:58.495Z Downloaded num_threads v0.1.7
7312024-10-11T18:31:58.495Z Downloaded structmeta v0.3.0
7322024-10-11T18:31:58.498Z Downloaded semver v0.1.20
7332024-10-11T18:31:58.498Z Downloaded steno v0.4.1
7342024-10-11T18:31:58.502Z Downloaded der_derive v0.7.2
7352024-10-11T18:31:58.505Z Downloaded serde-big-array v0.5.1
7362024-10-11T18:31:58.508Z Downloaded peg-macros v0.8.4
7372024-10-11T18:31:58.511Z Downloaded base64 v0.21.7
7382024-10-11T18:31:58.514Z Downloaded secrecy v0.8.0
7392024-10-11T18:31:58.517Z Downloaded want v0.3.1
7402024-10-11T18:31:58.519Z Downloaded unicase v2.7.0
7412024-10-11T18:31:58.519Z Downloaded unarray v0.1.4
7422024-10-11T18:31:58.522Z Downloaded typify-macro v0.2.0
7432024-10-11T18:31:58.522Z Downloaded tui-tree-widget v0.22.0
7442024-10-11T18:31:58.525Z Downloaded pkcs8 v0.10.2
7452024-10-11T18:31:58.527Z Downloaded libxml v0.3.3
7462024-10-11T18:31:58.535Z Downloaded sec1 v0.7.3
7472024-10-11T18:31:58.537Z Downloaded zone_cfg_derive v0.3.0
7482024-10-11T18:31:58.537Z Downloaded slog v2.7.0
7492024-10-11T18:31:58.541Z Downloaded walkdir v2.5.0
7502024-10-11T18:31:58.544Z Downloaded tungstenite v0.21.0
7512024-10-11T18:31:58.548Z Downloaded tungstenite v0.23.0
7522024-10-11T18:31:58.551Z Downloaded structmeta-derive v0.2.0
7532024-10-11T18:31:58.554Z Downloaded r2d2 v0.8.10
7542024-10-11T18:31:58.556Z Downloaded password-hash v0.4.2
7552024-10-11T18:31:58.559Z Downloaded parking_lot_core v0.9.10
7562024-10-11T18:31:58.561Z Downloaded quinn-udp v0.5.5
7572024-10-11T18:31:58.563Z Downloaded psl-types v2.0.11
7582024-10-11T18:31:58.563Z Downloaded predicates-tree v1.0.9
7592024-10-11T18:31:58.566Z Downloaded aes-gcm v0.10.3
7602024-10-11T18:31:58.569Z Downloaded pkg-config v0.3.30
7612024-10-11T18:31:58.572Z Downloaded sct v0.7.1
7622024-10-11T18:31:58.576Z Downloaded diesel_derives v2.2.2
7632024-10-11T18:31:58.580Z Downloaded sigpipe v0.1.3
7642024-10-11T18:31:58.583Z Downloaded serde_repr v0.1.19
7652024-10-11T18:31:58.585Z Downloaded omicron-zone-package v0.11.1
7662024-10-11T18:31:58.588Z Downloaded siphasher v0.3.11
7672024-10-11T18:31:58.591Z Downloaded opaque-debug v0.3.1
7682024-10-11T18:31:58.593Z Downloaded group v0.13.0
7692024-10-11T18:31:58.594Z Downloaded tokio-tungstenite v0.23.1
7702024-10-11T18:31:58.596Z Downloaded itertools v0.13.0
7712024-10-11T18:31:58.604Z Downloaded aes v0.8.4
7722024-10-11T18:31:58.608Z Downloaded rand v0.8.5
7732024-10-11T18:31:58.613Z Downloaded path-slash v0.1.5
7742024-10-11T18:31:58.617Z Downloaded toolchain_find v0.4.0
7752024-10-11T18:31:58.619Z Downloaded futures-io v0.3.31
7762024-10-11T18:31:58.619Z Downloaded pin-utils v0.1.0
7772024-10-11T18:31:58.619Z Downloaded parking_lot_core v0.8.6
7782024-10-11T18:31:58.622Z Downloaded tokio-postgres v0.7.12
7792024-10-11T18:31:58.628Z Downloaded russh-cryptovec v0.7.2
7802024-10-11T18:31:58.631Z Downloaded num_enum_derive v0.5.11
7812024-10-11T18:31:58.631Z Downloaded num_enum v0.5.11
7822024-10-11T18:31:58.636Z Downloaded num-bigint v0.4.5
7832024-10-11T18:31:58.642Z Downloaded radium v0.7.0
7842024-10-11T18:31:58.644Z Downloaded signature v2.2.0
7852024-10-11T18:31:58.647Z Downloaded serde_plain v1.0.2
7862024-10-11T18:31:58.649Z Downloaded strum_macros v0.26.4
7872024-10-11T18:31:58.652Z Downloaded flate2 v1.0.34
7882024-10-11T18:31:58.656Z Downloaded progenitor-macro v0.8.0
7892024-10-11T18:31:58.659Z Downloaded hex-literal v0.4.1
7902024-10-11T18:31:58.659Z Downloaded slog-stdlog v4.1.1
7912024-10-11T18:31:58.662Z Downloaded fallible-streaming-iterator v0.1.9
7922024-10-11T18:31:58.664Z Downloaded getrandom v0.2.14
7932024-10-11T18:31:58.666Z Downloaded test-strategy v0.3.1
7942024-10-11T18:31:58.670Z Downloaded rcgen v0.12.1
7952024-10-11T18:31:58.673Z Downloaded slog-json v2.6.1
7962024-10-11T18:31:58.676Z Downloaded sqlparser_derive v0.2.2
7972024-10-11T18:31:58.678Z Downloaded precomputed-hash v0.1.1
7982024-10-11T18:31:58.678Z Downloaded powerfmt v0.2.0
7992024-10-11T18:31:58.681Z Downloaded futures-sink v0.3.31
8002024-10-11T18:31:58.681Z Downloaded snafu v0.8.2
8012024-10-11T18:31:58.687Z Downloaded pin-project-lite v0.2.14
8022024-10-11T18:31:58.693Z Downloaded defmt v0.3.8
8032024-10-11T18:31:58.697Z Downloaded env_logger v0.11.5
8042024-10-11T18:31:58.700Z Downloaded unicode_categories v0.1.1
8052024-10-11T18:31:58.702Z Downloaded toml_edit v0.19.15
8062024-10-11T18:31:58.721Z Downloaded waitgroup v0.1.2
8072024-10-11T18:31:58.724Z Downloaded termtree v0.4.1
8082024-10-11T18:31:58.724Z Downloaded ecdsa v0.16.9
8092024-10-11T18:31:58.726Z Downloaded rpassword v7.3.1
8102024-10-11T18:31:58.726Z Downloaded defmt-macros v0.3.9
8112024-10-11T18:31:58.729Z Downloaded socket2 v0.5.7
8122024-10-11T18:31:58.732Z Downloaded socket2 v0.4.10
8132024-10-11T18:31:58.734Z Downloaded similar v2.6.0
8142024-10-11T18:31:58.740Z Downloaded signal-hook-mio v0.2.4
8152024-10-11T18:31:58.742Z Downloaded headers v0.4.0
8162024-10-11T18:31:58.748Z Downloaded rustc-demangle v0.1.24
8172024-10-11T18:31:58.750Z Downloaded downcast v0.11.0
8182024-10-11T18:31:58.753Z Downloaded embedded-io v0.4.0
8192024-10-11T18:31:58.753Z Downloaded either v1.13.0
8202024-10-11T18:31:58.756Z Downloaded ssh-encoding v0.2.0
8212024-10-11T18:31:58.758Z Downloaded tiny-keccak v2.0.2
8222024-10-11T18:31:58.760Z Downloaded derive_builder v0.20.0
8232024-10-11T18:31:58.765Z Downloaded tokio-rustls v0.25.0
8242024-10-11T18:31:58.768Z Downloaded typed-path v0.7.1
8252024-10-11T18:31:58.773Z Downloaded olpc-cjson v0.1.3
8262024-10-11T18:31:58.776Z Downloaded yasna v0.5.2
8272024-10-11T18:31:58.778Z Downloaded serde_with v3.9.0
8282024-10-11T18:31:58.787Z Downloaded aho-corasick v1.1.3
8292024-10-11T18:31:58.793Z Downloaded tokio-macros v2.4.0
8302024-10-11T18:31:58.795Z Downloaded termios v0.3.3
8312024-10-11T18:31:58.798Z Downloaded structmeta-derive v0.3.0
8322024-10-11T18:31:58.798Z Downloaded num-complex v0.4.6
8332024-10-11T18:31:58.800Z Downloaded serde-hex v0.1.0
8342024-10-11T18:31:58.803Z Downloaded glob v0.3.1
8352024-10-11T18:31:58.803Z Downloaded rustls-pki-types v1.7.0
8362024-10-11T18:31:58.806Z Downloaded itertools v0.12.1
8372024-10-11T18:31:58.812Z Downloaded termcolor v1.4.1
8382024-10-11T18:31:58.815Z Downloaded futures-macro v0.3.31
8392024-10-11T18:31:58.818Z Downloaded futures-executor v0.3.31
8402024-10-11T18:31:58.818Z Downloaded xz2 v0.1.7
8412024-10-11T18:31:58.821Z Downloaded wyz v0.5.1
8422024-10-11T18:31:58.821Z Downloaded universal-hash v0.5.1
8432024-10-11T18:31:58.824Z Downloaded smallvec v0.6.14
8442024-10-11T18:31:58.824Z Downloaded value-bag v1.9.0
8452024-10-11T18:31:58.826Z Downloaded zip v0.6.6
8462024-10-11T18:31:58.831Z Downloaded smf v0.2.3
8472024-10-11T18:31:58.833Z Downloaded fd-lock v4.0.2
8482024-10-11T18:31:58.837Z Downloaded num-conv v0.1.0
8492024-10-11T18:31:58.837Z Downloaded futures-core v0.3.31
8502024-10-11T18:31:58.841Z Downloaded funty v2.0.0
8512024-10-11T18:31:58.841Z Downloaded static_assertions v1.1.0
8522024-10-11T18:31:58.841Z Downloaded oso v0.27.3
8532024-10-11T18:31:58.843Z Downloaded dirs-sys-next v0.1.2
8542024-10-11T18:31:58.846Z Downloaded polyval v0.6.2
8552024-10-11T18:31:58.849Z Downloaded difflib v0.4.0
8562024-10-11T18:31:58.849Z Downloaded filetime v0.2.25
8572024-10-11T18:31:58.852Z Downloaded tokio-rustls v0.24.1
8582024-10-11T18:31:58.856Z Downloaded diesel_table_macro_syntax v0.2.0
8592024-10-11T18:31:58.856Z Downloaded postgres-types v0.2.8
8602024-10-11T18:31:58.860Z Downloaded predicates v3.1.2
8612024-10-11T18:31:58.864Z Downloaded resolv-conf v0.7.0
8622024-10-11T18:31:58.864Z Downloaded topological-sort v0.2.2
8632024-10-11T18:31:58.867Z Downloaded fatfs v0.3.6
8642024-10-11T18:31:58.867Z Downloaded serde_derive_internals v0.29.1
8652024-10-11T18:31:58.870Z Downloaded salty v0.3.0
8662024-10-11T18:31:58.877Z Downloaded tokio-tungstenite v0.21.0
8672024-10-11T18:31:58.883Z Downloaded rfc6979 v0.4.0
8682024-10-11T18:31:58.883Z Downloaded rustls-pemfile v2.1.3
8692024-10-11T18:31:58.886Z Downloaded publicsuffix v2.2.3
8702024-10-11T18:31:58.886Z Downloaded x509-cert v0.2.5
8712024-10-11T18:31:58.892Z Downloaded tokio-rustls v0.26.0
8722024-10-11T18:31:58.897Z Downloaded postgres-protocol v0.6.7
8732024-10-11T18:31:58.900Z Downloaded password-hash v0.5.0
8742024-10-11T18:31:58.900Z Downloaded hyper v0.14.30
8752024-10-11T18:31:58.908Z Downloaded tokio-stream v0.1.16
8762024-10-11T18:31:58.913Z Downloaded half v2.4.1
8772024-10-11T18:31:58.916Z Downloaded unsafe-libyaml v0.2.11
8782024-10-11T18:31:58.921Z Downloaded postcard v1.0.8
8792024-10-11T18:31:58.924Z Downloaded time v0.3.36
8802024-10-11T18:31:58.932Z Downloaded lalrpop v0.19.12
8812024-10-11T18:31:58.945Z Downloaded diff v0.1.13
8822024-10-11T18:31:58.948Z Downloaded ron v0.8.1
8832024-10-11T18:31:58.954Z Downloaded unicode-normalization v0.1.23
8842024-10-11T18:31:58.960Z Downloaded bindgen v0.69.4
8852024-10-11T18:31:58.967Z Downloaded portable-atomic v1.6.0
8862024-10-11T18:31:58.973Z Downloaded russh v0.45.0
8872024-10-11T18:31:58.979Z Downloaded ron v0.7.1
8882024-10-11T18:31:58.984Z Downloaded pkcs5 v0.7.1
8892024-10-11T18:31:58.989Z Downloaded openssl-sys v0.9.103
8902024-10-11T18:31:58.994Z Downloaded tough v0.17.1
8912024-10-11T18:31:59.004Z Downloaded rustls-webpki v0.101.7
8922024-10-11T18:31:59.020Z Downloaded h2 v0.3.26
8932024-10-11T18:31:59.027Z Downloaded idna v0.3.0
8942024-10-11T18:31:59.034Z Downloaded chrono v0.4.38
8952024-10-11T18:31:59.044Z Downloaded rsa v0.9.6
8962024-10-11T18:31:59.049Z Downloaded hickory-resolver v0.24.1
8972024-10-11T18:31:59.053Z Downloaded rayon v1.10.0
8982024-10-11T18:31:59.064Z Downloaded idna v0.5.0
8992024-10-11T18:31:59.071Z Downloaded unicode-segmentation v1.11.0
9002024-10-11T18:31:59.075Z Downloaded quinn-proto v0.11.8
9012024-10-11T18:31:59.083Z Downloaded p521 v0.13.3
9022024-10-11T18:31:59.087Z Downloaded rustls-webpki v0.102.4
9032024-10-11T18:31:59.107Z Downloaded rusqlite v0.32.1
9042024-10-11T18:31:59.114Z Downloaded hashbrown v0.13.2
9052024-10-11T18:31:59.118Z Downloaded winnow v0.5.40
9062024-10-11T18:31:59.127Z Downloaded h2 v0.4.6
9072024-10-11T18:31:59.135Z Downloaded gimli v0.28.1
9082024-10-11T18:31:59.144Z Downloaded futures-util v0.3.31
9092024-10-11T18:31:59.160Z Downloaded radix_trie v0.2.1
9102024-10-11T18:31:59.163Z Downloaded tokio-util v0.7.12
9112024-10-11T18:31:59.172Z Downloaded trust-dns-proto v0.22.0
9122024-10-11T18:31:59.184Z Downloaded reqwest v0.12.7
9132024-10-11T18:31:59.192Z Downloaded reqwest v0.11.27
9142024-10-11T18:31:59.201Z Downloaded regress v0.10.1
9152024-10-11T18:31:59.214Z Downloaded nix v0.29.0
9162024-10-11T18:31:59.226Z Downloaded proptest v1.5.0
9172024-10-11T18:31:59.235Z Downloaded object v0.32.2
9182024-10-11T18:31:59.246Z Downloaded regex-syntax v0.6.29
9192024-10-11T18:31:59.254Z Downloaded vcpkg v0.2.15
9202024-10-11T18:31:59.306Z Downloaded polar-core v0.27.3
9212024-10-11T18:31:59.319Z Downloaded rustls v0.22.4
9222024-10-11T18:31:59.335Z Downloaded diesel v2.2.4
9232024-10-11T18:31:59.354Z Downloaded smoltcp v0.9.1
9242024-10-11T18:31:59.367Z Downloaded rustls v0.21.12
9252024-10-11T18:31:59.378Z Downloaded object v0.30.4
9262024-10-11T18:31:59.388Z Downloaded hickory-proto v0.24.1
9272024-10-11T18:31:59.404Z Downloaded dropshot v0.12.0
9282024-10-11T18:31:59.424Z Downloaded openapiv3 v2.0.0
9292024-10-11T18:31:59.437Z Downloaded smoltcp v0.11.0
9302024-10-11T18:31:59.451Z Downloaded regress v0.9.1
9312024-10-11T18:31:59.459Z Downloaded rustls v0.23.10
9322024-10-11T18:31:59.476Z Downloaded typify-impl v0.2.0
9332024-10-11T18:31:59.492Z Downloaded sled v0.34.7
9342024-10-11T18:31:59.504Z Downloaded bzip2-sys v0.1.11+1.0.8
9352024-10-11T18:31:59.516Z Downloaded regex-automata v0.4.6
9362024-10-11T18:31:59.532Z Downloaded ratatui v0.28.0
9372024-10-11T18:31:59.552Z Downloaded zerocopy-derive v0.6.6
9382024-10-11T18:31:59.564Z Downloaded finl_unicode v1.2.0
9392024-10-11T18:31:59.576Z Downloaded lzma-sys v0.1.20
9402024-10-11T18:31:59.606Z Downloaded petgraph v0.6.5
9412024-10-11T18:31:59.623Z Downloaded tokio v1.39.3
9422024-10-11T18:31:59.661Z Downloaded sha3 v0.10.8
9432024-10-11T18:31:59.665Z Downloaded csv v1.3.0
9442024-10-11T18:31:59.685Z Downloaded regex-syntax v0.8.4
9452024-10-11T18:31:59.692Z Downloaded bstr v1.9.1
9462024-10-11T18:31:59.703Z Downloaded webpki-roots v0.26.3
9472024-10-11T18:31:59.707Z Downloaded git2 v0.19.0
9482024-10-11T18:31:59.715Z Downloaded p384 v0.13.0
9492024-10-11T18:31:59.721Z Downloaded openssl v0.10.66
9502024-10-11T18:31:59.730Z Downloaded curve25519-dalek v4.1.3
9512024-10-11T18:31:59.739Z Downloaded nix v0.27.1
9522024-10-11T18:31:59.749Z Downloaded idna v0.4.0
9532024-10-11T18:31:59.756Z Downloaded quick-xml v0.33.0
9542024-10-11T18:31:59.769Z Downloaded nix v0.28.0
9552024-10-11T18:31:59.776Z Downloaded idna v0.2.3
9562024-10-11T18:31:59.782Z Downloaded encoding_rs v0.8.34
9572024-10-11T18:31:59.804Z Downloaded regex v1.10.6
9582024-10-11T18:31:59.817Z Downloaded bitvec v1.0.1
9592024-10-11T18:31:59.833Z Downloaded sqlparser v0.45.0
9602024-10-11T18:31:59.838Z Downloaded libgit2-sys v0.17.0+1.8.1
9612024-10-11T18:31:59.898Z Downloaded vergen v8.3.2
9622024-10-11T18:31:59.901Z Downloaded ed25519-dalek v2.1.1
9632024-10-11T18:31:59.904Z Downloaded ssh-key v0.6.6
9642024-10-11T18:31:59.911Z Downloaded signal-hook v0.3.17
9652024-10-11T18:31:59.913Z Downloaded quinn v0.11.5
9662024-10-11T18:31:59.917Z Downloaded num-bigint-dig v0.8.4
9672024-10-11T18:31:59.922Z Downloaded rustyline v14.0.0
9682024-10-11T18:31:59.928Z Downloaded reedline v0.33.0
9692024-10-11T18:31:59.936Z Downloaded blake3 v1.5.1
9702024-10-11T18:31:59.945Z Downloaded packed_struct_codegen v0.10.1
9712024-10-11T18:31:59.948Z Downloaded gethostname v0.5.0
9722024-10-11T18:31:59.948Z Downloaded futures-task v0.3.31
9732024-10-11T18:31:59.951Z Downloaded ena v0.14.3
9742024-10-11T18:31:59.951Z Downloaded derive-where v1.2.7
9752024-10-11T18:31:59.954Z Downloaded slog-term v2.9.1
9762024-10-11T18:31:59.957Z Downloaded hash32 v0.2.1
9772024-10-11T18:31:59.961Z Downloaded pkcs1 v0.7.5
9782024-10-11T18:31:59.965Z Downloaded unicode-bidi v0.3.15
9792024-10-11T18:31:59.965Z Downloaded heapless v0.8.0
9802024-10-11T18:31:59.967Z Downloaded heapless v0.7.17
9812024-10-11T18:31:59.972Z Downloaded ssh-cipher v0.2.0
9822024-10-11T18:31:59.976Z Downloaded subprocess v0.2.9
9832024-10-11T18:31:59.976Z Downloaded prettyplease v0.2.22
9842024-10-11T18:31:59.979Z Downloaded flume v0.11.0
9852024-10-11T18:31:59.987Z Downloaded crossterm v0.28.1
9862024-10-11T18:31:59.998Z Downloaded hickory-client v0.24.1
9872024-10-11T18:32:00.001Z Downloaded futures-channel v0.3.31
9882024-10-11T18:32:00.004Z Downloaded futures v0.3.31
9892024-10-11T18:32:00.009Z Downloaded der v0.7.9
9902024-10-11T18:32:00.014Z Downloaded nom v7.1.3
9912024-10-11T18:32:00.021Z Downloaded zeroize v1.8.1
9922024-10-11T18:32:00.024Z Downloaded untrusted v0.7.1
9932024-10-11T18:32:00.024Z Downloaded structmeta v0.2.0
9942024-10-11T18:32:00.027Z Downloaded strip-ansi-escapes v0.2.0
9952024-10-11T18:32:00.027Z Downloaded rustc_version v0.1.7
9962024-10-11T18:32:00.027Z Downloaded rtoolbox v0.0.2
9972024-10-11T18:32:00.029Z Downloaded percent-encoding v2.3.1
9982024-10-11T18:32:00.029Z Downloaded pbkdf2 v0.11.0
9992024-10-11T18:32:00.032Z Downloaded paste v1.0.15
10002024-10-11T18:32:00.034Z Downloaded parking_lot v0.12.2
10012024-10-11T18:32:00.037Z Downloaded slab v0.4.9
10022024-10-11T18:32:00.040Z Downloaded which v4.4.2
10032024-10-11T18:32:00.042Z Downloaded term v0.7.0
10042024-10-11T18:32:00.045Z Downloaded strum_macros v0.24.3
10052024-10-11T18:32:00.047Z Downloaded expectorate v1.1.0
10062024-10-11T18:32:00.050Z Downloaded serde_path_to_error v0.1.16
10072024-10-11T18:32:00.053Z Downloaded rustc-hash v1.1.0
10082024-10-11T18:32:00.053Z Downloaded poly1305 v0.8.0
10092024-10-11T18:32:00.055Z Downloaded schemars v0.8.21
10102024-10-11T18:32:00.070Z Downloaded libm v0.2.8
10112024-10-11T18:32:00.079Z Downloaded num-integer v0.1.46
10122024-10-11T18:32:00.083Z Downloaded num-derive v0.4.2
10132024-10-11T18:32:00.085Z Downloaded ed25519 v2.2.3
10142024-10-11T18:32:00.085Z Downloaded parking_lot v0.11.2
10152024-10-11T18:32:00.088Z Downloaded fallible-iterator v0.3.0
10162024-10-11T18:32:00.090Z Downloaded fallible-iterator v0.2.0
10172024-10-11T18:32:00.090Z Downloaded uzers v0.11.3
10182024-10-11T18:32:00.093Z Downloaded hashbrown v0.12.3
10192024-10-11T18:32:00.097Z Downloaded hyper v1.4.1
10202024-10-11T18:32:00.105Z Downloaded dirs-next v2.0.0
10212024-10-11T18:32:00.107Z Downloaded time-macros v0.2.18
10222024-10-11T18:32:00.110Z Downloaded globset v0.4.14
10232024-10-11T18:32:00.110Z Downloaded p256 v0.13.2
10242024-10-11T18:32:00.113Z Downloaded hickory-server v0.24.1
10252024-10-11T18:32:00.119Z Downloaded quick-error v1.2.3
10262024-10-11T18:32:00.122Z Downloaded serde_yaml v0.9.34+deprecated
10272024-10-11T18:32:00.124Z Downloaded mio v1.0.2
10282024-10-11T18:32:00.129Z Downloaded num-traits v0.2.19
10292024-10-11T18:32:00.132Z Downloaded typify v0.2.0
10302024-10-11T18:32:00.135Z Downloaded samael v0.0.17
10312024-10-11T18:32:00.141Z Downloaded toml v0.7.8
10322024-10-11T18:32:00.145Z Downloaded tar v0.4.42
10332024-10-11T18:32:00.148Z Downloaded itertools v0.10.5
10342024-10-11T18:32:00.154Z Downloaded deranged v0.3.11
10352024-10-11T18:32:00.157Z Downloaded derive_more v0.99.18
10362024-10-11T18:32:00.161Z Downloaded elliptic-curve v0.13.8
10372024-10-11T18:32:00.165Z Downloaded crossterm v0.27.0
10382024-10-11T18:32:00.172Z Downloaded thiserror-impl-no-std v2.0.2
10392024-10-11T18:32:00.175Z Downloaded strum_macros v0.25.3
10402024-10-11T18:32:00.180Z Downloaded http v1.1.0
10412024-10-11T18:32:00.182Z Downloaded cc v1.0.97
10422024-10-11T18:32:00.185Z Downloaded slog-envlogger v2.2.0
10432024-10-11T18:32:00.188Z Downloaded rustc-hash v2.0.0
10442024-10-11T18:32:00.188Z Downloaded derive_builder_core v0.20.0
10452024-10-11T18:32:00.190Z Downloaded rand_seeder v0.3.0
10462024-10-11T18:32:00.194Z Downloaded rand_core v0.6.4
10472024-10-11T18:32:00.195Z Downloaded libz-sys v1.1.16
10482024-10-11T18:32:00.268Z Downloaded tinyvec v1.6.0
10492024-10-11T18:32:00.271Z Downloaded tracing-core v0.1.32
10502024-10-11T18:32:00.274Z Downloaded enum-as-inner v0.6.0
10512024-10-11T18:32:00.276Z Downloaded endian-type v0.1.2
10522024-10-11T18:32:00.276Z Downloaded dhcproto v0.12.0
10532024-10-11T18:32:00.280Z Downloaded ring v0.17.8
10542024-10-11T18:32:00.582Z Downloaded spin v0.5.2
10552024-10-11T18:32:00.597Z Downloaded hyper-util v0.1.9
10562024-10-11T18:32:00.597Z Downloaded ref-cast v1.0.23
10572024-10-11T18:32:00.598Z Downloaded sha1 v0.10.6
10582024-10-11T18:32:00.598Z Downloaded rusty-fork v0.3.0
10592024-10-11T18:32:00.598Z Downloaded flagset v0.4.5
10602024-10-11T18:32:00.598Z Downloaded pin-project-internal v1.1.5
10612024-10-11T18:32:00.598Z Downloaded parse-display v0.10.0
10622024-10-11T18:32:00.598Z Downloaded miniz_oxide v0.8.0
10632024-10-11T18:32:00.598Z Downloaded peg-runtime v0.8.3
10642024-10-11T18:32:00.598Z Downloaded backtrace v0.3.71
10652024-10-11T18:32:00.598Z Downloaded clang-sys v1.7.0
10662024-10-11T18:32:00.598Z Downloaded ahash v0.8.11
10672024-10-11T18:32:00.598Z Downloaded libsqlite3-sys v0.30.1
10682024-10-11T18:32:00.598Z Downloaded base64 v0.22.1
10692024-10-11T18:32:00.598Z Downloaded ring v0.16.20
10702024-10-11T18:32:00.598Z Downloaded ghash v0.5.1
10712024-10-11T18:32:00.598Z Downloaded form_urlencoded v1.2.1
10722024-10-11T18:32:00.598Z Downloaded stringprep v0.1.4
10732024-10-11T18:32:00.598Z Downloaded hyper-rustls v0.27.3
10742024-10-11T18:32:00.598Z Downloaded zone v0.1.8
10752024-10-11T18:32:00.598Z Downloaded nu-ansi-term v0.50.0
10762024-10-11T18:32:00.598Z Downloaded native-tls v0.2.11
10772024-10-11T18:32:00.598Z Downloaded memmap2 v0.9.4
10782024-10-11T18:32:00.598Z Downloaded lru v0.12.3
10792024-10-11T18:32:00.598Z Downloaded cookie_store v0.21.0
10802024-10-11T18:32:00.598Z Downloaded miniz_oxide v0.7.2
10812024-10-11T18:32:00.598Z Downloaded crossbeam-epoch v0.9.18
10822024-10-11T18:32:00.598Z Downloaded crc32fast v1.4.0
10832024-10-11T18:32:00.598Z Downloaded cancel-safe-futures v0.1.5
10842024-10-11T18:32:00.598Z Downloaded bzip2 v0.4.4
10852024-10-11T18:32:00.598Z Downloaded async-bb8-diesel v0.2.1
10862024-10-11T18:32:00.598Z Downloaded addr2line v0.21.0
10872024-10-11T18:32:00.598Z Downloaded string_cache v0.8.7
10882024-10-11T18:32:00.598Z Downloaded slog-async v2.8.0
10892024-10-11T18:32:00.598Z Downloaded signal-hook-registry v1.4.2
10902024-10-11T18:32:00.598Z Downloaded scrypt v0.11.0
10912024-10-11T18:32:00.598Z Downloaded schemars_derive v0.8.21
10922024-10-11T18:32:00.608Z Downloaded rustls-pemfile v1.0.4
10932024-10-11T18:32:00.608Z Downloaded lalrpop-util v0.19.12
10942024-10-11T18:32:00.608Z Downloaded hyper-tls v0.6.0
10952024-10-11T18:32:00.608Z Downloaded buf-list v1.0.3
10962024-10-11T18:32:00.608Z Downloaded crossbeam-deque v0.8.5
10972024-10-11T18:32:00.608Z Downloaded md-5 v0.10.6
10982024-10-11T18:32:00.608Z Downloaded maplit v1.0.2
10992024-10-11T18:32:00.608Z Downloaded linked-hash-map v0.5.6
11002024-10-11T18:32:00.608Z Downloaded blowfish v0.9.1
11012024-10-11T18:32:00.608Z Downloaded colored v2.1.0
11022024-10-11T18:32:00.608Z Downloaded ciborium-ll v0.2.2
11032024-10-11T18:32:00.608Z Downloaded bcrypt-pbkdf v0.10.0
11042024-10-11T18:32:00.608Z Downloaded ascii-canvas v3.0.0
11052024-10-11T18:32:00.608Z Downloaded adler2 v2.0.0
11062024-10-11T18:32:00.611Z Downloaded internet-checksum v0.2.1
11072024-10-11T18:32:00.611Z Downloaded indoc v1.0.9
11082024-10-11T18:32:00.611Z Downloaded home v0.5.9
11092024-10-11T18:32:00.611Z Downloaded bit-vec v0.6.3
11102024-10-11T18:32:00.611Z Downloaded async-stream v0.3.5
11112024-10-11T18:32:00.611Z Downloaded http-range v0.1.5
11122024-10-11T18:32:00.611Z Downloaded blake2 v0.10.6
11132024-10-11T18:32:00.613Z Downloaded bcs v0.1.6
11142024-10-11T18:32:00.614Z Downloaded arrayref v0.3.7
11152024-10-11T18:32:00.616Z Downloaded libloading v0.8.3
11162024-10-11T18:32:00.618Z Downloaded hyper-staticfile v0.10.1
11172024-10-11T18:32:00.618Z Downloaded hubpack v0.1.2
11182024-10-11T18:32:00.620Z Downloaded new_debug_unreachable v1.0.6
11192024-10-11T18:32:00.620Z Downloaded curve25519-dalek-derive v0.1.1
11202024-10-11T18:32:00.623Z Downloaded ctr v0.9.2
11212024-10-11T18:32:00.623Z Downloaded const_format_proc_macros v0.2.33
11222024-10-11T18:32:00.625Z Downloaded crc v3.2.1
11232024-10-11T18:32:00.628Z Downloaded cobs v0.2.3
11242024-10-11T18:32:00.628Z Downloaded assert_matches v1.5.0
11252024-10-11T18:32:00.631Z Downloaded ident_case v1.0.1
11262024-10-11T18:32:00.631Z Downloaded bit-set v0.5.3
11272024-10-11T18:32:00.631Z Downloaded cbc v0.1.2
11282024-10-11T18:32:00.633Z Downloaded atomic-waker v1.1.2
11292024-10-11T18:32:00.720Z Compiling serde v1.0.210
11302024-10-11T18:32:00.723Z Compiling typenum v1.17.0
11312024-10-11T18:32:00.723Z Compiling generic-array v0.14.7
11322024-10-11T18:32:00.723Z Compiling lock_api v0.4.12
11332024-10-11T18:32:00.723Z Compiling subtle v2.5.0
11342024-10-11T18:32:00.904Z Compiling syn v2.0.79
11352024-10-11T18:32:00.915Z Compiling getrandom v0.2.14
11362024-10-11T18:32:00.919Z Compiling scopeguard v1.2.0
11372024-10-11T18:32:01.080Z Compiling value-bag v1.9.0
11382024-10-11T18:32:01.158Z Compiling rand_core v0.6.4
11392024-10-11T18:32:01.245Z Compiling const-oid v0.9.6
11402024-10-11T18:32:01.351Z Compiling jobserver v0.1.32
11412024-10-11T18:32:01.452Z Compiling smallvec v1.13.2
11422024-10-11T18:32:01.657Z Compiling log v0.4.22
11432024-10-11T18:32:01.676Z Compiling pin-project-lite v0.2.14
11442024-10-11T18:32:01.794Z Compiling cc v1.0.97
11452024-10-11T18:32:01.813Z Compiling parking_lot_core v0.9.10
11462024-10-11T18:32:01.861Z Compiling cpufeatures v0.2.12
11472024-10-11T18:32:01.957Z Compiling signal-hook-registry v1.4.2
11482024-10-11T18:32:02.263Z Compiling futures-core v0.3.31
11492024-10-11T18:32:02.506Z Compiling mio v1.0.2
11502024-10-11T18:32:02.527Z Compiling ahash v0.8.11
11512024-10-11T18:32:02.769Z Compiling parking_lot v0.12.2
11522024-10-11T18:32:02.879Z Compiling futures-sink v0.3.31
11532024-10-11T18:32:02.990Z Compiling spin v0.9.8
11542024-10-11T18:32:03.043Z Compiling socket2 v0.5.7
11552024-10-11T18:32:03.210Z Compiling slab v0.4.9
11562024-10-11T18:32:03.395Z Compiling tinyvec_macros v0.1.1
11572024-10-11T18:32:03.480Z Compiling tinyvec v1.6.0
11582024-10-11T18:32:03.501Z Compiling serde_json v1.0.128
11592024-10-11T18:32:03.655Z Compiling allocator-api2 v0.2.18
11602024-10-11T18:32:03.687Z Compiling libm v0.2.8
11612024-10-11T18:32:03.709Z Compiling base64ct v1.6.0
11622024-10-11T18:32:03.998Z Compiling num-traits v0.2.19
11632024-10-11T18:32:04.066Z Compiling flagset v0.4.5
11642024-10-11T18:32:04.149Z Compiling pem-rfc7468 v0.7.0
11652024-10-11T18:32:04.263Z Compiling unicode-bidi v0.3.15
11662024-10-11T18:32:04.540Z Compiling futures-channel v0.3.31
11672024-10-11T18:32:04.626Z Compiling futures-io v0.3.31
11682024-10-11T18:32:04.965Z Compiling unicode-normalization v0.1.23
11692024-10-11T18:32:04.986Z Compiling pin-utils v0.1.0
11702024-10-11T18:32:05.004Z Compiling futures-task v0.3.31
11712024-10-11T18:32:05.006Z Compiling vcpkg v0.2.15
11722024-10-11T18:32:05.074Z Compiling pkg-config v0.3.30
11732024-10-11T18:32:05.298Z Compiling crossbeam-utils v0.8.19
11742024-10-11T18:32:05.873Z Compiling tracing-core v0.1.32
11752024-10-11T18:32:05.903Z Compiling ring v0.17.8
11762024-10-11T18:32:05.983Z Compiling percent-encoding v2.3.1
11772024-10-11T18:32:06.095Z Compiling ppv-lite86 v0.2.17
11782024-10-11T18:32:06.713Z Compiling rustix v0.38.37
11792024-10-11T18:32:07.013Z Compiling rand_chacha v0.3.1
11802024-10-11T18:32:07.306Z Compiling openssl-sys v0.9.103
11812024-10-11T18:32:07.377Z Compiling rustls-pki-types v1.7.0
11822024-10-11T18:32:07.479Z Compiling httparse v1.8.0
11832024-10-11T18:32:07.783Z Compiling rand v0.8.5
11842024-10-11T18:32:07.946Z Compiling num-conv v0.1.0
11852024-10-11T18:32:07.969Z Compiling openssl v0.10.66
11862024-10-11T18:32:08.213Z Compiling atomic-waker v1.1.2
11872024-10-11T18:32:08.262Z Compiling foreign-types-shared v0.1.1
11882024-10-11T18:32:08.373Z Compiling try-lock v0.2.5
11892024-10-11T18:32:08.404Z Compiling rustversion v1.0.17
11902024-10-11T18:32:08.407Z Compiling time-core v0.1.2
11912024-10-11T18:32:08.510Z Compiling powerfmt v0.2.0
11922024-10-11T18:32:08.556Z Compiling untrusted v0.9.0
11932024-10-11T18:32:08.588Z Compiling time-macros v0.2.18
11942024-10-11T18:32:08.902Z Compiling deranged v0.3.11
11952024-10-11T18:32:09.146Z Compiling want v0.3.1
11962024-10-11T18:32:09.166Z Compiling foreign-types v0.3.2
11972024-10-11T18:32:09.431Z Compiling form_urlencoded v1.2.1
11982024-10-11T18:32:09.671Z Compiling aho-corasick v1.1.3
11992024-10-11T18:32:09.732Z Compiling native-tls v0.2.11
12002024-10-11T18:32:09.985Z Compiling base64 v0.22.1
12012024-10-11T18:32:10.003Z Compiling syn v1.0.109
12022024-10-11T18:32:10.039Z Compiling num_threads v0.1.7
12032024-10-11T18:32:10.137Z Compiling siphasher v0.3.11
12042024-10-11T18:32:10.519Z Compiling regex-syntax v0.8.4
12052024-10-11T18:32:10.652Z Compiling rustls v0.23.10
12062024-10-11T18:32:10.708Z Compiling httpdate v1.0.3
12072024-10-11T18:32:10.938Z Compiling crossbeam-epoch v0.9.18
12082024-10-11T18:32:11.154Z Compiling idna v0.5.0
12092024-10-11T18:32:11.654Z Compiling lazy_static v1.5.0
12102024-10-11T18:32:11.731Z Compiling time v0.3.36
12112024-10-11T18:32:11.773Z Compiling cookie v0.18.1
12122024-10-11T18:32:12.062Z Compiling slog v2.7.0
12132024-10-11T18:32:12.185Z Compiling either v1.13.0
12142024-10-11T18:32:12.595Z Compiling openssl-probe v0.1.5
12152024-10-11T18:32:12.598Z Compiling iana-time-zone v0.1.60
12162024-10-11T18:32:12.626Z Compiling rayon-core v1.12.1
12172024-10-11T18:32:12.881Z Compiling finl_unicode v1.2.0
12182024-10-11T18:32:12.929Z Compiling tower-service v0.3.2
12192024-10-11T18:32:13.101Z Compiling url v2.5.2
12202024-10-11T18:32:13.120Z Compiling crossbeam-deque v0.8.5
12212024-10-11T18:32:13.457Z Compiling stringprep v0.1.4
12222024-10-11T18:32:14.713Z Compiling regex-automata v0.4.6
12232024-10-11T18:32:14.898Z Compiling num-integer v0.1.46
12242024-10-11T18:32:15.002Z Compiling backtrace v0.3.71
12252024-10-11T18:32:15.117Z Compiling serde_derive v1.0.210
12262024-10-11T18:32:15.485Z Compiling zeroize_derive v1.4.2
12272024-10-11T18:32:15.644Z Compiling zerocopy-derive v0.7.34
12282024-10-11T18:32:16.947Z Compiling tokio-macros v2.4.0
12292024-10-11T18:32:17.005Z Compiling thiserror-impl v1.0.64
12302024-10-11T18:32:17.130Z Compiling zeroize v1.8.1
12312024-10-11T18:32:17.168Z Compiling der_derive v0.7.2
12322024-10-11T18:32:17.925Z Compiling zerocopy v0.7.34
12332024-10-11T18:32:18.572Z Compiling futures-macro v0.3.31
12342024-10-11T18:32:18.919Z Compiling crypto-common v0.1.6
12352024-10-11T18:32:19.142Z Compiling block-buffer v0.10.4
12362024-10-11T18:32:19.437Z Compiling digest v0.10.7
12372024-10-11T18:32:19.567Z Compiling block-padding v0.3.3
12382024-10-11T18:32:19.774Z Compiling inout v0.1.3
12392024-10-11T18:32:19.917Z Compiling hmac v0.12.1
12402024-10-11T18:32:20.050Z Compiling cipher v0.4.4
12412024-10-11T18:32:20.152Z Compiling sha2 v0.10.8
12422024-10-11T18:32:20.391Z Compiling hashbrown v0.14.5
12432024-10-11T18:32:20.425Z Compiling thiserror v1.0.64
12442024-10-11T18:32:20.536Z Compiling der v0.7.9
12452024-10-11T18:32:20.568Z Compiling futures-util v0.3.31
12462024-10-11T18:32:20.586Z Compiling salsa20 v0.10.2
12472024-10-11T18:32:20.812Z Compiling pbkdf2 v0.12.2
12482024-10-11T18:32:20.988Z Compiling scrypt v0.11.0
12492024-10-11T18:32:21.557Z Compiling aes v0.8.4
12502024-10-11T18:32:21.735Z Compiling cbc v0.1.2
12512024-10-11T18:32:21.956Z Compiling pest v2.7.10
12522024-10-11T18:32:23.713Z Compiling spki v0.7.3
12532024-10-11T18:32:23.829Z Compiling tracing-attributes v0.1.27
12542024-10-11T18:32:24.080Z Compiling pkcs5 v0.7.1
12552024-10-11T18:32:24.329Z Compiling scroll_derive v0.12.0
12562024-10-11T18:32:24.997Z Compiling pkcs8 v0.10.2
12572024-10-11T18:32:25.319Z Compiling pest_meta v2.7.10
12582024-10-11T18:32:25.710Z Compiling openssl-macros v0.1.1
12592024-10-11T18:32:25.820Z Compiling scroll v0.12.0
12602024-10-11T18:32:26.373Z Compiling goblin v0.8.2
12612024-10-11T18:32:26.476Z Compiling signature v2.2.0
12622024-10-11T18:32:26.764Z Compiling pest_generator v2.7.10
12632024-10-11T18:32:26.782Z Compiling rustls-webpki v0.102.4
12642024-10-11T18:32:27.508Z Compiling md-5 v0.10.6
12652024-10-11T18:32:27.569Z Compiling idna v0.3.0
12662024-10-11T18:32:27.674Z Compiling tracing v0.1.40
12672024-10-11T18:32:28.203Z Compiling ff v0.13.0
12682024-10-11T18:32:28.429Z Compiling hash32 v0.2.1
12692024-10-11T18:32:28.703Z Compiling portable-atomic v1.6.0
12702024-10-11T18:32:28.800Z Compiling num-bigint-dig v0.8.4
12712024-10-11T18:32:28.857Z Compiling signal-hook v0.3.17
12722024-10-11T18:32:29.108Z Compiling bytes v1.7.2
12732024-10-11T18:32:29.128Z Compiling bitflags v2.6.0
12742024-10-11T18:32:29.303Z Compiling indexmap v2.5.0
12752024-10-11T18:32:29.598Z Compiling semver v1.0.23
12762024-10-11T18:32:30.278Z Compiling tokio v1.39.3
12772024-10-11T18:32:30.348Z Compiling rustc_version v0.4.0
12782024-10-11T18:32:30.477Z Compiling http v1.1.0
12792024-10-11T18:32:30.771Z Compiling pest_derive v2.7.10
12802024-10-11T18:32:31.081Z Compiling heapless v0.7.17
12812024-10-11T18:32:31.542Z Compiling dtrace-parser v0.2.0
12822024-10-11T18:32:32.251Z Compiling http-body v1.0.0
12832024-10-11T18:32:32.493Z Compiling dof v0.3.0
12842024-10-11T18:32:32.974Z Compiling uuid v1.10.0
12852024-10-11T18:32:33.686Z Compiling usdt-impl v0.5.0
12862024-10-11T18:32:34.483Z Compiling curve25519-dalek v4.1.3
12872024-10-11T18:32:34.662Z Compiling chrono v0.4.38
12882024-10-11T18:32:35.095Z Compiling serde_spanned v0.6.7
12892024-10-11T18:32:35.139Z Compiling toml_datetime v0.6.8
12902024-10-11T18:32:35.310Z Compiling serde_tokenstream v0.2.2
12912024-10-11T18:32:35.331Z Compiling gimli v0.28.1
12922024-10-11T18:32:35.658Z Compiling adler v1.0.2
12932024-10-11T18:32:35.878Z Compiling stable_deref_trait v1.2.0
12942024-10-11T18:32:35.935Z Compiling fallible-iterator v0.2.0
12952024-10-11T18:32:35.977Z Compiling crc32fast v1.4.0
12962024-10-11T18:32:36.712Z Compiling base16ct v0.2.0
12972024-10-11T18:32:36.718Z Compiling psl-types v2.0.11
12982024-10-11T18:32:36.718Z Compiling smoltcp v0.9.1
12992024-10-11T18:32:36.718Z Compiling publicsuffix v2.2.3
13002024-10-11T18:32:36.798Z Compiling sec1 v0.7.3
13012024-10-11T18:32:36.997Z Compiling postgres-protocol v0.6.7
13022024-10-11T18:32:38.075Z Compiling miniz_oxide v0.7.2
13032024-10-11T18:32:38.360Z Compiling tokio-util v0.7.12
13042024-10-11T18:32:38.367Z Compiling tokio-native-tls v0.3.1
13052024-10-11T18:32:38.606Z Compiling tokio-rustls v0.26.0
13062024-10-11T18:32:38.731Z Compiling terminal_size v0.4.0
13072024-10-11T18:32:38.851Z Compiling http-body-util v0.1.2
13082024-10-11T18:32:39.060Z Compiling group v0.13.0
13092024-10-11T18:32:39.082Z Compiling hubpack_derive v0.1.1
13102024-10-11T18:32:39.389Z Compiling h2 v0.4.6
13112024-10-11T18:32:39.409Z Compiling hkdf v0.12.4
13122024-10-11T18:32:39.646Z Compiling addr2line v0.21.0
13132024-10-11T18:32:39.667Z Compiling crypto-bigint v0.5.5
13142024-10-11T18:32:40.034Z Compiling num-iter v0.1.45
13152024-10-11T18:32:40.169Z Compiling async-trait v0.1.83
13162024-10-11T18:32:40.218Z Compiling zerocopy-derive v0.6.6
13172024-10-11T18:32:40.261Z Compiling curve25519-dalek-derive v0.1.1
13182024-10-11T18:32:41.833Z Compiling phf_shared v0.11.2
13192024-10-11T18:32:42.214Z Compiling serde_derive_internals v0.29.1
13202024-10-11T18:32:42.397Z Compiling webpki-roots v0.26.3
13212024-10-11T18:32:42.418Z Compiling object v0.32.2
13222024-10-11T18:32:42.619Z Compiling fs-err v2.11.0
13232024-10-11T18:32:42.917Z Compiling winnow v0.5.40
13242024-10-11T18:32:42.952Z Compiling ipnet v2.10.1
13252024-10-11T18:32:43.165Z Compiling adler2 v2.0.0
13262024-10-11T18:32:43.382Z Compiling rustc-demangle v0.1.24
13272024-10-11T18:32:44.154Z Compiling schemars v0.8.21
13282024-10-11T18:32:44.394Z Compiling anyhow v1.0.89
13292024-10-11T18:32:44.542Z Compiling bitflags v1.3.2
13302024-10-11T18:32:44.645Z Compiling managed v0.8.0
13312024-10-11T18:32:44.940Z Compiling schemars_derive v0.8.21
13322024-10-11T18:32:45.225Z Compiling console v0.15.8
13332024-10-11T18:32:45.270Z Compiling clap_builder v4.5.20
13342024-10-11T18:32:45.634Z Compiling miniz_oxide v0.8.0
13352024-10-11T18:32:46.728Z Compiling hyper v1.4.1
13362024-10-11T18:32:46.799Z Compiling toml_edit v0.19.15
13372024-10-11T18:32:47.212Z Compiling elliptic-curve v0.13.8
13382024-10-11T18:32:47.254Z Compiling zerocopy v0.6.6
13392024-10-11T18:32:48.046Z Compiling rayon v1.10.0
13402024-10-11T18:32:48.117Z Compiling phf v0.11.2
13412024-10-11T18:32:48.407Z Compiling cookie_store v0.21.0
13422024-10-11T18:32:49.768Z Compiling hyper-util v0.1.9
13432024-10-11T18:32:50.859Z Compiling hubpack v0.1.2
13442024-10-11T18:32:52.302Z Compiling hyper-tls v0.6.0
13452024-10-11T18:32:52.733Z Compiling hyper-rustls v0.27.3
13462024-10-11T18:32:52.849Z Compiling postgres-types v0.2.8
13472024-10-11T18:32:53.483Z Compiling usdt-macro v0.5.0
13482024-10-11T18:32:53.703Z Compiling usdt-attr-macro v0.5.0
13492024-10-11T18:32:54.233Z Compiling serde_urlencoded v0.7.1
13502024-10-11T18:32:54.411Z Compiling serde-big-array v0.5.1
13512024-10-11T18:32:54.442Z Compiling ed25519 v2.2.3
13522024-10-11T18:32:54.637Z Compiling futures-executor v0.3.31
13532024-10-11T18:32:54.657Z Compiling pkcs1 v0.7.5
13542024-10-11T18:32:54.792Z Compiling rfc6979 v0.4.0
13552024-10-11T18:32:54.983Z Compiling bstr v1.9.1
13562024-10-11T18:32:55.003Z Compiling regex v1.10.6
13572024-10-11T18:32:55.216Z Compiling clap_derive v4.5.18
13582024-10-11T18:32:55.349Z Compiling enum-as-inner v0.6.0
13592024-10-11T18:32:55.627Z Compiling strum_macros v0.25.3
13602024-10-11T18:32:56.040Z Compiling serde_repr v0.1.19
13612024-10-11T18:32:56.424Z Compiling rustls-pemfile v2.1.3
13622024-10-11T18:32:56.443Z Compiling phf_shared v0.10.0
13632024-10-11T18:32:56.445Z Compiling float-cmp v0.9.0
13642024-10-11T18:32:56.692Z Compiling idna v0.4.0
13652024-10-11T18:32:56.759Z Compiling sync_wrapper v1.0.1
13662024-10-11T18:32:56.825Z Compiling mio v0.8.11
13672024-10-11T18:32:56.902Z Compiling encoding_rs v0.8.34
13682024-10-11T18:32:56.902Z Compiling new_debug_unreachable v1.0.6
13692024-10-11T18:32:56.992Z Compiling precomputed-hash v0.1.1
13702024-10-11T18:32:57.113Z Compiling predicates-core v1.0.6
13712024-10-11T18:32:57.222Z Compiling dyn-clone v1.0.17
13722024-10-11T18:32:57.441Z Compiling mime v0.3.17
13732024-10-11T18:32:57.488Z Compiling data-encoding v2.6.0
13742024-10-11T18:32:58.038Z Compiling whoami v1.5.2
13752024-10-11T18:32:58.057Z Compiling normalize-line-endings v0.3.0
13762024-10-11T18:32:58.180Z Compiling static_assertions v1.1.0
13772024-10-11T18:32:58.224Z Compiling bit-vec v0.6.3
13782024-10-11T18:32:58.281Z Compiling fixedbitset v0.4.2
13792024-10-11T18:32:58.679Z Compiling unicode-segmentation v1.11.0
13802024-10-11T18:32:58.698Z Compiling difflib v0.4.0
13812024-10-11T18:32:58.753Z Compiling number_prefix v0.4.0
13822024-10-11T18:32:58.969Z Compiling minimal-lexical v0.2.1
13832024-10-11T18:32:59.524Z Compiling nom v7.1.3
13842024-10-11T18:32:59.543Z Compiling similar v2.6.0
13852024-10-11T18:32:59.620Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
13862024-10-11T18:32:59.953Z Compiling reqwest v0.12.7
13872024-10-11T18:33:00.298Z Compiling predicates v3.1.2
13882024-10-11T18:33:00.355Z Compiling clap v4.5.20
13892024-10-11T18:33:00.476Z Compiling indicatif v0.17.8
13902024-10-11T18:33:01.334Z Compiling petgraph v0.6.5
13912024-10-11T18:33:01.956Z Compiling bit-set v0.5.3
13922024-10-11T18:33:02.006Z Compiling tokio-postgres v0.7.12
13932024-10-11T18:33:02.240Z Compiling hickory-proto v0.24.1
13942024-10-11T18:33:02.694Z Compiling toml_edit v0.22.22
13952024-10-11T18:33:03.101Z Compiling signal-hook-mio v0.2.4
13962024-10-11T18:33:04.590Z Compiling string_cache v0.8.7
13972024-10-11T18:33:05.051Z Compiling usdt v0.5.0
13982024-10-11T18:33:05.274Z Compiling rsa v0.9.6
13992024-10-11T18:33:05.548Z Compiling ecdsa v0.16.9
14002024-10-11T18:33:06.334Z Compiling futures v0.3.31
14012024-10-11T18:33:06.409Z Compiling ed25519-dalek v2.1.1
14022024-10-11T18:33:06.443Z Compiling flate2 v1.0.34
14032024-10-11T18:33:07.417Z Compiling toml v0.7.8
14042024-10-11T18:33:07.692Z Compiling tokio-stream v0.1.16
14052024-10-11T18:33:07.963Z Compiling openapiv3 v2.0.0
14062024-10-11T18:33:08.534Z Compiling hex v0.4.3
14072024-10-11T18:33:08.741Z Compiling x509-cert v0.2.5
14082024-10-11T18:33:09.122Z Compiling sha1 v0.10.6
14092024-10-11T18:33:09.157Z Compiling itertools v0.10.5
14102024-10-11T18:33:09.592Z Compiling itertools v0.12.1
14112024-10-11T18:33:10.882Z Compiling dirs-sys-next v0.1.2
14122024-10-11T18:33:11.553Z Compiling peg-runtime v0.8.3
14132024-10-11T18:33:12.005Z Compiling lalrpop-util v0.19.12
14142024-10-11T18:33:12.207Z Compiling unicode-xid v0.2.4
14152024-10-11T18:33:12.346Z Compiling dirs-next v2.0.0
14162024-10-11T18:33:12.372Z Compiling thread_local v1.1.8
14172024-10-11T18:33:12.391Z Compiling slog-async v2.8.0
14182024-10-11T18:33:12.408Z Compiling xattr v1.3.1
14192024-10-11T18:33:12.478Z Compiling term v0.7.0
14202024-10-11T18:33:12.541Z Compiling strum_macros v0.26.4
14212024-10-11T18:33:12.664Z Compiling crossbeam-channel v0.5.12
14222024-10-11T18:33:12.777Z Compiling filetime v0.2.25
14232024-10-11T18:33:12.901Z Compiling is-terminal v0.4.12
14242024-10-11T18:33:12.985Z Compiling take_mut v0.2.2
14252024-10-11T18:33:13.024Z Compiling slog-term v2.9.1
14262024-10-11T18:33:13.080Z Compiling tar v0.4.42
14272024-10-11T18:33:13.147Z Compiling camino v1.1.9
14282024-10-11T18:33:13.513Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14292024-10-11T18:33:15.403Z Compiling strum v0.26.3
14302024-10-11T18:33:15.480Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14312024-10-11T18:33:20.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s
14322024-10-11T18:33:20.666Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14332024-10-11T18:33:20.712ZOct 11 18:33:20.194 INFO Starting download, target: Clickhouse
14342024-10-11T18:33:20.712ZOct 11 18:33:20.194 INFO Starting download, target: Console
14352024-10-11T18:33:20.715ZOct 11 18:33:20.194 INFO Starting download, target: Cockroach
14362024-10-11T18:33:20.715ZOct 11 18:33:20.194 INFO Starting download, target: DendriteOpenapi
14372024-10-11T18:33:20.715ZOct 11 18:33:20.194 INFO Starting download, target: DendriteStub
14382024-10-11T18:33:20.715ZOct 11 18:33:20.194 INFO Starting download, target: MaghemiteMgd
14392024-10-11T18:33:20.715ZOct 11 18:33:20.194 INFO Starting download, target: TransceiverControl
14402024-10-11T18:33:20.715ZOct 11 18:33:20.195 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14412024-10-11T18:33:20.715ZOct 11 18:33:20.195 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi
14422024-10-11T18:33:20.715ZOct 11 18:33:20.195 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14432024-10-11T18:33:20.715ZOct 11 18:33:20.195 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14442024-10-11T18:33:20.715ZOct 11 18:33:20.195 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
14452024-10-11T18:33:20.715ZOct 11 18:33:20.195 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14462024-10-11T18:33:20.715ZOct 11 18:33:20.195 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14472024-10-11T18:33:20.985ZOct 11 18:33:20.462 INFO Download complete, target: DendriteOpenapi
14482024-10-11T18:33:21.064ZOct 11 18:33:20.545 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14492024-10-11T18:33:21.240ZOct 11 18:33:20.719 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14502024-10-11T18:33:21.452ZOct 11 18:33:20.933 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14512024-10-11T18:33:21.508ZOct 11 18:33:20.990 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14522024-10-11T18:33:21.614ZOct 11 18:33:21.096 INFO Download complete, target: Console
14532024-10-11T18:33:21.818ZOct 11 18:33:21.301 INFO Download complete, target: TransceiverControl
14542024-10-11T18:33:21.914ZOct 11 18:33:21.396 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14552024-10-11T18:33:21.914ZOct 11 18:33:21.397 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14562024-10-11T18:33:23.133ZOct 11 18:33:22.615 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14572024-10-11T18:33:24.477ZOct 11 18:33:23.959 INFO Download complete, target: DendriteStub
14582024-10-11T18:33:24.731ZOct 11 18:33:24.213 INFO Download complete, target: MaghemiteMgd
14592024-10-11T18:33:29.915ZOct 11 18:33:29.398 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14602024-10-11T18:33:30.238ZOct 11 18:33:29.721 INFO Checking that binary works, target: Cockroach
14612024-10-11T18:33:30.394ZOct 11 18:33:29.876 INFO Download complete, target: Cockroach
14622024-10-11T18:33:36.520ZOct 11 18:33:36.003 INFO Checking that binary works, target: Clickhouse
14632024-10-11T18:33:37.061ZOct 11 18:33:36.544 INFO Download complete, target: Clickhouse
14642024-10-11T18:33:37.171ZAll builder prerequisites installed successfully, and PATH looks valid
14652024-10-11T18:33:37.174Z
14662024-10-11T18:33:37.174Zreal 3:36.362203126
14672024-10-11T18:33:37.174Zuser 11:48.312937441
14682024-10-11T18:33:37.174Zsys 2:30.296640452
14692024-10-11T18:33:37.174Ztrap 0.403394523
14702024-10-11T18:33:37.174Ztflt 1.949718693
14712024-10-11T18:33:37.174Zdflt 1.813431933
14722024-10-11T18:33:37.174Zkflt 0.032815328
14732024-10-11T18:33:37.174Zlock 23:29.666170303
14742024-10-11T18:33:37.175Zslp 45:01.155411962
14752024-10-11T18:33:37.175Zlat 44.064514313
14762024-10-11T18:33:37.175Zstop 1:55.473967605
14772024-10-11T18:33:37.175Z+ banner build
14782024-10-11T18:33:37.177Z
14792024-10-11T18:33:37.177Z ##### # # # # #####
14802024-10-11T18:33:37.177Z # # # # # # # #
14812024-10-11T18:33:37.178Z ##### # # # # # #
14822024-10-11T18:33:37.178Z # # # # # # # #
14832024-10-11T18:33:37.178Z # # # # # # # #
14842024-10-11T18:33:37.178Z ##### #### # ###### #####
14852024-10-11T18:33:37.178Z
14862024-10-11T18:33:37.178Z+ export 'RUSTFLAGS=-D warnings'
14872024-10-11T18:33:37.178Z+ RUSTFLAGS='-D warnings'
14882024-10-11T18:33:37.178Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
14892024-10-11T18:33:37.178Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
14902024-10-11T18:33:37.178Z+ [[ illumos == \i\l\l\u\m\o\s ]]
14912024-10-11T18:33:37.178Z+ RUSTFLAGS='-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
14922024-10-11T18:33:37.178Z+ export TMPDIR=/var/tmp/omicron_tmp
14932024-10-11T18:33:37.178Z+ TMPDIR=/var/tmp/omicron_tmp
14942024-10-11T18:33:37.178Z+ export RUST_BACKTRACE=1
14952024-10-11T18:33:37.178Z+ RUST_BACKTRACE=1
14962024-10-11T18:33:37.178Z+ export CARGO_INCREMENTAL=0
14972024-10-11T18:33:37.178Z+ CARGO_INCREMENTAL=0
14982024-10-11T18:33:37.178Z+ export RUSTC_BOOTSTRAP=1
14992024-10-11T18:33:37.178Z+ RUSTC_BOOTSTRAP=1
15002024-10-11T18:33:37.178Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose
15012024-10-11T18:33:37.921Z Downloading crates ...
15022024-10-11T18:33:38.267Z Downloaded guppy-workspace-hack v0.1.0
15032024-10-11T18:33:38.269Z Downloaded approx v0.5.1
15042024-10-11T18:33:38.271Z Downloaded anes v0.1.6
15052024-10-11T18:33:38.274Z Downloaded datatest-stable v0.2.9
15062024-10-11T18:33:38.276Z Downloaded blocking v1.6.1
15072024-10-11T18:33:38.276Z Downloaded async-channel v1.9.0
15082024-10-11T18:33:38.279Z Downloaded async-object-pool v0.1.5
15092024-10-11T18:33:38.281Z Downloaded target-spec v3.2.2
15102024-10-11T18:33:38.281Z Downloaded stringmetrics v2.2.2
15112024-10-11T18:33:38.284Z Downloaded futures-timer v3.0.3
15122024-10-11T18:33:38.286Z Downloaded async-signal v0.2.10
15132024-10-11T18:33:38.289Z Downloaded piper v0.2.4
15142024-10-11T18:33:38.289Z Downloaded path-tree v0.8.1
15152024-10-11T18:33:38.292Z Downloaded parking v2.2.1
15162024-10-11T18:33:38.292Z Downloaded event-listener v2.5.3
15172024-10-11T18:33:38.294Z Downloaded async-task v4.7.1
15182024-10-11T18:33:38.296Z Downloaded async-executor v1.13.1
15192024-10-11T18:33:38.299Z Downloaded plotters-backend v0.3.5
15202024-10-11T18:33:38.299Z Downloaded num_cpus v1.16.0
15212024-10-11T18:33:38.301Z Downloaded cast v0.3.0
15222024-10-11T18:33:38.304Z Downloaded tinytemplate v1.2.1
15232024-10-11T18:33:38.304Z Downloaded serde_regex v1.1.0
15242024-10-11T18:33:38.306Z Downloaded proc-macro-crate v3.1.0
15252024-10-11T18:33:38.310Z Downloaded libtest-mimic v0.7.3
15262024-10-11T18:33:38.310Z Downloaded rust-argon2 v2.1.0
15272024-10-11T18:33:38.313Z Downloaded cfg-expr v0.17.0
15282024-10-11T18:33:38.315Z Downloaded httptest v0.16.1
15292024-10-11T18:33:38.318Z Downloaded trybuild v1.0.99
15302024-10-11T18:33:38.320Z Downloaded rstest v0.22.0
15312024-10-11T18:33:38.326Z Downloaded plotters-svg v0.3.5
15322024-10-11T18:33:38.328Z Downloaded polling v3.7.3
15332024-10-11T18:33:38.330Z Downloaded pathdiff v0.2.1
15342024-10-11T18:33:38.333Z Downloaded nested v0.1.1
15352024-10-11T18:33:38.333Z Downloaded escape8259 v0.5.2
15362024-10-11T18:33:38.335Z Downloaded doc-comment v0.3.3
15372024-10-11T18:33:38.335Z Downloaded kv-log-macro v1.0.7
15382024-10-11T18:33:38.337Z Downloaded similar-asserts v1.6.0
15392024-10-11T18:33:38.339Z Downloaded event-listener v5.3.1
15402024-10-11T18:33:38.342Z Downloaded concurrent-queue v2.5.0
15412024-10-11T18:33:38.342Z Downloaded threadpool v1.8.1
15422024-10-11T18:33:38.345Z Downloaded oorandom v11.1.3
15432024-10-11T18:33:38.345Z Downloaded blake2b_simd v1.0.2
15442024-10-11T18:33:38.347Z Downloaded async-process v2.2.4
15452024-10-11T18:33:38.347Z Downloaded async-lock v3.4.0
15462024-10-11T18:33:38.350Z Downloaded target-lexicon v0.12.16
15472024-10-11T18:33:38.353Z Downloaded rustls-native-certs v0.7.0
15482024-10-11T18:33:38.355Z Downloaded hyper-rustls v0.26.0
15492024-10-11T18:33:38.357Z Downloaded partial-io v0.5.4
15502024-10-11T18:33:38.360Z Downloaded fancy-regex v0.13.0
15512024-10-11T18:33:38.362Z Downloaded criterion v0.5.1
15522024-10-11T18:33:38.369Z Downloaded rstest_macros v0.22.0
15532024-10-11T18:33:38.372Z Downloaded yansi v1.0.1
15542024-10-11T18:33:38.375Z Downloaded relative-path v1.9.3
15552024-10-11T18:33:38.377Z Downloaded pretty_assertions v1.4.1
15562024-10-11T18:33:38.380Z Downloaded rand_distr v0.4.3
15572024-10-11T18:33:38.382Z Downloaded futures-lite v2.3.0
15582024-10-11T18:33:38.382Z Downloaded toml_edit v0.21.1
15592024-10-11T18:33:38.403Z Downloaded guppy v0.17.8
15602024-10-11T18:33:38.409Z Downloaded plotters v0.3.5
15612024-10-11T18:33:38.418Z Downloaded async-std v1.13.0
15622024-10-11T18:33:38.437Z Downloaded event-listener-strategy v0.5.2
15632024-10-11T18:33:38.440Z Downloaded async-io v2.3.4
15642024-10-11T18:33:38.442Z Downloaded async-global-executor v2.4.1
15652024-10-11T18:33:38.445Z Downloaded criterion-plot v0.5.0
15662024-10-11T18:33:38.447Z Downloaded async-attributes v1.1.2
15672024-10-11T18:33:38.447Z Downloaded indoc v2.0.5
15682024-10-11T18:33:38.450Z Downloaded async-channel v2.3.1
15692024-10-11T18:33:38.450Z Downloaded assert-json-diff v2.0.2
15702024-10-11T18:33:38.452Z Downloaded assert_cmd v2.0.16
15712024-10-11T18:33:38.471Z Downloaded httpmock v0.8.0-alpha.1
15722024-10-11T18:33:39.165Z Dirty proc-macro2 v1.0.86: the rustflags changed
15732024-10-11T18:33:39.165Z Compiling proc-macro2 v1.0.86
15742024-10-11T18:33:39.165Z Dirty unicode-ident v1.0.13: the rustflags changed
15752024-10-11T18:33:39.165Z Compiling unicode-ident v1.0.13
15762024-10-11T18:33:39.169Z Dirty libc v0.2.159: the rustflags changed
15772024-10-11T18:33:39.169Z Compiling libc v0.2.159
15782024-10-11T18:33:39.169Z Dirty cfg-if v1.0.0: the rustflags changed
15792024-10-11T18:33:39.169Z Compiling cfg-if v1.0.0
15802024-10-11T18:33:39.169Z Dirty serde v1.0.210: the rustflags changed
15812024-10-11T18:33:39.169Z Compiling serde v1.0.210
15822024-10-11T18:33:39.169Z Dirty version_check v0.9.5: the rustflags changed
15832024-10-11T18:33:39.169Z Compiling version_check v0.9.5
15842024-10-11T18:33:39.169Z Dirty autocfg v1.3.0: the rustflags changed
15852024-10-11T18:33:39.169Z Compiling autocfg v1.3.0
15862024-10-11T18:33:39.169Z Dirty once_cell v1.19.0: the rustflags changed
15872024-10-11T18:33:39.169Z Compiling once_cell v1.19.0
15882024-10-11T18:33:39.169Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.86/build.rs --error-format=json --json=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)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=d49ccfd8249300a7 -C extra-filename=-d49ccfd8249300a7 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-d49ccfd8249300a7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15892024-10-11T18:33:39.169Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=94faf137b493206b -C extra-filename=-94faf137b493206b --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`
15902024-10-11T18:33:39.169Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=55862b4b1d68d132 -C extra-filename=-55862b4b1d68d132 --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`
15912024-10-11T18:33:39.169Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.159/build.rs --error-format=json --json=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)' --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=2ac3d04886efdd46 -C extra-filename=-2ac3d04886efdd46 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-2ac3d04886efdd46 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15922024-10-11T18:33:39.169Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.210/build.rs --error-format=json --json=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)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=c0aa51eaa19bc06f -C extra-filename=-c0aa51eaa19bc06f --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-c0aa51eaa19bc06f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15932024-10-11T18:33:39.314Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=d381d90b77512a0f -C extra-filename=-d381d90b77512a0f --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`
15942024-10-11T18:33:39.314Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-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)' --check-cfg 'cfg(feature, values())' -C metadata=7640f4cdb39f9682 -C extra-filename=-7640f4cdb39f9682 --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`
15952024-10-11T18:33:39.325Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=6f67b0bf22e78afd -C extra-filename=-6f67b0bf22e78afd --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`
15962024-10-11T18:33:39.428Z Dirty memchr v2.7.2: the rustflags changed
15972024-10-11T18:33:39.429Z Compiling memchr v2.7.2
15982024-10-11T18:33:39.449Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=3b15747880b886c1 -C extra-filename=-3b15747880b886c1 --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`
15992024-10-11T18:33:39.457Z Dirty value-bag v1.9.0: the rustflags changed
16002024-10-11T18:33:39.457Z Compiling value-bag v1.9.0
16012024-10-11T18:33:39.492Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name value_bag --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=6bc82a1397c079d6 -C extra-filename=-6bc82a1397c079d6 --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`
16022024-10-11T18:33:39.765Z Dirty byteorder v1.5.0: the rustflags changed
16032024-10-11T18:33:39.765Z Compiling byteorder v1.5.0
16042024-10-11T18:33:39.770Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=325983a483f82094 -C extra-filename=-325983a483f82094 --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`
16052024-10-11T18:33:39.891Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-c0aa51eaa19bc06f/build-script-build`
16062024-10-11T18:33:39.963Z Dirty log v0.4.22: the rustflags changed
16072024-10-11T18:33:39.963Z Compiling log v0.4.22
16082024-10-11T18:33:39.965Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.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="kv"' --cfg 'feature="kv_unstable"' --cfg 'feature="std"' --cfg 'feature="value-bag"' --check-cfg 'cfg(docsrs)' --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=31bde78633f57151 -C extra-filename=-31bde78633f57151 --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-6bc82a1397c079d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16092024-10-11T18:33:39.987Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-d49ccfd8249300a7/build-script-build`
16102024-10-11T18:33:40.060Z Dirty scopeguard v1.2.0: the rustflags changed
16112024-10-11T18:33:40.060Z Compiling scopeguard v1.2.0
16122024-10-11T18:33:40.063Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=5380524236143168 -C extra-filename=-5380524236143168 --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`
16132024-10-11T18:33:40.171Z Dirty itoa v1.0.11: the rustflags changed
16142024-10-11T18:33:40.171Z Compiling itoa v1.0.11
16152024-10-11T18:33:40.174Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=4cb0fb6bacfafb96 -C extra-filename=-4cb0fb6bacfafb96 --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`
16162024-10-11T18:33:40.197Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-2ac3d04886efdd46/build-script-build`
16172024-10-11T18:33:40.219Z Dirty smallvec v1.13.2: the rustflags changed
16182024-10-11T18:33:40.219Z Compiling smallvec v1.13.2
16192024-10-11T18:33:40.222Z Dirty pin-project-lite v0.2.14: the rustflags changed
16202024-10-11T18:33:40.222Z Compiling pin-project-lite v0.2.14
16212024-10-11T18:33:40.222Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.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="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=90c42fabfdf6af03 -C extra-filename=-90c42fabfdf6af03 --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`
16222024-10-11T18:33:40.222Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=5196b1d39b63f0cb -C extra-filename=-5196b1d39b63f0cb --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`
16232024-10-11T18:33:40.263Z Dirty lock_api v0.4.12: the rustflags changed
16242024-10-11T18:33:40.263Z Compiling lock_api v0.4.12
16252024-10-11T18:33:40.282Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=653785a230c85179 -C extra-filename=-653785a230c85179 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-653785a230c85179 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-7640f4cdb39f9682.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16262024-10-11T18:33:40.303Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.86/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=452f5e0da88c10af -C extra-filename=-452f5e0da88c10af --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-55862b4b1d68d132.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)'`
16272024-10-11T18:33:40.306Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.159/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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)' --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=1b46dd66a7c6c3c6 -C extra-filename=-1b46dd66a7c6c3c6 --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_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time64)' --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(libc_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","visionos"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
16282024-10-11T18:33:40.365Z Dirty ahash v0.8.11: the rustflags changed
16292024-10-11T18:33:40.366Z Compiling ahash v0.8.11
16302024-10-11T18:33:40.369Z Dirty subtle v2.5.0: the rustflags changed
16312024-10-11T18:33:40.369Z Compiling subtle v2.5.0
16322024-10-11T18:33:40.369Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=6093e0e56b120ab2 -C extra-filename=-6093e0e56b120ab2 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-6093e0e56b120ab2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16332024-10-11T18:33:40.369Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-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 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)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=69c441407b09e74b -C extra-filename=-69c441407b09e74b --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`
16342024-10-11T18:33:40.607Z Dirty parking_lot_core v0.9.10: the rustflags changed
16352024-10-11T18:33:40.607Z Compiling parking_lot_core v0.9.10
16362024-10-11T18:33:40.609Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=aeb53c5354bb50d5 -C extra-filename=-aeb53c5354bb50d5 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-aeb53c5354bb50d5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16372024-10-11T18:33:40.673Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-653785a230c85179/build-script-build`
16382024-10-11T18:33:40.762Z Dirty thiserror v1.0.64: the rustflags changed
16392024-10-11T18:33:40.762Z Compiling thiserror v1.0.64
16402024-10-11T18:33:40.765Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/build.rs --error-format=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)' --check-cfg 'cfg(feature, values())' -C metadata=7b2eec9a92e86dcf -C extra-filename=-7b2eec9a92e86dcf --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-7b2eec9a92e86dcf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16412024-10-11T18:33:40.804Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=09a20e99f076665f -C extra-filename=-09a20e99f076665f --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-5380524236143168.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound`
16422024-10-11T18:33:40.804Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-6093e0e56b120ab2/build-script-build`
16432024-10-11T18:33:40.828Z Dirty allocator-api2 v0.2.18: the rustflags changed
16442024-10-11T18:33:40.828Z Compiling allocator-api2 v0.2.18
16452024-10-11T18:33:40.831Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "nightly", "serde", "std"))' -C metadata=b6220780d1ff212d -C extra-filename=-b6220780d1ff212d --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`
16462024-10-11T18:33:40.867Z Dirty typenum v1.17.0: the rustflags changed
16472024-10-11T18:33:40.867Z Compiling typenum v1.17.0
16482024-10-11T18:33:40.869Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=f78d3e5b0e6ba211 -C extra-filename=-f78d3e5b0e6ba211 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-f78d3e5b0e6ba211 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16492024-10-11T18:33:41.082Z Dirty quote v1.0.37: the rustflags changed
16502024-10-11T18:33:41.082Z Compiling quote v1.0.37
16512024-10-11T18:33:41.085Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=95347ca8e571573d -C extra-filename=-95347ca8e571573d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16522024-10-11T18:33:41.157Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-aeb53c5354bb50d5/build-script-build`
16532024-10-11T18:33:41.189Z Dirty generic-array v0.14.7: the rustflags changed
16542024-10-11T18:33:41.189Z Compiling generic-array v0.14.7
16552024-10-11T18:33:41.192Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=6331d367a75138c7 -C extra-filename=-6331d367a75138c7 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-6331d367a75138c7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16562024-10-11T18:33:41.236Z Dirty ryu v1.0.18: the rustflags changed
16572024-10-11T18:33:41.236Z Compiling ryu v1.0.18
16582024-10-11T18:33:41.239Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=c8748712d383e42f -C extra-filename=-c8748712d383e42f --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`
16592024-10-11T18:33:41.457Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-7b2eec9a92e86dcf/build-script-build`
16602024-10-11T18:33:41.570Z Dirty syn v2.0.79: the rustflags changed
16612024-10-11T18:33:41.570Z Compiling syn v2.0.79
16622024-10-11T18:33:41.574Z Dirty getrandom v0.2.14: the rustflags changed
16632024-10-11T18:33:41.574Z Compiling getrandom v0.2.14
16642024-10-11T18:33:41.574Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-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 --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="rdrand"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --check-cfg 'cfg(docsrs)' --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=b050ca61f382ec87 -C extra-filename=-b050ca61f382ec87 --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-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16652024-10-11T18:33:41.591Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.79/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=cd3602e91269f134 -C extra-filename=-cd3602e91269f134 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-55862b4b1d68d132.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16662024-10-11T18:33:41.612Z Dirty jobserver v0.1.32: the rustflags changed
16672024-10-11T18:33:41.612Z Compiling jobserver v0.1.32
16682024-10-11T18:33:41.615Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=53659cce17325665 -C extra-filename=-53659cce17325665 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16692024-10-11T18:33:41.666Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=6a1cc2da7277af98 -C extra-filename=-6a1cc2da7277af98 --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-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16702024-10-11T18:33:41.745Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-6331d367a75138c7/build-script-build`
16712024-10-11T18:33:41.778Z Dirty signal-hook-registry v1.4.2: the rustflags changed
16722024-10-11T18:33:41.778Z Compiling signal-hook-registry v1.4.2
16732024-10-11T18:33:41.780Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=4f7cf3856044bb3a -C extra-filename=-4f7cf3856044bb3a --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16742024-10-11T18:33:41.817Z Dirty rand_core v0.6.4: the rustflags changed
16752024-10-11T18:33:41.817Z Compiling rand_core v0.6.4
16762024-10-11T18:33:41.820Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=8b13f8510d518754 -C extra-filename=-8b13f8510d518754 --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-b050ca61f382ec87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16772024-10-11T18:33:41.975Z Dirty cc v1.0.97: the rustflags changed
16782024-10-11T18:33:41.975Z Compiling cc v1.0.97
16792024-10-11T18:33:41.978Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.97/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="jobserver"' --cfg 'feature="libc"' --cfg 'feature="once_cell"' --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "libc", "once_cell", "parallel"))' -C metadata=43b8f6db9526eca9 -C extra-filename=-43b8f6db9526eca9 --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-53659cce17325665.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16802024-10-11T18:33:42.031Z Dirty parking_lot v0.12.2: the rustflags changed
16812024-10-11T18:33:42.031Z Compiling parking_lot v0.12.2
16822024-10-11T18:33:42.034Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=472720b9ff68b690 -C extra-filename=-472720b9ff68b690 --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-09a20e99f076665f.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-6a1cc2da7277af98.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16832024-10-11T18:33:42.056Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-f78d3e5b0e6ba211/build-script-main`
16842024-10-11T18:33:42.293Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=60752444239cd916 -C extra-filename=-60752444239cd916 --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`
16852024-10-11T18:33:42.297Z Dirty futures-core v0.3.31: the rustflags changed
16862024-10-11T18:33:42.297Z Compiling futures-core v0.3.31
16872024-10-11T18:33:42.297Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=5c0c6b13016b0cbd -C extra-filename=-5c0c6b13016b0cbd --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`
16882024-10-11T18:33:42.346Z Dirty libm v0.2.8: the rustflags changed
16892024-10-11T18:33:42.346Z Compiling libm v0.2.8
16902024-10-11T18:33:42.350Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=167dbd547a9f8507 -C extra-filename=-167dbd547a9f8507 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-167dbd547a9f8507 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16912024-10-11T18:33:42.505Z Dirty num-traits v0.2.19: the rustflags changed
16922024-10-11T18:33:42.505Z Compiling num-traits v0.2.19
16932024-10-11T18:33:42.525Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=df973dab6b6b4461 -C extra-filename=-df973dab6b6b4461 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-df973dab6b6b4461 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-7640f4cdb39f9682.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16942024-10-11T18:33:42.541Z Dirty mio v1.0.2: the rustflags changed
16952024-10-11T18:33:42.541Z Compiling mio v1.0.2
16962024-10-11T18:33:42.541Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' -C metadata=a720034d2cb4e287 -C extra-filename=-a720034d2cb4e287 --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-1b46dd66a7c6c3c6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16972024-10-11T18:33:42.567Z Dirty serde_json v1.0.128: the rustflags changed
16982024-10-11T18:33:42.567Z Compiling serde_json v1.0.128
16992024-10-11T18:33:42.570Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.128/build.rs --error-format=json --json=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)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=ddccb03e725d221f -C extra-filename=-ddccb03e725d221f --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-ddccb03e725d221f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17002024-10-11T18:33:42.771Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-167dbd547a9f8507/build-script-build`
17012024-10-11T18:33:42.804Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=ba00d9da7e296366 -C extra-filename=-ba00d9da7e296366 --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`
17022024-10-11T18:33:42.854Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-df973dab6b6b4461/build-script-build`
17032024-10-11T18:33:42.954Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-ddccb03e725d221f/build-script-build`
17042024-10-11T18:33:42.978Z Dirty equivalent v1.0.1: the rustflags changed
17052024-10-11T18:33:42.978Z Compiling equivalent v1.0.1
17062024-10-11T18:33:42.982Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=8d0ebed4a536b088 -C extra-filename=-8d0ebed4a536b088 --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`
17072024-10-11T18:33:43.006Z Dirty spin v0.9.8: the rustflags changed
17082024-10-11T18:33:43.006Z Compiling spin v0.9.8
17092024-10-11T18:33:43.009Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=d52e3d8c16e8a214 -C extra-filename=-d52e3d8c16e8a214 --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-09a20e99f076665f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17102024-10-11T18:33:43.060Z Dirty fnv v1.0.7: the rustflags changed
17112024-10-11T18:33:43.061Z Compiling fnv v1.0.7
17122024-10-11T18:33:43.065Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=384dbe410948d0e9 -C extra-filename=-384dbe410948d0e9 --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`
17132024-10-11T18:33:43.090Z Dirty socket2 v0.5.7: the rustflags changed
17142024-10-11T18:33:43.090Z Compiling socket2 v0.5.7
17152024-10-11T18:33:43.093Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-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 --cfg 'feature="all"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=31f20414dbea471d -C extra-filename=-31f20414dbea471d --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17162024-10-11T18:33:43.190Z Dirty slab v0.4.9: the rustflags changed
17172024-10-11T18:33:43.190Z Compiling slab v0.4.9
17182024-10-11T18:33:43.193Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=26e342cf5190e347 -C extra-filename=-26e342cf5190e347 --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-26e342cf5190e347 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-7640f4cdb39f9682.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17192024-10-11T18:33:43.433Z Dirty futures-io v0.3.31: the rustflags changed
17202024-10-11T18:33:43.433Z Compiling futures-io v0.3.31
17212024-10-11T18:33:43.436Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=1d4c5c102c6e9563 -C extra-filename=-1d4c5c102c6e9563 --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`
17222024-10-11T18:33:43.594Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-26e342cf5190e347/build-script-build`
17232024-10-11T18:33:43.698Z Dirty const-oid v0.9.6: the rustflags changed
17242024-10-11T18:33:43.699Z Compiling const-oid v0.9.6
17252024-10-11T18:33:43.701Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arbitrary", "db", "std"))' -C metadata=0fbd4ee0c026a43b -C extra-filename=-0fbd4ee0c026a43b --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`
17262024-10-11T18:33:43.738Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=f96e20c34b56be83 -C extra-filename=-f96e20c34b56be83 --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`
17272024-10-11T18:33:43.768Z Dirty futures-sink v0.3.31: the rustflags changed
17282024-10-11T18:33:43.768Z Compiling futures-sink v0.3.31
17292024-10-11T18:33:43.771Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=7739957597c73f63 -C extra-filename=-7739957597c73f63 --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`
17302024-10-11T18:33:43.793Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=2914d78ac96fc53c -C extra-filename=-2914d78ac96fc53c --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-ba00d9da7e296366.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_total_cmp`
17312024-10-11T18:33:43.935Z Dirty pin-utils v0.1.0: the rustflags changed
17322024-10-11T18:33:43.935Z Compiling pin-utils v0.1.0
17332024-10-11T18:33:43.938Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=ab4c9310920e6cf2 -C extra-filename=-ab4c9310920e6cf2 --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`
17342024-10-11T18:33:44.042Z Dirty pkg-config v0.3.30: the rustflags changed
17352024-10-11T18:33:44.042Z Compiling pkg-config v0.3.30
17362024-10-11T18:33:44.044Z Dirty cpufeatures v0.2.12: the rustflags changed
17372024-10-11T18:33:44.044Z Compiling cpufeatures v0.2.12
17382024-10-11T18:33:44.045Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=250510e548f1bd64 -C extra-filename=-250510e548f1bd64 --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`
17392024-10-11T18:33:44.045Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eb481e38678e4e0a -C extra-filename=-eb481e38678e4e0a --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`
17402024-10-11T18:33:44.143Z Dirty futures-channel v0.3.31: the rustflags changed
17412024-10-11T18:33:44.143Z Compiling futures-channel v0.3.31
17422024-10-11T18:33:44.147Z Dirty regex-syntax v0.8.4: the rustflags changed
17432024-10-11T18:33:44.147Z Compiling regex-syntax v0.8.4
17442024-10-11T18:33:44.147Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=acd6c3528e857df4 -C extra-filename=-acd6c3528e857df4 --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-5c0c6b13016b0cbd.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7739957597c73f63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17452024-10-11T18:33:44.148Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-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 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)' --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=7d938304ceffab4a -C extra-filename=-7d938304ceffab4a --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`
17462024-10-11T18:33:44.247Z Dirty futures-task v0.3.31: the rustflags changed
17472024-10-11T18:33:44.247Z Compiling futures-task v0.3.31
17482024-10-11T18:33:44.249Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=0af99bb190aa0ae2 -C extra-filename=-0af99bb190aa0ae2 --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`
17492024-10-11T18:33:44.530Z Dirty aho-corasick v1.1.3: the rustflags changed
17502024-10-11T18:33:44.530Z Compiling aho-corasick v1.1.3
17512024-10-11T18:33:44.549Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=ccd418511fd0e494 -C extra-filename=-ccd418511fd0e494 --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-3b15747880b886c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17522024-10-11T18:33:44.560Z Dirty rustix v0.38.37: the rustflags changed
17532024-10-11T18:33:44.560Z Compiling rustix v0.38.37
17542024-10-11T18:33:44.563Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --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)' --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"))' --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"))' -C metadata=1255d294522a49db -C extra-filename=-1255d294522a49db --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-1255d294522a49db -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17552024-10-11T18:33:45.438Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-1255d294522a49db/build-script-build`
17562024-10-11T18:33:45.562Z Dirty errno v0.3.9: the rustflags changed
17572024-10-11T18:33:45.562Z Compiling errno v0.3.9
17582024-10-11T18:33:45.565Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=845b76ba4aeefe65 -C extra-filename=-845b76ba4aeefe65 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17592024-10-11T18:33:45.628Z Dirty semver v1.0.23: the rustflags changed
17602024-10-11T18:33:45.628Z Compiling semver v1.0.23
17612024-10-11T18:33:45.631Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-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 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=746a93df62810af4 -C extra-filename=-746a93df62810af4 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-746a93df62810af4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17622024-10-11T18:33:45.691Z Dirty tracing-core v0.1.32: the rustflags changed
17632024-10-11T18:33:45.691Z Compiling tracing-core v0.1.32
17642024-10-11T18:33:45.693Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=adeb21224cd93e5d -C extra-filename=-adeb21224cd93e5d --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-d381d90b77512a0f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17652024-10-11T18:33:45.798Z Dirty syn v1.0.109: the rustflags changed
17662024-10-11T18:33:45.798Z Compiling syn v1.0.109
17672024-10-11T18:33:45.801Z Dirty tinyvec_macros v0.1.1: the rustflags changed
17682024-10-11T18:33:45.801Z Compiling tinyvec_macros v0.1.1
17692024-10-11T18:33:45.801Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=7bd69fb34c9940b1 -C extra-filename=-7bd69fb34c9940b1 --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-7bd69fb34c9940b1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17702024-10-11T18:33:45.801Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e3f75058ddf213ea -C extra-filename=-e3f75058ddf213ea --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`
17712024-10-11T18:33:45.909Z Dirty tinyvec v1.6.0: the rustflags changed
17722024-10-11T18:33:45.909Z Compiling tinyvec v1.6.0
17732024-10-11T18:33:45.911Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-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="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "serde", "std", "tinyvec_macros"))' -C metadata=bfd9b440086bc207 -C extra-filename=-bfd9b440086bc207 --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-e3f75058ddf213ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17742024-10-11T18:33:46.084Z Dirty iana-time-zone v0.1.60: the rustflags changed
17752024-10-11T18:33:46.084Z Compiling iana-time-zone v0.1.60
17762024-10-11T18:33:46.086Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.60/src/lib.rs --error-format=json --json=diagnostic-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)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=e4234c30fefa5b8b -C extra-filename=-e4234c30fefa5b8b --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`
17772024-10-11T18:33:46.250Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-746a93df62810af4/build-script-build`
17782024-10-11T18:33:46.319Z Dirty unicode-bidi v0.3.15: the rustflags changed
17792024-10-11T18:33:46.320Z Compiling unicode-bidi v0.3.15
17802024-10-11T18:33:46.322Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.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="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "std", "unstable", "with_serde"))' -C metadata=773c324f50696e3f -C extra-filename=-773c324f50696e3f --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`
17812024-10-11T18:33:46.491Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-7bd69fb34c9940b1/build-script-build`
17822024-10-11T18:33:46.564Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=1168198b55bce6f0 -C extra-filename=-1168198b55bce6f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-55862b4b1d68d132.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
17832024-10-11T18:33:46.587Z Dirty heck v0.5.0: the rustflags changed
17842024-10-11T18:33:46.588Z Compiling heck v0.5.0
17852024-10-11T18:33:46.590Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=830498e334c402a9 -C extra-filename=-830498e334c402a9 --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`
17862024-10-11T18:33:47.058Z Dirty percent-encoding v2.3.1: the rustflags changed
17872024-10-11T18:33:47.058Z Compiling percent-encoding v2.3.1
17882024-10-11T18:33:47.061Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=8bf889c42ff0e1d1 -C extra-filename=-8bf889c42ff0e1d1 --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`
17892024-10-11T18:33:47.119Z Dirty ppv-lite86 v0.2.17: the rustflags changed
17902024-10-11T18:33:47.119Z Compiling ppv-lite86 v0.2.17
17912024-10-11T18:33:47.122Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=de1c01fb16cf43da -C extra-filename=-de1c01fb16cf43da --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`
17922024-10-11T18:33:47.382Z Dirty unicode-normalization v0.1.23: the rustflags changed
17932024-10-11T18:33:47.382Z Compiling unicode-normalization v0.1.23
17942024-10-11T18:33:47.384Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4163aa611c9fa9ab -C extra-filename=-4163aa611c9fa9ab --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-bfd9b440086bc207.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17952024-10-11T18:33:47.412Z Dirty vcpkg v0.2.15: the rustflags changed
17962024-10-11T18:33:47.412Z Compiling vcpkg v0.2.15
17972024-10-11T18:33:47.415Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=1de0e5370f5fe5c3 -C extra-filename=-1de0e5370f5fe5c3 --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`
17982024-10-11T18:33:47.795Z Dirty regex-automata v0.4.6: the rustflags changed
17992024-10-11T18:33:47.795Z Compiling regex-automata v0.4.6
18002024-10-11T18:33:47.798Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --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)' --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=fcd8ea28b6b8ac77 -C extra-filename=-fcd8ea28b6b8ac77 --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-ccd418511fd0e494.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-7d938304ceffab4a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18012024-10-11T18:33:47.915Z Dirty rand_chacha v0.3.1: the rustflags changed
18022024-10-11T18:33:47.915Z Compiling rand_chacha v0.3.1
18032024-10-11T18:33:47.921Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=2667bd39ef37db11 -C extra-filename=-2667bd39ef37db11 --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-de1c01fb16cf43da.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18042024-10-11T18:33:48.484Z Dirty form_urlencoded v1.2.1: the rustflags changed
18052024-10-11T18:33:48.484Z Compiling form_urlencoded v1.2.1
18062024-10-11T18:33:48.487Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=5569ff5eb631ad8f -C extra-filename=-5569ff5eb631ad8f --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-8bf889c42ff0e1d1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18072024-10-11T18:33:48.806Z Dirty crossbeam-utils v0.8.19: the rustflags changed
18082024-10-11T18:33:48.806Z Compiling crossbeam-utils v0.8.19
18092024-10-11T18:33:48.809Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=c614866a1ad12207 -C extra-filename=-c614866a1ad12207 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-c614866a1ad12207 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18102024-10-11T18:33:49.530Z Dirty serde_derive_internals v0.29.1: the rustflags changed
18112024-10-11T18:33:49.530Z Compiling serde_derive_internals v0.29.1
18122024-10-11T18:33:49.533Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=0c8ae517d7c12d4e -C extra-filename=-0c8ae517d7c12d4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18132024-10-11T18:33:49.608Z Dirty schemars v0.8.21: the rustflags changed
18142024-10-11T18:33:49.609Z Compiling schemars v0.8.21
18152024-10-11T18:33:49.613Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-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 --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --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=55f55719d25eeb1e -C extra-filename=-55f55719d25eeb1e --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-55f55719d25eeb1e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18162024-10-11T18:33:50.006Z Dirty dyn-clone v1.0.17: the rustflags changed
18172024-10-11T18:33:50.006Z Compiling dyn-clone v1.0.17
18182024-10-11T18:33:50.009Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5859d1b7689bc278 -C extra-filename=-5859d1b7689bc278 --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`
18192024-10-11T18:33:50.049Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-55f55719d25eeb1e/build-script-build`
18202024-10-11T18:33:50.083Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-c614866a1ad12207/build-script-build`
18212024-10-11T18:33:50.118Z Dirty rand v0.8.5: the rustflags changed
18222024-10-11T18:33:50.118Z Compiling rand v0.8.5
18232024-10-11T18:33:50.121Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs)' --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=3626728e99f8adb9 -C extra-filename=-3626728e99f8adb9 --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-1b46dd66a7c6c3c6.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-2667bd39ef37db11.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18242024-10-11T18:33:50.228Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=6f3b480f63e334a5 -C extra-filename=-6f3b480f63e334a5 --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`
18252024-10-11T18:33:50.297Z Dirty ring v0.17.8: the rustflags changed
18262024-10-11T18:33:50.297Z Compiling ring v0.17.8
18272024-10-11T18:33:50.301Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.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="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=0680a8c0a0c16906 -C extra-filename=-0680a8c0a0c16906 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-0680a8c0a0c16906 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-43b8f6db9526eca9.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18282024-10-11T18:33:50.656Z Dirty idna v0.5.0: the rustflags changed
18292024-10-11T18:33:50.656Z Compiling idna v0.5.0
18302024-10-11T18:33:50.658Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=28c67756af01de96 -C extra-filename=-28c67756af01de96 --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-773c324f50696e3f.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18312024-10-11T18:33:51.536Z Dirty httparse v1.8.0: the rustflags changed
18322024-10-11T18:33:51.536Z Compiling httparse v1.8.0
18332024-10-11T18:33:51.568Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=080b0553c9222f9d -C extra-filename=-080b0553c9222f9d --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-080b0553c9222f9d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18342024-10-11T18:33:51.572Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-0680a8c0a0c16906/build-script-build`
18352024-10-11T18:33:52.054Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-080b0553c9222f9d/build-script-build`
18362024-10-11T18:33:52.075Z Dirty url v2.5.2: the rustflags changed
18372024-10-11T18:33:52.075Z Compiling url v2.5.2
18382024-10-11T18:33:52.078Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.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)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde"))' -C metadata=c883dcfe2d3789aa -C extra-filename=-c883dcfe2d3789aa --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-5569ff5eb631ad8f.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-28c67756af01de96.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18392024-10-11T18:33:52.099Z Dirty either v1.13.0: the rustflags changed
18402024-10-11T18:33:52.099Z Compiling either v1.13.0
18412024-10-11T18:33:52.102Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-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="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=5d39f2eb1424d60a -C extra-filename=-5d39f2eb1424d60a --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`
18422024-10-11T18:33:52.209Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4ceb8996510f7f6e -C extra-filename=-4ceb8996510f7f6e --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`
18432024-10-11T18:33:52.299Z Dirty lazy_static v1.5.0: the rustflags changed
18442024-10-11T18:33:52.300Z Compiling lazy_static v1.5.0
18452024-10-11T18:33:52.302Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=4058c7340bf7b5f3 -C extra-filename=-4058c7340bf7b5f3 --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-d52e3d8c16e8a214.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18462024-10-11T18:33:52.423Z Dirty powerfmt v0.2.0: the rustflags changed
18472024-10-11T18:33:52.423Z Compiling powerfmt v0.2.0
18482024-10-11T18:33:52.426Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=3fa201fe28271c4f -C extra-filename=-3fa201fe28271c4f --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`
18492024-10-11T18:33:52.468Z Dirty time-core v0.1.2: the rustflags changed
18502024-10-11T18:33:52.468Z Compiling time-core v0.1.2
18512024-10-11T18:33:52.471Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e8438a68f7699e06 -C extra-filename=-e8438a68f7699e06 --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`
18522024-10-11T18:33:52.636Z Dirty num-conv v0.1.0: the rustflags changed
18532024-10-11T18:33:52.636Z Compiling num-conv v0.1.0
18542024-10-11T18:33:52.660Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=2dbaadbd2a98f6d3 -C extra-filename=-2dbaadbd2a98f6d3 --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`
18552024-10-11T18:33:52.819Z Dirty untrusted v0.9.0: the rustflags changed
18562024-10-11T18:33:52.819Z Compiling untrusted v0.9.0
18572024-10-11T18:33:52.822Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=5ba18449f0014995 -C extra-filename=-5ba18449f0014995 --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`
18582024-10-11T18:33:52.885Z Dirty base64ct v1.6.0: the rustflags changed
18592024-10-11T18:33:52.885Z Compiling base64ct v1.6.0
18602024-10-11T18:33:52.887Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=43a44750c8116f3c -C extra-filename=-43a44750c8116f3c --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`
18612024-10-11T18:33:52.921Z Dirty regex v1.10.6: the rustflags changed
18622024-10-11T18:33:52.921Z Compiling regex v1.10.6
18632024-10-11T18:33:52.924Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.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="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)' --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=f062f553787acf4a -C extra-filename=-f062f553787acf4a --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-ccd418511fd0e494.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-fcd8ea28b6b8ac77.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-7d938304ceffab4a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18642024-10-11T18:33:52.990Z Dirty atomic-waker v1.1.2: the rustflags changed
18652024-10-11T18:33:52.990Z Compiling atomic-waker v1.1.2
18662024-10-11T18:33:52.993Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=0226d346e4689e13 -C extra-filename=-0226d346e4689e13 --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`
18672024-10-11T18:33:53.167Z Dirty time-macros v0.2.18: the rustflags changed
18682024-10-11T18:33:53.167Z Compiling time-macros v0.2.18
18692024-10-11T18:33:53.171Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=fe135c41e946333f -C extra-filename=-fe135c41e946333f --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-2dbaadbd2a98f6d3.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-e8438a68f7699e06.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18702024-10-11T18:33:53.477Z Dirty deranged v0.3.11: the rustflags changed
18712024-10-11T18:33:53.477Z Compiling deranged v0.3.11
18722024-10-11T18:33:53.479Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=aad5a879e3302801 -C extra-filename=-aad5a879e3302801 --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-3fa201fe28271c4f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18732024-10-11T18:33:53.822Z Dirty num_threads v0.1.7: the rustflags changed
18742024-10-11T18:33:53.822Z Compiling num_threads v0.1.7
18752024-10-11T18:33:53.824Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=4cdb0e798929dbb9 -C extra-filename=-4cdb0e798929dbb9 --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`
18762024-10-11T18:33:53.964Z Dirty strsim v0.11.1: the rustflags changed
18772024-10-11T18:33:53.964Z Compiling strsim v0.11.1
18782024-10-11T18:33:53.966Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a1f7ddb01f1b033d -C extra-filename=-a1f7ddb01f1b033d --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`
18792024-10-11T18:33:53.991Z Dirty base64 v0.22.1: the rustflags changed
18802024-10-11T18:33:53.991Z Compiling base64 v0.22.1
18812024-10-11T18:33:53.993Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=2da632077f49dfb6 -C extra-filename=-2da632077f49dfb6 --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`
18822024-10-11T18:33:54.759Z Dirty try-lock v0.2.5: the rustflags changed
18832024-10-11T18:33:54.759Z Compiling try-lock v0.2.5
18842024-10-11T18:33:54.763Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=313404437aa63526 -C extra-filename=-313404437aa63526 --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`
18852024-10-11T18:33:54.886Z Dirty httpdate v1.0.3: the rustflags changed
18862024-10-11T18:33:54.887Z Compiling httpdate v1.0.3
18872024-10-11T18:33:54.889Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=6fbea464aaabb1e8 -C extra-filename=-6fbea464aaabb1e8 --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`
18882024-10-11T18:33:54.919Z Dirty want v0.3.1: the rustflags changed
18892024-10-11T18:33:54.919Z Compiling want v0.3.1
18902024-10-11T18:33:54.921Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=834a74e98d60d91b -C extra-filename=-834a74e98d60d91b --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-313404437aa63526.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18912024-10-11T18:33:55.214Z Dirty rustls-pki-types v1.7.0: the rustflags changed
18922024-10-11T18:33:55.214Z Compiling rustls-pki-types v1.7.0
18932024-10-11T18:33:55.217Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=2fefae8d752d7a3a -C extra-filename=-2fefae8d752d7a3a --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`
18942024-10-11T18:33:55.341Z Dirty pem-rfc7468 v0.7.0: the rustflags changed
18952024-10-11T18:33:55.341Z Compiling pem-rfc7468 v0.7.0
18962024-10-11T18:33:55.344Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=e6975d27c0797841 -C extra-filename=-e6975d27c0797841 --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-43a44750c8116f3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18972024-10-11T18:33:55.438Z Dirty backtrace v0.3.71: the rustflags changed
18982024-10-11T18:33:55.438Z Compiling backtrace v0.3.71
18992024-10-11T18:33:55.441Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/build.rs --error-format=json --json=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)' --check-cfg 'cfg(feature, values("coresymbolication", "cpp_demangle", "dbghelp", "default", "dladdr", "gimli-symbolize", "kernel32", "libbacktrace", "libunwind", "rustc-serialize", "serde", "serialize-rustc", "serialize-serde", "std", "unix-backtrace", "verify-winapi", "winapi"))' -C metadata=b566670ef0ea36fa -C extra-filename=-b566670ef0ea36fa --out-dir /work/oxidecomputer/omicron/target/debug/build/backtrace-b566670ef0ea36fa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-43b8f6db9526eca9.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19002024-10-11T18:33:55.977Z Dirty serde_derive v1.0.210: the rustflags changed
19012024-10-11T18:33:55.977Z Compiling serde_derive v1.0.210
19022024-10-11T18:33:55.979Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.210/src/lib.rs --error-format=json --json=diagnostic-rendered-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)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=5727d84b3387f945 -C extra-filename=-5727d84b3387f945 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19032024-10-11T18:33:55.998Z Dirty zeroize_derive v1.4.2: the rustflags changed
19042024-10-11T18:33:55.999Z Compiling zeroize_derive v1.4.2
19052024-10-11T18:33:56.001Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=eaf93c99138bc359 -C extra-filename=-eaf93c99138bc359 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19062024-10-11T18:33:56.052Z Dirty zerocopy-derive v0.7.34: the rustflags changed
19072024-10-11T18:33:56.052Z Compiling zerocopy-derive v0.7.34
19082024-10-11T18:33:56.054Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9bff939c5c4f00e6 -C extra-filename=-9bff939c5c4f00e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19092024-10-11T18:33:56.076Z Dirty thiserror-impl v1.0.64: the rustflags changed
19102024-10-11T18:33:56.076Z Compiling thiserror-impl v1.0.64
19112024-10-11T18:33:56.078Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.64/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8b1c637477b633e5 -C extra-filename=-8b1c637477b633e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19122024-10-11T18:33:56.553Z Dirty tokio-macros v2.4.0: the rustflags changed
19132024-10-11T18:33:56.553Z Compiling tokio-macros v2.4.0
19142024-10-11T18:33:56.592Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.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)' --check-cfg 'cfg(feature, values())' -C metadata=32b58a7a2801ec57 -C extra-filename=-32b58a7a2801ec57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19152024-10-11T18:33:57.345Z Dirty futures-macro v0.3.31: the rustflags changed
19162024-10-11T18:33:57.345Z Compiling futures-macro v0.3.31
19172024-10-11T18:33:57.348Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(futures_sanitizer)' -C metadata=9fdfb654a80844f1 -C extra-filename=-9fdfb654a80844f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19182024-10-11T18:33:57.702Z Dirty zeroize v1.8.1: the rustflags changed
19192024-10-11T18:33:57.702Z Compiling zeroize v1.8.1
19202024-10-11T18:33:57.705Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=66b330bd5dc0a95b -C extra-filename=-66b330bd5dc0a95b --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-eaf93c99138bc359.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19212024-10-11T18:33:58.101Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=52e4c3f9ee248b43 -C extra-filename=-52e4c3f9ee248b43 --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-60752444239cd916.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
19222024-10-11T18:33:58.407Z Dirty tracing-attributes v0.1.27: the rustflags changed
19232024-10-11T18:33:58.407Z Compiling tracing-attributes v0.1.27
19242024-10-11T18:33:58.410Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=8ec24ff8c29492cc -C extra-filename=-8ec24ff8c29492cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19252024-10-11T18:33:58.432Z Dirty zerocopy v0.7.34: the rustflags changed
19262024-10-11T18:33:58.432Z Compiling zerocopy v0.7.34
19272024-10-11T18:33:58.434Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.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="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=0862912828a0150a -C extra-filename=-0862912828a0150a --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-325983a483f82094.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-9bff939c5c4f00e6.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19282024-10-11T18:33:59.557Z Dirty crypto-common v0.1.6: the rustflags changed
19292024-10-11T18:33:59.557Z Compiling crypto-common v0.1.6
19302024-10-11T18:33:59.560Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=918ec9bc5257f5e2 -C extra-filename=-918ec9bc5257f5e2 --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-52e4c3f9ee248b43.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-60752444239cd916.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19312024-10-11T18:33:59.560Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1451ba30358d114d -C extra-filename=-1451ba30358d114d --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-8b1c637477b633e5.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)'`
19322024-10-11T18:33:59.599Z Dirty block-buffer v0.10.4: the rustflags changed
19332024-10-11T18:33:59.599Z Compiling block-buffer v0.10.4
19342024-10-11T18:33:59.600Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=3da4ea6eff3124d4 -C extra-filename=-3da4ea6eff3124d4 --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-52e4c3f9ee248b43.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19352024-10-11T18:33:59.730Z Dirty futures-util v0.3.31: the rustflags changed
19362024-10-11T18:33:59.730Z Compiling futures-util v0.3.31
19372024-10-11T18:33:59.736Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --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)' --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"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=9e460c6b16244ac3 -C extra-filename=-9e460c6b16244ac3 --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-acd6c3528e857df4.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-9fdfb654a80844f1.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7739957597c73f63.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-0af99bb190aa0ae2.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-ab4c9310920e6cf2.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96e20c34b56be83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19382024-10-11T18:33:59.789Z Dirty schemars_derive v0.8.21: the rustflags changed
19392024-10-11T18:33:59.789Z Compiling schemars_derive v0.8.21
19402024-10-11T18:33:59.792Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a742943badba95df -C extra-filename=-a742943badba95df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-0c8ae517d7c12d4e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19412024-10-11T18:33:59.864Z Dirty digest v0.10.7: the rustflags changed
19422024-10-11T18:33:59.864Z Compiling digest v0.10.7
19432024-10-11T18:33:59.867Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=501ad26f330841d9 -C extra-filename=-501ad26f330841d9 --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-3da4ea6eff3124d4.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-0fbd4ee0c026a43b.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-918ec9bc5257f5e2.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19442024-10-11T18:34:00.042Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=ba6ae25d4c981213 -C extra-filename=-ba6ae25d4c981213 --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-94faf137b493206b.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-b050ca61f382ec87.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-0862912828a0150a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'`
19452024-10-11T18:34:00.080Z Dirty block-padding v0.3.3: the rustflags changed
19462024-10-11T18:34:00.080Z Compiling block-padding v0.3.3
19472024-10-11T18:34:00.083Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std"))' -C metadata=96ec429d214239ce -C extra-filename=-96ec429d214239ce --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-52e4c3f9ee248b43.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19482024-10-11T18:34:00.339Z Dirty inout v0.1.3: the rustflags changed
19492024-10-11T18:34:00.339Z Compiling inout v0.1.3
19502024-10-11T18:34:00.365Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("block-padding", "std"))' -C metadata=c0fd835969271114 -C extra-filename=-c0fd835969271114 --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-96ec429d214239ce.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-52e4c3f9ee248b43.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19512024-10-11T18:34:00.368Z Dirty hmac v0.12.1: the rustflags changed
19522024-10-11T18:34:00.368Z Compiling hmac v0.12.1
19532024-10-11T18:34:00.371Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("reset", "std"))' -C metadata=5057ff9d5c9d9dda -C extra-filename=-5057ff9d5c9d9dda --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-501ad26f330841d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19542024-10-11T18:34:00.573Z Dirty hashbrown v0.14.5: the rustflags changed
19552024-10-11T18:34:00.573Z Compiling hashbrown v0.14.5
19562024-10-11T18:34:00.576Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=c1d67db3a75f1d90 -C extra-filename=-c1d67db3a75f1d90 --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-ba6ae25d4c981213.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-b6220780d1ff212d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19572024-10-11T18:34:00.620Z Dirty cipher v0.4.4: the rustflags changed
19582024-10-11T18:34:00.620Z Compiling cipher v0.4.4
19592024-10-11T18:34:00.622Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-padding", "dev", "rand_core", "std", "zeroize"))' -C metadata=555deb2ec3108d6d -C extra-filename=-555deb2ec3108d6d --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-918ec9bc5257f5e2.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-c0fd835969271114.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19602024-10-11T18:34:00.639Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=21e223042efd6c2a -C extra-filename=-21e223042efd6c2a --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-94faf137b493206b.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-b050ca61f382ec87.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-5ba18449f0014995.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -l static=ring_core_0_17_8_ -l static=ring_core_0_17_8_test`
19612024-10-11T18:34:00.663Z Dirty sha2 v0.10.8: the rustflags changed
19622024-10-11T18:34:00.663Z Compiling sha2 v0.10.8
19632024-10-11T18:34:00.691Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=019f53c0dd1567d4 -C extra-filename=-019f53c0dd1567d4 --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-94faf137b493206b.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-250510e548f1bd64.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-501ad26f330841d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19642024-10-11T18:34:01.140Z Dirty time v0.3.36: the rustflags changed
19652024-10-11T18:34:01.140Z Compiling time v0.3.36
19662024-10-11T18:34:01.143Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=478e0f05d7cd44f4 -C extra-filename=-478e0f05d7cd44f4 --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-aad5a879e3302801.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-2dbaadbd2a98f6d3.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-4cdb0e798929dbb9.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-3fa201fe28271c4f.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-e8438a68f7699e06.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-fe135c41e946333f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19672024-10-11T18:34:01.945Z Dirty gimli v0.28.1: the rustflags changed
19682024-10-11T18:34:01.945Z Compiling gimli v0.28.1
19692024-10-11T18:34:01.947Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-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="read"' --cfg 'feature="read-core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "endian-reader", "fallible-iterator", "read", "read-all", "read-core", "rustc-dep-of-std", "std", "write"))' -C metadata=1eda159745dc50fc -C extra-filename=-1eda159745dc50fc --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`
19702024-10-11T18:34:02.422Z Dirty tracing v0.1.40: the rustflags changed
19712024-10-11T18:34:02.422Z Compiling tracing v0.1.40
19722024-10-11T18:34:02.425Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=5d14c09c813b8c42 -C extra-filename=-5d14c09c813b8c42 --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-31bde78633f57151.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-8ec24ff8c29492cc.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-adeb21224cd93e5d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19732024-10-11T18:34:02.962Z Dirty adler v1.0.2: the rustflags changed
19742024-10-11T18:34:02.963Z Compiling adler v1.0.2
19752024-10-11T18:34:02.968Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name adler --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-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)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=74707462cb48944c -C extra-filename=-74707462cb48944c --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`
19762024-10-11T18:34:03.266Z Dirty rustversion v1.0.17: the rustflags changed
19772024-10-11T18:34:03.266Z Compiling rustversion v1.0.17
19782024-10-11T18:34:03.291Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=12b051871c96bdc0 -C extra-filename=-12b051871c96bdc0 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-12b051871c96bdc0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19792024-10-11T18:34:03.336Z Dirty tower-service v0.3.2: the rustflags changed
19802024-10-11T18:34:03.336Z Compiling tower-service v0.3.2
19812024-10-11T18:34:03.339Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-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)' --check-cfg 'cfg(feature, values())' -C metadata=c20ddb2efdeabe78 -C extra-filename=-c20ddb2efdeabe78 --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`
19822024-10-11T18:34:03.469Z Dirty slog v2.7.0: the rustflags changed
19832024-10-11T18:34:03.469Z Compiling slog v2.7.0
19842024-10-11T18:34:03.473Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=993125d68d51fc81 -C extra-filename=-993125d68d51fc81 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-993125d68d51fc81 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19852024-10-11T18:34:04.074Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-12b051871c96bdc0/build-script-build`
19862024-10-11T18:34:04.115Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-993125d68d51fc81/build-script-build`
19872024-10-11T18:34:04.141Z Dirty miniz_oxide v0.7.2: the rustflags changed
19882024-10-11T18:34:04.141Z Compiling miniz_oxide v0.7.2
19892024-10-11T18:34:04.159Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "rustc-dep-of-std", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=b6745610e627cedf -C extra-filename=-b6745610e627cedf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern adler=/work/oxidecomputer/omicron/target/debug/deps/libadler-74707462cb48944c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19902024-10-11T18:34:04.168Z Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-b566670ef0ea36fa/build-script-build`
19912024-10-11T18:34:04.204Z Dirty der_derive v0.7.2: the rustflags changed
19922024-10-11T18:34:04.204Z Compiling der_derive v0.7.2
19932024-10-11T18:34:04.213Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der_derive-0.7.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)' --check-cfg 'cfg(feature, values())' -C metadata=c26c2da53dec982c -C extra-filename=-c26c2da53dec982c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19942024-10-11T18:34:04.239Z Dirty async-trait v0.1.83: the rustflags changed
19952024-10-11T18:34:04.239Z Compiling async-trait v0.1.83
19962024-10-11T18:34:04.244Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ac0f7a8996657ad1 -C extra-filename=-ac0f7a8996657ad1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19972024-10-11T18:34:04.261Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.210/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=48906e914e9337d7 -C extra-filename=-48906e914e9337d7 --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-5727d84b3387f945.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg no_core_error --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)'`
19982024-10-11T18:34:04.564Z Dirty object v0.32.2: the rustflags changed
19992024-10-11T18:34:04.564Z Compiling object v0.32.2
20002024-10-11T18:34:04.567Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.32.2/src/lib.rs --error-format=json --json=diagnostic-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)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "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=28740f4d46b8b6dd -C extra-filename=-28740f4d46b8b6dd --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-3b15747880b886c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20012024-10-11T18:34:04.916Z Dirty anyhow v1.0.89: the rustflags changed
20022024-10-11T18:34:04.916Z Compiling anyhow v1.0.89
20032024-10-11T18:34:04.919Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.89/build.rs --error-format=json --json=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)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=4604dbbbc7fdc589 -C extra-filename=-4604dbbbc7fdc589 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-4604dbbbc7fdc589 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20042024-10-11T18:34:05.641Z Dirty rustc-demangle v0.1.24: the rustflags changed
20052024-10-11T18:34:05.642Z Compiling rustc-demangle v0.1.24
20062024-10-11T18:34:05.661Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=7e6a6a1eb2bce4c3 -C extra-filename=-7e6a6a1eb2bce4c3 --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`
20072024-10-11T18:34:05.877Z Dirty flagset v0.4.5: the rustflags changed
20082024-10-11T18:34:05.877Z Compiling flagset v0.4.5
20092024-10-11T18:34:05.879Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flagset-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "std"))' -C metadata=881d334f1a3d1211 -C extra-filename=-881d334f1a3d1211 --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`
20102024-10-11T18:34:06.088Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-4604dbbbc7fdc589/build-script-build`
20112024-10-11T18:34:06.389Z Dirty addr2line v0.21.0: the rustflags changed
20122024-10-11T18:34:06.389Z Compiling addr2line v0.21.0
20132024-10-11T18:34:06.391Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "cpp_demangle", "default", "fallible-iterator", "memmap2", "object", "rustc-demangle", "rustc-dep-of-std", "smallvec", "std", "std-object"))' -C metadata=c07277663cfdc1d0 -C extra-filename=-c07277663cfdc1d0 --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-1eda159745dc50fc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20142024-10-11T18:34:06.414Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=e9a5d2b6dcbc0177 -C extra-filename=-e9a5d2b6dcbc0177 --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`
20152024-10-11T18:34:06.639Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=cd12841eafeed674 -C extra-filename=-cd12841eafeed674 --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"))'`
20162024-10-11T18:34:06.860Z Dirty rustls-webpki v0.102.4: the rustflags changed
20172024-10-11T18:34:06.860Z Compiling rustls-webpki v0.102.4
20182024-10-11T18:34:06.863Z Dirty der v0.7.9: the rustflags changed
20192024-10-11T18:34:06.863Z Compiling der v0.7.9
20202024-10-11T18:34:06.863Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytes", "derive", "flagset", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=ee0a6ae99d6c1dad -C extra-filename=-ee0a6ae99d6c1dad --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-0fbd4ee0c026a43b.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-c26c2da53dec982c.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-881d334f1a3d1211.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20212024-10-11T18:34:06.863Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.102.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="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=d5af560903623034 -C extra-filename=-d5af560903623034 --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-21e223042efd6c2a.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2fefae8d752d7a3a.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-5ba18449f0014995.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out`
20222024-10-11T18:34:07.036Z Dirty aes v0.8.4: the rustflags changed
20232024-10-11T18:34:07.036Z Compiling aes v0.8.4
20242024-10-11T18:34:07.039Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("hazmat", "zeroize"))' -C metadata=8f69d3f3a2fa0ad7 -C extra-filename=-8f69d3f3a2fa0ad7 --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-94faf137b493206b.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-555deb2ec3108d6d.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-250510e548f1bd64.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20252024-10-11T18:34:07.212Z Dirty pbkdf2 v0.12.2: the rustflags changed
20262024-10-11T18:34:07.212Z Compiling pbkdf2 v0.12.2
20272024-10-11T18:34:07.215Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=9012795f62074145 -C extra-filename=-9012795f62074145 --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-501ad26f330841d9.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-5057ff9d5c9d9dda.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20282024-10-11T18:34:07.252Z Dirty openssl-sys v0.9.103: the rustflags changed
20292024-10-11T18:34:07.252Z Compiling openssl-sys v0.9.103
20302024-10-11T18:34:07.255Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.103/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)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=2d11e44b4fbc9dbd -C extra-filename=-2d11e44b4fbc9dbd --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-2d11e44b4fbc9dbd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-43b8f6db9526eca9.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-eb481e38678e4e0a.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-1de0e5370f5fe5c3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20312024-10-11T18:34:07.393Z Dirty mime v0.3.17: the rustflags changed
20322024-10-11T18:34:07.393Z Compiling mime v0.3.17
20332024-10-11T18:34:07.396Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=74bdd973ffb0df66 -C extra-filename=-74bdd973ffb0df66 --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`
20342024-10-11T18:34:08.036Z Dirty heck v0.4.1: the rustflags changed
20352024-10-11T18:34:08.036Z Compiling heck v0.4.1
20362024-10-11T18:34:08.038Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=64fe453a3f9fcd4a -C extra-filename=-64fe453a3f9fcd4a --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`
20372024-10-11T18:34:08.173Z Dirty salsa20 v0.10.2: the rustflags changed
20382024-10-11T18:34:08.173Z Compiling salsa20 v0.10.2
20392024-10-11T18:34:08.176Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name salsa20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=a4c4d825a428214a -C extra-filename=-a4c4d825a428214a --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-555deb2ec3108d6d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20402024-10-11T18:34:08.429Z Dirty cbc v0.1.2: the rustflags changed
20412024-10-11T18:34:08.429Z Compiling cbc v0.1.2
20422024-10-11T18:34:08.432Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cbc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "default", "std", "zeroize"))' -C metadata=4dbc5678a1618e58 -C extra-filename=-4dbc5678a1618e58 --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-555deb2ec3108d6d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20432024-10-11T18:34:08.491Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-2d11e44b4fbc9dbd/build-script-main`
20442024-10-11T18:34:08.580Z Dirty winnow v0.5.40: the rustflags changed
20452024-10-11T18:34:08.580Z Compiling winnow v0.5.40
20462024-10-11T18:34:08.583Z Dirty ipnet v2.10.1: the rustflags changed
20472024-10-11T18:34:08.583Z Compiling ipnet v2.10.1
20482024-10-11T18:34:08.583Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=bbbcfac9a5ddaa19 -C extra-filename=-bbbcfac9a5ddaa19 --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`
20492024-10-11T18:34:08.598Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=c57ae2e537255ab5 -C extra-filename=-c57ae2e537255ab5 --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`
20502024-10-11T18:34:08.676Z Dirty scrypt v0.11.0: the rustflags changed
20512024-10-11T18:34:08.676Z Compiling scrypt v0.11.0
20522024-10-11T18:34:08.679Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name scrypt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "password-hash", "simple", "std"))' -C metadata=960be478a929fdb6 -C extra-filename=-960be478a929fdb6 --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-9012795f62074145.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-a4c4d825a428214a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20532024-10-11T18:34:09.003Z Dirty spki v0.7.3: the rustflags changed
20542024-10-11T18:34:09.003Z Compiling spki v0.7.3
20552024-10-11T18:34:09.038Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "base64", "fingerprint", "pem", "sha2", "std"))' -C metadata=82872aa0b34e4bd2 -C extra-filename=-82872aa0b34e4bd2 --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-ee0a6ae99d6c1dad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20562024-10-11T18:34:09.269Z Dirty futures-executor v0.3.31: the rustflags changed
20572024-10-11T18:34:09.269Z Compiling futures-executor v0.3.31
20582024-10-11T18:34:09.275Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=c8828ab497af1308 -C extra-filename=-c8828ab497af1308 --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-5c0c6b13016b0cbd.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-0af99bb190aa0ae2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9e460c6b16244ac3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20592024-10-11T18:34:09.391Z Dirty pkcs5 v0.7.1: the rustflags changed
20602024-10-11T18:34:09.391Z Compiling pkcs5 v0.7.1
20612024-10-11T18:34:09.394Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs5 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "pbes2", "sha1-insecure"))' -C metadata=f03d20a296f6696e -C extra-filename=-f03d20a296f6696e --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-8f69d3f3a2fa0ad7.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-4dbc5678a1618e58.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-ee0a6ae99d6c1dad.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-9012795f62074145.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-960be478a929fdb6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-82872aa0b34e4bd2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20622024-10-11T18:34:09.809Z Dirty futures v0.3.31: the rustflags changed
20632024-10-11T18:34:09.809Z Compiling futures v0.3.31
20642024-10-11T18:34:09.812Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --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"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=0162e01903071502 -C extra-filename=-0162e01903071502 --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-acd6c3528e857df4.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-c8828ab497af1308.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7739957597c73f63.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-0af99bb190aa0ae2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9e460c6b16244ac3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20652024-10-11T18:34:09.853Z Dirty encoding_rs v0.8.34: the rustflags changed
20662024-10-11T18:34:09.853Z Compiling encoding_rs v0.8.34
20672024-10-11T18:34:09.856Z Dirty openssl v0.10.66: the rustflags changed
20682024-10-11T18:34:09.856Z Compiling openssl v0.10.66
20692024-10-11T18:34:09.856Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.66/build.rs --error-format=json --json=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)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=a8b0d1321d6e4d0d -C extra-filename=-a8b0d1321d6e4d0d --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-a8b0d1321d6e4d0d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20702024-10-11T18:34:09.856Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=036e08876869b21a -C extra-filename=-036e08876869b21a --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-94faf137b493206b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20712024-10-11T18:34:09.934Z Dirty utf8parse v0.2.1: the rustflags changed
20722024-10-11T18:34:09.934Z Compiling utf8parse v0.2.1
20732024-10-11T18:34:09.937Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=da51f585a387d022 -C extra-filename=-da51f585a387d022 --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`
20742024-10-11T18:34:10.079Z Dirty pkcs8 v0.10.2: the rustflags changed
20752024-10-11T18:34:10.080Z Compiling pkcs8 v0.10.2
20762024-10-11T18:34:10.082Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "encryption", "getrandom", "pem", "pkcs5", "rand_core", "sha1-insecure", "std", "subtle"))' -C metadata=1be604d6afb67b30 -C extra-filename=-1be604d6afb67b30 --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-ee0a6ae99d6c1dad.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-f03d20a296f6696e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-82872aa0b34e4bd2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20772024-10-11T18:34:10.104Z Dirty bytes v1.7.2: the rustflags changed
20782024-10-11T18:34:10.104Z Compiling bytes v1.7.2
20792024-10-11T18:34:10.107Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=5c4b9fa02fe9d354 -C extra-filename=-5c4b9fa02fe9d354 --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-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20802024-10-11T18:34:10.369Z Dirty bitflags v2.6.0: the rustflags changed
20812024-10-11T18:34:10.369Z Compiling bitflags v2.6.0
20822024-10-11T18:34:10.372Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=21aef30ff9a49b69 -C extra-filename=-21aef30ff9a49b69 --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-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20832024-10-11T18:34:10.499Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.128/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=fcb1738267766363 -C extra-filename=-fcb1738267766363 --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-4cb0fb6bacfafb96.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-c8748712d383e42f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.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"))'`
20842024-10-11T18:34:10.558Z Dirty indexmap v2.5.0: the rustflags changed
20852024-10-11T18:34:10.558Z Compiling indexmap v2.5.0
20862024-10-11T18:34:10.561Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-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 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "rustc-rayon", "serde", "std", "test_debug"))' -C metadata=549a53b00a4b21ce -C extra-filename=-549a53b00a4b21ce --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-8d0ebed4a536b088.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-c1d67db3a75f1d90.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20872024-10-11T18:34:10.760Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --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)' --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"))' --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"))' -C metadata=30d8b57c3d4d8836 -C extra-filename=-30d8b57c3d4d8836 --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-21aef30ff9a49b69.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-845b76ba4aeefe65.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
20882024-10-11T18:34:10.804Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-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 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=5fe052289b14e5b9 -C extra-filename=-5fe052289b14e5b9 --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-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)' --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)'`
20892024-10-11T18:34:11.356Z Dirty tokio v1.39.3: the rustflags changed
20902024-10-11T18:34:11.356Z Compiling tokio v1.39.3
20912024-10-11T18:34:11.358Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.3/src/lib.rs --error-format=json --json=diagnostic-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="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)' --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=dd9d306c65b930d0 -C extra-filename=-dd9d306c65b930d0 --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-5c4b9fa02fe9d354.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-a720034d2cb4e287.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-472720b9ff68b690.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-4f7cf3856044bb3a.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-32b58a7a2801ec57.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20922024-10-11T18:34:11.575Z Dirty chrono v0.4.38: the rustflags changed
20932024-10-11T18:34:11.575Z Compiling chrono v0.4.38
20942024-10-11T18:34:11.578Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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-targets"' --check-cfg 'cfg(docsrs)' --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-targets"))' -C metadata=20afe1f1506ec7c2 -C extra-filename=-20afe1f1506ec7c2 --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-e4234c30fefa5b8b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20952024-10-11T18:34:11.813Z Dirty uuid v1.10.0: the rustflags changed
20962024-10-11T18:34:11.813Z Compiling uuid v1.10.0
20972024-10-11T18:34:11.816Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=48f697ffbd6caee0 -C extra-filename=-48f697ffbd6caee0 --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-b050ca61f382ec87.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20982024-10-11T18:34:12.034Z Dirty http v1.1.0: the rustflags changed
20992024-10-11T18:34:12.034Z Compiling http v1.1.0
21002024-10-11T18:34:12.036Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b60848fe00b07725 -C extra-filename=-b60848fe00b07725 --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-5c4b9fa02fe9d354.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-384dbe410948d0e9.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21012024-10-11T18:34:12.457Z Dirty toml_datetime v0.6.8: the rustflags changed
21022024-10-11T18:34:12.457Z Compiling toml_datetime v0.6.8
21032024-10-11T18:34:12.460Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-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)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=d9f4e0f5b039d12f -C extra-filename=-d9f4e0f5b039d12f --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-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21042024-10-11T18:34:12.985Z Dirty serde_spanned v0.6.7: the rustflags changed
21052024-10-11T18:34:12.985Z Compiling serde_spanned v0.6.7
21062024-10-11T18:34:12.991Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--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="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=6a5c20d6e0b557a6 -C extra-filename=-6a5c20d6e0b557a6 --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-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21072024-10-11T18:34:13.262Z Dirty serde_tokenstream v0.2.2: the rustflags changed
21082024-10-11T18:34:13.262Z Compiling serde_tokenstream v0.2.2
21092024-10-11T18:34:13.265Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f32ebe206649a34b -C extra-filename=-f32ebe206649a34b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21102024-10-11T18:34:13.294Z Dirty rustc_version v0.4.0: the rustflags changed
21112024-10-11T18:34:13.294Z Compiling rustc_version v0.4.0
21122024-10-11T18:34:13.299Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-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)' --check-cfg 'cfg(feature, values())' -C metadata=3c55b6e3dd92f475 -C extra-filename=-3c55b6e3dd92f475 --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-5fe052289b14e5b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21132024-10-11T18:34:13.547Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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)' --check-cfg 'cfg(feature, values("coresymbolication", "cpp_demangle", "dbghelp", "default", "dladdr", "gimli-symbolize", "kernel32", "libbacktrace", "libunwind", "rustc-serialize", "serde", "serialize-rustc", "serialize-serde", "std", "unix-backtrace", "verify-winapi", "winapi"))' -C metadata=7edff9d8cda30ac9 -C extra-filename=-7edff9d8cda30ac9 --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-c07277663cfdc1d0.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-b6745610e627cedf.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-28740f4d46b8b6dd.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-7e6a6a1eb2bce4c3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21142024-10-11T18:34:13.898Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-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 --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --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=0d7e23f92d023572 -C extra-filename=-0d7e23f92d023572 --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-5c4b9fa02fe9d354.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5859d1b7689bc278.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-a742943badba95df.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
21152024-10-11T18:34:14.091Z Dirty http-body v1.0.0: the rustflags changed
21162024-10-11T18:34:14.091Z Compiling http-body v1.0.0
21172024-10-11T18:34:14.094Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-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)' --check-cfg 'cfg(feature, values())' -C metadata=f2365308f3554b18 -C extra-filename=-f2365308f3554b18 --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-5c4b9fa02fe9d354.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21182024-10-11T18:34:14.194Z Dirty serde_urlencoded v0.7.1: the rustflags changed
21192024-10-11T18:34:14.194Z Compiling serde_urlencoded v0.7.1
21202024-10-11T18:34:14.197Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=158356caa281290b -C extra-filename=-158356caa281290b --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-5569ff5eb631ad8f.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-c8748712d383e42f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21212024-10-11T18:34:14.317Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.89/src/lib.rs --error-format=json --json=diagnostic-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)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=44609b41ff48f4fb -C extra-filename=-44609b41ff48f4fb --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-7edff9d8cda30ac9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_backtrace --cfg anyhow_no_core_error --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)'`
21222024-10-11T18:34:14.606Z Dirty http-body-util v0.1.2: the rustflags changed
21232024-10-11T18:34:14.606Z Compiling http-body-util v0.1.2
21242024-10-11T18:34:14.609Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-util-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)' --check-cfg 'cfg(feature, values())' -C metadata=112c7170937fa33c -C extra-filename=-112c7170937fa33c --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-5c4b9fa02fe9d354.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9e460c6b16244ac3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-f2365308f3554b18.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21252024-10-11T18:34:14.748Z Dirty openssl-probe v0.1.5: the rustflags changed
21262024-10-11T18:34:14.748Z Compiling openssl-probe v0.1.5
21272024-10-11T18:34:14.750Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=aba34158fbf029ed -C extra-filename=-aba34158fbf029ed --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`
21282024-10-11T18:34:15.118Z Dirty foreign-types-shared v0.1.1: the rustflags changed
21292024-10-11T18:34:15.119Z Compiling foreign-types-shared v0.1.1
21302024-10-11T18:34:15.121Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a7304dc04625fbbf -C extra-filename=-a7304dc04625fbbf --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`
21312024-10-11T18:34:15.139Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-a8b0d1321d6e4d0d/build-script-build`
21322024-10-11T18:34:15.171Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.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)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=9d9e768368c14300 -C extra-filename=-9d9e768368c14300 --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-1b46dd66a7c6c3c6.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"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --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(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)'`
21332024-10-11T18:34:15.214Z Dirty openssl-macros v0.1.1: the rustflags changed
21342024-10-11T18:34:15.214Z Compiling openssl-macros v0.1.1
21352024-10-11T18:34:15.217Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=19f68f9e5ddb2cf0 -C extra-filename=-19f68f9e5ddb2cf0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21362024-10-11T18:34:15.239Z Dirty foreign-types v0.3.2: the rustflags changed
21372024-10-11T18:34:15.239Z Compiling foreign-types v0.3.2
21382024-10-11T18:34:15.242Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=bb01e7ef2f5b8a88 -C extra-filename=-bb01e7ef2f5b8a88 --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-a7304dc04625fbbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21392024-10-11T18:34:15.296Z Dirty rustls-pemfile v2.1.3: the rustflags changed
21402024-10-11T18:34:15.296Z Compiling rustls-pemfile v2.1.3
21412024-10-11T18:34:15.298Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-2.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0825b86e4f23338d -C extra-filename=-0825b86e4f23338d --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-2da632077f49dfb6.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2fefae8d752d7a3a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21422024-10-11T18:34:15.339Z Dirty rustls v0.23.10: the rustflags changed
21432024-10-11T18:34:15.339Z Compiling rustls v0.23.10
21442024-10-11T18:34:15.342Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=7416237bceb47686 -C extra-filename=-7416237bceb47686 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-7416237bceb47686 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21452024-10-11T18:34:15.695Z Dirty unicode-width v0.1.13: the rustflags changed
21462024-10-11T18:34:15.695Z Compiling unicode-width v0.1.13
21472024-10-11T18:34:15.697Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=3919ec52e6b0b262 -C extra-filename=-3919ec52e6b0b262 --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`
21482024-10-11T18:34:15.761Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-7416237bceb47686/build-script-build`
21492024-10-11T18:34:15.796Z Dirty toml_edit v0.19.15: the rustflags changed
21502024-10-11T18:34:15.796Z Compiling toml_edit v0.19.15
21512024-10-11T18:34:15.799Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=76833568d688233a -C extra-filename=-76833568d688233a --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-549a53b00a4b21ce.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-6a5c20d6e0b557a6.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-d9f4e0f5b039d12f.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bbbcfac9a5ddaa19.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21522024-10-11T18:34:15.932Z Dirty anstyle v1.0.8: the rustflags changed
21532024-10-11T18:34:15.932Z Compiling anstyle v1.0.8
21542024-10-11T18:34:15.935Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-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 '--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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=43f69afcb50accdb -C extra-filename=-43f69afcb50accdb --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`
21552024-10-11T18:34:16.017Z Dirty data-encoding v2.6.0: the rustflags changed
21562024-10-11T18:34:16.017Z Compiling data-encoding v2.6.0
21572024-10-11T18:34:16.020Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=cd98acc801d35958 -C extra-filename=-cd98acc801d35958 --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`
21582024-10-11T18:34:16.137Z Dirty native-tls v0.2.11: the rustflags changed
21592024-10-11T18:34:16.137Z Compiling native-tls v0.2.11
21602024-10-11T18:34:16.140Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=cf90cf2c6b0283f2 -C extra-filename=-cf90cf2c6b0283f2 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-cf90cf2c6b0283f2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21612024-10-11T18:34:16.385Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.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="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=ca94a252ff86685f -C extra-filename=-ca94a252ff86685f --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-31bde78633f57151.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2fefae8d752d7a3a.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-d5af560903623034.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
21622024-10-11T18:34:16.545Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-cf90cf2c6b0283f2/build-script-build`
21632024-10-11T18:34:16.547Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.66/src/lib.rs --error-format=json --json=diagnostic-rendered-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)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=8b1774e5bfcf5fb6 -C extra-filename=-8b1774e5bfcf5fb6 --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-21aef30ff9a49b69.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-bb01e7ef2f5b8a88.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-19f68f9e5ddb2cf0.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9d9e768368c14300.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"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --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(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)'`
21642024-10-11T18:34:16.587Z Dirty openapiv3 v2.0.0: the rustflags changed
21652024-10-11T18:34:16.587Z Compiling openapiv3 v2.0.0
21662024-10-11T18:34:16.590Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=040bb745b647f23e -C extra-filename=-040bb745b647f23e --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-549a53b00a4b21ce.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21672024-10-11T18:34:17.006Z Dirty cookie v0.18.1: the rustflags changed
21682024-10-11T18:34:17.006Z Compiling cookie v0.18.1
21692024-10-11T18:34:17.034Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=6a89a6c6fe9502ee -C extra-filename=-6a89a6c6fe9502ee --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-6a89a6c6fe9502ee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21702024-10-11T18:34:17.390Z Dirty ucd-trie v0.1.6: the rustflags changed
21712024-10-11T18:34:17.390Z Compiling ucd-trie v0.1.6
21722024-10-11T18:34:17.393Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=aadd2b25afa3c353 -C extra-filename=-aadd2b25afa3c353 --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`
21732024-10-11T18:34:17.701Z Dirty pest v2.7.10: the rustflags changed
21742024-10-11T18:34:17.701Z Compiling pest v2.7.10
21752024-10-11T18:34:17.704Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "pretty-print", "std"))' -C metadata=305fb863ad303cd2 -C extra-filename=-305fb863ad303cd2 --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-3b15747880b886c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-aadd2b25afa3c353.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21762024-10-11T18:34:18.018Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-6a89a6c6fe9502ee/build-script-build`
21772024-10-11T18:34:18.092Z Dirty idna v0.3.0: the rustflags changed
21782024-10-11T18:34:18.093Z Compiling idna v0.3.0
21792024-10-11T18:34:18.095Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-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)' --check-cfg 'cfg(feature, values())' -C metadata=10e850573a39292b -C extra-filename=-10e850573a39292b --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-773c324f50696e3f.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21802024-10-11T18:34:18.440Z Dirty psl-types v2.0.11: the rustflags changed
21812024-10-11T18:34:18.440Z Compiling psl-types v2.0.11
21822024-10-11T18:34:18.442Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name psl_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=4f6e6f689f08928b -C extra-filename=-4f6e6f689f08928b --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`
21832024-10-11T18:34:18.640Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=4d36d7576c2a65fc -C extra-filename=-4d36d7576c2a65fc --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-8bf889c42ff0e1d1.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21842024-10-11T18:34:19.744Z Dirty tokio-util v0.7.12: the rustflags changed
21852024-10-11T18:34:19.744Z Compiling tokio-util v0.7.12
21862024-10-11T18:34:19.747Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.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="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="io-util"' --check-cfg 'cfg(docsrs)' --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=e5e0ee6871e85cd7 -C extra-filename=-e5e0ee6871e85cd7 --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-5c4b9fa02fe9d354.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7739957597c73f63.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21872024-10-11T18:34:19.747Z Dirty publicsuffix v2.2.3: the rustflags changed
21882024-10-11T18:34:19.747Z Compiling publicsuffix v2.2.3
21892024-10-11T18:34:19.765Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name publicsuffix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/publicsuffix-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 embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="idna"' --cfg 'feature="punycode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("anycase", "default", "hashbrown", "idna", "punycode", "std", "unicase"))' -C metadata=f266276591515350 -C extra-filename=-f266276591515350 --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-10e850573a39292b.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-4f6e6f689f08928b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21902024-10-11T18:34:20.012Z Dirty anstyle-parse v0.2.4: the rustflags changed
21912024-10-11T18:34:20.013Z Compiling anstyle-parse v0.2.4
21922024-10-11T18:34:20.016Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-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 '--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)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=3b44f6743e0c3e26 -C extra-filename=-3b44f6743e0c3e26 --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-da51f585a387d022.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21932024-10-11T18:34:20.367Z Dirty pest_meta v2.7.10: the rustflags changed
21942024-10-11T18:34:20.367Z Compiling pest_meta v2.7.10
21952024-10-11T18:34:20.370Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_meta-2.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=46e17597b4883a18 -C extra-filename=-46e17597b4883a18 --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-d381d90b77512a0f.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-305fb863ad303cd2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21962024-10-11T18:34:20.789Z Dirty h2 v0.4.6: the rustflags changed
21972024-10-11T18:34:20.789Z Compiling h2 v0.4.6
21982024-10-11T18:34:20.792Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' --check-cfg 'cfg(fuzzing)' -C metadata=61fe33f94637d41c -C extra-filename=-61fe33f94637d41c --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-0226d346e4689e13.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-384dbe410948d0e9.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7739957597c73f63.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96e20c34b56be83.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5d14c09c813b8c42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21992024-10-11T18:34:21.042Z Dirty sha1 v0.10.6: the rustflags changed
22002024-10-11T18:34:21.042Z Compiling sha1 v0.10.6
22012024-10-11T18:34:21.047Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=2712abd079d598ef -C extra-filename=-2712abd079d598ef --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-94faf137b493206b.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-250510e548f1bd64.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-501ad26f330841d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22022024-10-11T18:34:21.091Z Dirty signature v2.2.0: the rustflags changed
22032024-10-11T18:34:21.091Z Compiling signature v2.2.0
22042024-10-11T18:34:21.093Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "derive", "digest", "rand_core", "std"))' -C metadata=5a7e2c06af7d4777 -C extra-filename=-5a7e2c06af7d4777 --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-501ad26f330841d9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22052024-10-11T18:34:21.384Z Dirty scroll_derive v0.12.0: the rustflags changed
22062024-10-11T18:34:21.384Z Compiling scroll_derive v0.12.0
22072024-10-11T18:34:21.387Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=cd5be6d69e045f9d -C extra-filename=-cd5be6d69e045f9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22082024-10-11T18:34:21.475Z Dirty webpki-roots v0.26.3: the rustflags changed
22092024-10-11T18:34:21.475Z Compiling webpki-roots v0.26.3
22102024-10-11T18:34:21.478Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fc57811e8c54d68b -C extra-filename=-fc57811e8c54d68b --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-2fefae8d752d7a3a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22112024-10-11T18:34:21.679Z Dirty anstyle-query v1.0.3: the rustflags changed
22122024-10-11T18:34:21.679Z Compiling anstyle-query v1.0.3
22132024-10-11T18:34:21.682Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-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 '--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)' --check-cfg 'cfg(feature, values())' -C metadata=10a2c3e65098f959 -C extra-filename=-10a2c3e65098f959 --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`
22142024-10-11T18:34:21.825Z Dirty winnow v0.6.18: the rustflags changed
22152024-10-11T18:34:21.825Z Compiling winnow v0.6.18
22162024-10-11T18:34:21.828Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-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' '--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' '--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)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=19ea7df69bd3fb83 -C extra-filename=-19ea7df69bd3fb83 --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`
22172024-10-11T18:34:23.030Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-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)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=618d2b10f9a4f44c -C extra-filename=-618d2b10f9a4f44c --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-31bde78633f57151.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8b1774e5bfcf5fb6.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-aba34158fbf029ed.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9d9e768368c14300.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`
22182024-10-11T18:34:23.648Z Dirty tokio-rustls v0.26.0: the rustflags changed
22192024-10-11T18:34:23.649Z Compiling tokio-rustls v0.26.0
22202024-10-11T18:34:23.656Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=0d360051f0406bd4 -C extra-filename=-0d360051f0406bd4 --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-ca94a252ff86685f.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2fefae8d752d7a3a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out`
22212024-10-11T18:34:23.705Z Dirty tokio-native-tls v0.3.1: the rustflags changed
22222024-10-11T18:34:23.706Z Compiling tokio-native-tls v0.3.1
22232024-10-11T18:34:23.715Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=0fd1cc6e3e6b8c13 -C extra-filename=-0fd1cc6e3e6b8c13 --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-618d2b10f9a4f44c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
22242024-10-11T18:34:23.988Z Dirty is_terminal_polyfill v1.70.0: the rustflags changed
22252024-10-11T18:34:23.988Z Compiling is_terminal_polyfill v1.70.0
22262024-10-11T18:34:23.992Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_terminal_polyfill-1.70.0/src/lib.rs --error-format=json --json=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)' --check-cfg 'cfg(feature, values("default"))' -C metadata=5f3c92807fdf7406 -C extra-filename=-5f3c92807fdf7406 --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`
22272024-10-11T18:34:24.115Z Dirty colorchoice v1.0.1: the rustflags changed
22282024-10-11T18:34:24.115Z Compiling colorchoice v1.0.1
22292024-10-11T18:34:24.135Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-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 '--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)' --check-cfg 'cfg(feature, values())' -C metadata=f6a6e3d912aec48d -C extra-filename=-f6a6e3d912aec48d --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`
22302024-10-11T18:34:24.138Z Dirty scroll v0.12.0: the rustflags changed
22312024-10-11T18:34:24.138Z Compiling scroll v0.12.0
22322024-10-11T18:34:24.140Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=6c92b782761a029c -C extra-filename=-6c92b782761a029c --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-cd5be6d69e045f9d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22332024-10-11T18:34:24.285Z Dirty anstream v0.6.14: the rustflags changed
22342024-10-11T18:34:24.285Z Compiling anstream v0.6.14
22352024-10-11T18:34:24.287Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.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=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="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=384c2475a46f47da -C extra-filename=-384c2475a46f47da --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-43f69afcb50accdb.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-3b44f6743e0c3e26.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-10a2c3e65098f959.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-f6a6e3d912aec48d.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-5f3c92807fdf7406.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-da51f585a387d022.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22362024-10-11T18:34:24.704Z Dirty pest_generator v2.7.10: the rustflags changed
22372024-10-11T18:34:24.704Z Compiling pest_generator v2.7.10
22382024-10-11T18:34:24.708Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_generator-2.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=6f29de62729f6c9a -C extra-filename=-6f29de62729f6c9a --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-305fb863ad303cd2.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-46e17597b4883a18.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22392024-10-11T18:34:25.039Z Dirty cookie_store v0.21.0: the rustflags changed
22402024-10-11T18:34:25.039Z Compiling cookie_store v0.21.0
22412024-10-11T18:34:25.042Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cookie_store --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie_store-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="public_suffix"' --cfg 'feature="publicsuffix"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "indexmap", "log_secure_cookie_values", "preserve_order", "public_suffix", "publicsuffix", "wasm-bindgen"))' -C metadata=feaf7676ffc2a18d -C extra-filename=-feaf7676ffc2a18d --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-4d36d7576c2a65fc.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-28c67756af01de96.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-f266276591515350.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5727d84b3387f945.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22422024-10-11T18:34:25.352Z Dirty terminal_size v0.4.0: the rustflags changed
22432024-10-11T18:34:25.352Z Compiling terminal_size v0.4.0
22442024-10-11T18:34:25.355Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=6e0509d47ebc2dfd -C extra-filename=-6e0509d47ebc2dfd --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-30d8b57c3d4d8836.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22452024-10-11T18:34:25.442Z Dirty sync_wrapper v1.0.1: the rustflags changed
22462024-10-11T18:34:25.442Z Compiling sync_wrapper v1.0.1
22472024-10-11T18:34:25.445Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=6b5efafbb407d993 -C extra-filename=-6b5efafbb407d993 --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-5c0c6b13016b0cbd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22482024-10-11T18:34:25.566Z Dirty plain v0.2.3: the rustflags changed
22492024-10-11T18:34:25.566Z Compiling plain v0.2.3
22502024-10-11T18:34:25.570Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=7a3ece633e1d4183 -C extra-filename=-7a3ece633e1d4183 --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`
22512024-10-11T18:34:25.593Z Dirty clap_lex v0.7.0: the rustflags changed
22522024-10-11T18:34:25.594Z Compiling clap_lex v0.7.0
22532024-10-11T18:34:25.597Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-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)' --check-cfg 'cfg(feature, values())' -C metadata=4e1b078fd504755b -C extra-filename=-4e1b078fd504755b --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`
22542024-10-11T18:34:25.639Z Dirty clap_derive v4.5.18: the rustflags changed
22552024-10-11T18:34:25.639Z Compiling clap_derive v4.5.18
22562024-10-11T18:34:25.642Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.5.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=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::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)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-v5"))' -C metadata=af6beda67f11017a -C extra-filename=-af6beda67f11017a --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-830498e334c402a9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22572024-10-11T18:34:25.718Z Dirty goblin v0.8.2: the rustflags changed
22582024-10-11T18:34:25.718Z Compiling goblin v0.8.2
22592024-10-11T18:34:25.720Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=b29497cc26274d79 -C extra-filename=-b29497cc26274d79 --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-31bde78633f57151.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-7a3ece633e1d4183.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-6c92b782761a029c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22602024-10-11T18:34:26.126Z Dirty clap_builder v4.5.20: the rustflags changed
22612024-10-11T18:34:26.126Z Compiling clap_builder v4.5.20
22622024-10-11T18:34:26.130Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.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=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)' --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=60cd29cf005e63af -C extra-filename=-60cd29cf005e63af --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-384c2475a46f47da.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-43f69afcb50accdb.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-4e1b078fd504755b.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-a1f7ddb01f1b033d.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-6e0509d47ebc2dfd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22632024-10-11T18:34:26.587Z Dirty usdt-impl v0.5.0: the rustflags changed
22642024-10-11T18:34:26.587Z Compiling usdt-impl v0.5.0
22652024-10-11T18:34:26.590Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=6caa4c31d5230c97 -C extra-filename=-6caa4c31d5230c97 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-6caa4c31d5230c97 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22662024-10-11T18:34:26.631Z Dirty unicode-segmentation v1.11.0: the rustflags changed
22672024-10-11T18:34:26.631Z Compiling unicode-segmentation v1.11.0
22682024-10-11T18:34:26.634Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=d809c6274b019e58 -C extra-filename=-d809c6274b019e58 --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`
22692024-10-11T18:34:26.659Z Dirty pest_derive v2.7.10: the rustflags changed
22702024-10-11T18:34:26.659Z Compiling pest_derive v2.7.10
22712024-10-11T18:34:26.662Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_derive-2.7.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=aa0d3bd4735a9305 -C extra-filename=-aa0d3bd4735a9305 --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-305fb863ad303cd2.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-6f29de62729f6c9a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22722024-10-11T18:34:26.986Z Dirty base16ct v0.2.0: the rustflags changed
22732024-10-11T18:34:26.986Z Compiling base16ct v0.2.0
22742024-10-11T18:34:26.989Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=f1815429b9cc9059 -C extra-filename=-f1815429b9cc9059 --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`
22752024-10-11T18:34:27.317Z Dirty pretty-hex v0.4.1: the rustflags changed
22762024-10-11T18:34:27.317Z Compiling pretty-hex v0.4.1
22772024-10-11T18:34:27.320Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=966337b29a6969eb -C extra-filename=-966337b29a6969eb --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`
22782024-10-11T18:34:27.516Z Dirty hyper v1.4.1: the rustflags changed
22792024-10-11T18:34:27.516Z Compiling hyper v1.4.1
22802024-10-11T18:34:27.519Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' -C metadata=a98b8610c812a84b -C extra-filename=-a98b8610c812a84b --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-5c4b9fa02fe9d354.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-acd6c3528e857df4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9e460c6b16244ac3.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-61fe33f94637d41c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-f2365308f3554b18.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-4ceb8996510f7f6e.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-6fbea464aaabb1e8.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-834a74e98d60d91b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22812024-10-11T18:34:27.543Z Dirty crc32fast v1.4.0: the rustflags changed
22822024-10-11T18:34:27.543Z Compiling crc32fast v1.4.0
22832024-10-11T18:34:27.543Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.4.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=37021511ff531a57 -C extra-filename=-37021511ff531a57 --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-37021511ff531a57 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22842024-10-11T18:34:27.706Z Dirty dtrace-parser v0.2.0: the rustflags changed
22852024-10-11T18:34:27.706Z Compiling dtrace-parser v0.2.0
22862024-10-11T18:34:27.709Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=9c2c16c687d6f963 -C extra-filename=-9c2c16c687d6f963 --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-305fb863ad303cd2.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-aa0d3bd4735a9305.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22872024-10-11T18:34:28.135Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-37021511ff531a57/build-script-build`
22882024-10-11T18:34:28.231Z Dirty sec1 v0.7.3: the rustflags changed
22892024-10-11T18:34:28.231Z Compiling sec1 v0.7.3
22902024-10-11T18:34:28.233Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "pem", "pkcs8", "point", "serde", "std", "subtle", "zeroize"))' -C metadata=ec490c1e0d671083 -C extra-filename=-ec490c1e0d671083 --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-f1815429b9cc9059.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-ee0a6ae99d6c1dad.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-52e4c3f9ee248b43.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-1be604d6afb67b30.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22912024-10-11T18:34:28.834Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-6caa4c31d5230c97/build-script-build`
22922024-10-11T18:34:28.989Z Dirty toml_edit v0.22.22: the rustflags changed
22932024-10-11T18:34:28.989Z Compiling toml_edit v0.22.22
22942024-10-11T18:34:28.991Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.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::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="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=637d14a47e73fdaa -C extra-filename=-637d14a47e73fdaa --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-549a53b00a4b21ce.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-6a5c20d6e0b557a6.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-d9f4e0f5b039d12f.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-19ea7df69bd3fb83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22952024-10-11T18:34:29.865Z Dirty num-integer v0.1.46: the rustflags changed
22962024-10-11T18:34:29.865Z Compiling num-integer v0.1.46
22972024-10-11T18:34:29.867Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_integer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=8d0b37c8c3e1862e -C extra-filename=-8d0b37c8c3e1862e --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-2914d78ac96fc53c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22982024-10-11T18:34:29.926Z Dirty ff v0.13.0: the rustflags changed
22992024-10-11T18:34:29.926Z Compiling ff v0.13.0
23002024-10-11T18:34:29.928Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "bits", "bitvec", "byteorder", "default", "derive", "derive_bits", "ff_derive", "std"))' -C metadata=c1aa6d2350b74cba -C extra-filename=-c1aa6d2350b74cba --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-8b13f8510d518754.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23012024-10-11T18:34:30.159Z Dirty hyper-util v0.1.9: the rustflags changed
23022024-10-11T18:34:30.159Z Compiling hyper-util v0.1.9
23032024-10-11T18:34:30.161Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio"))' -C metadata=ab72fc57583364c6 -C extra-filename=-ab72fc57583364c6 --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-5c4b9fa02fe9d354.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-acd6c3528e857df4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9e460c6b16244ac3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-f2365308f3554b18.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c20ddb2efdeabe78.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5d14c09c813b8c42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23042024-10-11T18:34:30.671Z Dirty thread-id v4.2.1: the rustflags changed
23052024-10-11T18:34:30.674Z Compiling thread-id v4.2.1
23062024-10-11T18:34:30.711Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.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)' --check-cfg 'cfg(feature, values())' -C metadata=95fab8b102482621 -C extra-filename=-95fab8b102482621 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23072024-10-11T18:34:30.790Z Dirty group v0.13.0: the rustflags changed
23082024-10-11T18:34:30.791Z Compiling group v0.13.0
23092024-10-11T18:34:30.793Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "memuse", "rand", "rand_xorshift", "tests", "wnaf-memuse"))' -C metadata=d28686e858e4e4e9 -C extra-filename=-d28686e858e4e4e9 --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-c1aa6d2350b74cba.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23102024-10-11T18:34:30.817Z Dirty clap v4.5.20: the rustflags changed
23112024-10-11T18:34:30.817Z Compiling clap v4.5.20
23122024-10-11T18:34:30.817Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.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=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)' --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-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=1fb17eae6c5dd916 -C extra-filename=-1fb17eae6c5dd916 --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-60cd29cf005e63af.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-af6beda67f11017a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23132024-10-11T18:34:30.939Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=9ba8c9fbacf692c5 -C extra-filename=-9ba8c9fbacf692c5 --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-94faf137b493206b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg crc32fast_stdarchx86`
23142024-10-11T18:34:31.129Z Dirty hkdf v0.12.4: the rustflags changed
23152024-10-11T18:34:31.129Z Compiling hkdf v0.12.4
23162024-10-11T18:34:31.132Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std"))' -C metadata=263f62f7b32356e3 -C extra-filename=-263f62f7b32356e3 --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-5057ff9d5c9d9dda.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23172024-10-11T18:34:31.153Z Dirty crypto-bigint v0.5.5: the rustflags changed
23182024-10-11T18:34:31.153Z Compiling crypto-bigint v0.5.5
23192024-10-11T18:34:31.155Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "extra-sizes", "generic-array", "rand", "rand_core", "rlp", "serde", "zeroize"))' -C metadata=a149e509a0be047d -C extra-filename=-a149e509a0be047d --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-52e4c3f9ee248b43.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23202024-10-11T18:34:31.293Z Dirty dof v0.3.0: the rustflags changed
23212024-10-11T18:34:31.293Z Compiling dof v0.3.0
23222024-10-11T18:34:31.296Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=51799860d4566239 -C extra-filename=-51799860d4566239 --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-b29497cc26274d79.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-0862912828a0150a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23232024-10-11T18:34:31.387Z Dirty crossbeam-epoch v0.9.18: the rustflags changed
23242024-10-11T18:34:31.387Z Compiling crossbeam-epoch v0.9.18
23252024-10-11T18:34:31.390Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=c305da7ac85d23b9 -C extra-filename=-c305da7ac85d23b9 --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-6f3b480f63e334a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23262024-10-11T18:34:31.695Z Dirty static_assertions v1.1.0: the rustflags changed
23272024-10-11T18:34:31.695Z Compiling static_assertions v1.1.0
23282024-10-11T18:34:31.698Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=0a062de836263b83 -C extra-filename=-0a062de836263b83 --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`
23292024-10-11T18:34:31.802Z Dirty bitflags v1.3.2: the rustflags changed
23302024-10-11T18:34:31.802Z Compiling bitflags v1.3.2
23312024-10-11T18:34:31.805Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=e992fadcca1ed6f2 -C extra-filename=-e992fadcca1ed6f2 --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`
23322024-10-11T18:34:31.913Z Dirty siphasher v0.3.11: the rustflags changed
23332024-10-11T18:34:31.913Z Compiling siphasher v0.3.11
23342024-10-11T18:34:31.915Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=4d9b4c4f3cdb6951 -C extra-filename=-4d9b4c4f3cdb6951 --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`
23352024-10-11T18:34:32.180Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=380826a9f3294c5e -C extra-filename=-380826a9f3294c5e --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-325983a483f82094.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-51799860d4566239.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-9c2c16c687d6f963.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-95fab8b102482621.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
23362024-10-11T18:34:32.306Z Dirty hex v0.4.3: the rustflags changed
23372024-10-11T18:34:32.306Z Compiling hex v0.4.3
23382024-10-11T18:34:32.309Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=4d6bf62383587a1b -C extra-filename=-4d6bf62383587a1b --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-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23392024-10-11T18:34:32.941Z Dirty hyper-tls v0.6.0: the rustflags changed
23402024-10-11T18:34:32.941Z Compiling hyper-tls v0.6.0
23412024-10-11T18:34:32.943Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=c9063fddd6a38944 -C extra-filename=-c9063fddd6a38944 --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-5c4b9fa02fe9d354.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-112c7170937fa33c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ab72fc57583364c6.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-618d2b10f9a4f44c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-0fd1cc6e3e6b8c13.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c20ddb2efdeabe78.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
23422024-10-11T18:34:33.270Z Dirty hyper-rustls v0.27.3: the rustflags changed
23432024-10-11T18:34:33.270Z Compiling hyper-rustls v0.27.3
23442024-10-11T18:34:33.273Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=ac08d35180befde9 -C extra-filename=-ac08d35180befde9 --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-9e460c6b16244ac3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ab72fc57583364c6.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ca94a252ff86685f.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2fefae8d752d7a3a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0d360051f0406bd4.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c20ddb2efdeabe78.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-fc57811e8c54d68b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out`
23452024-10-11T18:34:33.384Z Dirty itertools v0.10.5: the rustflags changed
23462024-10-11T18:34:33.384Z Compiling itertools v0.10.5
23472024-10-11T18:34:33.398Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=197a32e1da667e01 -C extra-filename=-197a32e1da667e01 --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-5d39f2eb1424d60a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23482024-10-11T18:34:33.436Z Dirty adler2 v2.0.0: the rustflags changed
23492024-10-11T18:34:33.436Z Compiling adler2 v2.0.0
23502024-10-11T18:34:33.439Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name adler2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=3ab49a5399cf3c85 -C extra-filename=-3ab49a5399cf3c85 --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`
23512024-10-11T18:34:33.648Z Dirty reqwest v0.12.7: the rustflags changed
23522024-10-11T18:34:33.649Z Compiling reqwest v0.12.7
23532024-10-11T18:34:33.651Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.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 --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="stream"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_proxy_sys_no_cache", "__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-no-provider", "rustls-tls-webpki-roots", "socks", "stream", "trust-dns", "zstd"))' --check-cfg 'cfg(reqwest_unstable)' -C metadata=c0af59ae80a34949 -C extra-filename=-c0af59ae80a34949 --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-2da632077f49dfb6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4d36d7576c2a65fc.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-feaf7676ffc2a18d.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-036e08876869b21a.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-acd6c3528e857df4.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9e460c6b16244ac3.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-61fe33f94637d41c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-f2365308f3554b18.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-112c7170937fa33c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ac08d35180befde9.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-c9063fddd6a38944.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ab72fc57583364c6.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-c57ae2e537255ab5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-74bdd973ffb0df66.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-618d2b10f9a4f44c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ca94a252ff86685f.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2fefae8d752d7a3a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-158356caa281290b.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-6b5efafbb407d993.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-0fd1cc6e3e6b8c13.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0d360051f0406bd4.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c20ddb2efdeabe78.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-fc57811e8c54d68b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
23542024-10-11T18:34:33.779Z Dirty bit-vec v0.6.3: the rustflags changed
23552024-10-11T18:34:33.779Z Compiling bit-vec v0.6.3
23562024-10-11T18:34:33.782Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=a4c480c9db0b285d -C extra-filename=-a4c480c9db0b285d --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`
23572024-10-11T18:34:33.915Z Dirty stable_deref_trait v1.2.0: the rustflags changed
23582024-10-11T18:34:33.915Z Compiling stable_deref_trait v1.2.0
23592024-10-11T18:34:33.917Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=d8344a76eab0acab -C extra-filename=-d8344a76eab0acab --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`
23602024-10-11T18:34:34.022Z Dirty rayon-core v1.12.1: the rustflags changed
23612024-10-11T18:34:34.022Z Compiling rayon-core v1.12.1
23622024-10-11T18:34:34.024Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=dbd7eded198f5a43 -C extra-filename=-dbd7eded198f5a43 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-dbd7eded198f5a43 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23632024-10-11T18:34:34.252Z Dirty elliptic-curve v0.13.8: the rustflags changed
23642024-10-11T18:34:34.252Z Compiling elliptic-curve v0.13.8
23652024-10-11T18:34:34.255Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=de11a116d7f7dd1f -C extra-filename=-de11a116d7f7dd1f --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-f1815429b9cc9059.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-a149e509a0be047d.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-501ad26f330841d9.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-c1aa6d2350b74cba.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-52e4c3f9ee248b43.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d28686e858e4e4e9.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-263f62f7b32356e3.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-1be604d6afb67b30.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-ec490c1e0d671083.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23662024-10-11T18:34:34.376Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-dbd7eded198f5a43/build-script-build`
23672024-10-11T18:34:34.411Z Dirty bit-set v0.5.3: the rustflags changed
23682024-10-11T18:34:34.411Z Compiling bit-set v0.5.3
23692024-10-11T18:34:34.414Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_set --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f27c634c8e28190b -C extra-filename=-f27c634c8e28190b --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-a4c480c9db0b285d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23702024-10-11T18:34:34.701Z Dirty miniz_oxide v0.8.0: the rustflags changed
23712024-10-11T18:34:34.701Z Compiling miniz_oxide v0.8.0
23722024-10-11T18:34:34.704Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-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 --warn=unexpected_cfgs --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "rustc-dep-of-std", "simd", "simd-adler32", "std", "with-alloc"))' --check-cfg 'cfg(fuzzing)' -C metadata=568c7230d30d7b84 -C extra-filename=-568c7230d30d7b84 --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-3ab49a5399cf3c85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23732024-10-11T18:34:35.121Z Dirty crossbeam-deque v0.8.5: the rustflags changed
23742024-10-11T18:34:35.121Z Compiling crossbeam-deque v0.8.5
23752024-10-11T18:34:35.155Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d3c0b407aa91d755 -C extra-filename=-d3c0b407aa91d755 --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-c305da7ac85d23b9.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23762024-10-11T18:34:35.268Z Dirty num-iter v0.1.45: the rustflags changed
23772024-10-11T18:34:35.268Z Compiling num-iter v0.1.45
23782024-10-11T18:34:35.271Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_iter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=1b50779845f357a9 -C extra-filename=-1b50779845f357a9 --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-8d0b37c8c3e1862e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23792024-10-11T18:34:35.450Z Dirty curve25519-dalek v4.1.3: the rustflags changed
23802024-10-11T18:34:35.451Z Compiling curve25519-dalek v4.1.3
23812024-10-11T18:34:35.454Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=d7cd08f00a68ceeb -C extra-filename=-d7cd08f00a68ceeb --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-d7cd08f00a68ceeb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-3c55b6e3dd92f475.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23822024-10-11T18:34:35.474Z Dirty memmap v0.7.0: the rustflags changed
23832024-10-11T18:34:35.474Z Compiling memmap v0.7.0
23842024-10-11T18:34:35.477Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=05bc91404a9edc9a -C extra-filename=-05bc91404a9edc9a --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23852024-10-11T18:34:35.835Z Dirty signal-hook v0.3.17: the rustflags changed
23862024-10-11T18:34:35.835Z Compiling signal-hook v0.3.17
23872024-10-11T18:34:35.837Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=aa21692816cd7757 -C extra-filename=-aa21692816cd7757 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-aa21692816cd7757 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23882024-10-11T18:34:35.988Z Dirty usdt-attr-macro v0.5.0: the rustflags changed
23892024-10-11T18:34:35.988Z Compiling usdt-attr-macro v0.5.0
23902024-10-11T18:34:35.991Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=b8708376283d5de9 -C extra-filename=-b8708376283d5de9 --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-9c2c16c687d6f963.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-f32ebe206649a34b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-380826a9f3294c5e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23912024-10-11T18:34:36.160Z Dirty usdt-macro v0.5.0: the rustflags changed
23922024-10-11T18:34:36.160Z Compiling usdt-macro v0.5.0
23932024-10-11T18:34:36.163Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=66efdeac259c4e3b -C extra-filename=-66efdeac259c4e3b --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-9c2c16c687d6f963.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-f32ebe206649a34b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-380826a9f3294c5e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23942024-10-11T18:34:36.184Z Dirty num-bigint-dig v0.8.4: the rustflags changed
23952024-10-11T18:34:36.184Z Compiling num-bigint-dig v0.8.4
23962024-10-11T18:34:36.193Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=a48bba7d8738e000 -C extra-filename=-a48bba7d8738e000 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-a48bba7d8738e000 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23972024-10-11T18:34:36.239Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-aa21692816cd7757/build-script-build`
23982024-10-11T18:34:36.273Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-d7cd08f00a68ceeb/build-script-build`
23992024-10-11T18:34:36.297Z Dirty flate2 v1.0.34: the rustflags changed
24002024-10-11T18:34:36.297Z Compiling flate2 v1.0.34
24012024-10-11T18:34:36.300Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.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="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --check-cfg 'cfg(docsrs)' --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=153c2223bdb4e720 -C extra-filename=-153c2223bdb4e720 --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-9ba8c9fbacf692c5.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-568c7230d30d7b84.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24022024-10-11T18:34:36.384Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=4c44c92761c50284 -C extra-filename=-4c44c92761c50284 --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-d3c0b407aa91d755.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24032024-10-11T18:34:36.551Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-a48bba7d8738e000/build-script-build`
24042024-10-11T18:34:36.590Z Dirty toml v0.7.8: the rustflags changed
24052024-10-11T18:34:36.590Z Compiling toml v0.7.8
24062024-10-11T18:34:36.593Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=8f73071bde3a3bcf -C extra-filename=-8f73071bde3a3bcf --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-48906e914e9337d7.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-6a5c20d6e0b557a6.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-d9f4e0f5b039d12f.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-76833568d688233a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24072024-10-11T18:34:37.220Z Dirty rfc6979 v0.4.0: the rustflags changed
24082024-10-11T18:34:37.220Z Compiling rfc6979 v0.4.0
24092024-10-11T18:34:37.223Z Dirty curve25519-dalek-derive v0.1.1: the rustflags changed
24102024-10-11T18:34:37.223Z Compiling curve25519-dalek-derive v0.1.1
24112024-10-11T18:34:37.223Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rfc6979 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=be23fa757e93dee4 -C extra-filename=-be23fa757e93dee4 --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-5057ff9d5c9d9dda.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24122024-10-11T18:34:37.223Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=32f05359fa6d3d66 -C extra-filename=-32f05359fa6d3d66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24132024-10-11T18:34:37.308Z Dirty zerocopy-derive v0.6.6: the rustflags changed
24142024-10-11T18:34:37.308Z Compiling zerocopy-derive v0.6.6
24152024-10-11T18:34:37.311Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=57756309dc9a8b87 -C extra-filename=-57756309dc9a8b87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24162024-10-11T18:34:37.404Z Dirty bstr v1.9.1: the rustflags changed
24172024-10-11T18:34:37.404Z Compiling bstr v1.9.1
24182024-10-11T18:34:37.407Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=0b179f319982781a -C extra-filename=-0b179f319982781a --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-3b15747880b886c1.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-fcd8ea28b6b8ac77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24192024-10-11T18:34:37.887Z Dirty itertools v0.12.1: the rustflags changed
24202024-10-11T18:34:37.887Z Compiling itertools v0.12.1
24212024-10-11T18:34:37.889Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=bb69c56d84ec7036 -C extra-filename=-bb69c56d84ec7036 --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-5d39f2eb1424d60a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24222024-10-11T18:34:37.957Z Dirty usdt v0.5.0: the rustflags changed
24232024-10-11T18:34:37.957Z Compiling usdt v0.5.0
24242024-10-11T18:34:37.962Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=6f1ffee447262275 -C extra-filename=-6f1ffee447262275 --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-51799860d4566239.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-9c2c16c687d6f963.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-b29497cc26274d79.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-05bc91404a9edc9a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-b8708376283d5de9.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-380826a9f3294c5e.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-66efdeac259c4e3b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24252024-10-11T18:34:38.158Z Dirty fixedbitset v0.4.2: the rustflags changed
24262024-10-11T18:34:38.159Z Compiling fixedbitset v0.4.2
24272024-10-11T18:34:38.161Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=fda43baac4e8c7a6 -C extra-filename=-fda43baac4e8c7a6 --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`
24282024-10-11T18:34:38.324Z Dirty managed v0.8.0: the rustflags changed
24292024-10-11T18:34:38.324Z Compiling managed v0.8.0
24302024-10-11T18:34:38.327Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name managed --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "map", "std"))' -C metadata=7ebffa2b30e78119 -C extra-filename=-7ebffa2b30e78119 --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`
24312024-10-11T18:34:38.519Z Dirty petgraph v0.6.5: the rustflags changed
24322024-10-11T18:34:38.519Z Compiling petgraph v0.6.5
24332024-10-11T18:34:38.522Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=cc14348a6c0e1fe4 -C extra-filename=-cc14348a6c0e1fe4 --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-fda43baac4e8c7a6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5727d84b3387f945.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24342024-10-11T18:34:38.664Z Dirty ecdsa v0.16.9: the rustflags changed
24352024-10-11T18:34:38.664Z Compiling ecdsa v0.16.9
24362024-10-11T18:34:38.667Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ecdsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "der", "dev", "digest", "hazmat", "pem", "pkcs8", "rfc6979", "serde", "serdect", "sha2", "signing", "spki", "std", "verifying"))' -C metadata=235b3a3c205d41a5 -C extra-filename=-235b3a3c205d41a5 --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-ee0a6ae99d6c1dad.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-501ad26f330841d9.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-de11a116d7f7dd1f.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-be23fa757e93dee4.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-5a7e2c06af7d4777.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-82872aa0b34e4bd2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24372024-10-11T18:34:38.774Z Dirty rayon v1.10.0: the rustflags changed
24382024-10-11T18:34:38.774Z Compiling rayon v1.10.0
24392024-10-11T18:34:38.777Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=8be4b95ce6e63459 -C extra-filename=-8be4b95ce6e63459 --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-5d39f2eb1424d60a.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-4c44c92761c50284.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24402024-10-11T18:34:38.973Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=a418bd8a5db45e62 -C extra-filename=-a418bd8a5db45e62 --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-94faf137b493206b.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-250510e548f1bd64.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-32f05359fa6d3d66.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-501ad26f330841d9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.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"'`
24412024-10-11T18:34:39.148Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=1b1cee02430f185f -C extra-filename=-1b1cee02430f185f --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-325983a483f82094.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-ba00d9da7e296366.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-1b50779845f357a9.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
24422024-10-11T18:34:39.526Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=8b929d32c77d7889 -C extra-filename=-8b929d32c77d7889 --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-1b46dd66a7c6c3c6.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-4f7cf3856044bb3a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24432024-10-11T18:34:39.719Z Dirty zerocopy v0.6.6: the rustflags changed
24442024-10-11T18:34:39.719Z Compiling zerocopy v0.6.6
24452024-10-11T18:34:39.722Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "simd", "simd-nightly"))' -C metadata=822beb825b739198 -C extra-filename=-822beb825b739198 --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-325983a483f82094.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-57756309dc9a8b87.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24462024-10-11T18:34:40.545Z Dirty phf_shared v0.10.0: the rustflags changed
24472024-10-11T18:34:40.545Z Compiling phf_shared v0.10.0
24482024-10-11T18:34:40.548Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=3867a56396e61cad -C extra-filename=-3867a56396e61cad --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-4d9b4c4f3cdb6951.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24492024-10-11T18:34:40.603Z Dirty pkcs1 v0.7.5: the rustflags changed
24502024-10-11T18:34:40.603Z Compiling pkcs1 v0.7.5
24512024-10-11T18:34:40.606Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "pem", "pkcs8", "std", "zeroize"))' -C metadata=26fd5470ba0da1ee -C extra-filename=-26fd5470ba0da1ee --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-ee0a6ae99d6c1dad.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-1be604d6afb67b30.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-82872aa0b34e4bd2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24522024-10-11T18:34:40.975Z Dirty precomputed-hash v0.1.1: the rustflags changed
24532024-10-11T18:34:40.976Z Compiling precomputed-hash v0.1.1
24542024-10-11T18:34:40.978Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=fe9d34962777373e -C extra-filename=-fe9d34962777373e --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`
24552024-10-11T18:34:41.098Z Dirty minimal-lexical v0.2.1: the rustflags changed
24562024-10-11T18:34:41.098Z Compiling minimal-lexical v0.2.1
24572024-10-11T18:34:41.101Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=9a8e77c298b71cc5 -C extra-filename=-9a8e77c298b71cc5 --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`
24582024-10-11T18:34:41.122Z Dirty new_debug_unreachable v1.0.6: the rustflags changed
24592024-10-11T18:34:41.122Z Compiling new_debug_unreachable v1.0.6
24602024-10-11T18:34:41.125Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=2da89dee01071d53 -C extra-filename=-2da89dee01071d53 --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`
24612024-10-11T18:34:41.223Z Dirty unicode-xid v0.2.4: the rustflags changed
24622024-10-11T18:34:41.223Z Compiling unicode-xid v0.2.4
24632024-10-11T18:34:41.226Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "default", "no_std"))' -C metadata=4a828090b584bc69 -C extra-filename=-4a828090b584bc69 --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`
24642024-10-11T18:34:41.401Z Dirty string_cache v0.8.7: the rustflags changed
24652024-10-11T18:34:41.401Z Compiling string_cache v0.8.7
24662024-10-11T18:34:41.404Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/string_cache-0.8.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="serde"' --cfg 'feature="serde_support"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_support"))' -C metadata=a035c1879c20c011 -C extra-filename=-a035c1879c20c011 --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-2da89dee01071d53.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-472720b9ff68b690.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-3867a56396e61cad.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-fe9d34962777373e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24672024-10-11T18:34:41.631Z Dirty rsa v0.9.6: the rustflags changed
24682024-10-11T18:34:41.631Z Compiling rsa v0.9.6
24692024-10-11T18:34:41.634Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "getrandom", "hazmat", "nightly", "pem", "pkcs5", "serde", "sha1", "sha2", "std", "u64_digit"))' -C metadata=7c7a320ed304c137 -C extra-filename=-7c7a320ed304c137 --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-0fbd4ee0c026a43b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-501ad26f330841d9.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-1b1cee02430f185f.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-26fd5470ba0da1ee.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-1be604d6afb67b30.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-5a7e2c06af7d4777.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-82872aa0b34e4bd2.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24702024-10-11T18:34:41.652Z Dirty nom v7.1.3: the rustflags changed
24712024-10-11T18:34:41.652Z Compiling nom v7.1.3
24722024-10-11T18:34:41.652Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=19a28b98cd1da8cc -C extra-filename=-19a28b98cd1da8cc --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-3b15747880b886c1.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-9a8e77c298b71cc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24732024-10-11T18:34:41.873Z Dirty ed25519 v2.2.3: the rustflags changed
24742024-10-11T18:34:41.873Z Compiling ed25519 v2.2.3
24752024-10-11T18:34:41.876Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "pem", "pkcs8", "serde", "serde_bytes", "std", "zeroize"))' -C metadata=8621b12a80b4d263 -C extra-filename=-8621b12a80b4d263 --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-1be604d6afb67b30.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-5a7e2c06af7d4777.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24762024-10-11T18:34:42.580Z Dirty hubpack_derive v0.1.1: the rustflags changed
24772024-10-11T18:34:42.580Z Compiling hubpack_derive v0.1.1
24782024-10-11T18:34:42.582Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=0f6e31d48f7bf984 -C extra-filename=-0f6e31d48f7bf984 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1168198b55bce6f0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24792024-10-11T18:34:43.709Z Dirty mio v0.8.11: the rustflags changed
24802024-10-11T18:34:43.709Z Compiling mio v0.8.11
24812024-10-11T18:34:43.717Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-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="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=ce13f993b78485ab -C extra-filename=-ce13f993b78485ab --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-1b46dd66a7c6c3c6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24822024-10-11T18:34:43.746Z Dirty hubpack v0.1.2: the rustflags changed
24832024-10-11T18:34:43.746Z Compiling hubpack v0.1.2
24842024-10-11T18:34:43.751Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=430187c666bc43bc -C extra-filename=-430187c666bc43bc --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-0f6e31d48f7bf984.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24852024-10-11T18:34:43.858Z Dirty ed25519-dalek v2.1.1: the rustflags changed
24862024-10-11T18:34:43.858Z Compiling ed25519-dalek v2.1.1
24872024-10-11T18:34:43.860Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ed25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=e486a8fad7c06591 -C extra-filename=-e486a8fad7c06591 --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-a418bd8a5db45e62.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-8621b12a80b4d263.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-5a7e2c06af7d4777.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24882024-10-11T18:34:44.212Z Dirty heapless v0.7.17: the rustflags changed
24892024-10-11T18:34:44.212Z Compiling heapless v0.7.17
24902024-10-11T18:34:44.215Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=16903cb995bceb1b -C extra-filename=-16903cb995bceb1b --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-16903cb995bceb1b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-3c55b6e3dd92f475.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24912024-10-11T18:34:44.737Z Dirty signal-hook-mio v0.2.4: the rustflags changed
24922024-10-11T18:34:44.737Z Compiling signal-hook-mio v0.2.4
24932024-10-11T18:34:44.740Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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-0_8"' --cfg 'feature="mio-1_0"' --cfg 'feature="support-v0_8"' --cfg 'feature="support-v1_0"' --check-cfg 'cfg(docsrs)' --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=b93e58a224b7bbd5 -C extra-filename=-b93e58a224b7bbd5 --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-1b46dd66a7c6c3c6.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-ce13f993b78485ab.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-a720034d2cb4e287.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-8b929d32c77d7889.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24942024-10-11T18:34:44.920Z Dirty x509-cert v0.2.5: the rustflags changed
24952024-10-11T18:34:44.920Z Compiling x509-cert v0.2.5
24962024-10-11T18:34:44.923Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arbitrary", "builder", "default", "hazmat", "pem", "sct", "sha1", "signature", "std"))' -C metadata=74ca2944f94ebadf -C extra-filename=-74ca2944f94ebadf --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-0fbd4ee0c026a43b.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-ee0a6ae99d6c1dad.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-82872aa0b34e4bd2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24972024-10-11T18:34:45.000Z Dirty enum-as-inner v0.6.0: the rustflags changed
24982024-10-11T18:34:45.000Z Compiling enum-as-inner v0.6.0
24992024-10-11T18:34:45.003Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aa8522eded6a61fe -C extra-filename=-aa8522eded6a61fe --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-64fe453a3f9fcd4a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25002024-10-11T18:34:45.107Z Dirty idna v0.4.0: the rustflags changed
25012024-10-11T18:34:45.107Z Compiling idna v0.4.0
25022024-10-11T18:34:45.111Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=bf46d2358bd9dd90 -C extra-filename=-bf46d2358bd9dd90 --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-773c324f50696e3f.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25032024-10-11T18:34:45.432Z Dirty lalrpop-util v0.19.12: the rustflags changed
25042024-10-11T18:34:45.432Z Compiling lalrpop-util v0.19.12
25052024-10-11T18:34:45.436Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "lexer", "regex", "std"))' -C metadata=cabd6990d00654d2 -C extra-filename=-cabd6990d00654d2 --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`
25062024-10-11T18:34:45.779Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-16903cb995bceb1b/build-script-build`
25072024-10-11T18:34:45.854Z Dirty console v0.15.8: the rustflags changed
25082024-10-11T18:34:45.854Z Compiling console v0.15.8
25092024-10-11T18:34:45.857Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.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="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=d203535d0c6e9365 -C extra-filename=-d203535d0c6e9365 --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-4058c7340bf7b5f3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25102024-10-11T18:34:46.054Z Dirty hash32 v0.2.1: the rustflags changed
25112024-10-11T18:34:46.054Z Compiling hash32 v0.2.1
25122024-10-11T18:34:46.057Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=b2d4b24ee1288cc3 -C extra-filename=-b2d4b24ee1288cc3 --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-325983a483f82094.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25132024-10-11T18:34:46.273Z Dirty hickory-proto v0.24.1: the rustflags changed
25142024-10-11T18:34:46.273Z Compiling hickory-proto v0.24.1
25152024-10-11T18:34:46.276Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_proto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-proto-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="text-parsing"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs)' --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=a51fbaf6ad0155f5 -C extra-filename=-a51fbaf6ad0155f5 --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-ac0f7a8996657ad1.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-aa8522eded6a61fe.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-acd6c3528e857df4.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9e460c6b16244ac3.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-bf46d2358bd9dd90.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-c57ae2e537255ab5.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-bfd9b440086bc207.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5d14c09c813b8c42.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25162024-10-11T18:34:46.413Z Dirty smoltcp v0.9.1: the rustflags changed
25172024-10-11T18:34:46.413Z Compiling smoltcp v0.9.1
25182024-10-11T18:34:46.416Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=bdbe85cbcf8150ee -C extra-filename=-bdbe85cbcf8150ee --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-bdbe85cbcf8150ee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25192024-10-11T18:34:46.711Z Dirty portable-atomic v1.6.0: the rustflags changed
25202024-10-11T18:34:46.711Z Compiling portable-atomic v1.6.0
25212024-10-11T18:34:46.714Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --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_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::borrow_as_ptr' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --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=12021e4b795f02e3 -C extra-filename=-12021e4b795f02e3 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-12021e4b795f02e3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25222024-10-11T18:34:46.911Z Dirty predicates-core v1.0.6: the rustflags changed
25232024-10-11T18:34:46.911Z Compiling predicates-core v1.0.6
25242024-10-11T18:34:46.915Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-core-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)' --check-cfg 'cfg(feature, values())' -C metadata=010f1331228f9ea5 -C extra-filename=-010f1331228f9ea5 --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`
25252024-10-11T18:34:47.249Z Dirty finl_unicode v1.2.0: the rustflags changed
25262024-10-11T18:34:47.249Z Compiling finl_unicode v1.2.0
25272024-10-11T18:34:47.253Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name finl_unicode --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/finl_unicode-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="categories"' --cfg 'feature="default"' --cfg 'feature="grapheme_clusters"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("categories", "default", "grapheme_clusters"))' -C metadata=3e0871fb68948e2f -C extra-filename=-3e0871fb68948e2f --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`
25282024-10-11T18:34:47.293Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-bdbe85cbcf8150ee/build-script-build`
25292024-10-11T18:34:47.325Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=bb4f260d985e22cb -C extra-filename=-bb4f260d985e22cb --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-b2d4b24ee1288cc3.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-d8344a76eab0acab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
25302024-10-11T18:34:47.370Z Dirty similar v2.6.0: the rustflags changed
25312024-10-11T18:34:47.370Z Compiling similar v2.6.0
25322024-10-11T18:34:47.373Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-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="bstr"' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation"))' -C metadata=fb7801688e79354e -C extra-filename=-fb7801688e79354e --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-0b179f319982781a.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-d809c6274b019e58.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25332024-10-11T18:34:47.809Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-12021e4b795f02e3/build-script-build`
25342024-10-11T18:34:47.869Z Dirty stringprep v0.1.4: the rustflags changed
25352024-10-11T18:34:47.869Z Compiling stringprep v0.1.4
25362024-10-11T18:34:47.873Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name stringprep --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stringprep-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)' --check-cfg 'cfg(feature, values())' -C metadata=672fb69311fd6a4a -C extra-filename=-672fb69311fd6a4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern finl_unicode=/work/oxidecomputer/omicron/target/debug/deps/libfinl_unicode-3e0871fb68948e2f.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-773c324f50696e3f.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25372024-10-11T18:34:47.892Z Dirty tokio-stream v0.1.16: the rustflags changed
25382024-10-11T18:34:47.892Z Compiling tokio-stream v0.1.16
25392024-10-11T18:34:47.894Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-util"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=958218a843594c4d -C extra-filename=-958218a843594c4d --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-5c0c6b13016b0cbd.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25402024-10-11T18:34:48.521Z Dirty md-5 v0.10.6: the rustflags changed
25412024-10-11T18:34:48.521Z Compiling md-5 v0.10.6
25422024-10-11T18:34:48.524Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default", "force-soft", "loongarch64_asm", "md5-asm", "oid", "std"))' -C metadata=d0db01e2b6ae616f -C extra-filename=-d0db01e2b6ae616f --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-94faf137b493206b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-501ad26f330841d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25432024-10-11T18:34:48.797Z Dirty float-cmp v0.9.0: the rustflags changed
25442024-10-11T18:34:48.797Z Compiling float-cmp v0.9.0
25452024-10-11T18:34:48.800Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-cmp-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 --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-traits", "ratio", "std"))' -C metadata=ff2d3af3210f593b -C extra-filename=-ff2d3af3210f593b --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-2914d78ac96fc53c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25462024-10-11T18:34:48.998Z Dirty fs-err v2.11.0: the rustflags changed
25472024-10-11T18:34:48.998Z Compiling fs-err v2.11.0
25482024-10-11T18:34:49.001Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=7840dcc9301ae0b4 -C extra-filename=-7840dcc9301ae0b4 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-7840dcc9301ae0b4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-7640f4cdb39f9682.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25492024-10-11T18:34:49.025Z Dirty normalize-line-endings v0.3.0: the rustflags changed
25502024-10-11T18:34:49.025Z Compiling normalize-line-endings v0.3.0
25512024-10-11T18:34:49.028Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=eb19df894926175b -C extra-filename=-eb19df894926175b --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`
25522024-10-11T18:34:49.085Z Dirty difflib v0.4.0: the rustflags changed
25532024-10-11T18:34:49.086Z Compiling difflib v0.4.0
25542024-10-11T18:34:49.088Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name difflib --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=df3a4df3c1440d6e -C extra-filename=-df3a4df3c1440d6e --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`
25552024-10-11T18:34:49.155Z Dirty fallible-iterator v0.2.0: the rustflags changed
25562024-10-11T18:34:49.155Z Compiling fallible-iterator v0.2.0
25572024-10-11T18:34:49.160Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=99585d275a54a8fa -C extra-filename=-99585d275a54a8fa --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`
25582024-10-11T18:34:49.370Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-7840dcc9301ae0b4/build-script-build`
25592024-10-11T18:34:49.515Z Dirty predicates v3.1.2: the rustflags changed
25602024-10-11T18:34:49.515Z Compiling predicates v3.1.2
25612024-10-11T18:34:49.518Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-3.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::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="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("color", "default", "diff", "float-cmp", "normalize-line-endings", "regex", "unstable"))' -C metadata=457abf17ed177e26 -C extra-filename=-457abf17ed177e26 --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-43f69afcb50accdb.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-df3a4df3c1440d6e.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-ff2d3af3210f593b.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-eb19df894926175b.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-010f1331228f9ea5.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25622024-10-11T18:34:49.679Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=7630d203038b9b62 -C extra-filename=-7630d203038b9b62 --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-e992fadcca1ed6f2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-bb4f260d985e22cb.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-7ebffa2b30e78119.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25632024-10-11T18:34:49.789Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-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=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_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::borrow_as_ptr' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --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=9d52c690f1b3b666 -C extra-filename=-9d52c690f1b3b666 --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 portable_atomic_llvm_16`
25642024-10-11T18:34:49.808Z Dirty phf_shared v0.11.2: the rustflags changed
25652024-10-11T18:34:49.808Z Compiling phf_shared v0.11.2
25662024-10-11T18:34:49.811Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=471a15ddaebb70d0 -C extra-filename=-471a15ddaebb70d0 --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-4d9b4c4f3cdb6951.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25672024-10-11T18:34:49.870Z Dirty postgres-protocol v0.6.7: the rustflags changed
25682024-10-11T18:34:49.870Z Compiling postgres-protocol v0.6.7
25692024-10-11T18:34:49.873Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-protocol-0.6.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "getrandom", "js"))' -C metadata=2fd26a2562fa9180 -C extra-filename=-2fd26a2562fa9180 --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-2da632077f49dfb6.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-99585d275a54a8fa.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-5057ff9d5c9d9dda.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-d0db01e2b6ae616f.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-672fb69311fd6a4a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25702024-10-11T18:34:50.200Z Dirty serde-big-array v0.5.1: the rustflags changed
25712024-10-11T18:34:50.200Z Compiling serde-big-array v0.5.1
25722024-10-11T18:34:50.202Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e0e673c1858dfad6 -C extra-filename=-e0e673c1858dfad6 --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-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25732024-10-11T18:34:50.447Z Dirty strum_macros v0.25.3: the rustflags changed
25742024-10-11T18:34:50.447Z Compiling strum_macros v0.25.3
25752024-10-11T18:34:50.449Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=037cedefd34ab122 -C extra-filename=-037cedefd34ab122 --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-64fe453a3f9fcd4a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-cd12841eafeed674.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25762024-10-11T18:34:50.664Z Dirty serde_repr v0.1.19: the rustflags changed
25772024-10-11T18:34:50.665Z Compiling serde_repr v0.1.19
25782024-10-11T18:34:50.667Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c37f8fc7fd6689c8 -C extra-filename=-c37f8fc7fd6689c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25792024-10-11T18:34:51.154Z Dirty peg-runtime v0.8.3: the rustflags changed
25802024-10-11T18:34:51.154Z Compiling peg-runtime v0.8.3
25812024-10-11T18:34:51.177Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name peg_runtime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-runtime-0.8.3/lib.rs --error-format=json --json=diagnostic-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)' --check-cfg 'cfg(feature, values("std", "unstable"))' -C metadata=f68472f095c24de4 -C extra-filename=-f68472f095c24de4 --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`
25822024-10-11T18:34:51.181Z Dirty number_prefix v0.4.0: the rustflags changed
25832024-10-11T18:34:51.181Z Compiling number_prefix v0.4.0
25842024-10-11T18:34:51.209Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=8f0572afc11e7106 -C extra-filename=-8f0572afc11e7106 --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`
25852024-10-11T18:34:51.226Z Dirty postgres-types v0.2.8: the rustflags changed
25862024-10-11T18:34:51.227Z Compiling postgres-types v0.2.8
25872024-10-11T18:34:51.229Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-types-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="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)' --check-cfg 'cfg(feature, values("array-impls", "array-init", "bit-vec-06", "chrono-04", "cidr-02", "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-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=e0c35fe68272df88 -C extra-filename=-e0c35fe68272df88 --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-5c4b9fa02fe9d354.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-99585d275a54a8fa.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-2fd26a2562fa9180.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25882024-10-11T18:34:51.399Z Dirty indicatif v0.17.8: the rustflags changed
25892024-10-11T18:34:51.399Z Compiling indicatif v0.17.8
25902024-10-11T18:34:51.402Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.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="rayon"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "futures", "improved_unicode", "in_memory", "rayon", "tokio", "unicode-segmentation", "unicode-width", "vt100"))' -C metadata=0398239070131763 -C extra-filename=-0398239070131763 --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-d203535d0c6e9365.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-8f0572afc11e7106.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-9d52c690f1b3b666.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8be4b95ce6e63459.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25912024-10-11T18:34:51.724Z Dirty phf v0.11.2: the rustflags changed
25922024-10-11T18:34:51.724Z Compiling phf v0.11.2
25932024-10-11T18:34:51.727Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=8e35b99582fa2840 -C extra-filename=-8e35b99582fa2840 --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-471a15ddaebb70d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25942024-10-11T18:34:51.819Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=7faa8b9f3fdb477f -C extra-filename=-7faa8b9f3fdb477f --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-dd9d306c65b930d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63`
25952024-10-11T18:34:52.005Z Dirty whoami v1.5.2: the rustflags changed
25962024-10-11T18:34:52.005Z Compiling whoami v1.5.2
25972024-10-11T18:34:52.007Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="default"' --cfg 'feature="web"' --cfg 'feature="web-sys"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "web", "web-sys"))' --check-cfg 'cfg(daku)' -C metadata=481ec9f9cd50a9a2 -C extra-filename=-481ec9f9cd50a9a2 --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`
25982024-10-11T18:34:52.036Z Dirty camino v1.1.9: the rustflags changed
25992024-10-11T18:34:52.036Z Compiling camino v1.1.9
26002024-10-11T18:34:52.039Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=2abadfff710ca87e -C extra-filename=-2abadfff710ca87e --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-2abadfff710ca87e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26012024-10-11T18:34:52.662Z Dirty tokio-postgres v0.7.12: the rustflags changed
26022024-10-11T18:34:52.662Z Compiling tokio-postgres v0.7.12
26032024-10-11T18:34:52.665Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-postgres-0.7.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="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("array-impls", "default", "js", "runtime", "with-bit-vec-0_6", "with-chrono-0_4", "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=99de977838e45024 -C extra-filename=-99de977838e45024 --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-ac0f7a8996657ad1.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-99585d275a54a8fa.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-acd6c3528e857df4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9e460c6b16244ac3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-472720b9ff68b690.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-8e35b99582fa2840.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-2fd26a2562fa9180.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-e0c35fe68272df88.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-481ec9f9cd50a9a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26042024-10-11T18:34:52.686Z Compiling regress v0.10.1
26052024-10-11T18:34:52.689Z Dirty is-terminal v0.4.12: the rustflags changed
26062024-10-11T18:34:52.689Z Compiling is-terminal v0.4.12
26072024-10-11T18:34:52.689Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-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="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=a7d19cb8ffbbb668 -C extra-filename=-a7d19cb8ffbbb668 --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-c1d67db3a75f1d90.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26082024-10-11T18:34:52.690Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=be44762a43d64e7f -C extra-filename=-be44762a43d64e7f --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26092024-10-11T18:34:52.764Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-2abadfff710ca87e/build-script-build`
26102024-10-11T18:34:52.832Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=a2f887a005703d1f -C extra-filename=-a2f887a005703d1f --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-48906e914e9337d7.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)'`
26112024-10-11T18:34:52.855Z Dirty fastrand v2.1.1: the rustflags changed
26122024-10-11T18:34:52.855Z Compiling fastrand v2.1.1
26132024-10-11T18:34:52.857Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=021f1b051b6c63fa -C extra-filename=-021f1b051b6c63fa --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`
26142024-10-11T18:34:53.446Z Compiling unsafe-libyaml v0.2.11
26152024-10-11T18:34:53.449Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=5d82dd58b0184436 -C extra-filename=-5d82dd58b0184436 --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`
26162024-10-11T18:34:53.573Z Compiling ident_case v1.0.1
26172024-10-11T18:34:53.576Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ident_case --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=1f0a2acd79c1f241 -C extra-filename=-1f0a2acd79c1f241 --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`
26182024-10-11T18:34:53.598Z Compiling progenitor-client v0.8.0
26192024-10-11T18:34:53.601Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=996ede9d6db7d79b -C extra-filename=-996ede9d6db7d79b --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-5c4b9fa02fe9d354.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-158356caa281290b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
26202024-10-11T18:34:53.776Z Compiling darling_core v0.20.9
26212024-10-11T18:34:53.778Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.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="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=98db793054e6a4c9 -C extra-filename=-98db793054e6a4c9 --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-384dbe410948d0e9.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-1f0a2acd79c1f241.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-a1f7ddb01f1b033d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26222024-10-11T18:34:53.865Z Dirty dirs-sys-next v0.1.2: the rustflags changed
26232024-10-11T18:34:53.865Z Compiling dirs-sys-next v0.1.2
26242024-10-11T18:34:53.884Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=50e47a67884b79d4 -C extra-filename=-50e47a67884b79d4 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26252024-10-11T18:34:54.034Z Compiling toml v0.8.19
26262024-10-11T18:34:54.037Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=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="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=a9bdae69115a1990 -C extra-filename=-a9bdae69115a1990 --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-48906e914e9337d7.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-6a5c20d6e0b557a6.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-d9f4e0f5b039d12f.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-637d14a47e73fdaa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26272024-10-11T18:34:54.548Z Dirty dirs-next v2.0.0: the rustflags changed
26282024-10-11T18:34:54.548Z Compiling dirs-next v2.0.0
26292024-10-11T18:34:54.551Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=09a781331eb17ddc -C extra-filename=-09a781331eb17ddc --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-94faf137b493206b.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-50e47a67884b79d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26302024-10-11T18:34:54.757Z Compiling serde_yaml v0.9.34+deprecated
26312024-10-11T18:34:54.796Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f128fd3f2e34116a -C extra-filename=-f128fd3f2e34116a --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-549a53b00a4b21ce.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-c8748712d383e42f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-5d82dd58b0184436.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26322024-10-11T18:34:54.819Z Dirty gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475): the rustflags changed
26332024-10-11T18:34:54.819Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
26342024-10-11T18:34:54.822Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/9bbac47/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)' --check-cfg 'cfg(feature, values("default", "smoltcp", "std"))' -C metadata=fb64fc97cf5bba50 -C extra-filename=-fb64fc97cf5bba50 --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-21aef30ff9a49b69.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-430187c666bc43bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-e0e673c1858dfad6.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-c37f8fc7fd6689c8.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-7630d203038b9b62.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-037cedefd34ab122.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-822beb825b739198.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26352024-10-11T18:34:55.426Z Dirty term v0.7.0: the rustflags changed
26362024-10-11T18:34:55.426Z Compiling term v0.7.0
26372024-10-11T18:34:55.429Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default"))' -C metadata=d2b024c6cdb0145f -C extra-filename=-d2b024c6cdb0145f --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-09a781331eb17ddc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26382024-10-11T18:34:55.825Z Compiling paste v1.0.15
26392024-10-11T18:34:55.828Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=fe0fbfc06ab2594b -C extra-filename=-fe0fbfc06ab2594b --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-fe0fbfc06ab2594b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26402024-10-11T18:34:56.375Z Compiling typify-impl v0.2.0
26412024-10-11T18:34:56.379Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=741229daa01d53eb -C extra-filename=-741229daa01d53eb --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-830498e334c402a9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a7d19cb8ffbbb668.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-55862b4b1d68d132.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26422024-10-11T18:34:56.442Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-fe0fbfc06ab2594b/build-script-build`
26432024-10-11T18:34:56.521Z Dirty crossbeam-channel v0.5.12: the rustflags changed
26442024-10-11T18:34:56.521Z Compiling crossbeam-channel v0.5.12
26452024-10-11T18:34:56.523Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9f8fe1d87fa9a6f6 -C extra-filename=-9f8fe1d87fa9a6f6 --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-6f3b480f63e334a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26462024-10-11T18:34:56.913Z Dirty thread_local v1.1.8: the rustflags changed
26472024-10-11T18:34:56.913Z Compiling thread_local v1.1.8
26482024-10-11T18:34:56.915Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=31e87b9424f2815f -C extra-filename=-31e87b9424f2815f --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-94faf137b493206b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26492024-10-11T18:34:57.486Z Dirty slog-async v2.8.0: the rustflags changed
26502024-10-11T18:34:57.486Z Compiling slog-async v2.8.0
26512024-10-11T18:34:57.488Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=01c8cef20947d45b -C extra-filename=-01c8cef20947d45b --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-01c8cef20947d45b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26522024-10-11T18:34:57.612Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=4ec299dfa0e92da3 -C extra-filename=-4ec299dfa0e92da3 --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"))'`
26532024-10-11T18:34:57.677Z Compiling ipnetwork v0.20.0
26542024-10-11T18:34:57.679Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "serde"))' -C metadata=d9c55e29fa366405 -C extra-filename=-d9c55e29fa366405 --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-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26552024-10-11T18:34:58.109Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-01c8cef20947d45b/build-script-build`
26562024-10-11T18:34:58.183Z Dirty take_mut v0.2.2: the rustflags changed
26572024-10-11T18:34:58.183Z Compiling take_mut v0.2.2
26582024-10-11T18:34:58.201Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f9518271d040c7fa -C extra-filename=-f9518271d040c7fa --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`
26592024-10-11T18:34:58.349Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=584ba06da5147514 -C extra-filename=-584ba06da5147514 --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-9f8fe1d87fa9a6f6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-f9518271d040c7fa.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-31e87b9424f2815f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
26602024-10-11T18:34:58.381Z Dirty slog-term v2.9.1: the rustflags changed
26612024-10-11T18:34:58.381Z Compiling slog-term v2.9.1
26622024-10-11T18:34:58.384Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=42ef47a16e0d62a4 -C extra-filename=-42ef47a16e0d62a4 --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-be44762a43d64e7f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d2b024c6cdb0145f.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-31e87b9424f2815f.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26632024-10-11T18:34:58.620Z Compiling match_cfg v0.1.0
26642024-10-11T18:34:58.622Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=d9904ced2909ba3a -C extra-filename=-d9904ced2909ba3a --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`
26652024-10-11T18:34:58.726Z Compiling hostname v0.3.1
26662024-10-11T18:34:58.738Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=e7d282d0c72e90f8 -C extra-filename=-e7d282d0c72e90f8 --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-1b46dd66a7c6c3c6.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-d9904ced2909ba3a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26672024-10-11T18:34:58.920Z Compiling tempfile v3.13.0
26682024-10-11T18:34:58.923Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=d7cfab746a8cc4c9 -C extra-filename=-d7cfab746a8cc4c9 --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-94faf137b493206b.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-021f1b051b6c63fa.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-30d8b57c3d4d8836.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26692024-10-11T18:34:58.990Z Dirty strum_macros v0.26.4: the rustflags changed
26702024-10-11T18:34:58.991Z Compiling strum_macros v0.26.4
26712024-10-11T18:34:58.993Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=cb9582a11d781662 -C extra-filename=-cb9582a11d781662 --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-830498e334c402a9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-cd12841eafeed674.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26722024-10-11T18:34:59.016Z Compiling rustls v0.22.4
26732024-10-11T18:34:59.018Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=7a39c18fd3e98d58 -C extra-filename=-7a39c18fd3e98d58 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-7a39c18fd3e98d58 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26742024-10-11T18:34:59.389Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-7a39c18fd3e98d58/build-script-build`
26752024-10-11T18:34:59.398Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=4edd16aba6d0609f -C extra-filename=-4edd16aba6d0609f --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-31bde78633f57151.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2fefae8d752d7a3a.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-d5af560903623034.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out`
26762024-10-11T18:34:59.562Z Compiling newtype-uuid v1.1.0
26772024-10-11T18:34:59.565Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype-uuid-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "schemars08", "serde", "std", "v4"))' -C metadata=31ac23f604d0b3af -C extra-filename=-31ac23f604d0b3af --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-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26782024-10-11T18:34:59.653Z Compiling multer v3.1.0
26792024-10-11T18:34:59.656Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=b0c2a76b3dbdbc46 -C extra-filename=-b0c2a76b3dbdbc46 --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-b0c2a76b3dbdbc46 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26802024-10-11T18:34:59.789Z Compiling debug-ignore v1.0.5
26812024-10-11T18:34:59.792Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=f8d6e08c22f4130f -C extra-filename=-f8d6e08c22f4130f --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`
26822024-10-11T18:34:59.854Z Compiling slog-json v2.6.1
26832024-10-11T18:34:59.857Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=4ed4f7efce66511f -C extra-filename=-4ed4f7efce66511f --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-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26842024-10-11T18:34:59.934Z Compiling async-stream-impl v0.3.5
26852024-10-11T18:34:59.937Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.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)' --check-cfg 'cfg(feature, values())' -C metadata=f19f1d6920a264c3 -C extra-filename=-f19f1d6920a264c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26862024-10-11T18:35:00.006Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-b0c2a76b3dbdbc46/build-script-build`
26872024-10-11T18:35:00.077Z Compiling structmeta-derive v0.3.0
26882024-10-11T18:35:01.097Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=6c3c81742b2bc0e0 -C extra-filename=-6c3c81742b2bc0e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26892024-10-11T18:35:01.101Z Compiling dropshot v0.12.0
26902024-10-11T18:35:01.101Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-0.12.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=63e0d2c1df7453d2 -C extra-filename=-63e0d2c1df7453d2 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-63e0d2c1df7453d2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26912024-10-11T18:35:01.101Z Compiling instant v0.1.12
26922024-10-11T18:35:01.101Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.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)' --check-cfg 'cfg(feature, values("inaccurate", "js-sys", "now", "stdweb", "wasm-bindgen", "wasm-bindgen_rs", "web-sys"))' -C metadata=4d9fb3cc79b503f7 -C extra-filename=-4d9fb3cc79b503f7 --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-94faf137b493206b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26932024-10-11T18:35:01.101Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-63e0d2c1df7453d2/build-script-build`
26942024-10-11T18:35:01.101Z Compiling slog-bunyan v2.5.0
26952024-10-11T18:35:01.101Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=33c97d642638f64c -C extra-filename=-33c97d642638f64c --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-e7d282d0c72e90f8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-4ed4f7efce66511f.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26962024-10-11T18:35:01.101Z Compiling darling_macro v0.20.9
26972024-10-11T18:35:01.101Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.20.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)' --check-cfg 'cfg(feature, values())' -C metadata=213b31be0af35f4a -C extra-filename=-213b31be0af35f4a --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-98db793054e6a4c9.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26982024-10-11T18:35:01.101Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=16bc4a1f408a1d7f -C extra-filename=-16bc4a1f408a1d7f --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-5c4b9fa02fe9d354.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-036e08876869b21a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9e460c6b16244ac3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-4ceb8996510f7f6e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-74bdd973ffb0df66.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26992024-10-11T18:35:01.480Z Compiling async-stream v0.3.5
27002024-10-11T18:35:01.515Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-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)' --check-cfg 'cfg(feature, values())' -C metadata=38c1110789068ee4 -C extra-filename=-38c1110789068ee4 --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-f19f1d6920a264c3.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27012024-10-11T18:35:01.741Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27022024-10-11T18:35:01.745Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=71e48706ee22d8e7 -C extra-filename=-71e48706ee22d8e7 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-71e48706ee22d8e7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-ba6ae25d4c981213.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-ccd418511fd0e494.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-f1815429b9cc9059.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-43a44750c8116f3c.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-f27c634c8e28190b.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a4c480c9db0b285d.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-e992fadcca1ed6f2.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-21aef30ff9a49b69.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-0b179f319982781a.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-43b8f6db9526eca9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-555deb2ec3108d6d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-60cd29cf005e63af.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-d203535d0c6e9365.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4d36d7576c2a65fc.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c305da7ac85d23b9.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-918ec9bc5257f5e2.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-a418bd8a5db45e62.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-501ad26f330841d9.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-51799860d4566239.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-235b3a3c205d41a5.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-e486a8fad7c06591.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-de11a116d7f7dd1f.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-c1aa6d2350b74cba.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7faa8b9f3fdb477f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-acd6c3528e857df4.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7739957597c73f63.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-0af99bb190aa0ae2.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9e460c6b16244ac3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-52e4c3f9ee248b43.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-b050ca61f382ec87.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d28686e858e4e4e9.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-c1d67db3a75f1d90.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a51fbaf6ad0155f5.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-5057ff9d5c9d9dda.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ac08d35180befde9.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ab72fc57583364c6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-c0fd835969271114.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-197a32e1da667e01.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb69c56d84ec7036.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-cabd6990d00654d2.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-7ebffa2b30e78119.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-a720034d2cb4e287.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-19a28b98cd1da8cc.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-1b1cee02430f185f.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-1b50779845f357a9.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-f68472f095c24de4.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-1be604d6afb67b30.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-e0c35fe68272df88.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-457abf17ed177e26.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-fcd8ea28b6b8ac77.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-7d938304ceffab4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-7c7a320ed304c137.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-30d8b57c3d4d8836.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ca94a252ff86685f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-5380524236143168.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-2712abd079d598ef.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rlib --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-b93e58a224b7bbd5.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-fb7801688e79354e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a035c1879c20c011.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1168198b55bce6f0.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-fe135c41e946333f.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0d360051f0406bd4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8f73071bde3a3bcf.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-d9f4e0f5b039d12f.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-76833568d688233a.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-637d14a47e73fdaa.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5d14c09c813b8c42.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-773c324f50696e3f.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-4a828090b584bc69.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-380826a9f3294c5e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-74ca2944f94ebadf.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-0862912828a0150a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
27032024-10-11T18:35:01.812Z Compiling dropshot_endpoint v0.12.0
27042024-10-11T18:35:01.815Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot_endpoint-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 '--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(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=33323ea87390981d -C extra-filename=-33323ea87390981d --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-830498e334c402a9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-f32ebe206649a34b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27052024-10-11T18:35:02.025Z Compiling darling v0.20.9
27062024-10-11T18:35:02.028Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.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="suggestions"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=e9183058d3ccdfdf -C extra-filename=-e9183058d3ccdfdf --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-98db793054e6a4c9.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-213b31be0af35f4a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27072024-10-11T18:35:02.090Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-71e48706ee22d8e7/build-script-build`
27082024-10-11T18:35:02.113Z Compiling serde_path_to_error v0.1.16
27092024-10-11T18:35:02.116Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6f908aa0e4b5d91a -C extra-filename=-6f908aa0e4b5d91a --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-4cb0fb6bacfafb96.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27102024-10-11T18:35:02.144Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2015 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=530b9ad60d2871e4 -C extra-filename=-530b9ad60d2871e4 --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-ba6ae25d4c981213.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-ccd418511fd0e494.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-f1815429b9cc9059.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-43a44750c8116f3c.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-f27c634c8e28190b.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a4c480c9db0b285d.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-e992fadcca1ed6f2.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-21aef30ff9a49b69.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-0b179f319982781a.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-555deb2ec3108d6d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-60cd29cf005e63af.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-d203535d0c6e9365.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4d36d7576c2a65fc.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c305da7ac85d23b9.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-918ec9bc5257f5e2.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-a418bd8a5db45e62.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-501ad26f330841d9.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-51799860d4566239.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-235b3a3c205d41a5.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-e486a8fad7c06591.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-de11a116d7f7dd1f.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-c1aa6d2350b74cba.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7faa8b9f3fdb477f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-acd6c3528e857df4.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7739957597c73f63.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-0af99bb190aa0ae2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9e460c6b16244ac3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-52e4c3f9ee248b43.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-b050ca61f382ec87.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d28686e858e4e4e9.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-c1d67db3a75f1d90.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a51fbaf6ad0155f5.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-5057ff9d5c9d9dda.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ac08d35180befde9.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ab72fc57583364c6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-c0fd835969271114.rmeta --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-197a32e1da667e01.rmeta --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb69c56d84ec7036.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-cabd6990d00654d2.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-7ebffa2b30e78119.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-a720034d2cb4e287.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-19a28b98cd1da8cc.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-1b1cee02430f185f.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-1b50779845f357a9.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-f68472f095c24de4.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-1be604d6afb67b30.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-e0c35fe68272df88.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-457abf17ed177e26.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-fcd8ea28b6b8ac77.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-7d938304ceffab4a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-7c7a320ed304c137.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-30d8b57c3d4d8836.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ca94a252ff86685f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-5380524236143168.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-2712abd079d598ef.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-b93e58a224b7bbd5.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-fb7801688e79354e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a035c1879c20c011.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0d360051f0406bd4.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8f73071bde3a3bcf.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-d9f4e0f5b039d12f.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-76833568d688233a.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-637d14a47e73fdaa.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5d14c09c813b8c42.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-773c324f50696e3f.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-380826a9f3294c5e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-74ca2944f94ebadf.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-0862912828a0150a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
27112024-10-11T18:35:02.168Z Compiling serde_with_macros v3.9.0
27122024-10-11T18:35:02.171Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with_macros-3.9.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(docsrs)' --check-cfg 'cfg(feature, values("schemars_0_8"))' -C metadata=c03c7efb4b2e8b12 -C extra-filename=-c03c7efb4b2e8b12 --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-e9183058d3ccdfdf.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27132024-10-11T18:35:02.261Z Compiling regress v0.9.1
27142024-10-11T18:35:02.263Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-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="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=74ea3d98009118ae -C extra-filename=-74ea3d98009118ae --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-c1d67db3a75f1d90.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27152024-10-11T18:35:02.959Z Compiling waitgroup v0.1.2
27162024-10-11T18:35:02.962Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c6992fbdcfd8dfd4 -C extra-filename=-c6992fbdcfd8dfd4 --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-0226d346e4689e13.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27172024-10-11T18:35:03.170Z Compiling hostname v0.4.0
27182024-10-11T18:35:03.170Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=f05b37f1d6d64d48 -C extra-filename=-f05b37f1d6d64d48 --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-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27192024-10-11T18:35:03.269Z Compiling structmeta v0.3.0
27202024-10-11T18:35:03.272Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=efe7670d2d36e3ec -C extra-filename=-efe7670d2d36e3ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-6c3c81742b2bc0e0.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27212024-10-11T18:35:03.470Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
27222024-10-11T18:35:03.530Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/git/checkouts/oxnet-5e61f09626980c60/2612d22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "schemars", "serde", "std"))' -C metadata=6132560e4e4dbf8f -C extra-filename=-6132560e4e4dbf8f --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-d9c55e29fa366405.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27232024-10-11T18:35:03.738Z Compiling tokio-rustls v0.25.0
27242024-10-11T18:35:03.741Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=ad189eb9e5fe7ac2 -C extra-filename=-ad189eb9e5fe7ac2 --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-4edd16aba6d0609f.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2fefae8d752d7a3a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out`
27252024-10-11T18:35:04.166Z Compiling parse-display-derive v0.10.0
27262024-10-11T18:35:04.172Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=6cc1cfd8a849641c -C extra-filename=-6cc1cfd8a849641c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-7d938304ceffab4a.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-efe7670d2d36e3ec.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27272024-10-11T18:35:04.202Z Compiling quick-error v1.2.3
27282024-10-11T18:35:04.238Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name quick_error --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=5a51933d224a7ea6 -C extra-filename=-5a51933d224a7ea6 --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`
27292024-10-11T18:35:04.248Z Dirty strum v0.26.3: the rustflags changed
27302024-10-11T18:35:04.248Z Compiling strum v0.26.3
27312024-10-11T18:35:04.251Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=933046853585c7b6 -C extra-filename=-933046853585c7b6 --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-cb9582a11d781662.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27322024-10-11T18:35:04.346Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27332024-10-11T18:35:04.349Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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)' --check-cfg 'cfg(feature, values("default", "schemars", "schemars08", "serde", "std", "uuid-v4"))' -C metadata=fec8f99d73d3d9f1 -C extra-filename=-fec8f99d73d3d9f1 --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-31ac23f604d0b3af.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27342024-10-11T18:35:04.426Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27352024-10-11T18:35:04.429Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/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)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=a02e80479fb193ac -C extra-filename=-a02e80479fb193ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27362024-10-11T18:35:04.675Z Compiling backoff v0.4.0
27372024-10-11T18:35:04.678Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("async-std", "async_std_1", "default", "futures", "futures-core", "pin-project-lite", "tokio", "tokio_1", "wasm-bindgen"))' -C metadata=4e837b6a185b9e4c -C extra-filename=-4e837b6a185b9e4c --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-5c0c6b13016b0cbd.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-b050ca61f382ec87.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-4d9fb3cc79b503f7.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27382024-10-11T18:35:05.006Z Compiling macaddr v1.0.1
27392024-10-11T18:35:05.009Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=6c04ac8a26fb48a9 -C extra-filename=-6c04ac8a26fb48a9 --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-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27402024-10-11T18:35:05.346Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27412024-10-11T18:35:05.346Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/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)' --check-cfg 'cfg(feature, values("derive", "erased-serde", "nested-values", "serde", "slog-error-chain-derive"))' -C metadata=5647b4e5ad3aa711 -C extra-filename=-5647b4e5ad3aa711 --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-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-a02e80479fb193ac.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27422024-10-11T18:35:05.397Z Compiling serde_with v3.9.0
27432024-10-11T18:35:05.401Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=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' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "base64", "chrono", "chrono_0_4", "default", "guide", "hashbrown_0_14", "hex", "indexmap", "indexmap_1", "indexmap_2", "json", "macros", "schemars_0_8", "std", "time_0_3"))' -C metadata=ab448efa2d8ee551 -C extra-filename=-ab448efa2d8ee551 --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-48906e914e9337d7.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5727d84b3387f945.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-c03c7efb4b2e8b12.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27442024-10-11T18:35:05.455Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27452024-10-11T18:35:05.458Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d9078d40c145551c -C extra-filename=-d9078d40c145551c --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-530b9ad60d2871e4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
27462024-10-11T18:35:05.516Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27472024-10-11T18:35:05.519Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/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)' --check-cfg 'cfg(feature, values())' -C metadata=15f3581ce9224907 -C extra-filename=-15f3581ce9224907 --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-4d6bf62383587a1b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27482024-10-11T18:35:05.672Z Compiling wait-timeout v0.2.0
27492024-10-11T18:35:05.674Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=32e63b1de861798b -C extra-filename=-32e63b1de861798b --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27502024-10-11T18:35:06.277Z Compiling rusty-fork v0.3.0
27512024-10-11T18:35:06.280Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "timeout", "wait-timeout"))' -C metadata=2fcfbb0f6b580069 -C extra-filename=-2fcfbb0f6b580069 --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-384dbe410948d0e9.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-5a51933d224a7ea6.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-32e63b1de861798b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27522024-10-11T18:35:06.330Z Compiling structmeta-derive v0.2.0
27532024-10-11T18:35:06.333Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-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)' --check-cfg 'cfg(feature, values())' -C metadata=4369cde043334893 -C extra-filename=-4369cde043334893 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27542024-10-11T18:35:06.465Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-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 '--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' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=6986dc787002ec30 -C extra-filename=-6986dc787002ec30 --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-38c1110789068ee4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-33323ea87390981d.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-5569ff5eb631ad8f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-f05b37f1d6d64d48.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-112c7170937fa33c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ab72fc57583364c6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-16bc4a1f408a1d7f.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4edd16aba6d0609f.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-5380524236143168.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-6f908aa0e4b5d91a.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-158356caa281290b.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-2712abd079d598ef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-33c97d642638f64c.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-4ed4f7efce66511f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ad189eb9e5fe7ac2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-c6992fbdcfd8dfd4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out`
27552024-10-11T18:35:07.038Z Compiling rand_xorshift v0.3.0
27562024-10-11T18:35:07.041Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("serde", "serde1"))' -C metadata=e5d67a1406e679f5 -C extra-filename=-e5d67a1406e679f5 --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-8b13f8510d518754.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27572024-10-11T18:35:07.352Z Compiling unarray v0.1.4
27582024-10-11T18:35:07.355Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=902f42438c2f18fe -C extra-filename=-902f42438c2f18fe --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`
27592024-10-11T18:35:07.374Z Compiling camino-tempfile v1.1.1
27602024-10-11T18:35:07.377Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=61be9b4e601fb30d -C extra-filename=-61be9b4e601fb30d --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-a2f887a005703d1f.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27612024-10-11T18:35:07.506Z Compiling proptest v1.5.0
27622024-10-11T18:35:07.508Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-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 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)' --check-cfg 'cfg(feature, values("alloc", "atomic64bit", "attr-macro", "bit-set", "default", "default-code-coverage", "fork", "hardware-rng", "lazy_static", "proptest-macro", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable", "x86"))' -C metadata=a8efcaa015a8570e -C extra-filename=-a8efcaa015a8570e --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-f27c634c8e28190b.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a4c480c9db0b285d.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-21aef30ff9a49b69.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-2667bd39ef37db11.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-e5d67a1406e679f5.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-7d938304ceffab4a.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-2fcfbb0f6b580069.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-902f42438c2f18fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27632024-10-11T18:35:07.860Z Dirty proc-macro-error-attr v1.0.4: the rustflags changed
27642024-10-11T18:35:07.860Z Compiling proc-macro-error-attr v1.0.4
27652024-10-11T18:35:07.865Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=5d000a157274cd67 -C extra-filename=-5d000a157274cd67 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-5d000a157274cd67 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27662024-10-11T18:35:08.273Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-5d000a157274cd67/build-script-build`
27672024-10-11T18:35:08.349Z Dirty proc-macro-error v1.0.4: the rustflags changed
27682024-10-11T18:35:08.349Z Compiling proc-macro-error v1.0.4
27692024-10-11T18:35:08.352Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=a4bca8a215788b67 -C extra-filename=-a4bca8a215788b67 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-a4bca8a215788b67 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27702024-10-11T18:35:08.750Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-a4bca8a215788b67/build-script-build`
27712024-10-11T18:35:08.905Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e6b9014390085340 -C extra-filename=-e6b9014390085340 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27722024-10-11T18:35:09.249Z Compiling parse-display v0.10.0
27732024-10-11T18:35:09.253Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "docs", "regex", "regex-syntax", "std"))' -C metadata=a226eb8ffa208e03 -C extra-filename=-a226eb8ffa208e03 --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-6cc1cfd8a849641c.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-7d938304ceffab4a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27742024-10-11T18:35:09.503Z Compiling proc-macro-crate v1.3.1
27752024-10-11T18:35:09.516Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=ac05b589e38af3b8 -C extra-filename=-ac05b589e38af3b8 --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-d381d90b77512a0f.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-76833568d688233a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27762024-10-11T18:35:09.516Z Compiling structmeta v0.2.0
27772024-10-11T18:35:09.516Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-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)' --check-cfg 'cfg(feature, values())' -C metadata=ad1c77e96a304ba9 -C extra-filename=-ad1c77e96a304ba9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-4369cde043334893.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27782024-10-11T18:35:09.611Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27792024-10-11T18:35:09.614Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/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)' --check-cfg 'cfg(feature, values())' -C metadata=d7e5a9887b0b0e8e -C extra-filename=-d7e5a9887b0b0e8e --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-d7e5a9887b0b0e8e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27802024-10-11T18:35:09.825Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=3d28735e88be0cbe -C extra-filename=-3d28735e88be0cbe --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-e6b9014390085340.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1168198b55bce6f0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
27812024-10-11T18:35:09.906Z Compiling test-strategy v0.3.1
27822024-10-11T18:35:09.909Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/test-strategy-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6d367ed7b6751a30 -C extra-filename=-6d367ed7b6751a30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-ad1c77e96a304ba9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27832024-10-11T18:35:09.928Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27842024-10-11T18:35:09.931Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/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)' --check-cfg 'cfg(feature, values())' -C metadata=525ace519d3346b6 -C extra-filename=-525ace519d3346b6 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-525ace519d3346b6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27852024-10-11T18:35:10.040Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-d7e5a9887b0b0e8e/build-script-build`
27862024-10-11T18:35:10.073Z Compiling foreign-types-macros v0.2.3
27872024-10-11T18:35:10.077Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std"))' -C metadata=dcdd4aae1cb4c454 -C extra-filename=-dcdd4aae1cb4c454 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27882024-10-11T18:35:10.276Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-525ace519d3346b6/build-script-build`
27892024-10-11T18:35:10.308Z Compiling foreign-types-shared v0.3.1
27902024-10-11T18:35:10.311Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=62e6d3d49a368cf7 -C extra-filename=-62e6d3d49a368cf7 --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`
27912024-10-11T18:35:10.386Z Compiling num_enum_derive v0.5.11
27922024-10-11T18:35:10.389Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=35ba62f0a5f6ea52 -C extra-filename=-35ba62f0a5f6ea52 --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-ac05b589e38af3b8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1168198b55bce6f0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27932024-10-11T18:35:10.432Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/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)' --check-cfg 'cfg(feature, values())' -C metadata=66564d91ab6f2ef3 -C extra-filename=-66564d91ab6f2ef3 --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`
27942024-10-11T18:35:10.533Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/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)' --check-cfg 'cfg(feature, values())' -C metadata=0294cfe81e15398b -C extra-filename=-0294cfe81e15398b --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`
27952024-10-11T18:35:10.599Z Compiling tabwriter v1.4.0
27962024-10-11T18:35:10.602Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("ansi_formatting", "default"))' -C metadata=36b664ce9afcce98 -C extra-filename=-36b664ce9afcce98 --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-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27972024-10-11T18:35:10.720Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27982024-10-11T18:35:10.722Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/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)' --check-cfg 'cfg(feature, values())' -C metadata=b89272ebaf272a25 -C extra-filename=-b89272ebaf272a25 --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-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1168198b55bce6f0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27992024-10-11T18:35:11.109Z Compiling cstr-argument v0.1.2
28002024-10-11T18:35:11.112Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=aab9cf1341f27a2e -C extra-filename=-aab9cf1341f27a2e --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-94faf137b493206b.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28012024-10-11T18:35:11.373Z Compiling pretty-hex v0.2.1
28022024-10-11T18:35:11.377Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=27176efeb89a212c -C extra-filename=-27176efeb89a212c --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`
28032024-10-11T18:35:11.568Z Compiling colored v2.1.0
28042024-10-11T18:35:11.571Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-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)' --check-cfg 'cfg(feature, values("no-color"))' -C metadata=6166f879ac927c99 -C extra-filename=-6166f879ac927c99 --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-4058c7340bf7b5f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28052024-10-11T18:35:11.592Z Compiling foreign-types v0.5.0
28062024-10-11T18:35:11.592Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=bab5da093ec8a7e5 -C extra-filename=-bab5da093ec8a7e5 --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-dcdd4aae1cb4c454.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-62e6d3d49a368cf7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28072024-10-11T18:35:11.707Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28082024-10-11T18:35:11.709Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/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)' --check-cfg 'cfg(feature, values())' -C metadata=13efa1c0b407561d -C extra-filename=-13efa1c0b407561d --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-aab9cf1341f27a2e.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-bab5da093ec8a7e5.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-0294cfe81e15398b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28092024-10-11T18:35:11.727Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28102024-10-11T18:35:11.759Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/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)' --check-cfg 'cfg(feature, values())' -C metadata=e23ddc9599591166 -C extra-filename=-e23ddc9599591166 --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-1b46dd66a7c6c3c6.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-b89272ebaf272a25.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28112024-10-11T18:35:11.890Z Compiling smf v0.2.3
28122024-10-11T18:35:11.900Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=5345a57482515560 -C extra-filename=-5345a57482515560 --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-1451ba30358d114d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28132024-10-11T18:35:12.293Z Compiling crucible-workspace-hack v0.1.0
28142024-10-11T18:35:12.296Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=7bb6db9d5be3b93a -C extra-filename=-7bb6db9d5be3b93a --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-7bb6db9d5be3b93a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28152024-10-11T18:35:12.350Z Compiling termtree v0.4.1
28162024-10-11T18:35:12.352Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termtree-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)' --check-cfg 'cfg(feature, values())' -C metadata=3f580d41a8e4e74f -C extra-filename=-3f580d41a8e4e74f --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`
28172024-10-11T18:35:12.578Z Compiling heapless v0.8.0
28182024-10-11T18:35:12.581Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=e556d1dbcfabb7d1 -C extra-filename=-e556d1dbcfabb7d1 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-e556d1dbcfabb7d1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28192024-10-11T18:35:12.639Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-7bb6db9d5be3b93a/build-script-build`
28202024-10-11T18:35:12.670Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=8df2ed83fa4c112a -C extra-filename=-8df2ed83fa4c112a --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`
28212024-10-11T18:35:12.778Z Compiling predicates-tree v1.0.9
28222024-10-11T18:35:12.781Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-tree-1.0.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)' --check-cfg 'cfg(feature, values())' -C metadata=e26635fc8c38883b -C extra-filename=-e26635fc8c38883b --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-010f1331228f9ea5.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-3f580d41a8e4e74f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28232024-10-11T18:35:13.279Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-e556d1dbcfabb7d1/build-script-build`
28242024-10-11T18:35:13.281Z Compiling hash32 v0.3.1
28252024-10-11T18:35:13.281Z Compiling num_enum v0.5.11
28262024-10-11T18:35:13.297Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=4832032344ca634d -C extra-filename=-4832032344ca634d --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-325983a483f82094.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28272024-10-11T18:35:13.300Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=4addeab23f782a3a -C extra-filename=-4addeab23f782a3a --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-35ba62f0a5f6ea52.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28282024-10-11T18:35:13.357Z Compiling smoltcp v0.11.0
28292024-10-11T18:35:13.357Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=8932ed320cfb35a5 -C extra-filename=-8932ed320cfb35a5 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-8932ed320cfb35a5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28302024-10-11T18:35:13.451Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28312024-10-11T18:35:13.454Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/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)' --check-cfg 'cfg(feature, values())' -C metadata=5a2736d696c1e6eb -C extra-filename=-5a2736d696c1e6eb --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-1b46dd66a7c6c3c6.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-66564d91ab6f2ef3.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-4addeab23f782a3a.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-27176efeb89a212c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28322024-10-11T18:35:13.533Z Compiling cobs v0.2.3
28332024-10-11T18:35:13.536Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=e7a06af4cb4d7afa -C extra-filename=-e7a06af4cb4d7afa --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`
28342024-10-11T18:35:13.558Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=b9ac8a798b087133 -C extra-filename=-b9ac8a798b087133 --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-4832032344ca634d.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-d8344a76eab0acab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28352024-10-11T18:35:13.817Z Compiling base64 v0.21.7
28362024-10-11T18:35:13.821Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=a2ffa63167802121 -C extra-filename=-a2ffa63167802121 --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`
28372024-10-11T18:35:13.840Z Compiling embedded-io v0.4.0
28382024-10-11T18:35:13.858Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name embedded_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-io-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="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async", "defmt", "futures", "log", "std", "tokio"))' -C metadata=443730149b1d4047 -C extra-filename=-443730149b1d4047 --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`
28392024-10-11T18:35:14.056Z Compiling postcard v1.0.8
28402024-10-11T18:35:14.060Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="embedded-io"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "const_format", "crc", "default", "defmt", "embedded-io", "experimental-derive", "heapless", "heapless-cas", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=c46c8728efaaeebc -C extra-filename=-c46c8728efaaeebc --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-e7a06af4cb4d7afa.rmeta --extern embedded_io=/work/oxidecomputer/omicron/target/debug/deps/libembedded_io-443730149b1d4047.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28412024-10-11T18:35:14.082Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
28422024-10-11T18:35:14.100Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/f3002b3/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)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=6dfe4ebb06f19d7f -C extra-filename=-6dfe4ebb06f19d7f --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-6dfe4ebb06f19d7f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28432024-10-11T18:35:14.152Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-8932ed320cfb35a5/build-script-build`
28442024-10-11T18:35:14.187Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
28452024-10-11T18:35:14.190Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/f3002b3/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)' --check-cfg 'cfg(feature, values("default", "kernel"))' -C metadata=12138e8c068a750e -C extra-filename=-12138e8c068a750e --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`
28462024-10-11T18:35:14.365Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
28472024-10-11T18:35:14.368Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/f3002b3/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)' --check-cfg 'cfg(feature, values())' -C metadata=3bcfbc90e827f561 -C extra-filename=-3bcfbc90e827f561 --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-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28482024-10-11T18:35:14.469Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-6dfe4ebb06f19d7f/build-script-build`
28492024-10-11T18:35:14.544Z Compiling sigpipe v0.1.3
28502024-10-11T18:35:14.544Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sigpipe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=955f100085ab1813 -C extra-filename=-955f100085ab1813 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28512024-10-11T18:35:14.589Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=602d7e1333826dc3 -C extra-filename=-602d7e1333826dc3 --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-e992fadcca1ed6f2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-b9ac8a798b087133.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-7ebffa2b30e78119.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28522024-10-11T18:35:14.645Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
28532024-10-11T18:35:14.648Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/4ceaf96/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)' --check-cfg 'cfg(feature, values())' -C metadata=03b8ac6ea3fd311e -C extra-filename=-03b8ac6ea3fd311e --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-03b8ac6ea3fd311e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28542024-10-11T18:35:14.668Z Compiling mockall_derive v0.13.0
28552024-10-11T18:35:14.689Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.13.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly_derive"))' -C metadata=840718ae530a1b62 -C extra-filename=-840718ae530a1b62 --out-dir /work/oxidecomputer/omicron/target/debug/build/mockall_derive-840718ae530a1b62 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28562024-10-11T18:35:14.809Z Compiling typify-macro v0.2.0
28572024-10-11T18:35:14.812Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c0dab42190cb1824 -C extra-filename=-c0dab42190cb1824 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-f32ebe206649a34b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-741229daa01d53eb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28582024-10-11T18:35:14.833Z Compiling socket2 v0.4.10
28592024-10-11T18:35:14.835Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=7c6d672330db8c70 -C extra-filename=-7c6d672330db8c70 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28602024-10-11T18:35:14.990Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-03b8ac6ea3fd311e/build-script-build`
28612024-10-11T18:35:15.013Z Running `/work/oxidecomputer/omicron/target/debug/build/mockall_derive-840718ae530a1b62/build-script-build`
28622024-10-11T18:35:15.033Z Compiling same-file v1.0.6
28632024-10-11T18:35:15.036Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=9239fd0f0a5434c0 -C extra-filename=-9239fd0f0a5434c0 --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`
28642024-10-11T18:35:15.055Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28652024-10-11T18:35:15.058Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name poptrie --edition=2021 /home/build/.cargo/git/checkouts/poptrie-46bdf39ddc5f7ef1/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)' --check-cfg 'cfg(feature, values())' -C metadata=1bcf0f2aa9b53959 -C extra-filename=-1bcf0f2aa9b53959 --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`
28662024-10-11T18:35:15.328Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/4ceaf96/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)' --check-cfg 'cfg(feature, values())' -C metadata=6a55f139022f1ca3 -C extra-filename=-6a55f139022f1ca3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-5a2736d696c1e6eb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-4addeab23f782a3a.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-13efa1c0b407561d.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-0294cfe81e15398b.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-e23ddc9599591166.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-7c6d672330db8c70.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5d14c09c813b8c42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
28672024-10-11T18:35:15.387Z Compiling walkdir v2.5.0
28682024-10-11T18:35:15.389Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=321402a375879e82 -C extra-filename=-321402a375879e82 --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-9239fd0f0a5434c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28692024-10-11T18:35:15.410Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mockall_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly_derive"))' -C metadata=59d8980016a1043b -C extra-filename=-59d8980016a1043b --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-94faf137b493206b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(reprocheck)'`
28702024-10-11T18:35:15.652Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28712024-10-11T18:35:15.655Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e1e288059d9c195a -C extra-filename=-e1e288059d9c195a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-955f100085ab1813.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
28722024-10-11T18:35:15.736Z Compiling zone_cfg_derive v0.3.0
28732024-10-11T18:35:15.744Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f1fa0740eb7e10b9 -C extra-filename=-f1fa0740eb7e10b9 --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-64fe453a3f9fcd4a.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-3d28735e88be0cbe.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1168198b55bce6f0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28742024-10-11T18:35:16.173Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
28752024-10-11T18:35:16.175Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/11371b0/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)' --check-cfg 'cfg(feature, values())' -C metadata=bbe66dd0c81e261a -C extra-filename=-bbe66dd0c81e261a --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-1b46dd66a7c6c3c6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28762024-10-11T18:35:16.651Z Compiling num-derive v0.4.2
28772024-10-11T18:35:16.653Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=14c7d13945fbebe4 -C extra-filename=-14c7d13945fbebe4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28782024-10-11T18:35:16.843Z Compiling downcast v0.11.0
28792024-10-11T18:35:16.886Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name downcast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=4fcc4acd430b883f -C extra-filename=-4fcc4acd430b883f --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`
28802024-10-11T18:35:17.088Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28812024-10-11T18:35:17.091Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=a3fc801a6ca21997 -C extra-filename=-a3fc801a6ca21997 --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-a3fc801a6ca21997 -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28822024-10-11T18:35:17.449Z Compiling fragile v2.0.0
28832024-10-11T18:35:17.452Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fragile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fragile-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)' --check-cfg 'cfg(feature, values("slab"))' -C metadata=d2f257ecbd91aeaa -C extra-filename=-d2f257ecbd91aeaa --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`
28842024-10-11T18:35:17.471Z Compiling zone v0.3.0
28852024-10-11T18:35:17.475Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-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="async"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "default", "sync"))' -C metadata=0c3f216cf9048aab -C extra-filename=-0c3f216cf9048aab --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-197a32e1da667e01.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-f1fa0740eb7e10b9.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28862024-10-11T18:35:18.087Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
28872024-10-11T18:35:18.090Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/f3002b3/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)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "std"))' -C metadata=bb9aa30021520819 -C extra-filename=-bb9aa30021520819 --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-12138e8c068a750e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-c46c8728efaaeebc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-602d7e1333826dc3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28882024-10-11T18:35:19.099Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-a3fc801a6ca21997/build-script-build`
28892024-10-11T18:35:19.121Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
28902024-10-11T18:35:19.138Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/11371b0/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)' --check-cfg 'cfg(feature, values())' -C metadata=836cfe3735c20c7d -C extra-filename=-836cfe3735c20c7d --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-bbe66dd0c81e261a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28912024-10-11T18:35:19.146Z Dirty xattr v1.3.1: the rustflags changed
28922024-10-11T18:35:19.146Z Compiling xattr v1.3.1
28932024-10-11T18:35:19.149Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "unsupported"))' -C metadata=c8359a13a0014ce5 -C extra-filename=-c8359a13a0014ce5 --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-30d8b57c3d4d8836.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28942024-10-11T18:35:19.236Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
28952024-10-11T18:35:19.239Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2b88ab8/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)' --check-cfg 'cfg(feature, values())' -C metadata=52357a1ecef61216 -C extra-filename=-52357a1ecef61216 --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-8df2ed83fa4c112a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-14c7d13945fbebe4.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28962024-10-11T18:35:19.383Z Dirty filetime v0.2.25: the rustflags changed
28972024-10-11T18:35:19.383Z Compiling filetime v0.2.25
28982024-10-11T18:35:19.386Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=65322f84cd556c62 -C extra-filename=-65322f84cd556c62 --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-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28992024-10-11T18:35:19.407Z Compiling atomicwrites v0.4.4
29002024-10-11T18:35:19.407Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a68c8ac5ba7f8431 -C extra-filename=-a68c8ac5ba7f8431 --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-30d8b57c3d4d8836.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29012024-10-11T18:35:19.565Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/f3002b3/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)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=3726173007752771 -C extra-filename=-3726173007752771 --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-94faf137b493206b.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5859d1b7689bc278.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-12138e8c068a750e.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-3bcfbc90e827f561.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-bb9aa30021520819.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-c46c8728efaaeebc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-602d7e1333826dc3.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-36b664ce9afcce98.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)'`
29022024-10-11T18:35:19.717Z Compiling typify v0.2.0
29032024-10-11T18:35:19.722Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=1a7c3c6698133c0e -C extra-filename=-1a7c3c6698133c0e --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-741229daa01d53eb.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-c0dab42190cb1824.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29042024-10-11T18:35:19.740Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
29052024-10-11T18:35:19.761Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/f3002b3/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)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=3c35e5265fe3351b -C extra-filename=-3c35e5265fe3351b --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-94faf137b493206b.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-12138e8c068a750e.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-3726173007752771.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-1bcf0f2aa9b53959.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-602d7e1333826dc3.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-36b664ce9afcce98.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-0862912828a0150a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29062024-10-11T18:35:19.761Z Dirty tar v0.4.42: the rustflags changed
29072024-10-11T18:35:19.761Z Compiling tar v0.4.42
29082024-10-11T18:35:19.764Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.42/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="xattr"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=601fc4fb7a74d2c1 -C extra-filename=-601fc4fb7a74d2c1 --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-65322f84cd556c62.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-c8359a13a0014ce5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29092024-10-11T18:35:19.786Z Compiling utf-8 v0.7.6
29102024-10-11T18:35:19.821Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=402f663b8b26fd9e -C extra-filename=-402f663b8b26fd9e --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`
29112024-10-11T18:35:19.853Z Compiling progenitor-impl v0.8.0
29122024-10-11T18:35:19.856Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=db5797735af36b1f -C extra-filename=-db5797735af36b1f --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-830498e334c402a9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-1a7c3c6698133c0e.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-55862b4b1d68d132.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29132024-10-11T18:35:20.123Z Compiling convert_case v0.4.0
29142024-10-11T18:35:20.127Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("rand", "random"))' -C metadata=6dc902c7485ec1d1 -C extra-filename=-6dc902c7485ec1d1 --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`
29152024-10-11T18:35:20.144Z Compiling newline-converter v0.3.0
29162024-10-11T18:35:20.146Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=1025312162311df7 -C extra-filename=-1025312162311df7 --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-d809c6274b019e58.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29172024-10-11T18:35:20.162Z Compiling tungstenite v0.21.0
29182024-10-11T18:35:20.165Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=745850715f0036f9 -C extra-filename=-745850715f0036f9 --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-325983a483f82094.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-4ceb8996510f7f6e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-2712abd079d598ef.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-402f663b8b26fd9e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29192024-10-11T18:35:20.309Z Compiling expectorate v1.1.0
29202024-10-11T18:35:20.312Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-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)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=b84c1c53a60d0a0a -C extra-filename=-b84c1c53a60d0a0a --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-d203535d0c6e9365.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-1025312162311df7.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-fb7801688e79354e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29212024-10-11T18:35:20.488Z Compiling itertools v0.13.0
29222024-10-11T18:35:20.504Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=17374fece069bfba -C extra-filename=-17374fece069bfba --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-5d39f2eb1424d60a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29232024-10-11T18:35:21.120Z Compiling derive_more v0.99.18
29242024-10-11T18:35:21.123Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.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 --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)' --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=c1b935b082f1fe7f -C extra-filename=-c1b935b082f1fe7f --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-6dc902c7485ec1d1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29252024-10-11T18:35:21.986Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
29262024-10-11T18:35:21.988Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/f3002b3/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)' --check-cfg 'cfg(feature, values())' -C metadata=5ab86862fbd0b9ae -C extra-filename=-5ab86862fbd0b9ae --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-1b46dd66a7c6c3c6.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-6a55f139022f1ca3.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-3726173007752771.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-3c35e5265fe3351b.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-c46c8728efaaeebc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29272024-10-11T18:35:22.064Z Compiling tokio-tungstenite v0.21.0
29282024-10-11T18:35:22.067Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=ea5bc31ca429f4e7 -C extra-filename=-ea5bc31ca429f4e7 --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-9e460c6b16244ac3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-745850715f0036f9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29292024-10-11T18:35:22.285Z Compiling arc-swap v1.7.1
29302024-10-11T18:35:22.287Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("experimental-strategies", "experimental-thread-local", "internal-test-strategies", "serde", "weak"))' -C metadata=0d304e6ef816775a -C extra-filename=-0d304e6ef816775a --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`
29312024-10-11T18:35:22.597Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29322024-10-11T18:35:22.600Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=87f4eacd97c3de78 -C extra-filename=-87f4eacd97c3de78 --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-530b9ad60d2871e4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
29332024-10-11T18:35:22.932Z Compiling slog-scope v4.4.0
29342024-10-11T18:35:22.935Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=5f11e017fd164908 -C extra-filename=-5f11e017fd164908 --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-0d304e6ef816775a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29352024-10-11T18:35:22.955Z Compiling owo-colors v4.1.0
29362024-10-11T18:35:22.958Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-4.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)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=2bded459cb5572f2 -C extra-filename=-2bded459cb5572f2 --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-2bded459cb5572f2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29372024-10-11T18:35:23.330Z Compiling slog-stdlog v4.1.1
29382024-10-11T18:35:23.332Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "kv_unstable"))' -C metadata=a1b02a830c8ca257 -C extra-filename=-a1b02a830c8ca257 --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-31bde78633f57151.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-5f11e017fd164908.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29392024-10-11T18:35:23.477Z Compiling cancel-safe-futures v0.1.5
29402024-10-11T18:35:23.483Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=2d15830b8e271b76 -C extra-filename=-2d15830b8e271b76 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-2d15830b8e271b76 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29412024-10-11T18:35:23.513Z Compiling slog-envlogger v2.2.0
29422024-10-11T18:35:23.516Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=0556ce4a73732c3e -C extra-filename=-0556ce4a73732c3e --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-31bde78633f57151.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-5f11e017fd164908.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-a1b02a830c8ca257.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29432024-10-11T18:35:23.690Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-2bded459cb5572f2/build-script-build`
29442024-10-11T18:35:23.723Z Compiling derive-where v1.2.7
29452024-10-11T18:35:23.723Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nightly", "safe", "zeroize", "zeroize-on-drop"))' -C metadata=13e1fb9cd2b62a35 -C extra-filename=-13e1fb9cd2b62a35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29462024-10-11T18:35:23.782Z Dirty swrite v0.1.0: the rustflags changed
29472024-10-11T18:35:23.782Z Compiling swrite v0.1.0
29482024-10-11T18:35:23.784Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name swrite --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("osstring"))' -C metadata=618c4abe1decdfc2 -C extra-filename=-618c4abe1decdfc2 --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`
29492024-10-11T18:35:23.865Z Compiling mockall v0.13.0
29502024-10-11T18:35:23.867Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=fc1d90a66724882f -C extra-filename=-fc1d90a66724882f --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-94faf137b493206b.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-4fcc4acd430b883f.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-d2f257ecbd91aeaa.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-59d8980016a1043b.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-457abf17ed177e26.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-e26635fc8c38883b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29512024-10-11T18:35:23.911Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-2d15830b8e271b76/build-script-build`
29522024-10-11T18:35:23.932Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-4.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)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=1b9c87378f6a0ee3 -C extra-filename=-1b9c87378f6a0ee3 --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(doc_cfg)'`
29532024-10-11T18:35:23.960Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=1cac0bbb8517eede -C extra-filename=-1cac0bbb8517eede --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-5c0c6b13016b0cbd.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7739957597c73f63.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9e460c6b16244ac3.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29542024-10-11T18:35:24.215Z Compiling libsw v3.3.1
29552024-10-11T18:35:24.215Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsw-3.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"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("coarsetime", "default", "nightly", "quanta", "std", "std_instant", "std_systemtime", "time", "tokio"))' -C metadata=31594aab1741a9f1 -C extra-filename=-31594aab1741a9f1 --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-dd9d306c65b930d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29562024-10-11T18:35:24.260Z Compiling blake2 v0.10.6
29572024-10-11T18:35:24.263Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "reset", "simd", "simd_asm", "simd_opt", "size_opt", "std"))' -C metadata=5cb3b45b816a5c37 -C extra-filename=-5cb3b45b816a5c37 --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-501ad26f330841d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29582024-10-11T18:35:24.524Z Compiling password-hash v0.5.0
29592024-10-11T18:35:24.526Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "rand_core", "std"))' -C metadata=135dac09e60e1aa0 -C extra-filename=-135dac09e60e1aa0 --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-43a44750c8116f3c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29602024-10-11T18:35:24.564Z Compiling linear-map v1.2.0
29612024-10-11T18:35:24.567Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name linear_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nightly", "serde", "serde_impl", "serde_test"))' -C metadata=fa674040a9ff2f04 -C extra-filename=-fa674040a9ff2f04 --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`
29622024-10-11T18:35:24.938Z Compiling indent_write v2.2.0
29632024-10-11T18:35:24.941Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name indent_write --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=fe7c60a6b43fea40 -C extra-filename=-fe7c60a6b43fea40 --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`
29642024-10-11T18:35:25.151Z Compiling argon2 v0.5.3
29652024-10-11T18:35:25.153Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "password-hash", "rand", "simple", "std", "zeroize"))' -C metadata=7f6f447e095faf0f -C extra-filename=-7f6f447e095faf0f --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-43a44750c8116f3c.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-5cb3b45b816a5c37.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-250510e548f1bd64.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-135dac09e60e1aa0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29662024-10-11T18:35:25.548Z Compiling num-rational v0.4.2
29672024-10-11T18:35:25.550Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "num-bigint", "num-bigint-std", "serde", "std"))' -C metadata=d35299848ca2e15c -C extra-filename=-d35299848ca2e15c --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-8d0b37c8c3e1862e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29682024-10-11T18:35:25.765Z Compiling num-complex v0.4.6
29692024-10-11T18:35:25.768Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bytecheck", "bytemuck", "default", "libm", "rand", "rkyv", "serde", "std"))' -C metadata=6f36a9b5054667f2 -C extra-filename=-6f36a9b5054667f2 --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-2914d78ac96fc53c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29702024-10-11T18:35:26.265Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29712024-10-11T18:35:26.268Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a2459b4370421d8f -C extra-filename=-a2459b4370421d8f --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-7f6f447e095faf0f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
29722024-10-11T18:35:26.698Z Compiling float-ord v0.3.2
29732024-10-11T18:35:26.700Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name float_ord --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=7a1c88d1453503cb -C extra-filename=-7a1c88d1453503cb --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`
29742024-10-11T18:35:26.829Z Compiling num v0.4.3
29752024-10-11T18:35:26.857Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "libm", "num-bigint", "rand", "serde", "std"))' -C metadata=11024960b20c5ca2 -C extra-filename=-11024960b20c5ca2 --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-6f36a9b5054667f2.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-1b50779845f357a9.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-d35299848ca2e15c.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29762024-10-11T18:35:26.860Z Compiling pem v3.0.4
29772024-10-11T18:35:26.878Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=fc1210f8ac466272 -C extra-filename=-fc1210f8ac466272 --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-2da632077f49dfb6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29782024-10-11T18:35:26.937Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
29792024-10-11T18:35:26.939Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/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)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=68f76a0818581d6b -C extra-filename=-68f76a0818581d6b --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-68f76a0818581d6b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29802024-10-11T18:35:27.325Z Compiling humantime v2.1.0
29812024-10-11T18:35:27.327Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=0a85939c8c116b02 -C extra-filename=-0a85939c8c116b02 --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`
29822024-10-11T18:35:27.472Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29832024-10-11T18:35:27.475Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e04cb5c1424c522f -C extra-filename=-e04cb5c1424c522f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1cac0bbb8517eede.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-13e1fb9cd2b62a35.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fe7c60a6b43fea40.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-31594aab1741a9f1.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-fa674040a9ff2f04.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
29842024-10-11T18:35:27.678Z Compiling lzma-sys v0.1.20
29852024-10-11T18:35:27.681Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("static"))' -C metadata=98de94684ef2df5d -C extra-filename=-98de94684ef2df5d --out-dir /work/oxidecomputer/omicron/target/debug/build/lzma-sys-98de94684ef2df5d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-43b8f6db9526eca9.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-eb481e38678e4e0a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29862024-10-11T18:35:27.848Z Compiling heck v0.3.3
29872024-10-11T18:35:27.853Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=fb0186a49dfb9c2f -C extra-filename=-fb0186a49dfb9c2f --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-d809c6274b019e58.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29882024-10-11T18:35:27.871Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-68f76a0818581d6b/build-script-build`
29892024-10-11T18:35:27.972Z Compiling progenitor-macro v0.8.0
29902024-10-11T18:35:27.975Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=fde0eea2861b8c8d -C extra-filename=-fde0eea2861b8c8d --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-040bb745b647f23e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-db5797735af36b1f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-f32ebe206649a34b.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-f128fd3f2e34116a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29912024-10-11T18:35:28.044Z Compiling headers-core v0.3.0
29922024-10-11T18:35:28.047Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name headers_core --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=00f32e8ff7865024 -C extra-filename=-00f32e8ff7865024 --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-b60848fe00b07725.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29932024-10-11T18:35:28.066Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
29942024-10-11T18:35:28.093Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e07ad76/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)' --check-cfg 'cfg(feature, values())' -C metadata=ca3d463ff48c182f -C extra-filename=-ca3d463ff48c182f --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-ca3d463ff48c182f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29952024-10-11T18:35:28.225Z Compiling headers v0.4.0
29962024-10-11T18:35:28.228Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name headers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=76eea46ac0b291f3 -C extra-filename=-76eea46ac0b291f3 --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-a2ffa63167802121.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-00f32e8ff7865024.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-6fbea464aaabb1e8.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-74bdd973ffb0df66.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-2712abd079d598ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29972024-10-11T18:35:28.302Z Compiling zone_cfg_derive v0.1.2
29982024-10-11T18:35:28.304Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=4c1ba7c30c0180ed -C extra-filename=-4c1ba7c30c0180ed --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-fb0186a49dfb9c2f.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-3d28735e88be0cbe.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1168198b55bce6f0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29992024-10-11T18:35:28.444Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-ca3d463ff48c182f/build-script-build`
30002024-10-11T18:35:28.479Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30012024-10-11T18:35:28.482Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cpuid_profile_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/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)' --check-cfg 'cfg(feature, values())' -C metadata=58a74a6cd3baf090 -C extra-filename=-58a74a6cd3baf090 --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-48906e914e9337d7.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5727d84b3387f945.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8f73071bde3a3bcf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30022024-10-11T18:35:28.558Z Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-98de94684ef2df5d/build-script-build`
30032024-10-11T18:35:28.609Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name lzma_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("static"))' -C metadata=e5bd5b600e692f5f -C extra-filename=-e5bd5b600e692f5f --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l lzma`
30042024-10-11T18:35:28.788Z Compiling yasna v0.5.2
30052024-10-11T18:35:28.790Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=2dc5da634aeefc76 -C extra-filename=-2dc5da634aeefc76 --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-478e0f05d7cd44f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30062024-10-11T18:35:28.913Z Compiling base64 v0.13.1
30072024-10-11T18:35:28.916Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=79bbfb0b738857f0 -C extra-filename=-79bbfb0b738857f0 --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`
30082024-10-11T18:35:29.129Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30092024-10-11T18:35:29.132Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/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)' --check-cfg 'cfg(feature, values())' -C metadata=10de72e2e582dfd9 -C extra-filename=-10de72e2e582dfd9 --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-58a74a6cd3baf090.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5727d84b3387f945.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8f73071bde3a3bcf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30102024-10-11T18:35:29.528Z Compiling ron v0.7.1
30112024-10-11T18:35:29.531Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("indexmap"))' -C metadata=c8442cdbc7a66d91 -C extra-filename=-c8442cdbc7a66d91 --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-79bbfb0b738857f0.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-e992fadcca1ed6f2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30122024-10-11T18:35:29.845Z Compiling rcgen v0.12.1
30132024-10-11T18:35:29.847Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=11da61859021830c -C extra-filename=-11da61859021830c --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-fc1210f8ac466272.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-2dc5da634aeefc76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out`
30142024-10-11T18:35:30.063Z Compiling zone v0.1.8
30152024-10-11T18:35:30.066Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=5cd63d7fdc709085 -C extra-filename=-5cd63d7fdc709085 --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-197a32e1da667e01.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-4c1ba7c30c0180ed.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30162024-10-11T18:35:30.203Z Compiling xz2 v0.1.7
30172024-10-11T18:35:30.206Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name xz2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=8f3ae51c079d2bd4 -C extra-filename=-8f3ae51c079d2bd4 --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-e5bd5b600e692f5f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
30182024-10-11T18:35:30.485Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e07ad76/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)' --check-cfg 'cfg(feature, values())' -C metadata=28a708bcfe57d77a -C extra-filename=-28a708bcfe57d77a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-5a2736d696c1e6eb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-4addeab23f782a3a.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-13efa1c0b407561d.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-0294cfe81e15398b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-e23ddc9599591166.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5d14c09c813b8c42.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-19ea7df69bd3fb83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
30192024-10-11T18:35:30.666Z Compiling subprocess v0.2.9
30202024-10-11T18:35:30.669Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=abb91b09131331d4 -C extra-filename=-abb91b09131331d4 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30212024-10-11T18:35:31.347Z Compiling semver v0.1.20
30222024-10-11T18:35:31.350Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=af50ec457e24b5c5 -C extra-filename=-af50ec457e24b5c5 --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`
30232024-10-11T18:35:31.713Z Compiling rustc_version v0.1.7
30242024-10-11T18:35:31.715Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e7208ab064aef1a0 -C extra-filename=-e7208ab064aef1a0 --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-af50ec457e24b5c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30252024-10-11T18:35:31.873Z Compiling home v0.5.9
30262024-10-11T18:35:31.876Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=97a8c4bd154ecfb4 -C extra-filename=-97a8c4bd154ecfb4 --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`
30272024-10-11T18:35:32.026Z Compiling highway v1.2.0
30282024-10-11T18:35:32.029Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/highway-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1afa1300e0ddf1c3 -C extra-filename=-1afa1300e0ddf1c3 --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`
30292024-10-11T18:35:32.153Z Compiling half v2.4.1
30302024-10-11T18:35:32.156Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "bytemuck", "default", "num-traits", "rand_distr", "rkyv", "serde", "std", "use-intrinsics", "zerocopy"))' -C metadata=be03d1be726ab3c6 -C extra-filename=-be03d1be726ab3c6 --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-94faf137b493206b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30312024-10-11T18:35:32.246Z Compiling newtype_derive v0.1.6
30322024-10-11T18:35:32.249Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=c4c1ae37bf8fd7dc -C extra-filename=-c4c1ae37bf8fd7dc --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-c4c1ae37bf8fd7dc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-e7208ab064aef1a0.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30332024-10-11T18:35:32.289Z Compiling prettyplease v0.2.22
30342024-10-11T18:35:32.292Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.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="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=0cd99c1bb9496db1 -C extra-filename=-0cd99c1bb9496db1 --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-0cd99c1bb9496db1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30352024-10-11T18:35:32.609Z Compiling ciborium-io v0.2.2
30362024-10-11T18:35:32.631Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=9712a09c7e589f80 -C extra-filename=-9712a09c7e589f80 --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`
30372024-10-11T18:35:32.649Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-c4c1ae37bf8fd7dc/build-script-build`
30382024-10-11T18:35:32.658Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-0cd99c1bb9496db1/build-script-build`
30392024-10-11T18:35:32.700Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/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)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=5a7e850bf47c1998 -C extra-filename=-5a7e850bf47c1998 --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`
30402024-10-11T18:35:32.703Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=a6c5e59db985c498 -C extra-filename=-a6c5e59db985c498 --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`
30412024-10-11T18:35:32.722Z Compiling ciborium-ll v0.2.2
30422024-10-11T18:35:32.722Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=0b42dc700e213fb4 -C extra-filename=-0b42dc700e213fb4 --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-9712a09c7e589f80.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-be03d1be726ab3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30432024-10-11T18:35:32.745Z Compiling linked-hash-map v0.5.6
30442024-10-11T18:35:32.781Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl", "nightly", "serde", "serde_impl"))' -C metadata=e099fcafe1b8ddce -C extra-filename=-e099fcafe1b8ddce --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`
30452024-10-11T18:35:32.786Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.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="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=19b29a9107eb9760 -C extra-filename=-19b29a9107eb9760 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.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)'`
30462024-10-11T18:35:32.817Z Compiling steno v0.4.1
30472024-10-11T18:35:32.820Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=df56d017779c676d -C extra-filename=-df56d017779c676d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30482024-10-11T18:35:32.957Z Compiling resolv-conf v0.7.0
30492024-10-11T18:35:32.959Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("hostname", "system"))' -C metadata=c593ae89b2fb6a7b -C extra-filename=-c593ae89b2fb6a7b --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-e7d282d0c72e90f8.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-5a51933d224a7ea6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30502024-10-11T18:35:33.110Z Compiling ciborium v0.2.2
30512024-10-11T18:35:33.110Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b508f161ffaf58d6 -C extra-filename=-b508f161ffaf58d6 --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-9712a09c7e589f80.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-0b42dc700e213fb4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30522024-10-11T18:35:33.150Z Compiling lru-cache v0.1.2
30532024-10-11T18:35:33.152Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl"))' -C metadata=014178c12363f11b -C extra-filename=-014178c12363f11b --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-e099fcafe1b8ddce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30542024-10-11T18:35:33.378Z Compiling hickory-resolver v0.24.1
30552024-10-11T18:35:33.381Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_resolver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-resolver-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="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("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=dd219e33a1c62947 -C extra-filename=-dd219e33a1c62947 --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-94faf137b493206b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9e460c6b16244ac3.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a51fbaf6ad0155f5.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-014178c12363f11b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-472720b9ff68b690.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-c593ae89b2fb6a7b.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5d14c09c813b8c42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30562024-10-11T18:35:33.798Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30572024-10-11T18:35:33.801Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=56047ae13ef06022 -C extra-filename=-56047ae13ef06022 --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-530b9ad60d2871e4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
30582024-10-11T18:35:34.646Z Compiling display-error-chain v0.2.1
30592024-10-11T18:35:34.648Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/display-error-chain-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)' --check-cfg 'cfg(feature, values())' -C metadata=080efa0e0fcda2f8 -C extra-filename=-080efa0e0fcda2f8 --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`
30602024-10-11T18:35:34.726Z Compiling slog-dtrace v0.3.0
30612024-10-11T18:35:34.728Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=4a6bc5db261f7a6c -C extra-filename=-4a6bc5db261f7a6c --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-4a6bc5db261f7a6c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30622024-10-11T18:35:34.747Z Compiling keccak v0.1.5
30632024-10-11T18:35:34.749Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "no_unroll", "simd"))' -C metadata=eb395ddfbca922f7 -C extra-filename=-eb395ddfbca922f7 --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`
30642024-10-11T18:35:34.805Z Compiling constant_time_eq v0.3.0
30652024-10-11T18:35:34.807Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-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)' --check-cfg 'cfg(feature, values("count_instructions_test"))' -C metadata=bb2dcf9258e9fbc9 -C extra-filename=-bb2dcf9258e9fbc9 --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`
30662024-10-11T18:35:34.995Z Compiling arrayref v0.3.7
30672024-10-11T18:35:34.997Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name arrayref --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-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)' --check-cfg 'cfg(feature, values())' -C metadata=8c86a7a964b0dca8 -C extra-filename=-8c86a7a964b0dca8 --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`
30682024-10-11T18:35:35.090Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-4a6bc5db261f7a6c/build-script-build`
30692024-10-11T18:35:35.110Z Compiling sha3 v0.10.8
30702024-10-11T18:35:35.113Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default", "oid", "reset", "std"))' -C metadata=122117adc0fdde1e -C extra-filename=-122117adc0fdde1e --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-501ad26f330841d9.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-eb395ddfbca922f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30712024-10-11T18:35:35.129Z Compiling arrayvec v0.7.4
30722024-10-11T18:35:35.134Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std", "zeroize"))' -C metadata=417409ccb48187aa -C extra-filename=-417409ccb48187aa --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`
30732024-10-11T18:35:35.156Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=3a012aae73edfc9a -C extra-filename=-3a012aae73edfc9a --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-20afe1f1506ec7c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30742024-10-11T18:35:35.531Z Compiling universal-hash v0.5.1
30752024-10-11T18:35:35.534Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std"))' -C metadata=d7fb4d9936a27eda -C extra-filename=-d7fb4d9936a27eda --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-918ec9bc5257f5e2.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30762024-10-11T18:35:35.729Z Compiling opaque-debug v0.3.1
30772024-10-11T18:35:35.732Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=41406f716c9b46c1 -C extra-filename=-41406f716c9b46c1 --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`
30782024-10-11T18:35:35.750Z Compiling secrecy v0.8.0
30792024-10-11T18:35:35.767Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "bytes", "default", "serde"))' -C metadata=bb8cc523f92d473b -C extra-filename=-bb8cc523f92d473b --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-66b330bd5dc0a95b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30802024-10-11T18:35:35.770Z Compiling blake3 v1.5.1
30812024-10-11T18:35:35.770Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=0b063f5e3402ae20 -C extra-filename=-0b063f5e3402ae20 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-0b063f5e3402ae20 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-43b8f6db9526eca9.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30822024-10-11T18:35:35.834Z Compiling ring v0.16.20
30832024-10-11T18:35:35.837Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "internal_benches", "once_cell", "slow_tests", "std", "test_logging", "wasm32_c"))' -C metadata=32fe97cea76b9162 -C extra-filename=-32fe97cea76b9162 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-32fe97cea76b9162 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-43b8f6db9526eca9.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30842024-10-11T18:35:35.928Z Compiling memmap2 v0.9.4
30852024-10-11T18:35:35.930Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap2-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=1f2446cecff4c31a -C extra-filename=-1f2446cecff4c31a --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30862024-10-11T18:35:35.999Z Compiling spin v0.5.2
30872024-10-11T18:35:36.002Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=70522defaf54c867 -C extra-filename=-70522defaf54c867 --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`
30882024-10-11T18:35:36.146Z Compiling untrusted v0.7.1
30892024-10-11T18:35:36.149Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=7f1b32950861d692 -C extra-filename=-7f1b32950861d692 --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`
30902024-10-11T18:35:36.243Z Compiling glob v0.3.1
30912024-10-11T18:35:36.245Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-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)' --check-cfg 'cfg(feature, values())' -C metadata=39f07e80d6316e9c -C extra-filename=-39f07e80d6316e9c --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`
30922024-10-11T18:35:36.317Z Compiling aead v0.5.2
30932024-10-11T18:35:36.319Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "blobby", "bytes", "default", "dev", "getrandom", "heapless", "rand_core", "std", "stream"))' -C metadata=e224748866ebcdab -C extra-filename=-e224748866ebcdab --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-918ec9bc5257f5e2.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-52e4c3f9ee248b43.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30942024-10-11T18:35:36.396Z Compiling topological-sort v0.2.2
30952024-10-11T18:35:36.398Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=652fc1df032ad6e6 -C extra-filename=-652fc1df032ad6e6 --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`
30962024-10-11T18:35:36.488Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-0b063f5e3402ae20/build-script-build`
30972024-10-11T18:35:36.618Z Compiling poly1305 v0.8.0
30982024-10-11T18:35:36.621Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=0a4d54c16363521c -C extra-filename=-0a4d54c16363521c --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-250510e548f1bd64.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-41406f716c9b46c1.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-d7fb4d9936a27eda.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30992024-10-11T18:35:36.685Z Compiling chacha20 v0.9.1
31002024-10-11T18:35:36.688Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=2ac5d2a2e055cda0 -C extra-filename=-2ac5d2a2e055cda0 --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-94faf137b493206b.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-555deb2ec3108d6d.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-250510e548f1bd64.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31012024-10-11T18:35:37.037Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-32fe97cea76b9162/build-script-build`
31022024-10-11T18:35:37.124Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-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="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=0c52d30b390cb606 -C extra-filename=-0c52d30b390cb606 --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-8c86a7a964b0dca8.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-417409ccb48187aa.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-bb2dcf9258e9fbc9.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-1f2446cecff4c31a.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8be4b95ce6e63459.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/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`
31032024-10-11T18:35:37.146Z Compiling gethostname v0.5.0
31042024-10-11T18:35:37.146Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gethostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=19901fd123c66ea5 -C extra-filename=-19901fd123c66ea5 --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-30d8b57c3d4d8836.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31052024-10-11T18:35:37.214Z Compiling toolchain_find v0.4.0
31062024-10-11T18:35:37.217Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name toolchain_find --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toolchain_find-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)' --check-cfg 'cfg(feature, values())' -C metadata=83bf4147f09694b3 -C extra-filename=-83bf4147f09694b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-97a8c4bd154ecfb4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31072024-10-11T18:35:37.364Z Compiling thiserror-impl-no-std v2.0.2
31082024-10-11T18:35:37.367Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std"))' -C metadata=fae85aa03666dbfb -C extra-filename=-fae85aa03666dbfb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1168198b55bce6f0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31092024-10-11T18:35:37.888Z Compiling rustfmt-wrapper v0.2.1
31102024-10-11T18:35:37.891Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustfmt_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustfmt-wrapper-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)' --check-cfg 'cfg(feature, values())' -C metadata=11efd0fcbc68a5ff -C extra-filename=-11efd0fcbc68a5ff --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-48906e914e9337d7.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-83bf4147f09694b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31112024-10-11T18:35:38.293Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31122024-10-11T18:35:38.295Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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)' --check-cfg 'cfg(feature, values())' -C metadata=ccea8844c8cae247 -C extra-filename=-ccea8844c8cae247 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-ccea8844c8cae247 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-87f4eacd97c3de78.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
31132024-10-11T18:35:38.389Z Compiling nibble_vec v0.1.0
31142024-10-11T18:35:38.392Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=cff5fe5a9bb497b3 -C extra-filename=-cff5fe5a9bb497b3 --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-90c42fabfdf6af03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31152024-10-11T18:35:38.521Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
31162024-10-11T18:35:38.523Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/libipcc-9eb7fd72f4257074/fdffa21/build.rs --error-format=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)' --check-cfg 'cfg(feature, values())' -C metadata=e51260f71c511de5 -C extra-filename=-e51260f71c511de5 --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-e51260f71c511de5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31172024-10-11T18:35:38.614Z Compiling endian-type v0.1.2
31182024-10-11T18:35:38.616Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name endian_type --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=4766228c91a4863c -C extra-filename=-4766228c91a4863c --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`
31192024-10-11T18:35:38.668Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-ccea8844c8cae247/build-script-build`
31202024-10-11T18:35:38.701Z Compiling chacha20poly1305 v0.10.1
31212024-10-11T18:35:38.704Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "heapless", "rand_core", "reduced-round", "std", "stream"))' -C metadata=03b0f53e0e1bc97f -C extra-filename=-03b0f53e0e1bc97f --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-e224748866ebcdab.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-2ac5d2a2e055cda0.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-555deb2ec3108d6d.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-0a4d54c16363521c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31222024-10-11T18:35:38.851Z Compiling radix_trie v0.2.1
31232024-10-11T18:35:38.854Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=f1644b6022ae8b51 -C extra-filename=-f1644b6022ae8b51 --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-4766228c91a4863c.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-cff5fe5a9bb497b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31242024-10-11T18:35:38.890Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-e51260f71c511de5/build-script-build`
31252024-10-11T18:35:38.922Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/libipcc-9eb7fd72f4257074/fdffa21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fb447f662e3fc4cd -C extra-filename=-fb447f662e3fc4cd --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-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.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/`
31262024-10-11T18:35:38.942Z Compiling fxhash v0.2.1
31272024-10-11T18:35:38.948Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fxhash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=7145ec3957bee753 -C extra-filename=-7145ec3957bee753 --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-325983a483f82094.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31282024-10-11T18:35:39.133Z Compiling termcolor v1.4.1
31292024-10-11T18:35:39.135Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=729e749081eb9f7f -C extra-filename=-729e749081eb9f7f --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`
31302024-10-11T18:35:39.353Z Compiling radium v0.7.0
31312024-10-11T18:35:39.355Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=aac5360a52d794c2 -C extra-filename=-aac5360a52d794c2 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-aac5360a52d794c2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31322024-10-11T18:35:39.562Z Compiling maplit v1.0.2
31332024-10-11T18:35:39.565Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name maplit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c9380d86e5571d46 -C extra-filename=-c9380d86e5571d46 --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`
31342024-10-11T18:35:39.686Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.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="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "internal_benches", "once_cell", "slow_tests", "std", "test_logging", "wasm32_c"))' -C metadata=7d01e8b5505baafc -C extra-filename=-7d01e8b5505baafc --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-d381d90b77512a0f.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-70522defaf54c867.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-7f1b32950861d692.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -l static=ring-core -l static=ring-test`
31352024-10-11T18:35:39.689Z Compiling maybe-uninit v2.0.0
31362024-10-11T18:35:39.689Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=b33ceb08dbefeb3f -C extra-filename=-b33ceb08dbefeb3f --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-b33ceb08dbefeb3f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31372024-10-11T18:35:39.887Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-aac5360a52d794c2/build-script-build`
31382024-10-11T18:35:39.910Z Compiling tap v1.0.1
31392024-10-11T18:35:39.910Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=b2d0ab5707464fd6 -C extra-filename=-b2d0ab5707464fd6 --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`
31402024-10-11T18:35:39.938Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=3594c9626bbbb1c8 -C extra-filename=-3594c9626bbbb1c8 --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`
31412024-10-11T18:35:40.010Z Compiling bzip2-sys v0.1.11+1.0.8
31422024-10-11T18:35:40.013Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+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)' --check-cfg 'cfg(feature, values("static"))' -C metadata=e2dca148e937ac70 -C extra-filename=-e2dca148e937ac70 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e2dca148e937ac70 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-43b8f6db9526eca9.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-eb481e38678e4e0a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31432024-10-11T18:35:40.084Z Compiling wyz v0.5.1
31442024-10-11T18:35:40.087Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "garbage", "once_cell", "std", "typemap"))' -C metadata=670d18d58e113ca4 -C extra-filename=-670d18d58e113ca4 --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-b2d0ab5707464fd6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31452024-10-11T18:35:40.286Z Compiling packed_struct v0.10.1
31462024-10-11T18:35:40.289Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=d51a549b82168867 -C extra-filename=-d51a549b82168867 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-d51a549b82168867 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31472024-10-11T18:35:40.307Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-b33ceb08dbefeb3f/build-script-build`
31482024-10-11T18:35:40.349Z Compiling funty v2.0.0
31492024-10-11T18:35:40.352Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3ce4fa0821c4650a -C extra-filename=-3ce4fa0821c4650a --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`
31502024-10-11T18:35:40.379Z Compiling crc-catalog v2.4.0
31512024-10-11T18:35:40.382Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=87c291626f6ecab4 -C extra-filename=-87c291626f6ecab4 --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`
31522024-10-11T18:35:40.496Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=3bd8209eaf08f08e -C extra-filename=-3bd8209eaf08f08e --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`
31532024-10-11T18:35:40.538Z Compiling crc v3.2.1
31542024-10-11T18:35:40.541Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=594e16b556b993ff -C extra-filename=-594e16b556b993ff --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-87c291626f6ecab4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31552024-10-11T18:35:40.594Z Compiling packed_struct_codegen v0.10.1
31562024-10-11T18:35:40.597Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=73f0ee393f0bf093 -C extra-filename=-73f0ee393f0bf093 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1168198b55bce6f0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31572024-10-11T18:35:40.629Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e2dca148e937ac70/build-script-build`
31582024-10-11T18:35:40.803Z Compiling thiserror-no-std v2.0.2
31592024-10-11T18:35:40.806Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std"))' -C metadata=feb56b6cbed840c0 -C extra-filename=-feb56b6cbed840c0 --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-fae85aa03666dbfb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31602024-10-11T18:35:40.824Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-d51a549b82168867/build-script-build`
31612024-10-11T18:35:40.847Z Compiling indexmap v1.9.3
31622024-10-11T18:35:40.850Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=88f5c6eb7293a0b0 -C extra-filename=-88f5c6eb7293a0b0 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-88f5c6eb7293a0b0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-7640f4cdb39f9682.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31632024-10-11T18:35:40.919Z Compiling vsss-rs v3.3.4
31642024-10-11T18:35:40.922Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "curve25519", "curve25519-dalek", "default", "hex", "serde", "std"))' -C metadata=b122a2dba3037d1c -C extra-filename=-b122a2dba3037d1c --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-a418bd8a5db45e62.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-de11a116d7f7dd1f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-2667bd39ef37db11.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-feb56b6cbed840c0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31652024-10-11T18:35:41.186Z Compiling nodrop v0.1.14
31662024-10-11T18:35:41.189Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nodrop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "nodrop-union", "std", "use_needs_drop", "use_union"))' -C metadata=65f1921b9b77854c -C extra-filename=-65f1921b9b77854c --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`
31672024-10-11T18:35:41.226Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-88f5c6eb7293a0b0/build-script-build`
31682024-10-11T18:35:41.256Z Compiling smallvec v0.6.14
31692024-10-11T18:35:41.258Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "may_dangle", "serde", "specialization", "std", "union"))' -C metadata=e983482a565d5787 -C extra-filename=-e983482a565d5787 --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-3bd8209eaf08f08e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31702024-10-11T18:35:41.312Z Compiling bitvec v1.0.1
31712024-10-11T18:35:41.314Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "atomic", "default", "serde", "std", "testing"))' -C metadata=909cbfa6eb3d9f80 -C extra-filename=-909cbfa6eb3d9f80 --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-3ce4fa0821c4650a.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-3594c9626bbbb1c8.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-b2d0ab5707464fd6.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-670d18d58e113ca4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31722024-10-11T18:35:41.706Z Compiling omicron-zone-package v0.11.1
31732024-10-11T18:35:41.708Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-zone-package-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)' --check-cfg 'cfg(feature, values())' -C metadata=5d64f89f927d11ec -C extra-filename=-5d64f89f927d11ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-0c52d30b390cb606.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-65322f84cd556c62.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9e460c6b16244ac3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7d01e8b5505baafc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5727d84b3387f945.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8f73071bde3a3bcf.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-652fc1df032ad6e6.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out`
31742024-10-11T18:35:42.094Z Compiling array-init v0.0.4
31752024-10-11T18:35:42.097Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name array_init --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=e41c705284fc9a0c -C extra-filename=-e41c705284fc9a0c --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-65f1921b9b77854c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31762024-10-11T18:35:42.248Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+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)' --check-cfg 'cfg(feature, values("static"))' -C metadata=29f8c60dfb2abd6c -C extra-filename=-29f8c60dfb2abd6c --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-1b46dd66a7c6c3c6.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-d34656e55e92aa96/out/lib -l static=bz2`
31772024-10-11T18:35:42.400Z Compiling async-recursion v1.1.1
31782024-10-11T18:35:42.402Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e38be0eb4c8c5e50 -C extra-filename=-e38be0eb4c8c5e50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31792024-10-11T18:35:43.216Z Compiling hashbrown v0.12.3
31802024-10-11T18:35:43.216Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=0f7cc877183c8f1d -C extra-filename=-0f7cc877183c8f1d --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`
31812024-10-11T18:35:43.306Z Compiling bitfield v0.14.0
31822024-10-11T18:35:43.309Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bitfield --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=153e688f326b9e0e -C extra-filename=-153e688f326b9e0e --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`
31832024-10-11T18:35:43.594Z Compiling serde-hex v0.1.0
31842024-10-11T18:35:43.597Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c968467829de3789 -C extra-filename=-c968467829de3789 --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-e41c705284fc9a0c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e983482a565d5787.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31852024-10-11T18:35:43.642Z Compiling bzip2 v0.4.4
31862024-10-11T18:35:43.645Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=c26f70c48c89e4e2 -C extra-filename=-c26f70c48c89e4e2 --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-29f8c60dfb2abd6c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.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-d34656e55e92aa96/out/lib`
31872024-10-11T18:35:44.043Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
31882024-10-11T18:35:44.043Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/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)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=b9444c3a1144d4d9 -C extra-filename=-b9444c3a1144d4d9 --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-325983a483f82094.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-594e16b556b993ff.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-822beb825b739198.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31892024-10-11T18:35:44.301Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=414afdde7c84f505 -C extra-filename=-414afdde7c84f505 --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-0f7cc877183c8f1d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
31902024-10-11T18:35:44.331Z Compiling env_logger v0.10.2
31912024-10-11T18:35:44.333Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex"))' -C metadata=c4bc7152f275835b -C extra-filename=-c4bc7152f275835b --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-be44762a43d64e7f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-729e749081eb9f7f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31922024-10-11T18:35:44.351Z Compiling ron v0.8.1
31932024-10-11T18:35:44.354Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "indexmap", "integer128"))' -C metadata=e529f7d1330ef517 -C extra-filename=-e529f7d1330ef517 --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-a2ffa63167802121.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-21aef30ff9a49b69.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5727d84b3387f945.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31942024-10-11T18:35:44.928Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=a51913788d05e0fd -C extra-filename=-a51913788d05e0fd --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-909cbfa6eb3d9f80.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-73f0ee393f0bf093.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31952024-10-11T18:35:45.106Z Compiling hashbrown v0.13.2
31962024-10-11T18:35:45.123Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=796f5ef9a0fad629 -C extra-filename=-796f5ef9a0fad629 --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-ba6ae25d4c981213.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31972024-10-11T18:35:45.445Z Compiling kstat-rs v0.2.4
31982024-10-11T18:35:45.447Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=99cafd33f08fd632 -C extra-filename=-99cafd33f08fd632 --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-1b46dd66a7c6c3c6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31992024-10-11T18:35:45.480Z Compiling crc-any v2.5.0
32002024-10-11T18:35:45.483Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "debug-helper", "default", "development", "heapless", "std"))' -C metadata=073ff27b036b089f -C extra-filename=-073ff27b036b089f --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`
32012024-10-11T18:35:46.029Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32022024-10-11T18:35:46.032Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/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)' --check-cfg 'cfg(feature, values())' -C metadata=0d9160ddb70eecd0 -C extra-filename=-0d9160ddb70eecd0 --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-e529f7d1330ef517.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-b9444c3a1144d4d9.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-822beb825b739198.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32032024-10-11T18:35:46.097Z Compiling zip v0.6.6
32042024-10-11T18:35:46.100Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=303a72aac75bd855 -C extra-filename=-303a72aac75bd855 --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-325983a483f82094.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-c26f70c48c89e4e2.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-9ba8c9fbacf692c5.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.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-d34656e55e92aa96/out/lib`
32052024-10-11T18:35:46.244Z Compiling object v0.30.4
32062024-10-11T18:35:46.246Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=8e430a1b5215efd8 -C extra-filename=-8e430a1b5215efd8 --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-9ba8c9fbacf692c5.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-796f5ef9a0fad629.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-414afdde7c84f505.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32072024-10-11T18:35:46.690Z Compiling progenitor v0.8.0
32082024-10-11T18:35:46.693Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=bf2937c29393a178 -C extra-filename=-bf2937c29393a178 --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-996ede9d6db7d79b.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-db5797735af36b1f.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-fde0eea2861b8c8d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
32092024-10-11T18:35:46.782Z Compiling path-slash v0.1.5
32102024-10-11T18:35:46.785Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=3979c874cbe4d4d2 -C extra-filename=-3979c874cbe4d4d2 --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`
32112024-10-11T18:35:46.927Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
32122024-10-11T18:35:46.931Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/056283e/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)' --check-cfg 'cfg(feature, values())' -C metadata=80e1455d59ead7e9 -C extra-filename=-80e1455d59ead7e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bf2937c29393a178.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
32132024-10-11T18:35:46.989Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32142024-10-11T18:35:46.992Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e5be7b02fe71b1a0 -C extra-filename=-e5be7b02fe71b1a0 --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-2da632077f49dfb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bf2937c29393a178.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
32152024-10-11T18:35:47.014Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32162024-10-11T18:35:47.017Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/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)' --check-cfg 'cfg(feature, values("default", "falcon"))' -C metadata=ba6f1dfda5405f10 -C extra-filename=-ba6f1dfda5405f10 --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-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a2ffa63167802121.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bf2937c29393a178.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ea5bc31ca429f4e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
32172024-10-11T18:35:47.453Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
32182024-10-11T18:35:47.456Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/11371b0/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)' --check-cfg 'cfg(feature, values("default", "falcon"))' -C metadata=0a6443584b29c16c -C extra-filename=-0a6443584b29c16c --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-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a2ffa63167802121.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bf2937c29393a178.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ea5bc31ca429f4e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
32192024-10-11T18:35:47.979Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
32202024-10-11T18:35:47.981Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/dpd-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3d32d907e65813c5 -C extra-filename=-3d32d907e65813c5 --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-3d32d907e65813c5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-5d64f89f927d11ec.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bf2937c29393a178.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-11efd0fcbc68a5ff.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out`
32212024-10-11T18:35:48.212Z Compiling libefi-sys v0.1.0
32222024-10-11T18:35:48.272Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=89eca4a85d7dc878 -C extra-filename=-89eca4a85d7dc878 --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-89eca4a85d7dc878 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32232024-10-11T18:35:48.629Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
32242024-10-11T18:35:48.631Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/131520f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e819cc23bad6f770 -C extra-filename=-e819cc23bad6f770 --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-153e688f326b9e0e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-a51913788d05e0fd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32252024-10-11T18:35:48.813Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-89eca4a85d7dc878/build-script-build`
32262024-10-11T18:35:48.845Z Compiling bitfield-struct v0.6.1
32272024-10-11T18:35:48.848Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bitfield_struct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitfield-struct-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)' --check-cfg 'cfg(feature, values())' -C metadata=17fd6faac64a1a75 -C extra-filename=-17fd6faac64a1a75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32282024-10-11T18:35:50.513Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
32292024-10-11T18:35:50.545Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/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)' --check-cfg 'cfg(feature, values())' -C metadata=f05598bfcdaa7b8a -C extra-filename=-f05598bfcdaa7b8a --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-f05598bfcdaa7b8a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-43b8f6db9526eca9.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32302024-10-11T18:35:51.033Z Compiling parking_lot_core v0.8.6
32312024-10-11T18:35:51.036Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=a3f244115cffbfcf -C extra-filename=-a3f244115cffbfcf --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-a3f244115cffbfcf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32322024-10-11T18:35:51.584Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-a3f244115cffbfcf/build-script-build`
32332024-10-11T18:35:51.615Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-f05598bfcdaa7b8a/build-script-build`
32342024-10-11T18:35:51.738Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32352024-10-11T18:35:51.740Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libnvme_sys --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/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)' --check-cfg 'cfg(feature, values())' -C metadata=0396ff8f3b513247 -C extra-filename=-0396ff8f3b513247 --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-17fd6faac64a1a75.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32362024-10-11T18:35:52.505Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32372024-10-11T18:35:52.508Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=5f33389b20d2eebe -C extra-filename=-5f33389b20d2eebe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-d9078d40c145551c.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4e837b6a185b9e4c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-80e1455d59ead7e9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a226eb8ffa208e03.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-996ede9d6db7d79b.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-15f3581ce9224907.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-6d367ed7b6751a30.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
32382024-10-11T18:35:53.466Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
32392024-10-11T18:35:53.468Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libfalcon --edition=2018 /home/build/.cargo/git/checkouts/falcon-c754111a71d466df/d8c38f8/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)' --check-cfg 'cfg(feature, values())' -C metadata=2a4ab6039a735b4e -C extra-filename=-2a4ab6039a735b4e --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-43f69afcb50accdb.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-28a708bcfe57d77a.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ba6f1dfda5405f10.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-10de72e2e582dfd9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-c8442cdbc7a66d91.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5345a57482515560.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-36b664ce9afcce98.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ea5bc31ca429f4e7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8f73071bde3a3bcf.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --extern xz2=/work/oxidecomputer/omicron/target/debug/deps/libxz2-8f3ae51c079d2bd4.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-5cd63d7fdc709085.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
32402024-10-11T18:35:54.135Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=1c9bc8370b37c373 -C extra-filename=-1c9bc8370b37c373 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-d9078d40c145551c.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4e837b6a185b9e4c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-80e1455d59ead7e9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a226eb8ffa208e03.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-996ede9d6db7d79b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-15f3581ce9224907.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
32412024-10-11T18:35:54.662Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=d06e3778a228b794 -C extra-filename=-d06e3778a228b794 --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`
32422024-10-11T18:35:54.684Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32432024-10-11T18:35:54.687Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-af88cd6aebd8ce54/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)' --check-cfg 'cfg(feature, values())' -C metadata=19499eb85418e4b2 -C extra-filename=-19499eb85418e4b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-4addeab23f782a3a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32442024-10-11T18:35:54.932Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32452024-10-11T18:35:54.934Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/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)' --check-cfg 'cfg(feature, values())' -C metadata=fc7dfca664bf9d4a -C extra-filename=-fc7dfca664bf9d4a --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`
32462024-10-11T18:35:55.060Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32472024-10-11T18:35:55.079Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libnvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/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)' --check-cfg 'cfg(feature, values())' -C metadata=b7a42d5a8059c86a -C extra-filename=-b7a42d5a8059c86a --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-0396ff8f3b513247.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-fc7dfca664bf9d4a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32482024-10-11T18:35:55.087Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32492024-10-11T18:35:55.087Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-957749dcb6b6e5a2/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)' --check-cfg 'cfg(feature, values())' -C metadata=14177ee820a1e484 -C extra-filename=-14177ee820a1e484 --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-1b46dd66a7c6c3c6.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-d06e3778a228b794.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32502024-10-11T18:35:55.358Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/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)' --check-cfg 'cfg(feature, values())' -C metadata=0d08ec7cdcf25bcf -C extra-filename=-0d08ec7cdcf25bcf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-19499eb85418e4b2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -l static=pci`
32512024-10-11T18:35:55.456Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=a1e4baff986954aa -C extra-filename=-a1e4baff986954aa --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-94faf137b493206b.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-4d9fb3cc79b503f7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32522024-10-11T18:35:55.854Z Compiling parking_lot v0.11.2
32532024-10-11T18:35:55.857Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "nightly", "owning_ref", "send_guard", "serde", "stdweb", "wasm-bindgen"))' -C metadata=885a9f6a8ddcea33 -C extra-filename=-885a9f6a8ddcea33 --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-4d9fb3cc79b503f7.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-09a20e99f076665f.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-a1e4baff986954aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32542024-10-11T18:35:56.048Z Compiling crossterm v0.28.1
32552024-10-11T18:35:56.051Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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="windows"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "libc", "serde", "use-dev-tty", "windows"))' -C metadata=40b6f3a3b25ada4c -C extra-filename=-40b6f3a3b25ada4c --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-21aef30ff9a49b69.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-a720034d2cb4e287.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-472720b9ff68b690.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-30d8b57c3d4d8836.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-8b929d32c77d7889.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-b93e58a224b7bbd5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32562024-10-11T18:35:56.126Z Compiling hickory-client v0.24.1
32572024-10-11T18:35:56.128Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-client-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 --check-cfg 'cfg(docsrs)' --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=2d04fe982e957019 -C extra-filename=-2d04fe982e957019 --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-94faf137b493206b.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-acd6c3528e857df4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9e460c6b16244ac3.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a51fbaf6ad0155f5.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-f1644b6022ae8b51.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5d14c09c813b8c42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32582024-10-11T18:35:56.766Z Compiling sled v0.34.7
32592024-10-11T18:35:56.769Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=41a7a9e236107955 -C extra-filename=-41a7a9e236107955 --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-9ba8c9fbacf692c5.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c305da7ac85d23b9.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-7145ec3957bee753.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-885a9f6a8ddcea33.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32602024-10-11T18:35:57.576Z Compiling hickory-server v0.24.1
32612024-10-11T18:35:57.579Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_server --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-server-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 --check-cfg 'cfg(docsrs)' --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=0a877860b9675be0 -C extra-filename=-0a877860b9675be0 --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-ac0f7a8996657ad1.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-aa8522eded6a61fe.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9e460c6b16244ac3.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a51fbaf6ad0155f5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5d14c09c813b8c42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32622024-10-11T18:35:59.280Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
32632024-10-11T18:35:59.284Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/056283e/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)' --check-cfg 'cfg(feature, values())' -C metadata=85b096bbceaff1b6 -C extra-filename=-85b096bbceaff1b6 --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-6132560e4e4dbf8f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bf2937c29393a178.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
32642024-10-11T18:35:59.919Z Compiling tungstenite v0.23.0
32652024-10-11T18:35:59.922Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=858d48206f998ceb -C extra-filename=-858d48206f998ceb --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-325983a483f82094.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-4ceb8996510f7f6e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-2712abd079d598ef.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-402f663b8b26fd9e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32662024-10-11T18:36:00.608Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
32672024-10-11T18:36:00.611Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/131520f/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)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=4f0a3b4576cbb65a -C extra-filename=-4f0a3b4576cbb65a --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-325983a483f82094.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-0fbd4ee0c026a43b.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-073ff27b036b089f.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-ee0a6ae99d6c1dad.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-c4bc7152f275835b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-e819cc23bad6f770.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-a51913788d05e0fd.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-7c7a320ed304c137.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-c968467829de3789.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-74ca2944f94ebadf.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-822beb825b739198.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32682024-10-11T18:36:02.150Z Compiling tokio-tungstenite v0.23.1
32692024-10-11T18:36:02.152Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=02f795c9d008e0b6 -C extra-filename=-02f795c9d008e0b6 --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-9e460c6b16244ac3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-858d48206f998ceb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32702024-10-11T18:36:02.241Z Compiling diff v0.1.13
32712024-10-11T18:36:02.243Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name diff --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=0f6054f8c11a1395 -C extra-filename=-0f6054f8c11a1395 --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`
32722024-10-11T18:36:02.690Z Compiling primeorder v0.13.6
32732024-10-11T18:36:02.693Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name primeorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "dev", "serde", "serdect", "std"))' -C metadata=4708f3a1aa5cc6b1 -C extra-filename=-4708f3a1aa5cc6b1 --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-de11a116d7f7dd1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32742024-10-11T18:36:02.871Z Compiling vte_generate_state_changes v0.1.1
32752024-10-11T18:36:02.874Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte_generate_state_changes-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)' --check-cfg 'cfg(feature, values())' -C metadata=202bbf53a7e1d672 -C extra-filename=-202bbf53a7e1d672 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32762024-10-11T18:36:03.183Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
32772024-10-11T18:36:03.189Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-660036efb99a0cd0/943c4bb/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)' --check-cfg 'cfg(feature, values())' -C metadata=ac4fcd4c9083a226 -C extra-filename=-ac4fcd4c9083a226 --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-4d6bf62383587a1b.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-e819cc23bad6f770.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-4f0a3b4576cbb65a.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-8e430a1b5215efd8.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-3979c874cbe4d4d2.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-7c7a320ed304c137.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-b9444c3a1144d4d9.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-0d9160ddb70eecd0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8f73071bde3a3bcf.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-74ca2944f94ebadf.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-822beb825b739198.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-303a72aac75bd855.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-d34656e55e92aa96/out/lib`
32782024-10-11T18:36:03.656Z Compiling nanorand v0.7.0
32792024-10-11T18:36:03.658Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "getrandom", "pcg64", "rdseed", "std", "tls", "wyrand", "zeroize"))' -C metadata=e2ae5cb10d64e4e3 -C extra-filename=-e2ae5cb10d64e4e3 --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-b050ca61f382ec87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32802024-10-11T18:36:03.924Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-3d32d907e65813c5/build-script-build`
32812024-10-11T18:36:04.191Z Compiling unicase v2.7.0
32822024-10-11T18:36:04.194Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=89ba4bd6c7d617ff -C extra-filename=-89ba4bd6c7d617ff --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-89ba4bd6c7d617ff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32832024-10-11T18:36:04.389Z Compiling buf-list v1.0.3
32842024-10-11T18:36:04.392Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=dd0c3643a1e99061 -C extra-filename=-dd0c3643a1e99061 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-dd0c3643a1e99061 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32852024-10-11T18:36:04.571Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=9e9d53757e35ea06 -C extra-filename=-9e9d53757e35ea06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-836cfe3735c20c7d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-52357a1ecef61216.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-fc1d90a66724882f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5ab86862fbd0b9ae.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-3c35e5265fe3351b.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-e1e288059d9c195a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5345a57482515560.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-481ec9f9cd50a9a2.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0c3f216cf9048aab.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
32862024-10-11T18:36:04.769Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32872024-10-11T18:36:04.787Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f2d8f1f749fcdbde -C extra-filename=-f2d8f1f749fcdbde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
32882024-10-11T18:36:05.113Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32892024-10-11T18:36:05.116Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e52250f4c03c07c6 -C extra-filename=-e52250f4c03c07c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
32902024-10-11T18:36:07.550Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32912024-10-11T18:36:07.553Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f0cfb971ab7e7a11 -C extra-filename=-f0cfb971ab7e7a11 --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-5c4b9fa02fe9d354.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-7a1c88d1453503cb.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
32922024-10-11T18:36:07.917Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32932024-10-11T18:36:07.920Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=7038717951727067 -C extra-filename=-7038717951727067 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a68c8ac5ba7f8431.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-65322f84cd556c62.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-76eea46ac0b291f3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-2a4ab6039a735b4e.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f2d8f1f749fcdbde.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4edd16aba6d0609f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
32942024-10-11T18:36:08.102Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32952024-10-11T18:36:08.105Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=db8c0935ab7b4149 -C extra-filename=-db8c0935ab7b4149 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a68c8ac5ba7f8431.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c1b935b082f1fe7f.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
32962024-10-11T18:36:08.153Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fa9d00c75c96444d -C extra-filename=-fa9d00c75c96444d --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-5c4b9fa02fe9d354.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-7a1c88d1453503cb.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1c9bc8370b37c373.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
32972024-10-11T18:36:11.137Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32982024-10-11T18:36:11.139Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e7ad413bf3b5ad00 -C extra-filename=-e7ad413bf3b5ad00 --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-0162e01903071502.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-dd219e33a1c62947.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
32992024-10-11T18:36:12.214Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33002024-10-11T18:36:12.217Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7fdb07b1b748a5cd -C extra-filename=-7fdb07b1b748a5cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f0cfb971ab7e7a11.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33012024-10-11T18:36:12.721Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33022024-10-11T18:36:12.724Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cd3cee524ac20871 -C extra-filename=-cd3cee524ac20871 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-fa9d00c75c96444d.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-19b29a9107eb9760.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33032024-10-11T18:36:14.916Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=66ff388f29ea7411 -C extra-filename=-66ff388f29ea7411 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f0cfb971ab7e7a11.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-19b29a9107eb9760.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33042024-10-11T18:36:15.173Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/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 '--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)' --check-cfg 'cfg(feature, values())' -C metadata=8a5b5ded5d2ca92d -C extra-filename=-8a5b5ded5d2ca92d --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-20afe1f1506ec7c2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-996ede9d6db7d79b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33052024-10-11T18:36:15.876Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33062024-10-11T18:36:15.878Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4fb270fadc515097 -C extra-filename=-4fb270fadc515097 --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-20afe1f1506ec7c2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33072024-10-11T18:36:16.384Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33082024-10-11T18:36:16.387Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c221f7ada05ad8e3 -C extra-filename=-c221f7ada05ad8e3 --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-20afe1f1506ec7c2.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bf2937c29393a178.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33092024-10-11T18:36:16.788Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33102024-10-11T18:36:16.791Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d782b98bd8f3eefd -C extra-filename=-d782b98bd8f3eefd --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-ac0f7a8996657ad1.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-263f62f7b32356e3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-bb8cc523f92d473b.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-122117adc0fdde1e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33112024-10-11T18:36:16.891Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33122024-10-11T18:36:16.894Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=81867403955f6e06 -C extra-filename=-81867403955f6e06 --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-530b9ad60d2871e4.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-cd3cee524ac20871.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-fa9d00c75c96444d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33132024-10-11T18:36:17.250Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33142024-10-11T18:36:17.253Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1ddf7de24cb3e407 -C extra-filename=-1ddf7de24cb3e407 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4fb270fadc515097.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c221f7ada05ad8e3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2d04fe982e957019.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a51fbaf6ad0155f5.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-dd219e33a1c62947.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-0a877860b9675be0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41a7a9e236107955.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33152024-10-11T18:36:17.304Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33162024-10-11T18:36:17.307Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9228379cda021748 -C extra-filename=-9228379cda021748 --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-b508f161ffaf58d6.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-fb447f662e3fc4cd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33172024-10-11T18:36:17.535Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33182024-10-11T18:36:17.538Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6204514cdbd6b31e -C extra-filename=-6204514cdbd6b31e --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-080efa0e0fcda2f8.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-bb01e7ef2f5b8a88.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8b1774e5bfcf5fb6.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9d9e768368c14300.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33192024-10-11T18:36:18.289Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-dd0c3643a1e99061/build-script-build`
33202024-10-11T18:36:18.368Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-89ba4bd6c7d617ff/build-script-build`
33212024-10-11T18:36:18.477Z Compiling flume v0.11.0
33222024-10-11T18:36:18.480Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flume-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="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)' --check-cfg 'cfg(feature, values("async", "default", "eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", "spin"))' -C metadata=118ade79276786c8 -C extra-filename=-118ade79276786c8 --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-5c0c6b13016b0cbd.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7739957597c73f63.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-e2ae5cb10d64e4e3.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33232024-10-11T18:36:18.573Z Compiling vte v0.11.1
33242024-10-11T18:36:18.575Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("ansi", "arrayvec", "default", "log", "nightly", "no_std", "serde"))' -C metadata=c3fbeae06a8b6495 -C extra-filename=-c3fbeae06a8b6495 --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-da51f585a387d022.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-202bbf53a7e1d672.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33252024-10-11T18:36:19.065Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33262024-10-11T18:36:19.067Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1dec2ff04e09d9a2 -C extra-filename=-1dec2ff04e09d9a2 --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-530b9ad60d2871e4.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33272024-10-11T18:36:19.155Z Compiling dsl_auto_type v0.1.2
33282024-10-11T18:36:19.159Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dsl_auto_type --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=2e3a0cfbdda28297 -C extra-filename=-2e3a0cfbdda28297 --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-e9183058d3ccdfdf.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33292024-10-11T18:36:19.280Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33302024-10-11T18:36:19.283Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aa4d84bf114186eb -C extra-filename=-aa4d84bf114186eb --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-9e9d53757e35ea06.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33312024-10-11T18:36:20.055Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33322024-10-11T18:36:20.058Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bad1ed1b0375b0c1 -C extra-filename=-bad1ed1b0375b0c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e04cb5c1424c522f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33332024-10-11T18:36:20.303Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
33342024-10-11T18:36:20.308Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0ce24d3bc6c2110b -C extra-filename=-0ce24d3bc6c2110b --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-9e9d53757e35ea06.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a2459b4370421d8f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33352024-10-11T18:36:20.807Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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)' --check-cfg 'cfg(feature, values())' -C metadata=a21a0134acdb5461 -C extra-filename=-a21a0134acdb5461 --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-5c4b9fa02fe9d354.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-03b0f53e0e1bc97f.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b508f161ffaf58d6.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c1b935b082f1fe7f.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-263f62f7b32356e3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-bb8cc523f92d473b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-122117adc0fdde1e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-b122a2dba3037d1c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
33362024-10-11T18:36:21.978Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33372024-10-11T18:36:21.980Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d0ad22795112b2c8 -C extra-filename=-d0ad22795112b2c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-19901fd123c66ea5.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-19499eb85418e4b2.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-14177ee820a1e484.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-b7a42d5a8059c86a.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-0d08ec7cdcf25bcf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out`
33382024-10-11T18:36:22.572Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33392024-10-11T18:36:22.575Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5450a05efd57a2b2 -C extra-filename=-5450a05efd57a2b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-d9078d40c145551c.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-db8c0935ab7b4149.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4d36d7576c2a65fc.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-13e1fb9cd2b62a35.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c1b935b082f1fe7f.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e5be7b02fe71b1a0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-31ac23f604d0b3af.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a2459b4370421d8f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8b1774e5bfcf5fb6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7fdb07b1b748a5cd.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a226eb8ffa208e03.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-df56d017779c676d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e04cb5c1424c522f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33402024-10-11T18:36:22.790Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33412024-10-11T18:36:22.809Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1fe68b9f16cfe0fd -C extra-filename=-1fe68b9f16cfe0fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bf2937c29393a178.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33422024-10-11T18:36:24.013Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33432024-10-11T18:36:24.016Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9664203903bf4420 -C extra-filename=-9664203903bf4420 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-56047ae13ef06022.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-66ff388f29ea7411.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-81867403955f6e06.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f0cfb971ab7e7a11.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-19b29a9107eb9760.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33442024-10-11T18:36:24.161Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33452024-10-11T18:36:24.164Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d164ab8bc99814ee -C extra-filename=-d164ab8bc99814ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a21a0134acdb5461.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0a6443584b29c16c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-15f3581ce9224907.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-122117adc0fdde1e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
33462024-10-11T18:36:24.441Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33472024-10-11T18:36:24.443Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=58a6fc3b5b6413fc -C extra-filename=-58a6fc3b5b6413fc --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-94faf137b493206b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-99cafd33f08fd632.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33482024-10-11T18:36:25.954Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33492024-10-11T18:36:25.957Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e5bc3d6c3572dee5 -C extra-filename=-e5bc3d6c3572dee5 --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-5f33389b20d2eebe.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bf2937c29393a178.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33502024-10-11T18:36:30.985Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33512024-10-11T18:36:30.988Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=086bb24280a76d59 -C extra-filename=-086bb24280a76d59 --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-85b096bbceaff1b6.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-996ede9d6db7d79b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33522024-10-11T18:36:31.232Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33532024-10-11T18:36:31.234Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=9a7ef10e6dcea2e6 -C extra-filename=-9a7ef10e6dcea2e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c1b935b082f1fe7f.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d782b98bd8f3eefd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d0ad22795112b2c8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out`
33542024-10-11T18:36:33.651Z Compiling fd-lock v4.0.2
33552024-10-11T18:36:33.654Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=d8fd53cdd8bacb84 -C extra-filename=-d8fd53cdd8bacb84 --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-94faf137b493206b.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-30d8b57c3d4d8836.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33562024-10-11T18:36:33.878Z Compiling diesel_table_macro_syntax v0.2.0
33572024-10-11T18:36:33.880Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=370a6fae1b8e6fdd -C extra-filename=-370a6fae1b8e6fdd --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-cd3602e91269f134.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33582024-10-11T18:36:34.155Z Compiling scheduled-thread-pool v0.2.7
33592024-10-11T18:36:34.157Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a1b4d170652fe110 -C extra-filename=-a1b4d170652fe110 --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-472720b9ff68b690.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33602024-10-11T18:36:34.335Z Compiling atty v0.2.14
33612024-10-11T18:36:34.338Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name atty --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=42bb01a048b0cf97 -C extra-filename=-42bb01a048b0cf97 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33622024-10-11T18:36:34.485Z Compiling salty v0.3.0
33632024-10-11T18:36:34.488Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=82bf77a790973422 -C extra-filename=-82bf77a790973422 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-82bf77a790973422 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33642024-10-11T18:36:34.772Z Compiling crunchy v0.2.2
33652024-10-11T18:36:34.775Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=d0d09c3e0406dd3c -C extra-filename=-d0d09c3e0406dd3c --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-d0d09c3e0406dd3c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33662024-10-11T18:36:35.015Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-82bf77a790973422/build-script-build`
33672024-10-11T18:36:35.049Z Compiling r2d2 v0.8.10
33682024-10-11T18:36:35.052Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=da0f9bb04b0f3ad7 -C extra-filename=-da0f9bb04b0f3ad7 --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-31bde78633f57151.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-472720b9ff68b690.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-a1b4d170652fe110.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33692024-10-11T18:36:35.136Z Compiling diesel_derives v2.2.2
33702024-10-11T18:36:35.139Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_derives-2.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 --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)' --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=59e3fc62e11f7357 -C extra-filename=-59e3fc62e11f7357 --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-370a6fae1b8e6fdd.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-2e3a0cfbdda28297.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33712024-10-11T18:36:35.359Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-d0d09c3e0406dd3c/build-script-build`
33722024-10-11T18:36:35.391Z Compiling strip-ansi-escapes v0.2.0
33732024-10-11T18:36:35.391Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=b32080f5258ed296 -C extra-filename=-b32080f5258ed296 --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-c3fbeae06a8b6495.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33742024-10-11T18:36:35.436Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=e2ab1fb871611f01 -C extra-filename=-e2ab1fb871611f01 --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`
33752024-10-11T18:36:35.808Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=b4ef26d37d65ffd0 -C extra-filename=-b4ef26d37d65ffd0 --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-5c4b9fa02fe9d354.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
33762024-10-11T18:36:35.834Z Compiling p384 v0.13.0
33772024-10-11T18:36:35.837Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name p384 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=68bee8271f0753de -C extra-filename=-68bee8271f0753de --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-235b3a3c205d41a5.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-de11a116d7f7dd1f.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-4708f3a1aa5cc6b1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33782024-10-11T18:36:37.394Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
33792024-10-11T18:36:37.397Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2b88ab8/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)' --check-cfg 'cfg(feature, values())' -C metadata=5a8b88864330aa18 -C extra-filename=-5a8b88864330aa18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-8df2ed83fa4c112a.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bf2937c29393a178.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
33802024-10-11T18:36:37.397Z Compiling clang-sys v1.7.0
33812024-10-11T18:36:37.397Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.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="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="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs)' --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_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", "libloading", "runtime", "static"))' -C metadata=0d805f3cffbd8165 -C extra-filename=-0d805f3cffbd8165 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-0d805f3cffbd8165 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33822024-10-11T18:36:37.397Z Compiling crossterm v0.27.0
33832024-10-11T18:36:37.397Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/lib.rs --error-format=json --json=diagnostic-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="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "serde", "use-dev-tty", "windows"))' -C metadata=46097f79c9be1ac2 -C extra-filename=-46097f79c9be1ac2 --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-21aef30ff9a49b69.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-ce13f993b78485ab.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-472720b9ff68b690.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-8b929d32c77d7889.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-b93e58a224b7bbd5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33842024-10-11T18:36:37.397Z Compiling tiny-keccak v2.0.2
33852024-10-11T18:36:37.398Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=df1efb505928501a -C extra-filename=-df1efb505928501a --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-df1efb505928501a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33862024-10-11T18:36:37.457Z Compiling nu-ansi-term v0.50.0
33872024-10-11T18:36:37.460Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.50.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive_serde_style", "gnu_legacy", "serde"))' -C metadata=77516f015f1cbfc0 -C extra-filename=-77516f015f1cbfc0 --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`
33882024-10-11T18:36:37.702Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-df1efb505928501a/build-script-build`
33892024-10-11T18:36:37.733Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-0d805f3cffbd8165/build-script-build`
33902024-10-11T18:36:37.764Z Compiling mime_guess v2.0.4
33912024-10-11T18:36:37.767Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.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="rev-mappings"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=470faaa06d049e38 -C extra-filename=-470faaa06d049e38 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-470faaa06d049e38 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-e2ab1fb871611f01.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33922024-10-11T18:36:38.063Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crunchy --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=162ad21e175bb473 -C extra-filename=-162ad21e175bb473 --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`
33932024-10-11T18:36:38.176Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=c2c6672e682753ff -C extra-filename=-c2c6672e682753ff --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-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
33942024-10-11T18:36:38.199Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33952024-10-11T18:36:38.252Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7fafdb8e59c2a2c6 -C extra-filename=-7fafdb8e59c2a2c6 --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-6986dc787002ec30.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d164ab8bc99814ee.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
33962024-10-11T18:36:39.161Z Compiling reedline v0.33.0
33972024-10-11T18:36:39.164Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-0.33.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arboard", "bashisms", "crossbeam", "external_printer", "rusqlite", "serde_json", "sqlite", "sqlite-dynlib", "system_clipboard"))' -C metadata=e83ce477abda8c23 -C extra-filename=-e83ce477abda8c23 --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-20afe1f1506ec7c2.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-46097f79c9be1ac2.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-d8fd53cdd8bacb84.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb69c56d84ec7036.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-77516f015f1cbfc0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-b32080f5258ed296.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-cb9582a11d781662.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-d809c6274b019e58.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33982024-10-11T18:36:39.194Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33992024-10-11T18:36:39.196Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bfbfe1f51d1d5db5 -C extra-filename=-bfbfe1f51d1d5db5 --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-a2f887a005703d1f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d164ab8bc99814ee.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34002024-10-11T18:36:40.263Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34012024-10-11T18:36:40.266Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=04cd6c4ea65e5f18 -C extra-filename=-04cd6c4ea65e5f18 --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-fb64fc97cf5bba50.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-9228379cda021748.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
34022024-10-11T18:36:40.284Z Compiling env_filter v0.1.2
34032024-10-11T18:36:40.286Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name env_filter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=5c314fc8ddce98dc -C extra-filename=-5c314fc8ddce98dc --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-31bde78633f57151.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34042024-10-11T18:36:40.663Z Compiling ref-cast v1.0.23
34052024-10-11T18:36:40.665Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=ae2f172469cd8229 -C extra-filename=-ae2f172469cd8229 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-ae2f172469cd8229 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34062024-10-11T18:36:40.968Z Compiling env_logger v0.11.5
34072024-10-11T18:36:40.971Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex", "unstable-kv"))' -C metadata=9658813276394a8c -C extra-filename=-9658813276394a8c --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-5c314fc8ddce98dc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34082024-10-11T18:36:41.215Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-470faaa06d049e38/build-script-build`
34092024-10-11T18:36:41.262Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
34102024-10-11T18:36:41.262Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fc0d2d9189ba0c5a/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)' --check-cfg 'cfg(feature, values("getrandom", "std", "thiserror"))' -C metadata=ef759c31aa771b3a -C extra-filename=-ef759c31aa771b3a --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-b050ca61f382ec87.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-430187c666bc43bc.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-c2c6672e682753ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-122117adc0fdde1e.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34112024-10-11T18:36:41.305Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-ae2f172469cd8229/build-script-build`
34122024-10-11T18:36:41.356Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=3712e4e066a0ae45 -C extra-filename=-3712e4e066a0ae45 --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-162ad21e175bb473.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34132024-10-11T18:36:41.674Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34142024-10-11T18:36:41.677Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=18dd730e45d5560a -C extra-filename=-18dd730e45d5560a --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-20afe1f1506ec7c2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a2459b4370421d8f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bf2937c29393a178.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
34152024-10-11T18:36:42.041Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
34162024-10-11T18:36:42.044Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=16b8cd63e720b4c2 -C extra-filename=-16b8cd63e720b4c2 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-16b8cd63e720b4c2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-87f4eacd97c3de78.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
34172024-10-11T18:36:42.263Z Compiling ascii-canvas v3.0.0
34182024-10-11T18:36:42.266Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e4decf57a75b623d -C extra-filename=-e4decf57a75b623d --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-d2b024c6cdb0145f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34192024-10-11T18:36:42.408Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
34202024-10-11T18:36:42.410Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/11371b0/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)' --check-cfg 'cfg(feature, values())' -C metadata=02f6691f6e07a167 -C extra-filename=-02f6691f6e07a167 --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-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34212024-10-11T18:36:42.808Z Compiling ref-cast-impl v1.0.23
34222024-10-11T18:36:42.810Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f77f2c1d85dade14 -C extra-filename=-f77f2c1d85dade14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34232024-10-11T18:36:42.834Z Compiling ena v0.14.3
34242024-10-11T18:36:42.862Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ena --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bench", "dogged", "persistent"))' -C metadata=8104c5eec69b6dae -C extra-filename=-8104c5eec69b6dae --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-31bde78633f57151.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34252024-10-11T18:36:43.074Z Compiling libloading v0.8.3
34262024-10-11T18:36:43.077Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libloading --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=12b1ac854d05c5d8 -C extra-filename=-12b1ac854d05c5d8 --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-94faf137b493206b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34272024-10-11T18:36:43.295Z Compiling regex-syntax v0.6.29
34282024-10-11T18:36:43.298Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=cf92ab4de6adaff0 -C extra-filename=-cf92ab4de6adaff0 --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`
34292024-10-11T18:36:43.540Z Compiling bindgen v0.69.4
34302024-10-11T18:36:43.543Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.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="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' --check-cfg 'cfg(docsrs)' --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=0b19588ea3b34f70 -C extra-filename=-0b19588ea3b34f70 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-0b19588ea3b34f70 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34312024-10-11T18:36:44.196Z Dirty bytecount v0.6.8: the rustflags changed
34322024-10-11T18:36:44.196Z Compiling bytecount v0.6.8
34332024-10-11T18:36:44.199Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("generic-simd", "html_report", "runtime-dispatch-simd"))' -C metadata=7ff1d2d43293053c -C extra-filename=-7ff1d2d43293053c --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`
34342024-10-11T18:36:44.376Z Compiling cfg_aliases v0.1.1
34352024-10-11T18:36:44.378Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c436d8aeff88cf48 -C extra-filename=-c436d8aeff88cf48 --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`
34362024-10-11T18:36:44.436Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
34372024-10-11T18:36:44.438Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/cc13773/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)' --check-cfg 'cfg(feature, values())' -C metadata=bbd900005dbd82b6 -C extra-filename=-bbd900005dbd82b6 --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-bbd900005dbd82b6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34382024-10-11T18:36:44.489Z Compiling nix v0.28.0
34392024-10-11T18:36:44.518Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=ca13c98331e61947 -C extra-filename=-ca13c98331e61947 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-ca13c98331e61947 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-c436d8aeff88cf48.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34402024-10-11T18:36:44.631Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-0b19588ea3b34f70/build-script-build`
34412024-10-11T18:36:44.662Z Dirty papergrid v0.11.0: the rustflags changed
34422024-10-11T18:36:44.662Z Compiling papergrid v0.11.0
34432024-10-11T18:36:44.665Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "std"))' -C metadata=79466898f12bed22 -C extra-filename=-79466898f12bed22 --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-7ff1d2d43293053c.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-384dbe410948d0e9.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34442024-10-11T18:36:44.795Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-bbd900005dbd82b6/build-script-build`
34452024-10-11T18:36:44.829Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=391af38f426c4e7b -C extra-filename=-391af38f426c4e7b --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-f77f2c1d85dade14.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)'`
34462024-10-11T18:36:44.975Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-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="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="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs)' --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_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", "libloading", "runtime", "static"))' -C metadata=25dbdc5292db594e -C extra-filename=-25dbdc5292db594e --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-39f07e80d6316e9c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-12b1ac854d05c5d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34472024-10-11T18:36:45.409Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-16b8cd63e720b4c2/build-script-build`
34482024-10-11T18:36:45.442Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
34492024-10-11T18:36:45.444Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dice_verifier --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fc0d2d9189ba0c5a/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)' --check-cfg 'cfg(feature, values())' -C metadata=dd82d22225411df3 -C extra-filename=-dd82d22225411df3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-ef759c31aa771b3a.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-0fbd4ee0c026a43b.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-e486a8fad7c06591.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-9658813276394a8c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-68bee8271f0753de.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-122117adc0fdde1e.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-74ca2944f94ebadf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34502024-10-11T18:36:46.407Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.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="rev-mappings"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=e20d1e7d50ab8e8e -C extra-filename=-e20d1e7d50ab8e8e --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-74bdd973ffb0df66.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-e2ab1fb871611f01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34512024-10-11T18:36:46.619Z Compiling lalrpop v0.19.12
34522024-10-11T18:36:46.621Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "lexer", "pico-args", "test"))' -C metadata=6f137ddd60b32d31 -C extra-filename=-6f137ddd60b32d31 --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-e4decf57a75b623d.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-f27c634c8e28190b.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-0f6054f8c11a1395.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-8104c5eec69b6dae.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-be44762a43d64e7f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-197a32e1da667e01.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-cabd6990d00654d2.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-cf92ab4de6adaff0.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a035c1879c20c011.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d2b024c6cdb0145f.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-3712e4e066a0ae45.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-4a828090b584bc69.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34532024-10-11T18:36:47.393Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34542024-10-11T18:36:47.395Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=63eb5d65395c4088 -C extra-filename=-63eb5d65395c4088 --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-830498e334c402a9.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-1dec2ff04e09d9a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-f32ebe206649a34b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
34552024-10-11T18:36:48.047Z Compiling diesel v2.2.4
34562024-10-11T18:36:48.051Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.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="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)' --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=7db88011c84bec8a -C extra-filename=-7db88011c84bec8a --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-21aef30ff9a49b69.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-59e3fc62e11f7357.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-da0f9bb04b0f3ad7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34572024-10-11T18:36:48.855Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34582024-10-11T18:36:48.858Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9ee3b09736c9f1f9 -C extra-filename=-9ee3b09736c9f1f9 --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-d9c55e29fa366405.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
34592024-10-11T18:36:49.284Z Compiling which v4.4.2
34602024-10-11T18:36:49.287Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("regex"))' -C metadata=622d6f613cc0ccea -C extra-filename=-622d6f613cc0ccea --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-5d39f2eb1424d60a.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-97a8c4bd154ecfb4.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-30d8b57c3d4d8836.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34612024-10-11T18:36:49.894Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
34622024-10-11T18:36:49.896Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2b88ab8/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)' --check-cfg 'cfg(feature, values())' -C metadata=3b04ccb847e98551 -C extra-filename=-3b04ccb847e98551 --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-2da632077f49dfb6.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-8df2ed83fa4c112a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34632024-10-11T18:36:50.576Z Compiling tabled_derive v0.7.0
34642024-10-11T18:36:50.578Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=eab626772ee1d508 -C extra-filename=-eab626772ee1d508 --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-64fe453a3f9fcd4a.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-3d28735e88be0cbe.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1168198b55bce6f0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34652024-10-11T18:36:50.940Z Compiling cexpr v0.6.0
34662024-10-11T18:36:50.943Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f30f2bacc7962607 -C extra-filename=-f30f2bacc7962607 --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-19a28b98cd1da8cc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34672024-10-11T18:36:51.045Z Compiling shlex v1.3.0
34682024-10-11T18:36:51.048Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=cf1da36a64fc6247 -C extra-filename=-cf1da36a64fc6247 --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`
34692024-10-11T18:36:51.487Z Compiling rustc-hash v1.1.0
34702024-10-11T18:36:51.489Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=151a9aad91d0e211 -C extra-filename=-151a9aad91d0e211 --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`
34712024-10-11T18:36:51.661Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34722024-10-11T18:36:51.664Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3fe9ccaa826f653f -C extra-filename=-3fe9ccaa826f653f --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-20afe1f1506ec7c2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-18dd730e45d5560a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
34732024-10-11T18:36:52.773Z Compiling http-range v0.1.5
34742024-10-11T18:36:52.776Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=0f676f2a2dbefdb2 -C extra-filename=-0f676f2a2dbefdb2 --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`
34752024-10-11T18:36:53.175Z Compiling lazycell v1.3.0
34762024-10-11T18:36:53.177Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name lazycell --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("clippy", "nightly", "nightly-testing", "serde"))' -C metadata=83ab67f0ca0fe95a -C extra-filename=-83ab67f0ca0fe95a --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`
34772024-10-11T18:36:53.340Z Compiling tabled v0.15.0
34782024-10-11T18:36:53.343Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "derive", "macros", "std", "tabled_derive"))' -C metadata=bd26bb0d073557ea -C extra-filename=-bd26bb0d073557ea --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-79466898f12bed22.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-eab626772ee1d508.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34792024-10-11T18:36:53.362Z Compiling hyper-staticfile v0.10.1
34802024-10-11T18:36:53.363Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=503244b71a8ae7a1 -C extra-filename=-503244b71a8ae7a1 --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-9e460c6b16244ac3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-0f676f2a2dbefdb2.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-6fbea464aaabb1e8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-e20d1e7d50ab8e8e.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34812024-10-11T18:36:53.396Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.4/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-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)' --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=920b06b4cff4dac5 -C extra-filename=-920b06b4cff4dac5 --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-21aef30ff9a49b69.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-f30f2bacc7962607.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-25dbdc5292db594e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb69c56d84ec7036.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-83ab67f0ca0fe95a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-19b29a9107eb9760.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-151a9aad91d0e211.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-cf1da36a64fc6247.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-622d6f613cc0ccea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34822024-10-11T18:36:54.541Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
34832024-10-11T18:36:54.544Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/11371b0/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)' --check-cfg 'cfg(feature, values("falcon"))' -C metadata=86b09fc0d7b156c1 -C extra-filename=-86b09fc0d7b156c1 --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-3b04ccb847e98551.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-02f6691f6e07a167.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34842024-10-11T18:36:57.113Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/cc13773/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)' --check-cfg 'cfg(feature, values())' -C metadata=51fc7c5ea1f4aa27 -C extra-filename=-51fc7c5ea1f4aa27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-ef759c31aa771b3a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-dd82d22225411df3.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-e486a8fad7c06591.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-fb447f662e3fc4cd.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ca94a252ff86685f.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-bb8cc523f92d473b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-122117adc0fdde1e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0d360051f0406bd4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-74ca2944f94ebadf.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.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/ring-e8b5c01317fe1661/out`
34852024-10-11T18:36:58.203Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-ca13c98331e61947/build-script-build`
34862024-10-11T18:36:58.247Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
34872024-10-11T18:36:58.250Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/11371b0/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)' --check-cfg 'cfg(feature, values())' -C metadata=8a11f1fa84e84085 -C extra-filename=-8a11f1fa84e84085 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-42bb01a048b0cf97.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a2ffa63167802121.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bf2937c29393a178.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-02f6691f6e07a167.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-33c97d642638f64c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ea5bc31ca429f4e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
34882024-10-11T18:36:59.554Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
34892024-10-11T18:36:59.558Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickward --edition=2021 /home/build/.cargo/git/checkouts/clickward-55585085c2a3fa20/ceec762/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4f2919123c7fa7d6 -C extra-filename=-4f2919123c7fa7d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c1b935b082f1fe7f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34902024-10-11T18:36:59.732Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
34912024-10-11T18:36:59.735Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=446387135455f732 -C extra-filename=-446387135455f732 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-446387135455f732 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-87f4eacd97c3de78.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
34922024-10-11T18:37:00.103Z Compiling derive_builder_core v0.20.0
34932024-10-11T18:37:00.106Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_core-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="lib_has_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=e976f9ada01420cc -C extra-filename=-e976f9ada01420cc --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-e9183058d3ccdfdf.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34942024-10-11T18:37:00.374Z Compiling libxml v0.3.3
34952024-10-11T18:37:00.377Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=25957f77bb8c67b9 -C extra-filename=-25957f77bb8c67b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-25957f77bb8c67b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-eb481e38678e4e0a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34962024-10-11T18:37:00.839Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-25957f77bb8c67b9/build-script-build`
34972024-10-11T18:37:00.883Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-446387135455f732/build-script-build`
34982024-10-11T18:37:00.914Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=4438f54672a611e3 -C extra-filename=-4438f54672a611e3 --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-21aef30ff9a49b69.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
34992024-10-11T18:37:01.405Z Compiling peg-macros v0.8.4
35002024-10-11T18:37:01.408Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name peg_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-macros-0.8.4/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("trace"))' -C metadata=18d10c66f4786a80 -C extra-filename=-18d10c66f4786a80 --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-f68472f095c24de4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35012024-10-11T18:37:01.926Z Compiling signal-hook-tokio v0.3.1
35022024-10-11T18:37:01.928Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("futures-core-0_3", "futures-v0_3"))' -C metadata=305ae2e4ccebac81 -C extra-filename=-305ae2e4ccebac81 --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-5c0c6b13016b0cbd.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-8b929d32c77d7889.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35032024-10-11T18:37:02.124Z Compiling http v0.2.12
35042024-10-11T18:37:02.127Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-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)' --check-cfg 'cfg(feature, values())' -C metadata=c336ba5977c57748 -C extra-filename=-c336ba5977c57748 --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-5c4b9fa02fe9d354.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-384dbe410948d0e9.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35052024-10-11T18:37:02.588Z Compiling derive_builder_macro v0.20.0
35062024-10-11T18:37:02.591Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_macro-0.20.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="lib_has_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=83cabb5721c8a22a -C extra-filename=-83cabb5721c8a22a --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-e976f9ada01420cc.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35072024-10-11T18:37:03.738Z Compiling strum_macros v0.24.3
35082024-10-11T18:37:03.741Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=0258c1555572f62f -C extra-filename=-0258c1555572f62f --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-64fe453a3f9fcd4a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-cd12841eafeed674.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1168198b55bce6f0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35092024-10-11T18:37:04.720Z Compiling sqlparser_derive v0.2.2
35102024-10-11T18:37:04.723Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=0142c16831fc3d5d -C extra-filename=-0142c16831fc3d5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35112024-10-11T18:37:04.934Z Compiling memoffset v0.9.1
35122024-10-11T18:37:04.936Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=24a77ddfb9985470 -C extra-filename=-24a77ddfb9985470 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-24a77ddfb9985470 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-7640f4cdb39f9682.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35132024-10-11T18:37:05.333Z Compiling unicode_categories v0.1.1
35142024-10-11T18:37:05.336Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_categories --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=2dd34baae30e9f8e -C extra-filename=-2dd34baae30e9f8e --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`
35152024-10-11T18:37:05.448Z Compiling indoc v1.0.9
35162024-10-11T18:37:05.466Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=4282df15fb49f14d -C extra-filename=-4282df15fb49f14d --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`
35172024-10-11T18:37:05.691Z Compiling sqlformat v0.2.6
35182024-10-11T18:37:05.694Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlformat --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlformat-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)' --check-cfg 'cfg(feature, values())' -C metadata=bab93eeae3690c19 -C extra-filename=-bab93eeae3690c19 --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-19a28b98cd1da8cc.rmeta --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-2dd34baae30e9f8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35192024-10-11T18:37:06.041Z Compiling sqlparser v0.45.0
35202024-10-11T18:37:06.044Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bigdecimal", "default", "json_example", "serde", "serde_json", "sqlparser_derive", "std", "visitor"))' -C metadata=a092a4f81adfb449 -C extra-filename=-a092a4f81adfb449 --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-31bde78633f57151.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-0142c16831fc3d5d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35212024-10-11T18:37:06.599Z Compiling peg v0.8.4
35222024-10-11T18:37:06.602Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name peg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-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 embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "trace", "unstable"))' -C metadata=0dc9bbd224be7281 -C extra-filename=-0dc9bbd224be7281 --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-18d10c66f4786a80.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-f68472f095c24de4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35232024-10-11T18:37:06.722Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-24a77ddfb9985470/build-script-build`
35242024-10-11T18:37:06.874Z Compiling derive_builder v0.20.0
35252024-10-11T18:37:06.876Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "clippy", "default", "std"))' -C metadata=91a2d26b5f4e10fc -C extra-filename=-91a2d26b5f4e10fc --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-83cabb5721c8a22a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35262024-10-11T18:37:07.059Z Compiling rustyline v14.0.0
35272024-10-11T18:37:07.062Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustyline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=49cb1c27880287de -C extra-filename=-49cb1c27880287de --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-21aef30ff9a49b69.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-d8fd53cdd8bacb84.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-97a8c4bd154ecfb4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-4438f54672a611e3.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-f1644b6022ae8b51.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-d809c6274b019e58.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-da51f585a387d022.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35282024-10-11T18:37:07.587Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35292024-10-11T18:37:07.590Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=f2d7ba54f289716d -C extra-filename=-f2d7ba54f289716d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a21a0134acdb5461.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-7fafdb8e59c2a2c6.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e5bc3d6c3572dee5.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1cac0bbb8517eede.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5a8b88864330aa18.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c1b935b082f1fe7f.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1ddf7de24cb3e407.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c221f7ada05ad8e3.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8a5b5ded5d2ca92d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-118ade79276786c8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e5be7b02fe71b1a0.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-503244b71a8ae7a1.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bad1ed1b0375b0c1.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d782b98bd8f3eefd.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-80e1455d59ead7e9.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-18dd730e45d5560a.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f2d8f1f749fcdbde.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-086bb24280a76d59.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5ab86862fbd0b9ae.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-58a6fc3b5b6413fc.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fe9ccaa826f653f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0a6443584b29c16c.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8a11f1fa84e84085.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-86b09fc0d7b156c1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-15f3581ce9224907.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-122117adc0fdde1e.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-bfbfe1f51d1d5db5.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1fe68b9f16cfe0fd.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d164ab8bc99814ee.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d0ad22795112b2c8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9a7ef10e6dcea2e6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5345a57482515560.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-51fc7c5ea1f4aa27.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-0d08ec7cdcf25bcf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0c3f216cf9048aab.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
35302024-10-11T18:37:11.506Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e79a4110d2aaa102 -C extra-filename=-e79a4110d2aaa102 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2`
35312024-10-11T18:37:11.857Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
35322024-10-11T18:37:11.859Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8e00cbba6478192b -C extra-filename=-8e00cbba6478192b --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-6986dc787002ec30.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-04cd6c4ea65e5f18.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
35332024-10-11T18:37:12.577Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
35342024-10-11T18:37:12.580Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d838feaf8d997bc3 -C extra-filename=-d838feaf8d997bc3 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-d838feaf8d997bc3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-87f4eacd97c3de78.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
35352024-10-11T18:37:12.938Z Compiling bcs v0.1.6
35362024-10-11T18:37:12.940Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=98f0641d0f25bd02 -C extra-filename=-98f0641d0f25bd02 --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-48906e914e9337d7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35372024-10-11T18:37:13.681Z Compiling quick-xml v0.33.0
35382024-10-11T18:37:13.683Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.33.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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)' --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=91713e27126e2d08 -C extra-filename=-91713e27126e2d08 --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-3b15747880b886c1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35392024-10-11T18:37:14.501Z Compiling impl-trait-for-tuples v0.2.2
35402024-10-11T18:37:14.505Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=76e3cfd2935a2224 -C extra-filename=-76e3cfd2935a2224 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1168198b55bce6f0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35412024-10-11T18:37:14.835Z Compiling oso-derive v0.27.3
35422024-10-11T18:37:14.838Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=0b2e11d95905f2a3 -C extra-filename=-0b2e11d95905f2a3 --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-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1168198b55bce6f0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35432024-10-11T18:37:16.101Z Compiling pin-project-internal v1.1.5
35442024-10-11T18:37:16.104Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.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 --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)' --check-cfg 'cfg(feature, values())' -C metadata=daa4bc91de85947a -C extra-filename=-daa4bc91de85947a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35452024-10-11T18:37:17.208Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-d838feaf8d997bc3/build-script-build`
35462024-10-11T18:37:17.240Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name memoffset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=e7ab087565607334 -C extra-filename=-e7ab087565607334 --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`
35472024-10-11T18:37:17.366Z Compiling h2 v0.3.26
35482024-10-11T18:37:17.369Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=bbc9726817d0389d -C extra-filename=-bbc9726817d0389d --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-5c4b9fa02fe9d354.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-384dbe410948d0e9.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7739957597c73f63.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9e460c6b16244ac3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c336ba5977c57748.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96e20c34b56be83.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5d14c09c813b8c42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35492024-10-11T18:37:19.438Z Compiling pin-project v1.1.5
35502024-10-11T18:37:19.441Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=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)' --check-cfg 'cfg(feature, values())' -C metadata=f2ffd4b5a69c534e -C extra-filename=-f2ffd4b5a69c534e --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-daa4bc91de85947a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35512024-10-11T18:37:19.585Z Compiling http-body v0.4.6
35522024-10-11T18:37:19.588Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-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)' --check-cfg 'cfg(feature, values())' -C metadata=6e24b64cec0161bb -C extra-filename=-6e24b64cec0161bb --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-5c4b9fa02fe9d354.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c336ba5977c57748.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35532024-10-11T18:37:20.025Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
35542024-10-11T18:37:20.028Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=97e134f58932d91b -C extra-filename=-97e134f58932d91b --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-830498e334c402a9.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-1dec2ff04e09d9a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-f32ebe206649a34b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
35552024-10-11T18:37:21.901Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
35562024-10-11T18:37:21.904Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/8fcc2bb/build.rs --error-format=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)' --check-cfg 'cfg(feature, values())' -C metadata=36b9ca17c559fa87 -C extra-filename=-36b9ca17c559fa87 --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-36b9ca17c559fa87 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35572024-10-11T18:37:22.285Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
35582024-10-11T18:37:22.288Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/9bbac47/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)' --check-cfg 'cfg(feature, values())' -C metadata=19c2d3ff60670bcb -C extra-filename=-19c2d3ff60670bcb --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-19c2d3ff60670bcb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35592024-10-11T18:37:22.651Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-19c2d3ff60670bcb/build-script-build`
35602024-10-11T18:37:22.726Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-36b9ca17c559fa87/build-script-build`
35612024-10-11T18:37:22.803Z Compiling nix v0.27.1
35622024-10-11T18:37:22.806Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=3c96fc6c30d80279 -C extra-filename=-3c96fc6c30d80279 --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-21aef30ff9a49b69.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-e7ab087565607334.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35632024-10-11T18:37:23.021Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
35642024-10-11T18:37:23.024Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql", "oxql", "sql"))' -C metadata=acb5ff6bdeae1218 -C extra-filename=-acb5ff6bdeae1218 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-e38be0eb4c8c5e50.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-98f0641d0f25bd02.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4f2919123c7fa7d6.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-40b6f3a3b25ada4c.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-19901fd123c66ea5.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7fdb07b1b748a5cd.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-0dc9bbd224be7281.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e83ce477abda8c23.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-49cb1c27880287de.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-bab93eeae3690c19.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-a092a4f81adfb449.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-bd26bb0d073557ea.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
35652024-10-11T18:37:24.818Z Compiling hyper v0.14.30
35662024-10-11T18:37:24.820Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="socket2"' --cfg 'feature="tcp"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "backports", "client", "default", "deprecated", "ffi", "full", "h2", "http1", "http2", "libc", "nightly", "runtime", "server", "socket2", "stream", "tcp"))' -C metadata=1255f687454dffdc -C extra-filename=-1255f687454dffdc --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-5c4b9fa02fe9d354.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-acd6c3528e857df4.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9e460c6b16244ac3.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-bbc9726817d0389d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c336ba5977c57748.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-6e24b64cec0161bb.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-4ceb8996510f7f6e.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-6fbea464aaabb1e8.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c20ddb2efdeabe78.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5d14c09c813b8c42.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-834a74e98d60d91b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35672024-10-11T18:37:25.558Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
35682024-10-11T18:37:25.560Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/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)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=10f3a9483a71a801 -C extra-filename=-10f3a9483a71a801 --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-325983a483f82094.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-594e16b556b993ff.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-822beb825b739198.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35692024-10-11T18:37:25.866Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35702024-10-11T18:37:25.870Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=72dca26a5d4a8246 -C extra-filename=-72dca26a5d4a8246 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-72dca26a5d4a8246 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-87f4eacd97c3de78.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
35712024-10-11T18:37:26.228Z Compiling const_format_proc_macros v0.2.33
35722024-10-11T18:37:26.231Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name const_format_proc_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format_proc_macros-0.2.33/src/lib.rs --error-format=json --json=diagnostic-rendered-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)' --check-cfg 'cfg(feature, values("all", "debug", "default", "derive", "syn"))' -C metadata=d1ac2f2ded557c92 -C extra-filename=-d1ac2f2ded557c92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-4a828090b584bc69.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35732024-10-11T18:37:27.811Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=87005985b6ff1e6f -C extra-filename=-87005985b6ff1e6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-db8c0935ab7b4149.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-63eb5d65395c4088.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-13e1fb9cd2b62a35.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7db88011c84bec8a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f2d8f1f749fcdbde.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-9ee3b09736c9f1f9.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6204514cdbd6b31e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a2459b4370421d8f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a226eb8ffa208e03.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-391af38f426c4e7b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1fe68b9f16cfe0fd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-df56d017779c676d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
35742024-10-11T18:37:28.605Z Compiling bb8 v0.8.5
35752024-10-11T18:37:28.608Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "parking_lot"))' -C metadata=a091df3d5c5ff51d -C extra-filename=-a091df3d5c5ff51d --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-ac0f7a8996657ad1.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9e460c6b16244ac3.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-472720b9ff68b690.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35762024-10-11T18:37:29.154Z Compiling cargo-platform v0.1.8
35772024-10-11T18:37:29.157Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=b7aecad0c69fe1ce -C extra-filename=-b7aecad0c69fe1ce --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-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35782024-10-11T18:37:29.179Z Compiling snafu-derive v0.8.2
35792024-10-11T18:37:29.188Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-derive-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust_1_61"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rust_1_61", "unstable-provider-api"))' -C metadata=4a768318d4d5eeb3 -C extra-filename=-4a768318d4d5eeb3 --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-64fe453a3f9fcd4a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35802024-10-11T18:37:29.758Z Compiling sync_wrapper v0.1.2
35812024-10-11T18:37:29.761Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-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)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=12c43cd70bd8ae58 -C extra-filename=-12c43cd70bd8ae58 --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`
35822024-10-11T18:37:29.893Z Compiling cargo_metadata v0.18.1
35832024-10-11T18:37:29.896Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=128211e6bdfc76fe -C extra-filename=-128211e6bdfc76fe --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-a2f887a005703d1f.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-b7aecad0c69fe1ce.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35842024-10-11T18:37:32.696Z Compiling reqwest v0.11.27
35852024-10-11T18:37:32.699Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.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="stream"' --cfg 'feature="tokio-util"' --cfg 'feature="wasm-streams"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_proxy_sys_no_cache", "__rustls", "__tls", "async-compression", "blocking", "brotli", "cookie_crate", "cookie_store", "cookies", "default", "default-tls", "deflate", "futures-channel", "gzip", "h3", "h3-quinn", "hickory-dns", "hickory-resolver", "http3", "hyper-rustls", "hyper-tls", "json", "mime_guess", "multipart", "native-tls", "native-tls-alpn", "native-tls-crate", "native-tls-vendored", "quinn", "rustls", "rustls-native-certs", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "serde_json", "socks", "stream", "tokio-native-tls", "tokio-rustls", "tokio-socks", "tokio-util", "trust-dns", "wasm-streams", "webpki-roots"))' -C metadata=bf0d2ef317891b00 -C extra-filename=-bf0d2ef317891b00 --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-a2ffa63167802121.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-036e08876869b21a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9e460c6b16244ac3.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-bbc9726817d0389d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c336ba5977c57748.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-6e24b64cec0161bb.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1255f687454dffdc.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-c57ae2e537255ab5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-74bdd973ffb0df66.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-158356caa281290b.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-12c43cd70bd8ae58.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c20ddb2efdeabe78.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35862024-10-11T18:37:33.638Z Compiling async-bb8-diesel v0.2.1
35872024-10-11T18:37:33.640Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("cockroach", "default"))' -C metadata=1604f69fcfb42e58 -C extra-filename=-1604f69fcfb42e58 --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-ac0f7a8996657ad1.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-a091df3d5c5ff51d.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7db88011c84bec8a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
35882024-10-11T18:37:34.446Z Compiling const_format v0.2.33
35892024-10-11T18:37:34.449Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name const_format --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format-0.2.33/src/lib.rs --error-format=json --json=diagnostic-rendered-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)' --check-cfg 'cfg(feature, values("__debug", "__docsrs", "__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"))' -C metadata=87cd2860d09efc26 -C extra-filename=-87cd2860d09efc26 --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-d1ac2f2ded557c92.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35902024-10-11T18:37:35.122Z Compiling snafu v0.8.2
35912024-10-11T18:37:35.124Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-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="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)' --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", "std", "unstable-core-error", "unstable-provider-api", "unstable-try-trait"))' -C metadata=5fad31e0d29ccca5 -C extra-filename=-5fad31e0d29ccca5 --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-5c0c6b13016b0cbd.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-f2ffd4b5a69c534e.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-4a768318d4d5eeb3.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35922024-10-11T18:37:35.170Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/8fcc2bb/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=486985f93d8d0f26 -C extra-filename=-486985f93d8d0f26 --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-7db88011c84bec8a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
35932024-10-11T18:37:35.598Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-72dca26a5d4a8246/build-script-build`
35942024-10-11T18:37:35.630Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/9bbac47/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)' --check-cfg 'cfg(feature, values())' -C metadata=e55aa7860c4f81f3 -C extra-filename=-e55aa7860c4f81f3 --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-ac0f7a8996657ad1.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4e837b6a185b9e4c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-7145ec3957bee753.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-430187c666bc43bc.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ac4fcd4c9083a226.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-014178c12363f11b.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-3c96fc6c30d80279.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-e0e673c1858dfad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a035c1879c20c011.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-10f3a9483a71a801.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-303a72aac75bd855.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-d34656e55e92aa96/out/lib`
35952024-10-11T18:37:36.014Z Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#9d0cdc48)
35962024-10-11T18:37:36.017Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name qorb --edition=2021 /home/build/.cargo/git/checkouts/qorb-2aec95fa693f52a8/9d0cdc4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="qtop"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "diesel_pg", "qtop", "serde"))' -C metadata=84c8197aa555f2bf -C extra-filename=-84c8197aa555f2bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-13e1fb9cd2b62a35.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-dd219e33a1c62947.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-02f795c9d008e0b6.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5d14c09c813b8c42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out`
35972024-10-11T18:37:42.213Z Compiling globset v0.4.14
35982024-10-11T18:37:42.216Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/globset-0.4.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "serde", "serde1", "simd-accel"))' -C metadata=6a6434cec0cd406a -C extra-filename=-6a6434cec0cd406a --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-ccd418511fd0e494.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-0b179f319982781a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-fcd8ea28b6b8ac77.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-7d938304ceffab4a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35992024-10-11T18:37:42.592Z Compiling olpc-cjson v0.1.3
36002024-10-11T18:37:42.594Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/olpc-cjson-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)' --check-cfg 'cfg(feature, values())' -C metadata=800d19f567b0d9df -C extra-filename=-800d19f567b0d9df --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-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36012024-10-11T18:37:42.871Z Compiling serde_plain v1.0.2
36022024-10-11T18:37:42.874Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=17d9e1d1c02bd837 -C extra-filename=-17d9e1d1c02bd837 --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-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36032024-10-11T18:37:43.324Z Compiling typed-path v0.7.1
36042024-10-11T18:37:43.327Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name typed_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typed-path-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=035dc440c125802f -C extra-filename=-035dc440c125802f --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`
36052024-10-11T18:37:43.785Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36062024-10-11T18:37:43.788Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cebccc0279344ee9 -C extra-filename=-cebccc0279344ee9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-8e00cbba6478192b.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-e55aa7860c4f81f3.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-04cd6c4ea65e5f18.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-9228379cda021748.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-58a6fc3b5b6413fc.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fe9ccaa826f653f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-8b929d32c77d7889.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-305ae2e4ccebac81.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-02f795c9d008e0b6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib`
36072024-10-11T18:37:44.060Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36082024-10-11T18:37:44.062Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e144120f2741766e -C extra-filename=-e144120f2741766e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-04cd6c4ea65e5f18.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
36092024-10-11T18:37:46.057Z Compiling tough v0.17.1
36102024-10-11T18:37:46.060Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-0.17.1/src/lib.rs --error-format=json --json=diagnostic-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)' --check-cfg 'cfg(feature, values("http", "integ", "reqwest"))' -C metadata=188a227eda0fa507 -C extra-filename=-188a227eda0fa507 --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-e38be0eb4c8c5e50.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5859d1b7689bc278.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-6a6434cec0cd406a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-800d19f567b0d9df.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-bf0d2ef317891b00.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-17d9e1d1c02bd837.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-5fad31e0d29ccca5.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-035dc440c125802f.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-5ba18449f0014995.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out`
36112024-10-11T18:37:46.695Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
36122024-10-11T18:37:46.698Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3528801edfaa2d74 -C extra-filename=-3528801edfaa2d74 --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-20afe1f1506ec7c2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bf2937c29393a178.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
36132024-10-11T18:37:48.684Z Compiling parse-size v1.0.0
36142024-10-11T18:37:48.686Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-size-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)' --check-cfg 'cfg(feature, values("std"))' -C metadata=93c89df6fe796d16 -C extra-filename=-93c89df6fe796d16 --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`
36152024-10-11T18:37:48.892Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
36162024-10-11T18:37:48.895Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f600fb80a2519a65 -C extra-filename=-f600fb80a2519a65 --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-db8c0935ab7b4149.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
36172024-10-11T18:37:48.944Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36182024-10-11T18:37:48.947Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b41f02d5439374cc -C extra-filename=-b41f02d5439374cc --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-20afe1f1506ec7c2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
36192024-10-11T18:37:50.752Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36202024-10-11T18:37:50.755Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=de9a7f47a28e139d -C extra-filename=-de9a7f47a28e139d --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-a2f887a005703d1f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-04cd6c4ea65e5f18.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-cebccc0279344ee9.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e144120f2741766e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64`
36212024-10-11T18:37:51.007Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36222024-10-11T18:37:51.010Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=71037d7fffbbfd6e -C extra-filename=-71037d7fffbbfd6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-18dd730e45d5560a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-b41f02d5439374cc.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3528801edfaa2d74.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-acb5ff6bdeae1218.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
36232024-10-11T18:37:53.622Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
36242024-10-11T18:37:53.625Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a9802cbb7e4424e8 -C extra-filename=-a9802cbb7e4424e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7faa8b9f3fdb477f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ac4fcd4c9083a226.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-93c89df6fe796d16.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-6f908aa0e4b5d91a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-188a227eda0fa507.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-303a72aac75bd855.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
36252024-10-11T18:37:57.522Z Compiling assert_matches v1.5.0
36262024-10-11T18:37:57.524Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=d65da3ab02c6d0c5 -C extra-filename=-d65da3ab02c6d0c5 --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`
36272024-10-11T18:37:57.629Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
36282024-10-11T18:37:57.632Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b7f9e3dd0c7d3c77 -C extra-filename=-b7f9e3dd0c7d3c77 --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-ac0f7a8996657ad1.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f2d8f1f749fcdbde.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
36292024-10-11T18:37:58.164Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
36302024-10-11T18:37:58.167Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-42a90d71bc44c8c6/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)' --check-cfg 'cfg(feature, values())' -C metadata=3da3fc97dc15c911 -C extra-filename=-3da3fc97dc15c911 --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-64fe453a3f9fcd4a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36312024-10-11T18:38:00.308Z Compiling libz-sys v1.1.16
36322024-10-11T18:38:00.310Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng"))' -C metadata=80b152ec7d704e45 -C extra-filename=-80b152ec7d704e45 --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-80b152ec7d704e45 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-43b8f6db9526eca9.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-eb481e38678e4e0a.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-1de0e5370f5fe5c3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36332024-10-11T18:38:01.149Z Compiling rand_seeder v0.3.0
36342024-10-11T18:38:01.152Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_seeder --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=2ee9258c0041f7b8 -C extra-filename=-2ee9258c0041f7b8 --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-8b13f8510d518754.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36352024-10-11T18:38:01.507Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-80b152ec7d704e45/build-script-build`
36362024-10-11T18:38:01.647Z Compiling clickhouse-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-client)
36372024-10-11T18:38:01.650Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_client --edition=2021 clients/clickhouse-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=94fc1672dff0a079 -C extra-filename=-94fc1672dff0a079 --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-20afe1f1506ec7c2.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-f600fb80a2519a65.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-db8c0935ab7b4149.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bf2937c29393a178.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
36382024-10-11T18:38:01.963Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36392024-10-11T18:38:01.967Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2001f0410d8c3bb1 -C extra-filename=-2001f0410d8c3bb1 --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-31ac23f604d0b3af.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-2ee9258c0041f7b8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
36402024-10-11T18:38:02.174Z Compiling libgit2-sys v0.17.0+1.8.1
36412024-10-11T18:38:02.176Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=e0a203ee320eb7db -C extra-filename=-e0a203ee320eb7db --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e0a203ee320eb7db -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-43b8f6db9526eca9.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-eb481e38678e4e0a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36422024-10-11T18:38:03.148Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e0a203ee320eb7db/build-script-build`
36432024-10-11T18:38:04.890Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libz_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng"))' -C metadata=64858db741996388 -C extra-filename=-64858db741996388 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l z -l z`
36442024-10-11T18:38:05.070Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
36452024-10-11T18:38:05.073Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=89c03cf0d4318714 -C extra-filename=-89c03cf0d4318714 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8a5b5ded5d2ca92d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e5be7b02fe71b1a0.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e04cb5c1424c522f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
36462024-10-11T18:38:09.400Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
36472024-10-11T18:38:09.403Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f7ce6b9e79c79528 -C extra-filename=-f7ce6b9e79c79528 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern clickhouse_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_client-94fc1672dff0a079.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-db8c0935ab7b4149.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e5be7b02fe71b1a0.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1fe68b9f16cfe0fd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-2001f0410d8c3bb1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
36482024-10-11T18:38:10.439Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
36492024-10-11T18:38:10.442Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9f7807a91457e9b4 -C extra-filename=-9f7807a91457e9b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ac4fcd4c9083a226.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-188a227eda0fa507.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a9802cbb7e4424e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/ssl-3/lib/amd64`
36502024-10-11T18:38:12.880Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
36512024-10-11T18:38:12.883Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d27a2fbce2ae536a -C extra-filename=-d27a2fbce2ae536a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
36522024-10-11T18:38:13.045Z Compiling vergen v8.3.2
36532024-10-11T18:38:13.048Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=8aef8dd6f9115d81 -C extra-filename=-8aef8dd6f9115d81 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-8aef8dd6f9115d81 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-cd12841eafeed674.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36542024-10-11T18:38:13.439Z Compiling is_ci v1.2.0
36552024-10-11T18:38:13.441Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=1ffd4f2a5c71f8ce -C extra-filename=-1ffd4f2a5c71f8ce --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`
36562024-10-11T18:38:13.717Z Compiling supports-color v3.0.1
36572024-10-11T18:38:13.720Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/supports-color-3.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)' --check-cfg 'cfg(feature, values())' -C metadata=e14989a5d0ee9047 -C extra-filename=-e14989a5d0ee9047 --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-1ffd4f2a5c71f8ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36582024-10-11T18:38:14.029Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-8aef8dd6f9115d81/build-script-build`
36592024-10-11T18:38:14.061Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
36602024-10-11T18:38:14.064Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d8d8bf23ac042ccb -C extra-filename=-d8d8bf23ac042ccb --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-d8d8bf23ac042ccb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-87f4eacd97c3de78.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
36612024-10-11T18:38:14.370Z Compiling libsqlite3-sys v0.30.1
36622024-10-11T18:38:14.373Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsqlite3-sys-0.30.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "buildtime_bindgen", "bundled", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "bundled_bindings", "cc", "default", "in_gecko", "loadable_extension", "min_sqlite_version_3_14_0", "openssl-sys", "pkg-config", "prettyplease", "preupdate_hook", "quote", "session", "sqlcipher", "syn", "unlock_notify", "vcpkg", "wasm32-wasi-vfs", "with-asan"))' -C metadata=ca307b84e628cf7e -C extra-filename=-ca307b84e628cf7e --out-dir /work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-ca307b84e628cf7e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-eb481e38678e4e0a.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-1de0e5370f5fe5c3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36632024-10-11T18:38:14.486Z Compiling cfg_aliases v0.2.1
36642024-10-11T18:38:14.489Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=44929ccb8db2da6c -C extra-filename=-44929ccb8db2da6c --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`
36652024-10-11T18:38:14.608Z Compiling rustls v0.21.12
36662024-10-11T18:38:14.611Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=9d40a143c83c6f9c -C extra-filename=-9d40a143c83c6f9c --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-9d40a143c83c6f9c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36672024-10-11T18:38:14.963Z Running `/work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-ca307b84e628cf7e/build-script-build`
36682024-10-11T18:38:14.969Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-9d40a143c83c6f9c/build-script-build`
36692024-10-11T18:38:14.984Z Compiling nix v0.29.0
36702024-10-11T18:38:14.987Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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="uio"' --check-cfg 'cfg(docsrs)' --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=100f50d5b1b272ed -C extra-filename=-100f50d5b1b272ed --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-100f50d5b1b272ed -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-44929ccb8db2da6c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36712024-10-11T18:38:15.012Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-d8d8bf23ac042ccb/build-script-build`
36722024-10-11T18:38:15.041Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
36732024-10-11T18:38:15.044Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=52ce611031563794 -C extra-filename=-52ce611031563794 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-d27a2fbce2ae536a.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f0cfb971ab7e7a11.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7fdb07b1b748a5cd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
36742024-10-11T18:38:15.886Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36752024-10-11T18:38:15.889Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c4c1c4b87a7b5be1 -C extra-filename=-c4c1c4b87a7b5be1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-db8c0935ab7b4149.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e5be7b02fe71b1a0.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-c57ae2e537255ab5.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f2d8f1f749fcdbde.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-f7ce6b9e79c79528.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1fe68b9f16cfe0fd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-2001f0410d8c3bb1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
36762024-10-11T18:38:15.913Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36772024-10-11T18:38:15.915Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6a775ea9ed3ebdb1 -C extra-filename=-6a775ea9ed3ebdb1 --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-6986dc787002ec30.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
36782024-10-11T18:38:20.077Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
36792024-10-11T18:38:20.080Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f3e5c84e864c9426 -C extra-filename=-f3e5c84e864c9426 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-f3e5c84e864c9426 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-87f4eacd97c3de78.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
36802024-10-11T18:38:20.452Z Compiling castaway v0.2.3
36812024-10-11T18:38:20.454Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=560b5d52bef86bca -C extra-filename=-560b5d52bef86bca --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-cd12841eafeed674.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36822024-10-11T18:38:20.629Z Compiling rustls-webpki v0.101.7
36832024-10-11T18:38:20.632Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=575b5a6d4acb28b6 -C extra-filename=-575b5a6d4acb28b6 --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-21e223042efd6c2a.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-5ba18449f0014995.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out`
36842024-10-11T18:38:22.584Z Compiling sct v0.7.1
36852024-10-11T18:38:22.586Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=59ca750739fc586b -C extra-filename=-59ca750739fc586b --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-21e223042efd6c2a.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-5ba18449f0014995.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out`
36862024-10-11T18:38:22.925Z Compiling concurrent-queue v2.5.0
36872024-10-11T18:38:22.927Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=ff0fd89ddb267c08 -C extra-filename=-ff0fd89ddb267c08 --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-6f3b480f63e334a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36882024-10-11T18:38:23.320Z Dirty smawk v0.3.2: the rustflags changed
36892024-10-11T18:38:23.320Z Compiling smawk v0.3.2
36902024-10-11T18:38:23.323Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("ndarray"))' -C metadata=67ff47dd1c0fd95d -C extra-filename=-67ff47dd1c0fd95d --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`
36912024-10-11T18:38:23.564Z Compiling parking v2.2.1
36922024-10-11T18:38:23.566Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=cb6104646fa2ceab -C extra-filename=-cb6104646fa2ceab --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`
36932024-10-11T18:38:23.940Z Dirty unicode-linebreak v0.1.5: the rustflags changed
36942024-10-11T18:38:23.940Z Compiling unicode-linebreak v0.1.5
36952024-10-11T18:38:23.943Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=5745b33b579fab38 -C extra-filename=-5745b33b579fab38 --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`
36962024-10-11T18:38:24.455Z Dirty textwrap v0.16.1: the rustflags changed
36972024-10-11T18:38:24.455Z Compiling textwrap v0.16.1
36982024-10-11T18:38:24.474Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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="unicode-linebreak"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"))' -C metadata=a743db74423d42c5 -C extra-filename=-a743db74423d42c5 --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-67ff47dd1c0fd95d.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-5745b33b579fab38.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36992024-10-11T18:38:24.879Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=3ccbc8d01eb6b26c -C extra-filename=-3ccbc8d01eb6b26c --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-31bde78633f57151.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-575b5a6d4acb28b6.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-59ca750739fc586b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out`
37002024-10-11T18:38:25.753Z Compiling compact_str v0.8.0
37012024-10-11T18:38:25.755Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name compact_str --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=b38aa10ecf19e52e -C extra-filename=-b38aa10ecf19e52e --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-560b5d52bef86bca.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-cd12841eafeed674.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-c8748712d383e42f.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37022024-10-11T18:38:27.258Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-f3e5c84e864c9426/build-script-build`
37032024-10-11T18:38:27.290Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-100f50d5b1b272ed/build-script-build`
37042024-10-11T18:38:27.322Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libsqlite3_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsqlite3-sys-0.30.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "buildtime_bindgen", "bundled", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "bundled_bindings", "cc", "default", "in_gecko", "loadable_extension", "min_sqlite_version_3_14_0", "openssl-sys", "pkg-config", "prettyplease", "preupdate_hook", "quote", "session", "sqlcipher", "syn", "unlock_notify", "vcpkg", "wasm32-wasi-vfs", "with-asan"))' -C metadata=c3eacb493a7f854a -C extra-filename=-c3eacb493a7f854a --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=/usr/lib/amd64 -l sqlite3`
37052024-10-11T18:38:27.495Z Compiling samael v0.0.17
37062024-10-11T18:38:27.498Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/samael-0.0.17/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)' --check-cfg 'cfg(feature, values("lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=5dcedcfd3465ebc0 -C extra-filename=-5dcedcfd3465ebc0 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-5dcedcfd3465ebc0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-920b06b4cff4dac5.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-eb481e38678e4e0a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37072024-10-11T18:38:27.653Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37082024-10-11T18:38:27.656Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=51e5a269a11e8dcd -C extra-filename=-51e5a269a11e8dcd --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-51e5a269a11e8dcd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-87f4eacd97c3de78.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
37092024-10-11T18:38:27.838Z Compiling unicode-truncate v1.0.0
37102024-10-11T18:38:27.841Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_truncate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-truncate-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1b803a069b8e44cb -C extra-filename=-1b803a069b8e44cb --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-bb69c56d84ec7036.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37112024-10-11T18:38:28.016Z Compiling lru v0.12.3
37122024-10-11T18:38:28.019Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name lru --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-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"' --cfg 'feature="hashbrown"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hashbrown", "nightly"))' -C metadata=2e379ac974ec3b31 -C extra-filename=-2e379ac974ec3b31 --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-c1d67db3a75f1d90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37132024-10-11T18:38:28.098Z Compiling hashlink v0.9.1
37142024-10-11T18:38:28.100Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hashlink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashlink-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)' --check-cfg 'cfg(feature, values("serde", "serde_impl"))' -C metadata=f7ae49f90508c54e -C extra-filename=-f7ae49f90508c54e --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-c1d67db3a75f1d90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37152024-10-11T18:38:28.352Z Compiling instability v0.3.2
37162024-10-11T18:38:28.355Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name instability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=9ba0b635198b3a56 -C extra-filename=-9ba0b635198b3a56 --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-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37172024-10-11T18:38:28.798Z Compiling fallible-iterator v0.3.0
37182024-10-11T18:38:28.801Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-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="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=38d4df39420f26f0 -C extra-filename=-38d4df39420f26f0 --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`
37192024-10-11T18:38:29.455Z Compiling fallible-streaming-iterator v0.1.9
37202024-10-11T18:38:29.458Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fallible_streaming_iterator --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-streaming-iterator-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=268e12232fc32356 -C extra-filename=-268e12232fc32356 --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`
37212024-10-11T18:38:29.691Z Compiling cassowary v0.3.0
37222024-10-11T18:38:29.694Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cassowary --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a0df4d0548b0a401 -C extra-filename=-a0df4d0548b0a401 --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`
37232024-10-11T18:38:29.694Z Compiling rusqlite v0.32.1
37242024-10-11T18:38:29.694Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rusqlite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusqlite-0.32.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("array", "backup", "blob", "buildtime_bindgen", "bundled", "bundled-full", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "chrono", "collation", "column_decltype", "csv", "csvtab", "extra_check", "functions", "hooks", "i128_blob", "in_gecko", "limits", "load_extension", "loadable_extension", "modern-full", "modern_sqlite", "preupdate_hook", "release_memory", "rusqlite-macros", "serde_json", "serialize", "series", "session", "sqlcipher", "time", "trace", "unlock_notify", "url", "uuid", "vtab", "wasm32-wasi-vfs", "window", "with-asan"))' -C metadata=4c367cc260469b80 -C extra-filename=-4c367cc260469b80 --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-21aef30ff9a49b69.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-38d4df39420f26f0.rmeta --extern fallible_streaming_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_streaming_iterator-268e12232fc32356.rmeta --extern hashlink=/work/oxidecomputer/omicron/target/debug/deps/libhashlink-f7ae49f90508c54e.rmeta --extern libsqlite3_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibsqlite3_sys-c3eacb493a7f854a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
37252024-10-11T18:38:29.962Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-5dcedcfd3465ebc0/build-script-bindings`
37262024-10-11T18:38:30.756Z Compiling ratatui v0.28.0
37272024-10-11T18:38:30.759Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-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 '--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)' --check-cfg 'cfg(feature, values("all-widgets", "crossterm", "default", "document-features", "macros", "palette", "serde", "termion", "termwiz", "underline-color", "unstable", "unstable-rendered-line-info", "unstable-widget-ref", "widget-calendar"))' -C metadata=a63b8b732092917a -C extra-filename=-a63b8b732092917a --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-21aef30ff9a49b69.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-a0df4d0548b0a401.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-b38aa10ecf19e52e.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-40b6f3a3b25ada4c.rmeta --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-9ba0b635198b3a56.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-2e379ac974ec3b31.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-cb9582a11d781662.so --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-d809c6274b019e58.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-1b803a069b8e44cb.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37282024-10-11T18:38:32.478Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/samael-0.0.17/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)' --check-cfg 'cfg(feature, values("lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=a25a3563f9485015 -C extra-filename=-a25a3563f9485015 --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-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-91a2d26b5f4e10fc.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-e79a4110d2aaa102.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8b1774e5bfcf5fb6.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-aba34158fbf029ed.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9d9e768368c14300.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-91713e27126e2d08.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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`
37292024-10-11T18:38:32.758Z Compiling tokio-rustls v0.24.1
37302024-10-11T18:38:32.761Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "early-data", "logging", "secret_extraction", "tls12"))' -C metadata=714b6b78a4027df5 -C extra-filename=-714b6b78a4027df5 --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-3ccbc8d01eb6b26c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out`
37312024-10-11T18:38:33.159Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-51e5a269a11e8dcd/build-script-build`
37322024-10-11T18:38:33.191Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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="uio"' --check-cfg 'cfg(docsrs)' --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=48c06e7803892847 -C extra-filename=-48c06e7803892847 --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-21aef30ff9a49b69.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.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)'`
37332024-10-11T18:38:33.447Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37342024-10-11T18:38:33.449Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0deb8bcd382c4b11 -C extra-filename=-0deb8bcd382c4b11 --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-20afe1f1506ec7c2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bf2937c29393a178.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
37352024-10-11T18:38:33.908Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
37362024-10-11T18:38:33.910Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7410cad63af55f46 -C extra-filename=-7410cad63af55f46 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-7410cad63af55f46 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-87f4eacd97c3de78.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
37372024-10-11T18:38:34.208Z Compiling rustls-pemfile v1.0.4
37382024-10-11T18:38:34.211Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=ef67309bf96e0f1b -C extra-filename=-ef67309bf96e0f1b --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-a2ffa63167802121.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37392024-10-11T18:38:34.677Z Compiling twox-hash v1.6.3
37402024-10-11T18:38:34.680Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name twox_hash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/twox-hash-1.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "digest", "digest_0_10", "digest_0_9", "rand", "serde", "serialize", "std"))' -C metadata=7b344d75191d5980 -C extra-filename=-7b344d75191d5980 --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-94faf137b493206b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37412024-10-11T18:38:34.911Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-7410cad63af55f46/build-script-build`
37422024-10-11T18:38:34.943Z Compiling event-listener v5.3.1
37432024-10-11T18:38:34.946Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "loom", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=af5e5308be06b924 -C extra-filename=-af5e5308be06b924 --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-ff0fd89ddb267c08.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-cb6104646fa2ceab.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37442024-10-11T18:38:35.392Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
37452024-10-11T18:38:35.395Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2b88ab8/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)' --check-cfg 'cfg(feature, values())' -C metadata=4a633880fe6bb6a7 -C extra-filename=-4a633880fe6bb6a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-8df2ed83fa4c112a.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bf2937c29393a178.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
37462024-10-11T18:38:35.528Z Compiling fatfs v0.3.6
37472024-10-11T18:38:35.530Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fatfs --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "chrono", "core_io", "default", "std"))' -C metadata=d66df7ee8bede590 -C extra-filename=-d66df7ee8bede590 --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-e992fadcca1ed6f2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37482024-10-11T18:38:37.149Z Compiling event-listener-strategy v0.5.2
37492024-10-11T18:38:37.152Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f111ec96a719308a -C extra-filename=-f111ec96a719308a --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-af5e5308be06b924.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37502024-10-11T18:38:37.360Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37512024-10-11T18:38:37.362Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=34fea5dbafc6c5db -C extra-filename=-34fea5dbafc6c5db --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-20afe1f1506ec7c2.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bad1ed1b0375b0c1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bf2937c29393a178.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d164ab8bc99814ee.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e04cb5c1424c522f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-89c03cf0d4318714.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
37522024-10-11T18:38:37.595Z Compiling csv-core v0.1.11
37532024-10-11T18:38:37.598Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name csv_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "libc"))' -C metadata=ea19030902cb9687 -C extra-filename=-ea19030902cb9687 --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-3b15747880b886c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37542024-10-11T18:38:38.005Z Compiling csv v1.3.0
37552024-10-11T18:38:38.008Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-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)' --check-cfg 'cfg(feature, values())' -C metadata=d4891348ab354bc4 -C extra-filename=-d4891348ab354bc4 --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-ea19030902cb9687.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-c8748712d383e42f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37562024-10-11T18:38:38.138Z Compiling futures-lite v2.3.0
37572024-10-11T18:38:38.140Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_lite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "fastrand", "futures-io", "memchr", "parking", "race", "std"))' -C metadata=ec90834510550653 -C extra-filename=-ec90834510550653 --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-021f1b051b6c63fa.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-cb6104646fa2ceab.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37582024-10-11T18:38:39.337Z Compiling rtoolbox v0.0.2
37592024-10-11T18:38:39.340Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=3056df869e15c610 -C extra-filename=-3056df869e15c610 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37602024-10-11T18:38:39.804Z Compiling shell-words v1.1.0
37612024-10-11T18:38:39.807Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name shell_words --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=bfaf6b529bbb10b0 -C extra-filename=-bfaf6b529bbb10b0 --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`
37622024-10-11T18:38:39.967Z Compiling plotters-backend v0.3.5
37632024-10-11T18:38:39.970Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-backend-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)' --check-cfg 'cfg(feature, values())' -C metadata=cae6e4eff76e0ec4 -C extra-filename=-cae6e4eff76e0ec4 --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`
37642024-10-11T18:38:40.142Z Compiling rpassword v7.3.1
37652024-10-11T18:38:40.144Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=ea70cbef8dc2ae97 -C extra-filename=-ea70cbef8dc2ae97 --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-1b46dd66a7c6c3c6.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-3056df869e15c610.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37662024-10-11T18:38:40.511Z Compiling plotters-svg v0.3.5
37672024-10-11T18:38:40.511Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-svg-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)' --check-cfg 'cfg(feature, values("bitmap_encoder", "debug", "image"))' -C metadata=e75ceed9def0dc02 -C extra-filename=-e75ceed9def0dc02 --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-cae6e4eff76e0ec4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37682024-10-11T18:38:40.530Z Compiling tui-tree-widget v0.22.0
37692024-10-11T18:38:40.532Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tui-tree-widget-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --forbid=unsafe_code '--warn=clippy::pedantic' '--warn=clippy::nursery' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7034a7302166cf35 -C extra-filename=-7034a7302166cf35 --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-a63b8b732092917a.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37702024-10-11T18:38:40.872Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
37712024-10-11T18:38:40.875Z Compiling cast v0.3.0
37722024-10-11T18:38:40.875Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-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)' --check-cfg 'cfg(feature, values())' -C metadata=bf099c0959339442 -C extra-filename=-bf099c0959339442 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-d203535d0c6e9365.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a9802cbb7e4424e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib`
37732024-10-11T18:38:40.875Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std"))' -C metadata=044a52419a148846 -C extra-filename=-044a52419a148846 --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`
37742024-10-11T18:38:41.213Z Compiling yansi v1.0.1
37752024-10-11T18:38:41.216Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name yansi --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("_nightly", "alloc", "default", "detect-env", "detect-tty", "hyperlink", "is-terminal", "std"))' -C metadata=43a4e0c91f343fc9 -C extra-filename=-43a4e0c91f343fc9 --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`
37762024-10-11T18:38:41.985Z Compiling pretty_assertions v1.4.1
37772024-10-11T18:38:41.988Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable"))' -C metadata=41945da098b72cd5 -C extra-filename=-41945da098b72cd5 --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-0f6054f8c11a1395.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-43a4e0c91f343fc9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37782024-10-11T18:38:42.493Z Compiling criterion-plot v0.5.0
37792024-10-11T18:38:42.496Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=d839c17e454abea8 -C extra-filename=-d839c17e454abea8 --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-044a52419a148846.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-197a32e1da667e01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37802024-10-11T18:38:42.895Z Compiling plotters v0.3.5
37812024-10-11T18:38:42.898Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-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 --cfg 'feature="area_series"' --cfg 'feature="line_series"' --cfg 'feature="plotters-svg"' --cfg 'feature="svg_backend"' --check-cfg 'cfg(docsrs)' --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=cb38a7de030db99f -C extra-filename=-cb38a7de030db99f --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-2914d78ac96fc53c.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-cae6e4eff76e0ec4.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-e75ceed9def0dc02.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37822024-10-11T18:38:43.556Z Compiling async-lock v3.4.0
37832024-10-11T18:38:43.558Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "loom", "std"))' -C metadata=96c2bb290b71dd5b -C extra-filename=-96c2bb290b71dd5b --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-af5e5308be06b924.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-f111ec96a719308a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37842024-10-11T18:38:44.824Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
37852024-10-11T18:38:44.827Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5fd838510ca0742e -C extra-filename=-5fd838510ca0742e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-dd219e33a1c62947.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bf2937c29393a178.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
37862024-10-11T18:38:45.276Z Compiling polyval v0.6.2
37872024-10-11T18:38:45.278Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=bd5f34d87c99b02d -C extra-filename=-bd5f34d87c99b02d --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-94faf137b493206b.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-250510e548f1bd64.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-41406f716c9b46c1.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-d7fb4d9936a27eda.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37882024-10-11T18:38:45.701Z Compiling polling v3.7.3
37892024-10-11T18:38:45.704Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name polling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(polling_test_epoll_pipe)' -C metadata=f0b2be0d93663a08 -C extra-filename=-f0b2be0d93663a08 --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-94faf137b493206b.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-30d8b57c3d4d8836.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5d14c09c813b8c42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37902024-10-11T18:38:46.440Z Compiling tinytemplate v1.2.1
37912024-10-11T18:38:46.442Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=0139967c83efd813 -C extra-filename=-0139967c83efd813 --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-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37922024-10-11T18:38:47.501Z Compiling anes v0.1.6
37932024-10-11T18:38:47.504Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name anes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bitflags", "default", "parser"))' -C metadata=392193819af349f5 -C extra-filename=-392193819af349f5 --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`
37942024-10-11T18:38:47.611Z Compiling oorandom v11.1.3
37952024-10-11T18:38:47.614Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oorandom-11.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)' --check-cfg 'cfg(feature, values())' -C metadata=1eb2728289b3cdf7 -C extra-filename=-1eb2728289b3cdf7 --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`
37962024-10-11T18:38:47.823Z Compiling async-io v2.3.4
37972024-10-11T18:38:47.826Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(polling_test_poll_backend)' -C metadata=c5d92295ae8f3e37 -C extra-filename=-c5d92295ae8f3e37 --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-96c2bb290b71dd5b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-ff0fd89ddb267c08.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-ec90834510550653.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-cb6104646fa2ceab.rmeta --extern polling=/work/oxidecomputer/omicron/target/debug/deps/libpolling-f0b2be0d93663a08.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-30d8b57c3d4d8836.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96e20c34b56be83.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5d14c09c813b8c42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37982024-10-11T18:38:48.002Z Compiling criterion v0.5.1
37992024-10-11T18:38:48.006Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=ff7658f0bdef0d7b -C extra-filename=-ff7658f0bdef0d7b --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-392193819af349f5.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-044a52419a148846.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b508f161ffaf58d6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-d839c17e454abea8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-be44762a43d64e7f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-197a32e1da667e01.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-1eb2728289b3cdf7.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-cb38a7de030db99f.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8be4b95ce6e63459.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5727d84b3387f945.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-0139967c83efd813.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38002024-10-11T18:38:48.629Z Compiling ghash v0.5.1
38012024-10-11T18:38:48.632Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ghash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=b73f7dd4ac1f95ed -C extra-filename=-b73f7dd4ac1f95ed --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-41406f716c9b46c1.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-bd5f34d87c99b02d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38022024-10-11T18:38:48.845Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38032024-10-11T18:38:48.848Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1830df261208f14d -C extra-filename=-1830df261208f14d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b508f161ffaf58d6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-40b6f3a3b25ada4c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a2459b4370421d8f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a63b8b732092917a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-ea70cbef8dc2ae97.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-bfaf6b529bbb10b0.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-637d14a47e73fdaa.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7034a7302166cf35.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e04cb5c1424c522f.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-89c03cf0d4318714.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-34fea5dbafc6c5db.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38042024-10-11T18:38:50.125Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
38052024-10-11T18:38:50.128Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9c623d4af83fb8d3 -C extra-filename=-9c623d4af83fb8d3 --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-530b9ad60d2871e4.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
38062024-10-11T18:38:51.730Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3c7632f13d8bd578 -C extra-filename=-3c7632f13d8bd578 --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-87005985b6ff1e6f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38072024-10-11T18:38:53.201Z Compiling ctr v0.9.2
38082024-10-11T18:38:53.203Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "std", "zeroize"))' -C metadata=e76c3887bbf76963 -C extra-filename=-e76c3887bbf76963 --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-555deb2ec3108d6d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38092024-10-11T18:38:53.557Z Compiling target-lexicon v0.12.16
38102024-10-11T18:38:53.559Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=1168d39a58d12fe8 -C extra-filename=-1168d39a58d12fe8 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-1168d39a58d12fe8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38112024-10-11T18:38:53.962Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=a72b854ab987ad01 -C extra-filename=-a72b854ab987ad01 --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-1b46dd66a7c6c3c6.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-64858db741996388.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-7ea674a883d240a2/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored`
38122024-10-11T18:38:54.660Z Compiling git2 v0.19.0
38132024-10-11T18:38:54.663Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=1970cf5c4ee1e124 -C extra-filename=-1970cf5c4ee1e124 --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-21aef30ff9a49b69.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-a72b854ab987ad01.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.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-7ea674a883d240a2/out/build -L native=/usr/lib/amd64`
38142024-10-11T18:38:54.694Z Compiling async-task v4.7.1
38152024-10-11T18:38:54.696Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_task --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=8100723cf864eb84 -C extra-filename=-8100723cf864eb84 --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`
38162024-10-11T18:38:55.237Z Compiling doc-comment v0.3.3
38172024-10-11T18:38:55.240Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=14c1a7aa8d9df06d -C extra-filename=-14c1a7aa8d9df06d --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-14c1a7aa8d9df06d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38182024-10-11T18:38:55.933Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-14c1a7aa8d9df06d/build-script-build`
38192024-10-11T18:38:56.116Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-1168d39a58d12fe8/build-script-build`
38202024-10-11T18:38:56.197Z Compiling aes-gcm v0.10.3
38212024-10-11T18:38:56.200Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aes", "alloc", "arrayvec", "default", "getrandom", "heapless", "rand_core", "std", "stream", "zeroize"))' -C metadata=d94bdf681e046c7d -C extra-filename=-d94bdf681e046c7d --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-e224748866ebcdab.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-8f69d3f3a2fa0ad7.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-555deb2ec3108d6d.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-e76c3887bbf76963.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-b73f7dd4ac1f95ed.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38222024-10-11T18:38:56.524Z Compiling async-channel v2.3.1
38232024-10-11T18:38:56.527Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3f064befa11812cc -C extra-filename=-3f064befa11812cc --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-ff0fd89ddb267c08.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-f111ec96a719308a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38242024-10-11T18:38:56.930Z Compiling piper v0.2.4
38252024-10-11T18:38:56.932Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name piper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "futures-io", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=91170c571d43700a -C extra-filename=-91170c571d43700a --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-0226d346e4689e13.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-021f1b051b6c63fa.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38262024-10-11T18:38:57.399Z Compiling ssh-encoding v0.2.0
38272024-10-11T18:38:57.402Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_encoding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "base64", "bytes", "pem", "sha2", "std"))' -C metadata=ae055f3e7dc9231e -C extra-filename=-ae055f3e7dc9231e --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-43a44750c8116f3c.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38282024-10-11T18:38:57.924Z Compiling blowfish v0.9.1
38292024-10-11T18:38:57.927Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name blowfish --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bcrypt", "zeroize"))' -C metadata=09bede2d9e55ae9a -C extra-filename=-09bede2d9e55ae9a --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-325983a483f82094.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-555deb2ec3108d6d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38302024-10-11T18:38:58.428Z Compiling assert_cmd v2.0.16
38312024-10-11T18:38:58.431Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=822646a8dc5d2c94 -C extra-filename=-822646a8dc5d2c94 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-822646a8dc5d2c94 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38322024-10-11T18:38:58.946Z Compiling guppy-workspace-hack v0.1.0
38332024-10-11T18:38:58.949Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=94b301b3d8fce7ed -C extra-filename=-94b301b3d8fce7ed --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-94b301b3d8fce7ed -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38342024-10-11T18:38:59.313Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-94b301b3d8fce7ed/build-script-build`
38352024-10-11T18:38:59.344Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-822646a8dc5d2c94/build-script-build`
38362024-10-11T18:38:59.379Z Compiling bcrypt-pbkdf v0.10.0
38372024-10-11T18:38:59.388Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bcrypt_pbkdf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "zeroize"))' -C metadata=5ee9cab1480d2448 -C extra-filename=-5ee9cab1480d2448 --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-09bede2d9e55ae9a.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-9012795f62074145.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38382024-10-11T18:39:00.037Z Compiling ssh-cipher v0.2.0
38392024-10-11T18:39:00.040Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aes-cbc", "aes-ctr", "aes-gcm", "chacha20poly1305", "std", "tdes"))' -C metadata=97af13bcb78d366f -C extra-filename=-97af13bcb78d366f --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-8f69d3f3a2fa0ad7.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-d94bdf681e046c7d.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-4dbc5678a1618e58.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-2ac5d2a2e055cda0.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-555deb2ec3108d6d.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-e76c3887bbf76963.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-0a4d54c16363521c.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-ae055f3e7dc9231e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38402024-10-11T18:39:01.222Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=7d36355dcbdf80ae -C extra-filename=-7d36355dcbdf80ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-128211e6bdfc76fe.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-1970cf5c4ee1e124.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-3c55b6e3dd92f475.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.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-7ea674a883d240a2/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)'`
38412024-10-11T18:39:01.815Z Compiling blocking v1.6.1
38422024-10-11T18:39:01.818Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name blocking --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("tracing"))' -C metadata=a6bcf861ad565248 -C extra-filename=-a6bcf861ad565248 --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-3f064befa11812cc.rmeta --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-8100723cf864eb84.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-ec90834510550653.rmeta --extern piper=/work/oxidecomputer/omicron/target/debug/deps/libpiper-91170c571d43700a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38432024-10-11T18:39:02.480Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name target_lexicon --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=8e39602dda6439bf -C extra-filename=-8e39602dda6439bf --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"'`
38442024-10-11T18:39:03.213Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=00e199471b724386 -C extra-filename=-00e199471b724386 --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`
38452024-10-11T18:39:03.336Z Compiling async-executor v1.13.1
38462024-10-11T18:39:03.339Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("static"))' -C metadata=c77da884bbf83867 -C extra-filename=-c77da884bbf83867 --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-8100723cf864eb84.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-ff0fd89ddb267c08.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-021f1b051b6c63fa.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-ec90834510550653.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96e20c34b56be83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38472024-10-11T18:39:03.378Z Compiling async-signal v0.2.10
38482024-10-11T18:39:03.380Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_signal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=86ed2413093b2176 -C extra-filename=-86ed2413093b2176 --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-c5d92295ae8f3e37.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-30d8b57c3d4d8836.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-4f7cf3856044bb3a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38492024-10-11T18:39:03.838Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
38502024-10-11T18:39:03.865Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=061a498f1fcf6a0d -C extra-filename=-061a498f1fcf6a0d --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-20afe1f1506ec7c2.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d4891348ab354bc4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
38512024-10-11T18:39:04.294Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38522024-10-11T18:39:04.348Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=57f1313dac7d71fe -C extra-filename=-57f1313dac7d71fe --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-e5bc3d6c3572dee5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e5be7b02fe71b1a0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a2459b4370421d8f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-89c03cf0d4318714.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
38532024-10-11T18:39:04.763Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
38542024-10-11T18:39:04.768Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2b88ab8/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)' --check-cfg 'cfg(feature, values())' -C metadata=724298bbf9f7a8c6 -C extra-filename=-724298bbf9f7a8c6 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-724298bbf9f7a8c6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-7d36355dcbdf80ae.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-7ea674a883d240a2/out/build -L native=/usr/lib/amd64`
38552024-10-11T18:39:05.165Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38562024-10-11T18:39:05.167Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=af5b94c4ad7f11d3 -C extra-filename=-af5b94c4ad7f11d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bad1ed1b0375b0c1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
38572024-10-11T18:39:06.518Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-724298bbf9f7a8c6/build-script-build`
38582024-10-11T18:39:07.941Z Compiling password-hash v0.4.2
38592024-10-11T18:39:07.944Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "rand_core", "std"))' -C metadata=ab8035da6c448e9d -C extra-filename=-ab8035da6c448e9d --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-43a44750c8116f3c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38602024-10-11T18:39:08.068Z Compiling target-spec v3.2.2
38612024-10-11T18:39:08.073Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.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 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' --check-cfg 'cfg(doc_cfg)' -C metadata=aa0485aeba3ec64f -C extra-filename=-aa0485aeba3ec64f --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-aa0485aeba3ec64f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38622024-10-11T18:39:08.765Z Compiling futures-timer v3.0.3
38632024-10-11T18:39:08.767Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_timer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("gloo-timers", "send_wrapper", "wasm-bindgen"))' -C metadata=f688c9515f1032bd -C extra-filename=-f688c9515f1032bd --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`
38642024-10-11T18:39:08.822Z Compiling polar-core v0.27.3
38652024-10-11T18:39:08.825Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default"))' -C metadata=962aa1c7c84f00a0 -C extra-filename=-962aa1c7c84f00a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-962aa1c7c84f00a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-6f137ddd60b32d31.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5727d84b3387f945.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38662024-10-11T18:39:08.894Z Compiling hex-literal v0.4.1
38672024-10-11T18:39:08.897Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=61be641122cdfc7a -C extra-filename=-61be641122cdfc7a --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`
38682024-10-11T18:39:09.071Z Compiling event-listener v2.5.3
38692024-10-11T18:39:09.074Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=921517d8acbb2aef -C extra-filename=-921517d8acbb2aef --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`
38702024-10-11T18:39:09.332Z Compiling matches v0.1.10
38712024-10-11T18:39:09.335Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name matches --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matches-0.1.10/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c42a4b82e96c2465 -C extra-filename=-c42a4b82e96c2465 --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`
38722024-10-11T18:39:09.440Z Compiling idna v0.2.3
38732024-10-11T18:39:09.442Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-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)' --check-cfg 'cfg(feature, values())' -C metadata=d9acef88aca71128 -C extra-filename=-d9acef88aca71128 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern matches=/work/oxidecomputer/omicron/target/debug/deps/libmatches-c42a4b82e96c2465.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-773c324f50696e3f.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38742024-10-11T18:39:09.520Z Compiling async-channel v1.9.0
38752024-10-11T18:39:09.523Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=72acff490b167a5b -C extra-filename=-72acff490b167a5b --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-ff0fd89ddb267c08.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-921517d8acbb2aef.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38762024-10-11T18:39:09.583Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-aa0485aeba3ec64f/build-script-build`
38772024-10-11T18:39:09.616Z Compiling pbkdf2 v0.11.0
38782024-10-11T18:39:09.618Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=e4720b8705a9e11b -C extra-filename=-e4720b8705a9e11b --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-501ad26f330841d9.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-5057ff9d5c9d9dda.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-ab8035da6c448e9d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38792024-10-11T18:39:09.852Z Compiling async-global-executor v2.4.1
38802024-10-11T18:39:09.855Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_global_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("async-io", "default", "tokio", "tokio-crate", "tokio02", "tokio02-crate", "tokio03", "tokio03-crate"))' -C metadata=873793a51dbd3dd6 -C extra-filename=-873793a51dbd3dd6 --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-3f064befa11812cc.rmeta --extern async_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_executor-c77da884bbf83867.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-c5d92295ae8f3e37.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-96c2bb290b71dd5b.rmeta --extern blocking=/work/oxidecomputer/omicron/target/debug/deps/libblocking-a6bcf861ad565248.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-ec90834510550653.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38812024-10-11T18:39:09.977Z Compiling async-process v2.2.4
38822024-10-11T18:39:09.980Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_process --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-process-2.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 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(async_process_force_signal_backend)' -C metadata=f95e8b2c31f02c72 -C extra-filename=-f95e8b2c31f02c72 --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-c5d92295ae8f3e37.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-96c2bb290b71dd5b.rmeta --extern async_signal=/work/oxidecomputer/omicron/target/debug/deps/libasync_signal-86ed2413093b2176.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-af5e5308be06b924.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-ec90834510550653.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-30d8b57c3d4d8836.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5d14c09c813b8c42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38832024-10-11T18:39:10.468Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-962aa1c7c84f00a0/build-script-build`
38842024-10-11T18:39:10.974Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=cef495e8faf14eaf -C extra-filename=-cef495e8faf14eaf --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-43f69afcb50accdb.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-0b179f319982781a.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-00e199471b724386.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-457abf17ed177e26.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-010f1331228f9ea5.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-e26635fc8c38883b.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-32e63b1de861798b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38852024-10-11T18:39:11.447Z Compiling cfg-expr v0.17.0
38862024-10-11T18:39:11.449Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_expr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="target-lexicon"' --cfg 'feature="targets"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "target-lexicon", "targets"))' -C metadata=d742d6a46efd2b8c -C extra-filename=-d742d6a46efd2b8c --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-90c42fabfdf6af03.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-8e39602dda6439bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38872024-10-11T18:39:11.572Z Compiling ssh-key v0.6.6
38882024-10-11T18:39:11.575Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_key --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "crypto", "default", "dsa", "ecdsa", "ed25519", "encryption", "getrandom", "p256", "p384", "p521", "rand_core", "rsa", "serde", "std", "tdes"))' -C metadata=e20b45a1fe862789 -C extra-filename=-e20b45a1fe862789 --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-5ee9cab1480d2448.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-e486a8fad7c06591.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-1b1cee02430f185f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-7c7a320ed304c137.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-ec490c1e0d671083.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-5a7e2c06af7d4777.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-97af13bcb78d366f.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-ae055f3e7dc9231e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38892024-10-11T18:39:11.762Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default"))' -C metadata=ce52de76d4923017 -C extra-filename=-ce52de76d4923017 --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-4282df15fb49f14d.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-cabd6990d00654d2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-0258c1555572f62f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38902024-10-11T18:39:12.287Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name guppy_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=5ded1e9cb14903cd -C extra-filename=-5ded1e9cb14903cd --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`
38912024-10-11T18:39:12.411Z Compiling p521 v0.13.3
38922024-10-11T18:39:12.416Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name p521 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=40388af34c72ecde -C extra-filename=-40388af34c72ecde --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-f1815429b9cc9059.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-235b3a3c205d41a5.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-de11a116d7f7dd1f.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-4708f3a1aa5cc6b1.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38932024-10-11T18:39:12.825Z Compiling p256 v0.13.2
38942024-10-11T18:39:12.829Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name p256 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=1dae1afc8dbd824c -C extra-filename=-1dae1afc8dbd824c --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-235b3a3c205d41a5.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-de11a116d7f7dd1f.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-4708f3a1aa5cc6b1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38952024-10-11T18:39:13.686Z Compiling enum-as-inner v0.5.1
38962024-10-11T18:39:13.689Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.5.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)' --check-cfg 'cfg(feature, values())' -C metadata=3531b700cd74c488 -C extra-filename=-3531b700cd74c488 --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-64fe453a3f9fcd4a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1168198b55bce6f0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38972024-10-11T18:39:14.850Z Compiling async-attributes v1.1.2
38982024-10-11T18:39:14.852Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=22245e425056474f -C extra-filename=-22245e425056474f --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-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1168198b55bce6f0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38992024-10-11T18:39:14.873Z Compiling num_cpus v1.16.0
39002024-10-11T18:39:14.890Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-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 embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e4923fbd84586fdc -C extra-filename=-e4923fbd84586fdc --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39012024-10-11T18:39:15.014Z Compiling russh-cryptovec v0.7.2
39022024-10-11T18:39:15.017Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name russh_cryptovec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-cryptovec-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7a75d096def6cd12 -C extra-filename=-7a75d096def6cd12 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39032024-10-11T18:39:15.241Z Compiling kv-log-macro v1.0.7
39042024-10-11T18:39:15.244Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name kv_log_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=78b5020518697c67 -C extra-filename=-78b5020518697c67 --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-31bde78633f57151.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39052024-10-11T18:39:15.356Z Compiling md5 v0.7.0
39062024-10-11T18:39:15.360Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=96fe82f29da6b3cb -C extra-filename=-96fe82f29da6b3cb --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`
39072024-10-11T18:39:15.477Z Compiling threadpool v1.8.1
39082024-10-11T18:39:15.480Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name threadpool --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/threadpool-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=654281986bfb2493 -C extra-filename=-654281986bfb2493 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-e4923fbd84586fdc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39092024-10-11T18:39:15.851Z Compiling async-std v1.13.0
39102024-10-11T18:39:15.853Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=ea6e0526e9a32c65 -C extra-filename=-ea6e0526e9a32c65 --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-22245e425056474f.so --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-72acff490b167a5b.rmeta --extern async_global_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_global_executor-873793a51dbd3dd6.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-c5d92295ae8f3e37.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-96c2bb290b71dd5b.rmeta --extern async_process=/work/oxidecomputer/omicron/target/debug/deps/libasync_process-f95e8b2c31f02c72.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-ec90834510550653.rmeta --extern kv_log_macro=/work/oxidecomputer/omicron/target/debug/deps/libkv_log_macro-78b5020518697c67.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-ab4c9310920e6cf2.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96e20c34b56be83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39112024-10-11T18:39:15.871Z Compiling russh-keys v0.45.0
39122024-10-11T18:39:15.895Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name russh_keys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl", "yasna"))' -C metadata=375154caae1bf16a -C extra-filename=-375154caae1bf16a --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-8f69d3f3a2fa0ad7.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-5ee9cab1480d2448.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-96ec429d214239ce.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-4dbc5678a1618e58.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-e76c3887bbf76963.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-ee0a6ae99d6c1dad.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-501ad26f330841d9.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-235b3a3c205d41a5.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-e486a8fad7c06591.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-de11a116d7f7dd1f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-5057ff9d5c9d9dda.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-97a8c4bd154ecfb4.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-c0fd835969271114.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-96fe82f29da6b3cb.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-1dae1afc8dbd824c.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-68bee8271f0753de.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-40388af34c72ecde.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-e4720b8705a9e11b.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-26fd5470ba0da1ee.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-f03d20a296f6696e.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-1be604d6afb67b30.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-7c7a320ed304c137.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-7a75d096def6cd12.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-ec490c1e0d671083.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-2712abd079d598ef.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-82872aa0b34e4bd2.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-ae055f3e7dc9231e.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-e20b45a1fe862789.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-60752444239cd916.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39132024-10-11T18:39:16.320Z Compiling trust-dns-proto v0.22.0
39142024-10-11T18:39:16.387Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_proto --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-proto-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "bytes", "default", "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", "http", "js-sys", "mdns", "native-tls", "openssl", "quinn", "ring", "rustls", "rustls-pemfile", "serde", "serde-config", "socket2", "testing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "wasm-bindgen", "wasm-bindgen-crate", "webpki", "webpki-roots"))' -C metadata=e848fe196b501c9d -C extra-filename=-e848fe196b501c9d --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-ac0f7a8996657ad1.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-3531b700cd74c488.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-acd6c3528e857df4.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9e460c6b16244ac3.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-d9acef88aca71128.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-c57ae2e537255ab5.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-bfd9b440086bc207.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5d14c09c813b8c42.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39152024-10-11T18:39:16.387Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.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 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' --check-cfg 'cfg(doc_cfg)' -C metadata=3b9f9ccbc36187b9 -C extra-filename=-3b9f9ccbc36187b9 --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-d742d6a46efd2b8c.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-5ded1e9cb14903cd.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-8e39602dda6439bf.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-55862b4b1d68d132.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39162024-10-11T18:39:17.320Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
39172024-10-11T18:39:17.323Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b1416974314be587 -C extra-filename=-b1416974314be587 --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-061a498f1fcf6a0d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
39182024-10-11T18:39:19.090Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39192024-10-11T18:39:19.093Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9f2efb71b119e1ff -C extra-filename=-9f2efb71b119e1ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4f2919123c7fa7d6.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-56047ae13ef06022.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f0cfb971ab7e7a11.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
39202024-10-11T18:39:20.115Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39212024-10-11T18:39:20.118Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a4ad2b2c6587baf7 -C extra-filename=-a4ad2b2c6587baf7 --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-bad1ed1b0375b0c1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bf2937c29393a178.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e04cb5c1424c522f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
39222024-10-11T18:39:20.663Z Compiling httptest v0.16.1
39232024-10-11T18:39:20.666Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httptest-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aeab3a67dbf57927 -C extra-filename=-aeab3a67dbf57927 --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-0b179f319982781a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-9f8fe1d87fa9a6f6.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-5569ff5eb631ad8f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-112c7170937fa33c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ab72fc57583364c6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-158356caa281290b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39242024-10-11T18:39:23.657Z Compiling oso v0.27.3
39252024-10-11T18:39:23.660Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=c1faf2f1872ab3ef -C extra-filename=-c1faf2f1872ab3ef --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-76e3cfd2935a2224.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-0b2e11d95905f2a3.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-ce52de76d4923017.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5d14c09c813b8c42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39262024-10-11T18:39:24.398Z Compiling pathdiff v0.2.1
39272024-10-11T18:39:24.400Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathdiff-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="camino"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("camino"))' -C metadata=abc0011564afc43e -C extra-filename=-abc0011564afc43e --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-a2f887a005703d1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39282024-10-11T18:39:24.587Z Compiling num-bigint v0.4.5
39292024-10-11T18:39:24.590Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand", "serde", "std"))' -C metadata=6b8170c2aa54fa1a -C extra-filename=-6b8170c2aa54fa1a --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-8d0b37c8c3e1862e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39302024-10-11T18:39:25.229Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2b88ab8/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)' --check-cfg 'cfg(feature, values())' -C metadata=9356d584d5452433 -C extra-filename=-9356d584d5452433 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-42bb01a048b0cf97.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-8df2ed83fa4c112a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-48c06e7803892847.rmeta --extern rusqlite=/work/oxidecomputer/omicron/target/debug/deps/librusqlite-4c367cc260469b80.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-ef67309bf96e0f1b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-33c97d642638f64c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-714b6b78a4027df5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-7b344d75191d5980.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/lib/amd64`
39312024-10-11T18:39:25.575Z Compiling rustls-native-certs v0.7.0
39322024-10-11T18:39:25.603Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-native-certs-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)' --check-cfg 'cfg(feature, values())' -C metadata=f041200ec977b96b -C extra-filename=-f041200ec977b96b --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-aba34158fbf029ed.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2fefae8d752d7a3a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39332024-10-11T18:39:26.053Z Compiling escape8259 v0.5.2
39342024-10-11T18:39:26.056Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name escape8259 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/escape8259-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=89595c76ca3fa193 -C extra-filename=-89595c76ca3fa193 --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-cd12841eafeed674.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39352024-10-11T18:39:26.501Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=33ea995f57b3768d -C extra-filename=-33ea995f57b3768d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-97e134f58932d91b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4d36d7576c2a65fc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-76eea46ac0b291f3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-3c7632f13d8bd578.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-87005985b6ff1e6f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8b1774e5bfcf5fb6.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-c1faf2f1872ab3ef.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a25a3563f9485015.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-158356caa281290b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
39362024-10-11T18:39:27.027Z Compiling des v0.8.1
39372024-10-11T18:39:27.030Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name des --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=4997129386ee3195 -C extra-filename=-4997129386ee3195 --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-555deb2ec3108d6d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39382024-10-11T18:39:27.394Z Compiling nested v0.1.1
39392024-10-11T18:39:27.397Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nested --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c6ce3764432eb2b8 -C extra-filename=-c6ce3764432eb2b8 --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`
39402024-10-11T18:39:27.746Z Compiling dhcproto-macros v0.1.0
39412024-10-11T18:39:27.748Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dhcproto-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)' --check-cfg 'cfg(feature, values())' -C metadata=f3082a10e84b91dd -C extra-filename=-f3082a10e84b91dd --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`
39422024-10-11T18:39:27.918Z Compiling russh v0.45.0
39432024-10-11T18:39:27.920Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name russh --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "flate2", "legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl"))' -C metadata=04f0fbc99a756913 -C extra-filename=-04f0fbc99a756913 --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-8f69d3f3a2fa0ad7.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-d94bdf681e046c7d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-21aef30ff9a49b69.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-4dbc5678a1618e58.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-2ac5d2a2e055cda0.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-e76c3887bbf76963.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-a418bd8a5db45e62.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-4997129386ee3195.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-501ad26f330841d9.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-de11a116d7f7dd1f.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-52e4c3f9ee248b43.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-61be641122cdfc7a.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-5057ff9d5c9d9dda.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-6b8170c2aa54fa1a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-1dae1afc8dbd824c.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-68bee8271f0753de.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-40388af34c72ecde.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-0a4d54c16363521c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-7a75d096def6cd12.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-375154caae1bf16a.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-2712abd079d598ef.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-ae055f3e7dc9231e.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-e20b45a1fe862789.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39442024-10-11T18:39:28.963Z Compiling dhcproto v0.12.0
39452024-10-11T18:39:28.966Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dhcproto-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=c2930c5a58e072f9 -C extra-filename=-c2930c5a58e072f9 --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-f3082a10e84b91dd.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-c57ae2e537255ab5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-e848fe196b501c9d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39462024-10-11T18:39:30.064Z Compiling guppy v0.17.8
39472024-10-11T18:39:30.067Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-0.17.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("guppy-summaries", "proptest", "proptest-derive", "proptest1", "rayon", "rayon1", "summaries", "toml"))' --check-cfg 'cfg(doc_cfg)' -C metadata=3548a625dbcb9f3e -C extra-filename=-3548a625dbcb9f3e --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-ba6ae25d4c981213.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-128211e6bdfc76fe.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-fda43baac4e8c7a6.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-5ded1e9cb14903cd.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-c6ce3764432eb2b8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-abc0011564afc43e.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-3b9f9ccbc36187b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39482024-10-11T18:39:30.654Z Compiling libtest-mimic v0.7.3
39492024-10-11T18:39:30.657Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libtest-mimic-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)' --check-cfg 'cfg(feature, values())' -C metadata=14f396a98f6af2af -C extra-filename=-14f396a98f6af2af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-89595c76ca3fa193.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-729e749081eb9f7f.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-654281986bfb2493.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39502024-10-11T18:39:32.498Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=640d34b2d3fdb698 -C extra-filename=-640d34b2d3fdb698 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1604f69fcfb42e58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-db8c0935ab7b4149.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-87cd2860d09efc26.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-63eb5d65395c4088.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7db88011c84bec8a.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-486985f93d8d0f26.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-33ea995f57b3768d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f2d8f1f749fcdbde.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-3c7632f13d8bd578.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-87005985b6ff1e6f.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a2459b4370421d8f.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-84c8197aa555f2bf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-391af38f426c4e7b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1fe68b9f16cfe0fd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-df56d017779c676d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
39512024-10-11T18:39:32.798Z Compiling hyper-rustls v0.26.0
39522024-10-11T18:39:32.800Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=fe99b460c5745162 -C extra-filename=-fe99b460c5745162 --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-9e460c6b16244ac3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ab72fc57583364c6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4edd16aba6d0609f.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-f041200ec977b96b.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2fefae8d752d7a3a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ad189eb9e5fe7ac2.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c20ddb2efdeabe78.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out`
39532024-10-11T18:39:33.370Z Compiling async-object-pool v0.1.5
39542024-10-11T18:39:33.372Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_object_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=34923d689f3e5816 -C extra-filename=-34923d689f3e5816 --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-ea6e0526e9a32c65.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39552024-10-11T18:39:33.588Z Compiling fancy-regex v0.13.0
39562024-10-11T18:39:33.591Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fancy_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fancy-regex-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="perf"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "perf", "std", "track_caller", "unicode"))' -C metadata=9c2e6e68afd33b71 -C extra-filename=-9c2e6e68afd33b71 --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-f27c634c8e28190b.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-fcd8ea28b6b8ac77.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-7d938304ceffab4a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39572024-10-11T18:39:35.557Z Compiling rstest_macros v0.22.0
39582024-10-11T18:39:35.559Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.22.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)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=85e94c98b2adeb6a -C extra-filename=-85e94c98b2adeb6a --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-85e94c98b2adeb6a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-3c55b6e3dd92f475.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39592024-10-11T18:39:35.949Z Compiling toml_edit v0.21.1
39602024-10-11T18:39:35.952Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-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="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=a4b9c4bd46bdacb9 -C extra-filename=-a4b9c4bd46bdacb9 --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-549a53b00a4b21ce.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-d9f4e0f5b039d12f.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bbbcfac9a5ddaa19.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39612024-10-11T18:39:36.204Z Compiling assert-json-diff v2.0.2
39622024-10-11T18:39:36.207Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_json_diff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=fe1fab5de0e68959 -C extra-filename=-fe1fab5de0e68959 --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-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39632024-10-11T18:39:36.222Z Compiling serde_regex v1.1.0
39642024-10-11T18:39:36.223Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f2bca9e8809ef9ff -C extra-filename=-f2bca9e8809ef9ff --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-f062f553787acf4a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39652024-10-11T18:39:36.518Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
39662024-10-11T18:39:36.521Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ispf --edition=2018 /home/build/.cargo/git/checkouts/ispf-c858ba521079d51a/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)' --check-cfg 'cfg(feature, values())' -C metadata=ecb636ae323aec6f -C extra-filename=-ecb636ae323aec6f --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-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39672024-10-11T18:39:37.026Z Compiling path-tree v0.8.1
39682024-10-11T18:39:37.029Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name path_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=ae53a31358fb5190 -C extra-filename=-ae53a31358fb5190 --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-90c42fabfdf6af03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39692024-10-11T18:39:37.179Z Compiling stringmetrics v2.2.2
39702024-10-11T18:39:37.182Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name stringmetrics --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bench"))' -C metadata=b76476b32eaaab4f -C extra-filename=-b76476b32eaaab4f --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`
39712024-10-11T18:39:37.456Z Compiling internet-checksum v0.2.1
39722024-10-11T18:39:37.459Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name internet_checksum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("benchmark"))' -C metadata=2aa57df40d917e83 -C extra-filename=-2aa57df40d917e83 --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`
39732024-10-11T18:39:37.615Z Compiling httpmock v0.8.0-alpha.1
39742024-10-11T18:39:37.618Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name httpmock --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=7ac618b79fe85ec0 -C extra-filename=-7ac618b79fe85ec0 --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-fe1fab5de0e68959.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-34923d689f3e5816.rmeta --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-ea6e0526e9a32c65.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-5569ff5eb631ad8f.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-f688c9515f1032bd.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9e460c6b16244ac3.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-76eea46ac0b291f3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-112c7170937fa33c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ab72fc57583364c6.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-ae53a31358fb5190.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-f2bca9e8809ef9ff.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-fb7801688e79354e.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-b76476b32eaaab4f.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-36b664ce9afcce98.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39752024-10-11T18:39:37.651Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-85e94c98b2adeb6a/build-script-build`
39762024-10-11T18:39:37.681Z Compiling datatest-stable v0.2.9
39772024-10-11T18:39:37.684Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/datatest-stable-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)' --check-cfg 'cfg(feature, values())' -C metadata=2184f190e5681887 -C extra-filename=-2184f190e5681887 --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-a2f887a005703d1f.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-9c2e6e68afd33b71.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-14f396a98f6af2af.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39782024-10-11T18:39:37.770Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39792024-10-11T18:39:37.781Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=5bc661ca46f021d6 -C extra-filename=-5bc661ca46f021d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1cac0bbb8517eede.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-a4ad2b2c6587baf7.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bad1ed1b0375b0c1.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-9228379cda021748.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-086bb24280a76d59.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d0ad22795112b2c8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9a7ef10e6dcea2e6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5345a57482515560.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a9802cbb7e4424e8.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e04cb5c1424c522f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib`
39802024-10-11T18:39:38.433Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
39812024-10-11T18:39:38.436Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ac9e471f890efe8b -C extra-filename=-ac9e471f890efe8b --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-1b46dd66a7c6c3c6.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
39822024-10-11T18:39:38.874Z Compiling proc-macro-crate v3.1.0
39832024-10-11T18:39:38.877Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4fedfeab40b652c7 -C extra-filename=-4fedfeab40b652c7 --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-a4b9c4bd46bdacb9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39842024-10-11T18:39:39.090Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39852024-10-11T18:39:39.093Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5f47bf5cf388ee68 -C extra-filename=-5f47bf5cf388ee68 --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-5f47bf5cf388ee68 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-87f4eacd97c3de78.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
39862024-10-11T18:39:39.468Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
39872024-10-11T18:39:39.471Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2fe5be5a0e1c17b6 -C extra-filename=-2fe5be5a0e1c17b6 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-2fe5be5a0e1c17b6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-87f4eacd97c3de78.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
39882024-10-11T18:39:39.850Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
39892024-10-11T18:39:39.853Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3dc8432dc211ac9b -C extra-filename=-3dc8432dc211ac9b --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-3dc8432dc211ac9b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-87f4eacd97c3de78.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
39902024-10-11T18:39:40.213Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39912024-10-11T18:39:40.216Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1332faa325cc1d8d -C extra-filename=-1332faa325cc1d8d --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-1332faa325cc1d8d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-87f4eacd97c3de78.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
39922024-10-11T18:39:40.355Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
39932024-10-11T18:39:40.375Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3b4874f9e71db65a -C extra-filename=-3b4874f9e71db65a --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-3b4874f9e71db65a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-87f4eacd97c3de78.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
39942024-10-11T18:39:40.579Z Compiling similar-asserts v1.6.0
39952024-10-11T18:39:40.581Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name similar_asserts --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-asserts-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="default"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "unicode"))' -C metadata=e62acdb2cbf67e6c -C extra-filename=-e62acdb2cbf67e6c --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-d203535d0c6e9365.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-fb7801688e79354e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39962024-10-11T18:39:40.735Z Compiling relative-path v1.9.3
39972024-10-11T18:39:40.738Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name relative_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=b73652ab3b928921 -C extra-filename=-b73652ab3b928921 --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`
39982024-10-11T18:39:41.475Z Compiling trybuild v1.0.99
39992024-10-11T18:39:41.478Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.99/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diff", "dissimilar"))' -C metadata=583a5539a3014bd9 -C extra-filename=-583a5539a3014bd9 --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-583a5539a3014bd9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40002024-10-11T18:39:41.792Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-3b4874f9e71db65a/build-script-build`
40012024-10-11T18:39:41.823Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-1332faa325cc1d8d/build-script-build`
40022024-10-11T18:39:41.854Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-3dc8432dc211ac9b/build-script-build`
40032024-10-11T18:39:41.887Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-2fe5be5a0e1c17b6/build-script-build`
40042024-10-11T18:39:41.919Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-5f47bf5cf388ee68/build-script-build`
40052024-10-11T18:39:41.952Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
40062024-10-11T18:39:41.954Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=261c7958077d4cd5 -C extra-filename=-261c7958077d4cd5 --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-43f69afcb50accdb.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-c2930c5a58e072f9.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-dd219e33a1c62947.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2aa57df40d917e83.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-ecb636ae323aec6f.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f2d7ba54f289716d.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5fd838510ca0742e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-04f0fbc99a756913.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-375154caae1bf16a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d164ab8bc99814ee.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
40072024-10-11T18:39:42.060Z Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-583a5539a3014bd9/build-script-build`
40082024-10-11T18:39:42.094Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
40092024-10-11T18:39:42.097Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f5422bf9af1702c7 -C extra-filename=-f5422bf9af1702c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e5bc3d6c3572dee5.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8a5b5ded5d2ca92d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-118ade79276786c8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e5be7b02fe71b1a0.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-dd219e33a1c62947.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-112c7170937fa33c.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ac4fcd4c9083a226.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-af5b94c4ad7f11d3.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bad1ed1b0375b0c1.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6204514cdbd6b31e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-086bb24280a76d59.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a2459b4370421d8f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-188a227eda0fa507.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a9802cbb7e4424e8.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9f7807a91457e9b4.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e04cb5c1424c522f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-89c03cf0d4318714.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-57f1313dac7d71fe.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-34fea5dbafc6c5db.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
40102024-10-11T18:39:43.223Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.22.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)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=70d2f155639a389d -C extra-filename=-70d2f155639a389d --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-94faf137b493206b.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-4fedfeab40b652c7.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-b73652ab3b928921.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-55862b4b1d68d132.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40112024-10-11T18:39:44.455Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
40122024-10-11T18:39:44.458Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7841c4b902bece4c -C extra-filename=-7841c4b902bece4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-f600fb80a2519a65.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-db8c0935ab7b4149.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
40132024-10-11T18:39:45.190Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
40142024-10-11T18:39:45.193Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=905eaee62d8ccf08 -C extra-filename=-905eaee62d8ccf08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-128211e6bdfc76fe.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a226eb8ffa208e03.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
40152024-10-11T18:39:50.619Z Compiling multimap v0.10.0
40162024-10-11T18:39:50.622Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name multimap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multimap-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="serde"' --cfg 'feature="serde_impl"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_impl"))' -C metadata=59ffed5702e46592 -C extra-filename=-59ffed5702e46592 --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-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40172024-10-11T18:39:50.963Z Compiling uzers v0.11.3
40182024-10-11T18:39:50.966Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name uzers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uzers-0.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cache"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cache", "default", "log", "logging", "mock"))' -C metadata=ae6bc9d6f8dc5ff1 -C extra-filename=-ae6bc9d6f8dc5ff1 --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-1b46dd66a7c6c3c6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40192024-10-11T18:39:52.213Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.99/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diff", "dissimilar"))' -C metadata=e2f4c29439305357 -C extra-filename=-e2f4c29439305357 --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-39f07e80d6316e9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5727d84b3387f945.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-729e749081eb9f7f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(trybuild_no_target)' --check-cfg 'cfg(host_os, values("windows"))'`
40202024-10-11T18:39:52.651Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
40212024-10-11T18:39:52.654Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=05538125069ab7b9 -C extra-filename=-05538125069ab7b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b508f161ffaf58d6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-40b6f3a3b25ada4c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e83ce477abda8c23.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1830df261208f14d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
40222024-10-11T18:39:54.662Z Compiling rstest v0.22.0
40232024-10-11T18:39:54.665Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=1c058906f77cbda0 -C extra-filename=-1c058906f77cbda0 --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-0162e01903071502.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-f688c9515f1032bd.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-70d2f155639a389d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40242024-10-11T18:39:54.929Z Compiling partial-io v0.5.4
40252024-10-11T18:39:54.932Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("futures", "futures03", "pin-project", "proptest", "proptest1", "quickcheck", "quickcheck1", "rand", "tokio", "tokio1"))' -C metadata=dcd013a1bbf14a42 -C extra-filename=-dcd013a1bbf14a42 --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-0162e01903071502.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-f2ffd4b5a69c534e.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40262024-10-11T18:39:55.452Z Compiling blake2b_simd v1.0.2
40272024-10-11T18:39:55.455Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std", "uninline_portable"))' -C metadata=6aa2698a0ac787b2 -C extra-filename=-6aa2698a0ac787b2 --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-8c86a7a964b0dca8.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-417409ccb48187aa.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-bb2dcf9258e9fbc9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40282024-10-11T18:39:57.979Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40292024-10-11T18:39:57.982Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3c410244a3fdeb52 -C extra-filename=-3c410244a3fdeb52 --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-3c410244a3fdeb52 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-87f4eacd97c3de78.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
40302024-10-11T18:39:58.407Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
40312024-10-11T18:39:58.410Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=caaa4f959fe542be -C extra-filename=-caaa4f959fe542be --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-caaa4f959fe542be -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-87f4eacd97c3de78.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
40322024-10-11T18:39:58.752Z Compiling rand_distr v0.4.3
40332024-10-11T18:39:58.755Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_distr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "serde1", "std", "std_math"))' -C metadata=14941bd5efd170ba -C extra-filename=-14941bd5efd170ba --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-2914d78ac96fc53c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40342024-10-11T18:39:58.903Z Compiling approx v0.5.1
40352024-10-11T18:39:58.905Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name approx --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "num-complex", "std"))' -C metadata=0b9fb23795fcdd0d -C extra-filename=-0b9fb23795fcdd0d --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-2914d78ac96fc53c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40362024-10-11T18:39:59.144Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-caaa4f959fe542be/build-script-build`
40372024-10-11T18:39:59.178Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-3c410244a3fdeb52/build-script-build`
40382024-10-11T18:39:59.210Z Compiling rust-argon2 v2.1.0
40392024-10-11T18:39:59.213Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=5183c0a999dee1e3 -C extra-filename=-5183c0a999dee1e3 --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-a2ffa63167802121.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-6aa2698a0ac787b2.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-bb2dcf9258e9fbc9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40402024-10-11T18:39:59.793Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
40412024-10-11T18:39:59.795Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cd4a81299549a8e0 -C extra-filename=-cd4a81299549a8e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f2d7ba54f289716d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-ae6bc9d6f8dc5ff1.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0c3f216cf9048aab.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
40422024-10-11T18:39:59.998Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9948b658153dc658 -C extra-filename=-9948b658153dc658 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-b1416974314be587.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-061a498f1fcf6a0d.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d4891348ab354bc4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
40432024-10-11T18:40:00.855Z Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
40442024-10-11T18:40:00.858Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d4c486ecfa8aee65 -C extra-filename=-d4c486ecfa8aee65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a68c8ac5ba7f8431.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-7fafdb8e59c2a2c6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-f600fb80a2519a65.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-b1416974314be587.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4fb270fadc515097.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7faa8b9f3fdb477f.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-8e00cbba6478192b.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fe7c60a6b43fea40.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-af5b94c4ad7f11d3.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-52ce611031563794.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-6a775ea9ed3ebdb1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-d27a2fbce2ae536a.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-b41f02d5439374cc.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-fb7801688e79354e.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-bfbfe1f51d1d5db5.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-57f1313dac7d71fe.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
40452024-10-11T18:40:00.956Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
40462024-10-11T18:40:00.959Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=41c5ca7ff6122940 -C extra-filename=-41c5ca7ff6122940 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-128211e6bdfc76fe.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-5d64f89f927d11ec.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8be4b95ce6e63459.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d0ad22795112b2c8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-33c97d642638f64c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5345a57482515560.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out`
40472024-10-11T18:40:01.010Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40482024-10-11T18:40:01.013Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=06dc6c7b058f70b3 -C extra-filename=-06dc6c7b058f70b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
40492024-10-11T18:40:02.742Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
40502024-10-11T18:40:02.760Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c4b19a122abeda80 -C extra-filename=-c4b19a122abeda80 --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-530b9ad60d2871e4.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
40512024-10-11T18:40:03.768Z Compiling cargo_toml v0.20.5
40522024-10-11T18:40:03.772Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_toml-0.20.5/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)' --check-cfg 'cfg(feature, values("features"))' -C metadata=b1075f47197dd5d3 -C extra-filename=-b1075f47197dd5d3 --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-48906e914e9337d7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40532024-10-11T18:40:03.881Z Compiling termios v0.3.3
40542024-10-11T18:40:03.883Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name termios --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=cdcb926e10bc6051 -C extra-filename=-cdcb926e10bc6051 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40552024-10-11T18:40:04.145Z Compiling indoc v2.0.5
40562024-10-11T18:40:04.147Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-2.0.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)' --check-cfg 'cfg(feature, values())' -C metadata=6d8b0b7d5da02efe -C extra-filename=-6d8b0b7d5da02efe --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`
40572024-10-11T18:40:05.341Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=73719ffd699cdb13 -C extra-filename=-73719ffd699cdb13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1cac0bbb8517eede.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-13e1fb9cd2b62a35.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fe7c60a6b43fea40.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-6d8b0b7d5da02efe.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-31594aab1741a9f1.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-fa674040a9ff2f04.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
40582024-10-11T18:40:06.240Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
40592024-10-11T18:40:06.243Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=292e74c0cb82a5be -C extra-filename=-292e74c0cb82a5be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e5be7b02fe71b1a0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-cdcb926e10bc6051.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-02f795c9d008e0b6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
40602024-10-11T18:40:07.010Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=68148acd38159e7c -C extra-filename=-68148acd38159e7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b508f161ffaf58d6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-40b6f3a3b25ada4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e83ce477abda8c23.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1830df261208f14d.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-05538125069ab7b9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
40612024-10-11T18:40:09.580Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=581b1cc0c2b7367b -C extra-filename=-581b1cc0c2b7367b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b508f161ffaf58d6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-40b6f3a3b25ada4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e83ce477abda8c23.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1830df261208f14d.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-05538125069ab7b9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
40622024-10-11T18:40:11.954Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0a9f81480c8542e8 -C extra-filename=-0a9f81480c8542e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-128211e6bdfc76fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-41c5ca7ff6122940.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-5d64f89f927d11ec.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8be4b95ce6e63459.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d0ad22795112b2c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-33c97d642638f64c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5345a57482515560.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out`
40632024-10-11T18:40:12.832Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
40642024-10-11T18:40:12.835Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4a05e926ea67c155 -C extra-filename=-4a05e926ea67c155 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-128211e6bdfc76fe.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-b1075f47197dd5d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7faa8b9f3fdb477f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-bd26bb0d073557ea.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40652024-10-11T18:40:13.097Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-manager/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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a230712dd8829eea -C extra-filename=-a230712dd8829eea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a68c8ac5ba7f8431.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-7fafdb8e59c2a2c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-f600fb80a2519a65.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-b1416974314be587.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4fb270fadc515097.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7faa8b9f3fdb477f.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-8e00cbba6478192b.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fe7c60a6b43fea40.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-af5b94c4ad7f11d3.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-52ce611031563794.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-6a775ea9ed3ebdb1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-d4c486ecfa8aee65.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-d27a2fbce2ae536a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-b41f02d5439374cc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-fb7801688e79354e.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-bfbfe1f51d1d5db5.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-57f1313dac7d71fe.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
40662024-10-11T18:40:14.792Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5209a1d5aa61402c -C extra-filename=-5209a1d5aa61402c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-06dc6c7b058f70b3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
40672024-10-11T18:40:15.234Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7b99b54e4f6d87ca -C extra-filename=-7b99b54e4f6d87ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-7f6f447e095faf0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-ff7658f0bdef0d7b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-5183c0a999dee1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
40682024-10-11T18:40:15.300Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1ecf8e5f64124623 -C extra-filename=-1ecf8e5f64124623 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f2d7ba54f289716d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-ae6bc9d6f8dc5ff1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0c3f216cf9048aab.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-cd4a81299549a8e0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
40692024-10-11T18:40:15.520Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=81e1ce023c40247d -C extra-filename=-81e1ce023c40247d --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-0b9fb23795fcdd0d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-ff7658f0bdef0d7b.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-7a1c88d1453503cb.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-56047ae13ef06022.so --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-14941bd5efd170ba.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-1c058906f77cbda0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-e2f4c29439305357.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
40702024-10-11T18:40:16.481Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3cabd8ed0c187c3c -C extra-filename=-3cabd8ed0c187c3c --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-0b9fb23795fcdd0d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-ff7658f0bdef0d7b.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-7a1c88d1453503cb.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-56047ae13ef06022.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f0cfb971ab7e7a11.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-14941bd5efd170ba.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-1c058906f77cbda0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-e2f4c29439305357.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
40712024-10-11T18:40:16.862Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
40722024-10-11T18:40:16.864Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=5366fe9d7ae9361c -C extra-filename=-5366fe9d7ae9361c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5a8b88864330aa18.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1ddf7de24cb3e407.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c221f7ada05ad8e3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-de9a7f47a28e139d.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-76eea46ac0b291f3.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-dd219e33a1c62947.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-112c7170937fa33c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-18dd730e45d5560a.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f2d8f1f749fcdbde.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-640d34b2d3fdb698.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b7f9e3dd0c7d3c77.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a2459b4370421d8f.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f2d7ba54f289716d.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-71037d7fffbbfd6e.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fe9ccaa826f653f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-158356caa281290b.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1fe68b9f16cfe0fd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -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-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/`
40732024-10-11T18:40:17.511Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
40742024-10-11T18:40:17.521Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fbd8458dd86682ce -C extra-filename=-fbd8458dd86682ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-87005985b6ff1e6f.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-640d34b2d3fdb698.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
40752024-10-11T18:40:18.650Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6331ea29f7dff49a -C extra-filename=-6331ea29f7dff49a --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-20afe1f1506ec7c2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-87005985b6ff1e6f.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-640d34b2d3fdb698.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-df56d017779c676d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
40762024-10-11T18:40:19.760Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
40772024-10-11T18:40:19.763Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=20981d8290396d76 -C extra-filename=-20981d8290396d76 --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-0162e01903071502.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-640d34b2d3fdb698.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1fe68b9f16cfe0fd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
40782024-10-11T18:40:21.434Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9bef6f2ff1b17f6f -C extra-filename=-9bef6f2ff1b17f6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-f600fb80a2519a65.rmeta --extern clickhouse_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_client-94fc1672dff0a079.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-db8c0935ab7b4149.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-0deb8bcd382c4b11.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-31ac23f604d0b3af.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f2d8f1f749fcdbde.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-87005985b6ff1e6f.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-640d34b2d3fdb698.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-20981d8290396d76.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1fe68b9f16cfe0fd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e04cb5c1424c522f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
40792024-10-11T18:40:21.573Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5b584830219525d3 -C extra-filename=-5b584830219525d3 --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-20afe1f1506ec7c2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-640d34b2d3fdb698.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3528801edfaa2d74.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
40802024-10-11T18:40:22.906Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9527ecc4b7470449 -C extra-filename=-9527ecc4b7470449 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-305ae2e4ccebac81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
40812024-10-11T18:40:24.973Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=12be98c461556ebd -C extra-filename=-12be98c461556ebd --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-43f69afcb50accdb.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-c2930c5a58e072f9.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-261c7958077d4cd5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-dd219e33a1c62947.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2aa57df40d917e83.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-ecb636ae323aec6f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f2d7ba54f289716d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5fd838510ca0742e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-04f0fbc99a756913.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-375154caae1bf16a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d164ab8bc99814ee.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
40822024-10-11T18:40:26.718Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5a0fddfde9b13c4e -C extra-filename=-5a0fddfde9b13c4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1cac0bbb8517eede.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern clickhouse_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_client-94fc1672dff0a079.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-0deb8bcd382c4b11.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5a8b88864330aa18.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-9356d584d5452433.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4a633880fe6bb6a7.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c221f7ada05ad8e3.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8a5b5ded5d2ca92d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-d66df7ee8bede590.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e5be7b02fe71b1a0.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-76eea46ac0b291f3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-dd219e33a1c62947.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-112c7170937fa33c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-80e1455d59ead7e9.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-33ea995f57b3768d.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-18dd730e45d5560a.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f2d8f1f749fcdbde.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-87005985b6ff1e6f.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-640d34b2d3fdb698.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-9ee3b09736c9f1f9.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-52ce611031563794.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-6a775ea9ed3ebdb1.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-f7ce6b9e79c79528.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-5b584830219525d3.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-20981d8290396d76.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-9bef6f2ff1b17f6f.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c4c1c4b87a7b5be1.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-fbd8458dd86682ce.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6331ea29f7dff49a.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b7f9e3dd0c7d3c77.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a2459b4370421d8f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8b1774e5bfcf5fb6.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3528801edfaa2d74.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-acb5ff6bdeae1218.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-58a6fc3b5b6413fc.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fe9ccaa826f653f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7fdb07b1b748a5cd.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a226eb8ffa208e03.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-996ede9d6db7d79b.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0a6443584b29c16c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-391af38f426c4e7b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4edd16aba6d0609f.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a25a3563f9485015.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-158356caa281290b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1fe68b9f16cfe0fd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-df56d017779c676d.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-188a227eda0fa507.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9f7807a91457e9b4.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e04cb5c1424c522f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/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=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib`
40832024-10-11T18:40:27.037Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=54eadff77d327b89 -C extra-filename=-54eadff77d327b89 --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-43f69afcb50accdb.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-c2930c5a58e072f9.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-261c7958077d4cd5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-dd219e33a1c62947.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2aa57df40d917e83.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-ecb636ae323aec6f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f2d7ba54f289716d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5fd838510ca0742e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-04f0fbc99a756913.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-375154caae1bf16a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d164ab8bc99814ee.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
40842024-10-11T18:40:27.538Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d83b1ca2831c815f -C extra-filename=-d83b1ca2831c815f --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-43f69afcb50accdb.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-c2930c5a58e072f9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-dd219e33a1c62947.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2aa57df40d917e83.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-ecb636ae323aec6f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f2d7ba54f289716d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5fd838510ca0742e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-04f0fbc99a756913.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-375154caae1bf16a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d164ab8bc99814ee.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
40852024-10-11T18:40:29.390Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d2168a14d61dbca9 -C extra-filename=-d2168a14d61dbca9 --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-43f69afcb50accdb.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-c2930c5a58e072f9.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-261c7958077d4cd5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-dd219e33a1c62947.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2aa57df40d917e83.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-ecb636ae323aec6f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f2d7ba54f289716d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5fd838510ca0742e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-04f0fbc99a756913.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-375154caae1bf16a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d164ab8bc99814ee.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
40862024-10-11T18:40:29.800Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=004d5d1966de7b4f -C extra-filename=-004d5d1966de7b4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-7ac618b79fe85ec0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-18dd730e45d5560a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-b41f02d5439374cc.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3528801edfaa2d74.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-71037d7fffbbfd6e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-acb5ff6bdeae1218.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
40872024-10-11T18:40:31.678Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ab15734056721bc5 -C extra-filename=-ab15734056721bc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-7ac618b79fe85ec0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-18dd730e45d5560a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-b41f02d5439374cc.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3528801edfaa2d74.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-71037d7fffbbfd6e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-acb5ff6bdeae1218.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
40882024-10-11T18:40:31.723Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fa03e45a378a7ab3 -C extra-filename=-fa03e45a378a7ab3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-7ac618b79fe85ec0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-18dd730e45d5560a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-b41f02d5439374cc.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3528801edfaa2d74.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-71037d7fffbbfd6e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-acb5ff6bdeae1218.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
40892024-10-11T18:40:32.451Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1c428266c24b002a -C extra-filename=-1c428266c24b002a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-7ac618b79fe85ec0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-18dd730e45d5560a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-b41f02d5439374cc.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3528801edfaa2d74.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-acb5ff6bdeae1218.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
40902024-10-11T18:40:32.455Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=859aa2c1462d0706 -C extra-filename=-859aa2c1462d0706 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e5bc3d6c3572dee5.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8a5b5ded5d2ca92d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-118ade79276786c8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e5be7b02fe71b1a0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-dd219e33a1c62947.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-112c7170937fa33c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ac4fcd4c9083a226.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-af5b94c4ad7f11d3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bad1ed1b0375b0c1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6204514cdbd6b31e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-086bb24280a76d59.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a2459b4370421d8f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-188a227eda0fa507.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a9802cbb7e4424e8.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9f7807a91457e9b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e04cb5c1424c522f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-89c03cf0d4318714.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-f5422bf9af1702c7.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-57f1313dac7d71fe.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-34fea5dbafc6c5db.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
40912024-10-11T18:40:33.894Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2a3aa48bd1e9f323 -C extra-filename=-2a3aa48bd1e9f323 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e5bc3d6c3572dee5.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8a5b5ded5d2ca92d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-118ade79276786c8.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7faa8b9f3fdb477f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e5be7b02fe71b1a0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-de9a7f47a28e139d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-dd219e33a1c62947.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-112c7170937fa33c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ac4fcd4c9083a226.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-5bc661ca46f021d6.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-af5b94c4ad7f11d3.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-a4ad2b2c6587baf7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bad1ed1b0375b0c1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6204514cdbd6b31e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-086bb24280a76d59.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a2459b4370421d8f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-188a227eda0fa507.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-bf099c0959339442.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a9802cbb7e4424e8.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9f7807a91457e9b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e04cb5c1424c522f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1830df261208f14d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-89c03cf0d4318714.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-f5422bf9af1702c7.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-57f1313dac7d71fe.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-34fea5dbafc6c5db.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L native=/opt/ooce/pgsql-13/lib/amd64`
40922024-10-11T18:40:39.821Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=648f4425c9faf4fc -C extra-filename=-648f4425c9faf4fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e5bc3d6c3572dee5.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8a5b5ded5d2ca92d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-118ade79276786c8.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7faa8b9f3fdb477f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e5be7b02fe71b1a0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-de9a7f47a28e139d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-dd219e33a1c62947.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-112c7170937fa33c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ac4fcd4c9083a226.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-5bc661ca46f021d6.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-af5b94c4ad7f11d3.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-a4ad2b2c6587baf7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bad1ed1b0375b0c1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6204514cdbd6b31e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-086bb24280a76d59.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a2459b4370421d8f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-188a227eda0fa507.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-bf099c0959339442.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a9802cbb7e4424e8.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9f7807a91457e9b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e04cb5c1424c522f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1830df261208f14d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-89c03cf0d4318714.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-f5422bf9af1702c7.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-57f1313dac7d71fe.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-34fea5dbafc6c5db.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L native=/opt/ooce/pgsql-13/lib/amd64`
40932024-10-11T18:40:42.577Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=9e3c6271d2efa22b -C extra-filename=-9e3c6271d2efa22b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1cac0bbb8517eede.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-61be641122cdfc7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-a4ad2b2c6587baf7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bad1ed1b0375b0c1.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-9228379cda021748.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-086bb24280a76d59.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-dcd013a1bbf14a42.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d0ad22795112b2c8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9a7ef10e6dcea2e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5345a57482515560.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-6d367ed7b6751a30.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a9802cbb7e4424e8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e04cb5c1424c522f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib`
40942024-10-11T18:40:46.573Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=bc0bc8b65d27fd60 -C extra-filename=-bc0bc8b65d27fd60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1cac0bbb8517eede.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-61be641122cdfc7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-5bc661ca46f021d6.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-a4ad2b2c6587baf7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bad1ed1b0375b0c1.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-9228379cda021748.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-086bb24280a76d59.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-dcd013a1bbf14a42.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d0ad22795112b2c8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9a7ef10e6dcea2e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5345a57482515560.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-6d367ed7b6751a30.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a9802cbb7e4424e8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e04cb5c1424c522f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64`
40952024-10-11T18:40:48.874Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=af70cdd94348a099 -C extra-filename=-af70cdd94348a099 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-128211e6bdfc76fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-905eaee62d8ccf08.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a226eb8ffa208e03.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
40962024-10-11T18:40:49.850Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d48db6cbc533f621 -C extra-filename=-d48db6cbc533f621 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-128211e6bdfc76fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-905eaee62d8ccf08.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a226eb8ffa208e03.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
40972024-10-11T18:40:52.671Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3a8d26f6e5e31f26 -C extra-filename=-3a8d26f6e5e31f26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-128211e6bdfc76fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-905eaee62d8ccf08.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a226eb8ffa208e03.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
40982024-10-11T18:40:55.404Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f7f61270a4268491 -C extra-filename=-f7f61270a4268491 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f2d7ba54f289716d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-ae6bc9d6f8dc5ff1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0c3f216cf9048aab.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
40992024-10-11T18:40:56.824Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6b694c202a89fea2 -C extra-filename=-6b694c202a89fea2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-b1416974314be587.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-061a498f1fcf6a0d.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d4891348ab354bc4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5366fe9d7ae9361c.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-9948b658153dc658.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-6d367ed7b6751a30.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -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-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/`
41002024-10-11T18:40:57.381Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a8ce9ea847eab43f -C extra-filename=-a8ce9ea847eab43f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-87005985b6ff1e6f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-640d34b2d3fdb698.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
41012024-10-11T18:40:59.036Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=eeb3119af50c8161 -C extra-filename=-eeb3119af50c8161 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1604f69fcfb42e58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-db8c0935ab7b4149.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-87cd2860d09efc26.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-63eb5d65395c4088.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7db88011c84bec8a.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-486985f93d8d0f26.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e5be7b02fe71b1a0.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-fe99b460c5745162.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-33ea995f57b3768d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f2d8f1f749fcdbde.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-3c7632f13d8bd578.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-87005985b6ff1e6f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-f7ce6b9e79c79528.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c4c1c4b87a7b5be1.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5366fe9d7ae9361c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a2459b4370421d8f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f2d7ba54f289716d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-c1faf2f1872ab3ef.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-457abf17ed177e26.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-84c8197aa555f2bf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-391af38f426c4e7b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4edd16aba6d0609f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1fe68b9f16cfe0fd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-df56d017779c676d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d2b024c6cdb0145f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/`
41022024-10-11T18:41:00.141Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=521583f0a8328bab -C extra-filename=-521583f0a8328bab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-c4b19a122abeda80.so --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-18dd730e45d5560a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f2d8f1f749fcdbde.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-87005985b6ff1e6f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-640d34b2d3fdb698.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-f7ce6b9e79c79528.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c4c1c4b87a7b5be1.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-fbd8458dd86682ce.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
41032024-10-11T18:41:00.680Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1bd0a9cb56df7823 -C extra-filename=-1bd0a9cb56df7823 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-97e134f58932d91b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4d36d7576c2a65fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-76eea46ac0b291f3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-3c7632f13d8bd578.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-87005985b6ff1e6f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8b1774e5bfcf5fb6.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-c1faf2f1872ab3ef.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a25a3563f9485015.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-158356caa281290b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
41042024-10-11T18:41:02.039Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=39f7d2f54c6a6d80 -C extra-filename=-39f7d2f54c6a6d80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1604f69fcfb42e58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-40b6f3a3b25ada4c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5a8b88864330aa18.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d4891348ab354bc4.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7db88011c84bec8a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5859d1b7689bc278.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e5be7b02fe71b1a0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-de9a7f47a28e139d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-59ffed5702e46592.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-18dd730e45d5560a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f2d8f1f749fcdbde.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-87005985b6ff1e6f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-640d34b2d3fdb698.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-fbd8458dd86682ce.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6331ea29f7dff49a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3528801edfaa2d74.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-acb5ff6bdeae1218.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a63b8b732092917a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e83ce477abda8c23.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1fe68b9f16cfe0fd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-bd26bb0d073557ea.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e04cb5c1424c522f.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
41052024-10-11T18:41:08.478Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=31b962cc4aadeffc -C extra-filename=-31b962cc4aadeffc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1604f69fcfb42e58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1cac0bbb8517eede.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern clickhouse_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_client-94fc1672dff0a079.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-0deb8bcd382c4b11.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-ff7658f0bdef0d7b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5a8b88864330aa18.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-9356d584d5452433.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4a633880fe6bb6a7.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7db88011c84bec8a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1ddf7de24cb3e407.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c221f7ada05ad8e3.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8a5b5ded5d2ca92d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-d66df7ee8bede590.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e5be7b02fe71b1a0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-de9a7f47a28e139d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-76eea46ac0b291f3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-dd219e33a1c62947.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-112c7170937fa33c.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-aeab3a67dbf57927.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ac4fcd4c9083a226.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-fe99b460c5745162.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-80e1455d59ead7e9.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-33ea995f57b3768d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-18dd730e45d5560a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f2d8f1f749fcdbde.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-87005985b6ff1e6f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-640d34b2d3fdb698.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-9ee3b09736c9f1f9.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-52ce611031563794.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-6a775ea9ed3ebdb1.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-f7ce6b9e79c79528.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-5b584830219525d3.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-20981d8290396d76.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-9bef6f2ff1b17f6f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c4c1c4b87a7b5be1.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-fbd8458dd86682ce.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6331ea29f7dff49a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b7f9e3dd0c7d3c77.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5366fe9d7ae9361c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9c623d4af83fb8d3.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a2459b4370421d8f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f2d7ba54f289716d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8b1774e5bfcf5fb6.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5fd838510ca0742e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3528801edfaa2d74.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-71037d7fffbbfd6e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-acb5ff6bdeae1218.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-58a6fc3b5b6413fc.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fe9ccaa826f653f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7fdb07b1b748a5cd.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a226eb8ffa208e03.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-996ede9d6db7d79b.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0a6443584b29c16c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-391af38f426c4e7b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4edd16aba6d0609f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a25a3563f9485015.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-158356caa281290b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-e62acdb2cbf67e6c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1fe68b9f16cfe0fd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d164ab8bc99814ee.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e144120f2741766e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-df56d017779c676d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d2b024c6cdb0145f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-188a227eda0fa507.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-bf099c0959339442.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a9802cbb7e4424e8.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9f7807a91457e9b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e04cb5c1424c522f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/`
41062024-10-11T18:41:11.825Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a7fd345e4043fe71 -C extra-filename=-a7fd345e4043fe71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-f600fb80a2519a65.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-db8c0935ab7b4149.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4f2919123c7fa7d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5366fe9d7ae9361c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-acb5ff6bdeae1218.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9f2efb71b119e1ff.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -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-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/`
41072024-10-11T18:41:14.223Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=616d450f5ed1f258 -C extra-filename=-616d450f5ed1f258 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-f600fb80a2519a65.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-db8c0935ab7b4149.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4f2919123c7fa7d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5366fe9d7ae9361c.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-7841c4b902bece4c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-acb5ff6bdeae1218.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9f2efb71b119e1ff.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -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-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/`
41082024-10-11T18:41:24.512Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=177afc9e08970003 -C extra-filename=-177afc9e08970003 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-b1416974314be587.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-061a498f1fcf6a0d.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d4891348ab354bc4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5366fe9d7ae9361c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-6d367ed7b6751a30.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -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-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/`
41092024-10-11T18:41:24.941Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin --edition=2021 clickhouse-admin/src/bin/clickhouse-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d9f743140e552b0a -C extra-filename=-d9f743140e552b0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-f600fb80a2519a65.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-db8c0935ab7b4149.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4f2919123c7fa7d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5366fe9d7ae9361c.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-7841c4b902bece4c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-acb5ff6bdeae1218.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9f2efb71b119e1ff.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -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-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/`
41102024-10-11T18:41:27.130Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=bd86c8c16fd66dee -C extra-filename=-bd86c8c16fd66dee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5a8b88864330aa18.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1ddf7de24cb3e407.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c221f7ada05ad8e3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-de9a7f47a28e139d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-76eea46ac0b291f3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-dd219e33a1c62947.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-112c7170937fa33c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-18dd730e45d5560a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f2d8f1f749fcdbde.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-640d34b2d3fdb698.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b7f9e3dd0c7d3c77.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a2459b4370421d8f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f2d7ba54f289716d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-71037d7fffbbfd6e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fe9ccaa826f653f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-158356caa281290b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1fe68b9f16cfe0fd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -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-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/`
41112024-10-11T18:41:30.727Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d4650be350ea7f0c -C extra-filename=-d4650be350ea7f0c --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-20afe1f1506ec7c2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-33ea995f57b3768d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-87005985b6ff1e6f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-640d34b2d3fdb698.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5366fe9d7ae9361c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9c623d4af83fb8d3.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-df56d017779c676d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/`
41122024-10-11T18:41:32.467Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=75c44f42eaffe0bd -C extra-filename=-75c44f42eaffe0bd --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-0162e01903071502.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-640d34b2d3fdb698.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1fe68b9f16cfe0fd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
41132024-10-11T18:41:35.750Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b76daa703544b994 -C extra-filename=-b76daa703544b994 --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-1604f69fcfb42e58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7db88011c84bec8a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-aeab3a67dbf57927.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-87005985b6ff1e6f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-640d34b2d3fdb698.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5366fe9d7ae9361c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3528801edfaa2d74.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/`
41142024-10-11T18:41:45.384Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin --edition=2021 clickhouse-admin/src/bin/clickhouse-admin.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,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)' --check-cfg 'cfg(feature, values())' -C metadata=5085b6d3d63ac516 -C extra-filename=-5085b6d3d63ac516 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-f600fb80a2519a65.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-db8c0935ab7b4149.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-7841c4b902bece4c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41152024-10-11T18:41:47.431Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=065041de76f0a976 -C extra-filename=-065041de76f0a976 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e5bc3d6c3572dee5.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8a5b5ded5d2ca92d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-118ade79276786c8.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7faa8b9f3fdb477f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e5be7b02fe71b1a0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-de9a7f47a28e139d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-dd219e33a1c62947.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-112c7170937fa33c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ac4fcd4c9083a226.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-5bc661ca46f021d6.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-af5b94c4ad7f11d3.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-a4ad2b2c6587baf7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bad1ed1b0375b0c1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6204514cdbd6b31e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-086bb24280a76d59.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a2459b4370421d8f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-188a227eda0fa507.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-bf099c0959339442.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a9802cbb7e4424e8.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9f7807a91457e9b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e04cb5c1424c522f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1830df261208f14d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-89c03cf0d4318714.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-57f1313dac7d71fe.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-34fea5dbafc6c5db.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L native=/opt/ooce/pgsql-13/lib/amd64`
41162024-10-11T18:42:01.558Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=55043d6373f29155 -C extra-filename=-55043d6373f29155 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-305ae2e4ccebac81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41172024-10-11T18:42:02.129Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0d8bb85bf84a0780 -C extra-filename=-0d8bb85bf84a0780 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-ac9e471f890efe8b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-305ae2e4ccebac81.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41182024-10-11T18:42:04.417Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eaa066b3b31fb9c0 -C extra-filename=-eaa066b3b31fb9c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-ac9e471f890efe8b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-305ae2e4ccebac81.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41192024-10-11T18:42:10.573Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f650cbb0295fa569 -C extra-filename=-f650cbb0295fa569 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-f7ce6b9e79c79528.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c4c1c4b87a7b5be1.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e83ce477abda8c23.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-bd26bb0d073557ea.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-2001f0410d8c3bb1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41202024-10-11T18:42:12.853Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=efb308a49648f08c -C extra-filename=-efb308a49648f08c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a21a0134acdb5461.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-7fafdb8e59c2a2c6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e5bc3d6c3572dee5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1cac0bbb8517eede.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5a8b88864330aa18.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c1b935b082f1fe7f.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1ddf7de24cb3e407.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c221f7ada05ad8e3.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8a5b5ded5d2ca92d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-118ade79276786c8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e5be7b02fe71b1a0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-3548a625dbcb9f3e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-503244b71a8ae7a1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bad1ed1b0375b0c1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d782b98bd8f3eefd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-80e1455d59ead7e9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-18dd730e45d5560a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f2d8f1f749fcdbde.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-086bb24280a76d59.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5ab86862fbd0b9ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-58a6fc3b5b6413fc.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fe9ccaa826f653f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0a6443584b29c16c.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8a11f1fa84e84085.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-86b09fc0d7b156c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-15f3581ce9224907.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-122117adc0fdde1e.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-bfbfe1f51d1d5db5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1fe68b9f16cfe0fd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d164ab8bc99814ee.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d0ad22795112b2c8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9a7ef10e6dcea2e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5345a57482515560.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-51fc7c5ea1f4aa27.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-0d08ec7cdcf25bcf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0c3f216cf9048aab.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
41212024-10-11T18:42:14.805Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=92f86c60b5743877 -C extra-filename=-92f86c60b5743877 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a21a0134acdb5461.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-7fafdb8e59c2a2c6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e5bc3d6c3572dee5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1cac0bbb8517eede.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5a8b88864330aa18.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c1b935b082f1fe7f.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1ddf7de24cb3e407.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c221f7ada05ad8e3.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8a5b5ded5d2ca92d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-118ade79276786c8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e5be7b02fe71b1a0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-3548a625dbcb9f3e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-503244b71a8ae7a1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bad1ed1b0375b0c1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d782b98bd8f3eefd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-80e1455d59ead7e9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-18dd730e45d5560a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f2d8f1f749fcdbde.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-086bb24280a76d59.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f2d7ba54f289716d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5ab86862fbd0b9ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-58a6fc3b5b6413fc.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fe9ccaa826f653f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0a6443584b29c16c.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8a11f1fa84e84085.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-86b09fc0d7b156c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-15f3581ce9224907.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-122117adc0fdde1e.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-bfbfe1f51d1d5db5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1fe68b9f16cfe0fd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d164ab8bc99814ee.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d0ad22795112b2c8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9a7ef10e6dcea2e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5345a57482515560.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-51fc7c5ea1f4aa27.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-0d08ec7cdcf25bcf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0c3f216cf9048aab.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
41222024-10-11T18:42:25.501Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=93b1253504021f21 -C extra-filename=-93b1253504021f21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a21a0134acdb5461.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-7fafdb8e59c2a2c6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e5bc3d6c3572dee5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1cac0bbb8517eede.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5a8b88864330aa18.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c1b935b082f1fe7f.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1ddf7de24cb3e407.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c221f7ada05ad8e3.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8a5b5ded5d2ca92d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-118ade79276786c8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e5be7b02fe71b1a0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-3548a625dbcb9f3e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-503244b71a8ae7a1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bad1ed1b0375b0c1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d782b98bd8f3eefd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-80e1455d59ead7e9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-18dd730e45d5560a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f2d8f1f749fcdbde.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-086bb24280a76d59.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f2d7ba54f289716d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5ab86862fbd0b9ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-58a6fc3b5b6413fc.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fe9ccaa826f653f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0a6443584b29c16c.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8a11f1fa84e84085.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-86b09fc0d7b156c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-15f3581ce9224907.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-122117adc0fdde1e.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-bfbfe1f51d1d5db5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1fe68b9f16cfe0fd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d164ab8bc99814ee.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d0ad22795112b2c8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9a7ef10e6dcea2e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5345a57482515560.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-51fc7c5ea1f4aa27.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-0d08ec7cdcf25bcf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0c3f216cf9048aab.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
41232024-10-11T18:42:28.350Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=b158ac0a2f16fed5 -C extra-filename=-b158ac0a2f16fed5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a21a0134acdb5461.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-7fafdb8e59c2a2c6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e5bc3d6c3572dee5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1cac0bbb8517eede.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5a8b88864330aa18.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c1b935b082f1fe7f.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1ddf7de24cb3e407.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c221f7ada05ad8e3.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8a5b5ded5d2ca92d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-118ade79276786c8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e5be7b02fe71b1a0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-3548a625dbcb9f3e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-503244b71a8ae7a1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bad1ed1b0375b0c1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d782b98bd8f3eefd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-80e1455d59ead7e9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-18dd730e45d5560a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f2d8f1f749fcdbde.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-086bb24280a76d59.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f2d7ba54f289716d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5ab86862fbd0b9ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-58a6fc3b5b6413fc.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fe9ccaa826f653f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0a6443584b29c16c.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8a11f1fa84e84085.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-86b09fc0d7b156c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-15f3581ce9224907.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-122117adc0fdde1e.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-bfbfe1f51d1d5db5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1fe68b9f16cfe0fd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d164ab8bc99814ee.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d0ad22795112b2c8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9a7ef10e6dcea2e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5345a57482515560.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-51fc7c5ea1f4aa27.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-0d08ec7cdcf25bcf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0c3f216cf9048aab.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
41242024-10-11T18:42:31.504Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=12bfe313bc29b244 -C extra-filename=-12bfe313bc29b244 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a21a0134acdb5461.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-7fafdb8e59c2a2c6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e5bc3d6c3572dee5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1cac0bbb8517eede.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5a8b88864330aa18.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c1b935b082f1fe7f.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1ddf7de24cb3e407.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c221f7ada05ad8e3.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8a5b5ded5d2ca92d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-118ade79276786c8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e5be7b02fe71b1a0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-3548a625dbcb9f3e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-503244b71a8ae7a1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bad1ed1b0375b0c1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d782b98bd8f3eefd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-80e1455d59ead7e9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-18dd730e45d5560a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f2d8f1f749fcdbde.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-086bb24280a76d59.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f2d7ba54f289716d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5ab86862fbd0b9ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-58a6fc3b5b6413fc.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fe9ccaa826f653f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0a6443584b29c16c.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8a11f1fa84e84085.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-86b09fc0d7b156c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-15f3581ce9224907.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-122117adc0fdde1e.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-bfbfe1f51d1d5db5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1fe68b9f16cfe0fd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d164ab8bc99814ee.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d0ad22795112b2c8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9a7ef10e6dcea2e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5345a57482515560.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-51fc7c5ea1f4aa27.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-0d08ec7cdcf25bcf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0c3f216cf9048aab.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
41252024-10-11T18:42:34.501Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=31ada52c9664bd76 -C extra-filename=-31ada52c9664bd76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-cef495e8faf14eaf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-d203535d0c6e9365.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-2184f190e5681887.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7faa8b9f3fdb477f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-457abf17ed177e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-bf099c0959339442.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a9802cbb7e4424e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib`
41262024-10-11T18:42:36.699Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=840f693f85795621 -C extra-filename=-840f693f85795621 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-cef495e8faf14eaf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-d203535d0c6e9365.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-2184f190e5681887.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7faa8b9f3fdb477f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-457abf17ed177e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a9802cbb7e4424e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib`
41272024-10-11T18:42:37.245Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name manifest_tests --edition=2021 tufaceous/tests/manifest-tests.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,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' --cfg test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cf5a9741519ded37 -C extra-filename=-cf5a9741519ded37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-cef495e8faf14eaf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-d203535d0c6e9365.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-2184f190e5681887.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7faa8b9f3fdb477f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-457abf17ed177e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-bf099c0959339442.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a9802cbb7e4424e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib`
41282024-10-11T18:42:39.152Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 tufaceous/tests/integration-tests/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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9d9a81ade75f0272 -C extra-filename=-9d9a81ade75f0272 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-cef495e8faf14eaf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-d203535d0c6e9365.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-2184f190e5681887.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7faa8b9f3fdb477f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-457abf17ed177e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-bf099c0959339442.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a9802cbb7e4424e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib`
41292024-10-11T18:42:42.614Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c6589fa96e52091c -C extra-filename=-c6589fa96e52091c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b508f161ffaf58d6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-40b6f3a3b25ada4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e83ce477abda8c23.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1830df261208f14d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41302024-10-11T18:42:45.460Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=90e30a1f900c7d5f -C extra-filename=-90e30a1f900c7d5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-cef495e8faf14eaf.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b508f161ffaf58d6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-40b6f3a3b25ada4c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a2459b4370421d8f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a63b8b732092917a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-ea70cbef8dc2ae97.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-bfaf6b529bbb10b0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-637d14a47e73fdaa.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7034a7302166cf35.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e04cb5c1424c522f.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1830df261208f14d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-89c03cf0d4318714.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-34fea5dbafc6c5db.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41312024-10-11T18:42:47.326Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=df9b882d91e79b1f -C extra-filename=-df9b882d91e79b1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-cef495e8faf14eaf.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b508f161ffaf58d6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-40b6f3a3b25ada4c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a2459b4370421d8f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a63b8b732092917a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-ea70cbef8dc2ae97.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-bfaf6b529bbb10b0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-637d14a47e73fdaa.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7034a7302166cf35.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e04cb5c1424c522f.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1830df261208f14d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-89c03cf0d4318714.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-34fea5dbafc6c5db.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41322024-10-11T18:42:48.501Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=60ed68254217a3ea -C extra-filename=-60ed68254217a3ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b508f161ffaf58d6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-40b6f3a3b25ada4c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a2459b4370421d8f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a63b8b732092917a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-ea70cbef8dc2ae97.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-bfaf6b529bbb10b0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-637d14a47e73fdaa.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7034a7302166cf35.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e04cb5c1424c522f.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1830df261208f14d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-89c03cf0d4318714.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-34fea5dbafc6c5db.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41332024-10-11T18:42:49.610Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql", "oxql", "sql"))' -C metadata=5ada691e97f28baf -C extra-filename=-5ada691e97f28baf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-e38be0eb4c8c5e50.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-98f0641d0f25bd02.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4f2919123c7fa7d6.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-ff7658f0bdef0d7b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-40b6f3a3b25ada4c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-19901fd123c66ea5.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9f2efb71b119e1ff.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7fdb07b1b748a5cd.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-0dc9bbd224be7281.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e83ce477abda8c23.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-49cb1c27880287de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-bab93eeae3690c19.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-a092a4f81adfb449.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-bd26bb0d073557ea.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
41342024-10-11T18:42:53.804Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql", "oxql", "sql"))' -C metadata=6c4148bcc8ab7505 -C extra-filename=-6c4148bcc8ab7505 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-e38be0eb4c8c5e50.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-98f0641d0f25bd02.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4f2919123c7fa7d6.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-ff7658f0bdef0d7b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-40b6f3a3b25ada4c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-19901fd123c66ea5.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-acb5ff6bdeae1218.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9f2efb71b119e1ff.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7fdb07b1b748a5cd.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-0dc9bbd224be7281.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e83ce477abda8c23.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-49cb1c27880287de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-bab93eeae3690c19.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-a092a4f81adfb449.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-bd26bb0d073557ea.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
41352024-10-11T18:42:56.334Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql", "oxql", "sql"))' -C metadata=2a64bbac9d1a456d -C extra-filename=-2a64bbac9d1a456d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-e38be0eb4c8c5e50.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-98f0641d0f25bd02.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4f2919123c7fa7d6.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-ff7658f0bdef0d7b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-40b6f3a3b25ada4c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-19901fd123c66ea5.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-acb5ff6bdeae1218.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9f2efb71b119e1ff.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7fdb07b1b748a5cd.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-0dc9bbd224be7281.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e83ce477abda8c23.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-49cb1c27880287de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-bab93eeae3690c19.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-a092a4f81adfb449.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-bd26bb0d073557ea.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
41362024-10-11T18:43:01.278Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8e1e0e2ee38b011d -C extra-filename=-8e1e0e2ee38b011d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a68c8ac5ba7f8431.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-7fafdb8e59c2a2c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-f600fb80a2519a65.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-b1416974314be587.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4fb270fadc515097.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7faa8b9f3fdb477f.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-8e00cbba6478192b.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fe7c60a6b43fea40.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-af5b94c4ad7f11d3.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-52ce611031563794.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-6a775ea9ed3ebdb1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-d27a2fbce2ae536a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-b41f02d5439374cc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-fb7801688e79354e.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-bfbfe1f51d1d5db5.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-57f1313dac7d71fe.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
41372024-10-11T18:43:08.799Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ec0166751d8ecaea -C extra-filename=-ec0166751d8ecaea --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-87005985b6ff1e6f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41382024-10-11T18:43:15.816Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c067267a16fab2f7 -C extra-filename=-c067267a16fab2f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-cef495e8faf14eaf.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b508f161ffaf58d6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-40b6f3a3b25ada4c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a2459b4370421d8f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a63b8b732092917a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-ea70cbef8dc2ae97.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-bfaf6b529bbb10b0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-637d14a47e73fdaa.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7034a7302166cf35.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e04cb5c1424c522f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-89c03cf0d4318714.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-34fea5dbafc6c5db.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41392024-10-11T18:43:24.296Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=2a71a2a4a5beba57 -C extra-filename=-2a71a2a4a5beba57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a21a0134acdb5461.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-7fafdb8e59c2a2c6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e5bc3d6c3572dee5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1cac0bbb8517eede.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5a8b88864330aa18.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c1b935b082f1fe7f.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1ddf7de24cb3e407.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c221f7ada05ad8e3.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8a5b5ded5d2ca92d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-118ade79276786c8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e5be7b02fe71b1a0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-503244b71a8ae7a1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bad1ed1b0375b0c1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d782b98bd8f3eefd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-80e1455d59ead7e9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-18dd730e45d5560a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f2d8f1f749fcdbde.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-086bb24280a76d59.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f2d7ba54f289716d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5ab86862fbd0b9ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-58a6fc3b5b6413fc.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fe9ccaa826f653f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0a6443584b29c16c.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8a11f1fa84e84085.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-86b09fc0d7b156c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-15f3581ce9224907.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-122117adc0fdde1e.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-bfbfe1f51d1d5db5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1fe68b9f16cfe0fd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d164ab8bc99814ee.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d0ad22795112b2c8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9a7ef10e6dcea2e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5345a57482515560.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-51fc7c5ea1f4aa27.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-0d08ec7cdcf25bcf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0c3f216cf9048aab.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
41402024-10-11T18:43:27.264Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=0471ff02e3fe4613 -C extra-filename=-0471ff02e3fe4613 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a21a0134acdb5461.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-7fafdb8e59c2a2c6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e5bc3d6c3572dee5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1cac0bbb8517eede.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5a8b88864330aa18.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c1b935b082f1fe7f.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1ddf7de24cb3e407.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c221f7ada05ad8e3.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8a5b5ded5d2ca92d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-118ade79276786c8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e5be7b02fe71b1a0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-503244b71a8ae7a1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bad1ed1b0375b0c1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d782b98bd8f3eefd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-80e1455d59ead7e9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-18dd730e45d5560a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f2d8f1f749fcdbde.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-086bb24280a76d59.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f2d7ba54f289716d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5ab86862fbd0b9ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-58a6fc3b5b6413fc.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fe9ccaa826f653f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0a6443584b29c16c.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8a11f1fa84e84085.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-86b09fc0d7b156c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-15f3581ce9224907.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-122117adc0fdde1e.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-bfbfe1f51d1d5db5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1fe68b9f16cfe0fd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d164ab8bc99814ee.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d0ad22795112b2c8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9a7ef10e6dcea2e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5345a57482515560.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-51fc7c5ea1f4aa27.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-0d08ec7cdcf25bcf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0c3f216cf9048aab.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
41412024-10-11T18:43:33.801Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cb398914689d0777 -C extra-filename=-cb398914689d0777 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clickhouse_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_client-94fc1672dff0a079.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-db8c0935ab7b4149.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e5be7b02fe71b1a0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-de9a7f47a28e139d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f2d7ba54f289716d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1fe68b9f16cfe0fd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-2001f0410d8c3bb1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/`
41422024-10-11T18:43:39.372Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=6d5c6ac1bfc206d0 -C extra-filename=-6d5c6ac1bfc206d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a21a0134acdb5461.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-7fafdb8e59c2a2c6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e5bc3d6c3572dee5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1cac0bbb8517eede.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5a8b88864330aa18.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c1b935b082f1fe7f.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1ddf7de24cb3e407.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c221f7ada05ad8e3.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8a5b5ded5d2ca92d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-118ade79276786c8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e5be7b02fe71b1a0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-503244b71a8ae7a1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bad1ed1b0375b0c1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d782b98bd8f3eefd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-80e1455d59ead7e9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-18dd730e45d5560a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f2d8f1f749fcdbde.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-086bb24280a76d59.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f2d7ba54f289716d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5ab86862fbd0b9ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-58a6fc3b5b6413fc.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fe9ccaa826f653f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0a6443584b29c16c.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8a11f1fa84e84085.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-86b09fc0d7b156c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-15f3581ce9224907.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-122117adc0fdde1e.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-bfbfe1f51d1d5db5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1fe68b9f16cfe0fd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d164ab8bc99814ee.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d0ad22795112b2c8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9a7ef10e6dcea2e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5345a57482515560.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-51fc7c5ea1f4aa27.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-0d08ec7cdcf25bcf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0c3f216cf9048aab.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
41432024-10-11T18:43:42.074Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c5c2fe37c90f6466 -C extra-filename=-c5c2fe37c90f6466 --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-061a498f1fcf6a0d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41442024-10-11T18:43:43.885Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c450f5b58d7df21f -C extra-filename=-c450f5b58d7df21f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ac4fcd4c9083a226.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-188a227eda0fa507.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-bf099c0959339442.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a9802cbb7e4424e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
41452024-10-11T18:44:26.493Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=92cfe01b21cc551e -C extra-filename=-92cfe01b21cc551e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-d203535d0c6e9365.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-bf099c0959339442.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a9802cbb7e4424e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib`
41462024-10-11T18:44:26.494Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
41472024-10-11T18:44:26.494Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ddae0ba10f111e19 -C extra-filename=-ddae0ba10f111e19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-128211e6bdfc76fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7faa8b9f3fdb477f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-5d64f89f927d11ec.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-bfaf6b529bbb10b0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a9802cbb7e4424e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib`
41482024-10-11T18:44:26.497Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=99022ddfbdb5f535 -C extra-filename=-99022ddfbdb5f535 --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-20afe1f1506ec7c2.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d4891348ab354bc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-6d367ed7b6751a30.so -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41492024-10-11T18:44:30.654Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ef3c06fbdd578f02 -C extra-filename=-ef3c06fbdd578f02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-db8c0935ab7b4149.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e5be7b02fe71b1a0.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-c57ae2e537255ab5.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f2d8f1f749fcdbde.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-f7ce6b9e79c79528.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1fe68b9f16cfe0fd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-6d367ed7b6751a30.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-2001f0410d8c3bb1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
41502024-10-11T18:44:33.864Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cdcd0b2f4f845c2c -C extra-filename=-cdcd0b2f4f845c2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-18dd730e45d5560a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-b41f02d5439374cc.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3528801edfaa2d74.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-71037d7fffbbfd6e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-acb5ff6bdeae1218.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41512024-10-11T18:44:37.267Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9608ab7a3c980606 -C extra-filename=-9608ab7a3c980606 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-18dd730e45d5560a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-b41f02d5439374cc.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3528801edfaa2d74.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-71037d7fffbbfd6e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-acb5ff6bdeae1218.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41522024-10-11T18:44:43.031Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=933b57c3f27bfd59 -C extra-filename=-933b57c3f27bfd59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-d27a2fbce2ae536a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f0cfb971ab7e7a11.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7fdb07b1b748a5cd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41532024-10-11T18:44:45.849Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=58040e157b35185a -C extra-filename=-58040e157b35185a --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-20afe1f1506ec7c2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bad1ed1b0375b0c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bf2937c29393a178.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d164ab8bc99814ee.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e04cb5c1424c522f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-89c03cf0d4318714.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41542024-10-11T18:44:46.623Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1786b67eb3a93fa9 -C extra-filename=-1786b67eb3a93fa9 --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-e5bc3d6c3572dee5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e5be7b02fe71b1a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a2459b4370421d8f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-89c03cf0d4318714.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41552024-10-11T18:44:47.305Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=051d5de5b468aa9c -C extra-filename=-051d5de5b468aa9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-8e00cbba6478192b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-e55aa7860c4f81f3.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-de9a7f47a28e139d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-04cd6c4ea65e5f18.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-9228379cda021748.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-cebccc0279344ee9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-58a6fc3b5b6413fc.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fe9ccaa826f653f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-8b929d32c77d7889.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-305ae2e4ccebac81.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e144120f2741766e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-02f795c9d008e0b6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64`
41562024-10-11T18:44:49.389Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41572024-10-11T18:44:49.392Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c54e80aef05c8d4f -C extra-filename=-c54e80aef05c8d4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-de9a7f47a28e139d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-cebccc0279344ee9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-305ae2e4ccebac81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64`
41582024-10-11T18:44:52.171Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b424cdf8a35579e3 -C extra-filename=-b424cdf8a35579e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-8e00cbba6478192b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-e55aa7860c4f81f3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-04cd6c4ea65e5f18.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-9228379cda021748.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-cebccc0279344ee9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-58a6fc3b5b6413fc.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fe9ccaa826f653f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-8b929d32c77d7889.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-305ae2e4ccebac81.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-02f795c9d008e0b6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib`
41592024-10-11T18:44:54.618Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=73164a443c59c519 -C extra-filename=-73164a443c59c519 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-8e00cbba6478192b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-e55aa7860c4f81f3.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-de9a7f47a28e139d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-04cd6c4ea65e5f18.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-9228379cda021748.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-cebccc0279344ee9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-58a6fc3b5b6413fc.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fe9ccaa826f653f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-8b929d32c77d7889.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-305ae2e4ccebac81.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e144120f2741766e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-02f795c9d008e0b6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64`
41602024-10-11T18:44:57.258Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=050ff588d162bed3 -C extra-filename=-050ff588d162bed3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-8e00cbba6478192b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-e55aa7860c4f81f3.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-de9a7f47a28e139d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-04cd6c4ea65e5f18.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-9228379cda021748.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-58a6fc3b5b6413fc.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fe9ccaa826f653f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-8b929d32c77d7889.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-305ae2e4ccebac81.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e144120f2741766e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-02f795c9d008e0b6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64`
41612024-10-11T18:45:01.667Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aa8211d7af7e57b3 -C extra-filename=-aa8211d7af7e57b3 --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-a2f887a005703d1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-04cd6c4ea65e5f18.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-cebccc0279344ee9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e144120f2741766e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64`
41622024-10-11T18:45:06.729Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b5e45259f34f2bc1 -C extra-filename=-b5e45259f34f2bc1 --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-31ac23f604d0b3af.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-2ee9258c0041f7b8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41632024-10-11T18:45:06.804Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a0ff229a473ae705 -C extra-filename=-a0ff229a473ae705 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1ddf7de24cb3e407.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4fb270fadc515097.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c221f7ada05ad8e3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2d04fe982e957019.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a51fbaf6ad0155f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-dd219e33a1c62947.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-0a877860b9675be0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41a7a9e236107955.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
41642024-10-11T18:45:06.805Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=71d8aa06be483b14 -C extra-filename=-71d8aa06be483b14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1ddf7de24cb3e407.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4fb270fadc515097.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c221f7ada05ad8e3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2d04fe982e957019.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a51fbaf6ad0155f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-dd219e33a1c62947.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-0a877860b9675be0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41a7a9e236107955.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
41652024-10-11T18:45:06.815Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=651a62d92f74a21e -C extra-filename=-651a62d92f74a21e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1ddf7de24cb3e407.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4fb270fadc515097.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c221f7ada05ad8e3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2d04fe982e957019.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a51fbaf6ad0155f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-dd219e33a1c62947.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-0a877860b9675be0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41a7a9e236107955.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
41662024-10-11T18:45:06.815Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=da4936c5b10a6397 -C extra-filename=-da4936c5b10a6397 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4fb270fadc515097.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c221f7ada05ad8e3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2d04fe982e957019.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a51fbaf6ad0155f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-dd219e33a1c62947.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-0a877860b9675be0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41a7a9e236107955.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
41672024-10-11T18:45:13.678Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1f38906dc1d2d196 -C extra-filename=-1f38906dc1d2d196 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1ddf7de24cb3e407.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4fb270fadc515097.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c221f7ada05ad8e3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2d04fe982e957019.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a51fbaf6ad0155f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-dd219e33a1c62947.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-0a877860b9675be0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41a7a9e236107955.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
41682024-10-11T18:45:16.466Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=81a20362f2278369 -C extra-filename=-81a20362f2278369 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1ddf7de24cb3e407.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4fb270fadc515097.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c221f7ada05ad8e3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2d04fe982e957019.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a51fbaf6ad0155f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-dd219e33a1c62947.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-0a877860b9675be0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41a7a9e236107955.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
41692024-10-11T18:45:17.091Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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)' --check-cfg 'cfg(feature, values())' -C metadata=1565cba48ffc1c2b -C extra-filename=-1565cba48ffc1c2b --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-d65da3ab02c6d0c5.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a21a0134acdb5461.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-03b0f53e0e1bc97f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b508f161ffaf58d6.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c1b935b082f1fe7f.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-263f62f7b32356e3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-bb8cc523f92d473b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-122117adc0fdde1e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-b122a2dba3037d1c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
41702024-10-11T18:45:17.251Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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)' --check-cfg 'cfg(feature, values())' -C metadata=ad7bb61a91169193 -C extra-filename=-ad7bb61a91169193 --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-d65da3ab02c6d0c5.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a21a0134acdb5461.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-03b0f53e0e1bc97f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b508f161ffaf58d6.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c1b935b082f1fe7f.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-263f62f7b32356e3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-bb8cc523f92d473b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-122117adc0fdde1e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-b122a2dba3037d1c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
41712024-10-11T18:45:20.752Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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)' --check-cfg 'cfg(feature, values())' -C metadata=71d2541e4f454c87 -C extra-filename=-71d2541e4f454c87 --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-d65da3ab02c6d0c5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-03b0f53e0e1bc97f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b508f161ffaf58d6.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c1b935b082f1fe7f.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-263f62f7b32356e3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-bb8cc523f92d473b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-122117adc0fdde1e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-b122a2dba3037d1c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41722024-10-11T18:45:23.988Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fc7a29c56112a866 -C extra-filename=-fc7a29c56112a866 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1ddf7de24cb3e407.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c221f7ada05ad8e3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-dd219e33a1c62947.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bf2937c29393a178.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41a7a9e236107955.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
41732024-10-11T18:45:32.411Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=690b1ac9325621f5 -C extra-filename=-690b1ac9325621f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7faa8b9f3fdb477f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ac4fcd4c9083a226.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-93c89df6fe796d16.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-6f908aa0e4b5d91a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-188a227eda0fa507.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-303a72aac75bd855.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
41742024-10-11T18:45:42.733Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_client --edition=2021 clients/clickhouse-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c080b812d380060a -C extra-filename=-c080b812d380060a --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-20afe1f1506ec7c2.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-f600fb80a2519a65.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-db8c0935ab7b4149.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bf2937c29393a178.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41752024-10-11T18:45:43.844Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=11ec59282eef9069 -C extra-filename=-11ec59282eef9069 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-04cd6c4ea65e5f18.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e144120f2741766e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
41762024-10-11T18:45:45.974Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql", "oxql", "sql"))' -C metadata=93ef78fbc8bc3817 -C extra-filename=-93ef78fbc8bc3817 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-e38be0eb4c8c5e50.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-98f0641d0f25bd02.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4f2919123c7fa7d6.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-40b6f3a3b25ada4c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-19901fd123c66ea5.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-acb5ff6bdeae1218.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7fdb07b1b748a5cd.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-0dc9bbd224be7281.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e83ce477abda8c23.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-49cb1c27880287de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-bab93eeae3690c19.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-a092a4f81adfb449.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-bd26bb0d073557ea.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41772024-10-11T18:45:46.349Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=71e1dbd7246d659b -C extra-filename=-71e1dbd7246d659b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-128211e6bdfc76fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a226eb8ffa208e03.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
41782024-10-11T18:45:47.623Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5aa17ec5345e00d0 -C extra-filename=-5aa17ec5345e00d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-128211e6bdfc76fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-5d64f89f927d11ec.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8be4b95ce6e63459.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d0ad22795112b2c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-33c97d642638f64c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5345a57482515560.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out`
41792024-10-11T18:45:50.255Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=30c2270c230c2f0b -C extra-filename=-30c2270c230c2f0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-db8c0935ab7b4149.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-63eb5d65395c4088.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-13e1fb9cd2b62a35.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7db88011c84bec8a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f2d8f1f749fcdbde.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-9ee3b09736c9f1f9.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6204514cdbd6b31e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a2459b4370421d8f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a226eb8ffa208e03.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-391af38f426c4e7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1fe68b9f16cfe0fd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-df56d017779c676d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41802024-10-11T18:45:54.300Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7e3d3d55dca90d1e -C extra-filename=-7e3d3d55dca90d1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4f2919123c7fa7d6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-56047ae13ef06022.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f0cfb971ab7e7a11.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
41812024-10-11T18:45:54.699Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c9ee24a80055f2ac -C extra-filename=-c9ee24a80055f2ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-18dd730e45d5560a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
41822024-10-11T18:46:01.803Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4679f3f5c34748a7 -C extra-filename=-4679f3f5c34748a7 --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-20afe1f1506ec7c2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a2459b4370421d8f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bf2937c29393a178.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41832024-10-11T18:46:04.052Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=48f35d7be4a28dec -C extra-filename=-48f35d7be4a28dec --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-ac0f7a8996657ad1.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f2d8f1f749fcdbde.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41842024-10-11T18:46:06.243Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7c0d83dd233412e5 -C extra-filename=-7c0d83dd233412e5 --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-6986dc787002ec30.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41852024-10-11T18:46:09.073Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b339406473ec604d -C extra-filename=-b339406473ec604d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-04cd6c4ea65e5f18.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
41862024-10-11T18:46:12.641Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9d353cb2cbcc6e6c -C extra-filename=-9d353cb2cbcc6e6c --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-6986dc787002ec30.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-04cd6c4ea65e5f18.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
41872024-10-11T18:46:12.827Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=21011d1c1a5009b7 -C extra-filename=-21011d1c1a5009b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a21a0134acdb5461.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0a6443584b29c16c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-15f3581ce9224907.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-122117adc0fdde1e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
41882024-10-11T18:46:15.060Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=63304794c53a991a -C extra-filename=-63304794c53a991a --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-a2f887a005703d1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d164ab8bc99814ee.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41892024-10-11T18:46:17.806Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0764bdfd4375a808 -C extra-filename=-0764bdfd4375a808 --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-6986dc787002ec30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d164ab8bc99814ee.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41902024-10-11T18:46:20.111Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d5866eb44b5a0051 -C extra-filename=-d5866eb44b5a0051 --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-9e9d53757e35ea06.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a2459b4370421d8f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41912024-10-11T18:46:20.139Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2db1c173fbec1eff -C extra-filename=-2db1c173fbec1eff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bf2937c29393a178.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41922024-10-11T18:46:28.444Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=90b33f1aa951c0ad -C extra-filename=-90b33f1aa951c0ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c1b935b082f1fe7f.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d782b98bd8f3eefd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d0ad22795112b2c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out`
41932024-10-11T18:46:29.801Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4ad55c6260b386e3 -C extra-filename=-4ad55c6260b386e3 --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-85b096bbceaff1b6.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-996ede9d6db7d79b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41942024-10-11T18:46:32.054Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=302db5e4cf9c159e -C extra-filename=-302db5e4cf9c159e --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-5f33389b20d2eebe.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bf2937c29393a178.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41952024-10-11T18:46:36.543Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3099afedd4aa030f -C extra-filename=-3099afedd4aa030f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8a5b5ded5d2ca92d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e5be7b02fe71b1a0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e04cb5c1424c522f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41962024-10-11T18:46:36.683Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ac077efdb50a80e0 -C extra-filename=-ac077efdb50a80e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bad1ed1b0375b0c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41972024-10-11T18:46:38.956Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a70b688d2a315bfb -C extra-filename=-a70b688d2a315bfb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-19901fd123c66ea5.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-19499eb85418e4b2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-14177ee820a1e484.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-b7a42d5a8059c86a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-0d08ec7cdcf25bcf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out`
41982024-10-11T18:47:06.365Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=75bf14929f8d9f1e -C extra-filename=-75bf14929f8d9f1e --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-9e9d53757e35ea06.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
41992024-10-11T18:47:07.091Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6fd373073c7f9747 -C extra-filename=-6fd373073c7f9747 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-d9078d40c145551c.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-db8c0935ab7b4149.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4d36d7576c2a65fc.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-13e1fb9cd2b62a35.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c1b935b082f1fe7f.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e5be7b02fe71b1a0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-31ac23f604d0b3af.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a2459b4370421d8f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8b1774e5bfcf5fb6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7fdb07b1b748a5cd.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a226eb8ffa208e03.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-df56d017779c676d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-6d367ed7b6751a30.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e04cb5c1424c522f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42002024-10-11T18:47:07.475Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=932a94962cd94e84 -C extra-filename=-932a94962cd94e84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-6d367ed7b6751a30.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e04cb5c1424c522f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42012024-10-11T18:47:07.513Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c03d9b027a0cb765 -C extra-filename=-c03d9b027a0cb765 --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-bad1ed1b0375b0c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bf2937c29393a178.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e04cb5c1424c522f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42022024-10-11T18:47:12.896Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=84f5b8c8e0fa94cb -C extra-filename=-84f5b8c8e0fa94cb --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-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-99cafd33f08fd632.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42032024-10-11T18:47:17.237Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=77bc3eb29256f6b9 -C extra-filename=-77bc3eb29256f6b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-56047ae13ef06022.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-66ff388f29ea7411.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-81867403955f6e06.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f0cfb971ab7e7a11.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-19b29a9107eb9760.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42042024-10-11T18:47:17.830Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=97b17b195e26f9ba -C extra-filename=-97b17b195e26f9ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1ddf7de24cb3e407.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4fb270fadc515097.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c221f7ada05ad8e3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2d04fe982e957019.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a51fbaf6ad0155f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-dd219e33a1c62947.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-0a877860b9675be0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41a7a9e236107955.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42052024-10-11T18:47:19.517Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=031aa7c15efd18e7 -C extra-filename=-031aa7c15efd18e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1ddf7de24cb3e407.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4fb270fadc515097.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c221f7ada05ad8e3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2d04fe982e957019.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a51fbaf6ad0155f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-dd219e33a1c62947.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-0a877860b9675be0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41a7a9e236107955.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42062024-10-11T18:47:21.976Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5bcc78ff655bfcbb -C extra-filename=-5bcc78ff655bfcbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1ddf7de24cb3e407.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4fb270fadc515097.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c221f7ada05ad8e3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2d04fe982e957019.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a51fbaf6ad0155f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-dd219e33a1c62947.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-0a877860b9675be0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41a7a9e236107955.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42072024-10-11T18:47:25.187Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dc9ea6f810e1d90a -C extra-filename=-dc9ea6f810e1d90a --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-b84c1c53a60d0a0a.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-1dec2ff04e09d9a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-19b29a9107eb9760.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-f32ebe206649a34b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42082024-10-11T18:47:27.961Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=402136838a160fc8 -C extra-filename=-402136838a160fc8 --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-b84c1c53a60d0a0a.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-1dec2ff04e09d9a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-19b29a9107eb9760.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-f32ebe206649a34b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42092024-10-11T18:47:28.235Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=18612803cbf2dec2 -C extra-filename=-18612803cbf2dec2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-66ff388f29ea7411.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f0cfb971ab7e7a11.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-19b29a9107eb9760.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42102024-10-11T18:47:30.308Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=65e33adef7f3a2cb -C extra-filename=-65e33adef7f3a2cb --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-fb64fc97cf5bba50.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-9228379cda021748.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42112024-10-11T18:47:30.514Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=389d5ad396dceeff -C extra-filename=-389d5ad396dceeff --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-530b9ad60d2871e4.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-cd3cee524ac20871.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-fa9d00c75c96444d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42122024-10-11T18:47:32.096Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=784814ca676f7bd9 -C extra-filename=-784814ca676f7bd9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f0cfb971ab7e7a11.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-19b29a9107eb9760.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42132024-10-11T18:47:32.306Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c7264774d41066da -C extra-filename=-c7264774d41066da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f0cfb971ab7e7a11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42142024-10-11T18:47:34.748Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=103dd1f73e15fe7c -C extra-filename=-103dd1f73e15fe7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42152024-10-11T18:47:36.710Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a1d36bfb61edc387 -C extra-filename=-a1d36bfb61edc387 --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-20afe1f1506ec7c2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bf2937c29393a178.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42162024-10-11T18:47:38.844Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fc0d90bf963d7799 -C extra-filename=-fc0d90bf963d7799 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a68c8ac5ba7f8431.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c1b935b082f1fe7f.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42172024-10-11T18:47:40.356Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=73aad2945c008397 -C extra-filename=-73aad2945c008397 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a68c8ac5ba7f8431.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-65322f84cd556c62.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-19901fd123c66ea5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-76eea46ac0b291f3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-2a4ab6039a735b4e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f2d8f1f749fcdbde.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4edd16aba6d0609f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42182024-10-11T18:47:42.287Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
42192024-10-11T18:47:42.291Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8d65b7576d065e02 -C extra-filename=-8d65b7576d065e02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-dd219e33a1c62947.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42202024-10-11T18:47:43.301Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=f6c069517a477de2 -C extra-filename=-f6c069517a477de2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a68c8ac5ba7f8431.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-65322f84cd556c62.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-19901fd123c66ea5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-76eea46ac0b291f3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-2a4ab6039a735b4e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f2d8f1f749fcdbde.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4edd16aba6d0609f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42212024-10-11T18:47:43.568Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d76b2b69fe7cee22 -C extra-filename=-d76b2b69fe7cee22 --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-20afe1f1506ec7c2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42222024-10-11T18:47:44.628Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cfb3030a08228d23 -C extra-filename=-cfb3030a08228d23 --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-080efa0e0fcda2f8.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-bb01e7ef2f5b8a88.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8b1774e5bfcf5fb6.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9d9e768368c14300.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42232024-10-11T18:47:45.859Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e1310a3086e881ab -C extra-filename=-e1310a3086e881ab --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-1b46dd66a7c6c3c6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42242024-10-11T18:47:45.953Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
42252024-10-11T18:47:45.956Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6ae74e9f6740718a -C extra-filename=-6ae74e9f6740718a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42262024-10-11T18:47:47.620Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=56efe1d495a67238 -C extra-filename=-56efe1d495a67238 --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-20afe1f1506ec7c2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42272024-10-11T18:47:47.831Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c6f35da4049d4453 -C extra-filename=-c6f35da4049d4453 --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-db8c0935ab7b4149.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42282024-10-11T18:47:49.379Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=e8e31295ab87544e -C extra-filename=-e8e31295ab87544e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a68c8ac5ba7f8431.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-65322f84cd556c62.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-19901fd123c66ea5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-76eea46ac0b291f3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-2a4ab6039a735b4e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f2d8f1f749fcdbde.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4edd16aba6d0609f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42292024-10-11T18:47:49.840Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=60abdc85d2e21405 -C extra-filename=-60abdc85d2e21405 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42302024-10-11T18:47:50.082Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=718639542ccb1651 -C extra-filename=-718639542ccb1651 --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-b508f161ffaf58d6.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-fb447f662e3fc4cd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-6d367ed7b6751a30.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42312024-10-11T18:47:51.454Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
42322024-10-11T18:47:51.456Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ae6f2c52b6a24baa -C extra-filename=-ae6f2c52b6a24baa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8b1774e5bfcf5fb6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42332024-10-11T18:47:52.222Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=a772a10340a9c0c2 -C extra-filename=-a772a10340a9c0c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-836cfe3735c20c7d.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-52357a1ecef61216.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-fc1d90a66724882f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5ab86862fbd0b9ae.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-3c35e5265fe3351b.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-e1e288059d9c195a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5345a57482515560.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-481ec9f9cd50a9a2.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0c3f216cf9048aab.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
42342024-10-11T18:47:52.842Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=02cd7122f6d377a9 -C extra-filename=-02cd7122f6d377a9 --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-ac0f7a8996657ad1.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-263f62f7b32356e3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-bb8cc523f92d473b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-122117adc0fdde1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42352024-10-11T18:47:53.092Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=588f912e0a55dba8 -C extra-filename=-588f912e0a55dba8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8b1774e5bfcf5fb6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42362024-10-11T18:47:59.017Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4048b74236b65966 -C extra-filename=-4048b74236b65966 --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-20afe1f1506ec7c2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bf2937c29393a178.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42372024-10-11T18:48:00.030Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=55a7c9d48b70ab55 -C extra-filename=-55a7c9d48b70ab55 --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-d9c55e29fa366405.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42382024-10-11T18:48:00.397Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8bf4fa43bc9e00fa -C extra-filename=-8bf4fa43bc9e00fa --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-20afe1f1506ec7c2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-996ede9d6db7d79b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42392024-10-11T18:48:01.071Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=6e952ea0476fccee -C extra-filename=-6e952ea0476fccee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-d9078d40c145551c.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4e837b6a185b9e4c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-80e1455d59ead7e9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a226eb8ffa208e03.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-996ede9d6db7d79b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-15f3581ce9224907.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-158356caa281290b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-6d367ed7b6751a30.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42402024-10-11T18:48:01.579Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a33466ef4677f24d -C extra-filename=-a33466ef4677f24d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-dd219e33a1c62947.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bf2937c29393a178.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42412024-10-11T18:48:07.822Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b4ffef7e9cd3708a -C extra-filename=-b4ffef7e9cd3708a --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-20afe1f1506ec7c2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bf2937c29393a178.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42422024-10-11T18:48:08.415Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a69ce8bc309d4638 -C extra-filename=-a69ce8bc309d4638 --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-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bf2937c29393a178.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42432024-10-11T18:48:09.356Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4e5a1e380c25cb42 -C extra-filename=-4e5a1e380c25cb42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42442024-10-11T18:48:10.196Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a6d6ba47ec37b6de -C extra-filename=-a6d6ba47ec37b6de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42452024-10-11T18:48:11.958Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9cc7215f102778e3 -C extra-filename=-9cc7215f102778e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-e1e288059d9c195a.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-955f100085ab1813.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42462024-10-11T18:48:12.630Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=06586f3009eb2ed6 -C extra-filename=-06586f3009eb2ed6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-955f100085ab1813.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42472024-10-11T18:48:13.616Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5073f49f92c9a5ca -C extra-filename=-5073f49f92c9a5ca --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-530b9ad60d2871e4.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42482024-10-11T18:48:13.717Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=15c586316865ff59 -C extra-filename=-15c586316865ff59 --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-530b9ad60d2871e4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42492024-10-11T18:48:13.877Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3b16d2cba8f2172e -C extra-filename=-3b16d2cba8f2172e --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-530b9ad60d2871e4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42502024-10-11T18:48:14.048Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=216f5fc1d4e63d51 -C extra-filename=-216f5fc1d4e63d51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42512024-10-11T18:48:14.552Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cbf25e584d664bd1 -C extra-filename=-cbf25e584d664bd1 --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-530b9ad60d2871e4.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42522024-10-11T18:48:14.662Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6a22802bd358142f -C extra-filename=-6a22802bd358142f --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-530b9ad60d2871e4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42532024-10-11T18:48:14.912Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=78313168b6766425 -C extra-filename=-78313168b6766425 --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-530b9ad60d2871e4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42542024-10-11T18:48:15.040Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2015 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=15ed6d8a8342b0cb -C extra-filename=-15ed6d8a8342b0cb --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-ba6ae25d4c981213.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-ccd418511fd0e494.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-f1815429b9cc9059.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-43a44750c8116f3c.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-f27c634c8e28190b.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a4c480c9db0b285d.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-e992fadcca1ed6f2.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-21aef30ff9a49b69.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-0b179f319982781a.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-555deb2ec3108d6d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-60cd29cf005e63af.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-d203535d0c6e9365.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4d36d7576c2a65fc.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c305da7ac85d23b9.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-918ec9bc5257f5e2.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-a418bd8a5db45e62.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-501ad26f330841d9.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-51799860d4566239.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-235b3a3c205d41a5.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-e486a8fad7c06591.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-de11a116d7f7dd1f.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-c1aa6d2350b74cba.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7faa8b9f3fdb477f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-acd6c3528e857df4.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7739957597c73f63.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-0af99bb190aa0ae2.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9e460c6b16244ac3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-52e4c3f9ee248b43.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-b050ca61f382ec87.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d28686e858e4e4e9.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-c1d67db3a75f1d90.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a51fbaf6ad0155f5.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-5057ff9d5c9d9dda.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ac08d35180befde9.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ab72fc57583364c6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-c0fd835969271114.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-197a32e1da667e01.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb69c56d84ec7036.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-cabd6990d00654d2.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-7ebffa2b30e78119.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-a720034d2cb4e287.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-19a28b98cd1da8cc.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-1b1cee02430f185f.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-1b50779845f357a9.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-f68472f095c24de4.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-1be604d6afb67b30.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-e0c35fe68272df88.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-457abf17ed177e26.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-fcd8ea28b6b8ac77.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-7d938304ceffab4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-7c7a320ed304c137.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-30d8b57c3d4d8836.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ca94a252ff86685f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-5380524236143168.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-2712abd079d598ef.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rlib --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-b93e58a224b7bbd5.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-fb7801688e79354e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a035c1879c20c011.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0d360051f0406bd4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8f73071bde3a3bcf.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-d9f4e0f5b039d12f.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-76833568d688233a.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-637d14a47e73fdaa.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5d14c09c813b8c42.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-773c324f50696e3f.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-380826a9f3294c5e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-74ca2944f94ebadf.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-0862912828a0150a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64`
42552024-10-11T18:48:15.461Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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)' --check-cfg 'cfg(feature, values("default", "schemars", "schemars08", "serde", "std", "uuid-v4"))' -C metadata=7fcffe6ab4ed9e67 -C extra-filename=-7fcffe6ab4ed9e67 --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-31ac23f604d0b3af.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42562024-10-11T18:49:38.993Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name test_basic --edition=2021 dev-tools/reconfigurator-cli/tests/test_basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b61ab8beb176c20d -C extra-filename=-b61ab8beb176c20d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-18dd730e45d5560a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-640d34b2d3fdb698.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-f7ce6b9e79c79528.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c4c1c4b87a7b5be1.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-fbd8458dd86682ce.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5366fe9d7ae9361c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9c623d4af83fb8d3.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-5a0fddfde9b13c4e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e83ce477abda8c23.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-bd26bb0d073557ea.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-2001f0410d8c3bb1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
42572024-10-11T18:49:38.996Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6d4f610dde414774 -C extra-filename=-6d4f610dde414774 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f2d8f1f749fcdbde.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b7f9e3dd0c7d3c77.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5366fe9d7ae9361c.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-ac9e471f890efe8b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-5a0fddfde9b13c4e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5fd838510ca0742e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-305ae2e4ccebac81.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -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-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
42582024-10-11T18:49:38.996Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5e5df749b6ce0b2d -C extra-filename=-5e5df749b6ce0b2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f2d8f1f749fcdbde.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b7f9e3dd0c7d3c77.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5366fe9d7ae9361c.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-ac9e471f890efe8b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-5a0fddfde9b13c4e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5fd838510ca0742e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-305ae2e4ccebac81.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -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-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
42592024-10-11T18:49:39.025Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c745f724088f2879 -C extra-filename=-c745f724088f2879 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1604f69fcfb42e58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1cac0bbb8517eede.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern clickhouse_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_client-94fc1672dff0a079.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-0deb8bcd382c4b11.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-ff7658f0bdef0d7b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5a8b88864330aa18.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-9356d584d5452433.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4a633880fe6bb6a7.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7db88011c84bec8a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1ddf7de24cb3e407.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c221f7ada05ad8e3.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8a5b5ded5d2ca92d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-d66df7ee8bede590.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e5be7b02fe71b1a0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-de9a7f47a28e139d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-76eea46ac0b291f3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-dd219e33a1c62947.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-112c7170937fa33c.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-aeab3a67dbf57927.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ac4fcd4c9083a226.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-fe99b460c5745162.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-80e1455d59ead7e9.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-33ea995f57b3768d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-18dd730e45d5560a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f2d8f1f749fcdbde.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-87005985b6ff1e6f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-640d34b2d3fdb698.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-9ee3b09736c9f1f9.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-52ce611031563794.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-6a775ea9ed3ebdb1.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-f7ce6b9e79c79528.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-5b584830219525d3.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-20981d8290396d76.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-9bef6f2ff1b17f6f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c4c1c4b87a7b5be1.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-fbd8458dd86682ce.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6331ea29f7dff49a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b7f9e3dd0c7d3c77.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5366fe9d7ae9361c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9c623d4af83fb8d3.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-5a0fddfde9b13c4e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a2459b4370421d8f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f2d7ba54f289716d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8b1774e5bfcf5fb6.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5fd838510ca0742e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3528801edfaa2d74.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-71037d7fffbbfd6e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-acb5ff6bdeae1218.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-58a6fc3b5b6413fc.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fe9ccaa826f653f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7fdb07b1b748a5cd.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a226eb8ffa208e03.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-996ede9d6db7d79b.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0a6443584b29c16c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-391af38f426c4e7b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4edd16aba6d0609f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a25a3563f9485015.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-158356caa281290b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-e62acdb2cbf67e6c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1fe68b9f16cfe0fd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d164ab8bc99814ee.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e144120f2741766e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-df56d017779c676d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d2b024c6cdb0145f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-188a227eda0fa507.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-bf099c0959339442.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a9802cbb7e4424e8.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9f7807a91457e9b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e04cb5c1424c522f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/`
42602024-10-11T18:49:39.028Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d1bb319fe76dbf3 -C extra-filename=-5d1bb319fe76dbf3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1604f69fcfb42e58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-40b6f3a3b25ada4c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5a8b88864330aa18.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d4891348ab354bc4.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7db88011c84bec8a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5859d1b7689bc278.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e5be7b02fe71b1a0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-de9a7f47a28e139d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-59ffed5702e46592.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-18dd730e45d5560a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f2d8f1f749fcdbde.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-87005985b6ff1e6f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-640d34b2d3fdb698.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-fbd8458dd86682ce.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6331ea29f7dff49a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5366fe9d7ae9361c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9c623d4af83fb8d3.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-5a0fddfde9b13c4e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3528801edfaa2d74.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-acb5ff6bdeae1218.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a63b8b732092917a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e83ce477abda8c23.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1fe68b9f16cfe0fd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-bd26bb0d073557ea.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e04cb5c1424c522f.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
42612024-10-11T18:49:39.028Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=30e9c7f343f8752e -C extra-filename=-30e9c7f343f8752e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f2d8f1f749fcdbde.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b7f9e3dd0c7d3c77.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5366fe9d7ae9361c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-5a0fddfde9b13c4e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-305ae2e4ccebac81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -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-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
42622024-10-11T18:49:44.533Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ad61fa0ffc172664 -C extra-filename=-ad61fa0ffc172664 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1cac0bbb8517eede.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern clickhouse_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_client-94fc1672dff0a079.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-0deb8bcd382c4b11.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5a8b88864330aa18.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-9356d584d5452433.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4a633880fe6bb6a7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c221f7ada05ad8e3.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8a5b5ded5d2ca92d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-d66df7ee8bede590.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e5be7b02fe71b1a0.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-76eea46ac0b291f3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-dd219e33a1c62947.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-112c7170937fa33c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-80e1455d59ead7e9.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-33ea995f57b3768d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-18dd730e45d5560a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f2d8f1f749fcdbde.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-87005985b6ff1e6f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-640d34b2d3fdb698.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-9ee3b09736c9f1f9.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-52ce611031563794.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-6a775ea9ed3ebdb1.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-f7ce6b9e79c79528.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-5b584830219525d3.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-20981d8290396d76.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-9bef6f2ff1b17f6f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c4c1c4b87a7b5be1.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-fbd8458dd86682ce.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6331ea29f7dff49a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b7f9e3dd0c7d3c77.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-5a0fddfde9b13c4e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a2459b4370421d8f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8b1774e5bfcf5fb6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3528801edfaa2d74.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-acb5ff6bdeae1218.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-58a6fc3b5b6413fc.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fe9ccaa826f653f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7fdb07b1b748a5cd.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a226eb8ffa208e03.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-996ede9d6db7d79b.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0a6443584b29c16c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-391af38f426c4e7b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4edd16aba6d0609f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a25a3563f9485015.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-158356caa281290b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1fe68b9f16cfe0fd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-df56d017779c676d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-188a227eda0fa507.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9f7807a91457e9b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e04cb5c1424c522f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/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=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib`
42632024-10-11T18:49:44.799Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9ccba753e61c12b1 -C extra-filename=-9ccba753e61c12b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-18dd730e45d5560a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-640d34b2d3fdb698.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-f7ce6b9e79c79528.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c4c1c4b87a7b5be1.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-fbd8458dd86682ce.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5366fe9d7ae9361c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9c623d4af83fb8d3.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-5a0fddfde9b13c4e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e83ce477abda8c23.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-bd26bb0d073557ea.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-2001f0410d8c3bb1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
42642024-10-11T18:49:47.715Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8f944dc4376edcf8 -C extra-filename=-8f944dc4376edcf8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1cac0bbb8517eede.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern clickhouse_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_client-94fc1672dff0a079.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-0deb8bcd382c4b11.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5a8b88864330aa18.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-9356d584d5452433.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4a633880fe6bb6a7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c221f7ada05ad8e3.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8a5b5ded5d2ca92d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-d66df7ee8bede590.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e5be7b02fe71b1a0.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-76eea46ac0b291f3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-dd219e33a1c62947.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-112c7170937fa33c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-80e1455d59ead7e9.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-33ea995f57b3768d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-18dd730e45d5560a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f2d8f1f749fcdbde.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-87005985b6ff1e6f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-640d34b2d3fdb698.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-9ee3b09736c9f1f9.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-52ce611031563794.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-6a775ea9ed3ebdb1.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-f7ce6b9e79c79528.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-5b584830219525d3.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-20981d8290396d76.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-9bef6f2ff1b17f6f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c4c1c4b87a7b5be1.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-fbd8458dd86682ce.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6331ea29f7dff49a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b7f9e3dd0c7d3c77.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-5a0fddfde9b13c4e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a2459b4370421d8f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8b1774e5bfcf5fb6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3528801edfaa2d74.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-acb5ff6bdeae1218.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-58a6fc3b5b6413fc.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fe9ccaa826f653f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7fdb07b1b748a5cd.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a226eb8ffa208e03.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-996ede9d6db7d79b.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0a6443584b29c16c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-391af38f426c4e7b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4edd16aba6d0609f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a25a3563f9485015.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-158356caa281290b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1fe68b9f16cfe0fd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-df56d017779c676d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-188a227eda0fa507.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9f7807a91457e9b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e04cb5c1424c522f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/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=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib`
42652024-10-11T18:49:47.963Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ab3c280444137c03 -C extra-filename=-ab3c280444137c03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1604f69fcfb42e58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-40b6f3a3b25ada4c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5a8b88864330aa18.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d4891348ab354bc4.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7db88011c84bec8a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5859d1b7689bc278.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e5be7b02fe71b1a0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-de9a7f47a28e139d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-59ffed5702e46592.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-18dd730e45d5560a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f2d8f1f749fcdbde.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-87005985b6ff1e6f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-640d34b2d3fdb698.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-fbd8458dd86682ce.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6331ea29f7dff49a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5366fe9d7ae9361c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9c623d4af83fb8d3.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-5a0fddfde9b13c4e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3528801edfaa2d74.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-acb5ff6bdeae1218.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a63b8b732092917a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e83ce477abda8c23.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1fe68b9f16cfe0fd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-bd26bb0d073557ea.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e04cb5c1424c522f.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
42662024-10-11T18:49:51.980Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b63d4bc9c347d917 -C extra-filename=-b63d4bc9c347d917 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1604f69fcfb42e58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1cac0bbb8517eede.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern clickhouse_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_client-94fc1672dff0a079.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-0deb8bcd382c4b11.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-ff7658f0bdef0d7b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5a8b88864330aa18.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-9356d584d5452433.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4a633880fe6bb6a7.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7db88011c84bec8a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1ddf7de24cb3e407.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c221f7ada05ad8e3.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8a5b5ded5d2ca92d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-d66df7ee8bede590.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e5be7b02fe71b1a0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-de9a7f47a28e139d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-76eea46ac0b291f3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-dd219e33a1c62947.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-112c7170937fa33c.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-aeab3a67dbf57927.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ac4fcd4c9083a226.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-fe99b460c5745162.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-80e1455d59ead7e9.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-33ea995f57b3768d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-18dd730e45d5560a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f2d8f1f749fcdbde.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-87005985b6ff1e6f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-640d34b2d3fdb698.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-9ee3b09736c9f1f9.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-52ce611031563794.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-6a775ea9ed3ebdb1.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-f7ce6b9e79c79528.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-5b584830219525d3.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-20981d8290396d76.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-9bef6f2ff1b17f6f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c4c1c4b87a7b5be1.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-fbd8458dd86682ce.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6331ea29f7dff49a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b7f9e3dd0c7d3c77.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5366fe9d7ae9361c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9c623d4af83fb8d3.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-5a0fddfde9b13c4e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a2459b4370421d8f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f2d7ba54f289716d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8b1774e5bfcf5fb6.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5fd838510ca0742e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3528801edfaa2d74.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-71037d7fffbbfd6e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-acb5ff6bdeae1218.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-58a6fc3b5b6413fc.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fe9ccaa826f653f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7fdb07b1b748a5cd.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a226eb8ffa208e03.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-996ede9d6db7d79b.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0a6443584b29c16c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-391af38f426c4e7b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4edd16aba6d0609f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a25a3563f9485015.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-158356caa281290b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-e62acdb2cbf67e6c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1fe68b9f16cfe0fd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d164ab8bc99814ee.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e144120f2741766e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-df56d017779c676d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d2b024c6cdb0145f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-188a227eda0fa507.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-bf099c0959339442.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a9802cbb7e4424e8.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9f7807a91457e9b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e04cb5c1424c522f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/`
42672024-10-11T18:49:59.793Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f1602cd5749b88a6 -C extra-filename=-f1602cd5749b88a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1604f69fcfb42e58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-f600fb80a2519a65.rlib --extern clickhouse_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_client-94fc1672dff0a079.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-db8c0935ab7b4149.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-0deb8bcd382c4b11.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7db88011c84bec8a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-aeab3a67dbf57927.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-c57ae2e537255ab5.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-31ac23f604d0b3af.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f2d8f1f749fcdbde.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-87005985b6ff1e6f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-640d34b2d3fdb698.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-f7ce6b9e79c79528.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-20981d8290396d76.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c4c1c4b87a7b5be1.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-fbd8458dd86682ce.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5366fe9d7ae9361c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9c623d4af83fb8d3.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-5a0fddfde9b13c4e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1fe68b9f16cfe0fd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e04cb5c1424c522f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
42682024-10-11T18:50:10.152Z Running `/home/build/.rustup/toolchains/1.80.1-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7c6e4d8a7a9bc9e8 -C extra-filename=-7c6e4d8a7a9bc9e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1604f69fcfb42e58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1cac0bbb8517eede.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern clickhouse_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_client-94fc1672dff0a079.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-0deb8bcd382c4b11.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-ff7658f0bdef0d7b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5a8b88864330aa18.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-9356d584d5452433.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4a633880fe6bb6a7.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7db88011c84bec8a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1ddf7de24cb3e407.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c221f7ada05ad8e3.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8a5b5ded5d2ca92d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-d66df7ee8bede590.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e5be7b02fe71b1a0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-de9a7f47a28e139d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-76eea46ac0b291f3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-dd219e33a1c62947.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-112c7170937fa33c.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-aeab3a67dbf57927.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ac4fcd4c9083a226.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-fe99b460c5745162.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-80e1455d59ead7e9.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-33ea995f57b3768d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-18dd730e45d5560a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f2d8f1f749fcdbde.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-87005985b6ff1e6f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-640d34b2d3fdb698.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-9ee3b09736c9f1f9.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-52ce611031563794.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-6a775ea9ed3ebdb1.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-f7ce6b9e79c79528.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-5b584830219525d3.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-20981d8290396d76.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-9bef6f2ff1b17f6f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c4c1c4b87a7b5be1.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-fbd8458dd86682ce.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6331ea29f7dff49a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b7f9e3dd0c7d3c77.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5366fe9d7ae9361c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9c623d4af83fb8d3.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-5a0fddfde9b13c4e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a2459b4370421d8f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f2d7ba54f289716d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8b1774e5bfcf5fb6.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5fd838510ca0742e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3528801edfaa2d74.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-71037d7fffbbfd6e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-acb5ff6bdeae1218.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-58a6fc3b5b6413fc.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fe9ccaa826f653f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7fdb07b1b748a5cd.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a226eb8ffa208e03.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-996ede9d6db7d79b.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0a6443584b29c16c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-391af38f426c4e7b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4edd16aba6d0609f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a25a3563f9485015.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-158356caa281290b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-e62acdb2cbf67e6c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1fe68b9f16cfe0fd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d164ab8bc99814ee.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e144120f2741766e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-df56d017779c676d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d2b024c6cdb0145f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-188a227eda0fa507.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-bf099c0959339442.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a9802cbb7e4424e8.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9f7807a91457e9b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e04cb5c1424c522f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/`
42692024-10-11T19:19:57.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46m 20s
42702024-10-11T19:20:15.427Z
42712024-10-11T19:20:15.432Zreal 46:37.792235677
42722024-10-11T19:20:15.432Zuser 1:50:40.327245175
42732024-10-11T19:20:15.432Zsys 25:50.035794523
42742024-10-11T19:20:15.432Ztrap 11.819335249
42752024-10-11T19:20:15.432Ztflt 16.524222783
42762024-10-11T19:20:15.432Zdflt 3:01:56.229851141
42772024-10-11T19:20:15.432Zkflt 1.130181043
42782024-10-11T19:20:15.432Zlock 9:03:20.007915750
42792024-10-11T19:20:15.432Zslp 28:14:47.677868068
42802024-10-11T19:20:15.432Zlat 9:49.906953030
42812024-10-11T19:20:15.432Zstop 8:36.357909912
42822024-10-11T19:20:16.448Z+ banner ls-apis
42832024-10-11T19:20:16.515Z+ source ./tools/include/force-git-over-https.sh
42842024-10-11T19:20:16.520Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
42852024-10-11T19:20:16.521Z++ (( i = 0 ))
42862024-10-11T19:20:16.521Z++ (( i < 5 ))
42872024-10-11T19:20:16.523Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
42882024-10-11T19:20:16.569Z++ (( i++ ))
42892024-10-11T19:20:16.569Z++ (( i < 5 ))
42902024-10-11T19:20:16.572Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
42912024-10-11T19:20:16.574Z++ (( i++ ))
42922024-10-11T19:20:16.574Z++ (( i < 5 ))
42932024-10-11T19:20:16.574Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
42942024-10-11T19:20:16.576Z++ (( i++ ))
42952024-10-11T19:20:16.576Z++ (( i < 5 ))
42962024-10-11T19:20:16.576Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
42972024-10-11T19:20:16.578Z++ (( i++ ))
42982024-10-11T19:20:16.579Z++ (( i < 5 ))
42992024-10-11T19:20:16.579Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
43002024-10-11T19:20:16.581Z++ (( i++ ))
43012024-10-11T19:20:16.581Z++ (( i < 5 ))
43022024-10-11T19:20:16.584Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
43032024-10-11T19:20:16.584Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
43042024-10-11T19:20:16.584Z+ ptime -m cargo xtask ls-apis apis
43052024-10-11T19:20:17.414Z
43062024-10-11T19:20:17.416Z # #### ## ##### # ####
43072024-10-11T19:20:17.416Z # # # # # # # #
43082024-10-11T19:20:17.416Z # #### ##### # # # # # ####
43092024-10-11T19:20:17.416Z # # ###### ##### # #
43102024-10-11T19:20:17.416Z # # # # # # # # #
43112024-10-11T19:20:17.416Z ###### #### # # # # ####
43122024-10-11T19:20:17.416Z
43132024-10-11T19:20:18.920Z Compiling serde v1.0.210
43142024-10-11T19:20:18.925Z Compiling rustix v0.38.37
43152024-10-11T19:20:18.925Z Compiling libc v0.2.159
43162024-10-11T19:20:18.925Z Compiling serde_json v1.0.128
43172024-10-11T19:20:18.925Z Compiling syn v2.0.79
43182024-10-11T19:20:18.925Z Compiling bitflags v2.6.0
43192024-10-11T19:20:20.248Z Compiling usdt-impl v0.5.0
43202024-10-11T19:20:20.495Z Compiling syn v1.0.109
43212024-10-11T19:20:20.497Z Compiling hashbrown v0.14.5
43222024-10-11T19:20:20.608Z Compiling log v0.4.22
43232024-10-11T19:20:20.627Z Compiling fs-err v2.11.0
43242024-10-11T19:20:20.787Z Compiling anyhow v1.0.89
43252024-10-11T19:20:20.998Z Compiling once_cell v1.19.0
43262024-10-11T19:20:21.491Z Compiling thread-id v4.2.1
43272024-10-11T19:20:21.737Z Compiling indexmap v2.5.0
43282024-10-11T19:20:22.687Z Compiling terminal_size v0.4.0
43292024-10-11T19:20:22.687Z Compiling tempfile v3.13.0
43302024-10-11T19:20:22.895Z Compiling clap_builder v4.5.20
43312024-10-11T19:20:23.453Z Compiling proc-macro-error v1.0.4
43322024-10-11T19:20:25.146Z Compiling tabled_derive v0.7.0
43332024-10-11T19:20:26.902Z Compiling tabled v0.15.0
43342024-10-11T19:20:27.495Z Compiling serde_derive v1.0.210
43352024-10-11T19:20:27.498Z Compiling thiserror-impl v1.0.64
43362024-10-11T19:20:27.498Z Compiling zerocopy-derive v0.7.34
43372024-10-11T19:20:27.539Z Compiling scroll_derive v0.12.0
43382024-10-11T19:20:27.738Z Compiling clap_derive v4.5.18
43392024-10-11T19:20:29.015Z Compiling scroll v0.12.0
43402024-10-11T19:20:29.490Z Compiling goblin v0.8.2
43412024-10-11T19:20:29.545Z Compiling zerocopy v0.7.34
43422024-10-11T19:20:30.097Z Compiling thiserror v1.0.64
43432024-10-11T19:20:30.256Z Compiling pest v2.7.10
43442024-10-11T19:20:31.464Z Compiling clap v4.5.20
43452024-10-11T19:20:32.601Z Compiling pest_meta v2.7.10
43462024-10-11T19:20:33.484Z Compiling pest_generator v2.7.10
43472024-10-11T19:20:35.372Z Compiling pest_derive v2.7.10
43482024-10-11T19:20:36.408Z Compiling dtrace-parser v0.2.0
43492024-10-11T19:20:37.732Z Compiling serde_tokenstream v0.2.2
43502024-10-11T19:20:37.966Z Compiling serde_spanned v0.6.7
43512024-10-11T19:20:37.969Z Compiling toml_datetime v0.6.8
43522024-10-11T19:20:37.969Z Compiling camino v1.1.9
43532024-10-11T19:20:37.996Z Compiling cargo-platform v0.1.8
43542024-10-11T19:20:38.213Z Compiling semver v1.0.23
43552024-10-11T19:20:38.306Z Compiling toml_edit v0.22.22
43562024-10-11T19:20:38.407Z Compiling macaddr v1.0.1
43572024-10-11T19:20:38.603Z Compiling camino-tempfile v1.1.1
43582024-10-11T19:20:39.189Z Compiling dof v0.3.0
43592024-10-11T19:20:39.486Z Compiling cargo_metadata v0.18.1
43602024-10-11T19:20:40.916Z Compiling usdt-attr-macro v0.5.0
43612024-10-11T19:20:40.918Z Compiling usdt-macro v0.5.0
43622024-10-11T19:20:41.207Z Compiling toml v0.8.19
43632024-10-11T19:20:42.096Z Compiling cargo_toml v0.20.5
43642024-10-11T19:20:42.565Z Compiling usdt v0.5.0
43652024-10-11T19:20:45.885Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
43662024-10-11T19:20:50.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.46s
43672024-10-11T19:20:50.241Z Running `target/debug/xtask ls-apis apis`
43682024-10-11T19:20:52.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
43692024-10-11T19:20:52.207Z Running `target/debug/ls-apis apis`
43702024-10-11T19:20:52.362Zloading metadata for workspace omicron from current workspace
43712024-10-11T19:20:54.198Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/11371b0/Cargo.toml
43722024-10-11T19:20:54.198Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/056283e/Cargo.toml
43732024-10-11T19:20:54.208Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2b88ab8/Cargo.toml
43742024-10-11T19:21:08.491Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
43752024-10-11T19:21:12.314Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
43762024-10-11T19:21:12.323Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
43772024-10-11T19:21:12.354Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
43782024-10-11T19:21:12.418ZBootstrap Agent (client: bootstrap-agent-client)
43792024-10-11T19:21:12.418Z consumed by: omicron-sled-agent (omicron/sled-agent)
43802024-10-11T19:21:12.418Z consumed by: wicketd (omicron/wicketd)
43812024-10-11T19:21:12.418Z
43822024-10-11T19:21:12.418ZClickhouse Cluster Admin (client: clickhouse-admin-client)
43832024-10-11T19:21:12.418Z consumed by: omicron-nexus (omicron/nexus)
43842024-10-11T19:21:12.418Z
43852024-10-11T19:21:12.418ZCockroachDB Cluster Admin (client: cockroach-admin-client)
43862024-10-11T19:21:12.418Z consumed by: omicron-nexus (omicron/nexus)
43872024-10-11T19:21:12.418Z
43882024-10-11T19:21:12.418ZCrucible Agent (client: crucible-agent-client)
43892024-10-11T19:21:12.418Z consumed by: omicron-nexus (omicron/nexus)
43902024-10-11T19:21:12.418Z
43912024-10-11T19:21:12.418ZCrucible Control (for testing only) (client: crucible-control-client)
43922024-10-11T19:21:12.419Z
43932024-10-11T19:21:12.419ZCrucible Pantry (client: crucible-pantry-client)
43942024-10-11T19:21:12.419Z consumed by: omicron-nexus (omicron/nexus)
43952024-10-11T19:21:12.419Z
43962024-10-11T19:21:12.419ZMaghemite DDM Admin (client: ddm-admin-client)
43972024-10-11T19:21:12.419Z consumed by: installinator (omicron/installinator)
43982024-10-11T19:21:12.419Z consumed by: mgd (maghemite/mgd)
43992024-10-11T19:21:12.419Z consumed by: omicron-sled-agent (omicron/sled-agent)
44002024-10-11T19:21:12.419Z consumed by: wicketd (omicron/wicketd)
44012024-10-11T19:21:12.419Z
44022024-10-11T19:21:12.419ZDNS Server (client: dns-service-client)
44032024-10-11T19:21:12.424Z consumed by: omicron-nexus (omicron/nexus)
44042024-10-11T19:21:12.424Z consumed by: omicron-sled-agent (omicron/sled-agent)
44052024-10-11T19:21:12.424Z
44062024-10-11T19:21:12.424ZDendrite DPD (client: dpd-client)
44072024-10-11T19:21:12.424Z consumed by: ddmd (maghemite/ddmd)
44082024-10-11T19:21:12.424Z consumed by: mgd (maghemite/mgd)
44092024-10-11T19:21:12.424Z consumed by: omicron-nexus (omicron/nexus)
44102024-10-11T19:21:12.424Z consumed by: omicron-sled-agent (omicron/sled-agent)
44112024-10-11T19:21:12.424Z consumed by: tfportd (dendrite/tfportd)
44122024-10-11T19:21:12.424Z consumed by: wicketd (omicron/wicketd)
44132024-10-11T19:21:12.424Z
44142024-10-11T19:21:12.424ZDownstairs Controller (debugging only) (client: dsc-client)
44152024-10-11T19:21:12.424Z
44162024-10-11T19:21:12.424ZManagement Gateway Service (client: gateway-client)
44172024-10-11T19:21:12.428Z consumed by: dpd (dendrite/dpd)
44182024-10-11T19:21:12.428Z consumed by: omicron-nexus (omicron/nexus)
44192024-10-11T19:21:12.428Z consumed by: omicron-sled-agent (omicron/sled-agent)
44202024-10-11T19:21:12.428Z consumed by: wicketd (omicron/wicketd)
44212024-10-11T19:21:12.428Z
44222024-10-11T19:21:12.428ZWicketd Installinator (client: installinator-client)
44232024-10-11T19:21:12.428Z consumed by: installinator (omicron/installinator)
44242024-10-11T19:21:12.428Z
44252024-10-11T19:21:12.428ZMaghemite MG Admin (client: mg-admin-client)
44262024-10-11T19:21:12.430Z consumed by: omicron-nexus (omicron/nexus)
44272024-10-11T19:21:12.430Z consumed by: omicron-sled-agent (omicron/sled-agent)
44282024-10-11T19:21:12.430Z
44292024-10-11T19:21:12.430ZNexus Internal API (client: nexus-client)
44302024-10-11T19:21:12.430Z consumed by: dpd (dendrite/dpd)
44312024-10-11T19:21:12.430Z consumed by: omicron-nexus (omicron/nexus)
44322024-10-11T19:21:12.430Z consumed by: omicron-sled-agent (omicron/sled-agent)
44332024-10-11T19:21:12.431Z consumed by: oximeter-collector (omicron/oximeter/collector)
44342024-10-11T19:21:12.431Z consumed by: propolis-server (propolis/bin/propolis-server)
44352024-10-11T19:21:12.431Z
44362024-10-11T19:21:12.431ZExternal API (client: oxide-client)
44372024-10-11T19:21:12.431Z
44382024-10-11T19:21:12.431ZOximeter (client: oximeter-client)
44392024-10-11T19:21:12.435Z consumed by: omicron-nexus (omicron/nexus)
44402024-10-11T19:21:12.435Z
44412024-10-11T19:21:12.435ZPropolis (client: propolis-client)
44422024-10-11T19:21:12.435Z consumed by: omicron-nexus (omicron/nexus)
44432024-10-11T19:21:12.435Z consumed by: omicron-sled-agent (omicron/sled-agent)
44442024-10-11T19:21:12.435Z
44452024-10-11T19:21:12.435ZCrucible Repair (client: repair-client)
44462024-10-11T19:21:12.435Z consumed by: crucible-downstairs (crucible/downstairs)
44472024-10-11T19:21:12.435Z
44482024-10-11T19:21:12.435ZSled Agent (client: sled-agent-client)
44492024-10-11T19:21:12.435Z consumed by: dpd (dendrite/dpd)
44502024-10-11T19:21:12.435Z consumed by: omicron-nexus (omicron/nexus)
44512024-10-11T19:21:12.435Z consumed by: omicron-sled-agent (omicron/sled-agent)
44522024-10-11T19:21:12.435Z
44532024-10-11T19:21:12.435ZWicketd (client: wicketd-client)
44542024-10-11T19:21:12.435Z
44552024-10-11T19:21:12.553Z
44562024-10-11T19:21:12.556Zreal 55.955689826
44572024-10-11T19:21:12.556Zuser 2:19.233456071
44582024-10-11T19:21:12.556Zsys 37.645438625
44592024-10-11T19:21:12.556Ztrap 0.064144529
44602024-10-11T19:21:12.556Ztflt 4.361309039
44612024-10-11T19:21:12.556Zdflt 4.431722012
44622024-10-11T19:21:12.556Zkflt 0.032233073
44632024-10-11T19:21:12.556Zlock 3:41.741353657
44642024-10-11T19:21:12.556Zslp 8:48.042498077
44652024-10-11T19:21:12.556Zlat 4.151984698
44662024-10-11T19:21:12.556Zstop 9.639887154
44672024-10-11T19:21:12.556Z+ ptime -m cargo xtask ls-apis deployment-units
44682024-10-11T19:21:13.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
44692024-10-11T19:21:13.267Z Running `target/debug/xtask ls-apis deployment-units`
44702024-10-11T19:21:14.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
44712024-10-11T19:21:14.395Z Running `target/debug/ls-apis deployment-units`
44722024-10-11T19:21:14.440Zloading metadata for workspace omicron from current workspace
44732024-10-11T19:21:15.781Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/056283e/Cargo.toml
44742024-10-11T19:21:15.783Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2b88ab8/Cargo.toml
44752024-10-11T19:21:15.786Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/11371b0/Cargo.toml
44762024-10-11T19:21:17.999Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
44772024-10-11T19:21:18.938Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
44782024-10-11T19:21:18.948Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
44792024-10-11T19:21:18.978Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
44802024-10-11T19:21:19.038ZClickhouse Admin
44812024-10-11T19:21:19.042Z omicron-clickhouse-admin (omicron/clickhouse-admin)
44822024-10-11T19:21:19.042Z exposes: Clickhouse Cluster Admin (client = clickhouse-admin-client)
44832024-10-11T19:21:19.042Z
44842024-10-11T19:21:19.042Z
44852024-10-11T19:21:19.042ZCockroach Admin
44862024-10-11T19:21:19.042Z omicron-cockroach-admin (omicron/cockroach-admin)
44872024-10-11T19:21:19.042Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
44882024-10-11T19:21:19.042Z
44892024-10-11T19:21:19.042Z
44902024-10-11T19:21:19.042ZCrucible
44912024-10-11T19:21:19.042Z crucible-agent (crucible/agent)
44922024-10-11T19:21:19.042Z exposes: Crucible Agent (client = crucible-agent-client)
44932024-10-11T19:21:19.042Z
44942024-10-11T19:21:19.042Z crucible-downstairs (crucible/downstairs)
44952024-10-11T19:21:19.042Z exposes: Crucible Repair (client = repair-client)
44962024-10-11T19:21:19.042Z consumes: repair-client
44972024-10-11T19:21:19.042Z
44982024-10-11T19:21:19.042Z
44992024-10-11T19:21:19.042ZCrucible Pantry
45002024-10-11T19:21:19.042Z crucible-pantry (crucible/pantry)
45012024-10-11T19:21:19.042Z exposes: Crucible Pantry (client = crucible-pantry-client)
45022024-10-11T19:21:19.044Z
45032024-10-11T19:21:19.045Z
45042024-10-11T19:21:19.045ZDNS Server
45052024-10-11T19:21:19.045Z dns-server (omicron/dns-server)
45062024-10-11T19:21:19.045Z exposes: DNS Server (client = dns-service-client)
45072024-10-11T19:21:19.045Z
45082024-10-11T19:21:19.045Z
45092024-10-11T19:21:19.045ZHost OS
45102024-10-11T19:21:19.045Z ddmd (maghemite/ddmd)
45112024-10-11T19:21:19.045Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
45122024-10-11T19:21:19.045Z consumes: dpd-client
45132024-10-11T19:21:19.045Z
45142024-10-11T19:21:19.045Z dpd (dendrite/dpd)
45152024-10-11T19:21:19.045Z exposes: Dendrite DPD (client = dpd-client)
45162024-10-11T19:21:19.047Z consumes: gateway-client
45172024-10-11T19:21:19.048Z consumes: nexus-client
45182024-10-11T19:21:19.048Z consumes: sled-agent-client
45192024-10-11T19:21:19.048Z
45202024-10-11T19:21:19.048Z mgd (maghemite/mgd)
45212024-10-11T19:21:19.048Z exposes: Maghemite MG Admin (client = mg-admin-client)
45222024-10-11T19:21:19.048Z consumes: ddm-admin-client
45232024-10-11T19:21:19.048Z consumes: dpd-client
45242024-10-11T19:21:19.048Z
45252024-10-11T19:21:19.048Z omicron-gateway (omicron/gateway)
45262024-10-11T19:21:19.048Z exposes: Management Gateway Service (client = gateway-client)
45272024-10-11T19:21:19.048Z
45282024-10-11T19:21:19.048Z omicron-sled-agent (omicron/sled-agent)
45292024-10-11T19:21:19.048Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
45302024-10-11T19:21:19.048Z exposes: Sled Agent (client = sled-agent-client)
45312024-10-11T19:21:19.050Z consumes: bootstrap-agent-client
45322024-10-11T19:21:19.050Z consumes: ddm-admin-client
45332024-10-11T19:21:19.050Z consumes: dns-service-client
45342024-10-11T19:21:19.050Z consumes: dpd-client
45352024-10-11T19:21:19.050Z consumes: gateway-client
45362024-10-11T19:21:19.051Z consumes: mg-admin-client
45372024-10-11T19:21:19.051Z consumes: nexus-client
45382024-10-11T19:21:19.051Z consumes: propolis-client
45392024-10-11T19:21:19.051Z consumes: sled-agent-client
45402024-10-11T19:21:19.051Z
45412024-10-11T19:21:19.051Z propolis-server (propolis/bin/propolis-server)
45422024-10-11T19:21:19.051Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
45432024-10-11T19:21:19.051Z exposes: Propolis (client = propolis-client)
45442024-10-11T19:21:19.053Z consumes: nexus-client
45452024-10-11T19:21:19.053Z
45462024-10-11T19:21:19.053Z tfportd (dendrite/tfportd)
45472024-10-11T19:21:19.053Z consumes: dpd-client
45482024-10-11T19:21:19.053Z
45492024-10-11T19:21:19.053Z wicketd (omicron/wicketd)
45502024-10-11T19:21:19.053Z exposes: Wicketd Installinator (client = installinator-client)
45512024-10-11T19:21:19.053Z exposes: Wicketd (client = wicketd-client)
45522024-10-11T19:21:19.053Z consumes: bootstrap-agent-client
45532024-10-11T19:21:19.054Z consumes: ddm-admin-client
45542024-10-11T19:21:19.054Z consumes: dpd-client
45552024-10-11T19:21:19.054Z consumes: gateway-client
45562024-10-11T19:21:19.054Z
45572024-10-11T19:21:19.054Z
45582024-10-11T19:21:19.054ZInstallinator
45592024-10-11T19:21:19.054Z installinator (omicron/installinator)
45602024-10-11T19:21:19.054Z consumes: ddm-admin-client
45612024-10-11T19:21:19.054Z consumes: installinator-client
45622024-10-11T19:21:19.054Z
45632024-10-11T19:21:19.054Z
45642024-10-11T19:21:19.054ZNexus
45652024-10-11T19:21:19.054Z omicron-nexus (omicron/nexus)
45662024-10-11T19:21:19.054Z exposes: Nexus Internal API (client = nexus-client)
45672024-10-11T19:21:19.054Z exposes: External API (client = oxide-client)
45682024-10-11T19:21:19.057Z consumes: clickhouse-admin-client
45692024-10-11T19:21:19.057Z consumes: cockroach-admin-client
45702024-10-11T19:21:19.057Z consumes: crucible-agent-client
45712024-10-11T19:21:19.057Z consumes: crucible-pantry-client
45722024-10-11T19:21:19.057Z consumes: dns-service-client
45732024-10-11T19:21:19.057Z consumes: dpd-client
45742024-10-11T19:21:19.057Z consumes: gateway-client
45752024-10-11T19:21:19.057Z consumes: mg-admin-client
45762024-10-11T19:21:19.057Z consumes: nexus-client
45772024-10-11T19:21:19.057Z consumes: oximeter-client
45782024-10-11T19:21:19.057Z consumes: propolis-client
45792024-10-11T19:21:19.057Z consumes: sled-agent-client
45802024-10-11T19:21:19.057Z
45812024-10-11T19:21:19.057Z
45822024-10-11T19:21:19.057ZOximeter
45832024-10-11T19:21:19.057Z oximeter-collector (omicron/oximeter/collector)
45842024-10-11T19:21:19.057Z exposes: Oximeter (client = oximeter-client)
45852024-10-11T19:21:19.057Z consumes: nexus-client
45862024-10-11T19:21:19.057Z
45872024-10-11T19:21:19.057Z
45882024-10-11T19:21:19.174Z
45892024-10-11T19:21:19.176Zreal 6.604213261
45902024-10-11T19:21:19.176Zuser 5.027812494
45912024-10-11T19:21:19.176Zsys 2.068517210
45922024-10-11T19:21:19.176Ztrap 0.000999710
45932024-10-11T19:21:19.177Ztflt 0.002472600
45942024-10-11T19:21:19.177Zdflt 0.001430496
45952024-10-11T19:21:19.177Zkflt 0.000000000
45962024-10-11T19:21:19.177Zlock 0.002394339
45972024-10-11T19:21:19.177Zslp 13.679816890
45982024-10-11T19:21:19.177Zlat 0.035693344
45992024-10-11T19:21:19.177Zstop 0.067269969
46002024-10-11T19:21:19.177Z+ ptime -m cargo xtask ls-apis servers
46012024-10-11T19:21:19.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
46022024-10-11T19:21:19.798Z Running `target/debug/xtask ls-apis servers`
46032024-10-11T19:21:20.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
46042024-10-11T19:21:20.770Z Running `target/debug/ls-apis servers`
46052024-10-11T19:21:20.813Zloading metadata for workspace omicron from current workspace
46062024-10-11T19:21:22.149Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/056283e/Cargo.toml
46072024-10-11T19:21:22.153Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2b88ab8/Cargo.toml
46082024-10-11T19:21:22.155Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/11371b0/Cargo.toml
46092024-10-11T19:21:24.328Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
46102024-10-11T19:21:25.263Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
46112024-10-11T19:21:25.273Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
46122024-10-11T19:21:25.303Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
46132024-10-11T19:21:25.363Zomicron-clickhouse-admin (omicron/clickhouse-admin)
46142024-10-11T19:21:25.363Z exposes: Clickhouse Cluster Admin (client = clickhouse-admin-client)
46152024-10-11T19:21:25.365Z
46162024-10-11T19:21:25.365Zomicron-cockroach-admin (omicron/cockroach-admin)
46172024-10-11T19:21:25.366Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
46182024-10-11T19:21:25.366Z
46192024-10-11T19:21:25.366Zcrucible-agent (crucible/agent)
46202024-10-11T19:21:25.366Z exposes: Crucible Agent (client = crucible-agent-client)
46212024-10-11T19:21:25.366Z
46222024-10-11T19:21:25.366Zcrucible-downstairs (crucible/downstairs)
46232024-10-11T19:21:25.366Z exposes: Crucible Repair (client = repair-client)
46242024-10-11T19:21:25.366Z consumes: repair-client
46252024-10-11T19:21:25.366Z
46262024-10-11T19:21:25.366Zcrucible-pantry (crucible/pantry)
46272024-10-11T19:21:25.384Z exposes: Crucible Pantry (client = crucible-pantry-client)
46282024-10-11T19:21:25.384Z
46292024-10-11T19:21:25.384Zdns-server (omicron/dns-server)
46302024-10-11T19:21:25.384Z exposes: DNS Server (client = dns-service-client)
46312024-10-11T19:21:25.384Z
46322024-10-11T19:21:25.384Zomicron-sled-agent (omicron/sled-agent)
46332024-10-11T19:21:25.384Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
46342024-10-11T19:21:25.384Z exposes: Sled Agent (client = sled-agent-client)
46352024-10-11T19:21:25.385Z consumes: bootstrap-agent-client
46362024-10-11T19:21:25.385Z consumes: ddm-admin-client
46372024-10-11T19:21:25.385Z consumes: dns-service-client
46382024-10-11T19:21:25.385Z consumes: dpd-client
46392024-10-11T19:21:25.385Z consumes: gateway-client
46402024-10-11T19:21:25.385Z consumes: mg-admin-client
46412024-10-11T19:21:25.385Z consumes: nexus-client
46422024-10-11T19:21:25.385Z consumes: propolis-client
46432024-10-11T19:21:25.385Z consumes: sled-agent-client
46442024-10-11T19:21:25.385Z
46452024-10-11T19:21:25.385Zpropolis-server (propolis/bin/propolis-server)
46462024-10-11T19:21:25.385Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
46472024-10-11T19:21:25.385Z exposes: Propolis (client = propolis-client)
46482024-10-11T19:21:25.385Z consumes: nexus-client
46492024-10-11T19:21:25.385Z
46502024-10-11T19:21:25.385Zddmd (maghemite/ddmd)
46512024-10-11T19:21:25.385Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
46522024-10-11T19:21:25.385Z consumes: dpd-client
46532024-10-11T19:21:25.385Z
46542024-10-11T19:21:25.385Zdpd (dendrite/dpd)
46552024-10-11T19:21:25.385Z exposes: Dendrite DPD (client = dpd-client)
46562024-10-11T19:21:25.385Z consumes: gateway-client
46572024-10-11T19:21:25.385Z consumes: nexus-client
46582024-10-11T19:21:25.385Z consumes: sled-agent-client
46592024-10-11T19:21:25.385Z
46602024-10-11T19:21:25.385Zmgd (maghemite/mgd)
46612024-10-11T19:21:25.385Z exposes: Maghemite MG Admin (client = mg-admin-client)
46622024-10-11T19:21:25.385Z consumes: ddm-admin-client
46632024-10-11T19:21:25.385Z consumes: dpd-client
46642024-10-11T19:21:25.385Z
46652024-10-11T19:21:25.385Zomicron-gateway (omicron/gateway)
46662024-10-11T19:21:25.385Z exposes: Management Gateway Service (client = gateway-client)
46672024-10-11T19:21:25.385Z
46682024-10-11T19:21:25.385Ztfportd (dendrite/tfportd)
46692024-10-11T19:21:25.385Z consumes: dpd-client
46702024-10-11T19:21:25.385Z
46712024-10-11T19:21:25.385Zwicketd (omicron/wicketd)
46722024-10-11T19:21:25.385Z exposes: Wicketd Installinator (client = installinator-client)
46732024-10-11T19:21:25.386Z exposes: Wicketd (client = wicketd-client)
46742024-10-11T19:21:25.386Z consumes: bootstrap-agent-client
46752024-10-11T19:21:25.386Z consumes: ddm-admin-client
46762024-10-11T19:21:25.386Z consumes: dpd-client
46772024-10-11T19:21:25.386Z consumes: gateway-client
46782024-10-11T19:21:25.386Z
46792024-10-11T19:21:25.386Zinstallinator (omicron/installinator)
46802024-10-11T19:21:25.386Z consumes: ddm-admin-client
46812024-10-11T19:21:25.386Z consumes: installinator-client
46822024-10-11T19:21:25.386Z
46832024-10-11T19:21:25.386Zomicron-nexus (omicron/nexus)
46842024-10-11T19:21:25.386Z exposes: Nexus Internal API (client = nexus-client)
46852024-10-11T19:21:25.386Z exposes: External API (client = oxide-client)
46862024-10-11T19:21:25.386Z consumes: clickhouse-admin-client
46872024-10-11T19:21:25.386Z consumes: cockroach-admin-client
46882024-10-11T19:21:25.386Z consumes: crucible-agent-client
46892024-10-11T19:21:25.386Z consumes: crucible-pantry-client
46902024-10-11T19:21:25.386Z consumes: dns-service-client
46912024-10-11T19:21:25.386Z consumes: dpd-client
46922024-10-11T19:21:25.386Z consumes: gateway-client
46932024-10-11T19:21:25.386Z consumes: mg-admin-client
46942024-10-11T19:21:25.386Z consumes: nexus-client
46952024-10-11T19:21:25.386Z consumes: oximeter-client
46962024-10-11T19:21:25.386Z consumes: propolis-client
46972024-10-11T19:21:25.386Z consumes: sled-agent-client
46982024-10-11T19:21:25.386Z
46992024-10-11T19:21:25.386Zoximeter-collector (omicron/oximeter/collector)
47002024-10-11T19:21:25.386Z exposes: Oximeter (client = oximeter-client)
47012024-10-11T19:21:25.386Z consumes: nexus-client
47022024-10-11T19:21:25.386Z
47032024-10-11T19:21:25.501Z
47042024-10-11T19:21:25.503Zreal 6.311257305
47052024-10-11T19:21:25.503Zuser 4.996137019
47062024-10-11T19:21:25.503Zsys 1.974356327
47072024-10-11T19:21:25.504Ztrap 0.000534529
47082024-10-11T19:21:25.504Ztflt 0.000005590
47092024-10-11T19:21:25.504Zdflt 0.000050412
47102024-10-11T19:21:25.504Zkflt 0.000000000
47112024-10-11T19:21:25.504Zlock 0.001799543
47122024-10-11T19:21:25.504Zslp 13.152770277
47132024-10-11T19:21:25.504Zlat 0.024176291
47142024-10-11T19:21:25.504Zstop 0.068376670
47152024-10-11T19:21:25.514Z+ banner test
47162024-10-11T19:21:25.518Z
47172024-10-11T19:21:25.518Z ##### ###### #### #####
47182024-10-11T19:21:25.518Z # # # #
47192024-10-11T19:21:25.518Z # ##### #### #
47202024-10-11T19:21:25.518Z # # # #
47212024-10-11T19:21:25.518Z # # # # #
47222024-10-11T19:21:25.518Z # ###### #### #
47232024-10-11T19:21:25.518Z
47242024-10-11T19:21:25.518Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose
47252024-10-11T19:21:27.022Zinfo: experimental features enabled: setup-scripts
47262024-10-11T19:21:29.050Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47272024-10-11T19:21:29.206Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
47282024-10-11T19:21:29.245Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
47292024-10-11T19:21:29.276Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
47302024-10-11T19:21:41.145Z Finished `test` profile [unoptimized + debuginfo] target(s) in 14.08s
47312024-10-11T19:21:47.696Z------------
47322024-10-11T19:21:47.696Z Nextest run ID 2c3a014c-8dd3-45f1-981d-f577ac560af3 with nextest profile: ci
47332024-10-11T19:21:47.698Z Starting 1630 tests across 167 binaries (4 tests and 5 binaries skipped, including 5 binaries via profile.default.default-filter)
47342024-10-11T19:21:47.701Z SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
47352024-10-11T19:21:48.530Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47362024-10-11T19:21:51.069Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47372024-10-11T19:21:52.877Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
47382024-10-11T19:21:58.671Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.91s
47392024-10-11T19:21:58.785Z Running `target/debug/crdb-seed`
47402024-10-11T19:21:58.823ZOct 11 19:21:58.416 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpdlyckM
47412024-10-11T19:21:58.826ZOct 11 19:21:58.416 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpdrwO8r,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpdlyckM/listen-url
47422024-10-11T19:21:58.829ZOct 11 19:21:58.418 INFO cockroach environment: BUILDOMAT_JOB_ID=01J9YDDV3AJGWP2YAMKA0AR75F BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.80.1-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_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=sunshowers/spr/6n-reconfigurator-cli-allow-loading-up-an-example-system GITHUB_REF=refs/heads/sunshowers/spr/6n-reconfigurator-cli-allow-loading-up-an-example-system GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=a2065fcd5ec639c0175b9851b472462e6bb2f63a 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/ring-e8b5c01317fe1661/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out:/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out:/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envACFY2k NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out:/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out:/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=2c3a014c-8dd3-45f1-981d-f577ac560af3 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.80.1-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
47432024-10-11T19:21:59.925ZOct 11 19:21:59.518 INFO cockroach pid: 6548
47442024-10-11T19:21:59.925ZOct 11 19:21:59.518 INFO cockroach listen URL: postgresql://root@[::1]:55214/omicron?sslmode=disable
47452024-10-11T19:21:59.925ZOct 11 19:21:59.518 INFO cockroach: populating
47462024-10-11T19:22:02.522ZOct 11 19:22:02.115 INFO cockroach: populated
47472024-10-11T19:22:04.666ZOct 11 19:22:04.259 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/d9e3efc9a29f416e556d048e04c94ab656e3f717cbfa6c5292a45a2c73ea6d2d.tar`
47482024-10-11T19:22:04.670Z SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
47492024-10-11T19:22:04.718Z PASS [ 0.037s] api_identity test::test_identity
47502024-10-11T19:22:04.718Z PASS [ 0.031s] api_identity test::test_identity_no_field
47512024-10-11T19:22:04.725Z PASS [ 0.035s] bootstore schemes::tests::hello_roundtrip
47522024-10-11T19:22:04.734Z PASS [ 0.017s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
47532024-10-11T19:22:04.734Z PASS [ 0.022s] bootstore trust_quorum::rack_secret::tests::create_and_verify
47542024-10-11T19:22:04.743Z PASS [ 0.054s] authz-macros tests::test_authz_snapshots
47552024-10-11T19:22:04.743Z PASS [ 0.037s] bootstore schemes::v0::share_pkg::tests::create_packages
47562024-10-11T19:22:04.801Z PASS [ 0.055s] clickhouse-admin-types tests::test_empty_output_raft_config_parse_fail
47572024-10-11T19:22:04.819Z PASS [ 0.072s] clickhouse-admin-types tests::test_additional_key_value_pairs_in_output_parse_fail
47582024-10-11T19:22:04.819Z PASS [ 0.067s] clickhouse-admin-types tests::test_empty_output_parse_fail
47592024-10-11T19:22:04.822Z PASS [ 0.108s] bootstore schemes::v0::peer::tests::network_config
47602024-10-11T19:22:04.826Z PASS [ 0.028s] clickhouse-admin-types tests::test_empty_value_lgif_parse_fail
47612024-10-11T19:22:04.837Z PASS [ 0.023s] clickhouse-admin-types tests::test_full_lgif_parse_success
47622024-10-11T19:22:04.844Z PASS [ 0.025s] clickhouse-admin-types tests::test_full_raft_config_parse_success
47632024-10-11T19:22:04.849Z PASS [ 0.042s] clickhouse-admin-types tests::test_full_keeper_conf_parse_success
47642024-10-11T19:22:04.868Z PASS [ 0.034s] clickhouse-admin-types tests::test_generate_keeper_config
47652024-10-11T19:22:04.868Z PASS [ 0.026s] clickhouse-admin-types tests::test_generate_replica_config
47662024-10-11T19:22:04.878Z PASS [ 0.024s] clickhouse-admin-types tests::test_malformed_output_keeper_conf_parse_fail
47672024-10-11T19:22:04.878Z PASS [ 0.030s] clickhouse-admin-types tests::test_invalid_address_raft_config_parse_fail
47682024-10-11T19:22:04.883Z PASS [ 0.022s] clickhouse-admin-types tests::test_misshapen_id_raft_config_parse_fail
47692024-10-11T19:22:04.891Z PASS [ 0.021s] clickhouse-admin-types tests::test_misshapen_participant_raft_config_parse_fail
47702024-10-11T19:22:04.895Z PASS [ 0.022s] clickhouse-admin-types tests::test_misshapen_port_raft_config_parse_fail
47712024-10-11T19:22:04.902Z PASS [ 0.022s] clickhouse-admin-types tests::test_misshapen_priority_raft_config_parse_fail
47722024-10-11T19:22:04.907Z PASS [ 0.024s] clickhouse-admin-types tests::test_misshapen_raft_config_parse_fail
47732024-10-11T19:22:04.975Z PASS [ 0.024s] clickhouse-admin-types tests::test_missing_address_raft_config_parse_fail
47742024-10-11T19:22:04.975Z PASS [ 0.023s] clickhouse-admin-types tests::test_missing_field_keeper_conf_parse_fail
47752024-10-11T19:22:04.978Z PASS [ 0.024s] clickhouse-admin-types tests::test_missing_keys_lgif_parse_fail
47762024-10-11T19:22:04.978Z PASS [ 0.023s] clickhouse-admin-types tests::test_missing_participant_raft_config_parse_fail
47772024-10-11T19:22:04.978Z PASS [ 0.024s] clickhouse-admin-types tests::test_missing_port_raft_config_parse_fail
47782024-10-11T19:22:04.978Z PASS [ 0.024s] clickhouse-admin-types tests::test_missing_priority_raft_config_parse_fail
47792024-10-11T19:22:04.978Z PASS [ 0.023s] clickhouse-admin-types tests::test_missing_server_id_raft_config_parse_fail
47802024-10-11T19:22:04.978Z PASS [ 0.022s] clickhouse-admin-types tests::test_missing_value_keeper_conf_parse_fail
47812024-10-11T19:22:04.978Z PASS [ 0.228s] cert-dev::test-cert-dev test_cert_create
47822024-10-11T19:22:04.978Z PASS [ 0.021s] clickhouse-admin-types tests::test_non_existent_key_keeper_conf_parse_fail
47832024-10-11T19:22:04.978Z PASS [ 0.026s] clickhouse-admin-types tests::test_non_existent_key_with_correct_value_lgif_parse_fail
47842024-10-11T19:22:04.978Z PASS [ 0.021s] clickhouse-admin-types tests::test_non_u64_value_lgif_parse_fail
47852024-10-11T19:22:04.988Z PASS [ 0.019s] cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes
47862024-10-11T19:22:04.997Z PASS [ 0.019s] cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value
47872024-10-11T19:22:04.997Z PASS [ 0.029s] cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes
47882024-10-11T19:22:05.002Z PASS [ 0.015s] cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv
47892024-10-11T19:22:05.008Z PASS [ 0.014s] cockroach-admin-types tests::test_node_status_parse_single_line_from_csv
47902024-10-11T19:22:05.069Z PASS [ 0.109s] cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
47912024-10-11T19:22:05.069Z PASS [ 0.104s] cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input
47922024-10-11T19:22:05.168Z PASS [ 0.097s] db-macros lookup::test::test_lookup_snapshots
47932024-10-11T19:22:05.187Z PASS [ 0.020s] db-macros tests::test_derive_metadata_identity_fails_for_enums
47942024-10-11T19:22:05.204Z PASS [ 0.016s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
47952024-10-11T19:22:05.224Z PASS [ 0.020s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
47962024-10-11T19:22:05.242Z PASS [ 0.018s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
47972024-10-11T19:22:05.261Z PASS [ 0.018s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
47982024-10-11T19:22:05.283Z PASS [ 0.272s] db-dev::test-db-dev test_db_dev_wipe_no_args
47992024-10-11T19:22:05.283Z PASS [ 0.277s] db-dev::test-db-dev test_db_dev_populate_no_args
48002024-10-11T19:22:05.291Z PASS [ 0.030s] db-macros tests::test_derive_snapshots
48012024-10-11T19:22:05.297Z PASS [ 0.021s] db-macros tests::test_derive_with_unknown_field
48022024-10-11T19:22:05.532Z PASS [ 0.240s] dns-server storage::test::test_update_in_progress
48032024-10-11T19:22:05.541Z PASS [ 0.243s] dns-server storage::test::test_update_interrupted
48042024-10-11T19:22:05.548Z PASS [ 0.263s] dns-server storage::test::test_update_basic
48052024-10-11T19:22:05.823Z PASS [ 1.126s] bootstore schemes::v0::peer::tests::basic_3_nodes
48062024-10-11T19:22:06.083Z PASS [ 0.550s] dns-server::basic_test a_crud
48072024-10-11T19:22:06.094Z PASS [ 0.548s] dns-server::basic_test aaaa_crud
48082024-10-11T19:22:06.094Z PASS [ 0.541s] dns-server::basic_test empty_record
48092024-10-11T19:22:06.120Z PASS [ 0.293s] dns-server::basic_test multi_record_crud
48102024-10-11T19:22:06.378Z PASS [ 0.286s] dns-server::basic_test nxdomain
48112024-10-11T19:22:06.404Z PASS [ 0.295s] dns-server::basic_test servfail
48122024-10-11T19:22:06.414Z PASS [ 0.330s] dns-server::basic_test name_contains_zone
48132024-10-11T19:22:06.416Z PASS [ 0.307s] dns-server::basic_test srv_crud
48142024-10-11T19:22:06.452Z PASS [ 0.039s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
48152024-10-11T19:22:06.459Z PASS [ 0.069s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
48162024-10-11T19:22:06.512Z PASS [ 0.076s] illumos-utils destructor::test::test_delayed_delete
48172024-10-11T19:22:06.515Z PASS [ 0.038s] illumos-utils destructor::test::test_destructor_bad_close
48182024-10-11T19:22:06.546Z PASS [ 0.041s] illumos-utils link::test::test_allocate
48192024-10-11T19:22:06.546Z PASS [ 0.032s] illumos-utils link::test::test_allocate_within_scopes
48202024-10-11T19:22:06.567Z PASS [ 0.027s] illumos-utils running_zone::tests::test_is_oxide_smf_service
48212024-10-11T19:22:06.575Z PASS [ 0.028s] illumos-utils zfs::test::parse_dataset_bad_avail
48222024-10-11T19:22:06.595Z PASS [ 0.029s] illumos-utils zfs::test::parse_dataset_bad_quota
48232024-10-11T19:22:06.603Z PASS [ 0.028s] illumos-utils zfs::test::parse_dataset_bad_reservation
48242024-10-11T19:22:06.620Z PASS [ 0.024s] illumos-utils zfs::test::parse_dataset_bad_usage
48252024-10-11T19:22:06.628Z PASS [ 0.025s] illumos-utils zfs::test::parse_dataset_bad_uuid
48262024-10-11T19:22:06.651Z PASS [ 0.028s] illumos-utils zfs::test::parse_dataset_missing_fields
48272024-10-11T19:22:06.659Z PASS [ 0.030s] illumos-utils zfs::test::parse_dataset_props
48282024-10-11T19:22:06.677Z PASS [ 0.028s] illumos-utils zfs::test::parse_dataset_props_with_optionals
48292024-10-11T19:22:06.684Z PASS [ 0.027s] illumos-utils zone::tests::test_parse_ip_network
48302024-10-11T19:22:06.710Z PASS [ 0.032s] illumos-utils zpool::test::test_parse_zpool
48312024-10-11T19:22:06.716Z PASS [ 0.031s] illumos-utils zpool::test::test_parse_zpool_missing_column
48322024-10-11T19:22:07.489Z PASS [ 1.036s] illumos-utils destructor::test::test_delayed_delete_with_error
48332024-10-11T19:22:07.855Z PASS [ 0.361s] installinator-common block_size_writer::tests::proptest_block_writer
48342024-10-11T19:22:08.782Z PASS [ 0.931s] internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
48352024-10-11T19:22:09.095Z PASS [ 0.308s] internal-dns-resolver resolver::test::insert_and_lookup_one_record
48362024-10-11T19:22:09.437Z PASS [ 0.345s] internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
48372024-10-11T19:22:10.190Z PASS [ 0.754s] internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
48382024-10-11T19:22:10.472Z PASS [ 4.091s] dns-server::commands_test test_dnsadm
48392024-10-11T19:22:10.644Z PASS [ 0.456s] internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
48402024-10-11T19:22:10.874Z PASS [ 0.400s] internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
48412024-10-11T19:22:10.905Z PASS [ 0.036s] internal-dns-types config::test::display_hosts
48422024-10-11T19:22:10.919Z PASS [ 0.276s] internal-dns-resolver resolver::test::update_record
48432024-10-11T19:22:10.928Z PASS [ 0.025s] internal-dns-types config::test::display_srv_service
48442024-10-11T19:22:10.970Z PASS [ 0.051s] internal-dns-types config::test::test_builder_errors
48452024-10-11T19:22:11.007Z PASS [ 0.076s] internal-dns-types config::test::test_builder_output
48462024-10-11T19:22:11.013Z PASS [ 0.043s] internal-dns-types diff::test::diff_different
48472024-10-11T19:22:11.031Z PASS [ 0.025s] internal-dns-types diff::test::diff_equivalent
48482024-10-11T19:22:11.043Z PASS [ 0.024s] internal-dns-types diff::test::diff_invalid
48492024-10-11T19:22:11.066Z PASS [ 0.033s] ipcc tests::deserialize_fixed_value
48502024-10-11T19:22:11.128Z PASS [ 0.048s] ipcc tests::serialized_size
48512024-10-11T19:22:11.128Z PASS [ 0.073s] ipcc tests::installinator_image_id_round_trip
48522024-10-11T19:22:11.180Z PASS [ 6.169s] db-dev::test-db-dev test_db_killed
48532024-10-11T19:22:11.204Z PASS [ 0.085s] key-manager tests::different_disks_produce_different_keys
48542024-10-11T19:22:11.204Z PASS [ 0.072s] key-manager tests::different_ikm_produces_different_keys
48552024-10-11T19:22:11.213Z PASS [ 0.032s] key-manager tests::disk_encryption_key_epoch_0
48562024-10-11T19:22:11.221Z PASS [ 0.024s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
48572024-10-11T19:22:11.313Z PASS [ 0.089s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie
48582024-10-11T19:22:11.347Z PASS [ 0.132s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
48592024-10-11T19:22:11.347Z PASS [ 0.125s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
48602024-10-11T19:22:11.354Z PASS [ 0.042s] nexus-auth authn::external::session_cookie::test::test_get_token
48612024-10-11T19:22:11.376Z PASS [ 0.033s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header
48622024-10-11T19:22:11.396Z PASS [ 0.037s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
48632024-10-11T19:22:11.402Z PASS [ 0.046s] nexus-auth authn::external::session_cookie::test::test_missing_cookie
48642024-10-11T19:22:11.420Z PASS [ 0.039s] nexus-auth authn::external::session_cookie::test::test_other_cookie
48652024-10-11T19:22:11.420Z PASS [ 0.038s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value
48662024-10-11T19:22:11.441Z PASS [ 0.031s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
48672024-10-11T19:22:11.457Z PASS [ 0.036s] nexus-auth authn::external::spoof::test::test_make_header_value
48682024-10-11T19:22:11.466Z PASS [ 0.055s] nexus-auth authn::external::session_cookie::test::test_valid_cookie
48692024-10-11T19:22:11.473Z PASS [ 0.041s] nexus-auth authn::external::spoof::test::test_make_header_value_raw
48702024-10-11T19:22:11.497Z PASS [ 0.039s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
48712024-10-11T19:22:11.527Z PASS [ 0.032s] nexus-auth authn::external::spoof::test::test_spoof_header_valid
48722024-10-11T19:22:11.527Z PASS [ 0.040s] nexus-auth authn::external::spoof::test::test_spoof_header_missing
48732024-10-11T19:22:11.537Z PASS [ 0.042s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values
48742024-10-11T19:22:11.544Z PASS [ 0.040s] nexus-auth authn::external::test::test_authn_sequence
48752024-10-11T19:22:11.555Z PASS [ 0.037s] nexus-auth authn::external::token::test::test_make_header_value
48762024-10-11T19:22:11.569Z PASS [ 0.029s] nexus-auth authn::external::token::test::test_token_header_bad_utf8
48772024-10-11T19:22:11.579Z PASS [ 0.033s] nexus-auth authn::external::token::test::test_token_header_missing
48782024-10-11T19:22:11.591Z PASS [ 0.034s] nexus-auth authn::external::token::test::test_token_header_valid
48792024-10-11T19:22:11.628Z PASS [ 0.060s] nexus-auth authn::test::test_internal_users
48802024-10-11T19:22:11.660Z PASS [ 0.064s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
48812024-10-11T19:22:11.700Z PASS [ 0.073s] nexus-auth context::test::test_background_context
48822024-10-11T19:22:11.709Z PASS [ 0.130s] nexus-auth authz::context::test::test_unregistered_resource
48832024-10-11T19:22:11.724Z PASS [ 0.072s] nexus-auth context::test::test_child_context
48842024-10-11T19:22:11.760Z PASS [ 0.058s] nexus-auth context::test::test_test_context
48852024-10-11T19:22:11.794Z PASS [ 0.063s] nexus-config nexus_config::test::test_config_bad_toml
48862024-10-11T19:22:11.829Z PASS [ 0.044s] nexus-config nexus_config::test::test_config_empty
48872024-10-11T19:22:11.845Z PASS [ 0.051s] nexus-config nexus_config::test::test_config_nonexistent
48882024-10-11T19:22:11.965Z PASS [ 0.209s] nexus-config nexus_config::test::test_bad_authn_schemes
48892024-10-11T19:22:11.965Z PASS [ 0.080s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
48902024-10-11T19:22:12.031Z PASS [ 0.181s] nexus-config nexus_config::test::test_deployment_config_schema
48912024-10-11T19:22:12.047Z PASS [ 0.032s] nexus-config postgres_config::test::test_bad_url
48922024-10-11T19:22:12.068Z PASS [ 0.092s] nexus-config nexus_config::test::test_valid
48932024-10-11T19:22:12.100Z PASS [ 0.061s] nexus-config postgres_config::test::test_example_url
48942024-10-11T19:22:12.117Z PASS [ 0.190s] nexus-config nexus_config::test::test_repo_configs_are_valid
48952024-10-11T19:22:12.152Z PASS [ 0.114s] nexus-db-fixed-data role_builtin::test::test_fixed_role_data
48962024-10-11T19:22:12.178Z PASS [ 0.051s] nexus-db-fixed-data test::test_allowlist_id_is_valid
48972024-10-11T19:22:12.200Z PASS [ 0.100s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
48982024-10-11T19:22:12.232Z PASS [ 0.057s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
48992024-10-11T19:22:12.296Z PASS [ 0.113s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
49002024-10-11T19:22:12.305Z PASS [ 0.123s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
49012024-10-11T19:22:12.358Z PASS [ 0.143s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
49022024-10-11T19:22:12.397Z PASS [ 0.092s] nexus-db-model inventory::test::test_inv_nvme_disk_firmware
49032024-10-11T19:22:12.433Z PASS [ 0.137s] nexus-db-model device_auth::test::test_generate_user_code
49042024-10-11T19:22:12.442Z PASS [ 0.076s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
49052024-10-11T19:22:12.462Z PASS [ 0.041s] nexus-db-model schema_versions::test::test_known_versions
49062024-10-11T19:22:12.470Z PASS [ 0.069s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
49072024-10-11T19:22:12.470Z PASS [ 0.035s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
49082024-10-11T19:22:12.489Z PASS [ 0.036s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
49092024-10-11T19:22:12.518Z PASS [ 0.029s] nexus-db-model schema_versions::test::test_verify
49102024-10-11T19:22:12.518Z PASS [ 0.036s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files
49112024-10-11T19:22:12.528Z PASS [ 0.038s] nexus-db-model semver_version::test::test_to_from_sortable_string
49122024-10-11T19:22:12.546Z PASS [ 0.039s] nexus-db-model tests::test_ip_subnet_check_requestable_address
49132024-10-11T19:22:12.567Z PASS [ 0.043s] nexus-db-model tests::test_ipv6_net_random_subnet
49142024-10-11T19:22:12.579Z PASS [ 0.039s] nexus-db-model tests::test_roles_database_strings
49152024-10-11T19:22:12.580Z PASS [ 0.045s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
49162024-10-11T19:22:12.585Z PASS [ 0.025s] nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
49172024-10-11T19:22:12.705Z PASS [ 5.995s] installinator mock_peers::tests::proptest_fetch_artifact
49182024-10-11T19:22:13.301Z PASS [ 6.581s] installinator write::tests::proptest_write_artifact
49192024-10-11T19:22:18.755Z PASS [ 6.049s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
49202024-10-11T19:22:19.084Z PASS [ 6.519s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
49212024-10-11T19:22:19.116Z PASS [ 6.534s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
49222024-10-11T19:22:19.168Z PASS [ 6.579s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
49232024-10-11T19:22:19.185Z PASS [ 5.884s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
49242024-10-11T19:22:22.776Z PASS [ 17.711s] db-dev::test-db-dev test_db_run
49252024-10-11T19:22:22.812Z PASS [ 0.036s] nexus-db-queries db::collection_attach::test::test_verify_query
49262024-10-11T19:22:24.110Z PASS [ 5.355s] nexus-db-queries db::collection_attach::test::test_attach_once
49272024-10-11T19:22:24.441Z PASS [ 5.358s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
49282024-10-11T19:22:24.563Z PASS [ 5.381s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
49292024-10-11T19:22:24.572Z PASS [ 5.406s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
49302024-10-11T19:22:24.753Z PASS [ 5.637s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
49312024-10-11T19:22:27.196Z PASS [ 22.475s] bootstore::v0-fsm-proptest-learner run
49322024-10-11T19:22:27.238Z PASS [ 0.043s] nexus-db-queries db::collection_detach::test::test_verify_query
49332024-10-11T19:22:27.589Z PASS [ 4.776s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
49342024-10-11T19:22:29.057Z PASS [ 4.949s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
49352024-10-11T19:22:29.566Z PASS [ 5.125s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
49362024-10-11T19:22:29.625Z PASS [ 5.061s] nexus-db-queries db::collection_detach::test::test_detach_once
49372024-10-11T19:22:29.714Z PASS [ 5.143s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
49382024-10-11T19:22:29.850Z PASS [ 5.098s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
49392024-10-11T19:22:32.189Z PASS [ 4.951s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
49402024-10-11T19:22:32.437Z PASS [ 4.851s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
49412024-10-11T19:22:32.471Z PASS [ 0.034s] nexus-db-queries db::collection_detach_many::test::test_verify_query
49422024-10-11T19:22:32.557Z PASS [ 27.831s] bootstore::v0-fsm-proptest-rack-coordinator run
49432024-10-11T19:22:34.228Z PASS [ 5.172s] nexus-db-queries db::collection_detach_many::test::test_detach_many
49442024-10-11T19:22:34.267Z PASS [ 0.040s] nexus-db-queries db::collection_insert::test::test_verify_query
49452024-10-11T19:22:34.302Z PASS [ 0.035s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
49462024-10-11T19:22:34.337Z PASS [ 0.036s] nexus-db-queries db::column_walker::test::test_walk_columns
49472024-10-11T19:22:34.367Z PASS [ 0.030s] nexus-db-queries db::column_walker::test::test_walk_table
49482024-10-11T19:22:34.572Z PASS [ 4.951s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
49492024-10-11T19:22:34.609Z PASS [ 5.043s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
49502024-10-11T19:22:34.660Z PASS [ 4.945s] nexus-db-queries db::collection_detach_many::test::test_detach_once
49512024-10-11T19:22:34.765Z PASS [ 4.916s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
49522024-10-11T19:22:36.851Z PASS [ 4.661s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
49532024-10-11T19:22:37.090Z PASS [ 4.616s] nexus-db-queries db::collection_insert::test::test_collection_not_present
49542024-10-11T19:22:37.171Z PASS [ 4.613s] nexus-db-queries db::collection_insert::test::test_collection_present
49552024-10-11T19:22:40.803Z PASS [ 6.436s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
49562024-10-11T19:22:41.055Z PASS [ 6.448s] nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
49572024-10-11T19:22:41.098Z PASS [ 6.524s] nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
49582024-10-11T19:22:41.180Z PASS [ 6.520s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
49592024-10-11T19:22:41.504Z PASS [ 6.739s] nexus-db-queries db::datastore::dataset::test::test_insert_if_not_exists
49602024-10-11T19:22:41.908Z PASS [ 4.819s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
49612024-10-11T19:22:42.029Z PASS [ 4.859s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
49622024-10-11T19:22:42.138Z PASS [ 5.288s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
49632024-10-11T19:22:48.057Z PASS [ 7.254s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
49642024-10-11T19:22:48.245Z PASS [ 7.148s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
49652024-10-11T19:22:48.299Z PASS [ 0.054s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
49662024-10-11T19:22:48.490Z PASS [ 7.434s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
49672024-10-11T19:22:48.645Z PASS [ 7.141s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
49682024-10-11T19:22:48.962Z PASS [ 7.782s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
49692024-10-11T19:22:49.265Z PASS [ 7.235s] nexus-db-queries db::datastore::deployment::tests::test_set_target
49702024-10-11T19:22:49.447Z PASS [ 7.309s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
49712024-10-11T19:22:49.508Z PASS [ 7.598s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
49722024-10-11T19:22:55.102Z PASS [ 7.046s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
49732024-10-11T19:22:55.391Z PASS [ 7.090s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
49742024-10-11T19:22:55.821Z PASS [ 7.332s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
49752024-10-11T19:22:56.011Z PASS [ 7.049s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
49762024-10-11T19:22:56.352Z PASS [ 6.904s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
49772024-10-11T19:22:56.455Z PASS [ 7.190s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
49782024-10-11T19:22:56.580Z PASS [ 7.937s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
49792024-10-11T19:22:56.791Z PASS [ 7.286s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
49802024-10-11T19:23:02.498Z PASS [ 7.109s] nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
49812024-10-11T19:23:03.141Z PASS [ 7.319s] nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
49822024-10-11T19:23:03.405Z PASS [ 7.056s] nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
49832024-10-11T19:23:03.530Z PASS [ 7.078s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
49842024-10-11T19:23:03.589Z PASS [ 7.578s] nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
49852024-10-11T19:23:03.612Z PASS [ 8.506s] nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
49862024-10-11T19:23:03.643Z PASS [ 7.061s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
49872024-10-11T19:23:03.711Z PASS [ 6.916s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
49882024-10-11T19:23:09.578Z PASS [ 7.083s] nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
49892024-10-11T19:23:09.731Z PASS [ 6.593s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
49902024-10-11T19:23:10.568Z PASS [ 6.927s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool
49912024-10-11T19:23:10.885Z PASS [ 7.275s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
49922024-10-11T19:23:10.906Z PASS [ 7.198s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization
49932024-10-11T19:23:10.963Z PASS [ 7.554s] nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
49942024-10-11T19:23:11.095Z PASS [ 7.506s] nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
49952024-10-11T19:23:13.258Z PASS [ 9.725s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
49962024-10-11T19:23:16.288Z PASS [ 6.557s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones
49972024-10-11T19:23:17.240Z PASS [ 6.673s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
49982024-10-11T19:23:17.691Z PASS [ 6.794s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
49992024-10-11T19:23:17.692Z PASS [ 6.582s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
50002024-10-11T19:23:17.762Z PASS [ 6.857s] nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
50012024-10-11T19:23:18.157Z PASS [ 8.577s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset
50022024-10-11T19:23:18.257Z PASS [ 7.296s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
50032024-10-11T19:23:20.129Z PASS [ 6.872s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
50042024-10-11T19:23:24.337Z PASS [ 7.096s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
50052024-10-11T19:23:24.432Z PASS [ 6.744s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
50062024-10-11T19:23:24.834Z PASS [ 7.072s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
50072024-10-11T19:23:25.189Z PASS [ 7.033s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
50082024-10-11T19:23:25.482Z PASS [ 7.227s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
50092024-10-11T19:23:26.871Z PASS [ 6.742s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
50102024-10-11T19:23:31.720Z PASS [ 15.425s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
50112024-10-11T19:23:31.720Z PASS [ 7.285s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
50122024-10-11T19:23:31.770Z PASS [ 7.431s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
50132024-10-11T19:23:32.489Z PASS [ 7.656s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
50142024-10-11T19:23:32.855Z PASS [ 7.372s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
50152024-10-11T19:23:32.899Z PASS [ 0.041s] nexus-db-queries db::datastore::region::test::test_extent_count
50162024-10-11T19:23:33.625Z PASS [ 8.437s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
50172024-10-11T19:23:33.820Z PASS [ 6.949s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
50182024-10-11T19:23:38.848Z PASS [ 7.136s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
50192024-10-11T19:23:39.422Z PASS [ 6.933s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
50202024-10-11T19:23:39.491Z PASS [ 7.771s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
50212024-10-11T19:23:39.629Z PASS [ 6.733s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
50222024-10-11T19:23:39.665Z PASS [ 7.897s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
50232024-10-11T19:23:40.387Z PASS [ 6.763s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
50242024-10-11T19:23:40.510Z PASS [ 6.693s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
50252024-10-11T19:23:40.690Z PASS [ 23.014s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
50262024-10-11T19:23:45.440Z PASS [ 6.592s] nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
50272024-10-11T19:23:46.352Z PASS [ 6.931s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
50282024-10-11T19:23:46.464Z PASS [ 6.799s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
50292024-10-11T19:23:46.481Z PASS [ 6.989s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
50302024-10-11T19:23:46.648Z PASS [ 7.019s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
50312024-10-11T19:23:46.957Z PASS [ 6.567s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
50322024-10-11T19:23:47.288Z PASS [ 6.597s] nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
50332024-10-11T19:23:47.306Z PASS [ 6.796s] nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
50342024-10-11T19:23:53.251Z PASS [ 7.811s] nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
50352024-10-11T19:23:53.477Z PASS [ 7.125s] nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
50362024-10-11T19:23:53.762Z PASS [ 7.299s] nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
50372024-10-11T19:23:53.797Z PASS [ 7.151s] nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
50382024-10-11T19:23:53.840Z PASS [ 7.360s] nexus-db-queries db::datastore::saga::test::test_saga_reassignment
50392024-10-11T19:23:54.778Z PASS [ 7.471s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
50402024-10-11T19:23:55.018Z PASS [ 7.728s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
50412024-10-11T19:23:55.683Z PASS [ 8.727s] nexus-db-queries db::datastore::sled::test::sled_list_batch
50422024-10-11T19:24:00.307Z PASS [ 6.831s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
50432024-10-11T19:24:00.546Z PASS [ 6.750s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
50442024-10-11T19:24:00.671Z PASS [ 6.911s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_fails_with_stale_sled_agent_gen
50452024-10-11T19:24:00.895Z PASS [ 7.054s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
50462024-10-11T19:24:01.662Z PASS [ 6.884s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
50472024-10-11T19:24:01.710Z PASS [ 6.693s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
50482024-10-11T19:24:02.471Z PASS [ 6.788s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
50492024-10-11T19:24:03.022Z PASS [ 9.769s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
50502024-10-11T19:24:05.341Z PASS [ 4.792s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
50512024-10-11T19:24:06.666Z PASS [ 6.356s] nexus-db-queries db::datastore::test::test_project_creation
50522024-10-11T19:24:07.473Z PASS [ 6.800s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
50532024-10-11T19:24:08.586Z PASS [ 6.922s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
50542024-10-11T19:24:09.027Z PASS [ 7.318s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
50552024-10-11T19:24:09.342Z PASS [ 6.871s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
50562024-10-11T19:24:12.223Z PASS [ 11.326s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
50572024-10-11T19:24:13.995Z PASS [ 4.969s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
50582024-10-11T19:24:14.627Z PASS [ 11.605s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
50592024-10-11T19:24:15.443Z PASS [ 6.859s] nexus-db-queries db::datastore::test::test_session_methods
50602024-10-11T19:24:15.917Z PASS [ 6.577s] nexus-db-queries db::datastore::test::test_ssh_keys
50612024-10-11T19:24:16.352Z PASS [ 11.013s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
50622024-10-11T19:24:18.434Z PASS [ 6.214s] nexus-db-queries db::datastore::test::test_table_scan
50632024-10-11T19:24:18.721Z PASS [ 11.248s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
50642024-10-11T19:24:18.729Z PASS [ 12.065s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
50652024-10-11T19:24:18.769Z PASS [ 0.038s] nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
50662024-10-11T19:24:18.809Z PASS [ 0.041s] nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
50672024-10-11T19:24:20.037Z PASS [ 6.042s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
50682024-10-11T19:24:21.064Z PASS [ 6.437s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
50692024-10-11T19:24:21.594Z PASS [ 6.151s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
50702024-10-11T19:24:22.107Z PASS [ 6.191s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
50712024-10-11T19:24:22.603Z PASS [ 6.251s] nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
50722024-10-11T19:24:24.551Z PASS [ 6.118s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
50732024-10-11T19:24:24.860Z PASS [ 6.139s] nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
50742024-10-11T19:24:24.959Z PASS [ 6.149s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
50752024-10-11T19:24:26.014Z PASS [ 5.977s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
50762024-10-11T19:24:27.152Z PASS [ 6.090s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
50772024-10-11T19:24:28.056Z PASS [ 6.464s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
50782024-10-11T19:24:28.505Z PASS [ 6.396s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
50792024-10-11T19:24:29.737Z PASS [ 4.780s] nexus-db-queries db::explain::test::test_explain_async
50802024-10-11T19:24:30.393Z PASS [ 7.790s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
50812024-10-11T19:24:30.859Z PASS [ 4.846s] nexus-db-queries db::explain::test::test_explain_full_table_scan
50822024-10-11T19:24:31.352Z PASS [ 6.801s] nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
50832024-10-11T19:24:31.387Z PASS [ 0.035s] nexus-db-queries db::pagination::test::test_paginator
50842024-10-11T19:24:32.009Z PASS [ 7.150s] nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
50852024-10-11T19:24:32.922Z PASS [ 4.867s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
50862024-10-11T19:24:33.062Z PASS [ 5.911s] nexus-db-queries db::lookup::test::test_lookup
50872024-10-11T19:24:33.308Z PASS [ 4.805s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
50882024-10-11T19:24:34.534Z PASS [ 4.791s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
50892024-10-11T19:24:35.300Z PASS [ 4.906s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
50902024-10-11T19:24:35.746Z PASS [ 4.885s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
50912024-10-11T19:24:38.498Z PASS [ 7.111s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
50922024-10-11T19:24:39.151Z PASS [ 7.141s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
50932024-10-11T19:24:39.729Z PASS [ 6.668s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
50942024-10-11T19:24:39.856Z PASS [ 6.934s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
50952024-10-11T19:24:39.885Z PASS [ 0.029s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
50962024-10-11T19:24:40.059Z PASS [ 6.750s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
50972024-10-11T19:24:41.418Z PASS [ 6.888s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
50982024-10-11T19:24:42.173Z PASS [ 6.872s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
50992024-10-11T19:24:42.399Z PASS [ 6.654s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
51002024-10-11T19:24:45.290Z PASS [ 6.792s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
51012024-10-11T19:24:45.635Z PASS [ 6.487s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
51022024-10-11T19:24:46.370Z PASS [ 6.482s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
51032024-10-11T19:24:46.689Z PASS [ 6.630s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
51042024-10-11T19:24:47.103Z PASS [ 7.373s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
51052024-10-11T19:24:47.740Z PASS [ 6.322s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
51062024-10-11T19:24:48.526Z PASS [ 6.355s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
51072024-10-11T19:24:48.539Z PASS [ 6.137s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
51082024-10-11T19:24:51.783Z PASS [ 6.494s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
51092024-10-11T19:24:52.265Z PASS [ 6.350s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
51102024-10-11T19:24:52.277Z PASS [ 0.028s] nexus-db-queries db::queries::network_interface::tests::test_last_available_address
51112024-10-11T19:24:52.777Z PASS [ 6.411s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
51122024-10-11T19:24:53.011Z PASS [ 6.322s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
51132024-10-11T19:24:53.710Z PASS [ 6.608s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
51142024-10-11T19:24:54.303Z PASS [ 6.563s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
51152024-10-11T19:24:55.032Z PASS [ 6.506s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
51162024-10-11T19:24:55.040Z PASS [ 6.505s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
51172024-10-11T19:24:55.067Z PASS [ 0.036s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
51182024-10-11T19:24:55.318Z PASS [ 0.251s] nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
51192024-10-11T19:24:55.558Z PASS [ 0.240s] nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
51202024-10-11T19:24:57.653Z PASS [ 4.876s] nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
51212024-10-11T19:24:57.910Z PASS [ 4.901s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
51222024-10-11T19:24:58.118Z PASS [ 6.331s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
51232024-10-11T19:24:58.630Z PASS [ 6.616s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
51242024-10-11T19:24:58.717Z PASS [ 5.007s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
51252024-10-11T19:24:58.818Z PASS [ 0.905s] nexus-db-queries db::queries::region_allocation::test::expectorate_query
51262024-10-11T19:24:58.858Z PASS [ 0.228s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
51272024-10-11T19:24:58.983Z PASS [ 0.264s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
51282024-10-11T19:24:59.101Z PASS [ 0.282s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
51292024-10-11T19:24:59.121Z PASS [ 4.812s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
51302024-10-11T19:24:59.137Z PASS [ 0.278s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
51312024-10-11T19:24:59.665Z PASS [ 4.624s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
51322024-10-11T19:24:59.754Z PASS [ 0.089s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
51332024-10-11T19:24:59.788Z PASS [ 0.034s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
51342024-10-11T19:24:59.820Z PASS [ 0.029s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
51352024-10-11T19:24:59.844Z PASS [ 0.029s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
51362024-10-11T19:24:59.871Z PASS [ 0.026s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
51372024-10-11T19:25:00.054Z PASS [ 4.497s] nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
51382024-10-11T19:25:02.366Z PASS [ 4.714s] nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
51392024-10-11T19:25:02.779Z PASS [ 4.663s] nexus-db-queries db::queries::region_allocation::test::explainable
51402024-10-11T19:25:03.873Z PASS [ 4.893s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
51412024-10-11T19:25:03.918Z PASS [ 4.820s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
51422024-10-11T19:25:03.926Z PASS [ 4.791s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
51432024-10-11T19:25:03.942Z PASS [ 4.831s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
51442024-10-11T19:25:03.987Z PASS [ 0.040s] nexus-defaults tests::test_random_vpc_ipv6_prefix
51452024-10-11T19:25:04.311Z PASS [ 4.437s] nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
51462024-10-11T19:25:04.343Z PASS [ 0.033s] nexus-inventory builder::test::test_empty
51472024-10-11T19:25:04.351Z PASS [ 0.368s] nexus-inventory builder::test::test_basic
51482024-10-11T19:25:04.392Z PASS [ 0.050s] nexus-inventory builder::test::test_problems
51492024-10-11T19:25:04.747Z PASS [ 4.694s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
51502024-10-11T19:25:05.250Z PASS [ 0.498s] nexus-inventory collector::test::test_multi_mgs_failure
51512024-10-11T19:25:05.684Z PASS [ 1.331s] nexus-inventory collector::test::test_basic
51522024-10-11T19:25:05.729Z PASS [ 1.335s] nexus-inventory collector::test::test_multi_mgs
51532024-10-11T19:25:05.979Z PASS [ 0.731s] nexus-inventory collector::test::test_sled_agent_failure
51542024-10-11T19:25:06.215Z PASS [ 0.236s] nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
51552024-10-11T19:25:06.805Z PASS [ 4.436s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
51562024-10-11T19:25:10.198Z PASS [ 6.268s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
51572024-10-11T19:25:10.309Z PASS [ 0.112s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
51582024-10-11T19:25:10.440Z PASS [ 0.131s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
51592024-10-11T19:25:10.484Z PASS [ 0.045s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
51602024-10-11T19:25:10.557Z PASS [ 0.072s] nexus-reconfigurator-execution dns::test::test_dns_compute_update
51612024-10-11T19:25:10.569Z PASS [ 6.652s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
51622024-10-11T19:25:12.681Z PASS [ 9.902s] nexus-db-queries policy_test::test_conferred_roles
51632024-10-11T19:25:13.587Z PASS [ 7.860s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
51642024-10-11T19:25:13.775Z PASS [ 8.090s] nexus-metrics-producer-gc tests::test_prune_expired_producers
51652024-10-11T19:25:33.188Z PASS [ 22.614s] nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
51662024-10-11T19:25:34.930Z PASS [ 28.716s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
51672024-10-11T19:25:35.227Z PASS [ 0.297s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
51682024-10-11T19:25:35.263Z PASS [ 0.032s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
51692024-10-11T19:25:35.320Z PASS [ 0.055s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
51702024-10-11T19:25:35.419Z PASS [ 0.102s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
51712024-10-11T19:25:35.483Z PASS [ 0.064s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
51722024-10-11T19:25:35.572Z PASS [ 0.090s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_initial
51732024-10-11T19:25:35.675Z PASS [ 0.099s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_nexus_zones_with_same_nic_ip
51742024-10-11T19:25:35.720Z PASS [ 0.045s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_zones_with_same_external_ip
51752024-10-11T19:25:35.784Z PASS [ 0.068s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_zones_with_same_vnic_mac
51762024-10-11T19:25:35.845Z PASS [ 0.060s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_prune_decommissioned_sleds
51772024-10-11T19:25:35.882Z PASS [ 0.036s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
51782024-10-11T19:25:35.938Z PASS [ 0.042s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
51792024-10-11T19:25:35.974Z PASS [ 0.050s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
51802024-10-11T19:25:36.023Z PASS [ 0.050s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
51812024-10-11T19:25:36.055Z PASS [ 0.032s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
51822024-10-11T19:25:36.102Z PASS [ 0.032s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
51832024-10-11T19:25:36.142Z PASS [ 0.046s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
51842024-10-11T19:25:36.183Z PASS [ 0.046s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
51852024-10-11T19:25:36.280Z PASS [ 0.090s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_available_iterator
51862024-10-11T19:25:37.663Z PASS [ 30.855s] nexus-reconfigurator-execution datasets::tests::test_ensure_dataset_records_exist
51872024-10-11T19:25:37.718Z PASS [ 0.056s] nexus-reconfigurator-planning blueprint_builder::internal_dns::test::test_dns_subnet_allocator
51882024-10-11T19:25:37.799Z PASS [ 0.079s] nexus-reconfigurator-planning blueprint_builder::zones::tests::test_builder_zones
51892024-10-11T19:25:37.907Z PASS [ 0.109s] nexus-reconfigurator-planning example::tests::builder_zone_counts
51902024-10-11T19:25:37.938Z PASS [ 0.032s] nexus-reconfigurator-planning example::tests::instances_on_examples
51912024-10-11T19:25:37.978Z PASS [ 0.035s] nexus-reconfigurator-planning ip_allocator::test::test_basic
51922024-10-11T19:25:38.109Z PASS [ 24.517s] nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
51932024-10-11T19:25:38.180Z PASS [ 0.199s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
51942024-10-11T19:25:38.246Z PASS [ 0.139s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds
51952024-10-11T19:25:38.269Z PASS [ 0.090s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
51962024-10-11T19:25:38.376Z PASS [ 0.100s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks
51972024-10-11T19:25:38.414Z PASS [ 0.152s] nexus-reconfigurator-planning planner::test::test_basic_add_sled
51982024-10-11T19:25:38.433Z PASS [ 0.062s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool
51992024-10-11T19:25:38.509Z PASS [ 0.107s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem
52002024-10-11T19:25:38.535Z PASS [ 0.099s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option
52012024-10-11T19:25:38.644Z PASS [ 0.119s] nexus-reconfigurator-planning planner::test::test_expunge_all_clickhouse_cluster_zones_after_policy_is_disabled
52022024-10-11T19:25:38.704Z PASS [ 0.173s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_clusters
52032024-10-11T19:25:38.787Z PASS [ 0.164s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
52042024-10-11T19:25:38.840Z PASS [ 0.130s] nexus-reconfigurator-planning planner::test::test_plan_deploy_all_clickhouse_cluster_nodes
52052024-10-11T19:25:38.939Z PASS [ 0.097s] nexus-reconfigurator-planning planner::test::test_reuse_external_ips_from_expunged_zones
52062024-10-11T19:25:38.939Z PASS [ 0.140s] nexus-reconfigurator-planning planner::test::test_reuse_external_dns_ips_from_expunged_zones
52072024-10-11T19:25:39.090Z PASS [ 0.145s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
52082024-10-11T19:25:39.114Z PASS [ 0.185s] nexus-reconfigurator-planning planner::test::test_single_node_clickhouse
52092024-10-11T19:25:39.252Z PASS [ 0.164s] nexus-reconfigurator-planning planner::test::test_spread_internal_dns_zones_across_sleds
52102024-10-11T19:25:39.540Z PASS [ 0.123s] nexus-saga-recovery recovery::test::test_plan_basic
52112024-10-11T19:25:39.546Z PASS [ 0.272s] nexus-saga-recovery recovery::test::test_execution_basic
52122024-10-11T19:25:39.546Z PASS [ 0.091s] nexus-saga-recovery recovery::test::test_read_all_from_channel
52132024-10-11T19:25:39.546Z PASS [ 0.105s] nexus-saga-recovery test::test_basic
52142024-10-11T19:25:39.549Z PASS [ 0.053s] nexus-types authn::cookies::test::test_parse_cookies_empty_headers
52152024-10-11T19:25:39.569Z PASS [ 0.096s] nexus-sled-agent-shared inventory::tests::test_name_prefixes
52162024-10-11T19:25:39.629Z PASS [ 0.077s] nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
52172024-10-11T19:25:39.629Z PASS [ 0.062s] nexus-types authn::cookies::test::test_parse_cookies_one_cookie
52182024-10-11T19:25:39.664Z PASS [ 0.033s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
52192024-10-11T19:25:39.736Z PASS [ 0.046s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
52202024-10-11T19:25:39.738Z PASS [ 0.094s] nexus-types authn::cookies::test::test_parse_cookies_two_cookies
52212024-10-11T19:25:39.849Z PASS [ 0.156s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
52222024-10-11T19:25:40.121Z PASS [ 26.327s] nexus-reconfigurator-execution omicron_zones::test::test_deploy_omicron_zones
52232024-10-11T19:25:40.122Z PASS [ 27.419s] nexus-reconfigurator-execution omicron_physical_disks::test::test_deploy_omicron_disks
52242024-10-11T19:25:40.176Z PASS [ 0.038s] nexus-types deployment::tri_map::tests::test_insert_entry_no_dups
52252024-10-11T19:25:40.201Z PASS [ 0.036s] nexus-types deployment::tri_map::tests::test_permutation_eq_examples
52262024-10-11T19:25:40.315Z PASS [ 0.093s] nexus-types external_api::shared::test::test_policy_parsing
52272024-10-11T19:25:40.987Z PASS [ 0.706s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
52282024-10-11T19:25:41.091Z PASS [ 0.104s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
52292024-10-11T19:25:41.466Z PASS [ 0.373s] omicron-certificates tests::test_cert_extended_key_usage
52302024-10-11T19:25:41.807Z PASS [ 0.343s] omicron-certificates tests::test_common_name_is_validated
52312024-10-11T19:25:42.040Z PASS [ 0.231s] omicron-certificates tests::test_subject_alternate_names_are_validated
52322024-10-11T19:25:44.249Z PASS [ 4.410s] nexus-types deployment::tri_map::tests::proptest_permutation_eq
52332024-10-11T19:25:45.154Z PASS [ 3.103s] omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
52342024-10-11T19:25:46.349Z PASS [ 2.100s] omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
52352024-10-11T19:25:47.388Z PASS [ 7.282s] nexus-types deployment::tri_map::tests::proptest_serialize_roundtrip
52362024-10-11T19:25:47.470Z PASS [ 2.324s] omicron-clickhouse-admin::integration_test test_lgif_parsing
52372024-10-11T19:25:47.607Z PASS [ 7.861s] nexus-types deployment::tri_map::tests::proptest_ops
52382024-10-11T19:25:48.469Z PASS [ 2.117s] omicron-clickhouse-admin::integration_test test_raft_config_parsing
52392024-10-11T19:25:48.530Z PASS [ 0.061s] omicron-common address::test::test_dns_subnets
52402024-10-11T19:25:48.584Z PASS [ 0.042s] omicron-common address::test::test_ip_range_checks_non_decreasing
52412024-10-11T19:25:48.648Z PASS [ 0.075s] omicron-common address::test::test_ip_range_enum_deserialization
52422024-10-11T19:25:48.707Z PASS [ 0.062s] omicron-common address::test::test_ip_range_iter
52432024-10-11T19:25:48.732Z PASS [ 0.028s] omicron-common address::test::test_ip_range_length
52442024-10-11T19:25:48.762Z PASS [ 0.028s] omicron-common address::test::test_ip_range_try_from
52452024-10-11T19:25:48.811Z PASS [ 0.044s] omicron-common address::test::test_ipv6_subnet_deserialize
52462024-10-11T19:25:48.857Z PASS [ 0.048s] omicron-common address::test::test_sled_address
52472024-10-11T19:25:48.901Z PASS [ 0.039s] omicron-common api::external::error::test::test_bail_unless
52482024-10-11T19:25:48.946Z PASS [ 0.052s] omicron-common api::external::error::test::test_context
52492024-10-11T19:25:49.002Z PASS [ 0.046s] omicron-common api::external::http_pagination::test::test_pagination_examples
52502024-10-11T19:25:49.048Z PASS [ 0.055s] omicron-common api::external::http_pagination::test::test_pagination_schemas
52512024-10-11T19:25:49.100Z PASS [ 0.053s] omicron-common api::external::http_pagination::test::test_scan_by_id
52522024-10-11T19:25:49.148Z PASS [ 0.048s] omicron-common api::external::http_pagination::test::test_scan_by_name
52532024-10-11T19:25:49.182Z PASS [ 0.027s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
52542024-10-11T19:25:49.223Z PASS [ 0.048s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
52552024-10-11T19:25:49.284Z PASS [ 0.058s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
52562024-10-11T19:25:49.344Z PASS [ 0.036s] omicron-common api::external::test::test_bytecount
52572024-10-11T19:25:49.419Z PASS [ 0.065s] omicron-common api::external::test::test_bytecount_display
52582024-10-11T19:25:49.550Z PASS [ 0.167s] omicron-common api::external::test::test_digest
52592024-10-11T19:25:49.597Z PASS [ 0.036s] omicron-common api::external::test::test_firewall_deserialization
52602024-10-11T19:25:49.660Z PASS [ 39.049s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
52612024-10-11T19:25:49.794Z PASS [ 0.180s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
52622024-10-11T19:25:49.815Z PASS [ 0.198s] omicron-common api::external::test::test_firewall_rule_target_parse
52632024-10-11T19:25:49.846Z PASS [ 0.075s] omicron-common api::external::test::test_hostname_from_str
52642024-10-11T19:25:49.866Z PASS [ 0.051s] omicron-common api::external::test::test_ip_port_range_from_str
52652024-10-11T19:25:49.877Z PASS [ 0.035s] omicron-common api::external::test::test_ip_port_range_into_str
52662024-10-11T19:25:49.906Z PASS [ 0.040s] omicron-common api::external::test::test_ipv6_net_operations
52672024-10-11T19:25:49.926Z PASS [ 0.040s] omicron-common api::external::test::test_mac_system_iterator
52682024-10-11T19:25:49.936Z PASS [ 0.040s] omicron-common api::external::test::test_mac_to_int_conversions
52692024-10-11T19:25:49.986Z PASS [ 0.045s] omicron-common api::external::test::test_macaddr
52702024-10-11T19:25:49.990Z PASS [ 0.061s] omicron-common api::external::test::test_name_parse
52712024-10-11T19:25:50.093Z PASS [ 0.086s] omicron-common api::external::test::test_name_parse_from_param
52722024-10-11T19:25:50.093Z PASS [ 0.051s] omicron-common api::external::test::test_resource_name_parse
52732024-10-11T19:25:50.115Z PASS [ 0.055s] omicron-common api::external::test::test_role_name_parse
52742024-10-11T19:25:50.158Z PASS [ 0.084s] omicron-common api::external::test::test_route_destination_parse
52752024-10-11T19:25:50.193Z PASS [ 0.085s] omicron-common api::external::test::test_route_target_parse
52762024-10-11T19:25:50.205Z PASS [ 0.051s] omicron-common api::external::test::test_semver_serialize
52772024-10-11T19:25:50.227Z PASS [ 0.036s] omicron-common api::external::test::test_semver_validation
52782024-10-11T19:25:50.257Z PASS [ 0.034s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
52792024-10-11T19:25:50.269Z PASS [ 0.043s] omicron-common api::internal::shared::tests::test_dataset_kind_serialization
52802024-10-11T19:25:50.285Z PASS [ 0.046s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
52812024-10-11T19:25:50.301Z PASS [ 0.030s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
52822024-10-11T19:25:50.329Z PASS [ 0.031s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string
52832024-10-11T19:25:50.421Z PASS [ 0.102s] omicron-common ledger::test::test_create_default_ledger
52842024-10-11T19:25:50.456Z PASS [ 0.137s] omicron-common ledger::test::test_commit_handles_write_failures
52852024-10-11T19:25:50.516Z PASS [ 0.049s] omicron-common ledger::test::test_create_ledger_reads_from_storage
52862024-10-11T19:25:50.516Z PASS [ 0.079s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
52872024-10-11T19:25:50.554Z PASS [ 0.070s] omicron-common update::tests::serde_artifact_kind
52882024-10-11T19:25:50.630Z PASS [ 0.100s] omicron-common zpool_name::test::test_parse_bad_zpool_names
52892024-10-11T19:25:50.630Z PASS [ 0.078s] omicron-common zpool_name::test::test_parse_external_zpool_name
52902024-10-11T19:25:50.646Z PASS [ 0.032s] omicron-common zpool_name::test::test_parse_internal_zpool_name
52912024-10-11T19:25:50.670Z PASS [ 0.034s] omicron-common zpool_name::test::test_parse_zpool_name_json
52922024-10-11T19:25:50.701Z PASS [ 0.038s] omicron-common zpool_name::test::test_zpool_name_regex
52932024-10-11T19:25:51.727Z PASS [ 1.060s] omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
52942024-10-11T19:25:51.727Z PASS [ 1.035s] omicron-dev::test-omicron-dev test_omicron_dev_no_args
52952024-10-11T19:25:51.844Z PASS [ 0.116s] omicron-gateway management_switch::location_map::tests::test_config_validation
52962024-10-11T19:25:51.918Z PASS [ 0.053s] omicron-gateway management_switch::location_map::tests::test_resolve_location
52972024-10-11T19:25:52.489Z PASS [ 0.593s] omicron-gateway::test_all integration_tests::component_list::component_list
52982024-10-11T19:25:52.536Z PASS [ 0.045s] omicron-gateway::test_all integration_tests::config::read_production_smf_config
52992024-10-11T19:25:52.931Z PASS [ 0.395s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
53002024-10-11T19:25:53.135Z PASS [ 0.197s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
53012024-10-11T19:25:53.350Z PASS [ 5.876s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
53022024-10-11T19:25:53.350Z PASS [ 5.960s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
53032024-10-11T19:25:53.362Z PASS [ 5.753s] omicron-cockroach-admin context::tests::test_node_id
53042024-10-11T19:25:53.393Z PASS [ 0.261s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
53052024-10-11T19:25:55.316Z PASS [ 22.131s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
53062024-10-11T19:26:03.251Z PASS [ 26.983s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_external_ip_allocator
53072024-10-11T19:26:03.872Z SLOW [> 60.000s] nexus-db-queries policy_test::test_iam_roles_behavior
53082024-10-11T19:26:09.086Z PASS [ 15.744s] omicron-ls-apis::test_dependencies test_api_dependencies
53092024-10-11T19:26:10.481Z PASS [ 66.608s] nexus-db-queries policy_test::test_iam_roles_behavior
53102024-10-11T19:26:12.809Z PASS [ 21.091s] omicron-dev::test-omicron-dev test_run_all
53112024-10-11T19:26:17.233Z PASS [ 23.873s] omicron-nexus app::background::driver::test::test_driver_basic
53122024-10-11T19:26:18.645Z PASS [ 25.256s] omicron-nexus app::background::init::test::test_dns_propagation_basic
53132024-10-11T19:26:19.451Z PASS [ 26.100s] omicron-nexus app::background::driver::test::test_activation_in_progress
53142024-10-11T19:26:24.216Z PASS [ 6.984s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
53152024-10-11T19:26:24.269Z PASS [ 0.053s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
53162024-10-11T19:26:24.976Z PASS [ 29.661s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_already_deleted
53172024-10-11T19:26:25.814Z PASS [ 7.171s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
53182024-10-11T19:26:26.785Z PASS [ 7.249s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
53192024-10-11T19:26:28.408Z PASS [ 25.159s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
53202024-10-11T19:26:29.370Z PASS [ 18.890s] omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_zones
53212024-10-11T19:26:29.458Z PASS [ 16.650s] omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
53222024-10-11T19:26:34.059Z PASS [ 24.974s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
53232024-10-11T19:26:43.428Z PASS [ 19.161s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
53242024-10-11T19:26:44.960Z PASS [ 19.985s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
53252024-10-11T19:26:46.969Z PASS [ 21.155s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
53262024-10-11T19:26:47.488Z PASS [ 20.789s] omicron-nexus app::background::tasks::dns_config::test::test_basic
53272024-10-11T19:26:48.244Z PASS [ 19.837s] omicron-nexus app::background::tasks::dns_propagation::test::test_basic
53282024-10-11T19:26:49.161Z PASS [ 19.787s] omicron-nexus app::background::tasks::external_endpoints::test::test_basic
53292024-10-11T19:26:59.343Z PASS [ 25.285s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
53302024-10-11T19:27:06.357Z PASS [ 18.869s] omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
53312024-10-11T19:27:06.468Z PASS [ 17.302s] omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
53322024-10-11T19:27:06.468Z PASS [ 18.214s] omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
53332024-10-11T19:27:09.020Z PASS [ 24.061s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
53342024-10-11T19:27:14.836Z PASS [ 45.363s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
53352024-10-11T19:27:16.381Z PASS [ 17.039s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
53362024-10-11T19:27:22.392Z PASS [ 35.423s] omicron-nexus app::background::tasks::inventory_collection::test::test_basic
53372024-10-11T19:27:24.674Z PASS [ 18.207s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
53382024-10-11T19:27:24.984Z PASS [ 18.528s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
53392024-10-11T19:27:25.064Z PASS [ 18.708s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
53402024-10-11T19:27:28.623Z PASS [ 19.604s] omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
53412024-10-11T19:27:30.871Z PASS [ 5.807s] omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
53422024-10-11T19:27:32.593Z PASS [ 17.772s] omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
53432024-10-11T19:27:33.471Z PASS [ 0.878s] omicron-nexus app::external_endpoints::test::test_authority
53442024-10-11T19:27:33.601Z PASS [ 0.129s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
53452024-10-11T19:27:33.669Z PASS [ 17.289s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
53462024-10-11T19:27:33.830Z PASS [ 0.160s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
53472024-10-11T19:27:33.906Z PASS [ 0.067s] omicron-nexus app::external_endpoints::test::test_no_endpoint
53482024-10-11T19:27:33.981Z PASS [ 0.072s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
53492024-10-11T19:27:34.041Z PASS [ 0.065s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
53502024-10-11T19:27:34.171Z PASS [ 0.129s] omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
53512024-10-11T19:27:34.287Z PASS [ 0.118s] omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
53522024-10-11T19:27:34.407Z PASS [ 0.126s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
53532024-10-11T19:27:34.464Z PASS [ 0.054s] omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
53542024-10-11T19:27:36.461Z PASS [ 5.589s] omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
53552024-10-11T19:27:37.976Z PASS [ 4.376s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
53562024-10-11T19:27:42.812Z PASS [ 17.827s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
53572024-10-11T19:27:43.246Z PASS [ 18.572s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
53582024-10-11T19:27:43.427Z SLOW [> 60.000s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
53592024-10-11T19:27:46.286Z PASS [ 23.897s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
53602024-10-11T19:27:47.788Z PASS [ 19.166s] omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
53612024-10-11T19:27:56.528Z PASS [ 73.101s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
53622024-10-11T19:28:03.197Z PASS [ 28.737s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
53632024-10-11T19:28:04.486Z PASS [ 26.512s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
53642024-10-11T19:28:04.972Z PASS [ 28.513s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
53652024-10-11T19:28:08.348Z PASS [ 25.538s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
53662024-10-11T19:28:10.436Z PASS [ 27.193s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
53672024-10-11T19:28:12.318Z PASS [ 26.032s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
53682024-10-11T19:28:35.612Z PASS [ 31.127s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
53692024-10-11T19:28:37.031Z PASS [ 32.059s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
53702024-10-11T19:28:39.179Z PASS [ 30.832s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
53712024-10-11T19:28:42.645Z PASS [ 32.208s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
53722024-10-11T19:28:44.137Z PASS [ 40.941s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
53732024-10-11T19:28:44.280Z PASS [ 31.963s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
53742024-10-11T19:28:47.787Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
53752024-10-11T19:28:56.526Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
53762024-10-11T19:29:05.473Z PASS [ 29.862s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
53772024-10-11T19:29:05.887Z PASS [ 28.857s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
53782024-10-11T19:29:14.037Z PASS [ 34.858s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
53792024-10-11T19:29:14.392Z PASS [ 30.113s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
53802024-10-11T19:29:14.885Z PASS [ 30.750s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
53812024-10-11T19:29:17.829Z PASS [ 35.186s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
53822024-10-11T19:29:33.348Z PASS [ 27.462s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
53832024-10-11T19:29:40.023Z PASS [ 25.633s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
53842024-10-11T19:29:41.104Z PASS [ 26.220s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
53852024-10-11T19:29:42.323Z PASS [ 24.497s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
53862024-10-11T19:29:45.548Z PASS [ 31.514s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
53872024-10-11T19:29:47.787Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
53882024-10-11T19:29:56.524Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
53892024-10-11T19:30:05.480Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
53902024-10-11T19:30:06.642Z PASS [ 26.620s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
53912024-10-11T19:30:07.824Z PASS [ 26.720s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
53922024-10-11T19:30:11.856Z PASS [ 29.533s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
53932024-10-11T19:30:14.348Z PASS [ 68.877s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
53942024-10-11T19:30:33.347Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
53952024-10-11T19:30:35.641Z PASS [ 29.001s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
53962024-10-11T19:30:38.438Z PASS [ 30.615s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
53972024-10-11T19:30:43.591Z PASS [ 29.245s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
53982024-10-11T19:30:45.547Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
53992024-10-11T19:30:47.785Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
54002024-10-11T19:30:56.524Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
54012024-10-11T19:31:08.352Z PASS [ 32.712s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
54022024-10-11T19:31:11.854Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
54032024-10-11T19:31:12.862Z PASS [ 29.269s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
54042024-10-11T19:31:14.822Z PASS [ 101.473s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
54052024-10-11T19:31:38.436Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
54062024-10-11T19:31:38.637Z PASS [ 30.285s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
54072024-10-11T19:31:44.326Z PASS [ 29.509s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
54082024-10-11T19:31:45.546Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
54092024-10-11T19:31:47.783Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
54102024-10-11T19:31:55.805Z PASS [ 130.262s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
54112024-10-11T19:31:56.522Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
54122024-10-11T19:32:01.666Z PASS [ 109.813s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
54132024-10-11T19:32:08.193Z PASS [ 29.556s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
54142024-10-11T19:32:12.861Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
54152024-10-11T19:32:24.058Z PASS [ 28.252s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
54162024-10-11T19:32:24.629Z PASS [ 71.772s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
54172024-10-11T19:32:31.698Z PASS [ 30.033s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
54182024-10-11T19:32:38.436Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
54192024-10-11T19:32:44.530Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
54202024-10-11T19:32:47.782Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
54212024-10-11T19:32:52.370Z PASS [ 28.314s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
54222024-10-11T19:32:53.838Z PASS [ 29.210s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
54232024-10-11T19:32:56.521Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
54242024-10-11T19:33:08.192Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
54252024-10-11T19:33:18.848Z PASS [ 160.417s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
54262024-10-11T19:33:19.362Z PASS [ 71.173s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
54272024-10-11T19:33:22.322Z PASS [ 29.952s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
54282024-10-11T19:33:31.718Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
54292024-10-11T19:33:44.325Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
54302024-10-11T19:33:47.781Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
54312024-10-11T19:33:48.218Z PASS [ 29.370s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
54322024-10-11T19:33:48.430Z PASS [ 124.110s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
54332024-10-11T19:33:48.925Z PASS [ 29.564s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
54342024-10-11T19:33:53.837Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
54352024-10-11T19:33:56.521Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
54362024-10-11T19:34:01.112Z PASS [ 38.791s] omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
54372024-10-11T19:34:09.650Z PASS [ 20.724s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
54382024-10-11T19:34:16.884Z PASS [ 28.666s] omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
54392024-10-11T19:34:18.361Z PASS [ 29.931s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
54402024-10-11T19:34:19.625Z PASS [ 18.515s] omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
54412024-10-11T19:34:24.083Z PASS [ 112.384s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
54422024-10-11T19:34:36.885Z PASS [ 18.525s] omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
54432024-10-11T19:34:39.263Z PASS [ 29.482s] omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
54442024-10-11T19:34:41.953Z PASS [ 25.072s] omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
54452024-10-11T19:34:42.957Z PASS [ 18.880s] omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
54462024-10-11T19:34:44.694Z PASS [ 110.859s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
54472024-10-11T19:34:45.202Z PASS [ 25.578s] omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
54482024-10-11T19:34:47.779Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
54492024-10-11T19:34:56.519Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
54502024-10-11T19:35:03.036Z PASS [ 20.071s] omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
54512024-10-11T19:35:03.113Z PASS [ 0.085s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
54522024-10-11T19:35:09.314Z PASS [ 30.185s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
54532024-10-11T19:35:11.161Z PASS [ 29.203s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
54542024-10-11T19:35:13.046Z PASS [ 36.162s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
54552024-10-11T19:35:30.206Z PASS [ 27.095s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
54562024-10-11T19:35:32.430Z PASS [ 19.385s] omicron-nexus app::sagas::test_saga::test_saga_stuck
54572024-10-11T19:35:44.692Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
54582024-10-11T19:35:45.201Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
54592024-10-11T19:35:45.483Z PASS [ 34.326s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
54602024-10-11T19:35:47.779Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
54612024-10-11T19:35:48.281Z PASS [ 38.966s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
54622024-10-11T19:35:48.345Z PASS [ 0.065s] omicron-nexus external_api::console_api::test::test_accept_gz
54632024-10-11T19:35:48.408Z PASS [ 0.062s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
54642024-10-11T19:35:48.466Z PASS [ 0.059s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
54652024-10-11T19:35:48.533Z PASS [ 0.066s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
54662024-10-11T19:35:48.607Z PASS [ 0.073s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
54672024-10-11T19:35:48.659Z PASS [ 0.054s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
54682024-10-11T19:35:48.714Z PASS [ 0.054s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
54692024-10-11T19:35:48.768Z PASS [ 0.054s] omicron-nexus external_api::console_api::test::test_relative_uri
54702024-10-11T19:35:51.627Z PASS [ 6.145s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
54712024-10-11T19:35:53.114Z PASS [ 20.683s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
54722024-10-11T19:35:56.519Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
54732024-10-11T19:35:56.984Z PASS [ 26.774s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
54742024-10-11T19:36:02.627Z PASS [ 77.426s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
54752024-10-11T19:36:05.474Z PASS [ 2.848s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
54762024-10-11T19:36:07.115Z PASS [ 1.632s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
54772024-10-11T19:36:07.697Z PASS [ 0.592s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
54782024-10-11T19:36:11.141Z PASS [ 18.029s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
54792024-10-11T19:36:11.777Z PASS [ 20.151s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
54802024-10-11T19:36:15.831Z PASS [ 18.853s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list
54812024-10-11T19:36:24.577Z PASS [ 516.807s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
54822024-10-11T19:36:26.986Z PASS [ 19.290s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
54832024-10-11T19:36:29.747Z PASS [ 18.607s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
54842024-10-11T19:36:30.079Z PASS [ 513.569s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
54852024-10-11T19:36:34.208Z PASS [ 18.642s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
54862024-10-11T19:36:34.326Z PASS [ 18.495s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
54872024-10-11T19:36:44.601Z PASS [ 20.024s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
54882024-10-11T19:36:44.692Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
54892024-10-11T19:36:46.451Z PASS [ 19.464s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
54902024-10-11T19:36:48.547Z PASS [ 18.800s] omicron-nexus::test_all integration_tests::basic::test_ping
54912024-10-11T19:36:48.768Z SLOW [> 60.000s] omicron-nexus populate::test::test_populators
54922024-10-11T19:36:52.322Z PASS [ 17.994s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
54932024-10-11T19:36:53.674Z PASS [ 23.597s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
54942024-10-11T19:36:58.754Z PASS [ 28.336s] omicron-nexus::test_all integration_tests::basic::test_projects_list
54952024-10-11T19:37:02.171Z PASS [ 17.573s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
54962024-10-11T19:37:03.875Z PASS [ 17.426s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
54972024-10-11T19:37:05.628Z PASS [ 17.082s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
54982024-10-11T19:37:07.284Z PASS [ 3.409s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
54992024-10-11T19:37:07.333Z PASS [ 1.704s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
55002024-10-11T19:37:07.386Z PASS [ 0.102s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
55012024-10-11T19:37:09.204Z PASS [ 16.884s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
55022024-10-11T19:37:11.362Z PASS [ 17.688s] omicron-nexus::test_all integration_tests::certificates::test_crud
55032024-10-11T19:37:14.975Z PASS [ 16.222s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
55042024-10-11T19:37:24.496Z PASS [ 17.111s] omicron-nexus::test_all integration_tests::console_api::test_assets
55052024-10-11T19:37:24.753Z PASS [ 22.574s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
55062024-10-11T19:37:24.842Z PASS [ 17.510s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
55072024-10-11T19:37:26.619Z PASS [ 17.417s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
55082024-10-11T19:37:31.660Z PASS [ 20.299s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
55092024-10-11T19:37:35.796Z PASS [ 20.821s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
55102024-10-11T19:37:42.102Z PASS [ 17.607s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
55112024-10-11T19:37:42.197Z PASS [ 17.452s] omicron-nexus::test_all integration_tests::console_api::test_session_me
55122024-10-11T19:37:42.644Z PASS [ 17.803s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
55132024-10-11T19:37:44.691Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
55142024-10-11T19:37:47.105Z PASS [ 15.446s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
55152024-10-11T19:37:47.272Z PASS [ 20.654s] omicron-nexus::test_all integration_tests::console_api::test_sessions
55162024-10-11T19:37:48.767Z SLOW [>120.000s] omicron-nexus populate::test::test_populators
55172024-10-11T19:38:05.874Z PASS [ 18.603s] omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
55182024-10-11T19:38:06.259Z PASS [ 30.464s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
55192024-10-11T19:38:11.356Z PASS [ 29.256s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
55202024-10-11T19:38:12.137Z PASS [ 25.031s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
55212024-10-11T19:38:14.231Z PASS [ 32.009s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
55222024-10-11T19:38:15.221Z PASS [ 32.579s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
55232024-10-11T19:38:23.169Z PASS [ 17.295s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
55242024-10-11T19:38:31.901Z PASS [ 25.642s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
55252024-10-11T19:38:37.401Z PASS [ 25.265s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
55262024-10-11T19:38:39.190Z PASS [ 24.986s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
55272024-10-11T19:38:39.836Z PASS [ 24.616s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
55282024-10-11T19:38:44.689Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
55292024-10-11T19:38:44.829Z PASS [ 33.472s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
55302024-10-11T19:38:46.646Z PASS [ 23.477s] omicron-nexus::test_all integration_tests::disks::test_disk_expunge
55312024-10-11T19:38:48.765Z SLOW [>180.000s] omicron-nexus populate::test::test_populators
55322024-10-11T19:38:54.728Z PASS [ 22.828s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
55332024-10-11T19:39:08.784Z PASS [ 23.957s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
55342024-10-11T19:39:09.477Z PASS [ 32.079s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
55352024-10-11T19:39:10.415Z PASS [ 23.770s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
55362024-10-11T19:39:12.960Z PASS [ 18.234s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
55372024-10-11T19:39:15.176Z PASS [ 35.987s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
55382024-10-11T19:39:20.188Z PASS [ 40.353s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
55392024-10-11T19:39:28.370Z PASS [ 19.585s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
55402024-10-11T19:39:29.582Z PASS [ 19.170s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
55412024-10-11T19:39:32.758Z PASS [ 23.281s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
55422024-10-11T19:39:38.274Z PASS [ 25.314s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
55432024-10-11T19:39:43.617Z PASS [ 23.424s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
55442024-10-11T19:39:44.688Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
55452024-10-11T19:39:48.764Z SLOW [>240.000s] omicron-nexus populate::test::test_populators
55462024-10-11T19:39:51.569Z PASS [ 242.810s] omicron-nexus populate::test::test_populators
55472024-10-11T19:39:51.616Z PASS [ 36.442s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
55482024-10-11T19:39:54.919Z PASS [ 26.552s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
55492024-10-11T19:39:55.899Z PASS [ 26.316s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
55502024-10-11T19:40:00.330Z PASS [ 27.568s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
55512024-10-11T19:40:04.492Z PASS [ 26.217s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
55522024-10-11T19:40:13.263Z PASS [ 29.653s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
55532024-10-11T19:40:18.679Z PASS [ 27.063s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_after_delete
55542024-10-11T19:40:19.429Z PASS [ 27.859s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
55552024-10-11T19:40:20.883Z PASS [ 24.985s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
55562024-10-11T19:40:24.231Z PASS [ 29.313s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
55572024-10-11T19:40:24.967Z PASS [ 24.642s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
55582024-10-11T19:40:32.747Z PASS [ 28.257s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
55592024-10-11T19:40:40.813Z PASS [ 27.551s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
55602024-10-11T19:40:44.687Z SLOW [>360.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
55612024-10-11T19:40:47.668Z PASS [ 22.702s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
55622024-10-11T19:40:50.136Z PASS [ 31.459s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
55632024-10-11T19:40:55.845Z PASS [ 36.419s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
55642024-10-11T19:41:04.728Z PASS [ 31.980s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
55652024-10-11T19:41:04.758Z PASS [ 23.941s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
55662024-10-11T19:41:09.136Z PASS [ 48.255s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
55672024-10-11T19:41:10.811Z PASS [ 20.675s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
55682024-10-11T19:41:12.175Z PASS [ 47.944s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
55692024-10-11T19:41:12.578Z PASS [ 0.401s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress
55702024-10-11T19:41:13.114Z PASS [ 0.538s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance
55712024-10-11T19:41:13.514Z PASS [ 0.400s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure
55722024-10-11T19:41:13.961Z PASS [ 0.447s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled
55732024-10-11T19:41:17.472Z PASS [ 21.627s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
55742024-10-11T19:41:19.244Z PASS [ 31.577s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
55752024-10-11T19:41:26.662Z PASS [ 20.909s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
55762024-10-11T19:41:27.740Z PASS [ 22.987s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
55772024-10-11T19:41:31.355Z PASS [ 22.219s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
55782024-10-11T19:41:33.476Z PASS [ 22.663s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
55792024-10-11T19:41:41.336Z PASS [ 27.375s] omicron-nexus::test_all integration_tests::images::test_image_create
55802024-10-11T19:41:44.686Z SLOW [>420.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
55812024-10-11T19:41:45.848Z PASS [ 28.379s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
55822024-10-11T19:41:50.248Z PASS [ 30.956s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
55832024-10-11T19:41:53.437Z PASS [ 27.806s] omicron-nexus::test_all integration_tests::images::test_image_promotion
55842024-10-11T19:41:54.127Z PASS [ 26.390s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
55852024-10-11T19:41:56.743Z PASS [ 25.390s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
55862024-10-11T19:41:57.843Z PASS [ 24.375s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
55872024-10-11T19:41:57.881Z PASS [ 7.684s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
55882024-10-11T19:42:00.718Z PASS [ 7.279s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
55892024-10-11T19:42:02.276Z PASS [ 8.148s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
55902024-10-11T19:42:02.765Z PASS [ 21.432s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
55912024-10-11T19:42:25.392Z PASS [ 28.652s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
55922024-10-11T19:42:25.909Z PASS [ 25.194s] omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
55932024-10-11T19:42:27.545Z PASS [ 29.664s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
55942024-10-11T19:42:30.611Z PASS [ 28.332s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
55952024-10-11T19:42:30.646Z PASS [ 27.874s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
55962024-10-11T19:42:35.447Z PASS [ 37.601s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
55972024-10-11T19:42:44.069Z PASS [ 479.393s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
55982024-10-11T19:42:45.847Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
55992024-10-11T19:42:48.693Z PASS [ 21.147s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
56002024-10-11T19:42:50.910Z PASS [ 20.303s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
56012024-10-11T19:42:51.894Z PASS [ 66.048s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
56022024-10-11T19:42:55.811Z PASS [ 29.901s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
56032024-10-11T19:43:01.537Z PASS [ 30.898s] omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
56042024-10-11T19:43:04.086Z PASS [ 20.017s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
56052024-10-11T19:43:04.242Z PASS [ 38.849s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
56062024-10-11T19:43:13.826Z PASS [ 38.382s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
56072024-10-11T19:43:22.461Z PASS [ 20.924s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
56082024-10-11T19:43:22.974Z PASS [ 27.164s] omicron-nexus::test_all integration_tests::instances::test_instance_access
56092024-10-11T19:43:27.039Z PASS [ 38.345s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
56102024-10-11T19:43:31.803Z PASS [ 39.910s] omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
56112024-10-11T19:43:33.125Z PASS [ 29.041s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
56122024-10-11T19:43:41.145Z PASS [ 36.904s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
56132024-10-11T19:43:50.907Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
56142024-10-11T19:43:51.737Z PASS [ 37.912s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
56152024-10-11T19:43:56.114Z PASS [ 33.142s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
56162024-10-11T19:43:57.491Z PASS [ 35.033s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
56172024-10-11T19:44:02.142Z PASS [ 35.106s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
56182024-10-11T19:44:08.333Z PASS [ 27.191s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
56192024-10-11T19:44:11.409Z PASS [ 39.608s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
56202024-10-11T19:44:17.549Z PASS [ 25.804s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
56212024-10-11T19:44:19.946Z PASS [ 89.040s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
56222024-10-11T19:44:26.968Z PASS [ 53.844s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
56232024-10-11T19:44:28.101Z PASS [ 30.611s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
56242024-10-11T19:44:28.207Z PASS [ 32.095s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
56252024-10-11T19:44:31.392Z PASS [ 29.252s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
56262024-10-11T19:44:38.367Z PASS [ 30.033s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
56272024-10-11T19:44:40.685Z PASS [ 29.278s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
56282024-10-11T19:44:46.058Z PASS [ 28.518s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
56292024-10-11T19:45:03.248Z PASS [ 35.042s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
56302024-10-11T19:45:05.489Z PASS [ 38.517s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
56312024-10-11T19:45:05.489Z PASS [ 37.384s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
56322024-10-11T19:45:05.596Z PASS [ 45.649s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
56332024-10-11T19:45:07.124Z PASS [ 35.733s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
56342024-10-11T19:45:17.311Z PASS [ 38.946s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
56352024-10-11T19:45:22.343Z PASS [ 36.286s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
56362024-10-11T19:45:24.085Z PASS [ 20.838s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
56372024-10-11T19:45:24.176Z PASS [ 43.491s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
56382024-10-11T19:45:26.063Z PASS [ 20.570s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
56392024-10-11T19:45:31.855Z PASS [ 26.260s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
56402024-10-11T19:45:32.366Z PASS [ 25.242s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
56412024-10-11T19:45:36.122Z PASS [ 18.811s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
56422024-10-11T19:45:38.799Z PASS [ 33.316s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
56432024-10-11T19:45:50.392Z PASS [ 26.307s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
56442024-10-11T19:45:50.662Z PASS [ 28.320s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
56452024-10-11T19:45:50.877Z PASS [ 18.513s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
56462024-10-11T19:45:51.792Z PASS [ 25.731s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
56472024-10-11T19:45:54.917Z PASS [ 18.795s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
56482024-10-11T19:45:57.675Z PASS [ 18.876s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
56492024-10-11T19:46:00.367Z PASS [ 28.515s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
56502024-10-11T19:46:01.234Z PASS [ 37.060s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
56512024-10-11T19:46:08.548Z PASS [ 17.887s] omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
56522024-10-11T19:46:10.794Z PASS [ 20.402s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
56532024-10-11T19:46:21.745Z PASS [ 20.511s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
56542024-10-11T19:46:22.639Z PASS [ 30.847s] omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
56552024-10-11T19:46:24.823Z PASS [ 29.901s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
56562024-10-11T19:46:29.202Z PASS [ 31.530s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
56572024-10-11T19:46:29.388Z PASS [ 18.596s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
56582024-10-11T19:46:29.412Z PASS [ 20.865s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
56592024-10-11T19:46:29.776Z PASS [ 29.411s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
56602024-10-11T19:46:32.296Z PASS [ 41.420s] omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
56612024-10-11T19:46:38.771Z PASS [ 17.025s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
56622024-10-11T19:46:40.013Z PASS [ 17.374s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
56632024-10-11T19:46:42.964Z PASS [ 18.147s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
56642024-10-11T19:46:48.767Z PASS [ 19.563s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
56652024-10-11T19:46:49.813Z PASS [ 20.402s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
56662024-10-11T19:46:49.882Z PASS [ 20.493s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
56672024-10-11T19:46:51.735Z PASS [ 21.953s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
56682024-10-11T19:46:52.795Z PASS [ 20.498s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
56692024-10-11T19:46:59.823Z PASS [ 19.747s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
56702024-10-11T19:47:01.659Z PASS [ 18.696s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total
56712024-10-11T19:47:02.559Z PASS [ 23.791s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
56722024-10-11T19:47:12.862Z PASS [ 20.068s] omicron-nexus::test_all integration_tests::metrics::test_timeseries_schema_list
56732024-10-11T19:47:18.271Z PASS [ 26.543s] omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
56742024-10-11T19:47:19.385Z PASS [ 30.621s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
56752024-10-11T19:47:19.824Z PASS [ 20.065s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
56762024-10-11T19:47:24.109Z PASS [ 22.446s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
56772024-10-11T19:47:30.365Z PASS [ 40.552s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
56782024-10-11T19:47:39.457Z PASS [ 36.900s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
56792024-10-11T19:47:43.994Z PASS [ 25.724s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
56802024-10-11T19:47:44.823Z PASS [ 25.438s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
56812024-10-11T19:47:45.903Z PASS [ 56.024s] omicron-nexus::test_all integration_tests::metrics::test_metrics
56822024-10-11T19:47:46.194Z PASS [ 26.371s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
56832024-10-11T19:47:56.430Z PASS [ 43.569s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
56842024-10-11T19:48:04.966Z PASS [ 25.507s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
56852024-10-11T19:48:07.681Z PASS [ 43.580s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
56862024-10-11T19:48:14.775Z PASS [ 44.411s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
56872024-10-11T19:48:20.649Z PASS [ 35.828s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
56882024-10-11T19:48:20.808Z PASS [ 24.380s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
56892024-10-11T19:48:20.871Z PASS [ 34.965s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
56902024-10-11T19:48:22.040Z PASS [ 35.848s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
56912024-10-11T19:48:28.586Z PASS [ 44.594s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
56922024-10-11T19:48:41.756Z PASS [ 20.947s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
56932024-10-11T19:48:42.512Z PASS [ 21.864s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
56942024-10-11T19:48:46.259Z PASS [ 25.392s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
56952024-10-11T19:48:47.364Z PASS [ 42.402s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
56962024-10-11T19:48:47.994Z PASS [ 25.929s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
56972024-10-11T19:48:48.965Z PASS [ 20.378s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
56982024-10-11T19:48:52.291Z PASS [ 44.612s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
56992024-10-11T19:49:08.436Z PASS [ 26.681s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
57002024-10-11T19:49:08.800Z PASS [ 22.543s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
57012024-10-11T19:49:09.181Z PASS [ 54.409s] omicron-nexus::test_all integration_tests::password_login::test_local_users
57022024-10-11T19:49:09.261Z PASS [ 21.897s] omicron-nexus::test_all integration_tests::projects::test_projects
57032024-10-11T19:49:09.420Z PASS [ 21.451s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits
57042024-10-11T19:49:10.128Z PASS [ 17.836s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
57052024-10-11T19:49:11.541Z PASS [ 29.030s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
57062024-10-11T19:49:28.586Z PASS [ 20.152s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
57072024-10-11T19:49:29.416Z PASS [ 20.002s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
57082024-10-11T19:49:29.931Z PASS [ 20.671s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
57092024-10-11T19:49:30.129Z PASS [ 21.331s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
57102024-10-11T19:49:30.301Z PASS [ 21.121s] omicron-nexus::test_all integration_tests::rack::test_sled_add
57112024-10-11T19:49:30.596Z PASS [ 0.295s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure
57122024-10-11T19:49:30.933Z PASS [ 19.393s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
57132024-10-11T19:49:31.177Z PASS [ 21.054s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
57142024-10-11T19:49:33.307Z PASS [ 3.376s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress
57152024-10-11T19:49:33.524Z PASS [ 3.393s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance
57162024-10-11T19:49:33.958Z PASS [ 3.361s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled
57172024-10-11T19:49:34.252Z PASS [ 3.318s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch
57182024-10-11T19:49:34.853Z PASS [ 45.890s] omicron-nexus::test_all integration_tests::quotas::test_quotas
57192024-10-11T19:49:35.016Z PASS [ 0.161s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
57202024-10-11T19:49:35.140Z PASS [ 0.123s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
57212024-10-11T19:49:35.253Z PASS [ 0.110s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
57222024-10-11T19:49:35.412Z PASS [ 0.156s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
57232024-10-11T19:49:35.569Z PASS [ 0.161s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
57242024-10-11T19:49:46.831Z PASS [ 18.245s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
57252024-10-11T19:49:48.976Z PASS [ 19.558s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
57262024-10-11T19:49:54.051Z PASS [ 22.871s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
57272024-10-11T19:49:55.382Z PASS [ 19.819s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
57282024-10-11T19:49:55.506Z PASS [ 22.199s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
57292024-10-11T19:49:55.580Z PASS [ 21.621s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
57302024-10-11T19:49:55.611Z PASS [ 21.359s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
57312024-10-11T19:49:55.691Z PASS [ 0.112s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
57322024-10-11T19:50:01.654Z PASS [ 28.132s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
57332024-10-11T19:50:01.773Z PASS [ 0.119s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
57342024-10-11T19:50:01.880Z PASS [ 0.106s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
57352024-10-11T19:50:05.435Z PASS [ 18.601s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
57362024-10-11T19:50:08.413Z PASS [ 19.438s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
57372024-10-11T19:50:13.632Z PASS [ 19.579s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
57382024-10-11T19:50:14.505Z PASS [ 19.009s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
57392024-10-11T19:50:15.166Z PASS [ 19.794s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
57402024-10-11T19:50:16.416Z PASS [ 20.815s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
57412024-10-11T19:50:16.465Z PASS [ 20.777s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
57422024-10-11T19:50:19.789Z PASS [ 17.920s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
57432024-10-11T19:50:21.386Z PASS [ 15.965s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
57442024-10-11T19:50:22.935Z PASS [ 14.532s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
57452024-10-11T19:50:24.712Z PASS [ 8.250s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
57462024-10-11T19:50:25.860Z PASS [ 12.234s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
57472024-10-11T19:50:32.562Z PASS [ 7.850s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
57482024-10-11T19:50:33.700Z PASS [ 7.841s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
57492024-10-11T19:50:40.269Z PASS [ 7.707s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
57502024-10-11T19:50:41.385Z PASS [ 7.685s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
57512024-10-11T19:50:48.054Z PASS [ 7.780s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
57522024-10-11T19:50:52.510Z PASS [ 4.461s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
57532024-10-11T19:51:35.485Z PASS [ 42.977s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
57542024-10-11T19:51:37.175Z PASS [ 55.788s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
57552024-10-11T19:51:55.110Z PASS [ 19.623s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
57562024-10-11T19:52:14.192Z PASS [ 37.008s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
57572024-10-11T19:52:28.482Z PASS [ 14.303s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
57582024-10-11T19:52:28.606Z PASS [ 14.416s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
57592024-10-11T19:52:28.927Z PASS [ 14.739s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
57602024-10-11T19:52:29.380Z PASS [ 15.185s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
57612024-10-11T19:52:41.091Z PASS [ 45.969s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
57622024-10-11T19:52:43.893Z PASS [ 15.272s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
57632024-10-11T19:52:43.949Z PASS [ 15.466s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
57642024-10-11T19:52:44.565Z PASS [ 15.639s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
57652024-10-11T19:52:44.792Z PASS [ 15.412s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
57662024-10-11T19:53:02.018Z PASS [ 20.935s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
57672024-10-11T19:53:02.081Z PASS [ 20.995s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
57682024-10-11T19:53:02.240Z PASS [ 21.146s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
57692024-10-11T19:53:03.759Z PASS [ 22.680s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
57702024-10-11T19:53:04.741Z PASS [ 20.863s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
57712024-10-11T19:53:05.169Z PASS [ 21.196s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
57722024-10-11T19:53:05.720Z PASS [ 20.928s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
57732024-10-11T19:53:11.004Z PASS [ 24.458s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
57742024-10-11T19:53:22.819Z PASS [ 20.582s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
57752024-10-11T19:53:23.146Z PASS [ 21.064s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
57762024-10-11T19:53:24.630Z PASS [ 20.874s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
57772024-10-11T19:53:24.655Z PASS [ 22.637s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
57782024-10-11T19:53:25.471Z PASS [ 20.730s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
57792024-10-11T19:53:25.591Z PASS [ 20.448s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
57802024-10-11T19:53:27.814Z PASS [ 22.094s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
57812024-10-11T19:53:32.283Z PASS [ 23.254s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
57822024-10-11T19:53:45.390Z PASS [ 22.572s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
57832024-10-11T19:53:45.519Z PASS [ 20.889s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
57842024-10-11T19:53:46.715Z PASS [ 21.242s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
57852024-10-11T19:53:48.854Z PASS [ 25.709s] omicron-nexus::test_all integration_tests::silos::test_silos
57862024-10-11T19:53:49.017Z PASS [ 21.203s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
57872024-10-11T19:53:50.782Z PASS [ 26.126s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
57882024-10-11T19:53:51.166Z PASS [ 25.574s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
57892024-10-11T19:54:04.260Z PASS [ 31.986s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
57902024-10-11T19:54:06.710Z PASS [ 19.997s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
57912024-10-11T19:54:11.259Z PASS [ 22.405s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
57922024-10-11T19:54:12.080Z PASS [ 23.065s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
57932024-10-11T19:54:12.360Z PASS [ 21.579s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
57942024-10-11T19:54:16.206Z PASS [ 30.687s] omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
57952024-10-11T19:54:16.727Z PASS [ 4.368s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress
57962024-10-11T19:54:18.217Z PASS [ 1.489s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure
57972024-10-11T19:54:18.391Z PASS [ 33.000s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
57982024-10-11T19:54:20.872Z PASS [ 4.666s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance
57992024-10-11T19:54:22.606Z PASS [ 4.390s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled
58002024-10-11T19:54:22.778Z PASS [ 4.388s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch
58012024-10-11T19:54:24.747Z PASS [ 33.582s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
58022024-10-11T19:54:27.502Z PASS [ 2.754s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
58032024-10-11T19:54:28.424Z PASS [ 24.164s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
58042024-10-11T19:54:34.857Z PASS [ 28.148s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
58052024-10-11T19:54:37.839Z PASS [ 25.760s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
58062024-10-11T19:54:38.545Z PASS [ 27.285s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
58072024-10-11T19:54:39.958Z PASS [ 19.089s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
58082024-10-11T19:54:44.642Z PASS [ 17.143s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
58092024-10-11T19:54:49.682Z PASS [ 21.260s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end
58102024-10-11T19:54:52.809Z PASS [ 17.954s] omicron-nexus::test_all integration_tests::updates::test_update_uninitialized
58112024-10-11T19:54:57.560Z PASS [ 19.721s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
58122024-10-11T19:54:57.975Z PASS [ 35.371s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
58132024-10-11T19:55:09.003Z PASS [ 29.044s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
58142024-10-11T19:55:11.032Z PASS [ 32.491s] omicron-nexus::test_all integration_tests::utilization::test_utilization
58152024-10-11T19:55:14.773Z PASS [ 25.091s] omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
58162024-10-11T19:55:15.182Z PASS [ 30.540s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
58172024-10-11T19:55:21.663Z PASS [ 28.855s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
58182024-10-11T19:55:22.778Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
58192024-10-11T19:55:28.001Z PASS [ 30.443s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
58202024-10-11T19:55:28.688Z PASS [ 30.714s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
58212024-10-11T19:55:39.665Z PASS [ 30.663s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
58222024-10-11T19:55:42.703Z PASS [ 31.672s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
58232024-10-11T19:55:46.416Z PASS [ 31.235s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
58242024-10-11T19:55:46.519Z PASS [ 31.747s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
58252024-10-11T19:55:48.401Z PASS [ 26.737s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
58262024-10-11T19:55:52.375Z PASS [ 24.375s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
58272024-10-11T19:56:00.550Z PASS [ 97.776s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
58282024-10-11T19:56:11.515Z PASS [ 31.851s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
58292024-10-11T19:56:17.481Z PASS [ 34.780s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
58302024-10-11T19:56:18.347Z PASS [ 25.974s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
58312024-10-11T19:56:20.537Z PASS [ 34.021s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
58322024-10-11T19:56:20.566Z PASS [ 34.151s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
58332024-10-11T19:56:23.209Z PASS [ 34.810s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
58342024-10-11T19:56:27.097Z PASS [ 26.546s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
58352024-10-11T19:56:28.687Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
58362024-10-11T19:56:29.624Z PASS [ 60.938s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
58372024-10-11T19:56:35.314Z PASS [ 17.833s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
58382024-10-11T19:56:35.695Z PASS [ 17.347s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
58392024-10-11T19:56:37.002Z PASS [ 25.487s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
58402024-10-11T19:56:38.292Z PASS [ 17.725s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
58412024-10-11T19:56:38.423Z PASS [ 17.883s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
58422024-10-11T19:56:41.354Z PASS [ 18.146s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
58432024-10-11T19:56:44.503Z PASS [ 17.407s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
58442024-10-11T19:56:47.580Z PASS [ 17.957s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
58452024-10-11T19:56:54.469Z PASS [ 19.157s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
58462024-10-11T19:56:54.609Z PASS [ 18.915s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
58472024-10-11T19:56:56.817Z PASS [ 18.528s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
58482024-10-11T19:56:56.885Z PASS [ 18.466s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
58492024-10-11T19:56:57.980Z PASS [ 20.981s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
58502024-10-11T19:56:59.032Z PASS [ 17.680s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
58512024-10-11T19:57:02.612Z PASS [ 18.107s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
58522024-10-11T19:57:04.630Z PASS [ 17.050s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
58532024-10-11T19:57:14.004Z PASS [ 19.397s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
58542024-10-11T19:57:14.301Z PASS [ 19.830s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
58552024-10-11T19:57:16.206Z PASS [ 19.391s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
58562024-10-11T19:57:16.240Z PASS [ 19.355s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
58572024-10-11T19:57:17.556Z PASS [ 19.577s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
58582024-10-11T19:57:17.962Z PASS [ 18.927s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
58592024-10-11T19:57:19.694Z PASS [ 17.084s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
58602024-10-11T19:57:22.812Z PASS [ 18.183s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
58612024-10-11T19:57:35.157Z PASS [ 20.847s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
58622024-10-11T19:57:35.157Z PASS [ 21.141s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
58632024-10-11T19:57:35.953Z PASS [ 19.715s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
58642024-10-11T19:57:36.520Z PASS [ 20.312s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
58652024-10-11T19:57:38.786Z PASS [ 20.827s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
58662024-10-11T19:57:39.991Z PASS [ 22.434s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
58672024-10-11T19:57:42.259Z PASS [ 22.567s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
58682024-10-11T19:57:50.854Z PASS [ 28.042s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
58692024-10-11T19:57:57.690Z PASS [ 6.838s] omicron-omdb::test_all_output test_omdb_usage_errors
58702024-10-11T19:57:57.811Z PASS [ 0.120s] omicron-package dot::test::test_bad_dependency
58712024-10-11T19:57:57.868Z PASS [ 0.054s] omicron-package dot::test::test_dot_output
58722024-10-11T19:57:59.590Z PASS [ 24.445s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
58732024-10-11T19:57:59.613Z PASS [ 0.024s] omicron-passwords test::test_password_constraints
58742024-10-11T19:58:01.760Z PASS [ 2.147s] omicron-passwords test::test_reproducible
58752024-10-11T19:58:01.885Z PASS [ 25.366s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
58762024-10-11T19:58:01.929Z PASS [ 0.044s] omicron-passwords test::test_stable
58772024-10-11T19:58:01.953Z PASS [ 0.025s] omicron-passwords test::test_weak_hashes
58782024-10-11T19:58:01.977Z PASS [ 0.024s] omicron-rpaths internal::tests::test_configure_from_path
58792024-10-11T19:58:02.022Z PASS [ 0.045s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
58802024-10-11T19:58:02.043Z PASS [ 0.021s] omicron-rpaths internal::tests::test_emit_rpath
58812024-10-11T19:58:02.322Z PASS [ 0.279s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
58822024-10-11T19:58:02.847Z PASS [ 24.061s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
58832024-10-11T19:58:02.927Z PASS [ 0.606s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
58842024-10-11T19:58:02.947Z PASS [ 0.097s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
58852024-10-11T19:58:03.037Z PASS [ 0.093s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
58862024-10-11T19:58:03.071Z PASS [ 0.142s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
58872024-10-11T19:58:03.139Z PASS [ 5.274s] omicron-passwords test::test_compatible
58882024-10-11T19:58:03.165Z PASS [ 0.096s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
58892024-10-11T19:58:03.196Z PASS [ 0.058s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
58902024-10-11T19:58:03.219Z PASS [ 0.054s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
58912024-10-11T19:58:03.228Z PASS [ 0.032s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
58922024-10-11T19:58:03.248Z PASS [ 0.029s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
58932024-10-11T19:58:03.255Z PASS [ 0.028s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
58942024-10-11T19:58:03.280Z PASS [ 0.029s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
58952024-10-11T19:58:03.288Z PASS [ 0.031s] omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
58962024-10-11T19:58:03.310Z PASS [ 0.032s] omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
58972024-10-11T19:58:03.362Z PASS [ 0.073s] omicron-sled-agent config::test::test_smf_configs
58982024-10-11T19:58:03.395Z PASS [ 0.084s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores
58992024-10-11T19:58:03.405Z PASS [ 0.044s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
59002024-10-11T19:58:03.434Z PASS [ 0.038s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
59012024-10-11T19:58:03.446Z PASS [ 0.042s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
59022024-10-11T19:58:03.475Z PASS [ 0.042s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
59032024-10-11T19:58:03.487Z PASS [ 0.041s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
59042024-10-11T19:58:03.603Z PASS [ 0.563s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
59052024-10-11T19:58:04.750Z PASS [ 28.797s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
59062024-10-11T19:58:06.172Z PASS [ 26.175s] omicron-omdb::test_all_output test_omdb_env_settings
59072024-10-11T19:58:07.487Z PASS [ 2.738s] omicron-sled-agent instance::tests::test_instance_manager_creation
59082024-10-11T19:58:07.519Z PASS [ 0.033s] omicron-sled-agent probe_manager::test::probe_state_set_ops
59092024-10-11T19:58:07.550Z PASS [ 0.029s] omicron-sled-agent profile::tests::empty_profile
59102024-10-11T19:58:07.582Z PASS [ 0.034s] omicron-sled-agent profile::tests::test_disabled_instance
59112024-10-11T19:58:07.607Z PASS [ 0.025s] omicron-sled-agent profile::tests::test_instance
59122024-10-11T19:58:07.634Z PASS [ 0.027s] omicron-sled-agent profile::tests::test_multiple
59132024-10-11T19:58:07.660Z PASS [ 0.026s] omicron-sled-agent profile::tests::test_property
59142024-10-11T19:58:07.691Z PASS [ 0.028s] omicron-sled-agent profile::tests::test_property_group
59152024-10-11T19:58:07.727Z PASS [ 0.037s] omicron-sled-agent profile::tests::test_service
59162024-10-11T19:58:07.759Z PASS [ 0.033s] omicron-sled-agent profile::tests::test_service_property_group
59172024-10-11T19:58:07.790Z PASS [ 0.030s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
59182024-10-11T19:58:07.820Z PASS [ 0.031s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
59192024-10-11T19:58:07.863Z PASS [ 0.041s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
59202024-10-11T19:58:07.901Z PASS [ 0.040s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_v4_schema
59212024-10-11T19:58:07.941Z PASS [ 0.040s] omicron-sled-agent rack_setup::plan::sled::tests::test_read_known_rss_sled_plans
59222024-10-11T19:58:07.980Z PASS [ 0.038s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema
59232024-10-11T19:58:08.043Z PASS [ 0.063s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
59242024-10-11T19:58:08.170Z PASS [ 4.687s] omicron-sled-agent instance::tests::test_instance_create_events_normal
59252024-10-11T19:58:08.170Z PASS [ 4.562s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
59262024-10-11T19:58:08.998Z PASS [ 5.511s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_creating_zone
59272024-10-11T19:58:10.782Z PASS [ 2.739s] omicron-sled-agent services::illumos_tests::test_bad_generations
59282024-10-11T19:58:10.908Z PASS [ 2.747s] omicron-sled-agent services::illumos_tests::test_ensure_service
59292024-10-11T19:58:11.303Z PASS [ 3.131s] omicron-sled-agent services::illumos_tests::test_ensure_service_before_timesync
59302024-10-11T19:58:11.347Z PASS [ 0.042s] omicron-sled-agent services::test::test_all_zones_requests_schema
59312024-10-11T19:58:11.383Z PASS [ 0.036s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
59322024-10-11T19:58:11.426Z PASS [ 0.042s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
59332024-10-11T19:58:11.468Z PASS [ 0.042s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
59342024-10-11T19:58:11.513Z PASS [ 0.046s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
59352024-10-11T19:58:11.554Z PASS [ 0.038s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
59362024-10-11T19:58:11.592Z PASS [ 0.041s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
59372024-10-11T19:58:11.635Z PASS [ 0.042s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
59382024-10-11T19:58:11.676Z PASS [ 0.041s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
59392024-10-11T19:58:12.237Z PASS [ 3.237s] omicron-sled-agent services::illumos_tests::test_ensure_service_which_already_exists
59402024-10-11T19:58:12.276Z PASS [ 0.038s] omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
59412024-10-11T19:58:12.315Z PASS [ 0.040s] omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
59422024-10-11T19:58:12.354Z PASS [ 0.038s] omicron-sled-agent sim::storage::test::crucible_ports_get_reused
59432024-10-11T19:58:12.395Z PASS [ 0.041s] omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
59442024-10-11T19:58:12.443Z PASS [ 0.047s] omicron-sled-agent sim::storage::test::must_delete_snapshots_first
59452024-10-11T19:58:12.452Z PASS [ 10.692s] omicron-passwords test::test_smoke
59462024-10-11T19:58:12.475Z PASS [ 0.035s] omicron-sled-agent sim::storage::test::running_snapshot_needs_region
59472024-10-11T19:58:12.483Z PASS [ 0.032s] omicron-sled-agent sim::storage::test::snapshot_needs_region
59482024-10-11T19:58:12.507Z PASS [ 0.031s] omicron-sled-agent updates::test::test_query_no_components
59492024-10-11T19:58:12.519Z PASS [ 0.036s] omicron-sled-agent updates::test::test_query_sled_agent_version
59502024-10-11T19:58:12.546Z PASS [ 0.039s] omicron-sled-agent updates::test::test_query_zone_version
59512024-10-11T19:58:12.575Z PASS [ 0.029s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
59522024-10-11T19:58:12.662Z PASS [ 0.140s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem
59532024-10-11T19:58:12.757Z PASS [ 37.601s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
59542024-10-11T19:58:12.796Z PASS [ 0.039s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
59552024-10-11T19:58:13.038Z PASS [ 30.780s] omicron-omdb::test_all_output test_omdb_success_cases
59562024-10-11T19:58:13.493Z PASS [ 2.711s] omicron-sled-agent services::illumos_tests::test_services_are_recreated_on_reboot
59572024-10-11T19:58:13.857Z PASS [ 2.949s] omicron-sled-agent services::illumos_tests::test_services_do_not_persist_without_config
59582024-10-11T19:58:13.925Z PASS [ 0.067s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
59592024-10-11T19:58:13.958Z PASS [ 0.033s] omicron-sled-agent zone_bundle::tests::test_dir_size
59602024-10-11T19:58:14.004Z PASS [ 0.048s] omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du
59612024-10-11T19:58:14.507Z PASS [ 0.502s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
59622024-10-11T19:58:14.834Z PASS [ 3.158s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
59632024-10-11T19:58:14.973Z PASS [ 0.467s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
59642024-10-11T19:58:15.034Z PASS [ 0.058s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
59652024-10-11T19:58:15.044Z PASS [ 0.210s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
59662024-10-11T19:58:15.062Z PASS [ 0.027s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
59672024-10-11T19:58:15.340Z PASS [ 2.682s] omicron-sled-agent zone_bundle::illumos_tests::test_context
59682024-10-11T19:58:15.586Z PASS [ 0.528s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
59692024-10-11T19:58:15.590Z PASS [ 0.551s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
59702024-10-11T19:58:15.603Z PASS [ 0.018s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
59712024-10-11T19:58:15.613Z PASS [ 0.023s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
59722024-10-11T19:58:15.652Z PASS [ 2.859s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
59732024-10-11T19:58:15.725Z PASS [ 0.119s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
59742024-10-11T19:58:15.842Z PASS [ 0.189s] omicron-test-utils dev::db::test::test_bad_cmd
59752024-10-11T19:58:15.874Z PASS [ 3.299s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
59762024-10-11T19:58:16.055Z PASS [ 0.438s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
59772024-10-11T19:58:16.109Z PASS [ 0.055s] omicron-test-utils dev::db::test::test_make_pg_config_fail
59782024-10-11T19:58:16.115Z PASS [ 0.392s] omicron-test-utils dev::db::test::test_cmd_fails
59792024-10-11T19:58:16.122Z PASS [ 3.088s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
59802024-10-11T19:58:16.128Z PASS [ 0.256s] omicron-test-utils dev::db::test::test_database_start_hang
59812024-10-11T19:58:16.134Z PASS [ 0.026s] omicron-test-utils dev::db::test::test_make_pg_config_ok
59822024-10-11T19:58:16.139Z PASS [ 0.025s] omicron-test-utils dev::db::test::test_process_exit_abnormal
59832024-10-11T19:58:16.150Z PASS [ 0.027s] omicron-test-utils dev::db::test::test_process_exit_normal
59842024-10-11T19:58:16.174Z PASS [ 0.022s] omicron-test-utils dev::db::test::test_starter_tmpdir
59852024-10-11T19:58:16.229Z PASS [ 0.054s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
59862024-10-11T19:58:16.259Z PASS [ 0.029s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
59872024-10-11T19:58:16.290Z PASS [ 0.031s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
59882024-10-11T19:58:16.323Z PASS [ 0.032s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path
59892024-10-11T19:58:16.371Z PASS [ 1.025s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
59902024-10-11T19:58:16.416Z PASS [ 0.093s] omicron-test-utils dev::test_cmds::tests::test_redact_extra
59912024-10-11T19:58:16.572Z LEAK [ 0.437s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
59922024-10-11T19:58:16.681Z PASS [ 3.188s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
59932024-10-11T19:58:16.825Z PASS [ 0.455s] omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
59942024-10-11T19:58:16.852Z PASS [ 0.166s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds
59952024-10-11T19:58:17.133Z PASS [ 0.564s] oximeter test::timeseries_schema_consistency
59962024-10-11T19:58:17.190Z PASS [ 0.342s] oximeter-collector agent::tests::test_self_stat_error_counter
59972024-10-11T19:58:17.201Z PASS [ 0.376s] oximeter-collector agent::tests::test_self_stat_collection_count
59982024-10-11T19:58:17.248Z PASS [ 0.029s] oximeter-collector self_stats::tests::test_failure_reason_serialization
59992024-10-11T19:58:17.283Z PASS [ 0.150s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
60002024-10-11T19:58:17.435Z PASS [ 0.205s] oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
60012024-10-11T19:58:17.435Z PASS [ 0.140s] oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
60022024-10-11T19:58:17.460Z PASS [ 0.038s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
60032024-10-11T19:58:17.472Z PASS [ 0.034s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
60042024-10-11T19:58:17.504Z PASS [ 0.035s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
60052024-10-11T19:58:17.512Z PASS [ 1.098s] openapi-manager check::tests::check_apis_up_to_date
60062024-10-11T19:58:17.732Z PASS [ 0.532s] oximeter-collector::test_commands test_oximeter_no_args
60072024-10-11T19:58:18.779Z PASS [ 1.309s] oximeter-db client::oxql::tests::test_get_entire_table
60082024-10-11T19:58:18.808Z PASS [ 1.297s] oximeter-db client::oxql::tests::test_get_one_timeseries
60092024-10-11T19:58:18.821Z PASS [ 1.320s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
60102024-10-11T19:58:18.877Z PASS [ 0.061s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
60112024-10-11T19:58:18.883Z PASS [ 0.107s] oximeter-db client::tests::bad_db_connection_test
60122024-10-11T19:58:18.901Z PASS [ 0.093s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
60132024-10-11T19:58:18.949Z PASS [ 1.219s] oximeter-db client::oxql::tests::test_limit_operations
60142024-10-11T19:58:19.655Z PASS [ 0.704s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
60152024-10-11T19:58:19.949Z PASS [ 1.065s] oximeter-db client::tests::select_timeseries_with_select_one
60162024-10-11T19:58:20.582Z PASS [ 4.440s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
60172024-10-11T19:58:20.637Z PASS [ 0.983s] oximeter-db client::tests::test_client_select_timeseries_one
60182024-10-11T19:58:20.713Z PASS [ 4.870s] omicron-test-utils dev::db::test::test_database_concurrent
60192024-10-11T19:58:21.307Z PASS [ 1.357s] oximeter-db client::tests::test_database_version_update_is_idempotent
60202024-10-11T19:58:21.575Z PASS [ 0.991s] oximeter-db client::tests::test_database_version_will_not_downgrade
60212024-10-11T19:58:21.678Z PASS [ 0.967s] oximeter-db client::tests::test_differentiate_by_timeseries_name
60222024-10-11T19:58:21.945Z PASS [ 1.308s] oximeter-db client::tests::test_database_version_wipes_old_version
60232024-10-11T19:58:22.227Z PASS [ 3.349s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
60242024-10-11T19:58:22.289Z PASS [ 0.982s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
60252024-10-11T19:58:22.500Z PASS [ 0.926s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
60262024-10-11T19:58:22.592Z PASS [ 0.913s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
60272024-10-11T19:58:23.248Z PASS [ 1.020s] oximeter-db client::tests::test_field_record_count
60282024-10-11T19:58:23.354Z PASS [ 1.062s] oximeter-db client::tests::test_get_schema_no_new_values
60292024-10-11T19:58:23.530Z PASS [ 1.586s] oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
60302024-10-11T19:58:23.563Z PASS [ 0.033s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
60312024-10-11T19:58:23.570Z PASS [ 0.980s] oximeter-db client::tests::test_is_oximeter_cluster
60322024-10-11T19:58:23.589Z PASS [ 1.090s] oximeter-db client::tests::test_insert_samples
60332024-10-11T19:58:23.602Z PASS [ 0.035s] oximeter-db client::tests::test_read_timeseries_to_delete
60342024-10-11T19:58:23.602Z PASS [ 0.026s] oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
60352024-10-11T19:58:23.619Z PASS [ 0.028s] oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
60362024-10-11T19:58:24.397Z PASS [ 1.045s] oximeter-db client::tests::test_new_schema_removed_when_not_inserted
60372024-10-11T19:58:24.442Z PASS [ 1.195s] oximeter-db client::tests::test_list_timeseries
60382024-10-11T19:58:24.683Z PASS [ 1.064s] oximeter-db client::tests::test_schema_update
60392024-10-11T19:58:24.693Z PASS [ 1.088s] oximeter-db client::tests::test_schema_mismatch
60402024-10-11T19:58:25.190Z PASS [ 1.591s] oximeter-db client::tests::test_recall_of_all_fields
60412024-10-11T19:58:25.428Z PASS [ 1.032s] oximeter-db client::tests::test_select_all_datum_types
60422024-10-11T19:58:25.435Z PASS [ 0.995s] oximeter-db client::tests::test_select_all_field_types
60432024-10-11T19:58:25.704Z PASS [ 1.021s] oximeter-db client::tests::test_select_timeseries_with_all
60442024-10-11T19:58:25.934Z PASS [ 1.243s] oximeter-db client::tests::test_select_timeseries_with_limit
60452024-10-11T19:58:26.453Z PASS [ 1.259s] oximeter-db client::tests::test_select_timeseries_with_order
60462024-10-11T19:58:26.453Z PASS [ 1.021s] oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
60472024-10-11T19:58:26.467Z PASS [ 1.030s] oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
60482024-10-11T19:58:26.502Z PASS [ 0.033s] oximeter-db client::tests::test_unravel_index
60492024-10-11T19:58:26.814Z PASS [ 1.109s] oximeter-db client::tests::test_select_timeseries_with_start_time
60502024-10-11T19:58:26.850Z PASS [ 0.038s] oximeter-db client::tests::test_verify_schema_upgrades
60512024-10-11T19:58:26.877Z PASS [ 0.026s] oximeter-db model::tests::test_db_bool
60522024-10-11T19:58:27.368Z PASS [ 0.911s] oximeter-db client::tests::test_unquoted_64bit_integers
60532024-10-11T19:58:27.400Z PASS [ 0.030s] oximeter-db model::tests::test_db_datum_type_conversion
60542024-10-11T19:58:27.427Z PASS [ 0.029s] oximeter-db model::tests::test_db_field_list_conversion
60552024-10-11T19:58:27.451Z PASS [ 0.025s] oximeter-db model::tests::test_db_field_type_conversion
60562024-10-11T19:58:27.470Z PASS [ 1.015s] oximeter-db client::tests::test_timeseries_schema_list
60572024-10-11T19:58:27.470Z PASS [ 0.964s] oximeter-db client::tests::test_update_schema_cache_on_new_sample
60582024-10-11T19:58:27.478Z PASS [ 0.028s] oximeter-db model::tests::test_db_histogram
60592024-10-11T19:58:27.506Z PASS [ 0.034s] oximeter-db model::tests::test_parse_bytes_measurement
60602024-10-11T19:58:27.526Z PASS [ 0.035s] oximeter-db model::tests::test_parse_string_datum_requiring_escape
60612024-10-11T19:58:27.526Z PASS [ 0.637s] oximeter-db model::tests::test_db_bool_bad
60622024-10-11T19:58:27.588Z PASS [ 0.030s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement
60632024-10-11T19:58:27.588Z PASS [ 1.601s] oximeter-db client::tests::test_sql_query_output
60642024-10-11T19:58:27.588Z PASS [ 0.049s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement
60652024-10-11T19:58:27.588Z PASS [ 0.039s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement
60662024-10-11T19:58:27.591Z PASS [ 0.047s] oximeter-db model::tests::test_unroll_from_source
60672024-10-11T19:58:27.591Z PASS [ 0.041s] oximeter-db model::tests::test_unroll_measurement_row
60682024-10-11T19:58:27.598Z PASS [ 0.034s] oximeter-db model::tests::test_unroll_missing_measurement_row
60692024-10-11T19:58:27.614Z PASS [ 0.024s] oximeter-db native::block::tests::test_datetime64_conversions
60702024-10-11T19:58:27.617Z PASS [ 0.031s] oximeter-db native::block::tests::test_data_type_to_string
60712024-10-11T19:58:27.624Z PASS [ 0.034s] oximeter-db native::block::tests::test_parse_invalid_data_type
60722024-10-11T19:58:27.658Z PASS [ 0.194s] oximeter-db model::tests::test_parse_bad_cumulative_json_data
60732024-10-11T19:58:28.066Z PASS [ 11.931s] omicron-test-utils dev::db::test::test_setup_database_default_dir
60742024-10-11T19:58:28.199Z PASS [ 0.584s] oximeter-db native::connection::tests::test_exchange_hello
60752024-10-11T19:58:28.213Z PASS [ 0.584s] oximeter-db native::connection::tests::test_select_array_column
60762024-10-11T19:58:28.213Z PASS [ 0.610s] oximeter-db native::connection::tests::test_basic_select_query
60772024-10-11T19:58:28.233Z PASS [ 0.025s] oximeter-db native::io::block::tests::test_decode_block_with_nulls
60782024-10-11T19:58:28.240Z PASS [ 0.027s] oximeter-db native::io::block::tests::test_decode_full_block
60792024-10-11T19:58:28.248Z PASS [ 0.592s] oximeter-db native::connection::tests::test_select_array_of_nullable_column
60802024-10-11T19:58:28.261Z PASS [ 0.028s] oximeter-db native::io::column::tests::test_decode_ipv4addr_column
60812024-10-11T19:58:28.269Z PASS [ 0.029s] oximeter-db native::io::column::tests::test_decode_ipv6addr_column
60822024-10-11T19:58:28.276Z PASS [ 0.029s] oximeter-db native::io::column::tests::test_decode_string_column
60832024-10-11T19:58:28.284Z PASS [ 0.025s] oximeter-db native::io::column::tests::test_decode_uint64_column
60842024-10-11T19:58:28.292Z PASS [ 0.023s] oximeter-db native::io::column::tests::test_decode_uint8_column
60852024-10-11T19:58:28.308Z PASS [ 0.027s] oximeter-db native::io::column::tests::test_decode_uuid_column
60862024-10-11T19:58:28.322Z PASS [ 0.030s] oximeter-db native::io::column::tests::test_encode_decode_column
60872024-10-11T19:58:28.322Z PASS [ 0.710s] oximeter-db native::connection::tests::test_can_cancel_query
60882024-10-11T19:58:28.333Z PASS [ 0.037s] oximeter-db native::io::packet::server::tests::test_decode_full_hello
60892024-10-11T19:58:28.341Z PASS [ 0.036s] oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
60902024-10-11T19:58:28.354Z PASS [ 0.027s] oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
60912024-10-11T19:58:28.354Z PASS [ 0.033s] oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
60922024-10-11T19:58:28.360Z PASS [ 0.032s] oximeter-db native::io::packet::server::tests::test_decode_partial_hello
60932024-10-11T19:58:28.551Z PASS [ 0.027s] oximeter-db native::io::packet::server::tests::test_decode_pong
60942024-10-11T19:58:28.554Z PASS [ 0.026s] oximeter-db native::io::packet::server::tests::test_decode_progress_packet
60952024-10-11T19:58:28.554Z PASS [ 0.026s] oximeter-db native::io::packet::server::tests::test_decode_single_exception
60962024-10-11T19:58:28.555Z PASS [ 0.025s] oximeter-db native::io::string::test::test_encode_decode
60972024-10-11T19:58:28.555Z PASS [ 0.025s] oximeter-db native::io::string::test::test_encode_hello_world
60982024-10-11T19:58:28.555Z PASS [ 0.024s] oximeter-db native::io::varuint::test_encode_decode_varuint
60992024-10-11T19:58:28.555Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_align_table_op
61002024-10-11T19:58:28.555Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal
61012024-10-11T19:58:28.555Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_comparison
61022024-10-11T19:58:28.559Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
61032024-10-11T19:58:28.559Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_double_literal
61042024-10-11T19:58:28.559Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
61052024-10-11T19:58:28.559Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_duration_literal
61062024-10-11T19:58:28.559Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
61072024-10-11T19:58:28.559Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
61082024-10-11T19:58:28.559Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
61092024-10-11T19:58:28.559Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
61102024-10-11T19:58:28.559Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
61112024-10-11T19:58:28.559Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op
61122024-10-11T19:58:28.559Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_get_table_op
61132024-10-11T19:58:28.559Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_group_by
61142024-10-11T19:58:28.559Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
61152024-10-11T19:58:28.559Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_ident
61162024-10-11T19:58:28.559Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_integer_literal
61172024-10-11T19:58:28.559Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
61182024-10-11T19:58:28.559Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
61192024-10-11T19:58:28.559Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation
61202024-10-11T19:58:28.559Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
61212024-10-11T19:58:28.559Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
61222024-10-11T19:58:28.560Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
61232024-10-11T19:58:28.563Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
61242024-10-11T19:58:28.574Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_query
61252024-10-11T19:58:28.578Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
61262024-10-11T19:58:28.583Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
61272024-10-11T19:58:28.594Z PASS [ 0.019s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
61282024-10-11T19:58:28.597Z PASS [ 0.018s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
61292024-10-11T19:58:28.603Z PASS [ 0.019s] oximeter-db oxql::ast::grammar::tests::test_reducer
61302024-10-11T19:58:28.613Z PASS [ 0.019s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
61312024-10-11T19:58:28.618Z PASS [ 0.019s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal
61322024-10-11T19:58:28.626Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
61332024-10-11T19:58:28.631Z PASS [ 0.019s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
61342024-10-11T19:58:28.641Z PASS [ 0.020s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field
61352024-10-11T19:58:28.650Z PASS [ 0.024s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
61362024-10-11T19:58:28.656Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
61372024-10-11T19:58:28.665Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
61382024-10-11T19:58:28.673Z PASS [ 0.022s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
61392024-10-11T19:58:28.683Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
61402024-10-11T19:58:28.684Z PASS [ 0.614s] oximeter-db native::connection::tests::test_select_nullable_column
61412024-10-11T19:58:28.689Z PASS [ 0.027s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
61422024-10-11T19:58:28.695Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
61432024-10-11T19:58:28.701Z PASS [ 0.022s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
61442024-10-11T19:58:28.713Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
61452024-10-11T19:58:28.715Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
61462024-10-11T19:58:28.724Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
61472024-10-11T19:58:28.729Z PASS [ 0.029s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
61482024-10-11T19:58:28.739Z PASS [ 0.022s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
61492024-10-11T19:58:28.739Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
61502024-10-11T19:58:28.745Z PASS [ 0.022s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
61512024-10-11T19:58:28.753Z PASS [ 0.022s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
61522024-10-11T19:58:28.840Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
61532024-10-11T19:58:28.840Z PASS [ 0.027s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
61542024-10-11T19:58:28.843Z PASS [ 0.027s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
61552024-10-11T19:58:28.843Z PASS [ 0.027s] oximeter-db oxql::query::tests::test_coalesce_limits
61562024-10-11T19:58:28.843Z PASS [ 0.582s] oximeter-db native::connection::tests::test_send_cancel_with_no_query
61572024-10-11T19:58:28.843Z PASS [ 0.030s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
61582024-10-11T19:58:28.843Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
61592024-10-11T19:58:28.843Z PASS [ 0.026s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
61602024-10-11T19:58:28.843Z PASS [ 0.020s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
61612024-10-11T19:58:28.843Z PASS [ 0.026s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
61622024-10-11T19:58:28.843Z PASS [ 0.025s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
61632024-10-11T19:58:28.843Z PASS [ 0.025s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
61642024-10-11T19:58:28.843Z PASS [ 0.025s] oximeter-db oxql::query::tests::test_coalesce_predicates
61652024-10-11T19:58:28.843Z PASS [ 0.025s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
61662024-10-11T19:58:28.843Z PASS [ 0.026s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
61672024-10-11T19:58:28.843Z PASS [ 0.026s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
61682024-10-11T19:58:28.905Z PASS [ 0.027s] oximeter-db oxql::query::tests::test_query_end_time
61692024-10-11T19:58:28.905Z PASS [ 0.023s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
61702024-10-11T19:58:28.909Z PASS [ 0.029s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
61712024-10-11T19:58:28.909Z PASS [ 0.024s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
61722024-10-11T19:58:28.909Z PASS [ 0.029s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
61732024-10-11T19:58:28.909Z PASS [ 0.024s] oximeter-db query::tests::test_field_cmp
61742024-10-11T19:58:28.909Z PASS [ 0.025s] oximeter-db query::tests::test_field_selector_as_query
61752024-10-11T19:58:28.909Z PASS [ 0.037s] oximeter-db oxql::query::tests::test_split_query
61762024-10-11T19:58:28.909Z PASS [ 0.032s] oximeter-db query::tests::test_field_value_as_db_str
61772024-10-11T19:58:28.909Z PASS [ 0.034s] oximeter-db query::tests::test_select_query_builder_field_selectors
61782024-10-11T19:58:28.972Z PASS [ 0.028s] oximeter-db query::tests::test_select_query_builder_from_parts
61792024-10-11T19:58:28.972Z PASS [ 0.043s] oximeter-db query::tests::test_select_query_builder_filter_raw
61802024-10-11T19:58:28.972Z PASS [ 0.030s] oximeter-db query::tests::test_select_query_builder_limit_offset
61812024-10-11T19:58:28.972Z PASS [ 0.044s] oximeter-db query::tests::test_select_query_builder_full
61822024-10-11T19:58:28.972Z PASS [ 0.029s] oximeter-db query::tests::test_select_query_builder_no_fields
61832024-10-11T19:58:28.975Z PASS [ 0.033s] oximeter-db query::tests::test_select_query_builder_no_selectors
61842024-10-11T19:58:28.975Z PASS [ 0.032s] oximeter-db query::tests::test_string_field_selector
61852024-10-11T19:58:28.975Z PASS [ 0.025s] oximeter-db query::tests::test_time_range
61862024-10-11T19:58:28.975Z PASS [ 0.030s] oximeter-db sql::tests::test_allow_limit_offset
61872024-10-11T19:58:28.975Z PASS [ 0.029s] oximeter-db sql::tests::test_allow_subqueries
61882024-10-11T19:58:28.975Z PASS [ 0.027s] oximeter-db sql::tests::test_cannot_name_database
61892024-10-11T19:58:28.979Z PASS [ 0.027s] oximeter-db sql::tests::test_ctes_are_not_supported
61902024-10-11T19:58:28.985Z PASS [ 0.027s] oximeter-db sql::tests::test_function_allow_list
61912024-10-11T19:58:28.995Z PASS [ 0.025s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
61922024-10-11T19:58:29.007Z PASS [ 0.033s] oximeter-db sql::tests::test_query_must_be_select_statement
61932024-10-11T19:58:29.012Z PASS [ 0.033s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
61942024-10-11T19:58:29.017Z PASS [ 0.055s] oximeter-db sql::tests::test_join_must_be_inner
61952024-10-11T19:58:29.027Z PASS [ 0.030s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
61962024-10-11T19:58:29.027Z PASS [ 0.038s] oximeter-db sql::tests::test_require_table_is_timeseries_name
61972024-10-11T19:58:29.037Z PASS [ 0.021s] oximeter-db tests::test_timeseries_key_field_stability
61982024-10-11T19:58:29.037Z PASS [ 0.027s] oximeter-db sql::tests::test_with_comma_join_fails
61992024-10-11T19:58:29.043Z PASS [ 0.025s] oximeter-db tests::test_timeseries_key_sample_stability
62002024-10-11T19:58:29.048Z PASS [ 0.026s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read
62012024-10-11T19:58:29.093Z PASS [ 0.054s] oximeter-instruments http::tests::test_latency_tracker
62022024-10-11T19:58:29.177Z PASS [ 0.127s] oximeter-instruments kstat::link::tests::test_kstat_interested
62032024-10-11T19:58:29.266Z PASS [ 0.214s] oximeter-instruments kstat::link::tests::test_kstat_sampler
62042024-10-11T19:58:29.295Z PASS [ 0.182s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
62052024-10-11T19:58:29.341Z PASS [ 0.148s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
62062024-10-11T19:58:29.399Z PASS [ 0.108s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
62072024-10-11T19:58:29.418Z PASS [ 0.129s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
62082024-10-11T19:58:29.480Z PASS [ 0.152s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
62092024-10-11T19:58:29.488Z PASS [ 0.114s] oximeter-instruments kstat::link::tests::test_sled_datalink
62102024-10-11T19:58:29.499Z PASS [ 0.089s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
62112024-10-11T19:58:29.510Z PASS [ 0.034s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
62122024-10-11T19:58:29.520Z PASS [ 0.031s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
62132024-10-11T19:58:29.543Z PASS [ 0.031s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
62142024-10-11T19:58:29.543Z PASS [ 0.029s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
62152024-10-11T19:58:29.543Z PASS [ 0.025s] oximeter-macro-impl tests::test_metric_annotated_field
62162024-10-11T19:58:29.551Z PASS [ 0.024s] oximeter-macro-impl tests::test_metric_datum_field
62172024-10-11T19:58:29.558Z PASS [ 0.022s] oximeter-macro-impl tests::test_metric_enum
62182024-10-11T19:58:29.564Z PASS [ 0.022s] oximeter-macro-impl tests::test_metric_without_datum_field
62192024-10-11T19:58:29.571Z PASS [ 0.021s] oximeter-macro-impl tests::test_target
62202024-10-11T19:58:29.580Z PASS [ 0.021s] oximeter-macro-impl tests::test_target_empty_struct
62212024-10-11T19:58:29.583Z PASS [ 0.019s] oximeter-macro-impl tests::test_target_enum
62222024-10-11T19:58:29.589Z PASS [ 0.019s] oximeter-macro-impl tests::test_target_unit_struct
62232024-10-11T19:58:29.595Z PASS [ 0.018s] oximeter-macro-impl tests::test_target_with_datum_field
62242024-10-11T19:58:29.690Z PASS [ 0.099s] oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
62252024-10-11T19:58:29.695Z PASS [ 0.101s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
62262024-10-11T19:58:29.711Z PASS [ 0.022s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
62272024-10-11T19:58:29.715Z PASS [ 0.019s] oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
62282024-10-11T19:58:29.731Z PASS [ 0.019s] oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
62292024-10-11T19:58:29.747Z PASS [ 0.032s] oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
62302024-10-11T19:58:29.753Z PASS [ 0.024s] oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
62312024-10-11T19:58:29.780Z PASS [ 0.023s] oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
62322024-10-11T19:58:29.780Z PASS [ 0.029s] oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
62332024-10-11T19:58:29.802Z PASS [ 0.025s] oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
62342024-10-11T19:58:29.816Z PASS [ 0.035s] oximeter-schema ir::tests::ensures_target_has_at_least_one_field
62352024-10-11T19:58:29.823Z PASS [ 0.020s] oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
62362024-10-11T19:58:29.838Z PASS [ 0.018s] oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
62372024-10-11T19:58:29.844Z PASS [ 0.020s] oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
62382024-10-11T19:58:29.857Z PASS [ 0.022s] oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
62392024-10-11T19:58:29.863Z PASS [ 0.021s] oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
62402024-10-11T19:58:29.877Z PASS [ 0.021s] oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
62412024-10-11T19:58:29.884Z PASS [ 0.021s] oximeter-schema ir::tests::fail_on_empty_descriptions
62422024-10-11T19:58:29.904Z PASS [ 0.026s] oximeter-schema ir::tests::fail_on_empty_metric_name
62432024-10-11T19:58:29.909Z PASS [ 0.025s] oximeter-schema ir::tests::fail_on_empty_target_name
62442024-10-11T19:58:29.923Z PASS [ 0.020s] oximeter-schema ir::tests::fail_on_very_long_field_names
62452024-10-11T19:58:29.927Z PASS [ 0.019s] oximeter-schema ir::tests::fail_on_very_long_timeseries_name
62462024-10-11T19:58:29.944Z PASS [ 0.021s] oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
62472024-10-11T19:58:29.950Z PASS [ 0.021s] oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
62482024-10-11T19:58:29.971Z PASS [ 0.027s] oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
62492024-10-11T19:58:29.977Z PASS [ 0.027s] oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
62502024-10-11T19:58:29.995Z PASS [ 0.024s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
62512024-10-11T19:58:30.000Z PASS [ 0.024s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
62522024-10-11T19:58:30.021Z PASS [ 0.025s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
62532024-10-11T19:58:30.027Z PASS [ 0.026s] oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
62542024-10-11T19:58:30.043Z PASS [ 0.023s] oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
62552024-10-11T19:58:30.052Z PASS [ 0.025s] oximeter-schema ir::tests::only_support_format_version_1
62562024-10-11T19:58:30.059Z PASS [ 0.017s] oximeter-schema ir::tests::validate_field_name_disallows_bad_names
62572024-10-11T19:58:30.069Z PASS [ 0.018s] oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
62582024-10-11T19:58:30.115Z PASS [ 1.558s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
62592024-10-11T19:58:30.131Z PASS [ 0.061s] oximeter-test-utils tests::test_sample_struct
62602024-10-11T19:58:30.136Z PASS [ 0.077s] oximeter-test-utils tests::test_gen_test_samples
62612024-10-11T19:58:30.144Z PASS [ 0.030s] oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
62622024-10-11T19:58:30.149Z PASS [ 0.019s] oximeter-test-utils tests::test_timeseries_schema_from_parts
62632024-10-11T19:58:30.155Z PASS [ 0.019s] oximeter-test-utils tests::test_timeseries_schema_from_sample
62642024-10-11T19:58:30.161Z PASS [ 0.019s] oximeter-types histogram::tests::test_bin_range
62652024-10-11T19:58:30.166Z PASS [ 0.017s] oximeter-types histogram::tests::test_bin_range_from
62662024-10-11T19:58:30.172Z PASS [ 0.016s] oximeter-types histogram::tests::test_bin_range_to
62672024-10-11T19:58:30.180Z PASS [ 0.018s] oximeter-types histogram::tests::test_empty_bins_not_supported
62682024-10-11T19:58:30.186Z PASS [ 0.019s] oximeter-types histogram::tests::test_ensure_finite
62692024-10-11T19:58:30.202Z PASS [ 0.029s] oximeter-types histogram::tests::test_histogram
62702024-10-11T19:58:30.213Z PASS [ 0.021s] oximeter-types histogram::tests::test_histogram_extreme_bins
62712024-10-11T19:58:30.218Z PASS [ 0.027s] oximeter-types histogram::tests::test_histogram_construct_with
62722024-10-11T19:58:30.221Z PASS [ 0.018s] oximeter-types histogram::tests::test_histogram_extreme_samples
62732024-10-11T19:58:30.224Z PASS [ 0.016s] oximeter-types histogram::tests::test_histogram_float_bins
62742024-10-11T19:58:30.229Z PASS [ 0.018s] oximeter-types histogram::tests::test_histogram_unbounded_samples
62752024-10-11T19:58:30.239Z PASS [ 0.020s] oximeter-types histogram::tests::test_histogram_unsorted_bins
62762024-10-11T19:58:30.250Z PASS [ 0.021s] oximeter-types histogram::tests::test_histogram_with_bins
62772024-10-11T19:58:30.250Z PASS [ 0.020s] oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins
62782024-10-11T19:58:30.255Z PASS [ 0.017s] oximeter-types histogram::tests::test_histogram_with_overlapping_bins
62792024-10-11T19:58:30.259Z PASS [ 0.016s] oximeter-types histogram::tests::test_log_bins_u64
62802024-10-11T19:58:30.269Z PASS [ 0.021s] oximeter-types histogram::tests::test_log_bins_u8
62812024-10-11T19:58:30.281Z PASS [ 0.021s] oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
62822024-10-11T19:58:30.289Z PASS [ 0.019s] oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
62832024-10-11T19:58:30.300Z PASS [ 0.043s] oximeter-types histogram::tests::test_log_linear_bins_all_representable
62842024-10-11T19:58:30.306Z PASS [ 0.024s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
62852024-10-11T19:58:30.312Z PASS [ 0.023s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
62862024-10-11T19:58:30.320Z PASS [ 0.020s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
62872024-10-11T19:58:30.326Z PASS [ 0.019s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
62882024-10-11T19:58:30.332Z PASS [ 0.018s] oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks
62892024-10-11T19:58:30.340Z PASS [ 0.021s] oximeter-types histogram::tests::test_log_linear_bins_small_bin_count
62902024-10-11T19:58:30.346Z PASS [ 0.021s] oximeter-types histogram::tests::test_span_decades
62912024-10-11T19:58:30.352Z PASS [ 0.021s] oximeter-types histogram::tests::test_span_decades_other_counts_f64
62922024-10-11T19:58:30.358Z PASS [ 0.018s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok
62932024-10-11T19:58:30.364Z PASS [ 0.018s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
62942024-10-11T19:58:30.369Z PASS [ 0.018s] oximeter-types quantile::tests::test_default_percentiles
62952024-10-11T19:58:30.376Z PASS [ 0.018s] oximeter-types quantile::tests::test_empty_observations
62962024-10-11T19:58:30.381Z PASS [ 0.018s] oximeter-types quantile::tests::test_find_cells
62972024-10-11T19:58:30.386Z PASS [ 0.017s] oximeter-types quantile::tests::test_float_observations
62982024-10-11T19:58:30.392Z PASS [ 0.017s] oximeter-types quantile::tests::test_integer_observations
62992024-10-11T19:58:30.398Z PASS [ 0.016s] oximeter-types quantile::tests::test_invalid_p_value
63002024-10-11T19:58:30.404Z PASS [ 0.017s] oximeter-types quantile::tests::test_max_p
63012024-10-11T19:58:30.411Z PASS [ 0.018s] oximeter-types quantile::tests::test_min_p
63022024-10-11T19:58:30.416Z PASS [ 0.019s] oximeter-types quantile::tests::test_non_filled_observations
63032024-10-11T19:58:30.429Z PASS [ 0.018s] oximeter-types schema::tests::test_field_schema_ordering
63042024-10-11T19:58:30.433Z PASS [ 0.031s] oximeter-types quantile::tests::test_rounding
63052024-10-11T19:58:30.452Z PASS [ 0.035s] oximeter-types schema::tests::test_timeseries_name
63062024-10-11T19:58:30.461Z PASS [ 0.029s] oximeter-types schema::tests::test_timeseries_name_from_str
63072024-10-11T19:58:30.463Z PASS [ 0.023s] oximeter-types traits::tests::test_metric_trait
63082024-10-11T19:58:30.475Z PASS [ 0.015s] oximeter-types traits::tests::test_target_trait
63092024-10-11T19:58:30.482Z PASS [ 0.018s] oximeter-types types::tests::test_cumulative_f64
63102024-10-11T19:58:30.487Z PASS [ 0.034s] oximeter-types traits::tests::test_producer_trait
63112024-10-11T19:58:30.493Z PASS [ 0.019s] oximeter-types types::tests::test_cumulative_i64
63122024-10-11T19:58:30.499Z PASS [ 0.019s] oximeter-types types::tests::test_datum
63132024-10-11T19:58:30.505Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string
63142024-10-11T19:58:30.515Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8
63152024-10-11T19:58:30.523Z PASS [ 0.021s] oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8
63162024-10-11T19:58:30.538Z PASS [ 0.022s] oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16
63172024-10-11T19:58:30.561Z PASS [ 0.032s] oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16
63182024-10-11T19:58:30.562Z PASS [ 0.033s] oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32
63192024-10-11T19:58:30.565Z PASS [ 0.032s] oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32
63202024-10-11T19:58:30.574Z PASS [ 0.024s] oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64
63212024-10-11T19:58:30.578Z PASS [ 0.023s] oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64
63222024-10-11T19:58:30.585Z PASS [ 0.024s] oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid
63232024-10-11T19:58:30.594Z PASS [ 0.025s] oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
63242024-10-11T19:58:30.602Z PASS [ 0.024s] oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
63252024-10-11T19:58:30.611Z PASS [ 0.025s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
63262024-10-11T19:58:30.618Z PASS [ 0.024s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
63272024-10-11T19:58:31.630Z PASS [ 0.023s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
63282024-10-11T19:58:31.633Z PASS [ 0.021s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
63292024-10-11T19:58:31.633Z PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
63302024-10-11T19:58:31.633Z PASS [ 0.023s] oximeter-types types::tests::test_measurement
63312024-10-11T19:58:31.633Z PASS [ 0.023s] oximeter-types types::tests::test_verify_field_names
63322024-10-11T19:58:31.633Z PASS [ 0.021s] oxlog tests::test_is_oxide_smf_log_file
63332024-10-11T19:58:31.633Z PASS [ 0.017s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
63342024-10-11T19:58:31.633Z PASS [ 0.016s] oxlog tests::test_sort_logs
63352024-10-11T19:58:31.633Z PASS [ 0.056s] oxql-types point::tests::test_cast_points_from_double
63362024-10-11T19:58:31.633Z PASS [ 0.061s] oxql-types point::tests::test_cast_points_from_bool
63372024-10-11T19:58:31.633Z PASS [ 0.061s] oxql-types point::tests::test_cast_points_from_double_distribution
63382024-10-11T19:58:31.633Z PASS [ 0.023s] oxql-types point::tests::test_cast_points_from_int_distribution
63392024-10-11T19:58:31.633Z PASS [ 0.027s] oxql-types point::tests::test_cast_points_from_integer
63402024-10-11T19:58:31.633Z PASS [ 0.040s] oxql-types point::tests::test_cast_points_from_string
63412024-10-11T19:58:31.634Z PASS [ 0.026s] oxql-types point::tests::test_point_delta_between
63422024-10-11T19:58:31.634Z PASS [ 0.037s] oxql-types point::tests::test_join_point_arrays
63432024-10-11T19:58:31.634Z PASS [ 0.024s] oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
63442024-10-11T19:58:31.634Z PASS [ 0.024s] oxql-types point::tests::test_point_delta_between_with_new_epoch
63452024-10-11T19:58:31.634Z PASS [ 0.024s] oxql-types point::tests::test_push_concrete_values
63462024-10-11T19:58:31.634Z PASS [ 0.025s] oxql-types point::tests::test_sub_between_histogram_distributions
63472024-10-11T19:58:31.634Z PASS [ 0.612s] reconfigurator-cli::test_basic test_example
63482024-10-11T19:58:31.634Z PASS [ 0.630s] reconfigurator-cli::test_basic test_basic
63492024-10-11T19:58:31.634Z PASS [ 0.115s] sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion
63502024-10-11T19:58:31.634Z PASS [ 0.122s] sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion
63512024-10-11T19:58:31.634Z PASS [ 0.057s] sled-agent-types rack_init::tests::parse_rack_initialization
63522024-10-11T19:58:31.634Z PASS [ 0.057s] sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash
63532024-10-11T19:58:31.639Z PASS [ 0.017s] sled-agent-types rack_init::tests::test_subnets
63542024-10-11T19:58:31.654Z PASS [ 0.041s] sled-agent-types rack_init::tests::test_extra_certs
63552024-10-11T19:58:31.677Z PASS [ 0.040s] sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
63562024-10-11T19:58:31.682Z PASS [ 0.030s] sled-agent-types sled::tests::serialize_start_sled_agent_v0_deserialize_v1
63572024-10-11T19:58:31.716Z PASS [ 0.037s] sled-agent-types zone_bundle::tests::test_compare_bundles
63582024-10-11T19:58:31.721Z PASS [ 0.038s] sled-agent-types zone_bundle::tests::test_priority_dimension
63592024-10-11T19:58:31.736Z PASS [ 0.023s] sled-agent-types zone_bundle::tests::test_sort_zone_bundle_cause
63602024-10-11T19:58:31.741Z PASS [ 0.022s] sled-agent-types zone_bundle::tests::test_storage_limit_bytes_available
63612024-10-11T19:58:31.771Z PASS [ 0.034s] sled-hardware disk::test::test_disk_paths
63622024-10-11T19:58:31.776Z PASS [ 0.035s] sled-hardware disk::test::test_partition_device_paths
63632024-10-11T19:58:31.851Z PASS [ 0.069s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
63642024-10-11T19:58:31.852Z PASS [ 0.076s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
63652024-10-11T19:58:31.863Z PASS [ 0.018s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
63662024-10-11T19:58:31.868Z PASS [ 0.018s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
63672024-10-11T19:58:31.891Z PASS [ 0.021s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
63682024-10-11T19:58:31.914Z PASS [ 0.023s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
63692024-10-11T19:58:31.919Z PASS [ 0.055s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
63702024-10-11T19:58:31.941Z PASS [ 0.026s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
63712024-10-11T19:58:32.002Z PASS [ 0.081s] sled-storage dataset::test::serialize_dataset_name
63722024-10-11T19:58:32.035Z PASS [ 0.091s] sled-storage manager::test::test_datasets_schema
63732024-10-11T19:58:32.035Z PASS [ 0.029s] sled-storage manager::test::test_omicron_physical_disks_schema
63742024-10-11T19:58:32.688Z PASS [ 3.103s] oximeter-producer tests::test_producer_registration_task
63752024-10-11T19:58:32.727Z PASS [ 0.039s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification
63762024-10-11T19:58:33.146Z PASS [ 1.108s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool
63772024-10-11T19:58:34.011Z PASS [ 1.980s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager
63782024-10-11T19:58:34.052Z PASS [ 0.042s] sled-storage manager::tests::ensure_using_exactly_these_disks
63792024-10-11T19:58:35.416Z PASS [ 2.268s] sled-storage manager::tests::ensure_datasets
63802024-10-11T19:58:36.049Z PASS [ 3.316s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready
63812024-10-11T19:58:36.364Z PASS [ 2.306s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2
63822024-10-11T19:58:37.488Z PASS [ 1.445s] sled-storage manager::tests::update_rawdisk_firmware
63832024-10-11T19:58:38.305Z PASS [ 32.141s] omicron-sled-agent nexus::test::nexus_self_notification_test
63842024-10-11T19:58:38.879Z PASS [ 3.464s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
63852024-10-11T19:58:38.966Z PASS [ 2.606s] sled-storage manager::tests::upsert_filesystem
63862024-10-11T19:58:39.241Z PASS [ 1.751s] sled-storage manager::tests::wait_for_boot_disk
63872024-10-11T19:58:39.290Z PASS [ 0.049s] tufaceous-lib archive::tests::test_validate_path
63882024-10-11T19:58:39.408Z PASS [ 0.115s] tufaceous-lib assemble::manifest::tests::fake_roundtrip
63892024-10-11T19:58:39.453Z PASS [ 0.050s] tufaceous-lib key::tests::test_from_str
63902024-10-11T19:58:39.525Z PASS [ 0.645s] tufaceous::integration-tests command_tests::test_init_and_add
63912024-10-11T19:58:39.633Z PASS [ 0.177s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
63922024-10-11T19:58:39.830Z PASS [ 0.862s] tufaceous::manifest-tests check_manifest::fake.toml
63932024-10-11T19:58:39.853Z PASS [ 1.548s] tufaceous::integration-tests command_tests::test_assemble_fake
63942024-10-11T19:58:39.924Z PASS [ 0.096s] update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
63952024-10-11T19:58:39.950Z PASS [ 0.098s] update-common artifacts::update_plan::tests::test_bad_rot_versions
63962024-10-11T19:58:40.011Z PASS [ 0.085s] update-common artifacts::update_plan::tests::test_multi_rot_version
63972024-10-11T19:58:40.028Z PASS [ 0.078s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
63982024-10-11T19:58:40.287Z PASS [ 0.260s] update-engine display::group_display::tests::test_stats
63992024-10-11T19:58:40.309Z PASS [ 0.025s] update-engine display::line_display_shared::tests::test_format_progress_counter
64002024-10-11T19:58:40.339Z PASS [ 0.028s] update-engine display::line_display_shared::tests::test_start_line
64012024-10-11T19:58:40.370Z PASS [ 0.032s] update-engine engine::tests::error_exits_early
64022024-10-11T19:58:40.418Z PASS [ 0.046s] update-engine events::tests::progress_event_parse_unknown
64032024-10-11T19:58:40.457Z PASS [ 0.445s] update-engine buffer::tests::test_buffer
64042024-10-11T19:58:40.464Z PASS [ 0.047s] update-engine events::tests::step_event_parse_unknown
64052024-10-11T19:58:40.489Z PASS [ 0.032s] update-engine spec::tests::test_merge_anyhow_list
64062024-10-11T19:58:40.530Z PASS [ 0.042s] wicket state::inventory::tests::component_id_display
64072024-10-11T19:58:40.623Z PASS [ 1.100s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
64082024-10-11T19:58:40.685Z PASS [ 0.219s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
64092024-10-11T19:58:40.735Z PASS [ 0.109s] wicket-common rack_setup::tests::roundtrip_import_export_policy
64102024-10-11T19:58:40.809Z PASS [ 0.125s] wicketd installinator_progress::tests::test_states
64112024-10-11T19:58:40.841Z PASS [ 0.107s] wicketd rss_config::tests::test_bgp_auth_key_states
64122024-10-11T19:58:41.065Z PASS [ 0.535s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
64132024-10-11T19:58:42.225Z PASS [ 1.416s] wicketd::mod integration_tests::inventory::test_inventory
64142024-10-11T19:58:43.005Z PASS [ 1.948s] wicketd::mod integration_tests::updates::test_update_races
64152024-10-11T19:58:43.367Z PASS [ 3.744s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
64162024-10-11T19:58:44.716Z PASS [ 2.500s] wicketd::mod integration_tests::updates::test_updates
64172024-10-11T19:58:44.823Z PASS [ 3.991s] wicketd::mod integration_tests::updates::test_installinator_fetch
64182024-10-11T19:58:45.528Z PASS [ 16.501s] oximeter-db::integration_test test_schemas_disjoint
64192024-10-11T19:58:48.269Z PASS [ 17.465s] reconfigurator-cli::test_basic test_blueprint_edit
64202024-10-11T19:58:50.528Z PASS [ 21.506s] oximeter-db::integration_test test_cluster
64212024-10-11T19:59:18.899Z SLOW [> 60.000s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
64222024-10-11T19:59:19.745Z PASS [ 60.847s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
64232024-10-11T19:59:22.476Z PASS [ 2.732s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
64242024-10-11T19:59:39.324Z PASS [ 16.849s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
64252024-10-11T19:59:59.376Z PASS [ 20.052s] oximeter-db client::tests::test_expunge_timeseries_by_name_replicated
64262024-10-11T20:00:59.374Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
64272024-10-11T20:01:59.373Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
64282024-10-11T20:02:59.373Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
64292024-10-11T20:03:59.371Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
64302024-10-11T20:04:59.369Z SLOW [>300.000s] oximeter-db client::tests::test_replicated
64312024-10-11T20:05:48.795Z PASS [ 349.437s] oximeter-db client::tests::test_replicated
64322024-10-11T20:05:48.799Z------------
64332024-10-11T20:05:48.799Z Summary [2641.200s] 1630 tests run: 1630 passed (23 slow, 1 leaky), 4 skipped
64342024-10-11T20:05:48.829Z
64352024-10-11T20:05:48.832Zreal 44:23.408900300
64362024-10-11T20:05:48.832Zuser 3:36:15.728930159
64372024-10-11T20:05:48.832Zsys 44:08.771497159
64382024-10-11T20:05:48.832Ztrap 3:18.699173005
64392024-10-11T20:05:48.832Ztflt 34.192322496
64402024-10-11T20:05:48.832Zdflt 2:01.101706155
64412024-10-11T20:05:48.832Zkflt 0.492092522
64422024-10-11T20:05:48.832Zlock 1262:37:19.112733033
64432024-10-11T20:05:48.832Zslp 62:36:07.064473282
64442024-10-11T20:05:48.832Zlat 3:32:24.116638135
64452024-10-11T20:05:48.832Zstop 49:21.611264068
64462024-10-11T20:05:48.832Z+ banner doctest
64472024-10-11T20:05:48.836Z
64482024-10-11T20:05:48.836Z ##### #### #### ##### ###### #### #####
64492024-10-11T20:05:48.836Z # # # # # # # # # #
64502024-10-11T20:05:48.836Z # # # # # # ##### #### #
64512024-10-11T20:05:48.836Z # # # # # # # # #
64522024-10-11T20:05:48.836Z # # # # # # # # # # #
64532024-10-11T20:05:48.836Z ##### #### #### # ###### #### #
64542024-10-11T20:05:48.836Z
64552024-10-11T20:05:48.837Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
64562024-10-11T20:05:50.377Z Fresh unicode-ident v1.0.13
64572024-10-11T20:05:50.377Z Fresh cfg-if v1.0.0
64582024-10-11T20:05:50.381Z Fresh version_check v0.9.5
64592024-10-11T20:05:50.381Z Fresh autocfg v1.3.0
64602024-10-11T20:05:50.381Z Fresh once_cell v1.19.0
64612024-10-11T20:05:50.381Z Fresh proc-macro2 v1.0.86
64622024-10-11T20:05:50.381Z Fresh memchr v2.7.2
64632024-10-11T20:05:50.381Z Fresh value-bag v1.9.0
64642024-10-11T20:05:50.381Z Fresh byteorder v1.5.0
64652024-10-11T20:05:50.381Z Fresh scopeguard v1.2.0
64662024-10-11T20:05:50.381Z Fresh quote v1.0.37
64672024-10-11T20:05:50.381Z Fresh libc v0.2.159
64682024-10-11T20:05:50.381Z Fresh log v0.4.22
64692024-10-11T20:05:50.381Z Fresh itoa v1.0.11
64702024-10-11T20:05:50.381Z Fresh smallvec v1.13.2
64712024-10-11T20:05:50.381Z Fresh pin-project-lite v0.2.14
64722024-10-11T20:05:50.381Z Fresh subtle v2.5.0
64732024-10-11T20:05:50.381Z Fresh syn v2.0.79
64742024-10-11T20:05:50.381Z Fresh getrandom v0.2.14
64752024-10-11T20:05:50.381Z Fresh lock_api v0.4.12
64762024-10-11T20:05:50.381Z Fresh jobserver v0.1.32
64772024-10-11T20:05:50.381Z Fresh serde_derive v1.0.210
64782024-10-11T20:05:50.381Z Fresh zeroize_derive v1.4.2
64792024-10-11T20:05:50.381Z Fresh rand_core v0.6.4
64802024-10-11T20:05:50.381Z Fresh zerocopy-derive v0.7.34
64812024-10-11T20:05:50.381Z Fresh cc v1.0.97
64822024-10-11T20:05:50.381Z Fresh serde v1.0.210
64832024-10-11T20:05:50.381Z Fresh zeroize v1.8.1
64842024-10-11T20:05:50.381Z Fresh zerocopy v0.7.34
64852024-10-11T20:05:50.381Z Fresh parking_lot_core v0.9.10
64862024-10-11T20:05:50.381Z Fresh thiserror-impl v1.0.64
64872024-10-11T20:05:50.382Z Fresh allocator-api2 v0.2.18
64882024-10-11T20:05:50.382Z Fresh bytes v1.7.2
64892024-10-11T20:05:50.382Z Fresh ahash v0.8.11
64902024-10-11T20:05:50.382Z Fresh parking_lot v0.12.2
64912024-10-11T20:05:50.382Z Fresh thiserror v1.0.64
64922024-10-11T20:05:50.382Z Fresh typenum v1.17.0
64932024-10-11T20:05:50.384Z Fresh bitflags v2.6.0
64942024-10-11T20:05:50.384Z Fresh futures-core v0.3.31
64952024-10-11T20:05:50.384Z Fresh hashbrown v0.14.5
64962024-10-11T20:05:50.384Z Fresh generic-array v0.14.7
64972024-10-11T20:05:50.385Z Fresh signal-hook-registry v1.4.2
64982024-10-11T20:05:50.385Z Fresh ryu v1.0.18
64992024-10-11T20:05:50.385Z Fresh mio v1.0.2
65002024-10-11T20:05:50.385Z Fresh crypto-common v0.1.6
65012024-10-11T20:05:50.385Z Fresh spin v0.9.8
65022024-10-11T20:05:50.385Z Fresh equivalent v1.0.1
65032024-10-11T20:05:50.385Z Fresh fnv v1.0.7
65042024-10-11T20:05:50.385Z Fresh tokio-macros v2.4.0
65052024-10-11T20:05:50.385Z Fresh libm v0.2.8
65062024-10-11T20:05:50.385Z Fresh serde_json v1.0.128
65072024-10-11T20:05:50.385Z Fresh indexmap v2.5.0
65082024-10-11T20:05:50.385Z Fresh socket2 v0.5.7
65092024-10-11T20:05:50.385Z Fresh futures-io v0.3.31
65102024-10-11T20:05:50.385Z Fresh const-oid v0.9.6
65112024-10-11T20:05:50.385Z Fresh futures-sink v0.3.31
65122024-10-11T20:05:50.385Z Fresh num-traits v0.2.19
65132024-10-11T20:05:50.385Z Fresh tokio v1.39.3
65142024-10-11T20:05:50.385Z Fresh block-buffer v0.10.4
65152024-10-11T20:05:50.385Z Fresh pkg-config v0.3.30
65162024-10-11T20:05:50.385Z Fresh pin-utils v0.1.0
65172024-10-11T20:05:50.385Z Fresh cpufeatures v0.2.12
65182024-10-11T20:05:50.385Z Fresh futures-channel v0.3.31
65192024-10-11T20:05:50.385Z Fresh slab v0.4.9
65202024-10-11T20:05:50.385Z Fresh digest v0.10.7
65212024-10-11T20:05:50.385Z Fresh futures-macro v0.3.31
65222024-10-11T20:05:50.385Z Fresh regex-syntax v0.8.4
65232024-10-11T20:05:50.385Z Fresh futures-task v0.3.31
65242024-10-11T20:05:50.385Z Fresh aho-corasick v1.1.3
65252024-10-11T20:05:50.385Z Fresh errno v0.3.9
65262024-10-11T20:05:50.385Z Fresh futures-util v0.3.31
65272024-10-11T20:05:50.385Z Fresh regex-automata v0.4.6
65282024-10-11T20:05:50.385Z Fresh tracing-attributes v0.1.27
65292024-10-11T20:05:50.385Z Fresh tracing-core v0.1.32
65302024-10-11T20:05:50.385Z Fresh tinyvec_macros v0.1.1
65312024-10-11T20:05:50.385Z Fresh rustix v0.38.37
65322024-10-11T20:05:50.385Z Fresh tracing v0.1.40
65332024-10-11T20:05:50.386Z Fresh tinyvec v1.6.0
65342024-10-11T20:05:50.386Z Fresh iana-time-zone v0.1.60
65352024-10-11T20:05:50.386Z Fresh unicode-bidi v0.3.15
65362024-10-11T20:05:50.386Z Fresh uuid v1.10.0
65372024-10-11T20:05:50.386Z Fresh semver v1.0.23
65382024-10-11T20:05:50.386Z Fresh unicode-normalization v0.1.23
65392024-10-11T20:05:50.386Z Fresh chrono v0.4.38
65402024-10-11T20:05:50.386Z Fresh syn v1.0.109
65412024-10-11T20:05:50.386Z Fresh heck v0.5.0
65422024-10-11T20:05:50.386Z Fresh regex v1.10.6
65432024-10-11T20:05:50.386Z Fresh percent-encoding v2.3.1
65442024-10-11T20:05:50.386Z Fresh ppv-lite86 v0.2.17
65452024-10-11T20:05:50.386Z Fresh vcpkg v0.2.15
65462024-10-11T20:05:50.386Z Fresh form_urlencoded v1.2.1
65472024-10-11T20:05:50.386Z Fresh rand_chacha v0.3.1
65482024-10-11T20:05:50.386Z Fresh serde_derive_internals v0.29.1
65492024-10-11T20:05:50.386Z Fresh dyn-clone v1.0.17
65502024-10-11T20:05:50.386Z Fresh http v1.1.0
65512024-10-11T20:05:50.386Z Fresh rand v0.8.5
65522024-10-11T20:05:50.392Z Fresh schemars_derive v0.8.21
65532024-10-11T20:05:50.392Z Fresh block-padding v0.3.3
65542024-10-11T20:05:50.392Z Fresh idna v0.5.0
65552024-10-11T20:05:50.392Z Fresh tokio-util v0.7.12
65562024-10-11T20:05:50.392Z Fresh crossbeam-utils v0.8.19
65572024-10-11T20:05:50.392Z Fresh schemars v0.8.21
65582024-10-11T20:05:50.392Z Fresh inout v0.1.3
65592024-10-11T20:05:50.392Z Fresh url v2.5.2
65602024-10-11T20:05:50.392Z Fresh either v1.13.0
65612024-10-11T20:05:50.392Z Fresh lazy_static v1.5.0
65622024-10-11T20:05:50.392Z Fresh cipher v0.4.4
65632024-10-11T20:05:50.392Z Fresh toml_datetime v0.6.8
65642024-10-11T20:05:50.392Z Fresh num-conv v0.1.0
65652024-10-11T20:05:50.392Z Fresh powerfmt v0.2.0
65662024-10-11T20:05:50.392Z Fresh atomic-waker v1.1.2
65672024-10-11T20:05:50.392Z Fresh untrusted v0.9.0
65682024-10-11T20:05:50.392Z Fresh time-core v0.1.2
65692024-10-11T20:05:50.392Z Fresh httparse v1.8.0
65702024-10-11T20:05:50.392Z Fresh base64ct v1.6.0
65712024-10-11T20:05:50.392Z Fresh deranged v0.3.11
65722024-10-11T20:05:50.392Z Fresh time-macros v0.2.18
65732024-10-11T20:05:50.392Z Fresh ring v0.17.8
65742024-10-11T20:05:50.392Z Fresh hmac v0.12.1
65752024-10-11T20:05:50.392Z Fresh num_threads v0.1.7
65762024-10-11T20:05:50.392Z Fresh sha2 v0.10.8
65772024-10-11T20:05:50.392Z Fresh time v0.3.36
65782024-10-11T20:05:50.392Z Fresh base64 v0.22.1
65792024-10-11T20:05:50.392Z Fresh try-lock v0.2.5
65802024-10-11T20:05:50.392Z Fresh strsim v0.11.1
65812024-10-11T20:05:50.392Z Fresh httpdate v1.0.3
65822024-10-11T20:05:50.392Z Fresh serde_spanned v0.6.7
65832024-10-11T20:05:50.392Z Fresh rustls-pki-types v1.7.0
65842024-10-11T20:05:50.392Z Fresh pem-rfc7468 v0.7.0
65852024-10-11T20:05:50.392Z Fresh want v0.3.1
65862024-10-11T20:05:50.392Z Fresh http-body v1.0.0
65872024-10-11T20:05:50.393Z Fresh tower-service v0.3.2
65882024-10-11T20:05:50.393Z Fresh h2 v0.4.6
65892024-10-11T20:05:50.393Z Fresh serde_tokenstream v0.2.2
65902024-10-11T20:05:50.393Z Fresh der_derive v0.7.2
65912024-10-11T20:05:50.393Z Fresh async-trait v0.1.83
65922024-10-11T20:05:50.393Z Fresh flagset v0.4.5
65932024-10-11T20:05:50.393Z Fresh gimli v0.28.1
65942024-10-11T20:05:50.393Z Fresh adler v1.0.2
65952024-10-11T20:05:50.393Z Fresh hyper v1.4.1
65962024-10-11T20:05:50.393Z Fresh slog v2.7.0
65972024-10-11T20:05:50.393Z Fresh der v0.7.9
65982024-10-11T20:05:50.393Z Fresh rustversion v1.0.17
65992024-10-11T20:05:50.393Z Fresh addr2line v0.21.0
66002024-10-11T20:05:50.393Z Fresh miniz_oxide v0.7.2
66012024-10-11T20:05:50.393Z Fresh rustls-webpki v0.102.4
66022024-10-11T20:05:50.393Z Fresh pbkdf2 v0.12.2
66032024-10-11T20:05:50.393Z Fresh aes v0.8.4
66042024-10-11T20:05:50.393Z Fresh rustc_version v0.4.0
66052024-10-11T20:05:50.393Z Fresh object v0.32.2
66062024-10-11T20:05:50.393Z Fresh mime v0.3.17
66072024-10-11T20:05:50.393Z Fresh rustc-demangle v0.1.24
66082024-10-11T20:05:50.393Z Fresh spki v0.7.3
66092024-10-11T20:05:50.393Z Fresh backtrace v0.3.71
66102024-10-11T20:05:50.393Z Fresh cbc v0.1.2
66112024-10-11T20:05:50.393Z Fresh salsa20 v0.10.2
66122024-10-11T20:05:50.393Z Fresh ipnet v2.10.1
66132024-10-11T20:05:50.393Z Fresh heck v0.4.1
66142024-10-11T20:05:50.393Z Fresh winnow v0.5.40
66152024-10-11T20:05:50.393Z Fresh scrypt v0.11.0
66162024-10-11T20:05:50.393Z Fresh anyhow v1.0.89
66172024-10-11T20:05:50.393Z Fresh hyper-util v0.1.9
66182024-10-11T20:05:50.393Z Fresh futures-executor v0.3.31
66192024-10-11T20:05:50.393Z Fresh http-body-util v0.1.2
66202024-10-11T20:05:50.393Z Fresh serde_urlencoded v0.7.1
66212024-10-11T20:05:50.393Z Fresh encoding_rs v0.8.34
66222024-10-11T20:05:50.393Z Fresh foreign-types-shared v0.1.1
66232024-10-11T20:05:50.393Z Fresh pkcs5 v0.7.1
66242024-10-11T20:05:50.393Z Fresh futures v0.3.31
66252024-10-11T20:05:50.394Z Fresh openssl-probe v0.1.5
66262024-10-11T20:05:50.394Z Fresh foreign-types v0.3.2
66272024-10-11T20:05:50.394Z Fresh openssl-sys v0.9.103
66282024-10-11T20:05:50.394Z Fresh rustls-pemfile v2.1.3
66292024-10-11T20:05:50.394Z Fresh openssl-macros v0.1.1
66302024-10-11T20:05:50.394Z Fresh pkcs8 v0.10.2
66312024-10-11T20:05:50.394Z Fresh utf8parse v0.2.1
66322024-10-11T20:05:50.394Z Fresh toml_edit v0.19.15
66332024-10-11T20:05:50.394Z Fresh unicode-width v0.1.13
66342024-10-11T20:05:50.394Z Fresh data-encoding v2.6.0
66352024-10-11T20:05:50.394Z Fresh openssl v0.10.66
66362024-10-11T20:05:50.394Z Fresh openapiv3 v2.0.0
66372024-10-11T20:05:50.394Z Fresh anstyle v1.0.8
66382024-10-11T20:05:50.394Z Fresh idna v0.3.0
66392024-10-11T20:05:50.394Z Fresh ucd-trie v0.1.6
66402024-10-11T20:05:50.394Z Fresh rustls v0.23.10
66412024-10-11T20:05:50.394Z Fresh native-tls v0.2.11
66422024-10-11T20:05:50.394Z Fresh psl-types v2.0.11
66432024-10-11T20:05:50.394Z Fresh pest v2.7.10
66442024-10-11T20:05:50.394Z Fresh webpki-roots v0.26.3
66452024-10-11T20:05:50.394Z Fresh sha1 v0.10.6
66462024-10-11T20:05:50.394Z Fresh signature v2.2.0
66472024-10-11T20:05:50.394Z Fresh tokio-rustls v0.26.0
66482024-10-11T20:05:50.394Z Fresh tokio-native-tls v0.3.1
66492024-10-11T20:05:50.394Z Fresh cookie v0.18.1
66502024-10-11T20:05:50.394Z Fresh publicsuffix v2.2.3
66512024-10-11T20:05:50.394Z Fresh pest_meta v2.7.10
66522024-10-11T20:05:50.398Z Fresh anstyle-parse v0.2.4
66532024-10-11T20:05:50.398Z Fresh sync_wrapper v1.0.1
66542024-10-11T20:05:50.398Z Fresh scroll_derive v0.12.0
66552024-10-11T20:05:50.398Z Fresh cookie_store v0.21.0
66562024-10-11T20:05:50.398Z Fresh hyper-rustls v0.27.3
66572024-10-11T20:05:50.398Z Fresh hyper-tls v0.6.0
66582024-10-11T20:05:50.398Z Fresh colorchoice v1.0.1
66592024-10-11T20:05:50.398Z Fresh is_terminal_polyfill v1.70.0
66602024-10-11T20:05:50.398Z Fresh anstyle-query v1.0.3
66612024-10-11T20:05:50.398Z Fresh pest_generator v2.7.10
66622024-10-11T20:05:50.398Z Fresh scroll v0.12.0
66632024-10-11T20:05:50.398Z Fresh reqwest v0.12.7
66642024-10-11T20:05:50.398Z Fresh anstream v0.6.14
66652024-10-11T20:05:50.398Z Fresh terminal_size v0.4.0
66662024-10-11T20:05:50.398Z Fresh plain v0.2.3
66672024-10-11T20:05:50.398Z Fresh winnow v0.6.18
66682024-10-11T20:05:50.398Z Fresh unicode-segmentation v1.11.0
66692024-10-11T20:05:50.399Z Fresh clap_lex v0.7.0
66702024-10-11T20:05:50.399Z Fresh base16ct v0.2.0
66712024-10-11T20:05:50.399Z Fresh goblin v0.8.2
66722024-10-11T20:05:50.399Z Fresh clap_builder v4.5.20
66732024-10-11T20:05:50.399Z Fresh pest_derive v2.7.10
66742024-10-11T20:05:50.399Z Fresh clap_derive v4.5.18
66752024-10-11T20:05:50.399Z Fresh num-integer v0.1.46
66762024-10-11T20:05:50.399Z Fresh ff v0.13.0
66772024-10-11T20:05:50.399Z Fresh sec1 v0.7.3
66782024-10-11T20:05:50.399Z Fresh pretty-hex v0.4.1
66792024-10-11T20:05:50.399Z Fresh clap v4.5.20
66802024-10-11T20:05:50.399Z Fresh crc32fast v1.4.0
66812024-10-11T20:05:50.399Z Fresh dtrace-parser v0.2.0
66822024-10-11T20:05:50.399Z Fresh group v0.13.0
66832024-10-11T20:05:50.399Z Fresh hkdf v0.12.4
66842024-10-11T20:05:50.399Z Fresh dof v0.3.0
66852024-10-11T20:05:50.399Z Fresh crossbeam-epoch v0.9.18
66862024-10-11T20:05:50.399Z Fresh crypto-bigint v0.5.5
66872024-10-11T20:05:50.399Z Fresh thread-id v4.2.1
66882024-10-11T20:05:50.399Z Fresh siphasher v0.3.11
66892024-10-11T20:05:50.399Z Fresh bitflags v1.3.2
66902024-10-11T20:05:50.399Z Fresh static_assertions v1.1.0
66912024-10-11T20:05:50.399Z Fresh usdt-impl v0.5.0
66922024-10-11T20:05:50.399Z Fresh elliptic-curve v0.13.8
66932024-10-11T20:05:50.399Z Fresh toml_edit v0.22.22
66942024-10-11T20:05:50.399Z Fresh itertools v0.10.5
66952024-10-11T20:05:50.399Z Fresh hex v0.4.3
66962024-10-11T20:05:50.399Z Fresh bit-vec v0.6.3
66972024-10-11T20:05:50.399Z Fresh stable_deref_trait v1.2.0
66982024-10-11T20:05:50.399Z Fresh adler2 v2.0.0
66992024-10-11T20:05:50.399Z Fresh bit-set v0.5.3
67002024-10-11T20:05:50.399Z Fresh miniz_oxide v0.8.0
67012024-10-11T20:05:50.399Z Fresh crossbeam-deque v0.8.5
67022024-10-11T20:05:50.399Z Fresh num-iter v0.1.45
67032024-10-11T20:05:50.399Z Fresh flate2 v1.0.34
67042024-10-11T20:05:50.399Z Fresh usdt-macro v0.5.0
67052024-10-11T20:05:50.399Z Fresh usdt-attr-macro v0.5.0
67062024-10-11T20:05:50.399Z Fresh toml v0.7.8
67072024-10-11T20:05:50.399Z Fresh rayon-core v1.12.1
67082024-10-11T20:05:50.400Z Fresh rfc6979 v0.4.0
67092024-10-11T20:05:50.400Z Fresh itertools v0.12.1
67102024-10-11T20:05:50.400Z Fresh bstr v1.9.1
67112024-10-11T20:05:50.400Z Fresh curve25519-dalek-derive v0.1.1
67122024-10-11T20:05:50.400Z Fresh zerocopy-derive v0.6.6
67132024-10-11T20:05:50.400Z Fresh memmap v0.7.0
67142024-10-11T20:05:50.400Z Fresh managed v0.8.0
67152024-10-11T20:05:50.400Z Fresh fixedbitset v0.4.2
67162024-10-11T20:05:50.400Z Fresh curve25519-dalek v4.1.3
67172024-10-11T20:05:50.400Z Fresh zerocopy v0.6.6
67182024-10-11T20:05:50.400Z Fresh rayon v1.10.0
67192024-10-11T20:05:50.400Z Fresh ecdsa v0.16.9
67202024-10-11T20:05:50.400Z Fresh usdt v0.5.0
67212024-10-11T20:05:50.400Z Fresh signal-hook v0.3.17
67222024-10-11T20:05:50.400Z Fresh num-bigint-dig v0.8.4
67232024-10-11T20:05:50.400Z Fresh petgraph v0.6.5
67242024-10-11T20:05:50.400Z Fresh phf_shared v0.10.0
67252024-10-11T20:05:50.400Z Fresh pkcs1 v0.7.5
67262024-10-11T20:05:50.400Z Fresh precomputed-hash v0.1.1
67272024-10-11T20:05:50.400Z Fresh unicode-xid v0.2.4
67282024-10-11T20:05:50.400Z Fresh minimal-lexical v0.2.1
67292024-10-11T20:05:50.400Z Fresh new_debug_unreachable v1.0.6
67302024-10-11T20:05:50.400Z Fresh ed25519 v2.2.3
67312024-10-11T20:05:50.400Z Fresh rsa v0.9.6
67322024-10-11T20:05:50.400Z Fresh nom v7.1.3
67332024-10-11T20:05:50.400Z Fresh string_cache v0.8.7
67342024-10-11T20:05:50.400Z Fresh hubpack_derive v0.1.1
67352024-10-11T20:05:50.400Z Fresh mio v0.8.11
67362024-10-11T20:05:50.400Z Fresh ed25519-dalek v2.1.1
67372024-10-11T20:05:50.400Z Fresh enum-as-inner v0.6.0
67382024-10-11T20:05:50.400Z Fresh signal-hook-mio v0.2.4
67392024-10-11T20:05:50.400Z Fresh hubpack v0.1.2
67402024-10-11T20:05:50.400Z Fresh x509-cert v0.2.5
67412024-10-11T20:05:50.400Z Fresh idna v0.4.0
67422024-10-11T20:05:50.400Z Fresh lalrpop-util v0.19.12
67432024-10-11T20:05:50.400Z Fresh console v0.15.8
67442024-10-11T20:05:50.400Z Fresh hash32 v0.2.1
67452024-10-11T20:05:50.400Z Fresh hickory-proto v0.24.1
67462024-10-11T20:05:50.400Z Fresh finl_unicode v1.2.0
67472024-10-11T20:05:50.400Z Fresh predicates-core v1.0.6
67482024-10-11T20:05:50.401Z Fresh heapless v0.7.17
67492024-10-11T20:05:50.401Z Fresh similar v2.6.0
67502024-10-11T20:05:50.401Z Fresh tokio-stream v0.1.16
67512024-10-11T20:05:50.401Z Fresh stringprep v0.1.4
67522024-10-11T20:05:50.405Z Fresh md-5 v0.10.6
67532024-10-11T20:05:50.406Z Fresh float-cmp v0.9.0
67542024-10-11T20:05:50.406Z Fresh normalize-line-endings v0.3.0
67552024-10-11T20:05:50.406Z Fresh difflib v0.4.0
67562024-10-11T20:05:50.406Z Fresh fallible-iterator v0.2.0
67572024-10-11T20:05:50.406Z Fresh predicates v3.1.2
67582024-10-11T20:05:50.406Z Fresh postgres-protocol v0.6.7
67592024-10-11T20:05:50.406Z Fresh portable-atomic v1.6.0
67602024-10-11T20:05:50.406Z Fresh smoltcp v0.9.1
67612024-10-11T20:05:50.406Z Fresh phf_shared v0.11.2
67622024-10-11T20:05:50.406Z Fresh strum_macros v0.25.3
67632024-10-11T20:05:50.406Z Fresh serde-big-array v0.5.1
67642024-10-11T20:05:50.406Z Fresh serde_repr v0.1.19
67652024-10-11T20:05:50.406Z Fresh number_prefix v0.4.0
67662024-10-11T20:05:50.406Z Fresh peg-runtime v0.8.3
67672024-10-11T20:05:50.406Z Fresh postgres-types v0.2.8
67682024-10-11T20:05:50.406Z Fresh phf v0.11.2
67692024-10-11T20:05:50.406Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
67702024-10-11T20:05:50.406Z Fresh whoami v1.5.2
67712024-10-11T20:05:50.406Z Fresh indicatif v0.17.8
67722024-10-11T20:05:50.406Z Fresh tokio-postgres v0.7.12
67732024-10-11T20:05:50.406Z Fresh regress v0.10.1
67742024-10-11T20:05:50.406Z Fresh is-terminal v0.4.12
67752024-10-11T20:05:50.406Z Fresh unsafe-libyaml v0.2.11
67762024-10-11T20:05:50.406Z Fresh ident_case v1.0.1
67772024-10-11T20:05:50.406Z Fresh fs-err v2.11.0
67782024-10-11T20:05:50.406Z Fresh camino v1.1.9
67792024-10-11T20:05:50.406Z Fresh typify-impl v0.2.0
67802024-10-11T20:05:50.406Z Fresh serde_yaml v0.9.34+deprecated
67812024-10-11T20:05:50.406Z Fresh fastrand v2.1.1
67822024-10-11T20:05:50.406Z Fresh darling_core v0.20.9
67832024-10-11T20:05:50.406Z Fresh progenitor-client v0.8.0
67842024-10-11T20:05:50.406Z Fresh dirs-sys-next v0.1.2
67852024-10-11T20:05:50.406Z Fresh typify-macro v0.2.0
67862024-10-11T20:05:50.406Z Fresh darling_macro v0.20.9
67872024-10-11T20:05:50.406Z Fresh dirs-next v2.0.0
67882024-10-11T20:05:50.406Z Fresh toml v0.8.19
67892024-10-11T20:05:50.407Z Fresh crossbeam-channel v0.5.12
67902024-10-11T20:05:50.407Z Fresh ipnetwork v0.20.0
67912024-10-11T20:05:50.407Z Fresh typify v0.2.0
67922024-10-11T20:05:50.407Z Fresh darling v0.20.9
67932024-10-11T20:05:50.407Z Fresh term v0.7.0
67942024-10-11T20:05:50.407Z Fresh thread_local v1.1.8
67952024-10-11T20:05:50.407Z Fresh take_mut v0.2.2
67962024-10-11T20:05:50.407Z Fresh progenitor-impl v0.8.0
67972024-10-11T20:05:50.407Z Fresh paste v1.0.15
67982024-10-11T20:05:50.407Z Fresh match_cfg v0.1.0
67992024-10-11T20:05:50.407Z Fresh slog-term v2.9.1
68002024-10-11T20:05:50.407Z Fresh tempfile v3.13.0
68012024-10-11T20:05:50.407Z Fresh strum_macros v0.26.4
68022024-10-11T20:05:50.407Z Fresh progenitor-macro v0.8.0
68032024-10-11T20:05:50.407Z Fresh hostname v0.3.1
68042024-10-11T20:05:50.407Z Fresh slog-async v2.8.0
68052024-10-11T20:05:50.407Z Fresh strum v0.26.3
68062024-10-11T20:05:50.407Z Fresh serde_with_macros v3.9.0
68072024-10-11T20:05:50.407Z Fresh newtype-uuid v1.1.0
68082024-10-11T20:05:50.407Z Fresh progenitor v0.8.0
68092024-10-11T20:05:50.407Z Fresh serde_with v3.9.0
68102024-10-11T20:05:50.407Z Fresh debug-ignore v1.0.5
68112024-10-11T20:05:50.407Z Fresh slog-json v2.6.1
68122024-10-11T20:05:50.407Z Fresh async-stream-impl v0.3.5
68132024-10-11T20:05:50.407Z Fresh rustls v0.22.4
68142024-10-11T20:05:50.407Z Fresh instant v0.1.12
68152024-10-11T20:05:50.407Z Fresh async-stream v0.3.5
68162024-10-11T20:05:50.407Z Fresh multer v3.1.0
68172024-10-11T20:05:50.407Z Fresh slog-bunyan v2.5.0
68182024-10-11T20:05:50.407Z Fresh dropshot_endpoint v0.12.0
68192024-10-11T20:05:50.407Z Fresh waitgroup v0.1.2
68202024-10-11T20:05:50.407Z Fresh tokio-rustls v0.25.0
68212024-10-11T20:05:50.407Z Fresh regress v0.9.1
68222024-10-11T20:05:50.407Z Fresh serde_path_to_error v0.1.16
68232024-10-11T20:05:50.407Z Fresh structmeta-derive v0.3.0
68242024-10-11T20:05:50.407Z Fresh hostname v0.4.0
68252024-10-11T20:05:50.407Z Fresh oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
68262024-10-11T20:05:50.407Z Fresh quick-error v1.2.3
68272024-10-11T20:05:50.407Z Fresh structmeta v0.3.0
68282024-10-11T20:05:50.408Z Fresh dropshot v0.12.0
68292024-10-11T20:05:50.408Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
68302024-10-11T20:05:50.408Z Fresh backoff v0.4.0
68312024-10-11T20:05:50.408Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
68322024-10-11T20:05:50.408Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
68332024-10-11T20:05:50.408Z Fresh macaddr v1.0.1
68342024-10-11T20:05:50.408Z Fresh parse-display-derive v0.10.0
68352024-10-11T20:05:50.408Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
68362024-10-11T20:05:50.408Z Fresh wait-timeout v0.2.0
68372024-10-11T20:05:50.408Z Fresh rand_xorshift v0.3.0
68382024-10-11T20:05:50.408Z Fresh structmeta-derive v0.2.0
68392024-10-11T20:05:50.408Z Fresh unarray v0.1.4
68402024-10-11T20:05:50.408Z Fresh camino-tempfile v1.1.1
68412024-10-11T20:05:50.408Z Fresh parse-display v0.10.0
68422024-10-11T20:05:50.408Z Fresh rusty-fork v0.3.0
68432024-10-11T20:05:50.408Z Fresh structmeta v0.2.0
68442024-10-11T20:05:50.408Z Fresh proc-macro-crate v1.3.1
68452024-10-11T20:05:50.408Z Fresh proptest v1.5.0
68462024-10-11T20:05:50.408Z Fresh test-strategy v0.3.1
68472024-10-11T20:05:50.408Z Fresh proc-macro-error-attr v1.0.4
68482024-10-11T20:05:50.408Z Fresh num_enum_derive v0.5.11
68492024-10-11T20:05:50.408Z Fresh foreign-types-macros v0.2.3
68502024-10-11T20:05:50.408Z Fresh proc-macro-error v1.0.4
68512024-10-11T20:05:50.408Z Fresh num_enum v0.5.11
68522024-10-11T20:05:50.411Z Fresh foreign-types-shared v0.3.1
68532024-10-11T20:05:50.411Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
68542024-10-11T20:05:50.411Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
68552024-10-11T20:05:50.411Z Fresh tabwriter v1.4.0
68562024-10-11T20:05:50.411Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
68572024-10-11T20:05:50.411Z Fresh foreign-types v0.5.0
68582024-10-11T20:05:50.412Z Fresh cstr-argument v0.1.2
68592024-10-11T20:05:50.412Z Fresh pretty-hex v0.2.1
68602024-10-11T20:05:50.412Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
68612024-10-11T20:05:50.412Z Fresh colored v2.1.0
68622024-10-11T20:05:50.412Z Fresh smf v0.2.3
68632024-10-11T20:05:50.412Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
68642024-10-11T20:05:50.412Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
68652024-10-11T20:05:50.412Z Fresh hash32 v0.3.1
68662024-10-11T20:05:50.412Z Fresh cobs v0.2.3
68672024-10-11T20:05:50.412Z Fresh embedded-io v0.4.0
68682024-10-11T20:05:50.412Z Fresh crucible-workspace-hack v0.1.0
68692024-10-11T20:05:50.412Z Fresh heapless v0.8.0
68702024-10-11T20:05:50.412Z Fresh postcard v1.0.8
68712024-10-11T20:05:50.412Z Fresh termtree v0.4.1
68722024-10-11T20:05:50.412Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
68732024-10-11T20:05:50.412Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
68742024-10-11T20:05:50.412Z Fresh smoltcp v0.11.0
68752024-10-11T20:05:50.412Z Fresh predicates-tree v1.0.9
68762024-10-11T20:05:50.412Z Fresh socket2 v0.4.10
68772024-10-11T20:05:50.412Z Fresh sigpipe v0.1.3
68782024-10-11T20:05:50.412Z Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
68792024-10-11T20:05:50.412Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
68802024-10-11T20:05:50.412Z Fresh zone_cfg_derive v0.3.0
68812024-10-11T20:05:50.412Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
68822024-10-11T20:05:50.412Z Fresh num-derive v0.4.2
68832024-10-11T20:05:50.412Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
68842024-10-11T20:05:50.412Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
68852024-10-11T20:05:50.412Z Fresh mockall_derive v0.13.0
68862024-10-11T20:05:50.412Z Fresh downcast v0.11.0
68872024-10-11T20:05:50.412Z Fresh fragile v2.0.0
68882024-10-11T20:05:50.412Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
68892024-10-11T20:05:50.412Z Fresh zone v0.3.0
68902024-10-11T20:05:50.412Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
68912024-10-11T20:05:50.412Z Fresh mockall v0.13.0
68922024-10-11T20:05:50.412Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
68932024-10-11T20:05:50.412Z Fresh base64 v0.21.7
68942024-10-11T20:05:50.413Z Fresh convert_case v0.4.0
68952024-10-11T20:05:50.413Z Fresh same-file v1.0.6
68962024-10-11T20:05:50.413Z Fresh atomicwrites v0.4.4
68972024-10-11T20:05:50.413Z Fresh xattr v1.3.1
68982024-10-11T20:05:50.413Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
68992024-10-11T20:05:50.413Z Fresh derive_more v0.99.18
69002024-10-11T20:05:50.413Z Fresh walkdir v2.5.0
69012024-10-11T20:05:50.413Z Fresh filetime v0.2.25
69022024-10-11T20:05:50.413Z Fresh newline-converter v0.3.0
69032024-10-11T20:05:50.413Z Fresh itertools v0.13.0
69042024-10-11T20:05:50.413Z Fresh tar v0.4.42
69052024-10-11T20:05:50.413Z Fresh expectorate v1.1.0
69062024-10-11T20:05:50.413Z Fresh password-hash v0.5.0
69072024-10-11T20:05:50.413Z Fresh blake2 v0.10.6
69082024-10-11T20:05:50.413Z Fresh derive-where v1.2.7
69092024-10-11T20:05:50.413Z Fresh utf-8 v0.7.6
69102024-10-11T20:05:50.413Z Fresh owo-colors v4.1.0
69112024-10-11T20:05:50.413Z Fresh argon2 v0.5.3
69122024-10-11T20:05:50.413Z Fresh cancel-safe-futures v0.1.5
69132024-10-11T20:05:50.413Z Fresh libsw v3.3.1
69142024-10-11T20:05:50.413Z Fresh indent_write v2.2.0
69152024-10-11T20:05:50.413Z Fresh linear-map v1.2.0
69162024-10-11T20:05:50.413Z Fresh swrite v0.1.0
69172024-10-11T20:05:50.413Z Fresh num-rational v0.4.2
69182024-10-11T20:05:50.413Z Fresh num-complex v0.4.6
69192024-10-11T20:05:50.413Z Fresh float-ord v0.3.2
69202024-10-11T20:05:50.413Z Fresh tungstenite v0.21.0
69212024-10-11T20:05:50.413Z Fresh num v0.4.3
69222024-10-11T20:05:50.413Z Fresh tokio-tungstenite v0.21.0
69232024-10-11T20:05:50.413Z Fresh arc-swap v1.7.1
69242024-10-11T20:05:50.413Z Fresh slog-scope v4.4.0
69252024-10-11T20:05:50.413Z Fresh semver v0.1.20
69262024-10-11T20:05:50.413Z Fresh humantime v2.1.0
69272024-10-11T20:05:50.413Z Fresh highway v1.2.0
69282024-10-11T20:05:50.413Z Fresh home v0.5.9
69292024-10-11T20:05:50.413Z Fresh slog-stdlog v4.1.1
69302024-10-11T20:05:50.413Z Fresh rustc_version v0.1.7
69312024-10-11T20:05:50.413Z Fresh pem v3.0.4
69322024-10-11T20:05:50.414Z Fresh half v2.4.1
69332024-10-11T20:05:50.414Z Fresh ciborium-io v0.2.2
69342024-10-11T20:05:50.414Z Fresh slog-envlogger v2.2.0
69352024-10-11T20:05:50.414Z Fresh ciborium-ll v0.2.2
69362024-10-11T20:05:50.414Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
69372024-10-11T20:05:50.414Z Fresh heck v0.3.3
69382024-10-11T20:05:50.414Z Fresh headers-core v0.3.0
69392024-10-11T20:05:50.414Z Fresh prettyplease v0.2.22
69402024-10-11T20:05:50.414Z Fresh lzma-sys v0.1.20
69412024-10-11T20:05:50.414Z Fresh headers v0.4.0
69422024-10-11T20:05:50.414Z Fresh zone_cfg_derive v0.1.2
69432024-10-11T20:05:50.414Z Fresh ciborium v0.2.2
69442024-10-11T20:05:50.414Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
69452024-10-11T20:05:50.414Z Fresh newtype_derive v0.1.6
69462024-10-11T20:05:50.414Z Fresh base64 v0.13.1
69472024-10-11T20:05:50.414Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
69482024-10-11T20:05:50.414Z Fresh xz2 v0.1.7
69492024-10-11T20:05:50.414Z Fresh zone v0.1.8
69502024-10-11T20:05:50.414Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
69512024-10-11T20:05:50.414Z Fresh yasna v0.5.2
69522024-10-11T20:05:50.417Z Fresh steno v0.4.1
69532024-10-11T20:05:50.417Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
69542024-10-11T20:05:50.417Z Fresh ron v0.7.1
69552024-10-11T20:05:50.417Z Fresh rcgen v0.12.1
69562024-10-11T20:05:50.417Z Fresh subprocess v0.2.9
69572024-10-11T20:05:50.417Z Fresh linked-hash-map v0.5.6
69582024-10-11T20:05:50.417Z Fresh resolv-conf v0.7.0
69592024-10-11T20:05:50.417Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
69602024-10-11T20:05:50.417Z Fresh lru-cache v0.1.2
69612024-10-11T20:05:50.417Z Fresh glob v0.3.1
69622024-10-11T20:05:50.417Z Fresh keccak v0.1.5
69632024-10-11T20:05:50.417Z Fresh universal-hash v0.5.1
69642024-10-11T20:05:50.417Z Fresh hickory-resolver v0.24.1
69652024-10-11T20:05:50.417Z Fresh sha3 v0.10.8
69662024-10-11T20:05:50.417Z Fresh opaque-debug v0.3.1
69672024-10-11T20:05:50.417Z Fresh display-error-chain v0.2.1
69682024-10-11T20:05:50.417Z Fresh constant_time_eq v0.3.0
69692024-10-11T20:05:50.418Z Fresh arrayref v0.3.7
69702024-10-11T20:05:50.418Z Fresh arrayvec v0.7.4
69712024-10-11T20:05:50.418Z Fresh secrecy v0.8.0
69722024-10-11T20:05:50.418Z Fresh aead v0.5.2
69732024-10-11T20:05:50.418Z Fresh poly1305 v0.8.0
69742024-10-11T20:05:50.418Z Fresh chacha20 v0.9.1
69752024-10-11T20:05:50.418Z Fresh memmap2 v0.9.4
69762024-10-11T20:05:50.418Z Fresh untrusted v0.7.1
69772024-10-11T20:05:50.418Z Fresh spin v0.5.2
69782024-10-11T20:05:50.418Z Fresh topological-sort v0.2.2
69792024-10-11T20:05:50.418Z Fresh ring v0.16.20
69802024-10-11T20:05:50.418Z Fresh blake3 v1.5.1
69812024-10-11T20:05:50.418Z Fresh toolchain_find v0.4.0
69822024-10-11T20:05:50.418Z Fresh thiserror-impl-no-std v2.0.2
69832024-10-11T20:05:50.418Z Fresh maplit v1.0.2
69842024-10-11T20:05:50.418Z Fresh omicron-zone-package v0.11.1
69852024-10-11T20:05:50.418Z Fresh rustfmt-wrapper v0.2.1
69862024-10-11T20:05:50.418Z Fresh thiserror-no-std v2.0.2
69872024-10-11T20:05:50.418Z Fresh chacha20poly1305 v0.10.1
69882024-10-11T20:05:50.418Z Fresh slog-dtrace v0.3.0
69892024-10-11T20:05:50.418Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
69902024-10-11T20:05:50.418Z Fresh vsss-rs v3.3.4
69912024-10-11T20:05:50.418Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
69922024-10-11T20:05:50.418Z Fresh termcolor v1.4.1
69932024-10-11T20:05:50.418Z Fresh tap v1.0.1
69942024-10-11T20:05:50.418Z Fresh gethostname v0.5.0
69952024-10-11T20:05:50.418Z Fresh wyz v0.5.1
69962024-10-11T20:05:50.418Z Fresh radium v0.7.0
69972024-10-11T20:05:50.418Z Fresh crc-catalog v2.4.0
69982024-10-11T20:05:50.418Z Fresh funty v2.0.0
69992024-10-11T20:05:50.418Z Fresh crc v3.2.1
70002024-10-11T20:05:50.418Z Fresh bitvec v1.0.1
70012024-10-11T20:05:50.418Z Fresh maybe-uninit v2.0.0
70022024-10-11T20:05:50.418Z Fresh packed_struct_codegen v0.10.1
70032024-10-11T20:05:50.419Z Fresh nodrop v0.1.14
70042024-10-11T20:05:50.419Z Fresh packed_struct v0.10.1
70052024-10-11T20:05:50.419Z Fresh array-init v0.0.4
70062024-10-11T20:05:50.419Z Fresh smallvec v0.6.14
70072024-10-11T20:05:50.419Z Fresh bzip2-sys v0.1.11+1.0.8
70082024-10-11T20:05:50.419Z Fresh hashbrown v0.12.3
70092024-10-11T20:05:50.419Z Fresh bitfield v0.14.0
70102024-10-11T20:05:50.419Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
70112024-10-11T20:05:50.419Z Fresh bzip2 v0.4.4
70122024-10-11T20:05:50.419Z Fresh serde-hex v0.1.0
70132024-10-11T20:05:50.419Z Fresh indexmap v1.9.3
70142024-10-11T20:05:50.419Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
70152024-10-11T20:05:50.419Z Fresh env_logger v0.10.2
70162024-10-11T20:05:50.419Z Fresh ron v0.8.1
70172024-10-11T20:05:50.419Z Fresh dsl_auto_type v0.1.2
70182024-10-11T20:05:50.419Z Fresh scheduled-thread-pool v0.2.7
70192024-10-11T20:05:50.419Z Fresh hashbrown v0.13.2
70202024-10-11T20:05:50.419Z Fresh diesel_table_macro_syntax v0.2.0
70212024-10-11T20:05:50.419Z Fresh crc-any v2.5.0
70222024-10-11T20:05:50.419Z Fresh zip v0.6.6
70232024-10-11T20:05:50.419Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
70242024-10-11T20:05:50.419Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
70252024-10-11T20:05:50.419Z Fresh r2d2 v0.8.10
70262024-10-11T20:05:50.419Z Fresh object v0.30.4
70272024-10-11T20:05:50.419Z Fresh diesel_derives v2.2.2
70282024-10-11T20:05:50.419Z Fresh bitfield-struct v0.6.1
70292024-10-11T20:05:50.419Z Fresh nibble_vec v0.1.0
70302024-10-11T20:05:50.419Z Fresh diff v0.1.13
70312024-10-11T20:05:50.419Z Fresh path-slash v0.1.5
70322024-10-11T20:05:50.419Z Fresh endian-type v0.1.2
70332024-10-11T20:05:50.419Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
70342024-10-11T20:05:50.419Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
70352024-10-11T20:05:50.419Z Fresh radix_trie v0.2.1
70362024-10-11T20:05:50.419Z Fresh crunchy v0.2.2
70372024-10-11T20:05:50.419Z Fresh libefi-sys v0.1.0
70382024-10-11T20:05:50.419Z Fresh diesel v2.2.4
70392024-10-11T20:05:50.419Z Fresh tungstenite v0.23.0
70402024-10-11T20:05:50.419Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
70412024-10-11T20:05:50.419Z Fresh fxhash v0.2.1
70422024-10-11T20:05:50.419Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
70432024-10-11T20:05:50.420Z Fresh tiny-keccak v2.0.2
70442024-10-11T20:05:50.420Z Fresh tokio-tungstenite v0.23.1
70452024-10-11T20:05:50.420Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
70462024-10-11T20:05:50.420Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
70472024-10-11T20:05:50.420Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
70482024-10-11T20:05:50.420Z Fresh ascii-canvas v3.0.0
70492024-10-11T20:05:50.420Z Fresh ref-cast-impl v1.0.23
70502024-10-11T20:05:50.420Z Fresh async-recursion v1.1.1
70512024-10-11T20:05:50.420Z Fresh ena v0.14.3
70522024-10-11T20:05:50.423Z Fresh libloading v0.8.3
70532024-10-11T20:05:50.423Z Fresh regex-syntax v0.6.29
70542024-10-11T20:05:50.423Z Fresh clang-sys v1.7.0
70552024-10-11T20:05:50.423Z Fresh lalrpop v0.19.12
70562024-10-11T20:05:50.423Z Fresh ref-cast v1.0.23
70572024-10-11T20:05:50.423Z Fresh which v4.4.2
70582024-10-11T20:05:50.423Z Fresh cexpr v0.6.0
70592024-10-11T20:05:50.423Z Fresh kstat-rs v0.2.4
70602024-10-11T20:05:50.423Z Fresh rustc-hash v1.1.0
70612024-10-11T20:05:50.423Z Fresh shlex v1.3.0
70622024-10-11T20:05:50.423Z Fresh lazycell v1.3.0
70632024-10-11T20:05:50.423Z Fresh bindgen v0.69.4
70642024-10-11T20:05:50.423Z Fresh derive_builder_core v0.20.0
70652024-10-11T20:05:50.423Z Fresh primeorder v0.13.6
70662024-10-11T20:05:50.423Z Fresh derive_builder_macro v0.20.0
70672024-10-11T20:05:50.423Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
70682024-10-11T20:05:50.423Z Fresh strum_macros v0.24.3
70692024-10-11T20:05:50.423Z Fresh indoc v1.0.9
70702024-10-11T20:05:50.423Z Fresh parking_lot_core v0.8.6
70712024-10-11T20:05:50.423Z Fresh libxml v0.3.3
70722024-10-11T20:05:50.423Z Fresh derive_builder v0.20.0
70732024-10-11T20:05:50.423Z Fresh polar-core v0.27.3
70742024-10-11T20:05:50.424Z Fresh crossterm v0.28.1
70752024-10-11T20:05:50.424Z Fresh oso-derive v0.27.3
70762024-10-11T20:05:50.424Z Fresh impl-trait-for-tuples v0.2.2
70772024-10-11T20:05:50.424Z Fresh quick-xml v0.33.0
70782024-10-11T20:05:50.424Z Fresh unicase v2.7.0
70792024-10-11T20:05:50.424Z Fresh parking_lot v0.11.2
70802024-10-11T20:05:50.424Z Fresh p384 v0.13.0
70812024-10-11T20:05:50.424Z Fresh samael v0.0.17
70822024-10-11T20:05:50.424Z Fresh oso v0.27.3
70832024-10-11T20:05:50.424Z Fresh sled v0.34.7
70842024-10-11T20:05:50.424Z Fresh hickory-client v0.24.1
70852024-10-11T20:05:50.424Z Fresh salty v0.3.0
70862024-10-11T20:05:50.424Z Fresh hickory-server v0.24.1
70872024-10-11T20:05:50.424Z Fresh const_format_proc_macros v0.2.33
70882024-10-11T20:05:50.424Z Fresh bb8 v0.8.5
70892024-10-11T20:05:50.424Z Fresh nanorand v0.7.0
70902024-10-11T20:05:50.424Z Fresh atty v0.2.14
70912024-10-11T20:05:50.424Z Fresh vte_generate_state_changes v0.1.1
70922024-10-11T20:05:50.424Z Fresh env_filter v0.1.2
70932024-10-11T20:05:50.424Z Fresh attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
70942024-10-11T20:05:50.424Z Fresh env_logger v0.11.5
70952024-10-11T20:05:50.424Z Fresh async-bb8-diesel v0.2.1
70962024-10-11T20:05:50.424Z Fresh const_format v0.2.33
70972024-10-11T20:05:50.424Z Fresh vte v0.11.1
70982024-10-11T20:05:50.424Z Fresh flume v0.11.0
70992024-10-11T20:05:50.424Z Fresh diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
71002024-10-11T20:05:50.424Z Fresh buf-list v1.0.3
71012024-10-11T20:05:50.424Z Fresh qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#9d0cdc48)
71022024-10-11T20:05:50.424Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
71032024-10-11T20:05:50.424Z Fresh fd-lock v4.0.2
71042024-10-11T20:05:50.424Z Fresh http v0.2.12
71052024-10-11T20:05:50.424Z Fresh cfg_aliases v0.1.1
71062024-10-11T20:05:50.424Z Fresh mime_guess v2.0.4
71072024-10-11T20:05:50.424Z Fresh dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
71082024-10-11T20:05:50.424Z Fresh memoffset v0.9.1
71092024-10-11T20:05:50.424Z Fresh strip-ansi-escapes v0.2.0
71102024-10-11T20:05:50.424Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
71112024-10-11T20:05:50.424Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
71122024-10-11T20:05:50.424Z Fresh crossterm v0.27.0
71132024-10-11T20:05:50.425Z Fresh pin-project-internal v1.1.5
71142024-10-11T20:05:50.425Z Fresh http-range v0.1.5
71152024-10-11T20:05:50.425Z Fresh nu-ansi-term v0.50.0
71162024-10-11T20:05:50.425Z Fresh reedline v0.33.0
71172024-10-11T20:05:50.425Z Fresh hyper-staticfile v0.10.1
71182024-10-11T20:05:50.425Z Fresh pin-project v1.1.5
71192024-10-11T20:05:50.425Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
71202024-10-11T20:05:50.425Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
71212024-10-11T20:05:50.425Z Fresh nix v0.27.1
71222024-10-11T20:05:50.425Z Fresh http-body v0.4.6
71232024-10-11T20:05:50.425Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
71242024-10-11T20:05:50.425Z Fresh h2 v0.3.26
71252024-10-11T20:05:50.425Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
71262024-10-11T20:05:50.425Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
71272024-10-11T20:05:50.425Z Fresh bytecount v0.6.8
71282024-10-11T20:05:50.425Z Fresh nix v0.28.0
71292024-10-11T20:05:50.425Z Fresh hyper v0.14.30
71302024-10-11T20:05:50.425Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
71312024-10-11T20:05:50.425Z Fresh papergrid v0.11.0
71322024-10-11T20:05:50.425Z Fresh tabled_derive v0.7.0
71332024-10-11T20:05:50.425Z Fresh peg-macros v0.8.4
71342024-10-11T20:05:50.425Z Fresh signal-hook-tokio v0.3.1
71352024-10-11T20:05:50.425Z Fresh snafu-derive v0.8.2
71362024-10-11T20:05:50.425Z Fresh concurrent-queue v2.5.0
71372024-10-11T20:05:50.425Z Fresh sqlparser_derive v0.2.2
71382024-10-11T20:05:50.425Z Fresh unicode_categories v0.1.1
71392024-10-11T20:05:50.425Z Fresh sync_wrapper v0.1.2
71402024-10-11T20:05:50.425Z Fresh parking v2.2.1
71412024-10-11T20:05:50.425Z Fresh peg v0.8.4
71422024-10-11T20:05:50.425Z Fresh snafu v0.8.2
71432024-10-11T20:05:50.425Z Fresh sqlparser v0.45.0
71442024-10-11T20:05:50.425Z Fresh sqlformat v0.2.6
71452024-10-11T20:05:50.425Z Fresh reqwest v0.11.27
71462024-10-11T20:05:50.425Z Fresh tabled v0.15.0
71472024-10-11T20:05:50.425Z Fresh rustyline v14.0.0
71482024-10-11T20:05:50.426Z Fresh globset v0.4.14
71492024-10-11T20:05:50.426Z Fresh olpc-cjson v0.1.3
71502024-10-11T20:05:50.426Z Fresh bcs v0.1.6
71512024-10-11T20:05:50.426Z Fresh cargo-platform v0.1.8
71522024-10-11T20:05:50.429Z Fresh serde_plain v1.0.2
71532024-10-11T20:05:50.429Z Fresh typed-path v0.7.1
71542024-10-11T20:05:50.429Z Fresh cargo_metadata v0.18.1
71552024-10-11T20:05:50.429Z Fresh tough v0.17.1
71562024-10-11T20:05:50.429Z Fresh parse-size v1.0.0
71572024-10-11T20:05:50.429Z Fresh event-listener v5.3.1
71582024-10-11T20:05:50.429Z Fresh futures-lite v2.3.0
71592024-10-11T20:05:50.429Z Fresh event-listener-strategy v0.5.2
71602024-10-11T20:05:50.429Z Fresh rand_seeder v0.3.0
71612024-10-11T20:05:50.429Z Fresh csv-core v0.1.11
71622024-10-11T20:05:50.429Z Fresh libz-sys v1.1.16
71632024-10-11T20:05:50.429Z Fresh is_ci v1.2.0
71642024-10-11T20:05:50.429Z Fresh async-lock v3.4.0
71652024-10-11T20:05:50.429Z Fresh csv v1.3.0
71662024-10-11T20:05:50.429Z Fresh polyval v0.6.2
71672024-10-11T20:05:50.429Z Fresh supports-color v3.0.1
71682024-10-11T20:05:50.429Z Fresh libgit2-sys v0.17.0+1.8.1
71692024-10-11T20:05:50.429Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
71702024-10-11T20:05:50.429Z Fresh castaway v0.2.3
71712024-10-11T20:05:50.429Z Fresh polling v3.7.3
71722024-10-11T20:05:50.429Z Fresh ghash v0.5.1
71732024-10-11T20:05:50.429Z Fresh compact_str v0.8.0
71742024-10-11T20:05:50.429Z Fresh git2 v0.19.0
71752024-10-11T20:05:50.429Z Fresh async-io v2.3.4
71762024-10-11T20:05:50.429Z Fresh unicode-truncate v1.0.0
71772024-10-11T20:05:50.429Z Fresh ctr v0.9.2
71782024-10-11T20:05:50.429Z Fresh lru v0.12.3
71792024-10-11T20:05:50.429Z Fresh instability v0.3.2
71802024-10-11T20:05:50.429Z Fresh cassowary v0.3.0
71812024-10-11T20:05:50.429Z Fresh plotters-backend v0.3.5
71822024-10-11T20:05:50.429Z Fresh assert_matches v1.5.0
71832024-10-11T20:05:50.429Z Fresh async-task v4.7.1
71842024-10-11T20:05:50.429Z Fresh cfg_aliases v0.2.1
71852024-10-11T20:05:50.429Z Fresh aes-gcm v0.10.3
71862024-10-11T20:05:50.429Z Fresh ratatui v0.28.0
71872024-10-11T20:05:50.429Z Fresh plotters-svg v0.3.5
71882024-10-11T20:05:50.430Z Fresh vergen v8.3.2
71892024-10-11T20:05:50.430Z Fresh async-channel v2.3.1
71902024-10-11T20:05:50.430Z Fresh piper v0.2.4
71912024-10-11T20:05:50.430Z Fresh ssh-encoding v0.2.0
71922024-10-11T20:05:50.430Z Fresh rustls-webpki v0.101.7
71932024-10-11T20:05:50.430Z Fresh sct v0.7.1
71942024-10-11T20:05:50.430Z Fresh blowfish v0.9.1
71952024-10-11T20:05:50.430Z Fresh rtoolbox v0.0.2
71962024-10-11T20:05:50.430Z Fresh cast v0.3.0
71972024-10-11T20:05:50.430Z Fresh unicode-linebreak v0.1.5
71982024-10-11T20:05:50.430Z Fresh smawk v0.3.2
71992024-10-11T20:05:50.430Z Fresh rpassword v7.3.1
72002024-10-11T20:05:50.430Z Fresh ssh-cipher v0.2.0
72012024-10-11T20:05:50.430Z Fresh rustls v0.21.12
72022024-10-11T20:05:50.430Z Fresh bcrypt-pbkdf v0.10.0
72032024-10-11T20:05:50.430Z Fresh criterion-plot v0.5.0
72042024-10-11T20:05:50.430Z Fresh blocking v1.6.1
72052024-10-11T20:05:50.430Z Fresh textwrap v0.16.1
72062024-10-11T20:05:50.430Z Fresh tui-tree-widget v0.22.0
72072024-10-11T20:05:50.430Z Fresh libsqlite3-sys v0.30.1
72082024-10-11T20:05:50.430Z Fresh plotters v0.3.5
72092024-10-11T20:05:50.430Z Fresh async-executor v1.13.1
72102024-10-11T20:05:50.430Z Fresh async-signal v0.2.10
72112024-10-11T20:05:50.430Z Fresh password-hash v0.4.2
72122024-10-11T20:05:50.430Z Fresh tinytemplate v1.2.1
72132024-10-11T20:05:50.430Z Fresh hashlink v0.9.1
72142024-10-11T20:05:50.430Z Fresh oorandom v11.1.3
72152024-10-11T20:05:50.430Z Fresh event-listener v2.5.3
72162024-10-11T20:05:50.430Z Fresh anes v0.1.6
72172024-10-11T20:05:50.430Z Fresh shell-words v1.1.0
72182024-10-11T20:05:50.430Z Fresh yansi v1.0.1
72192024-10-11T20:05:50.430Z Fresh fallible-streaming-iterator v0.1.9
72202024-10-11T20:05:50.430Z Fresh fallible-iterator v0.3.0
72212024-10-11T20:05:50.430Z Fresh matches v0.1.10
72222024-10-11T20:05:50.430Z Fresh pbkdf2 v0.11.0
72232024-10-11T20:05:50.430Z Fresh async-channel v1.9.0
72242024-10-11T20:05:50.430Z Fresh pretty_assertions v1.4.1
72252024-10-11T20:05:50.430Z Fresh rusqlite v0.32.1
72262024-10-11T20:05:50.430Z Fresh idna v0.2.3
72272024-10-11T20:05:50.431Z Fresh criterion v0.5.1
72282024-10-11T20:05:50.431Z Fresh async-global-executor v2.4.1
72292024-10-11T20:05:50.431Z Fresh async-process v2.2.4
72302024-10-11T20:05:50.431Z Fresh nix v0.29.0
72312024-10-11T20:05:50.431Z Fresh target-lexicon v0.12.16
72322024-10-11T20:05:50.431Z Fresh tokio-rustls v0.24.1
72332024-10-11T20:05:50.431Z Fresh ssh-key v0.6.6
72342024-10-11T20:05:50.431Z Fresh p256 v0.13.2
72352024-10-11T20:05:50.431Z Fresh p521 v0.13.3
72362024-10-11T20:05:50.431Z Fresh rustls-pemfile v1.0.4
72372024-10-11T20:05:50.431Z Fresh twox-hash v1.6.3
72382024-10-11T20:05:50.431Z Fresh enum-as-inner v0.5.1
72392024-10-11T20:05:50.431Z Fresh toml_edit v0.21.1
72402024-10-11T20:05:50.431Z Fresh async-attributes v1.1.2
72412024-10-11T20:05:50.431Z Fresh russh-cryptovec v0.7.2
72422024-10-11T20:05:50.431Z Fresh kv-log-macro v1.0.7
72432024-10-11T20:05:50.431Z Fresh num_cpus v1.16.0
72442024-10-11T20:05:50.431Z Fresh futures-timer v3.0.3
72452024-10-11T20:05:50.431Z Fresh hex-literal v0.4.1
72462024-10-11T20:05:50.431Z Fresh md5 v0.7.0
72472024-10-11T20:05:50.431Z Fresh russh-keys v0.45.0
72482024-10-11T20:05:50.431Z Fresh threadpool v1.8.1
72492024-10-11T20:05:50.431Z Fresh async-std v1.13.0
72502024-10-11T20:05:50.431Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
72512024-10-11T20:05:50.431Z Fresh proc-macro-crate v3.1.0
72522024-10-11T20:05:50.435Z Fresh trust-dns-proto v0.22.0
72532024-10-11T20:05:50.435Z Fresh cfg-expr v0.17.0
72542024-10-11T20:05:50.435Z Fresh doc-comment v0.3.3
72552024-10-11T20:05:50.435Z Fresh guppy-workspace-hack v0.1.0
72562024-10-11T20:05:50.435Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
72572024-10-11T20:05:50.435Z Fresh httptest v0.16.1
72582024-10-11T20:05:50.435Z Fresh fatfs v0.3.6
72592024-10-11T20:05:50.435Z Fresh num-bigint v0.4.5
72602024-10-11T20:05:50.435Z Fresh rustls-native-certs v0.7.0
72612024-10-11T20:05:50.435Z Fresh escape8259 v0.5.2
72622024-10-11T20:05:50.435Z Fresh des v0.8.1
72632024-10-11T20:05:50.435Z Fresh relative-path v1.9.3
72642024-10-11T20:05:50.435Z Fresh dhcproto-macros v0.1.0
72652024-10-11T20:05:50.435Z Fresh libtest-mimic v0.7.3
72662024-10-11T20:05:50.435Z Fresh hyper-rustls v0.26.0
72672024-10-11T20:05:50.435Z Fresh russh v0.45.0
72682024-10-11T20:05:50.435Z Fresh rstest_macros v0.22.0
72692024-10-11T20:05:50.436Z Fresh assert_cmd v2.0.16
72702024-10-11T20:05:50.436Z Fresh dhcproto v0.12.0
72712024-10-11T20:05:50.436Z Fresh target-spec v3.2.2
72722024-10-11T20:05:50.436Z Fresh async-object-pool v0.1.5
72732024-10-11T20:05:50.436Z Fresh blake2b_simd v1.0.2
72742024-10-11T20:05:50.436Z Fresh pathdiff v0.2.1
72752024-10-11T20:05:50.436Z Fresh fancy-regex v0.13.0
72762024-10-11T20:05:50.436Z Fresh serde_regex v1.1.0
72772024-10-11T20:05:50.436Z Fresh assert-json-diff v2.0.2
72782024-10-11T20:05:50.436Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
72792024-10-11T20:05:50.436Z Fresh uzers v0.11.3
72802024-10-11T20:05:50.436Z Fresh path-tree v0.8.1
72812024-10-11T20:05:50.436Z Fresh nested v0.1.1
72822024-10-11T20:05:50.436Z Fresh internet-checksum v0.2.1
72832024-10-11T20:05:50.436Z Fresh stringmetrics v2.2.2
72842024-10-11T20:05:50.436Z Fresh httpmock v0.8.0-alpha.1
72852024-10-11T20:05:50.436Z Fresh guppy v0.17.8
72862024-10-11T20:05:50.436Z Fresh rust-argon2 v2.1.0
72872024-10-11T20:05:50.436Z Fresh datatest-stable v0.2.9
72882024-10-11T20:05:50.436Z Fresh rstest v0.22.0
72892024-10-11T20:05:50.436Z Fresh trybuild v1.0.99
72902024-10-11T20:05:50.436Z Fresh partial-io v0.5.4
72912024-10-11T20:05:50.436Z Fresh similar-asserts v1.6.0
72922024-10-11T20:05:50.436Z Fresh rand_distr v0.4.3
72932024-10-11T20:05:50.436Z Fresh approx v0.5.1
72942024-10-11T20:05:50.436Z Fresh indoc v2.0.5
72952024-10-11T20:05:50.436Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
72962024-10-11T20:05:50.436Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
72972024-10-11T20:05:50.436Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
72982024-10-11T20:05:50.436Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
72992024-10-11T20:05:50.436Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
73002024-10-11T20:05:50.436Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
73012024-10-11T20:05:50.436Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
73022024-10-11T20:05:50.436Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
73032024-10-11T20:05:50.436Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
73042024-10-11T20:05:50.436Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
73052024-10-11T20:05:50.436Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
73062024-10-11T20:05:50.436Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
73072024-10-11T20:05:50.436Z Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
73082024-10-11T20:05:50.437Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
73092024-10-11T20:05:50.437Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
73102024-10-11T20:05:50.437Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
73112024-10-11T20:05:50.437Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
73122024-10-11T20:05:50.437Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
73132024-10-11T20:05:50.437Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
73142024-10-11T20:05:50.437Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
73152024-10-11T20:05:50.437Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
73162024-10-11T20:05:50.437Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
73172024-10-11T20:05:50.437Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
73182024-10-11T20:05:50.437Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
73192024-10-11T20:05:50.437Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
73202024-10-11T20:05:50.437Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
73212024-10-11T20:05:50.437Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
73222024-10-11T20:05:50.437Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
73232024-10-11T20:05:50.437Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
73242024-10-11T20:05:50.437Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
73252024-10-11T20:05:50.437Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
73262024-10-11T20:05:50.437Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
73272024-10-11T20:05:50.437Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
73282024-10-11T20:05:50.437Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
73292024-10-11T20:05:50.437Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
73302024-10-11T20:05:50.437Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
73312024-10-11T20:05:50.437Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
73322024-10-11T20:05:50.437Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
73332024-10-11T20:05:50.437Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
73342024-10-11T20:05:50.437Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
73352024-10-11T20:05:50.437Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
73362024-10-11T20:05:50.437Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
73372024-10-11T20:05:50.437Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
73382024-10-11T20:05:50.437Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
73392024-10-11T20:05:50.437Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
73402024-10-11T20:05:50.437Z Fresh openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
73412024-10-11T20:05:50.437Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
73422024-10-11T20:05:50.437Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
73432024-10-11T20:05:50.437Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
73442024-10-11T20:05:50.437Z Fresh clickhouse-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-client)
73452024-10-11T20:05:50.437Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
73462024-10-11T20:05:50.437Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
73472024-10-11T20:05:50.438Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
73482024-10-11T20:05:50.438Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
73492024-10-11T20:05:50.438Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
73502024-10-11T20:05:50.438Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
73512024-10-11T20:05:50.438Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
73522024-10-11T20:05:50.441Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
73532024-10-11T20:05:50.441Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
73542024-10-11T20:05:50.441Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
73552024-10-11T20:05:50.441Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
73562024-10-11T20:05:50.441Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
73572024-10-11T20:05:50.441Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
73582024-10-11T20:05:50.441Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
73592024-10-11T20:05:50.441Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
73602024-10-11T20:05:50.441Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
73612024-10-11T20:05:50.441Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
73622024-10-11T20:05:50.441Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
73632024-10-11T20:05:50.441Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
73642024-10-11T20:05:50.441Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
73652024-10-11T20:05:50.441Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
73662024-10-11T20:05:50.441Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
73672024-10-11T20:05:50.441Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
73682024-10-11T20:05:50.441Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
73692024-10-11T20:05:50.441Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
73702024-10-11T20:05:50.441Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
73712024-10-11T20:05:50.441Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
73722024-10-11T20:05:50.441Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
73732024-10-11T20:05:50.441Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
73742024-10-11T20:05:50.441Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
73752024-10-11T20:05:50.441Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
73762024-10-11T20:05:50.441Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
73772024-10-11T20:05:50.442Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
73782024-10-11T20:05:50.442Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
73792024-10-11T20:05:50.442Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
73802024-10-11T20:05:50.442Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
73812024-10-11T20:05:50.442Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
73822024-10-11T20:05:50.442Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
73832024-10-11T20:05:50.442Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
73842024-10-11T20:05:50.442Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
73852024-10-11T20:05:50.442Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
73862024-10-11T20:05:50.442Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
73872024-10-11T20:05:50.442Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
73882024-10-11T20:05:50.442Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
73892024-10-11T20:05:50.442Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
73902024-10-11T20:05:50.442Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
73912024-10-11T20:05:50.442Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
73922024-10-11T20:05:50.442Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
73932024-10-11T20:05:50.442Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
73942024-10-11T20:05:50.442Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
73952024-10-11T20:05:50.442Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
73962024-10-11T20:05:50.442Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
73972024-10-11T20:05:50.442Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
73982024-10-11T20:05:50.442Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
73992024-10-11T20:05:50.442Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
74002024-10-11T20:05:50.442Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
74012024-10-11T20:05:50.442Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1.52s
74022024-10-11T20:05:50.504Z Doc-tests api_identity
74032024-10-11T20:05:50.507Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-d9078d40c145551c.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
74042024-10-11T20:05:50.877Z
74052024-10-11T20:05:50.877Zrunning 0 tests
74062024-10-11T20:05:50.877Z
74072024-10-11T20:05:50.877Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
74082024-10-11T20:05:50.877Z
74092024-10-11T20:05:50.885Z Doc-tests authz_macros
74102024-10-11T20:05:50.885Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-97e134f58932d91b.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-1dec2ff04e09d9a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-19b29a9107eb9760.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-f32ebe206649a34b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
74112024-10-11T20:05:51.008Z
74122024-10-11T20:05:51.008Zrunning 7 tests
74132024-10-11T20:05:51.024Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 109) ... ignored
74142024-10-11T20:05:51.024Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 122) ... ignored
74152024-10-11T20:05:51.025Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 27) ... ignored
74162024-10-11T20:05:51.025Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 46) ... ignored
74172024-10-11T20:05:51.025Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 59) ... ignored
74182024-10-11T20:05:51.025Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 76) ... ignored
74192024-10-11T20:05:51.025Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 94) ... ignored
74202024-10-11T20:05:51.025Z
74212024-10-11T20:05:51.025Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
74222024-10-11T20:05:51.025Z
74232024-10-11T20:05:51.025Z Doc-tests bootstore
74242024-10-11T20:05:51.072Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a21a0134acdb5461.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-03b0f53e0e1bc97f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b508f161ffaf58d6.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c1b935b082f1fe7f.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-263f62f7b32356e3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-bb8cc523f92d473b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-122117adc0fdde1e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-b122a2dba3037d1c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
74252024-10-11T20:05:51.849Z
74262024-10-11T20:05:51.849Zrunning 0 tests
74272024-10-11T20:05:51.849Z
74282024-10-11T20:05:51.849Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
74292024-10-11T20:05:51.849Z
74302024-10-11T20:05:51.916Z Doc-tests bootstrap_agent_api
74312024-10-11T20:05:51.916Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-7fafdb8e59c2a2c6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d164ab8bc99814ee.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
74322024-10-11T20:05:52.265Z
74332024-10-11T20:05:52.265Zrunning 2 tests
74342024-10-11T20:05:52.267Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 32) ... ignored
74352024-10-11T20:05:52.268Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 38) ... ignored
74362024-10-11T20:05:52.268Z
74372024-10-11T20:05:52.268Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
74382024-10-11T20:05:52.268Z
74392024-10-11T20:05:52.284Z Doc-tests bootstrap_agent_client
74402024-10-11T20:05:52.287Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e5bc3d6c3572dee5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bf2937c29393a178.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
74412024-10-11T20:05:53.135Z
74422024-10-11T20:05:53.135Zrunning 0 tests
74432024-10-11T20:05:53.135Z
74442024-10-11T20:05:53.135Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
74452024-10-11T20:05:53.135Z
74462024-10-11T20:05:53.162Z Doc-tests clickhouse_admin_api
74472024-10-11T20:05:53.165Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-f600fb80a2519a65.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-db8c0935ab7b4149.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
74482024-10-11T20:05:53.417Z
74492024-10-11T20:05:53.417Zrunning 2 tests
74502024-10-11T20:05:53.420Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_api_mod::api_description (line 42) ... ignored
74512024-10-11T20:05:53.420Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_api_mod::stub_api_description (line 48) ... ignored
74522024-10-11T20:05:53.420Z
74532024-10-11T20:05:53.420Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
74542024-10-11T20:05:53.420Z
74552024-10-11T20:05:53.438Z Doc-tests clickhouse_admin_client
74562024-10-11T20:05:53.440Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name clickhouse_admin_client --test clients/clickhouse-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-f600fb80a2519a65.rlib --extern clickhouse_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_client-94fc1672dff0a079.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-db8c0935ab7b4149.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bf2937c29393a178.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
74572024-10-11T20:05:53.991Z
74582024-10-11T20:05:53.991Zrunning 0 tests
74592024-10-11T20:05:53.991Z
74602024-10-11T20:05:53.991Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
74612024-10-11T20:05:53.991Z
74622024-10-11T20:05:54.014Z Doc-tests clickhouse_admin_types
74632024-10-11T20:05:54.016Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a68c8ac5ba7f8431.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-db8c0935ab7b4149.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c1b935b082f1fe7f.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
74642024-10-11T20:05:54.451Z
74652024-10-11T20:05:54.451Zrunning 0 tests
74662024-10-11T20:05:54.451Z
74672024-10-11T20:05:54.451Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
74682024-10-11T20:05:54.451Z
74692024-10-11T20:05:54.473Z Doc-tests cockroach_admin_api
74702024-10-11T20:05:54.476Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-b1416974314be587.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-061a498f1fcf6a0d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
74712024-10-11T20:05:54.673Z
74722024-10-11T20:05:54.673Zrunning 2 tests
74732024-10-11T20:05:54.676Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 20) ... ignored
74742024-10-11T20:05:54.676Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 26) ... ignored
74752024-10-11T20:05:54.676Z
74762024-10-11T20:05:54.676Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
74772024-10-11T20:05:54.676Z
74782024-10-11T20:05:54.686Z Doc-tests cockroach_admin_client
74792024-10-11T20:05:54.689Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-0deb8bcd382c4b11.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bf2937c29393a178.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
74802024-10-11T20:05:54.945Z
74812024-10-11T20:05:54.946Zrunning 0 tests
74822024-10-11T20:05:54.946Z
74832024-10-11T20:05:54.946Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
74842024-10-11T20:05:54.946Z
74852024-10-11T20:05:54.960Z Doc-tests cockroach_admin_types
74862024-10-11T20:05:54.963Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-061a498f1fcf6a0d.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d4891348ab354bc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-6d367ed7b6751a30.so -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
74872024-10-11T20:05:55.101Z
74882024-10-11T20:05:55.101Zrunning 0 tests
74892024-10-11T20:05:55.101Z
74902024-10-11T20:05:55.101Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
74912024-10-11T20:05:55.101Z
74922024-10-11T20:05:55.109Z Doc-tests db_macros
74932024-10-11T20:05:55.112Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-63eb5d65395c4088.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-1dec2ff04e09d9a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-19b29a9107eb9760.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-f32ebe206649a34b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
74942024-10-11T20:05:55.352Z
74952024-10-11T20:05:55.352Zrunning 3 tests
74962024-10-11T20:05:55.354Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
74972024-10-11T20:05:55.354Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 51) ... ignored
74982024-10-11T20:05:55.354Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 76) ... ignored
74992024-10-11T20:05:55.354Z
75002024-10-11T20:05:55.354Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
75012024-10-11T20:05:55.354Z
75022024-10-11T20:05:55.365Z Doc-tests dns_server
75032024-10-11T20:05:55.368Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1ddf7de24cb3e407.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4fb270fadc515097.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c221f7ada05ad8e3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2d04fe982e957019.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a51fbaf6ad0155f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-dd219e33a1c62947.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-0a877860b9675be0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41a7a9e236107955.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
75042024-10-11T20:05:55.706Z
75052024-10-11T20:05:55.706Zrunning 0 tests
75062024-10-11T20:05:55.706Z
75072024-10-11T20:05:55.706Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
75082024-10-11T20:05:55.706Z
75092024-10-11T20:05:55.725Z Doc-tests dns_server_api
75102024-10-11T20:05:55.728Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4fb270fadc515097.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
75112024-10-11T20:05:55.940Z
75122024-10-11T20:05:55.940Zrunning 2 tests
75132024-10-11T20:05:55.943Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 104) ... ignored
75142024-10-11T20:05:55.943Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 110) ... ignored
75152024-10-11T20:05:55.943Z
75162024-10-11T20:05:55.943Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
75172024-10-11T20:05:55.943Z
75182024-10-11T20:05:55.957Z Doc-tests dns_service_client
75192024-10-11T20:05:55.960Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c221f7ada05ad8e3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bf2937c29393a178.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
75202024-10-11T20:05:56.216Z
75212024-10-11T20:05:56.216Zrunning 0 tests
75222024-10-11T20:05:56.217Z
75232024-10-11T20:05:56.217Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
75242024-10-11T20:05:56.217Z
75252024-10-11T20:05:56.234Z Doc-tests dpd_client
75262024-10-11T20:05:56.237Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dpd_client --test clients/dpd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dpd-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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8a5b5ded5d2ca92d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-996ede9d6db7d79b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
75272024-10-11T20:05:57.345Z
75282024-10-11T20:05:57.345Zrunning 0 tests
75292024-10-11T20:05:57.345Z
75302024-10-11T20:05:57.345Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
75312024-10-11T20:05:57.345Z
75322024-10-11T20:05:57.376Z Doc-tests end_to_end_tests
75332024-10-11T20:05:57.379Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-43f69afcb50accdb.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-c2930c5a58e072f9.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-261c7958077d4cd5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-dd219e33a1c62947.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2aa57df40d917e83.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-ecb636ae323aec6f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f2d7ba54f289716d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5fd838510ca0742e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-04f0fbc99a756913.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-375154caae1bf16a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d164ab8bc99814ee.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
75342024-10-11T20:05:57.839Z
75352024-10-11T20:05:57.839Zrunning 0 tests
75362024-10-11T20:05:57.840Z
75372024-10-11T20:05:57.840Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
75382024-10-11T20:05:57.840Z
75392024-10-11T20:05:57.861Z Doc-tests gateway_api
75402024-10-11T20:05:57.863Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-8e00cbba6478192b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-04cd6c4ea65e5f18.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
75412024-10-11T20:05:58.228Z
75422024-10-11T20:05:58.228Zrunning 2 tests
75432024-10-11T20:05:58.230Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 41) ... ignored
75442024-10-11T20:05:58.230Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 47) ... ignored
75452024-10-11T20:05:58.230Z
75462024-10-11T20:05:58.230Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
75472024-10-11T20:05:58.230Z
75482024-10-11T20:05:58.248Z Doc-tests gateway_client
75492024-10-11T20:05:58.251Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e5be7b02fe71b1a0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bf2937c29393a178.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
75502024-10-11T20:05:59.211Z
75512024-10-11T20:05:59.211Zrunning 0 tests
75522024-10-11T20:05:59.211Z
75532024-10-11T20:05:59.211Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
75542024-10-11T20:05:59.211Z
75552024-10-11T20:05:59.237Z Doc-tests gateway_test_utils
75562024-10-11T20:05:59.242Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-de9a7f47a28e139d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-04cd6c4ea65e5f18.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-cebccc0279344ee9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e144120f2741766e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
75572024-10-11T20:05:59.895Z
75582024-10-11T20:05:59.895Zrunning 0 tests
75592024-10-11T20:05:59.895Z
75602024-10-11T20:05:59.895Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
75612024-10-11T20:05:59.895Z
75622024-10-11T20:05:59.920Z Doc-tests gateway_types
75632024-10-11T20:05:59.926Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-04cd6c4ea65e5f18.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-9228379cda021748.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
75642024-10-11T20:06:00.502Z
75652024-10-11T20:06:00.502Zrunning 0 tests
75662024-10-11T20:06:00.502Z
75672024-10-11T20:06:00.506Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
75682024-10-11T20:06:00.506Z
75692024-10-11T20:06:00.527Z Doc-tests illumos_utils
75702024-10-11T20:06:00.531Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-836cfe3735c20c7d.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-52357a1ecef61216.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-fc1d90a66724882f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5ab86862fbd0b9ae.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-3c35e5265fe3351b.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-e1e288059d9c195a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5345a57482515560.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-481ec9f9cd50a9a2.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0c3f216cf9048aab.rlib -C embed-bitcode=no --cfg 'feature="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' --check-cfg 'cfg(svcadm_autoclear)' --document-private-items -D warnings --error-format human`
75712024-10-11T20:06:02.384Z
75722024-10-11T20:06:02.384Zrunning 0 tests
75732024-10-11T20:06:02.384Z
75742024-10-11T20:06:02.384Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
75752024-10-11T20:06:02.384Z
75762024-10-11T20:06:02.434Z Doc-tests installinator
75772024-10-11T20:06:02.437Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1cac0bbb8517eede.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-61be641122cdfc7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-5bc661ca46f021d6.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-a4ad2b2c6587baf7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bad1ed1b0375b0c1.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-9228379cda021748.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-086bb24280a76d59.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-dcd013a1bbf14a42.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d0ad22795112b2c8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9a7ef10e6dcea2e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5345a57482515560.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-6d367ed7b6751a30.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a9802cbb7e4424e8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e04cb5c1424c522f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' --document-private-items -D warnings --error-format human`
75782024-10-11T20:06:03.199Z
75792024-10-11T20:06:03.199Zrunning 0 tests
75802024-10-11T20:06:03.200Z
75812024-10-11T20:06:03.200Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
75822024-10-11T20:06:03.200Z
75832024-10-11T20:06:03.226Z Doc-tests installinator_api
75842024-10-11T20:06:03.230Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-af5b94c4ad7f11d3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bad1ed1b0375b0c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
75852024-10-11T20:06:03.496Z
75862024-10-11T20:06:03.496Zrunning 2 tests
75872024-10-11T20:06:03.532Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 39) ... ignored
75882024-10-11T20:06:03.532Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 45) ... ignored
75892024-10-11T20:06:03.532Z
75902024-10-11T20:06:03.532Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
75912024-10-11T20:06:03.533Z
75922024-10-11T20:06:03.533Z Doc-tests installinator_client
75932024-10-11T20:06:03.533Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-a4ad2b2c6587baf7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bad1ed1b0375b0c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bf2937c29393a178.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e04cb5c1424c522f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
75942024-10-11T20:06:04.321Z
75952024-10-11T20:06:04.321Zrunning 0 tests
75962024-10-11T20:06:04.321Z
75972024-10-11T20:06:04.321Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
75982024-10-11T20:06:04.321Z
75992024-10-11T20:06:04.349Z Doc-tests installinator_common
76002024-10-11T20:06:04.351Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bad1ed1b0375b0c1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-6d367ed7b6751a30.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e04cb5c1424c522f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
76012024-10-11T20:06:04.707Z
76022024-10-11T20:06:04.707Zrunning 0 tests
76032024-10-11T20:06:04.707Z
76042024-10-11T20:06:04.707Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76052024-10-11T20:06:04.707Z
76062024-10-11T20:06:04.729Z Doc-tests internal_dns_resolver
76072024-10-11T20:06:04.735Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1ddf7de24cb3e407.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c221f7ada05ad8e3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-dd219e33a1c62947.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bf2937c29393a178.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41a7a9e236107955.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
76082024-10-11T20:06:04.968Z
76092024-10-11T20:06:04.968Zrunning 0 tests
76102024-10-11T20:06:04.968Z
76112024-10-11T20:06:04.968Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76122024-10-11T20:06:04.968Z
76132024-10-11T20:06:04.985Z Doc-tests internal_dns_types
76142024-10-11T20:06:04.988Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
76152024-10-11T20:06:05.278Z
76162024-10-11T20:06:05.278Zrunning 0 tests
76172024-10-11T20:06:05.278Z
76182024-10-11T20:06:05.278Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76192024-10-11T20:06:05.278Z
76202024-10-11T20:06:05.299Z Doc-tests ipcc
76212024-10-11T20:06:05.302Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b508f161ffaf58d6.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-9228379cda021748.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-fb447f662e3fc4cd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-6d367ed7b6751a30.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
76222024-10-11T20:06:05.531Z
76232024-10-11T20:06:05.531Zrunning 0 tests
76242024-10-11T20:06:05.531Z
76252024-10-11T20:06:05.531Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76262024-10-11T20:06:05.531Z
76272024-10-11T20:06:05.548Z Doc-tests key_manager
76282024-10-11T20:06:05.550Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-263f62f7b32356e3.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d782b98bd8f3eefd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-bb8cc523f92d473b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-122117adc0fdde1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
76292024-10-11T20:06:05.786Z
76302024-10-11T20:06:05.786Zrunning 0 tests
76312024-10-11T20:06:05.786Z
76322024-10-11T20:06:05.786Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76332024-10-11T20:06:05.786Z
76342024-10-11T20:06:05.804Z Doc-tests live_tests_macros
76352024-10-11T20:06:05.807Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-c4b19a122abeda80.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
76362024-10-11T20:06:05.877Z
76372024-10-11T20:06:05.877Zrunning 1 test
76382024-10-11T20:06:05.880Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
76392024-10-11T20:06:05.880Z
76402024-10-11T20:06:05.880Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
76412024-10-11T20:06:05.880Z
76422024-10-11T20:06:05.884Z Doc-tests nexus_auth
76432024-10-11T20:06:05.887Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-97e134f58932d91b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4d36d7576c2a65fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-76eea46ac0b291f3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-33ea995f57b3768d.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-3c7632f13d8bd578.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-87005985b6ff1e6f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8b1774e5bfcf5fb6.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-c1faf2f1872ab3ef.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a25a3563f9485015.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-158356caa281290b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
76442024-10-11T20:06:07.129Z
76452024-10-11T20:06:07.129Zrunning 0 tests
76462024-10-11T20:06:07.129Z
76472024-10-11T20:06:07.129Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76482024-10-11T20:06:07.129Z
76492024-10-11T20:06:07.160Z Doc-tests nexus_client
76502024-10-11T20:06:07.163Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-18dd730e45d5560a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a2459b4370421d8f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bf2937c29393a178.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
76512024-10-11T20:06:09.046Z
76522024-10-11T20:06:09.046Zrunning 0 tests
76532024-10-11T20:06:09.046Z
76542024-10-11T20:06:09.046Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76552024-10-11T20:06:09.046Z
76562024-10-11T20:06:09.089Z Doc-tests nexus_config
76572024-10-11T20:06:09.092Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f2d8f1f749fcdbde.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
76582024-10-11T20:06:09.621Z
76592024-10-11T20:06:09.621Zrunning 0 tests
76602024-10-11T20:06:09.621Z
76612024-10-11T20:06:09.621Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76622024-10-11T20:06:09.621Z
76632024-10-11T20:06:09.644Z Doc-tests nexus_db_fixed_data
76642024-10-11T20:06:09.647Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-3c7632f13d8bd578.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-87005985b6ff1e6f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
76652024-10-11T20:06:10.089Z
76662024-10-11T20:06:10.089Zrunning 0 tests
76672024-10-11T20:06:10.089Z
76682024-10-11T20:06:10.089Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76692024-10-11T20:06:10.089Z
76702024-10-11T20:06:10.110Z Doc-tests nexus_db_model
76712024-10-11T20:06:10.113Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-db8c0935ab7b4149.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-63eb5d65395c4088.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-13e1fb9cd2b62a35.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7db88011c84bec8a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f2d8f1f749fcdbde.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-87005985b6ff1e6f.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-9ee3b09736c9f1f9.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6204514cdbd6b31e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a2459b4370421d8f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a226eb8ffa208e03.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-391af38f426c4e7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1fe68b9f16cfe0fd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-df56d017779c676d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
76722024-10-11T20:06:22.296Z
76732024-10-11T20:06:22.296Zrunning 2 tests
76742024-10-11T20:06:24.862Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
76752024-10-11T20:07:01.020Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
76762024-10-11T20:07:01.020Z
76772024-10-11T20:07:01.023Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 38.72s
76782024-10-11T20:07:01.023Z
76792024-10-11T20:07:01.211Z Doc-tests nexus_db_queries
76802024-10-11T20:07:01.216Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1604f69fcfb42e58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-db8c0935ab7b4149.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-87cd2860d09efc26.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-63eb5d65395c4088.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7db88011c84bec8a.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-486985f93d8d0f26.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e5be7b02fe71b1a0.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-fe99b460c5745162.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-33ea995f57b3768d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f2d8f1f749fcdbde.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-3c7632f13d8bd578.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-87005985b6ff1e6f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-640d34b2d3fdb698.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-f7ce6b9e79c79528.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c4c1c4b87a7b5be1.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5366fe9d7ae9361c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a2459b4370421d8f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f2d7ba54f289716d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-c1faf2f1872ab3ef.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-457abf17ed177e26.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-84c8197aa555f2bf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-391af38f426c4e7b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4edd16aba6d0609f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1fe68b9f16cfe0fd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-df56d017779c676d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d2b024c6cdb0145f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --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`
76812024-10-11T20:07:03.583Z
76822024-10-11T20:07:03.583Zrunning 1 test
76832024-10-11T20:07:09.644Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 222) ... ok
76842024-10-11T20:07:09.644Z
76852024-10-11T20:07:09.648Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.06s
76862024-10-11T20:07:09.648Z
76872024-10-11T20:07:09.713Z Doc-tests nexus_defaults
76882024-10-11T20:07:09.715Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-9ee3b09736c9f1f9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
76892024-10-11T20:07:09.918Z
76902024-10-11T20:07:09.918Zrunning 0 tests
76912024-10-11T20:07:09.918Z
76922024-10-11T20:07:09.918Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
76932024-10-11T20:07:09.918Z
76942024-10-11T20:07:09.934Z Doc-tests nexus_external_api
76952024-10-11T20:07:09.937Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-52ce611031563794.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-d27a2fbce2ae536a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f0cfb971ab7e7a11.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7fdb07b1b748a5cd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
76962024-10-11T20:07:10.462Z
76972024-10-11T20:07:10.462Zrunning 2 tests
76982024-10-11T20:07:10.465Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 74) ... ignored
76992024-10-11T20:07:10.465Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 80) ... ignored
77002024-10-11T20:07:10.465Z
77012024-10-11T20:07:10.465Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
77022024-10-11T20:07:10.465Z
77032024-10-11T20:07:10.488Z Doc-tests nexus_internal_api
77042024-10-11T20:07:10.491Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-6a775ea9ed3ebdb1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
77052024-10-11T20:07:10.888Z
77062024-10-11T20:07:10.888Zrunning 2 tests
77072024-10-11T20:07:10.890Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 58) ... ignored
77082024-10-11T20:07:10.890Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 64) ... ignored
77092024-10-11T20:07:10.890Z
77102024-10-11T20:07:10.890Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
77112024-10-11T20:07:10.890Z
77122024-10-11T20:07:10.912Z Doc-tests nexus_inventory
77132024-10-11T20:07:10.914Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clickhouse_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_client-94fc1672dff0a079.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-db8c0935ab7b4149.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e5be7b02fe71b1a0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-de9a7f47a28e139d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-f7ce6b9e79c79528.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f2d7ba54f289716d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1fe68b9f16cfe0fd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-2001f0410d8c3bb1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
77142024-10-11T20:07:11.270Z
77152024-10-11T20:07:11.270Zrunning 0 tests
77162024-10-11T20:07:11.270Z
77172024-10-11T20:07:11.271Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77182024-10-11T20:07:11.271Z
77192024-10-11T20:07:11.292Z Doc-tests nexus_macros_common
77202024-10-11T20:07:11.295Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-1dec2ff04e09d9a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
77212024-10-11T20:07:11.367Z
77222024-10-11T20:07:11.367Zrunning 0 tests
77232024-10-11T20:07:11.367Z
77242024-10-11T20:07:11.367Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77252024-10-11T20:07:11.367Z
77262024-10-11T20:07:11.375Z Doc-tests nexus_metrics_producer_gc
77272024-10-11T20:07:11.378Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1604f69fcfb42e58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7db88011c84bec8a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-aeab3a67dbf57927.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-87005985b6ff1e6f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-640d34b2d3fdb698.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-5b584830219525d3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5366fe9d7ae9361c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3528801edfaa2d74.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
77282024-10-11T20:07:11.779Z
77292024-10-11T20:07:11.779Zrunning 0 tests
77302024-10-11T20:07:11.779Z
77312024-10-11T20:07:11.779Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77322024-10-11T20:07:11.779Z
77332024-10-11T20:07:11.805Z Doc-tests nexus_networking
77342024-10-11T20:07:11.808Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-640d34b2d3fdb698.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-20981d8290396d76.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1fe68b9f16cfe0fd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
77352024-10-11T20:07:12.214Z
77362024-10-11T20:07:12.214Zrunning 0 tests
77372024-10-11T20:07:12.214Z
77382024-10-11T20:07:12.214Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77392024-10-11T20:07:12.214Z
77402024-10-11T20:07:12.242Z Doc-tests nexus_reconfigurator_execution
77412024-10-11T20:07:12.250Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1604f69fcfb42e58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-f600fb80a2519a65.rlib --extern clickhouse_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_client-94fc1672dff0a079.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-db8c0935ab7b4149.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-0deb8bcd382c4b11.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7db88011c84bec8a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-aeab3a67dbf57927.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-c57ae2e537255ab5.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-31ac23f604d0b3af.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f2d8f1f749fcdbde.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-87005985b6ff1e6f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-640d34b2d3fdb698.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-f7ce6b9e79c79528.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-20981d8290396d76.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-9bef6f2ff1b17f6f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c4c1c4b87a7b5be1.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-fbd8458dd86682ce.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5366fe9d7ae9361c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9c623d4af83fb8d3.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-5a0fddfde9b13c4e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1fe68b9f16cfe0fd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e04cb5c1424c522f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
77422024-10-11T20:07:12.699Z
77432024-10-11T20:07:12.699Zrunning 0 tests
77442024-10-11T20:07:12.699Z
77452024-10-11T20:07:12.699Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77462024-10-11T20:07:12.699Z
77472024-10-11T20:07:12.727Z Doc-tests nexus_reconfigurator_planning
77482024-10-11T20:07:12.730Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-db8c0935ab7b4149.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e5be7b02fe71b1a0.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-c57ae2e537255ab5.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f2d8f1f749fcdbde.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-f7ce6b9e79c79528.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c4c1c4b87a7b5be1.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1fe68b9f16cfe0fd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-6d367ed7b6751a30.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-2001f0410d8c3bb1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
77492024-10-11T20:07:13.193Z
77502024-10-11T20:07:13.193Zrunning 0 tests
77512024-10-11T20:07:13.193Z
77522024-10-11T20:07:13.193Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77532024-10-11T20:07:13.193Z
77542024-10-11T20:07:13.217Z Doc-tests nexus_reconfigurator_preparation
77552024-10-11T20:07:13.220Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-87005985b6ff1e6f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-640d34b2d3fdb698.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-fbd8458dd86682ce.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
77562024-10-11T20:07:13.601Z
77572024-10-11T20:07:13.601Zrunning 0 tests
77582024-10-11T20:07:13.601Z
77592024-10-11T20:07:13.601Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77602024-10-11T20:07:13.601Z
77612024-10-11T20:07:13.625Z Doc-tests nexus_saga_recovery
77622024-10-11T20:07:13.628Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-33ea995f57b3768d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-87005985b6ff1e6f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-640d34b2d3fdb698.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6331ea29f7dff49a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5366fe9d7ae9361c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9c623d4af83fb8d3.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-df56d017779c676d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
77632024-10-11T20:07:13.980Z
77642024-10-11T20:07:13.981Zrunning 0 tests
77652024-10-11T20:07:13.981Z
77662024-10-11T20:07:13.981Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77672024-10-11T20:07:13.981Z
77682024-10-11T20:07:14.003Z Doc-tests nexus_sled_agent_shared
77692024-10-11T20:07:14.006Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a2459b4370421d8f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
77702024-10-11T20:07:14.387Z
77712024-10-11T20:07:14.387Zrunning 0 tests
77722024-10-11T20:07:14.387Z
77732024-10-11T20:07:14.387Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77742024-10-11T20:07:14.387Z
77752024-10-11T20:07:14.408Z Doc-tests nexus_test_interface
77762024-10-11T20:07:14.410Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f2d8f1f749fcdbde.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b7f9e3dd0c7d3c77.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
77772024-10-11T20:07:14.697Z
77782024-10-11T20:07:14.697Zrunning 0 tests
77792024-10-11T20:07:14.697Z
77802024-10-11T20:07:14.697Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77812024-10-11T20:07:14.697Z
77822024-10-11T20:07:14.718Z Doc-tests nexus_test_utils
77832024-10-11T20:07:14.721Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5a8b88864330aa18.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1ddf7de24cb3e407.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c221f7ada05ad8e3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-de9a7f47a28e139d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-76eea46ac0b291f3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-dd219e33a1c62947.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-112c7170937fa33c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-18dd730e45d5560a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f2d8f1f749fcdbde.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-640d34b2d3fdb698.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b7f9e3dd0c7d3c77.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5366fe9d7ae9361c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a2459b4370421d8f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f2d7ba54f289716d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-71037d7fffbbfd6e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fe9ccaa826f653f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-158356caa281290b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1fe68b9f16cfe0fd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-dev"))' --document-private-items -D warnings --error-format human`
77842024-10-11T20:07:15.664Z
77852024-10-11T20:07:15.664Zrunning 0 tests
77862024-10-11T20:07:15.664Z
77872024-10-11T20:07:15.664Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77882024-10-11T20:07:15.664Z
77892024-10-11T20:07:15.696Z Doc-tests nexus_test_utils_macros
77902024-10-11T20:07:15.699Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9c623d4af83fb8d3.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
77912024-10-11T20:07:15.772Z
77922024-10-11T20:07:15.772Zrunning 1 test
77932024-10-11T20:07:15.777Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 43) ... ignored
77942024-10-11T20:07:15.777Z
77952024-10-11T20:07:15.777Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
77962024-10-11T20:07:15.777Z
77972024-10-11T20:07:15.782Z Doc-tests nexus_types
77982024-10-11T20:07:15.782Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-d9078d40c145551c.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-db8c0935ab7b4149.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4d36d7576c2a65fc.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-13e1fb9cd2b62a35.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c1b935b082f1fe7f.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e5be7b02fe71b1a0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-31ac23f604d0b3af.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a2459b4370421d8f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8b1774e5bfcf5fb6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7fdb07b1b748a5cd.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a226eb8ffa208e03.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-df56d017779c676d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-6d367ed7b6751a30.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e04cb5c1424c522f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
77992024-10-11T20:07:18.606Z
78002024-10-11T20:07:18.606Zrunning 0 tests
78012024-10-11T20:07:18.606Z
78022024-10-11T20:07:18.606Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78032024-10-11T20:07:18.606Z
78042024-10-11T20:07:18.671Z Doc-tests omicron_certificates
78052024-10-11T20:07:18.674Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-bb01e7ef2f5b8a88.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6204514cdbd6b31e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8b1774e5bfcf5fb6.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9d9e768368c14300.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78062024-10-11T20:07:18.932Z
78072024-10-11T20:07:18.932Zrunning 0 tests
78082024-10-11T20:07:18.932Z
78092024-10-11T20:07:18.932Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78102024-10-11T20:07:18.932Z
78112024-10-11T20:07:18.950Z Doc-tests omicron_clickhouse_admin
78122024-10-11T20:07:18.952Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-f600fb80a2519a65.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-db8c0935ab7b4149.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4f2919123c7fa7d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5366fe9d7ae9361c.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-7841c4b902bece4c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-acb5ff6bdeae1218.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9f2efb71b119e1ff.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78132024-10-11T20:07:19.240Z
78142024-10-11T20:07:19.241Zrunning 0 tests
78152024-10-11T20:07:19.241Z
78162024-10-11T20:07:19.241Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78172024-10-11T20:07:19.241Z
78182024-10-11T20:07:19.260Z Doc-tests omicron_cockroach_admin
78192024-10-11T20:07:19.263Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-b1416974314be587.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-061a498f1fcf6a0d.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d4891348ab354bc4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5366fe9d7ae9361c.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-9948b658153dc658.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-6d367ed7b6751a30.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
78202024-10-11T20:07:19.551Z
78212024-10-11T20:07:19.551Zrunning 0 tests
78222024-10-11T20:07:19.551Z
78232024-10-11T20:07:19.551Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78242024-10-11T20:07:19.551Z
78252024-10-11T20:07:19.570Z Doc-tests omicron_common
78262024-10-11T20:07:19.573Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-d9078d40c145551c.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4e837b6a185b9e4c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-80e1455d59ead7e9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a226eb8ffa208e03.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-996ede9d6db7d79b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-15f3581ce9224907.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-158356caa281290b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-6d367ed7b6751a30.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' --document-private-items -D warnings --error-format human`
78272024-10-11T20:07:21.628Z
78282024-10-11T20:07:21.628Zrunning 2 tests
78292024-10-11T20:07:21.630Ztest common/src/lib.rs - FileKv (line 40) ... ignored
78302024-10-11T20:07:26.315Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 612) ... ok
78312024-10-11T20:07:26.315Z
78322024-10-11T20:07:26.318Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.69s
78332024-10-11T20:07:26.318Z
78342024-10-11T20:07:26.365Z Doc-tests omicron_ddm_admin_client
78352024-10-11T20:07:26.367Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-85b096bbceaff1b6.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-086bb24280a76d59.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-996ede9d6db7d79b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78362024-10-11T20:07:26.624Z
78372024-10-11T20:07:26.624Zrunning 0 tests
78382024-10-11T20:07:26.624Z
78392024-10-11T20:07:26.624Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78402024-10-11T20:07:26.624Z
78412024-10-11T20:07:26.642Z Doc-tests omicron_dev_lib
78422024-10-11T20:07:26.645Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-ac9e471f890efe8b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78432024-10-11T20:07:26.861Z
78442024-10-11T20:07:26.861Zrunning 0 tests
78452024-10-11T20:07:26.861Z
78462024-10-11T20:07:26.861Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78472024-10-11T20:07:26.861Z
78482024-10-11T20:07:26.878Z Doc-tests omicron_gateway
78492024-10-11T20:07:26.880Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-8e00cbba6478192b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-e55aa7860c4f81f3.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-de9a7f47a28e139d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-04cd6c4ea65e5f18.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-9228379cda021748.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-cebccc0279344ee9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-58a6fc3b5b6413fc.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fe9ccaa826f653f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-8b929d32c77d7889.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-305ae2e4ccebac81.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e144120f2741766e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-02f795c9d008e0b6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78502024-10-11T20:07:27.543Z
78512024-10-11T20:07:27.543Zrunning 0 tests
78522024-10-11T20:07:27.543Z
78532024-10-11T20:07:27.543Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78542024-10-11T20:07:27.543Z
78552024-10-11T20:07:27.574Z Doc-tests omicron_ls_apis
78562024-10-11T20:07:27.577Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-128211e6bdfc76fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-905eaee62d8ccf08.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a226eb8ffa208e03.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78572024-10-11T20:07:27.768Z
78582024-10-11T20:07:27.768Zrunning 1 test
78592024-10-11T20:07:27.770Ztest dev-tools/ls-apis/src/cargo.rs - cargo::Workspace::walk_required_deps_recursively (line 229) ... ignored
78602024-10-11T20:07:27.770Z
78612024-10-11T20:07:27.770Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
78622024-10-11T20:07:27.770Z
78632024-10-11T20:07:27.780Z Doc-tests omicron_nexus
78642024-10-11T20:07:27.789Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1604f69fcfb42e58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1cac0bbb8517eede.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern clickhouse_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_client-94fc1672dff0a079.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-0deb8bcd382c4b11.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-ff7658f0bdef0d7b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5a8b88864330aa18.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-9356d584d5452433.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4a633880fe6bb6a7.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7db88011c84bec8a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1ddf7de24cb3e407.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c221f7ada05ad8e3.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8a5b5ded5d2ca92d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-d66df7ee8bede590.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e5be7b02fe71b1a0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-de9a7f47a28e139d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-76eea46ac0b291f3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-dd219e33a1c62947.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-112c7170937fa33c.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-aeab3a67dbf57927.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ac4fcd4c9083a226.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-fe99b460c5745162.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-80e1455d59ead7e9.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-33ea995f57b3768d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-18dd730e45d5560a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f2d8f1f749fcdbde.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-87005985b6ff1e6f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-640d34b2d3fdb698.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-9ee3b09736c9f1f9.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-52ce611031563794.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-6a775ea9ed3ebdb1.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-f7ce6b9e79c79528.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-5b584830219525d3.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-20981d8290396d76.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-9bef6f2ff1b17f6f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-c4c1c4b87a7b5be1.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-fbd8458dd86682ce.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6331ea29f7dff49a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b7f9e3dd0c7d3c77.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5366fe9d7ae9361c.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9c623d4af83fb8d3.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-5a0fddfde9b13c4e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a2459b4370421d8f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f2d7ba54f289716d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8b1774e5bfcf5fb6.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5fd838510ca0742e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3528801edfaa2d74.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-71037d7fffbbfd6e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-acb5ff6bdeae1218.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-58a6fc3b5b6413fc.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fe9ccaa826f653f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7fdb07b1b748a5cd.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a226eb8ffa208e03.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-996ede9d6db7d79b.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0a6443584b29c16c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-391af38f426c4e7b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4edd16aba6d0609f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a25a3563f9485015.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-158356caa281290b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-e62acdb2cbf67e6c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1fe68b9f16cfe0fd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d164ab8bc99814ee.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e144120f2741766e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-df56d017779c676d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d2b024c6cdb0145f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-188a227eda0fa507.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-bf099c0959339442.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a9802cbb7e4424e8.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9f7807a91457e9b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e04cb5c1424c522f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
78652024-10-11T20:07:30.488Z
78662024-10-11T20:07:30.488Zrunning 5 tests
78672024-10-11T20:07:30.491Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 235) ... ignored
78682024-10-11T20:07:34.812Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 782) ... ok
78692024-10-11T20:07:34.815Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 760) ... ok
78702024-10-11T20:07:34.818Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 824) ... ok
78712024-10-11T20:07:34.822Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 854) ... ok
78722024-10-11T20:07:34.822Z
78732024-10-11T20:07:34.825Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.33s
78742024-10-11T20:07:34.825Z
78752024-10-11T20:07:34.891Z Doc-tests omicron_package
78762024-10-11T20:07:34.893Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-128211e6bdfc76fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-41c5ca7ff6122940.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-5d64f89f927d11ec.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8be4b95ce6e63459.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d0ad22795112b2c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-33c97d642638f64c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5345a57482515560.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78772024-10-11T20:07:35.145Z
78782024-10-11T20:07:35.145Zrunning 0 tests
78792024-10-11T20:07:35.145Z
78802024-10-11T20:07:35.145Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78812024-10-11T20:07:35.145Z
78822024-10-11T20:07:35.158Z Doc-tests omicron_passwords
78832024-10-11T20:07:35.160Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-7f6f447e095faf0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-ff7658f0bdef0d7b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a2459b4370421d8f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-5183c0a999dee1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78842024-10-11T20:07:35.273Z
78852024-10-11T20:07:35.273Zrunning 0 tests
78862024-10-11T20:07:35.273Z
78872024-10-11T20:07:35.273Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78882024-10-11T20:07:35.273Z
78892024-10-11T20:07:35.280Z Doc-tests omicron_rpaths
78902024-10-11T20:07:35.283Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-87f4eacd97c3de78.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78912024-10-11T20:07:35.350Z
78922024-10-11T20:07:35.350Zrunning 0 tests
78932024-10-11T20:07:35.350Z
78942024-10-11T20:07:35.350Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78952024-10-11T20:07:35.350Z
78962024-10-11T20:07:35.356Z Doc-tests omicron_sled_agent
78972024-10-11T20:07:35.360Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a21a0134acdb5461.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-7fafdb8e59c2a2c6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e5bc3d6c3572dee5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1cac0bbb8517eede.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-5a8b88864330aa18.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c1b935b082f1fe7f.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-1ddf7de24cb3e407.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c221f7ada05ad8e3.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8a5b5ded5d2ca92d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-118ade79276786c8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e5be7b02fe71b1a0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-3548a625dbcb9f3e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-503244b71a8ae7a1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bad1ed1b0375b0c1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d782b98bd8f3eefd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-80e1455d59ead7e9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-18dd730e45d5560a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f2d8f1f749fcdbde.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-086bb24280a76d59.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f2d7ba54f289716d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5ab86862fbd0b9ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-58a6fc3b5b6413fc.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fe9ccaa826f653f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0a6443584b29c16c.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8a11f1fa84e84085.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-86b09fc0d7b156c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-15f3581ce9224907.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-122117adc0fdde1e.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-bfbfe1f51d1d5db5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1fe68b9f16cfe0fd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d164ab8bc99814ee.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d0ad22795112b2c8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9a7ef10e6dcea2e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5345a57482515560.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-51fc7c5ea1f4aa27.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-0d08ec7cdcf25bcf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0c3f216cf9048aab.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' --document-private-items -D warnings --error-format human`
78982024-10-11T20:07:37.311Z
78992024-10-11T20:07:37.311Zrunning 0 tests
79002024-10-11T20:07:37.311Z
79012024-10-11T20:07:37.311Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79022024-10-11T20:07:37.311Z
79032024-10-11T20:07:37.361Z Doc-tests omicron_test_utils
79042024-10-11T20:07:37.363Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a68c8ac5ba7f8431.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-65322f84cd556c62.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-19901fd123c66ea5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-76eea46ac0b291f3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-2a4ab6039a735b4e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f2d8f1f749fcdbde.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4edd16aba6d0609f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' --document-private-items -D warnings --error-format human`
79052024-10-11T20:07:37.678Z
79062024-10-11T20:07:37.678Zrunning 0 tests
79072024-10-11T20:07:37.678Z
79082024-10-11T20:07:37.678Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79092024-10-11T20:07:37.678Z
79102024-10-11T20:07:37.698Z Doc-tests omicron_uuid_kinds
79112024-10-11T20:07:37.701Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-31ac23f604d0b3af.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.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)' --check-cfg 'cfg(feature, values("default", "schemars", "schemars08", "serde", "std", "uuid-v4"))' --document-private-items -D warnings --error-format human`
79122024-10-11T20:07:37.802Z
79132024-10-11T20:07:37.802Zrunning 0 tests
79142024-10-11T20:07:37.802Z
79152024-10-11T20:07:37.802Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79162024-10-11T20:07:37.802Z
79172024-10-11T20:07:37.809Z Doc-tests omicron_workspace_hack
79182024-10-11T20:07:37.813Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2015 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-ba6ae25d4c981213.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-ccd418511fd0e494.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-f1815429b9cc9059.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-43a44750c8116f3c.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-f27c634c8e28190b.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a4c480c9db0b285d.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-e992fadcca1ed6f2.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-21aef30ff9a49b69.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-0b179f319982781a.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-555deb2ec3108d6d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-60cd29cf005e63af.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-d203535d0c6e9365.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4d36d7576c2a65fc.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c305da7ac85d23b9.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-918ec9bc5257f5e2.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-a418bd8a5db45e62.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-501ad26f330841d9.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-51799860d4566239.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-235b3a3c205d41a5.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-e486a8fad7c06591.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-de11a116d7f7dd1f.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-c1aa6d2350b74cba.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7faa8b9f3fdb477f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-acd6c3528e857df4.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7739957597c73f63.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-0af99bb190aa0ae2.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9e460c6b16244ac3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-52e4c3f9ee248b43.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-b050ca61f382ec87.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d28686e858e4e4e9.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-c1d67db3a75f1d90.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a51fbaf6ad0155f5.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-5057ff9d5c9d9dda.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ac08d35180befde9.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ab72fc57583364c6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-c0fd835969271114.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-197a32e1da667e01.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb69c56d84ec7036.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-cabd6990d00654d2.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-7ebffa2b30e78119.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-a720034d2cb4e287.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-19a28b98cd1da8cc.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-1b1cee02430f185f.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-1b50779845f357a9.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-f68472f095c24de4.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-1be604d6afb67b30.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-e0c35fe68272df88.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-457abf17ed177e26.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-fcd8ea28b6b8ac77.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-7d938304ceffab4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-7c7a320ed304c137.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-30d8b57c3d4d8836.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ca94a252ff86685f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-5380524236143168.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-2712abd079d598ef.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rlib --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-b93e58a224b7bbd5.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-fb7801688e79354e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a035c1879c20c011.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0d360051f0406bd4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8f73071bde3a3bcf.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-d9f4e0f5b039d12f.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-76833568d688233a.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-637d14a47e73fdaa.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5d14c09c813b8c42.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-773c324f50696e3f.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-380826a9f3294c5e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-74ca2944f94ebadf.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-0862912828a0150a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79192024-10-11T20:07:37.874Z
79202024-10-11T20:07:37.874Zrunning 0 tests
79212024-10-11T20:07:37.874Z
79222024-10-11T20:07:37.874Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79232024-10-11T20:07:37.874Z
79242024-10-11T20:07:37.880Z Doc-tests openapi_manager
79252024-10-11T20:07:37.883Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a68c8ac5ba7f8431.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-7fafdb8e59c2a2c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-f600fb80a2519a65.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-b1416974314be587.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4fb270fadc515097.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7faa8b9f3fdb477f.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-8e00cbba6478192b.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fe7c60a6b43fea40.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-af5b94c4ad7f11d3.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-52ce611031563794.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-6a775ea9ed3ebdb1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-d4c486ecfa8aee65.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-d27a2fbce2ae536a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-b41f02d5439374cc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-fb7801688e79354e.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-bfbfe1f51d1d5db5.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-57f1313dac7d71fe.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79262024-10-11T20:07:38.289Z
79272024-10-11T20:07:38.289Zrunning 0 tests
79282024-10-11T20:07:38.289Z
79292024-10-11T20:07:38.289Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79302024-10-11T20:07:38.289Z
79312024-10-11T20:07:38.313Z Doc-tests openapi_manager_types
79322024-10-11T20:07:38.315Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-d27a2fbce2ae536a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79332024-10-11T20:07:38.382Z
79342024-10-11T20:07:38.382Zrunning 0 tests
79352024-10-11T20:07:38.382Z
79362024-10-11T20:07:38.382Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79372024-10-11T20:07:38.382Z
79382024-10-11T20:07:38.389Z Doc-tests oxide_client
79392024-10-11T20:07:38.392Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-dd219e33a1c62947.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5fd838510ca0742e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bf2937c29393a178.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79402024-10-11T20:07:43.479Z
79412024-10-11T20:07:43.479Zrunning 208 tests
79422024-10-11T20:07:43.482Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
79432024-10-11T20:07:43.482Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
79442024-10-11T20:07:43.482Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
79452024-10-11T20:07:43.482Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
79462024-10-11T20:07:43.482Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
79472024-10-11T20:07:43.482Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
79482024-10-11T20:07:43.482Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
79492024-10-11T20:07:43.482Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
79502024-10-11T20:07:43.482Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
79512024-10-11T20:07:43.482Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 28) ... ignored
79522024-10-11T20:07:43.482Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored
79532024-10-11T20:07:43.482Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored
79542024-10-11T20:07:43.483Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 25) ... ignored
79552024-10-11T20:07:43.483Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored
79562024-10-11T20:07:43.483Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 26) ... ignored
79572024-10-11T20:07:43.483Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored
79582024-10-11T20:07:43.483Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
79592024-10-11T20:07:43.483Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
79602024-10-11T20:07:43.483Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
79612024-10-11T20:07:43.483Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
79622024-10-11T20:07:43.483Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_create (line 25) ... ignored
79632024-10-11T20:07:43.483Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_delete (line 25) ... ignored
79642024-10-11T20:07:43.483Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_list (line 27) ... ignored
79652024-10-11T20:07:43.483Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_view (line 25) ... ignored
79662024-10-11T20:07:43.483Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
79672024-10-11T20:07:43.483Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
79682024-10-11T20:07:43.483Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
79692024-10-11T20:07:43.483Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
79702024-10-11T20:07:43.483Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
79712024-10-11T20:07:43.483Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
79722024-10-11T20:07:43.483Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
79732024-10-11T20:07:43.483Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
79742024-10-11T20:07:43.483Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
79752024-10-11T20:07:43.483Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
79762024-10-11T20:07:43.483Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
79772024-10-11T20:07:43.483Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 26) ... ignored
79782024-10-11T20:07:43.483Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 25) ... ignored
79792024-10-11T20:07:43.483Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
79802024-10-11T20:07:43.483Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
79812024-10-11T20:07:43.483Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
79822024-10-11T20:07:43.483Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
79832024-10-11T20:07:43.483Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
79842024-10-11T20:07:43.483Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
79852024-10-11T20:07:43.483Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
79862024-10-11T20:07:43.483Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
79872024-10-11T20:07:43.483Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
79882024-10-11T20:07:43.483Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
79892024-10-11T20:07:43.483Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 30) ... ignored
79902024-10-11T20:07:43.483Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
79912024-10-11T20:07:43.483Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
79922024-10-11T20:07:43.483Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 26) ... ignored
79932024-10-11T20:07:43.483Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
79942024-10-11T20:07:43.484Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
79952024-10-11T20:07:43.484Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
79962024-10-11T20:07:43.484Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 32) ... ignored
79972024-10-11T20:07:43.488Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::timeseries_query (line 24) ... ignored
79982024-10-11T20:07:43.488Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::timeseries_schema_list (line 25) ... ignored
79992024-10-11T20:07:43.488Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
80002024-10-11T20:07:43.488Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
80012024-10-11T20:07:43.488Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
80022024-10-11T20:07:43.488Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
80032024-10-11T20:07:43.488Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 26) ... ignored
80042024-10-11T20:07:43.488Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 24) ... ignored
80052024-10-11T20:07:43.488Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
80062024-10-11T20:07:43.488Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
80072024-10-11T20:07:43.488Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
80082024-10-11T20:07:43.488Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
80092024-10-11T20:07:43.488Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
80102024-10-11T20:07:43.488Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
80112024-10-11T20:07:43.488Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
80122024-10-11T20:07:43.488Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
80132024-10-11T20:07:43.488Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
80142024-10-11T20:07:43.488Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
80152024-10-11T20:07:43.488Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
80162024-10-11T20:07:43.488Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
80172024-10-11T20:07:43.488Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
80182024-10-11T20:07:43.488Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
80192024-10-11T20:07:43.488Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 26) ... ignored
80202024-10-11T20:07:43.488Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
80212024-10-11T20:07:43.488Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 26) ... ignored
80222024-10-11T20:07:43.488Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
80232024-10-11T20:07:43.488Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
80242024-10-11T20:07:43.488Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
80252024-10-11T20:07:43.488Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
80262024-10-11T20:07:43.489Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
80272024-10-11T20:07:43.489Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored
80282024-10-11T20:07:43.489Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
80292024-10-11T20:07:43.489Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
80302024-10-11T20:07:43.489Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
80312024-10-11T20:07:43.489Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
80322024-10-11T20:07:43.489Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
80332024-10-11T20:07:43.489Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
80342024-10-11T20:07:43.489Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
80352024-10-11T20:07:43.489Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 26) ... ignored
80362024-10-11T20:07:43.489Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
80372024-10-11T20:07:43.489Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 24) ... ignored
80382024-10-11T20:07:43.489Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
80392024-10-11T20:07:43.489Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
80402024-10-11T20:07:43.489Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored
80412024-10-11T20:07:43.489Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
80422024-10-11T20:07:43.489Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
80432024-10-11T20:07:43.489Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored
80442024-10-11T20:07:43.489Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
80452024-10-11T20:07:43.489Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 25) ... ignored
80462024-10-11T20:07:43.489Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
80472024-10-11T20:07:43.489Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
80482024-10-11T20:07:43.489Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
80492024-10-11T20:07:43.489Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_create (line 22) ... ignored
80502024-10-11T20:07:43.489Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_delete (line 24) ... ignored
80512024-10-11T20:07:43.489Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_list (line 26) ... ignored
80522024-10-11T20:07:43.489Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_add (line 27) ... ignored
80532024-10-11T20:07:43.489Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_list (line 28) ... ignored
80542024-10-11T20:07:43.489Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_remove (line 25) ... ignored
80552024-10-11T20:07:43.489Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_add (line 24) ... ignored
80562024-10-11T20:07:43.489Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_list (line 27) ... ignored
80572024-10-11T20:07:43.489Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_remove (line 22) ... ignored
80582024-10-11T20:07:43.489Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_view (line 22) ... ignored
80592024-10-11T20:07:43.489Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_link (line 27) ... ignored
80602024-10-11T20:07:43.489Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_list (line 27) ... ignored
80612024-10-11T20:07:43.489Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_unlink (line 24) ... ignored
80622024-10-11T20:07:43.489Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_update (line 24) ... ignored
80632024-10-11T20:07:43.490Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_update (line 25) ... ignored
80642024-10-11T20:07:43.490Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_utilization_view (line 24) ... ignored
80652024-10-11T20:07:43.490Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_view (line 24) ... ignored
80662024-10-11T20:07:43.490Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 32) ... ignored
80672024-10-11T20:07:43.490Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
80682024-10-11T20:07:43.490Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
80692024-10-11T20:07:43.490Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
80702024-10-11T20:07:43.490Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
80712024-10-11T20:07:43.490Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 22) ... ignored
80722024-10-11T20:07:43.490Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 22) ... ignored
80732024-10-11T20:07:43.490Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 22) ... ignored
80742024-10-11T20:07:43.490Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 22) ... ignored
80752024-10-11T20:07:43.490Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 22) ... ignored
80762024-10-11T20:07:43.490Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
80772024-10-11T20:07:43.490Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 26) ... ignored
80782024-10-11T20:07:43.490Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 24) ... ignored
80792024-10-11T20:07:43.490Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 24) ... ignored
80802024-10-11T20:07:43.490Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
80812024-10-11T20:07:43.490Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
80822024-10-11T20:07:43.490Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 26) ... ignored
80832024-10-11T20:07:43.490Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 22) ... ignored
80842024-10-11T20:07:43.490Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
80852024-10-11T20:07:43.490Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 24) ... ignored
80862024-10-11T20:07:43.490Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
80872024-10-11T20:07:43.490Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
80882024-10-11T20:07:43.490Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
80892024-10-11T20:07:43.490Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
80902024-10-11T20:07:43.490Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
80912024-10-11T20:07:43.490Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
80922024-10-11T20:07:43.490Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
80932024-10-11T20:07:43.490Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
80942024-10-11T20:07:43.490Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
80952024-10-11T20:07:43.490Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
80962024-10-11T20:07:43.490Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
80972024-10-11T20:07:43.493Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
80982024-10-11T20:07:43.493Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
80992024-10-11T20:07:43.493Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
81002024-10-11T20:07:43.493Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
81012024-10-11T20:07:43.493Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
81022024-10-11T20:07:43.493Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 29) ... ignored
81032024-10-11T20:07:43.493Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
81042024-10-11T20:07:43.493Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
81052024-10-11T20:07:43.493Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
81062024-10-11T20:07:43.493Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored
81072024-10-11T20:07:43.493Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored
81082024-10-11T20:07:43.494Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
81092024-10-11T20:07:43.494Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
81102024-10-11T20:07:43.494Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored
81112024-10-11T20:07:43.494Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored
81122024-10-11T20:07:43.494Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
81132024-10-11T20:07:43.494Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored
81142024-10-11T20:07:43.494Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
81152024-10-11T20:07:43.494Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
81162024-10-11T20:07:43.494Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
81172024-10-11T20:07:43.494Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 26) ... ignored
81182024-10-11T20:07:43.494Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 27) ... ignored
81192024-10-11T20:07:43.494Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 27) ... ignored
81202024-10-11T20:07:43.494Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 28) ... ignored
81212024-10-11T20:07:43.494Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 29) ... ignored
81222024-10-11T20:07:43.494Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 27) ... ignored
81232024-10-11T20:07:43.494Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 28) ... ignored
81242024-10-11T20:07:43.494Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 29) ... ignored
81252024-10-11T20:07:43.494Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 28) ... ignored
81262024-10-11T20:07:43.494Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 26) ... ignored
81272024-10-11T20:07:43.494Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
81282024-10-11T20:07:43.494Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
81292024-10-11T20:07:43.494Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 32) ... ignored
81302024-10-11T20:07:43.494Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
81312024-10-11T20:07:43.494Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
81322024-10-11T20:07:43.494Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 26) ... ignored
81332024-10-11T20:07:43.494Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 26) ... ignored
81342024-10-11T20:07:43.494Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 28) ... ignored
81352024-10-11T20:07:43.494Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 27) ... ignored
81362024-10-11T20:07:43.494Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 27) ... ignored
81372024-10-11T20:07:43.494Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 31) ... ignored
81382024-10-11T20:07:43.494Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 28) ... ignored
81392024-10-11T20:07:43.494Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 27) ... ignored
81402024-10-11T20:07:43.494Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 27) ... ignored
81412024-10-11T20:07:43.494Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 26) ... ignored
81422024-10-11T20:07:43.494Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
81432024-10-11T20:07:43.495Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
81442024-10-11T20:07:43.495Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
81452024-10-11T20:07:43.495Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
81462024-10-11T20:07:43.495Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
81472024-10-11T20:07:43.495Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
81482024-10-11T20:07:43.495Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
81492024-10-11T20:07:43.495Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
81502024-10-11T20:07:43.495Z
81512024-10-11T20:07:43.495Ztest result: ok. 0 passed; 0 failed; 208 ignored; 0 measured; 0 filtered out; finished in 0.01s
81522024-10-11T20:07:43.495Z
81532024-10-11T20:07:43.571Z Doc-tests oximeter
81542024-10-11T20:07:43.574Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-56047ae13ef06022.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-66ff388f29ea7411.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-81867403955f6e06.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f0cfb971ab7e7a11.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-19b29a9107eb9760.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81552024-10-11T20:07:43.810Z
81562024-10-11T20:07:43.810Zrunning 2 tests
81572024-10-11T20:07:43.812Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
81582024-10-11T20:07:44.952Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
81592024-10-11T20:07:44.953Z
81602024-10-11T20:07:44.953Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.14s
81612024-10-11T20:07:44.953Z
81622024-10-11T20:07:44.976Z Doc-tests oximeter_api
81632024-10-11T20:07:44.978Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-b41f02d5439374cc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81642024-10-11T20:07:45.217Z
81652024-10-11T20:07:45.217Zrunning 2 tests
81662024-10-11T20:07:45.220Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 25) ... ignored
81672024-10-11T20:07:45.220Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 31) ... ignored
81682024-10-11T20:07:45.220Z
81692024-10-11T20:07:45.220Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
81702024-10-11T20:07:45.220Z
81712024-10-11T20:07:45.235Z Doc-tests oximeter_client
81722024-10-11T20:07:45.238Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3528801edfaa2d74.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bf2937c29393a178.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81732024-10-11T20:07:45.537Z
81742024-10-11T20:07:45.537Zrunning 0 tests
81752024-10-11T20:07:45.537Z
81762024-10-11T20:07:45.537Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81772024-10-11T20:07:45.537Z
81782024-10-11T20:07:45.556Z Doc-tests oximeter_collector
81792024-10-11T20:07:45.558Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-7ac618b79fe85ec0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-18dd730e45d5560a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5450a05efd57a2b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-b41f02d5439374cc.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3528801edfaa2d74.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-71037d7fffbbfd6e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-acb5ff6bdeae1218.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81802024-10-11T20:07:46.048Z
81812024-10-11T20:07:46.048Zrunning 0 tests
81822024-10-11T20:07:46.048Z
81832024-10-11T20:07:46.048Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81842024-10-11T20:07:46.048Z
81852024-10-11T20:07:46.077Z Doc-tests oximeter_db
81862024-10-11T20:07:46.081Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-e38be0eb4c8c5e50.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-98f0641d0f25bd02.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4f2919123c7fa7d6.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-ff7658f0bdef0d7b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-40b6f3a3b25ada4c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-19901fd123c66ea5.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-acb5ff6bdeae1218.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9f2efb71b119e1ff.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7fdb07b1b748a5cd.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-0dc9bbd224be7281.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e83ce477abda8c23.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-49cb1c27880287de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-bab93eeae3690c19.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-a092a4f81adfb449.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-bd26bb0d073557ea.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="native-sql"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql", "oxql", "sql"))' --document-private-items -D warnings --error-format human`
81872024-10-11T20:07:47.406Z
81882024-10-11T20:07:47.406Zrunning 1 test
81892024-10-11T20:07:47.412Ztest oximeter/db/src/oxql/ast/table_ops/filter.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 115) ... ignored
81902024-10-11T20:07:47.412Z
81912024-10-11T20:07:47.412Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
81922024-10-11T20:07:47.412Z
81932024-10-11T20:07:47.449Z Doc-tests oximeter_instruments
81942024-10-11T20:07:47.451Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-99cafd33f08fd632.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-58a6fc3b5b6413fc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' --document-private-items -D warnings --error-format human`
81952024-10-11T20:07:47.832Z
81962024-10-11T20:07:47.832Zrunning 0 tests
81972024-10-11T20:07:47.832Z
81982024-10-11T20:07:47.832Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81992024-10-11T20:07:47.832Z
82002024-10-11T20:07:47.856Z Doc-tests oximeter_macro_impl
82012024-10-11T20:07:47.859Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-56047ae13ef06022.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82022024-10-11T20:07:47.943Z
82032024-10-11T20:07:47.943Zrunning 0 tests
82042024-10-11T20:07:47.943Z
82052024-10-11T20:07:47.943Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82062024-10-11T20:07:47.943Z
82072024-10-11T20:07:47.950Z Doc-tests oximeter_producer
82082024-10-11T20:07:47.952Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-18dd730e45d5560a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9664203903bf4420.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fe9ccaa826f653f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82092024-10-11T20:07:48.314Z
82102024-10-11T20:07:48.314Zrunning 0 tests
82112024-10-11T20:07:48.314Z
82122024-10-11T20:07:48.314Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82132024-10-11T20:07:48.314Z
82142024-10-11T20:07:48.340Z Doc-tests oximeter_schema
82152024-10-11T20:07:48.343Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-66ff388f29ea7411.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f0cfb971ab7e7a11.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-19b29a9107eb9760.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82162024-10-11T20:07:48.637Z
82172024-10-11T20:07:48.637Zrunning 0 tests
82182024-10-11T20:07:48.637Z
82192024-10-11T20:07:48.637Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82202024-10-11T20:07:48.637Z
82212024-10-11T20:07:48.656Z Doc-tests oximeter_test_utils
82222024-10-11T20:07:48.658Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4f2919123c7fa7d6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-56047ae13ef06022.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9f2efb71b119e1ff.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f0cfb971ab7e7a11.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82232024-10-11T20:07:48.900Z
82242024-10-11T20:07:48.900Zrunning 0 tests
82252024-10-11T20:07:48.900Z
82262024-10-11T20:07:48.900Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82272024-10-11T20:07:48.900Z
82282024-10-11T20:07:48.918Z Doc-tests oximeter_timeseries_macro
82292024-10-11T20:07:48.920Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-cd3cee524ac20871.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-81867403955f6e06.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-fa9d00c75c96444d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82302024-10-11T20:07:49.150Z
82312024-10-11T20:07:49.150Zrunning 0 tests
82322024-10-11T20:07:49.150Z
82332024-10-11T20:07:49.150Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82342024-10-11T20:07:49.150Z
82352024-10-11T20:07:49.167Z Doc-tests oximeter_types
82362024-10-11T20:07:49.169Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-0b9fb23795fcdd0d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-ff7658f0bdef0d7b.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-7a1c88d1453503cb.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-56047ae13ef06022.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f0cfb971ab7e7a11.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-14941bd5efd170ba.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-1c058906f77cbda0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-e2f4c29439305357.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82372024-10-11T20:07:49.758Z
82382024-10-11T20:07:49.758Zrunning 11 tests
82392024-10-11T20:07:50.144Ztest oximeter/types/src/traits.rs - traits::Metric (line 190) - compile fail ... ok
82402024-10-11T20:07:57.002Ztest oximeter/types/src/quantile.rs - quantile::Quantile::append (line 245) ... ok
82412024-10-11T20:07:57.053Ztest oximeter/types/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok
82422024-10-11T20:07:57.068Ztest oximeter/types/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok
82432024-10-11T20:07:57.118Ztest oximeter/types/src/quantile.rs - quantile::Quantile::new (line 80) ... ok
82442024-10-11T20:07:57.128Ztest oximeter/types/src/traits.rs - traits::Metric (line 165) ... ok
82452024-10-11T20:07:57.170Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::span_decades (line 924) ... ok
82462024-10-11T20:07:57.176Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::with_bins (line 525) ... ok
82472024-10-11T20:07:57.331Ztest oximeter/types/src/traits.rs - traits::Target (line 79) - compile fail ... ok
82482024-10-11T20:07:59.309Ztest oximeter/types/src/traits.rs - traits::Producer (line 369) ... ok
82492024-10-11T20:08:01.531Ztest oximeter/types/src/traits.rs - traits::Target (line 49) ... ok
82502024-10-11T20:08:01.531Z
82512024-10-11T20:08:01.538Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 11.77s
82522024-10-11T20:08:01.538Z
82532024-10-11T20:08:01.560Z Doc-tests oxlog
82542024-10-11T20:08:01.568Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-e1e288059d9c195a.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-955f100085ab1813.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82552024-10-11T20:08:01.637Z
82562024-10-11T20:08:01.638Zrunning 0 tests
82572024-10-11T20:08:01.638Z
82582024-10-11T20:08:01.638Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82592024-10-11T20:08:01.638Z
82602024-10-11T20:08:01.645Z Doc-tests oxql_types
82612024-10-11T20:08:01.645Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f0cfb971ab7e7a11.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-7fdb07b1b748a5cd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82622024-10-11T20:08:01.983Z
82632024-10-11T20:08:01.984Zrunning 0 tests
82642024-10-11T20:08:01.984Z
82652024-10-11T20:08:01.984Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82662024-10-11T20:08:01.984Z
82672024-10-11T20:08:02.004Z Doc-tests sled_agent_api
82682024-10-11T20:08:02.007Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-bfbfe1f51d1d5db5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d164ab8bc99814ee.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82692024-10-11T20:08:02.374Z
82702024-10-11T20:08:02.374Zrunning 2 tests
82712024-10-11T20:08:02.377Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 63) ... ignored
82722024-10-11T20:08:02.377Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 69) ... ignored
82732024-10-11T20:08:02.377Z
82742024-10-11T20:08:02.377Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
82752024-10-11T20:08:02.378Z
82762024-10-11T20:08:02.396Z Doc-tests sled_agent_client
82772024-10-11T20:08:02.399Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bf2937c29393a178.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1fe68b9f16cfe0fd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82782024-10-11T20:08:04.189Z
82792024-10-11T20:08:04.189Zrunning 0 tests
82802024-10-11T20:08:04.189Z
82812024-10-11T20:08:04.189Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82822024-10-11T20:08:04.189Z
82832024-10-11T20:08:04.228Z Doc-tests sled_agent_types
82842024-10-11T20:08:04.231Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a21a0134acdb5461.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-0ce24d3bc6c2110b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-0a6443584b29c16c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-15f3581ce9224907.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-122117adc0fdde1e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d164ab8bc99814ee.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82852024-10-11T20:08:04.975Z
82862024-10-11T20:08:04.975Zrunning 0 tests
82872024-10-11T20:08:04.975Z
82882024-10-11T20:08:04.976Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82892024-10-11T20:08:04.976Z
82902024-10-11T20:08:05.017Z Doc-tests sled_hardware
82912024-10-11T20:08:05.026Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-19901fd123c66ea5.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-19499eb85418e4b2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-14177ee820a1e484.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-b7a42d5a8059c86a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d0ad22795112b2c8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-0d08ec7cdcf25bcf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82922024-10-11T20:08:05.383Z
82932024-10-11T20:08:05.383Zrunning 0 tests
82942024-10-11T20:08:05.383Z
82952024-10-11T20:08:05.388Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82962024-10-11T20:08:05.388Z
82972024-10-11T20:08:05.403Z Doc-tests sled_hardware_types
82982024-10-11T20:08:05.406Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82992024-10-11T20:08:05.668Z
83002024-10-11T20:08:05.668Zrunning 0 tests
83012024-10-11T20:08:05.668Z
83022024-10-11T20:08:05.668Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83032024-10-11T20:08:05.668Z
83042024-10-11T20:08:05.687Z Doc-tests sled_storage
83052024-10-11T20:08:05.690Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c1b935b082f1fe7f.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d782b98bd8f3eefd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d0ad22795112b2c8.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9a7ef10e6dcea2e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
83062024-10-11T20:08:06.081Z
83072024-10-11T20:08:06.081Zrunning 0 tests
83082024-10-11T20:08:06.081Z
83092024-10-11T20:08:06.081Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83102024-10-11T20:08:06.081Z
83112024-10-11T20:08:06.104Z Doc-tests sp_sim
83122024-10-11T20:08:06.106Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-04cd6c4ea65e5f18.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e144120f2741766e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83132024-10-11T20:08:06.556Z
83142024-10-11T20:08:06.556Zrunning 0 tests
83152024-10-11T20:08:06.556Z
83162024-10-11T20:08:06.556Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83172024-10-11T20:08:06.556Z
83182024-10-11T20:08:06.579Z Doc-tests tufaceous
83192024-10-11T20:08:06.582Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous --test tufaceous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-cef495e8faf14eaf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-d203535d0c6e9365.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-2184f190e5681887.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7faa8b9f3fdb477f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-457abf17ed177e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-bf099c0959339442.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a9802cbb7e4424e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83202024-10-11T20:08:06.875Z
83212024-10-11T20:08:06.875Zrunning 0 tests
83222024-10-11T20:08:06.875Z
83232024-10-11T20:08:06.875Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83242024-10-11T20:08:06.878Z
83252024-10-11T20:08:06.893Z Doc-tests tufaceous_lib
83262024-10-11T20:08:06.897Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous_lib --test tufaceous-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous-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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7faa8b9f3fdb477f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ac4fcd4c9083a226.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-93c89df6fe796d16.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-6f908aa0e4b5d91a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-188a227eda0fa507.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a9802cbb7e4424e8.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-303a72aac75bd855.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83272024-10-11T20:08:07.322Z
83282024-10-11T20:08:07.322Zrunning 0 tests
83292024-10-11T20:08:07.322Z
83302024-10-11T20:08:07.325Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83312024-10-11T20:08:07.325Z
83322024-10-11T20:08:07.344Z Doc-tests typed_rng
83332024-10-11T20:08:07.346Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-31ac23f604d0b3af.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-2ee9258c0041f7b8.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-2001f0410d8c3bb1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83342024-10-11T20:08:07.424Z
83352024-10-11T20:08:07.424Zrunning 0 tests
83362024-10-11T20:08:07.424Z
83372024-10-11T20:08:07.424Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83382024-10-11T20:08:07.424Z
83392024-10-11T20:08:07.430Z Doc-tests update_common
83402024-10-11T20:08:07.434Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ac4fcd4c9083a226.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-188a227eda0fa507.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-bf099c0959339442.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a9802cbb7e4424e8.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9f7807a91457e9b4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83412024-10-11T20:08:07.745Z
83422024-10-11T20:08:07.745Zrunning 0 tests
83432024-10-11T20:08:07.745Z
83442024-10-11T20:08:07.745Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83452024-10-11T20:08:07.745Z
83462024-10-11T20:08:07.763Z Doc-tests update_engine
83472024-10-11T20:08:07.767Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1cac0bbb8517eede.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-13e1fb9cd2b62a35.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fe7c60a6b43fea40.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-6d8b0b7d5da02efe.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-31594aab1741a9f1.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-fa674040a9ff2f04.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e04cb5c1424c522f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83482024-10-11T20:08:08.244Z
83492024-10-11T20:08:08.244Zrunning 4 tests
83502024-10-11T20:08:08.249Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
83512024-10-11T20:08:08.250Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
83522024-10-11T20:08:08.250Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
83532024-10-11T20:08:09.012Ztest update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok
83542024-10-11T20:08:09.012Z
83552024-10-11T20:08:09.015Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.77s
83562024-10-11T20:08:09.015Z
83572024-10-11T20:08:09.026Z Doc-tests wicket
83582024-10-11T20:08:09.029Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-cef495e8faf14eaf.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b508f161ffaf58d6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-40b6f3a3b25ada4c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a2459b4370421d8f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a63b8b732092917a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-ea70cbef8dc2ae97.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-bfaf6b529bbb10b0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-637d14a47e73fdaa.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7034a7302166cf35.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e04cb5c1424c522f.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1830df261208f14d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-89c03cf0d4318714.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-34fea5dbafc6c5db.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83592024-10-11T20:08:09.980Z
83602024-10-11T20:08:09.980Zrunning 0 tests
83612024-10-11T20:08:09.980Z
83622024-10-11T20:08:09.980Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83632024-10-11T20:08:09.980Z
83642024-10-11T20:08:10.012Z Doc-tests wicket_common
83652024-10-11T20:08:10.015Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8a5b5ded5d2ca92d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e5be7b02fe71b1a0.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e04cb5c1424c522f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-89c03cf0d4318714.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83662024-10-11T20:08:10.574Z
83672024-10-11T20:08:10.574Zrunning 0 tests
83682024-10-11T20:08:10.574Z
83692024-10-11T20:08:10.574Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83702024-10-11T20:08:10.574Z
83712024-10-11T20:08:10.601Z Doc-tests wicket_dbg
83722024-10-11T20:08:10.604Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b508f161ffaf58d6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-40b6f3a3b25ada4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e83ce477abda8c23.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1830df261208f14d.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-05538125069ab7b9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83732024-10-11T20:08:10.996Z
83742024-10-11T20:08:10.996Zrunning 0 tests
83752024-10-11T20:08:10.996Z
83762024-10-11T20:08:10.996Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83772024-10-11T20:08:10.996Z
83782024-10-11T20:08:11.019Z Doc-tests wicketd
83792024-10-11T20:08:11.021Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e5bc3d6c3572dee5.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8a5b5ded5d2ca92d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-118ade79276786c8.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7faa8b9f3fdb477f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e5be7b02fe71b1a0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-de9a7f47a28e139d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-dd219e33a1c62947.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-112c7170937fa33c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ac4fcd4c9083a226.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-5bc661ca46f021d6.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-af5b94c4ad7f11d3.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-a4ad2b2c6587baf7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bad1ed1b0375b0c1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-e7ad413bf3b5ad00.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e52250f4c03c07c6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6204514cdbd6b31e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-086bb24280a76d59.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a2459b4370421d8f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7038717951727067.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-188a227eda0fa507.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-bf099c0959339442.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-a9802cbb7e4424e8.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9f7807a91457e9b4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e04cb5c1424c522f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1830df261208f14d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-89c03cf0d4318714.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-f5422bf9af1702c7.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-57f1313dac7d71fe.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-34fea5dbafc6c5db.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83802024-10-11T20:08:11.732Z
83812024-10-11T20:08:11.732Zrunning 0 tests
83822024-10-11T20:08:11.733Z
83832024-10-11T20:08:11.733Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83842024-10-11T20:08:11.733Z
83852024-10-11T20:08:11.760Z Doc-tests wicketd_api
83862024-10-11T20:08:11.765Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e5bc3d6c3572dee5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-e5be7b02fe71b1a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-a2459b4370421d8f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-89c03cf0d4318714.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-57f1313dac7d71fe.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83872024-10-11T20:08:12.159Z
83882024-10-11T20:08:12.159Zrunning 2 tests
83892024-10-11T20:08:12.161Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 51) ... ignored
83902024-10-11T20:08:12.161Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 57) ... ignored
83912024-10-11T20:08:12.161Z
83922024-10-11T20:08:12.161Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
83932024-10-11T20:08:12.161Z
83942024-10-11T20:08:12.182Z Doc-tests wicketd_client
83952024-10-11T20:08:12.184Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bad1ed1b0375b0c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bf2937c29393a178.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d164ab8bc99814ee.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e04cb5c1424c522f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-89c03cf0d4318714.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-34fea5dbafc6c5db.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83962024-10-11T20:08:13.773Z
83972024-10-11T20:08:13.773Zrunning 0 tests
83982024-10-11T20:08:13.773Z
83992024-10-11T20:08:13.773Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84002024-10-11T20:08:13.773Z
84012024-10-11T20:08:13.811Z Doc-tests xtask_downloader
84022024-10-11T20:08:13.813Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0af59ae80a34949.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-06dc6c7b058f70b3.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84032024-10-11T20:08:13.982Z
84042024-10-11T20:08:13.983Zrunning 1 test
84052024-10-11T20:08:13.986Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 229) ... ignored
84062024-10-11T20:08:13.986Z
84072024-10-11T20:08:13.986Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
84082024-10-11T20:08:13.986Z
84092024-10-11T20:08:13.994Z Doc-tests zone_setup
84102024-10-11T20:08:13.997Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-9e9d53757e35ea06.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5f33389b20d2eebe.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-f2d7ba54f289716d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-530b9ad60d2871e4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-aa4d84bf114186eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-ae6bc9d6f8dc5ff1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0c3f216cf9048aab.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-cd4a81299549a8e0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84112024-10-11T20:08:14.240Z
84122024-10-11T20:08:14.240Zrunning 0 tests
84132024-10-11T20:08:14.240Z
84142024-10-11T20:08:14.240Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84152024-10-11T20:08:14.240Z
84162024-10-11T20:08:14.331Z
84172024-10-11T20:08:14.331Zreal 2:25.502200810
84182024-10-11T20:08:14.331Zuser 2:25.123729844
84192024-10-11T20:08:14.331Zsys 50.101334882
84202024-10-11T20:08:14.331Ztrap 0.023638816
84212024-10-11T20:08:14.334Ztflt 1.225588606
84222024-10-11T20:08:14.334Zdflt 8.901740179
84232024-10-11T20:08:14.334Zkflt 0.024047723
84242024-10-11T20:08:14.334Zlock 3:16.200577715
84252024-10-11T20:08:14.334Zslp 16:14.442398518
84262024-10-11T20:08:14.334Zlat 2.638059376
84272024-10-11T20:08:14.334Zstop 7.618807418
84282024-10-11T20:08:14.334Z+ [[ illumos == \i\l\l\u\m\o\s ]]
84292024-10-11T20:08:14.334Z+ banner live-test
84302024-10-11T20:08:14.334Z
84312024-10-11T20:08:14.334Z # # # # ###### ##### ###### #### #####
84322024-10-11T20:08:14.334Z # # # # # # # # #
84332024-10-11T20:08:14.334Z # # # # ##### ##### # ##### #### #
84342024-10-11T20:08:14.334Z # # # # # # # # #
84352024-10-11T20:08:14.334Z # # # # # # # # # #
84362024-10-11T20:08:14.335Z ###### # ## ###### # ###### #### #
84372024-10-11T20:08:14.335Z
84382024-10-11T20:08:14.343Z+ ptime -m cargo xtask live-tests
84392024-10-11T20:08:14.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
84402024-10-11T20:08:15.008Z Running `target/debug/xtask live-tests`
84412024-10-11T20:08:15.042Zusing temporary directory: /var/tmp/omicron_tmp/.tmp1MaI2T
84422024-10-11T20:08:15.042Zwill create archive file: /var/tmp/omicron_tmp/.tmp1MaI2T/live-tests-archive/omicron-live-tests.tar.zst
84432024-10-11T20:08:15.042Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
84442024-10-11T20:08:15.042Z
84452024-10-11T20:08:15.052Zrunning: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo "nextest" "archive" "--package" "omicron-live-tests" "--archive-file" "/var/tmp/omicron_tmp/.tmp1MaI2T/live-tests-archive/omicron-live-tests.tar.zst"
84462024-10-11T20:08:17.141Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
84472024-10-11T20:08:17.248Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
84482024-10-11T20:08:17.258Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
84492024-10-11T20:08:17.268Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
84502024-10-11T20:08:17.283Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
84512024-10-11T20:08:17.285Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
84522024-10-11T20:08:17.317Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
84532024-10-11T20:08:17.333Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
84542024-10-11T20:08:17.701Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
84552024-10-11T20:08:18.337Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
84562024-10-11T20:08:19.585Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
84572024-10-11T20:08:20.328Z Compiling clickhouse-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-client)
84582024-10-11T20:08:20.743Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
84592024-10-11T20:08:21.295Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
84602024-10-11T20:08:22.712Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
84612024-10-11T20:08:22.712Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
84622024-10-11T20:08:33.948Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
84632024-10-11T20:08:33.951Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
84642024-10-11T20:08:33.951Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
84652024-10-11T20:08:35.012Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
84662024-10-11T20:09:23.789Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
84672024-10-11T20:09:24.324Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
84682024-10-11T20:09:53.855Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
84692024-10-11T20:09:58.494Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
84702024-10-11T20:10:18.226Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 01s
84712024-10-11T20:10:18.410Zinfo: experimental features enabled: setup-scripts
84722024-10-11T20:10:18.416Z Archiving 1 binary, 1 build script output directory, 1 linked path, and 1 standard library to /var/tmp/omicron_tmp/.tmp1MaI2T/live-tests-archive/omicron-live-tests.tar.zst
84732024-10-11T20:10:18.881Z Archived 36 files to /var/tmp/omicron_tmp/.tmp1MaI2T/live-tests-archive/omicron-live-tests.tar.zst in 0.47s
84742024-10-11T20:10:18.927Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmp1MaI2T/live-tests-archive\""
84752024-10-11T20:10:18.938Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmp1MaI2T" "live-tests-archive"
84762024-10-11T20:10:19.007Zcreated:
84772024-10-11T20:10:19.007Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
84782024-10-11T20:10:19.007ZTo use this:
84792024-10-11T20:10:19.007Z
84802024-10-11T20:10:19.007Z1. Copy the tarball to the switch zone in a deployed Omicron system.
84812024-10-11T20:10:19.007Z
84822024-10-11T20:10:19.010Z e.g., scp \
84832024-10-11T20:10:19.010Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
84842024-10-11T20:10:19.010Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
84852024-10-11T20:10:19.010Z
84862024-10-11T20:10:19.010Z2. Copy the `cargo-nextest` binary to the same place.
84872024-10-11T20:10:19.010Z
84882024-10-11T20:10:19.010Z e.g., scp \
84892024-10-11T20:10:19.010Z $(which cargo-nextest) \
84902024-10-11T20:10:19.010Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
84912024-10-11T20:10:19.010Z
84922024-10-11T20:10:19.010Z3. From the switch zone on that system, unpack the tarball with:
84932024-10-11T20:10:19.010Z
84942024-10-11T20:10:19.010Z tar xzf live-tests-archive.tgz
84952024-10-11T20:10:19.010Z
84962024-10-11T20:10:19.010Z4. From the switch zone on that system, run tests with:
84972024-10-11T20:10:19.010Z
84982024-10-11T20:10:19.010Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
84992024-10-11T20:10:19.010Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
85002024-10-11T20:10:19.010Z --workspace-remap live-tests-archive
85012024-10-11T20:10:19.010Z
85022024-10-11T20:10:19.010Z
85032024-10-11T20:10:19.010Zreal 2:04.675863280
85042024-10-11T20:10:19.010Zuser 3:37.514106980
85052024-10-11T20:10:19.010Zsys 46.040460990
85062024-10-11T20:10:19.010Ztrap 0.054281352
85072024-10-11T20:10:19.010Ztflt 0.289057590
85082024-10-11T20:10:19.010Zdflt 2.114924127
85092024-10-11T20:10:19.010Zkflt 0.001246285
85102024-10-11T20:10:19.010Zlock 12:19.839571576
85112024-10-11T20:10:19.010Zslp 16:06.137732936
85122024-10-11T20:10:19.010Zlat 2.609642024
85132024-10-11T20:10:19.010Zstop 4.154861643
85142024-10-11T20:10:19.013Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
85152024-10-11T20:10:19.013Z+ unset TMPDIR
85162024-10-11T20:10:19.016Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
85172024-10-11T20:10:19.016Zfiles in /var/tmp/omicron_tmp (none expected on success):
85182024-10-11T20:10:19.016Z+ find /var/tmp/omicron_tmp -ls
85192024-10-11T20:10:19.018Z164694 11 drwxr-xr-x 2 build build 2 Oct 11 20:10 /var/tmp/omicron_tmp
85202024-10-11T20:10:19.020Z+ rmdir /var/tmp/omicron_tmp
85212024-10-11T20:10:19.301Zprocess exited: duration 6019918 ms, exit code 0
 
85222024-10-11T20:10:19.325Zfound 1 output files
85232024-10-11T20:10:19.325Zuploading: /work/crate-build-timings.json (562692 bytes)
85242024-10-11T20:10:20.348Zuploaded: /work/crate-build-timings.json