01JATGA7W2928VEQD9WN2M2T0V: 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: 01JATGAHFH44HAKYN4WWSJR5EY

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-22T16:18:18.522Zjob assigned to worker 01JATGAJ5CKJJE4F7D8RRAMZVW (queued for 23 s)
 
22024-10-22T16:18:18.787Zstarting task 0: "setup"
32024-10-22T16:18:18.812Z++ uname -s
42024-10-22T16:18:18.812Z+ kern=SunOS
52024-10-22T16:18:18.812Z+ case "$kern" in
62024-10-22T16:18:18.812Z+ groupadd -g 12345 build
72024-10-22T16:18:18.812Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-22T16:18:20.816Z+ zfs create -o mountpoint=/work rpool/work
92024-10-22T16:18:20.852Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-22T16:18:20.876Z+ home_fs=zfs
112024-10-22T16:18:20.876Z+ [[ zfs == autofs ]]
122024-10-22T16:18:20.876Z+ mkdir -p /home/build
132024-10-22T16:18:20.876Z+ chown build:build /home/build /work
142024-10-22T16:18:21.861Z+ chmod 0700 /home/build /work
152024-10-22T16:18:21.885Zprocess exited: duration 3078 ms, exit code 0
 
162024-10-22T16:18:21.935Zstarting task 1: "rust-toolchain"
172024-10-22T16:18:21.959Z+ printf ' * toolchain channel = "%s"
182024-10-22T16:18:21.959Z' 1.80.1
192024-10-22T16:18:21.959Z+ printf ' * toolchain profile = "%s"
202024-10-22T16:18:21.959Z' default
212024-10-22T16:18:21.959Z * toolchain channel = "1.80.1"
222024-10-22T16:18:21.959Z * toolchain profile = "default"
232024-10-22T16:18:21.959Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-22T16:18:21.959Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-10-22T16:18:22.116Zinfo: downloading installer
262024-10-22T16:18:22.581Zinfo: profile set to 'default'
272024-10-22T16:18:22.581Zinfo: default host triple is x86_64-unknown-illumos
282024-10-22T16:18:22.581Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-10-22T16:18:22.684Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-10-22T16:18:22.684Zinfo: downloading component 'cargo'
312024-10-22T16:18:22.815Zinfo: downloading component 'clippy'
322024-10-22T16:18:22.860Zinfo: downloading component 'rust-docs'
332024-10-22T16:18:23.090Zinfo: downloading component 'rust-std'
342024-10-22T16:18:23.329Zinfo: downloading component 'rustc'
352024-10-22T16:18:23.958Zinfo: downloading component 'rustfmt'
362024-10-22T16:18:24.003Zinfo: installing component 'cargo'
372024-10-22T16:18:25.067Zinfo: installing component 'clippy'
382024-10-22T16:18:25.495Zinfo: installing component 'rust-docs'
392024-10-22T16:18:28.244Zinfo: installing component 'rust-std'
402024-10-22T16:18:30.108Zinfo: installing component 'rustc'
412024-10-22T16:18:35.114Zinfo: installing component 'rustfmt'
422024-10-22T16:18:35.493Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-10-22T16:18:35.493Z
442024-10-22T16:18:35.594Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-10-22T16:18:35.595Z
462024-10-22T16:18:35.595Z
472024-10-22T16:18:35.595ZRust is installed now. Great!
482024-10-22T16:18:35.595Z
492024-10-22T16:18:35.595ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-22T16:18:35.595Zenvironment variable. This has not been done automatically.
512024-10-22T16:18:35.595Z
522024-10-22T16:18:35.595ZTo configure your current shell, you need to source
532024-10-22T16:18:35.595Zthe corresponding env file under $HOME/.cargo.
542024-10-22T16:18:35.595Z
552024-10-22T16:18:35.595ZThis is usually done by running one of the following (note the leading DOT):
562024-10-22T16:18:35.595Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-22T16:18:35.595Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-22T16:18:35.661Z+ rustc --version
592024-10-22T16:18:35.769Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-10-22T16:18:35.793Zprocess exited: duration 13841 ms, exit code 0
 
612024-10-22T16:18:35.841Zstarting task 2: "authentication"
622024-10-22T16:18:35.901Zprocess exited: duration 59 ms, exit code 0
 
632024-10-22T16:18:35.951Zstarting task 3: "clone repository"
642024-10-22T16:18:35.976Z+ mkdir -p /work/oxidecomputer/omicron
652024-10-22T16:18:35.976Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-10-22T16:18:36.001ZCloning into '/work/oxidecomputer/omicron'...
672024-10-22T16:18:43.603Z+ cd /work/oxidecomputer/omicron
682024-10-22T16:18:43.603Z+ git fetch origin ab1f3779636d3b2ada924eb100005589d26c9a63
692024-10-22T16:18:44.044ZFrom https://github.com/oxidecomputer/omicron
702024-10-22T16:18:44.044Z * branch ab1f3779636d3b2ada924eb100005589d26c9a63 -> FETCH_HEAD
712024-10-22T16:18:44.068Z+ [[ -n zl/smf-sled-idents ]]
722024-10-22T16:18:44.068Z++ git branch --show-current
732024-10-22T16:18:44.068Z+ current=main
742024-10-22T16:18:44.068Z+ [[ main != zl/smf-sled-idents ]]
752024-10-22T16:18:44.068Z+ git branch -f zl/smf-sled-idents ab1f3779636d3b2ada924eb100005589d26c9a63
762024-10-22T16:18:44.068Z+ git checkout -f zl/smf-sled-idents
772024-10-22T16:18:44.262ZSwitched to branch 'zl/smf-sled-idents'
782024-10-22T16:18:44.287Z+ git reset --hard ab1f3779636d3b2ada924eb100005589d26c9a63
792024-10-22T16:18:44.310ZHEAD is now at ab1f37796 expunge dendrite ts and fix ts name
802024-10-22T16:18:44.311Zprocess exited: duration 8338 ms, exit code 0
 
812024-10-22T16:18:44.361Zstarting task 4: "build"
822024-10-22T16:18:44.385Z+ source ./env.sh
832024-10-22T16:18:44.385Z++ OLD_SHELL_OPTS=ehxB
842024-10-22T16:18:44.385Z++ set -o xtrace
852024-10-22T16:18:44.385Z++++ dirname ./env.sh
862024-10-22T16:18:44.385Z+++ readlink -f .
872024-10-22T16:18:44.385Z++ OMICRON_WS=/work/oxidecomputer/omicron
882024-10-22T16:18:44.385Z++ 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-22T16:18:44.385Z++ 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-22T16:18:44.385Z++ 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-22T16:18:44.385Z++ 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-22T16:18:44.385Z++ 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-22T16:18:44.385Z++ 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-22T16:18:44.386Z++ 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-22T16:18:44.386Z++ 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-22T16:18:44.386Z++ case $OLD_SHELL_OPTS in
972024-10-22T16:18:44.386Z++ unset OLD_SHELL_OPTS OMICRON_WS
982024-10-22T16:18:44.386Z+ source .github/buildomat/ci-env.sh
992024-10-22T16:18:44.386Z++ export CARGO_TERM_COLOR=always
1002024-10-22T16:18:44.386Z++ CARGO_TERM_COLOR=always
1012024-10-22T16:18:44.386Z+ target_os=illumos
1022024-10-22T16:18:44.386Z+ NEXTEST_VERSION=0.9.78
1032024-10-22T16:18:44.386Z+ cargo --version
1042024-10-22T16:18:44.449Zcargo 1.80.1 (376290515 2024-07-16)
1052024-10-22T16:18:44.473Z+ rustc --version
1062024-10-22T16:18:44.526Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
1072024-10-22T16:18:44.550Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.78/illumos
1082024-10-22T16:18:44.550Z+ gunzip
1092024-10-22T16:18:44.550Z+ tar -xvf - -C /home/build/.cargo/bin
1102024-10-22T16:18:45.554Zx cargo-nextest, 16059952 bytes, 31368 tape blocks
1112024-10-22T16:18:45.578Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1122024-10-22T16:18:45.578Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1132024-10-22T16:18:45.578Ztests will store ephemeral output in /var/tmp/omicron_tmp
1142024-10-22T16:18:45.578Z+ mkdir /var/tmp/omicron_tmp
1152024-10-22T16:18:45.578Z+ OUTPUT_DIR=/work
1162024-10-22T16:18:45.578Z+ echo 'tests will store non-ephemeral output in /work'
1172024-10-22T16:18:45.579Ztests will store non-ephemeral output in /work
1182024-10-22T16:18:45.579Z+ mkdir -p /work
1192024-10-22T16:18:45.579Z+ banner prerequisites
1202024-10-22T16:18:45.579Z
1212024-10-22T16:18:45.579Z ##### ##### ###### ##### ###### #### # # # #### #
1222024-10-22T16:18:45.579Z # # # # # # # # # # # # # # #
1232024-10-22T16:18:45.579Z # # # # ##### # # ##### # # # # # #### #
1242024-10-22T16:18:45.579Z ##### ##### # ##### # # # # # # # # #
1252024-10-22T16:18:45.579Z # # # # # # # # # # # # # # #
1262024-10-22T16:18:45.579Z # # # ###### # # ###### ### # #### # #### #
1272024-10-22T16:18:45.579Z
1282024-10-22T16:18:45.579Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292024-10-22T16:18:54.529Z Startup: Refreshing catalog 'helios-dev' ... Done
1302024-10-22T16:18:58.375Z Startup: Caching catalogs ... Done
1312024-10-22T16:19:06.207ZPlanning: Solver setup ... Done (6.998s)
1322024-10-22T16:19:06.310ZPlanning: Running solver ... Done (0.103s)
1332024-10-22T16:19:06.384ZPlanning: Finding local manifests ... Done (0.002s)
1342024-10-22T16:19:06.464ZPlanning: Fetching manifests: 0/5 0% complete
1352024-10-22T16:19:06.905ZPlanning: Fetching manifests: 5/5 100% complete
1362024-10-22T16:19:07.192ZPlanning: Package planning ... Done (0.287s)
1372024-10-22T16:19:07.258ZPlanning: Merging actions ... Done (0.066s)
1382024-10-22T16:19:07.482ZPlanning: Checking for conflicting actions ... Done (0.224s)
1392024-10-22T16:19:08.541ZPlanning: Consolidating action changes ... Done (1.058s)
1402024-10-22T16:19:08.933ZPlanning: Evaluating mediators ... Done (0.392s)
1412024-10-22T16:19:09.025ZPlanning: Planning completed in 10.58 seconds
1422024-10-22T16:19:09.049Z Packages to install: 4
1432024-10-22T16:19:09.049Z Packages to update: 1
1442024-10-22T16:19:09.049Z Mediators to change: 2
1452024-10-22T16:19:09.049Z Services to change: 1
1462024-10-22T16:19:09.049Z Estimated space available: 148.80 GB
1472024-10-22T16:19:09.049ZEstimated space to be consumed: 1.58 GB
1482024-10-22T16:19:09.049Z Create boot environment: No
1492024-10-22T16:19:09.049ZCreate backup boot environment: Yes
1502024-10-22T16:19:09.049Z Rebuild boot archive: No
1512024-10-22T16:19:09.049Z
1522024-10-22T16:19:09.049ZChanged mediators:
1532024-10-22T16:19:09.049Z mediator clang:
1542024-10-22T16:19:09.049Z version: None -> 15 (system default)
1552024-10-22T16:19:09.049Z
1562024-10-22T16:19:09.049Z mediator llvm:
1572024-10-22T16:19:09.049Z version: 14 (system default) -> 15 (system default)
1582024-10-22T16:19:09.049Z
1592024-10-22T16:19:09.049ZChanged packages:
1602024-10-22T16:19:09.049Zhelios-dev
1612024-10-22T16:19:09.049Z developer/build-essential
1622024-10-22T16:19:09.049Z None -> 11-2.0
1632024-10-22T16:19:09.050Z library/libxmlsec1
1642024-10-22T16:19:09.050Z None -> 1.2.35-2.0
1652024-10-22T16:19:09.050Z ooce/developer/clang-15
1662024-10-22T16:19:09.050Z None -> 15.0.7-2.0
1672024-10-22T16:19:09.050Z ooce/developer/llvm-15
1682024-10-22T16:19:09.050Z None -> 15.0.7-2.0
1692024-10-22T16:19:09.050Z package/pkg
1702024-10-22T16:19:09.050Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1712024-10-22T16:19:09.050Z
1722024-10-22T16:19:09.050ZServices:
1732024-10-22T16:19:09.050Z restart_fmri:
1742024-10-22T16:19:09.050Z svc:/system/update-man-index:default
1752024-10-22T16:19:09.050Z
1762024-10-22T16:19:09.050ZEditable files to change:
1772024-10-22T16:19:09.050Z Update:
1782024-10-22T16:19:09.050Z usr/share/lib/pkg/web/config.shtml
1792024-10-22T16:19:09.114Z
1802024-10-22T16:19:09.114ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1812024-10-22T16:19:14.115ZDownload: 1190/4281 items 47.9/220.6MB 21% complete (9.7M/s)
1822024-10-22T16:19:19.124ZDownload: 1428/4281 items 117.2/220.6MB 53% complete (11.9M/s)
1832024-10-22T16:19:24.139ZDownload: 2218/4281 items 119.2/220.6MB 54% complete (7.6M/s)
1842024-10-22T16:19:33.939ZDownload: 2223/4281 items 119.2/220.6MB 54% complete (7.3M/s)
1852024-10-22T16:19:38.938ZDownload: 3243/4281 items 176.9/220.6MB 80% complete (11.4M/s)
1862024-10-22T16:19:43.938ZDownload: 3970/4281 items 218.2/220.6MB 98% complete (9.9M/s)
1872024-10-22T16:19:45.518ZDownload: Completed 220.60 MB in 36.41 seconds (6.1M/s)
1882024-10-22T16:19:46.997Z Actions: 1/5063 actions (Removing old actions)
1892024-10-22T16:19:47.022Z Actions: 194/5063 actions (Installing new actions)
1902024-10-22T16:19:52.012Z Actions: 2927/5063 actions (Installing new actions)
1912024-10-22T16:19:52.869Z Actions: 4226/5063 actions (Updating modified actions)
1922024-10-22T16:19:53.234Z Actions: Completed 5063 actions in 6.24 seconds.
1932024-10-22T16:19:53.759Z Done (0.518s)
1942024-10-22T16:19:53.814Z Done (0.000s)
1952024-10-22T16:19:54.355Z Done (0.594s)
1962024-10-22T16:19:59.476Z Done (4.961s)
1972024-10-22T16:19:59.573Z Done (0.019s)
1982024-10-22T16:19:59.597Z Done (0.000s)
1992024-10-22T16:19:59.738Z Done (0.000s)
2002024-10-22T16:20:00.403ZPlanning: Evaluating mediator changes ... Done
2012024-10-22T16:20:00.603ZPlanning: Checking for conflicting actions ... Done
2022024-10-22T16:20:00.627ZPlanning: Consolidating action changes ... Done
2032024-10-22T16:20:00.924ZPlanning: Evaluating mediators ... Done
2042024-10-22T16:20:00.948ZPlanning: Planning completed in 0.52 seconds
2052024-10-22T16:20:00.972Z Mediators to change: 2
2062024-10-22T16:20:00.972Z Create boot environment: No
2072024-10-22T16:20:00.972ZCreate backup boot environment: No
2082024-10-22T16:20:01.030Z Done
2092024-10-22T16:20:01.030Z Done
2102024-10-22T16:20:01.467Z Done
2112024-10-22T16:20:05.761Z Done
2122024-10-22T16:20:05.860Z Done
2132024-10-22T16:20:05.884Z Done
2142024-10-22T16:20:05.957Z Done
2152024-10-22T16:20:06.671ZPlanning: Evaluating mediator changes ... Done
2162024-10-22T16:20:06.695ZPlanning: Merging actions ... Done
2172024-10-22T16:20:06.902ZPlanning: Checking for conflicting actions ... Done
2182024-10-22T16:20:06.926ZPlanning: Consolidating action changes ... Done
2192024-10-22T16:20:07.217ZPlanning: Evaluating mediators ... Done
2202024-10-22T16:20:07.282ZPlanning: Planning completed in 0.90 seconds
2212024-10-22T16:20:07.328Z Packages to change: 1
2222024-10-22T16:20:07.328Z Mediators to change: 1
2232024-10-22T16:20:07.328Z Services to change: 1
2242024-10-22T16:20:07.328Z Create boot environment: No
2252024-10-22T16:20:07.328ZCreate backup boot environment: Yes
2262024-10-22T16:20:08.905Z Actions: 1/6 actions (Updating modified actions)
2272024-10-22T16:20:08.929Z Actions: Completed 6 actions in 0.00 seconds.
2282024-10-22T16:20:08.929Z Done
2292024-10-22T16:20:08.929Z Done
2302024-10-22T16:20:09.024Z Done
2312024-10-22T16:20:13.139Z Done
2322024-10-22T16:20:13.239Z Done
2332024-10-22T16:20:13.263Z Done
2342024-10-22T16:20:13.327Z Done
2352024-10-22T16:20:13.838ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2362024-10-22T16:20:13.838Zclang system 15 system
2372024-10-22T16:20:13.838Zcsh system system illumos
2382024-10-22T16:20:13.838Zctags system system illumos
2392024-10-22T16:20:13.838Zgcc vendor 12 vendor
2402024-10-22T16:20:13.838Zgcc system 10 system
2412024-10-22T16:20:13.838Zgcc system 7 system
2422024-10-22T16:20:13.838Zgo system 1.20 system
2432024-10-22T16:20:13.838Zgo system 1.19 system
2442024-10-22T16:20:13.838Zllvm system 15 system
2452024-10-22T16:20:13.838Zllvm system 14 system
2462024-10-22T16:20:13.838Zmariadb system 10.6 system
2472024-10-22T16:20:13.839Zmta vendor vendor dma
2482024-10-22T16:20:13.839Zopenjdk system 17 system
2492024-10-22T16:20:13.839Zopenjdk system 11 system
2502024-10-22T16:20:13.839Zopenjdk system 1.8 system
2512024-10-22T16:20:13.839Zopenssl vendor 3 vendor
2522024-10-22T16:20:13.839Zperl system 5.36 system
2532024-10-22T16:20:13.839Zpostgresql system 15 system
2542024-10-22T16:20:13.839Zpostgresql system 13 system
2552024-10-22T16:20:13.839Zpython vendor 3 vendor
2562024-10-22T16:20:13.839Zpython system 2 system
2572024-10-22T16:20:13.839Zpython3 system 3.11 system
2582024-10-22T16:20:13.839Zruby system 3.0 system
2592024-10-22T16:20:13.839Zwords vendor vendor american-english
2602024-10-22T16:20:13.839Zwords system system australian-english
2612024-10-22T16:20:13.840Zwords system system british-english
2622024-10-22T16:20:13.840Zwords system system canadian-english
2632024-10-22T16:20:13.840Zwords system system french
2642024-10-22T16:20:13.840Zwords system system italian
2652024-10-22T16:20:13.840Zwords system system ngerman
2662024-10-22T16:20:13.840Zwords system system ogerman
2672024-10-22T16:20:13.840Zwords system system spanish
2682024-10-22T16:20:14.245ZPUBLISHER TYPE STATUS P LOCATION
2692024-10-22T16:20:14.245Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2702024-10-22T16:20:17.123ZFMRI IFO
2712024-10-22T16:20:17.123Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2722024-10-22T16:20:17.123Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2732024-10-22T16:20:17.123Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2742024-10-22T16:20:17.123Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2752024-10-22T16:20:17.123Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2762024-10-22T16:20:17.123Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2772024-10-22T16:20:17.123Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2782024-10-22T16:20:17.123Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2792024-10-22T16:20:17.123Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2802024-10-22T16:20:17.123Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2812024-10-22T16:20:17.123Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2822024-10-22T16:20:17.123Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2832024-10-22T16:20:17.123Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2842024-10-22T16:20:17.123Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2852024-10-22T16:20:17.123Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2862024-10-22T16:20:17.904Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2872024-10-22T16:20:18.351Z Updating crates.io index
2882024-10-22T16:20:18.404Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2892024-10-22T16:20:19.407Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2902024-10-22T16:20:19.764Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2912024-10-22T16:20:20.074Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2922024-10-22T16:20:20.430Z Updating git repository `https://github.com/oxidecomputer/propolis`
2932024-10-22T16:20:21.428Z Updating git repository `https://github.com/oxidecomputer/crucible`
2942024-10-22T16:20:24.090Z Updating git repository `https://github.com/oxidecomputer/opte`
2952024-10-22T16:20:25.258Z Updating git repository `https://github.com/oxidecomputer/falcon`
2962024-10-22T16:20:26.208Z Updating git repository `https://github.com/oxidecomputer/clickward`
2972024-10-22T16:20:26.621Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2982024-10-22T16:20:27.068Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2992024-10-22T16:20:27.774Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3002024-10-22T16:20:28.223Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3012024-10-22T16:20:28.698Z Updating git repository `https://github.com/oxidecomputer/tofino`
3022024-10-22T16:20:29.123Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3032024-10-22T16:20:29.505Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3042024-10-22T16:20:29.875Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3052024-10-22T16:20:30.342Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3062024-10-22T16:20:30.818Z Updating git repository `https://github.com/oxidecomputer/ispf`
3072024-10-22T16:20:31.290Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3082024-10-22T16:20:31.662Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3092024-10-22T16:20:32.298Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3102024-10-22T16:20:32.729Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3112024-10-22T16:20:33.307Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3122024-10-22T16:20:33.892Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3132024-10-22T16:20:34.269Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3142024-10-22T16:20:34.707Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3152024-10-22T16:20:36.033Z Downloading crates ...
3162024-10-22T16:20:36.090Z Downloaded cargo-platform v0.1.8
3172024-10-22T16:20:36.115Z Downloaded clap v4.5.20
3182024-10-22T16:20:36.140Z Downloaded zerocopy v0.7.35
3192024-10-22T16:20:36.166Z Downloaded unicode-width v0.1.14
3202024-10-22T16:20:36.190Z Downloaded zerocopy-derive v0.7.35
3212024-10-22T16:20:36.190Z Downloaded typenum v1.17.0
3222024-10-22T16:20:36.190Z Downloaded toml_edit v0.22.22
3232024-10-22T16:20:36.214Z Downloaded rustix v0.38.37
3242024-10-22T16:20:36.237Z Downloaded libc v0.2.161
3252024-10-22T16:20:36.262Z Downloaded tabled v0.15.0
3262024-10-22T16:20:36.287Z Downloaded toml v0.8.19
3272024-10-22T16:20:36.287Z Downloaded syn v2.0.79
3282024-10-22T16:20:36.311Z Downloaded serde_json v1.0.128
3292024-10-22T16:20:36.311Z Downloaded serde v1.0.210
3302024-10-22T16:20:36.311Z Downloaded winnow v0.6.20
3312024-10-22T16:20:36.335Z Downloaded version_check v0.9.5
3322024-10-22T16:20:36.335Z Downloaded usdt-macro v0.5.0
3332024-10-22T16:20:36.335Z Downloaded usdt-impl v0.5.0
3342024-10-22T16:20:36.335Z Downloaded usdt v0.5.0
3352024-10-22T16:20:36.335Z Downloaded unicode-linebreak v0.1.5
3362024-10-22T16:20:36.335Z Downloaded unicode-ident v1.0.13
3372024-10-22T16:20:36.335Z Downloaded thiserror-impl v1.0.64
3382024-10-22T16:20:36.335Z Downloaded thiserror v1.0.64
3392024-10-22T16:20:36.335Z Downloaded terminal_size v0.4.0
3402024-10-22T16:20:36.335Z Downloaded tempfile v3.13.0
3412024-10-22T16:20:36.335Z Downloaded swrite v0.1.0
3422024-10-22T16:20:36.359Z Downloaded smawk v0.3.2
3432024-10-22T16:20:36.359Z Downloaded scroll_derive v0.12.0
3442024-10-22T16:20:36.359Z Downloaded proc-macro-error v1.0.4
3452024-10-22T16:20:36.359Z Downloaded pest_generator v2.7.14
3462024-10-22T16:20:36.359Z Downloaded hashbrown v0.15.0
3472024-10-22T16:20:36.359Z Downloaded syn v1.0.109
3482024-10-22T16:20:36.383Z Downloaded sha2 v0.10.8
3492024-10-22T16:20:36.383Z Downloaded serde_spanned v0.6.8
3502024-10-22T16:20:36.383Z Downloaded scroll v0.12.0
3512024-10-22T16:20:36.383Z Downloaded quote v1.0.37
3522024-10-22T16:20:36.383Z Downloaded proc-macro-error-attr v1.0.4
3532024-10-22T16:20:36.384Z Downloaded pest_meta v2.7.14
3542024-10-22T16:20:36.384Z Downloaded is_terminal_polyfill v1.70.1
3552024-10-22T16:20:36.384Z Downloaded indexmap v2.6.0
3562024-10-22T16:20:36.384Z Downloaded heck v0.4.1
3572024-10-22T16:20:36.384Z Downloaded clap_builder v4.5.20
3582024-10-22T16:20:36.408Z Downloaded utf8parse v0.2.2
3592024-10-22T16:20:36.408Z Downloaded usdt-attr-macro v0.5.0
3602024-10-22T16:20:36.408Z Downloaded ucd-trie v0.1.7
3612024-10-22T16:20:36.408Z Downloaded toml_datetime v0.6.8
3622024-10-22T16:20:36.408Z Downloaded thread-id v4.2.2
3632024-10-22T16:20:36.408Z Downloaded textwrap v0.16.1
3642024-10-22T16:20:36.408Z Downloaded tabled_derive v0.7.0
3652024-10-22T16:20:36.408Z Downloaded strsim v0.11.1
3662024-10-22T16:20:36.408Z Downloaded serde_tokenstream v0.2.2
3672024-10-22T16:20:36.408Z Downloaded serde_derive v1.0.210
3682024-10-22T16:20:36.408Z Downloaded semver v1.0.23
3692024-10-22T16:20:36.408Z Downloaded ryu v1.0.18
3702024-10-22T16:20:36.408Z Downloaded proc-macro2 v1.0.87
3712024-10-22T16:20:36.432Z Downloaded pretty-hex v0.4.1
3722024-10-22T16:20:36.432Z Downloaded plain v0.2.3
3732024-10-22T16:20:36.432Z Downloaded pest_derive v2.7.14
3742024-10-22T16:20:36.432Z Downloaded pest v2.7.14
3752024-10-22T16:20:36.432Z Downloaded papergrid v0.11.0
3762024-10-22T16:20:36.432Z Downloaded once_cell v1.20.2
3772024-10-22T16:20:36.432Z Downloaded memmap v0.7.0
3782024-10-22T16:20:36.432Z Downloaded memchr v2.7.4
3792024-10-22T16:20:36.456Z Downloaded macaddr v1.0.1
3802024-10-22T16:20:36.456Z Downloaded log v0.4.22
3812024-10-22T16:20:36.456Z Downloaded itoa v1.0.11
3822024-10-22T16:20:36.456Z Downloaded heck v0.5.0
3832024-10-22T16:20:36.456Z Downloaded goblin v0.8.2
3842024-10-22T16:20:36.456Z Downloaded generic-array v0.14.7
3852024-10-22T16:20:36.456Z Downloaded fs-err v2.11.0
3862024-10-22T16:20:36.456Z Downloaded fnv v1.0.7
3872024-10-22T16:20:36.456Z Downloaded fastrand v2.1.1
3882024-10-22T16:20:36.456Z Downloaded errno v0.3.9
3892024-10-22T16:20:36.456Z Downloaded equivalent v1.0.1
3902024-10-22T16:20:36.480Z Downloaded dtrace-parser v0.2.0
3912024-10-22T16:20:36.480Z Downloaded dof v0.3.0
3922024-10-22T16:20:36.480Z Downloaded digest v0.10.7
3932024-10-22T16:20:36.480Z Downloaded crypto-common v0.1.6
3942024-10-22T16:20:36.480Z Downloaded cpufeatures v0.2.14
3952024-10-22T16:20:36.480Z Downloaded colorchoice v1.0.2
3962024-10-22T16:20:36.480Z Downloaded clap_lex v0.7.2
3972024-10-22T16:20:36.480Z Downloaded clap_derive v4.5.18
3982024-10-22T16:20:36.480Z Downloaded cfg-if v1.0.0
3992024-10-22T16:20:36.480Z Downloaded cargo_toml v0.20.5
4002024-10-22T16:20:36.480Z Downloaded cargo_metadata v0.18.1
4012024-10-22T16:20:36.480Z Downloaded camino-tempfile v1.1.1
4022024-10-22T16:20:36.480Z Downloaded camino v1.1.9
4032024-10-22T16:20:36.480Z Downloaded byteorder v1.5.0
4042024-10-22T16:20:36.480Z Downloaded bytecount v0.6.8
4052024-10-22T16:20:36.504Z Downloaded block-buffer v0.10.4
4062024-10-22T16:20:36.504Z Downloaded bitflags v2.6.0
4072024-10-22T16:20:36.504Z Downloaded autocfg v1.4.0
4082024-10-22T16:20:36.504Z Downloaded anyhow v1.0.89
4092024-10-22T16:20:36.504Z Downloaded anstyle-query v1.1.1
4102024-10-22T16:20:36.504Z Downloaded anstyle-parse v0.2.5
4112024-10-22T16:20:36.504Z Downloaded anstyle v1.0.8
4122024-10-22T16:20:36.504Z Downloaded anstream v0.6.15
4132024-10-22T16:20:36.628Z Compiling proc-macro2 v1.0.87
4142024-10-22T16:20:36.628Z Compiling unicode-ident v1.0.13
4152024-10-22T16:20:36.628Z Compiling version_check v0.9.5
4162024-10-22T16:20:36.628Z Compiling serde v1.0.210
4172024-10-22T16:20:36.652Z Compiling thiserror v1.0.64
4182024-10-22T16:20:36.652Z Compiling memchr v2.7.4
4192024-10-22T16:20:36.652Z Compiling libc v0.2.161
4202024-10-22T16:20:36.652Z Compiling ryu v1.0.18
4212024-10-22T16:20:36.963Z Compiling ucd-trie v0.1.7
4222024-10-22T16:20:37.135Z Compiling itoa v1.0.11
4232024-10-22T16:20:37.397Z Compiling once_cell v1.20.2
4242024-10-22T16:20:37.428Z Compiling byteorder v1.5.0
4252024-10-22T16:20:37.537Z Compiling rustix v0.38.37
4262024-10-22T16:20:37.805Z Compiling serde_json v1.0.128
4272024-10-22T16:20:37.902Z Compiling bitflags v2.6.0
4282024-10-22T16:20:38.130Z Compiling proc-macro-error-attr v1.0.4
4292024-10-22T16:20:38.263Z Compiling quote v1.0.37
4302024-10-22T16:20:38.337Z Compiling usdt-impl v0.5.0
4312024-10-22T16:20:38.437Z Compiling syn v1.0.109
4322024-10-22T16:20:38.498Z Compiling proc-macro-error v1.0.4
4332024-10-22T16:20:38.611Z Compiling hashbrown v0.15.0
4342024-10-22T16:20:38.672Z Compiling syn v2.0.79
4352024-10-22T16:20:38.811Z Compiling errno v0.3.9
4362024-10-22T16:20:39.036Z Compiling utf8parse v0.2.2
4372024-10-22T16:20:39.174Z Compiling thread-id v4.2.2
4382024-10-22T16:20:39.209Z Compiling log v0.4.22
4392024-10-22T16:20:39.233Z Compiling plain v0.2.3
4402024-10-22T16:20:39.278Z Compiling camino v1.1.9
4412024-10-22T16:20:39.312Z Compiling equivalent v1.0.1
4422024-10-22T16:20:39.444Z Compiling anstyle-parse v0.2.5
4432024-10-22T16:20:39.749Z Compiling indexmap v2.6.0
4442024-10-22T16:20:39.776Z Compiling is_terminal_polyfill v1.70.1
4452024-10-22T16:20:39.930Z Compiling unicode-width v0.1.14
4462024-10-22T16:20:39.955Z Compiling colorchoice v1.0.2
4472024-10-22T16:20:40.112Z Compiling winnow v0.6.20
4482024-10-22T16:20:40.138Z Compiling anstyle v1.0.8
4492024-10-22T16:20:40.170Z Compiling semver v1.0.23
4502024-10-22T16:20:40.410Z Compiling anstyle-query v1.1.1
4512024-10-22T16:20:40.538Z Compiling pretty-hex v0.4.1
4522024-10-22T16:20:40.565Z Compiling autocfg v1.4.0
4532024-10-22T16:20:40.706Z Compiling anstream v0.6.15
4542024-10-22T16:20:40.919Z Compiling terminal_size v0.4.0
4552024-10-22T16:20:41.078Z Compiling strsim v0.11.1
4562024-10-22T16:20:41.354Z Compiling bytecount v0.6.8
4572024-10-22T16:20:41.468Z Compiling cfg-if v1.0.0
4582024-10-22T16:20:41.494Z Compiling clap_lex v0.7.2
4592024-10-22T16:20:41.559Z Compiling fnv v1.0.7
4602024-10-22T16:20:41.587Z Compiling fs-err v2.11.0
4612024-10-22T16:20:41.587Z Compiling heck v0.5.0
4622024-10-22T16:20:41.848Z Compiling anyhow v1.0.89
4632024-10-22T16:20:41.893Z Compiling fastrand v2.1.1
4642024-10-22T16:20:41.971Z Compiling heck v0.4.1
4652024-10-22T16:20:42.208Z Compiling tempfile v3.13.0
4662024-10-22T16:20:42.293Z Compiling clap_builder v4.5.20
4672024-10-22T16:20:42.385Z Compiling papergrid v0.11.0
4682024-10-22T16:20:42.439Z Compiling memmap v0.7.0
4692024-10-22T16:20:42.598Z Compiling unicode-linebreak v0.1.5
4702024-10-22T16:20:42.776Z Compiling smawk v0.3.2
4712024-10-22T16:20:42.986Z Compiling textwrap v0.16.1
4722024-10-22T16:20:43.205Z Compiling swrite v0.1.0
4732024-10-22T16:20:44.301Z Compiling tabled_derive v0.7.0
4742024-10-22T16:20:45.836Z Compiling tabled v0.15.0
4752024-10-22T16:20:46.539Z Compiling serde_derive v1.0.210
4762024-10-22T16:20:46.539Z Compiling thiserror-impl v1.0.64
4772024-10-22T16:20:46.563Z Compiling zerocopy-derive v0.7.35
4782024-10-22T16:20:46.563Z Compiling scroll_derive v0.12.0
4792024-10-22T16:20:46.563Z Compiling clap_derive v4.5.18
4802024-10-22T16:20:47.659Z Compiling scroll v0.12.0
4812024-10-22T16:20:48.201Z Compiling goblin v0.8.2
4822024-10-22T16:20:48.475Z Compiling zerocopy v0.7.35
4832024-10-22T16:20:49.459Z Compiling pest v2.7.14
4842024-10-22T16:20:50.204Z Compiling clap v4.5.20
4852024-10-22T16:20:51.500Z Compiling pest_meta v2.7.14
4862024-10-22T16:20:52.479Z Compiling pest_generator v2.7.14
4872024-10-22T16:20:54.287Z Compiling pest_derive v2.7.14
4882024-10-22T16:20:54.919Z Compiling dtrace-parser v0.2.0
4892024-10-22T16:20:56.242Z Compiling toml_datetime v0.6.8
4902024-10-22T16:20:56.266Z Compiling serde_spanned v0.6.8
4912024-10-22T16:20:56.266Z Compiling cargo-platform v0.1.8
4922024-10-22T16:20:56.624Z Compiling serde_tokenstream v0.2.2
4932024-10-22T16:20:56.735Z Compiling toml_edit v0.22.22
4942024-10-22T16:20:56.790Z Compiling macaddr v1.0.1
4952024-10-22T16:20:56.886Z Compiling camino-tempfile v1.1.1
4962024-10-22T16:20:57.617Z Compiling dof v0.3.0
4972024-10-22T16:20:57.617Z Compiling cargo_metadata v0.18.1
4982024-10-22T16:20:59.421Z Compiling toml v0.8.19
4992024-10-22T16:20:59.572Z Compiling usdt-attr-macro v0.5.0
5002024-10-22T16:20:59.596Z Compiling usdt-macro v0.5.0
5012024-10-22T16:21:00.145Z Compiling cargo_toml v0.20.5
5022024-10-22T16:21:00.682Z Compiling usdt v0.5.0
5032024-10-22T16:21:04.419Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5042024-10-22T16:21:09.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.82s
5052024-10-22T16:21:09.655Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5062024-10-22T16:21:10.420Z Downloading crates ...
5072024-10-22T16:21:10.557Z Downloaded cfg_aliases v0.1.1
5082024-10-22T16:21:10.582Z Downloaded array-init v0.0.4
5092024-10-22T16:21:10.582Z Downloaded atomicwrites v0.4.4
5102024-10-22T16:21:10.582Z Downloaded ciborium-io v0.2.2
5112024-10-22T16:21:10.582Z Downloaded crucible-workspace-hack v0.1.0
5122024-10-22T16:21:10.582Z Downloaded chrono-tz-build v0.4.0
5132024-10-22T16:21:10.582Z Downloaded crossbeam-deque v0.8.5
5142024-10-22T16:21:10.582Z Downloaded ctr v0.9.2
5152024-10-22T16:21:10.623Z Downloaded nodrop v0.1.14
5162024-10-22T16:21:10.623Z Downloaded const_format_proc_macros v0.2.33
5172024-10-22T16:21:10.623Z Downloaded normalize-line-endings v0.3.0
5182024-10-22T16:21:10.623Z Downloaded keccak v0.1.5
5192024-10-22T16:21:10.623Z Downloaded async-bb8-diesel v0.2.1
5202024-10-22T16:21:10.623Z Downloaded nibble_vec v0.1.0
5212024-10-22T16:21:10.624Z Downloaded multimap v0.10.0
5222024-10-22T16:21:10.649Z Downloaded libloading v0.8.5
5232024-10-22T16:21:10.649Z Downloaded darling_macro v0.20.10
5242024-10-22T16:21:10.649Z Downloaded crossbeam-utils v0.8.20
5252024-10-22T16:21:10.649Z Downloaded allocator-api2 v0.2.18
5262024-10-22T16:21:10.649Z Downloaded atomic-waker v1.1.2
5272024-10-22T16:21:10.649Z Downloaded russh-cryptovec v0.7.3
5282024-10-22T16:21:10.649Z Downloaded buf-list v1.0.3
5292024-10-22T16:21:10.649Z Downloaded bytes v1.7.2
5302024-10-22T16:21:10.649Z Downloaded mockall_derive v0.13.0
5312024-10-22T16:21:10.649Z Downloaded ref-cast-impl v1.0.23
5322024-10-22T16:21:10.649Z Downloaded rfc6979 v0.4.0
5332024-10-22T16:21:10.674Z Downloaded resolv-conf v0.7.0
5342024-10-22T16:21:10.674Z Downloaded hyper-util v0.1.9
5352024-10-22T16:21:10.674Z Downloaded foreign-types-shared v0.3.1
5362024-10-22T16:21:10.674Z Downloaded foreign-types-shared v0.1.1
5372024-10-22T16:21:10.674Z Downloaded iana-time-zone v0.1.61
5382024-10-22T16:21:10.699Z Downloaded serde_repr v0.1.19
5392024-10-22T16:21:10.699Z Downloaded thread_local v1.1.8
5402024-10-22T16:21:10.699Z Downloaded funty v2.0.0
5412024-10-22T16:21:10.699Z Downloaded openssl-probe v0.1.5
5422024-10-22T16:21:10.699Z Downloaded zeroize v1.8.1
5432024-10-22T16:21:10.699Z Downloaded wyz v0.5.1
5442024-10-22T16:21:10.699Z Downloaded spin v0.9.8
5452024-10-22T16:21:10.699Z Downloaded time-macros v0.2.18
5462024-10-22T16:21:10.724Z Downloaded serde-big-array v0.5.1
5472024-10-22T16:21:10.724Z Downloaded peg v0.8.4
5482024-10-22T16:21:10.724Z Downloaded predicates v3.1.2
5492024-10-22T16:21:10.724Z Downloaded precomputed-hash v0.1.1
5502024-10-22T16:21:10.724Z Downloaded sync_wrapper v0.1.2
5512024-10-22T16:21:10.724Z Downloaded predicates-core v1.0.8
5522024-10-22T16:21:10.748Z Downloaded shell-words v1.1.0
5532024-10-22T16:21:10.748Z Downloaded smf v0.2.3
5542024-10-22T16:21:10.748Z Downloaded shlex v1.3.0
5552024-10-22T16:21:10.748Z Downloaded strum_macros v0.25.3
5562024-10-22T16:21:10.748Z Downloaded walkdir v2.5.0
5572024-10-22T16:21:10.773Z Downloaded oso-derive v0.27.3
5582024-10-22T16:21:10.773Z Downloaded ghash v0.5.1
5592024-10-22T16:21:10.773Z Downloaded openssl-macros v0.1.1
5602024-10-22T16:21:10.773Z Downloaded ron v0.7.1
5612024-10-22T16:21:10.773Z Downloaded waitgroup v0.1.2
5622024-10-22T16:21:10.797Z Downloaded want v0.3.1
5632024-10-22T16:21:10.797Z Downloaded parking_lot v0.12.3
5642024-10-22T16:21:10.797Z Downloaded peg-runtime v0.8.3
5652024-10-22T16:21:10.797Z Downloaded futures-sink v0.3.31
5662024-10-22T16:21:10.797Z Downloaded futures-task v0.3.31
5672024-10-22T16:21:10.797Z Downloaded futures-macro v0.3.31
5682024-10-22T16:21:10.797Z Downloaded phf v0.11.2
5692024-10-22T16:21:10.821Z Downloaded num v0.4.3
5702024-10-22T16:21:10.821Z Downloaded rpassword v7.3.1
5712024-10-22T16:21:10.821Z Downloaded progenitor v0.8.0
5722024-10-22T16:21:10.821Z Downloaded tap v1.0.1
5732024-10-22T16:21:10.821Z Downloaded endian-type v0.1.2
5742024-10-22T16:21:10.845Z Downloaded difflib v0.4.0
5752024-10-22T16:21:10.845Z Downloaded fxhash v0.2.1
5762024-10-22T16:21:10.845Z Downloaded progenitor-client v0.8.0
5772024-10-22T16:21:10.869Z Downloaded futures-executor v0.3.31
5782024-10-22T16:21:10.893Z Downloaded phf_codegen v0.11.2
5792024-10-22T16:21:10.893Z Downloaded number_prefix v0.4.0
5802024-10-22T16:21:10.893Z Downloaded ed25519 v2.2.3
5812024-10-22T16:21:10.917Z Downloaded phf_shared v0.10.0
5822024-10-22T16:21:10.917Z Downloaded parse-display-derive v0.10.0
5832024-10-22T16:21:10.941Z Downloaded untrusted v0.9.0
5842024-10-22T16:21:10.941Z Downloaded quick-error v1.2.3
5852024-10-22T16:21:10.965Z Downloaded vte_generate_state_changes v0.1.2
5862024-10-22T16:21:10.989Z Downloaded hash32 v0.3.1
5872024-10-22T16:21:10.989Z Downloaded diesel-dtrace v0.3.0
5882024-10-22T16:21:11.014Z Downloaded whoami v1.5.2
5892024-10-22T16:21:11.014Z Downloaded dirs-next v2.0.0
5902024-10-22T16:21:11.014Z Downloaded rsa v0.9.6
5912024-10-22T16:21:11.038Z Downloaded hashbrown v0.13.2
5922024-10-22T16:21:11.062Z Downloaded uuid v1.10.0
5932024-10-22T16:21:11.086Z Downloaded diesel_derives v2.2.3
5942024-10-22T16:21:11.112Z Downloaded sqlparser v0.45.0
5952024-10-22T16:21:11.146Z Downloaded webpki-roots v0.26.6
5962024-10-22T16:21:11.170Z Downloaded regex-automata v0.4.8
5972024-10-22T16:21:11.205Z Downloaded petgraph v0.6.5
5982024-10-22T16:21:11.236Z Downloaded lzma-sys v0.1.20
5992024-10-22T16:21:11.282Z Downloaded tokio v1.40.0
6002024-10-22T16:21:11.337Z Downloaded sha3 v0.10.8
6012024-10-22T16:21:11.363Z Downloaded encoding_rs v0.8.34
6022024-10-22T16:21:11.390Z Downloaded csv v1.3.0
6032024-10-22T16:21:11.418Z Downloaded libgit2-sys v0.17.0+1.8.1
6042024-10-22T16:21:11.497Z Downloaded libz-sys v1.1.20
6052024-10-22T16:21:11.526Z Downloaded sled v0.34.7
6062024-10-22T16:21:11.550Z Downloaded zerocopy-derive v0.6.6
6072024-10-22T16:21:11.575Z Downloaded bzip2-sys v0.1.11+1.0.8
6082024-10-22T16:21:11.599Z Downloaded openssl v0.10.66
6092024-10-22T16:21:11.599Z Downloaded openapiv3 v2.0.0
6102024-10-22T16:21:11.623Z Downloaded typify-impl v0.2.0
6112024-10-22T16:21:11.647Z Downloaded regress v0.10.1
6122024-10-22T16:21:11.671Z Downloaded regress v0.9.1
6132024-10-22T16:21:11.671Z Downloaded regex-syntax v0.8.5
6142024-10-22T16:21:11.695Z Downloaded curve25519-dalek v4.1.3
6152024-10-22T16:21:11.720Z Downloaded chrono-tz v0.10.0
6162024-10-22T16:21:11.720Z Downloaded ring v0.17.8
6172024-10-22T16:21:11.802Z Downloaded bstr v1.10.0
6182024-10-22T16:21:11.826Z Downloaded rustls v0.23.14
6192024-10-22T16:21:11.850Z Downloaded rustls v0.22.4
6202024-10-22T16:21:11.850Z Downloaded hashbrown v0.14.5
6212024-10-22T16:21:11.874Z Downloaded vcpkg v0.2.15
6222024-10-22T16:21:11.902Z Downloaded ring v0.16.20
6232024-10-22T16:21:12.000Z Downloaded libsqlite3-sys v0.30.1
6242024-10-22T16:21:12.093Z Downloaded ssh-key v0.6.6
6252024-10-22T16:21:12.119Z Downloaded dropshot v0.12.0
6262024-10-22T16:21:12.142Z Downloaded polar-core v0.27.3
6272024-10-22T16:21:12.142Z Downloaded smoltcp v0.11.0
6282024-10-22T16:21:12.166Z Downloaded hickory-proto v0.24.1
6292024-10-22T16:21:12.190Z Downloaded diesel v2.2.4
6302024-10-22T16:21:12.190Z Downloaded ratatui v0.28.1
6312024-10-22T16:21:12.214Z Downloaded trust-dns-proto v0.22.0
6322024-10-22T16:21:12.238Z Downloaded rustls v0.21.12
6332024-10-22T16:21:12.262Z Downloaded salty v0.3.0
6342024-10-22T16:21:12.262Z Downloaded rustyline v14.0.0
6352024-10-22T16:21:12.262Z Downloaded rustls-webpki v0.101.7
6362024-10-22T16:21:12.286Z Downloaded object v0.36.5
6372024-10-22T16:21:12.286Z Downloaded object v0.30.4
6382024-10-22T16:21:12.309Z Downloaded steno v0.4.1
6392024-10-22T16:21:12.309Z Downloaded rustls-webpki v0.102.8
6402024-10-22T16:21:12.333Z Downloaded quinn-proto v0.11.8
6412024-10-22T16:21:12.333Z Downloaded winnow v0.5.40
6422024-10-22T16:21:12.357Z Downloaded regex v1.11.0
6432024-10-22T16:21:12.357Z Downloaded derive_builder_core v0.20.2
6442024-10-22T16:21:12.380Z Downloaded derive_builder v0.20.2
6452024-10-22T16:21:12.380Z Downloaded der v0.7.9
6462024-10-22T16:21:12.380Z Downloaded quick-xml v0.33.0
6472024-10-22T16:21:12.380Z Downloaded proptest v1.5.0
6482024-10-22T16:21:12.404Z Downloaded parse-zoneinfo v0.3.1
6492024-10-22T16:21:12.404Z Downloaded flate2 v1.0.34
6502024-10-22T16:21:12.404Z Downloaded tokio-postgres v0.7.12
6512024-10-22T16:21:12.404Z Downloaded git2 v0.19.0
6522024-10-22T16:21:12.428Z Downloaded regex-syntax v0.6.29
6532024-10-22T16:21:12.428Z Downloaded portable-atomic v1.9.0
6542024-10-22T16:21:12.428Z Downloaded h2 v0.4.6
6552024-10-22T16:21:12.451Z Downloaded h2 v0.3.26
6562024-10-22T16:21:12.452Z Downloaded futures-util v0.3.31
6572024-10-22T16:21:12.475Z Downloaded radix_trie v0.2.1
6582024-10-22T16:21:12.475Z Downloaded p384 v0.13.0
6592024-10-22T16:21:12.475Z Downloaded gimli v0.31.1
6602024-10-22T16:21:12.505Z Downloaded smoltcp v0.9.1
6612024-10-22T16:21:12.505Z Downloaded nix v0.29.0
6622024-10-22T16:21:12.529Z Downloaded hashbrown v0.12.3
6632024-10-22T16:21:12.529Z Downloaded rustls-pki-types v1.9.0
6642024-10-22T16:21:12.529Z Downloaded publicsuffix v2.2.3
6652024-10-22T16:21:12.529Z Downloaded uzers v0.12.1
6662024-10-22T16:21:12.529Z Downloaded quinn v0.11.5
6672024-10-22T16:21:12.529Z Downloaded qorb v0.1.2
6682024-10-22T16:21:12.529Z Downloaded env_logger v0.11.5
6692024-10-22T16:21:12.553Z Downloaded num-traits v0.2.19
6702024-10-22T16:21:12.553Z Downloaded flume v0.11.0
6712024-10-22T16:21:12.553Z Downloaded tough v0.17.1
6722024-10-22T16:21:12.553Z Downloaded nix v0.27.1
6732024-10-22T16:21:12.577Z Downloaded which v4.4.2
6742024-10-22T16:21:12.577Z Downloaded value-bag v1.9.0
6752024-10-22T16:21:12.577Z Downloaded tokio-util v0.7.12
6762024-10-22T16:21:12.578Z Downloaded tokio-tungstenite v0.23.1
6772024-10-22T16:21:12.578Z Downloaded serde_with v3.11.0
6782024-10-22T16:21:12.601Z Downloaded idna v0.4.0
6792024-10-22T16:21:12.601Z Downloaded idna v0.2.3
6802024-10-22T16:21:12.602Z Downloaded chrono v0.4.38
6812024-10-22T16:21:12.626Z Downloaded bindgen v0.69.5
6822024-10-22T16:21:12.626Z Downloaded derive_builder_macro v0.20.2
6832024-10-22T16:21:12.626Z Downloaded utf-8 v0.7.6
6842024-10-22T16:21:12.626Z Downloaded ssh-encoding v0.2.0
6852024-10-22T16:21:12.626Z Downloaded pin-utils v0.1.0
6862024-10-22T16:21:12.626Z Downloaded url v2.5.2
6872024-10-22T16:21:12.650Z Downloaded env_logger v0.10.2
6882024-10-22T16:21:12.650Z Downloaded dropshot_endpoint v0.12.0
6892024-10-22T16:21:12.650Z Downloaded ed25519-dalek v2.1.1
6902024-10-22T16:21:12.650Z Downloaded heapless v0.7.17
6912024-10-22T16:21:12.650Z Downloaded rayon v1.10.0
6922024-10-22T16:21:12.674Z Downloaded expectorate v1.1.0
6932024-10-22T16:21:12.674Z Downloaded reqwest v0.12.8
6942024-10-22T16:21:12.674Z Downloaded rusqlite v0.32.1
6952024-10-22T16:21:12.674Z Downloaded nix v0.28.0
6962024-10-22T16:21:12.698Z Downloaded bitvec v1.0.1
6972024-10-22T16:21:12.722Z Downloaded display-error-chain v0.2.1
6982024-10-22T16:21:12.722Z Downloaded dirs-sys-next v0.1.2
6992024-10-22T16:21:12.722Z Downloaded rustls-pemfile v1.0.4
7002024-10-22T16:21:12.722Z Downloaded rustfmt-wrapper v0.2.1
7012024-10-22T16:21:12.722Z Downloaded rustc_version v0.4.1
7022024-10-22T16:21:12.722Z Downloaded rustc_version v0.1.7
7032024-10-22T16:21:12.722Z Downloaded rtoolbox v0.0.2
7042024-10-22T16:21:12.722Z Downloaded pkcs8 v0.10.2
7052024-10-22T16:21:12.722Z Downloaded pkcs5 v0.7.1
7062024-10-22T16:21:12.722Z Downloaded vte v0.11.1
7072024-10-22T16:21:12.722Z Downloaded vsss-rs v3.3.4
7082024-10-22T16:21:12.746Z Downloaded vergen v8.3.2
7092024-10-22T16:21:12.746Z Downloaded num-complex v0.4.6
7102024-10-22T16:21:12.746Z Downloaded ff v0.13.0
7112024-10-22T16:21:12.746Z Downloaded samael v0.0.17
7122024-10-22T16:21:12.746Z Downloaded rustls-pemfile v2.2.0
7132024-10-22T16:21:12.746Z Downloaded num-rational v0.4.2
7142024-10-22T16:21:12.746Z Downloaded schemars v0.8.21
7152024-10-22T16:21:12.770Z Downloaded futures v0.3.31
7162024-10-22T16:21:12.770Z Downloaded num-bigint-dig v0.8.4
7172024-10-22T16:21:12.770Z Downloaded pkcs1 v0.7.5
7182024-10-22T16:21:12.770Z Downloaded olpc-cjson v0.1.4
7192024-10-22T16:21:12.770Z Downloaded num-derive v0.4.2
7202024-10-22T16:21:12.770Z Downloaded num-conv v0.1.0
7212024-10-22T16:21:12.770Z Downloaded filetime v0.2.25
7222024-10-22T16:21:12.794Z Downloaded env_filter v0.1.2
7232024-10-22T16:21:12.794Z Downloaded enum-as-inner v0.6.1
7242024-10-22T16:21:12.794Z Downloaded salsa20 v0.10.2
7252024-10-22T16:21:12.794Z Downloaded num_enum v0.5.11
7262024-10-22T16:21:12.794Z Downloaded der_derive v0.7.3
7272024-10-22T16:21:12.794Z Downloaded static_assertions v1.1.0
7282024-10-22T16:21:12.794Z Downloaded stable_deref_trait v1.2.0
7292024-10-22T16:21:12.794Z Downloaded peg-macros v0.8.4
7302024-10-22T16:21:12.794Z Downloaded toml_edit v0.19.15
7312024-10-22T16:21:12.819Z Downloaded tokio-rustls v0.24.1
7322024-10-22T16:21:12.819Z Downloaded num-bigint v0.4.6
7332024-10-22T16:21:12.819Z Downloaded psl-types v2.0.11
7342024-10-22T16:21:12.819Z Downloaded phf_shared v0.11.2
7352024-10-22T16:21:12.819Z Downloaded toolchain_find v0.4.0
7362024-10-22T16:21:12.819Z Downloaded num-integer v0.1.46
7372024-10-22T16:21:12.819Z Downloaded dyn-clone v1.0.17
7382024-10-22T16:21:12.843Z Downloaded dsl_auto_type v0.1.2
7392024-10-22T16:21:12.843Z Downloaded deranged v0.3.11
7402024-10-22T16:21:12.843Z Downloaded tokio-stream v0.1.16
7412024-10-22T16:21:12.843Z Downloaded tokio-rustls v0.26.0
7422024-10-22T16:21:12.843Z Downloaded tokio-native-tls v0.3.1
7432024-10-22T16:21:12.843Z Downloaded progenitor-impl v0.8.0
7442024-10-22T16:21:12.843Z Downloaded diff v0.1.13
7452024-10-22T16:21:12.843Z Downloaded similar v2.6.0
7462024-10-22T16:21:12.866Z Downloaded reedline v0.35.0
7472024-10-22T16:21:12.866Z Downloaded p521 v0.13.3
7482024-10-22T16:21:12.866Z Downloaded heapless v0.8.0
7492024-10-22T16:21:12.866Z Downloaded unicode-normalization v0.1.24
7502024-10-22T16:21:12.866Z Downloaded reqwest v0.11.27
7512024-10-22T16:21:12.890Z Downloaded russh v0.45.0
7522024-10-22T16:21:12.890Z Downloaded untrusted v0.7.1
7532024-10-22T16:21:12.890Z Downloaded ecdsa v0.16.9
7542024-10-22T16:21:12.891Z Downloaded derive-where v1.2.7
7552024-10-22T16:21:12.891Z Downloaded tinyvec v1.8.0
7562024-10-22T16:21:12.914Z Downloaded prettyplease v0.2.22
7572024-10-22T16:21:12.915Z Downloaded pkg-config v0.3.31
7582024-10-22T16:21:12.915Z Downloaded futures-channel v0.3.31
7592024-10-22T16:21:12.915Z Downloaded rand v0.8.5
7602024-10-22T16:21:12.915Z Downloaded elliptic-curve v0.13.8
7612024-10-22T16:21:12.915Z Downloaded des v0.8.1
7622024-10-22T16:21:12.915Z Downloaded tracing v0.1.40
7632024-10-22T16:21:12.915Z Downloaded idna v0.5.0
7642024-10-22T16:21:12.938Z Downloaded crossterm v0.28.1
7652024-10-22T16:21:12.938Z Downloaded aho-corasick v1.1.3
7662024-10-22T16:21:12.938Z Downloaded tls_codec_derive v0.4.1
7672024-10-22T16:21:12.938Z Downloaded tls_codec v0.4.1
7682024-10-22T16:21:12.962Z Downloaded flagset v0.4.6
7692024-10-22T16:21:12.962Z Downloaded fixedbitset v0.4.2
7702024-10-22T16:21:12.962Z Downloaded sqlformat v0.2.6
7712024-10-22T16:21:12.962Z Downloaded scheduled-thread-pool v0.2.7
7722024-10-22T16:21:12.962Z Downloaded same-file v1.0.6
7732024-10-22T16:21:12.962Z Downloaded num_enum_derive v0.5.11
7742024-10-22T16:21:12.962Z Downloaded string_cache v0.8.7
7752024-10-22T16:21:12.962Z Downloaded rustversion v1.0.17
7762024-10-22T16:21:12.963Z Downloaded half v2.4.1
7772024-10-22T16:21:12.963Z Downloaded float-cmp v0.9.0
7782024-10-22T16:21:12.963Z Downloaded toml v0.7.8
7792024-10-22T16:21:12.963Z Downloaded idna v0.3.0
7802024-10-22T16:21:12.986Z Downloaded blake3 v1.5.4
7812024-10-22T16:21:12.986Z Downloaded parse-size v1.0.0
7822024-10-22T16:21:12.986Z Downloaded tinyvec_macros v0.1.1
7832024-10-22T16:21:12.987Z Downloaded hash32 v0.2.1
7842024-10-22T16:21:12.987Z Downloaded downcast v0.11.0
7852024-10-22T16:21:12.987Z Downloaded phf_generator v0.11.2
7862024-10-22T16:21:12.987Z Downloaded pem-rfc7468 v0.7.0
7872024-10-22T16:21:12.987Z Downloaded tokio-tungstenite v0.21.0
7882024-10-22T16:21:13.011Z Downloaded tokio-rustls v0.25.0
7892024-10-22T16:21:13.011Z Downloaded tokio-macros v2.4.0
7902024-10-22T16:21:13.011Z Downloaded sec1 v0.7.3
7912024-10-22T16:21:13.011Z Downloaded pin-project v1.1.6
7922024-10-22T16:21:13.011Z Downloaded signal-hook v0.3.17
7932024-10-22T16:21:13.011Z Downloaded tokio-tungstenite v0.24.0
7942024-10-22T16:21:13.035Z Downloaded foldhash v0.1.3
7952024-10-22T16:21:13.035Z Downloaded slog-stdlog v4.1.1
7962024-10-22T16:21:13.035Z Downloaded signature v2.2.0
7972024-10-22T16:21:13.035Z Downloaded dhcproto v0.12.0
7982024-10-22T16:21:13.035Z Downloaded derive_more v0.99.18
7992024-10-22T16:21:13.035Z Downloaded hyper v0.14.30
8002024-10-22T16:21:13.035Z Downloaded stringprep v0.1.5
8012024-10-22T16:21:13.035Z Downloaded rusty-fork v0.3.0
8022024-10-22T16:21:13.059Z Downloaded percent-encoding v2.3.1
8032024-10-22T16:21:13.059Z Downloaded poly1305 v0.8.0
8042024-10-22T16:21:13.059Z Downloaded globset v0.4.15
8052024-10-22T16:21:13.059Z Downloaded slog v2.7.0
8062024-10-22T16:21:13.059Z Downloaded r2d2 v0.8.10
8072024-10-22T16:21:13.059Z Downloaded unicode-segmentation v1.12.0
8082024-10-22T16:21:13.059Z Downloaded pem v3.0.4
8092024-10-22T16:21:13.059Z Downloaded group v0.13.0
8102024-10-22T16:21:13.059Z Downloaded scrypt v0.11.0
8112024-10-22T16:21:13.059Z Downloaded scopeguard v1.2.0
8122024-10-22T16:21:13.059Z Downloaded schemars_derive v0.8.21
8132024-10-22T16:21:13.059Z Downloaded progenitor-macro v0.8.0
8142024-10-22T16:21:13.083Z Downloaded polyval v0.6.2
8152024-10-22T16:21:13.083Z Downloaded glob v0.3.1
8162024-10-22T16:21:13.083Z Downloaded tar v0.4.42
8172024-10-22T16:21:13.083Z Downloaded rcgen v0.12.1
8182024-10-22T16:21:13.083Z Downloaded openssl-sys v0.9.103
8192024-10-22T16:21:13.083Z Downloaded lalrpop v0.19.12
8202024-10-22T16:21:13.107Z Downloaded futures-core v0.3.31
8212024-10-22T16:21:13.107Z Downloaded slog-term v2.9.1
8222024-10-22T16:21:13.107Z Downloaded signal-hook-registry v1.4.2
8232024-10-22T16:21:13.107Z Downloaded quinn-udp v0.5.5
8242024-10-22T16:21:13.107Z Downloaded pretty-hex v0.2.1
8252024-10-22T16:21:13.107Z Downloaded float-ord v0.3.2
8262024-10-22T16:21:13.107Z Downloaded enum-as-inner v0.5.1
8272024-10-22T16:21:13.107Z Downloaded proc-macro-crate v1.3.1
8282024-10-22T16:21:13.107Z Downloaded primeorder v0.13.6
8292024-10-22T16:21:13.107Z Downloaded pin-project-lite v0.2.14
8302024-10-22T16:21:13.108Z Downloaded tracing-attributes v0.1.27
8312024-10-22T16:21:13.132Z Downloaded slog-scope v4.4.0
8322024-10-22T16:21:13.132Z Downloaded slog-json v2.6.1
8332024-10-22T16:21:13.132Z Downloaded slog-bunyan v2.5.0
8342024-10-22T16:21:13.132Z Downloaded slog-async v2.8.0
8352024-10-22T16:21:13.132Z Downloaded slab v0.4.9
8362024-10-22T16:21:13.132Z Downloaded siphasher v0.3.11
8372024-10-22T16:21:13.132Z Downloaded headers v0.4.0
8382024-10-22T16:21:13.132Z Downloaded sigpipe v0.1.3
8392024-10-22T16:21:13.132Z Downloaded signal-hook-tokio v0.3.1
8402024-10-22T16:21:13.132Z Downloaded radium v0.7.0
8412024-10-22T16:21:13.132Z Downloaded pin-project-internal v1.1.6
8422024-10-22T16:21:13.132Z Downloaded dhcproto-macros v0.1.0
8432024-10-22T16:21:13.132Z Downloaded rand_seeder v0.3.0
8442024-10-22T16:21:13.156Z Downloaded getrandom v0.2.15
8452024-10-22T16:21:13.156Z Downloaded unicode_categories v0.1.1
8462024-10-22T16:21:13.156Z Downloaded postcard v1.0.10
8472024-10-22T16:21:13.156Z Downloaded backtrace v0.3.74
8482024-10-22T16:21:13.156Z Downloaded diesel_table_macro_syntax v0.2.0
8492024-10-22T16:21:13.156Z Downloaded nu-ansi-term v0.50.1
8502024-10-22T16:21:13.156Z Downloaded embedded-io v0.6.1
8512024-10-22T16:21:13.156Z Downloaded embedded-io v0.4.0
8522024-10-22T16:21:13.156Z Downloaded either v1.13.0
8532024-10-22T16:21:13.156Z Downloaded unsafe-libyaml v0.2.11
8542024-10-22T16:21:13.180Z Downloaded typify v0.2.0
8552024-10-22T16:21:13.180Z Downloaded tracing-core v0.1.32
8562024-10-22T16:21:13.180Z Downloaded itertools v0.12.1
8572024-10-22T16:21:13.180Z Downloaded tabwriter v1.4.0
8582024-10-22T16:21:13.180Z Downloaded p256 v0.13.2
8592024-10-22T16:21:13.180Z Downloaded time v0.3.36
8602024-10-22T16:21:13.204Z Downloaded socket2 v0.5.7
8612024-10-22T16:21:13.204Z Downloaded snafu v0.8.5
8622024-10-22T16:21:13.204Z Downloaded nom v7.1.3
8632024-10-22T16:21:13.204Z Downloaded libm v0.2.8
8642024-10-22T16:21:13.228Z Downloaded slog-dtrace v0.3.0
8652024-10-22T16:21:13.228Z Downloaded heck v0.3.3
8662024-10-22T16:21:13.228Z Downloaded fatfs v0.3.6
8672024-10-22T16:21:13.228Z Downloaded password-hash v0.5.0
8682024-10-22T16:21:13.228Z Downloaded secrecy v0.8.0
8692024-10-22T16:21:13.228Z Downloaded crossbeam-channel v0.5.13
8702024-10-22T16:21:13.228Z Downloaded oso v0.27.3
8712024-10-22T16:21:13.252Z Downloaded postgres-types v0.2.8
8722024-10-22T16:21:13.252Z Downloaded postgres-protocol v0.6.7
8732024-10-22T16:21:13.252Z Downloaded omicron-zone-package v0.11.1
8742024-10-22T16:21:13.252Z Downloaded term v0.7.0
8752024-10-22T16:21:13.252Z Downloaded rand_xorshift v0.3.0
8762024-10-22T16:21:13.252Z Downloaded futures-io v0.3.31
8772024-10-22T16:21:13.252Z Downloaded rand_chacha v0.3.1
8782024-10-22T16:21:13.252Z Downloaded hickory-client v0.24.1
8792024-10-22T16:21:13.252Z Downloaded gethostname v0.5.0
8802024-10-22T16:21:13.253Z Downloaded fallible-iterator v0.3.0
8812024-10-22T16:21:13.253Z Downloaded unicode-bidi v0.3.17
8822024-10-22T16:21:13.315Z Downloaded typed-path v0.7.1
8832024-10-22T16:21:13.315Z Downloaded ena v0.14.3
8842024-10-22T16:21:13.315Z Downloaded strip-ansi-escapes v0.2.0
8852024-10-22T16:21:13.315Z Downloaded parking_lot_core v0.8.6
8862024-10-22T16:21:13.315Z Downloaded owo-colors v4.1.0
8872024-10-22T16:21:13.315Z Downloaded fallible-iterator v0.2.0
8882024-10-22T16:21:13.315Z Downloaded take_mut v0.2.2
8892024-10-22T16:21:13.315Z Downloaded sync_wrapper v1.0.1
8902024-10-22T16:21:13.315Z Downloaded sqlparser_derive v0.2.2
8912024-10-22T16:21:13.315Z Downloaded parking_lot_core v0.9.10
8922024-10-22T16:21:13.315Z Downloaded unicode-properties v0.1.3
8932024-10-22T16:21:13.339Z Downloaded typify-macro v0.2.0
8942024-10-22T16:21:13.339Z Downloaded topological-sort v0.2.2
8952024-10-22T16:21:13.339Z Downloaded structmeta-derive v0.3.0
8962024-10-22T16:21:13.339Z Downloaded structmeta-derive v0.2.0
8972024-10-22T16:21:13.339Z Downloaded structmeta v0.3.0
8982024-10-22T16:21:13.339Z Downloaded structmeta v0.2.0
8992024-10-22T16:21:13.339Z Downloaded serde_yaml v0.9.34+deprecated
9002024-10-22T16:21:13.363Z Downloaded hkdf v0.12.4
9012024-10-22T16:21:13.363Z Downloaded ron v0.8.1
9022024-10-22T16:21:13.363Z Downloaded parking_lot v0.11.2
9032024-10-22T16:21:13.363Z Downloaded x509-cert v0.2.5
9042024-10-22T16:21:13.387Z Downloaded tiny-keccak v2.0.2
9052024-10-22T16:21:13.387Z Downloaded termios v0.3.3
9062024-10-22T16:21:13.387Z Downloaded termcolor v1.4.1
9072024-10-22T16:21:13.387Z Downloaded ref-cast v1.0.23
9082024-10-22T16:21:13.387Z Downloaded fd-lock v4.0.2
9092024-10-22T16:21:13.387Z Downloaded password-hash v0.4.2
9102024-10-22T16:21:13.387Z Downloaded hyper v1.4.1
9112024-10-22T16:21:13.412Z Downloaded base64 v0.22.1
9122024-10-22T16:21:13.412Z Downloaded wait-timeout v0.2.0
9132024-10-22T16:21:13.412Z Downloaded ssh-cipher v0.2.0
9142024-10-22T16:21:13.412Z Downloaded slog-envlogger v2.2.0
9152024-10-22T16:21:13.412Z Downloaded signal-hook-mio v0.2.4
9162024-10-22T16:21:13.412Z Downloaded parse-display v0.10.0
9172024-10-22T16:21:13.412Z Downloaded packed_struct v0.10.1
9182024-10-22T16:21:13.436Z Downloaded semver v0.1.20
9192024-10-22T16:21:13.436Z Downloaded ppv-lite86 v0.2.20
9202024-10-22T16:21:13.436Z Downloaded powerfmt v0.2.0
9212024-10-22T16:21:13.436Z Downloaded hashlink v0.9.1
9222024-10-22T16:21:13.436Z Downloaded test-strategy v0.3.1
9232024-10-22T16:21:13.436Z Downloaded zip v0.6.6
9242024-10-22T16:21:13.436Z Downloaded subprocess v0.2.9
9252024-10-22T16:21:13.436Z Downloaded opaque-debug v0.3.1
9262024-10-22T16:21:13.436Z Downloaded paste v1.0.15
9272024-10-22T16:21:13.436Z Downloaded universal-hash v0.5.1
9282024-10-22T16:21:13.460Z Downloaded unicode-xid v0.2.6
9292024-10-22T16:21:13.460Z Downloaded unicode-truncate v1.1.0
9302024-10-22T16:21:13.460Z Downloaded unicase v2.7.0
9312024-10-22T16:21:13.460Z Downloaded unarray v0.1.4
9322024-10-22T16:21:13.460Z Downloaded tower-service v0.3.3
9332024-10-22T16:21:13.461Z Downloaded supports-color v3.0.1
9342024-10-22T16:21:13.461Z Downloaded strum_macros v0.24.3
9352024-10-22T16:21:13.461Z Downloaded strum v0.26.3
9362024-10-22T16:21:13.461Z Downloaded smallvec v1.13.2
9372024-10-22T16:21:13.461Z Downloaded packed_struct_codegen v0.10.1
9382024-10-22T16:21:13.461Z Downloaded itertools v0.13.0
9392024-10-22T16:21:13.461Z Downloaded http v1.1.0
9402024-10-22T16:21:13.485Z Downloaded chacha20poly1305 v0.10.1
9412024-10-22T16:21:13.485Z Downloaded base64 v0.13.1
9422024-10-22T16:21:13.485Z Downloaded aes-gcm v0.10.3
9432024-10-22T16:21:13.485Z Downloaded hex-literal v0.4.1
9442024-10-22T16:21:13.485Z Downloaded hex v0.4.3
9452024-10-22T16:21:13.485Z Downloaded fallible-streaming-iterator v0.1.9
9462024-10-22T16:21:13.485Z Downloaded tungstenite v0.24.0
9472024-10-22T16:21:13.510Z Downloaded tungstenite v0.21.0
9482024-10-22T16:21:13.510Z Downloaded russh-keys v0.45.0
9492024-10-22T16:21:13.510Z Downloaded rayon-core v1.12.1
9502024-10-22T16:21:13.510Z Downloaded tungstenite v0.23.0
9512024-10-22T16:21:13.511Z Downloaded aes v0.8.4
9522024-10-22T16:21:13.535Z Downloaded smallvec v0.6.14
9532024-10-22T16:21:13.535Z Downloaded num-iter v0.1.45
9542024-10-22T16:21:13.535Z Downloaded sha1 v0.10.6
9552024-10-22T16:21:13.535Z Downloaded strum_macros v0.26.4
9562024-10-22T16:21:13.535Z Downloaded snafu-derive v0.8.5
9572024-10-22T16:21:13.535Z Downloaded itertools v0.10.5
9582024-10-22T16:21:13.561Z Downloaded zerocopy v0.6.6
9592024-10-22T16:21:13.561Z Downloaded miniz_oxide v0.8.0
9602024-10-22T16:21:13.561Z Downloaded serde_with_macros v3.11.0
9612024-10-22T16:21:13.561Z Downloaded serde_plain v1.0.2
9622024-10-22T16:21:13.561Z Downloaded serde_derive_internals v0.29.1
9632024-10-22T16:21:13.561Z Downloaded native-tls v0.2.12
9642024-10-22T16:21:13.561Z Downloaded libxml v0.3.3
9652024-10-22T16:21:13.585Z Downloaded path-slash v0.1.5
9662024-10-22T16:21:13.585Z Downloaded foreign-types-macros v0.2.3
9672024-10-22T16:21:13.585Z Downloaded foreign-types v0.5.0
9682024-10-22T16:21:13.585Z Downloaded cookie v0.18.1
9692024-10-22T16:21:13.585Z Downloaded pbkdf2 v0.12.2
9702024-10-22T16:21:13.585Z Downloaded pbkdf2 v0.11.0
9712024-10-22T16:21:13.609Z Downloaded predicates-tree v1.0.11
9722024-10-22T16:21:13.609Z Downloaded defmt-macros v0.3.9
9732024-10-22T16:21:13.609Z Downloaded yasna v0.5.2
9742024-10-22T16:21:13.609Z Downloaded indexmap v1.9.3
9752024-10-22T16:21:13.609Z Downloaded darling v0.20.10
9762024-10-22T16:21:13.633Z Downloaded crossbeam-epoch v0.9.18
9772024-10-22T16:21:13.633Z Downloaded const-oid v0.9.6
9782024-10-22T16:21:13.633Z Downloaded clang-sys v1.8.1
9792024-10-22T16:21:13.633Z Downloaded bzip2 v0.4.4
9802024-10-22T16:21:13.633Z Downloaded blake2 v0.10.6
9812024-10-22T16:21:13.633Z Downloaded sct v0.7.1
9822024-10-22T16:21:13.657Z Downloaded darling_core v0.20.10
9832024-10-22T16:21:13.657Z Downloaded num_threads v0.1.7
9842024-10-22T16:21:13.657Z Downloaded headers-core v0.3.0
9852024-10-22T16:21:13.657Z Downloaded form_urlencoded v1.2.1
9862024-10-22T16:21:13.657Z Downloaded defmt-parser v0.3.4
9872024-10-22T16:21:13.657Z Downloaded zone v0.1.8
9882024-10-22T16:21:13.657Z Downloaded zeroize_derive v1.4.2
9892024-10-22T16:21:13.657Z Downloaded multer v3.1.0
9902024-10-22T16:21:13.657Z Downloaded maybe-uninit v2.0.0
9912024-10-22T16:21:13.657Z Downloaded fragile v2.0.0
9922024-10-22T16:21:13.657Z Downloaded defmt v0.3.8
9932024-10-22T16:21:13.682Z Downloaded zone v0.3.0
9942024-10-22T16:21:13.682Z Downloaded xz2 v0.1.7
9952024-10-22T16:21:13.682Z Downloaded xattr v1.3.1
9962024-10-22T16:21:13.682Z Downloaded twox-hash v1.6.3
9972024-10-22T16:21:13.682Z Downloaded tui-tree-widget v0.22.0
9982024-10-22T16:21:13.682Z Downloaded thiserror-no-std v2.0.2
9992024-10-22T16:21:13.682Z Downloaded thiserror-impl-no-std v2.0.2
10002024-10-22T16:21:13.683Z Downloaded subtle v2.6.1
10012024-10-22T16:21:13.683Z Downloaded serde_urlencoded v0.7.1
10022024-10-22T16:21:13.683Z Downloaded serde-hex v0.1.0
10032024-10-22T16:21:13.683Z Downloaded rustc-demangle v0.1.24
10042024-10-22T16:21:13.683Z Downloaded jobserver v0.1.32
10052024-10-22T16:21:13.683Z Downloaded spin v0.5.2
10062024-10-22T16:21:13.708Z Downloaded serde_path_to_error v0.1.16
10072024-10-22T16:21:13.708Z Downloaded mio v1.0.2
10082024-10-22T16:21:13.708Z Downloaded libsw v3.3.1
10092024-10-22T16:21:13.708Z Downloaded minimal-lexical v0.2.1
10102024-10-22T16:21:13.708Z Downloaded hyper-rustls v0.27.3
10112024-10-22T16:21:13.708Z Downloaded csv-core v0.1.11
10122024-10-22T16:21:13.708Z Downloaded http v0.2.12
10132024-10-22T16:21:13.708Z Downloaded hickory-server v0.24.1
10142024-10-22T16:21:13.732Z Downloaded crypto-bigint v0.5.5
10152024-10-22T16:21:13.732Z Downloaded const_format v0.2.33
10162024-10-22T16:21:13.732Z Downloaded base64 v0.21.7
10172024-10-22T16:21:13.732Z Downloaded time-core v0.1.2
10182024-10-22T16:21:13.732Z Downloaded rustc-hash v2.0.0
10192024-10-22T16:21:13.756Z Downloaded rustc-hash v1.1.0
10202024-10-22T16:21:13.756Z Downloaded rand_core v0.6.4
10212024-10-22T16:21:13.756Z Downloaded mockall v0.13.0
10222024-10-22T16:21:13.756Z Downloaded mime_guess v2.0.5
10232024-10-22T16:21:13.756Z Downloaded memoffset v0.9.1
10242024-10-22T16:21:13.756Z Downloaded lru v0.12.5
10252024-10-22T16:21:13.756Z Downloaded linked-hash-map v0.5.6
10262024-10-22T16:21:13.756Z Downloaded lalrpop-util v0.19.12
10272024-10-22T16:21:13.756Z Downloaded kstat-rs v0.2.4
10282024-10-22T16:21:13.756Z Downloaded ipnetwork v0.20.0
10292024-10-22T16:21:13.756Z Downloaded internet-checksum v0.2.1
10302024-10-22T16:21:13.756Z Downloaded impl-trait-for-tuples v0.2.2
10312024-10-22T16:21:13.756Z Downloaded console v0.15.8
10322024-10-22T16:21:13.756Z Downloaded ciborium v0.2.2
10332024-10-22T16:21:13.756Z Downloaded bcs v0.1.6
10342024-10-22T16:21:13.780Z Downloaded async-recursion v1.1.1
10352024-10-22T16:21:13.780Z Downloaded foreign-types v0.3.2
10362024-10-22T16:21:13.780Z Downloaded zone_cfg_derive v0.3.0
10372024-10-22T16:21:13.780Z Downloaded zone_cfg_derive v0.1.2
10382024-10-22T16:21:13.780Z Downloaded try-lock v0.2.5
10392024-10-22T16:21:13.780Z Downloaded termtree v0.4.1
10402024-10-22T16:21:13.780Z Downloaded spki v0.7.3
10412024-10-22T16:21:13.780Z Downloaded compact_str v0.8.0
10422024-10-22T16:21:13.780Z Downloaded cc v1.1.30
10432024-10-22T16:21:13.804Z Downloaded hyper-tls v0.6.0
10442024-10-22T16:21:13.804Z Downloaded httpdate v1.0.3
10452024-10-22T16:21:13.804Z Downloaded hickory-resolver v0.24.1
10462024-10-22T16:21:13.805Z Downloaded md5 v0.7.0
10472024-10-22T16:21:13.805Z Downloaded match_cfg v0.1.0
10482024-10-22T16:21:13.805Z Downloaded maplit v1.0.2
10492024-10-22T16:21:13.805Z Downloaded instability v0.3.2
10502024-10-22T16:21:13.805Z Downloaded indoc v1.0.9
10512024-10-22T16:21:13.805Z Downloaded newtype_derive v0.1.6
10522024-10-22T16:21:13.805Z Downloaded newline-converter v0.3.0
10532024-10-22T16:21:13.805Z Downloaded lazycell v1.3.0
10542024-10-22T16:21:13.805Z Downloaded is_ci v1.2.0
10552024-10-22T16:21:13.805Z Downloaded hubpack_derive v0.1.1
10562024-10-22T16:21:13.805Z Downloaded http-range v0.1.5
10572024-10-22T16:21:13.805Z Downloaded constant_time_eq v0.3.1
10582024-10-22T16:21:13.805Z Downloaded bitfield v0.14.0
10592024-10-22T16:21:13.805Z Downloaded indicatif v0.17.8
10602024-10-22T16:21:13.805Z Downloaded http-body v1.0.1
10612024-10-22T16:21:13.829Z Downloaded hmac v0.12.1
10622024-10-22T16:21:13.829Z Downloaded crc-catalog v2.4.0
10632024-10-22T16:21:13.829Z Downloaded crc-any v2.5.0
10642024-10-22T16:21:13.829Z Downloaded crc v3.2.1
10652024-10-22T16:21:13.829Z Downloaded ciborium-ll v0.2.2
10662024-10-22T16:21:13.829Z Downloaded cexpr v0.6.0
10672024-10-22T16:21:13.829Z Downloaded cassowary v0.3.0
10682024-10-22T16:21:13.829Z Downloaded memmap2 v0.9.5
10692024-10-22T16:21:13.829Z Downloaded lock_api v0.4.12
10702024-10-22T16:21:13.829Z Downloaded colored v2.1.0
10712024-10-22T16:21:13.829Z Downloaded cbc v0.1.2
10722024-10-22T16:21:13.829Z Downloaded block-padding v0.3.3
10732024-10-22T16:21:13.829Z Downloaded bit-set v0.5.3
10742024-10-22T16:21:13.829Z Downloaded assert_matches v1.5.0
10752024-10-22T16:21:13.853Z Downloaded bitflags v1.3.2
10762024-10-22T16:21:13.853Z Downloaded cstr-argument v0.1.2
10772024-10-22T16:21:13.853Z Downloaded crunchy v0.2.2
10782024-10-22T16:21:13.853Z Downloaded ipnet v2.10.1
10792024-10-22T16:21:13.853Z Downloaded httparse v1.9.5
10802024-10-22T16:21:13.853Z Downloaded cfg_aliases v0.2.1
10812024-10-22T16:21:13.853Z Downloaded bb8 v0.8.5
10822024-10-22T16:21:13.878Z Downloaded atty v0.2.14
10832024-10-22T16:21:13.878Z Downloaded arc-swap v1.7.1
10842024-10-22T16:21:13.878Z Downloaded newtype-uuid v1.1.2
10852024-10-22T16:21:13.878Z Downloaded nanorand v0.7.0
10862024-10-22T16:21:13.878Z Downloaded mime v0.3.17
10872024-10-22T16:21:13.878Z Downloaded md-5 v0.10.6
10882024-10-22T16:21:13.878Z Downloaded managed v0.8.0
10892024-10-22T16:21:13.902Z Downloaded lru-cache v0.1.2
10902024-10-22T16:21:13.902Z Downloaded linear-map v1.2.0
10912024-10-22T16:21:13.902Z Downloaded libefi-sys v0.1.0
10922024-10-22T16:21:13.902Z Downloaded lazy_static v1.5.0
10932024-10-22T16:21:13.902Z Downloaded inout v0.1.3
10942024-10-22T16:21:13.902Z Downloaded hyper-staticfile v0.10.1
10952024-10-22T16:21:13.902Z Downloaded humantime v2.1.0
10962024-10-22T16:21:13.926Z Downloaded hubpack v0.1.2
10972024-10-22T16:21:13.926Z Downloaded http-body-util v0.1.2
10982024-10-22T16:21:13.926Z Downloaded highway v1.2.0
10992024-10-22T16:21:13.926Z Downloaded crc32fast v1.4.2
11002024-10-22T16:21:13.926Z Downloaded argon2 v0.5.3
11012024-10-22T16:21:13.926Z Downloaded indent_write v2.2.0
11022024-10-22T16:21:13.926Z Downloaded http-body v0.4.6
11032024-10-22T16:21:13.926Z Downloaded hostname v0.4.0
11042024-10-22T16:21:13.926Z Downloaded hostname v0.3.1
11052024-10-22T16:21:13.926Z Downloaded home v0.5.9
11062024-10-22T16:21:13.950Z Downloaded cancel-safe-futures v0.1.5
11072024-10-22T16:21:13.950Z Downloaded backoff v0.4.0
11082024-10-22T16:21:13.950Z Downloaded async-stream-impl v0.3.6
11092024-10-22T16:21:13.950Z Downloaded new_debug_unreachable v1.0.6
11102024-10-22T16:21:13.950Z Downloaded matches v0.1.10
11112024-10-22T16:21:13.951Z Downloaded is-terminal v0.4.13
11122024-10-22T16:21:13.951Z Downloaded ident_case v1.0.1
11132024-10-22T16:21:13.951Z Downloaded debug-ignore v1.0.5
11142024-10-22T16:21:13.951Z Downloaded cookie_store v0.21.0
11152024-10-22T16:21:13.951Z Downloaded ahash v0.8.11
11162024-10-22T16:21:13.951Z Downloaded base64ct v1.6.0
11172024-10-22T16:21:13.951Z Downloaded async-trait v0.1.83
11182024-10-22T16:21:13.974Z Downloaded instant v0.1.13
11192024-10-22T16:21:13.974Z Downloaded data-encoding v2.6.0
11202024-10-22T16:21:13.975Z Downloaded curve25519-dalek-derive v0.1.1
11212024-10-22T16:21:13.975Z Downloaded convert_case v0.4.0
11222024-10-22T16:21:13.975Z Downloaded bitfield-struct v0.6.2
11232024-10-22T16:21:13.975Z Downloaded cobs v0.2.3
11242024-10-22T16:21:13.975Z Downloaded cipher v0.4.4
11252024-10-22T16:21:13.975Z Downloaded chacha20 v0.9.1
11262024-10-22T16:21:13.975Z Downloaded castaway v0.2.3
11272024-10-22T16:21:13.975Z Downloaded blowfish v0.9.1
11282024-10-22T16:21:13.975Z Downloaded base16ct v0.2.0
11292024-10-22T16:21:13.975Z Downloaded arrayvec v0.7.6
11302024-10-22T16:21:13.975Z Downloaded addr2line v0.24.2
11312024-10-22T16:21:13.975Z Downloaded bit-vec v0.6.3
11322024-10-22T16:21:13.975Z Downloaded bcrypt-pbkdf v0.10.0
11332024-10-22T16:21:13.975Z Downloaded async-stream v0.3.6
11342024-10-22T16:21:13.999Z Downloaded ascii-canvas v3.0.0
11352024-10-22T16:21:13.999Z Downloaded arrayref v0.3.9
11362024-10-22T16:21:13.999Z Downloaded adler2 v2.0.0
11372024-10-22T16:21:13.999Z Downloaded aead v0.5.2
11382024-10-22T16:21:14.105Z Compiling serde v1.0.210
11392024-10-22T16:21:14.105Z Compiling typenum v1.17.0
11402024-10-22T16:21:14.105Z Compiling lock_api v0.4.12
11412024-10-22T16:21:14.129Z Compiling generic-array v0.14.7
11422024-10-22T16:21:14.129Z Compiling scopeguard v1.2.0
11432024-10-22T16:21:14.129Z Compiling subtle v2.6.1
11442024-10-22T16:21:14.129Z Compiling syn v2.0.79
11452024-10-22T16:21:14.129Z Compiling getrandom v0.2.15
11462024-10-22T16:21:14.395Z Compiling value-bag v1.9.0
11472024-10-22T16:21:14.457Z Compiling rand_core v0.6.4
11482024-10-22T16:21:14.572Z Compiling const-oid v0.9.6
11492024-10-22T16:21:14.640Z Compiling pin-project-lite v0.2.14
11502024-10-22T16:21:14.701Z Compiling smallvec v1.13.2
11512024-10-22T16:21:14.764Z Compiling jobserver v0.1.32
11522024-10-22T16:21:14.918Z Compiling log v0.4.22
11532024-10-22T16:21:14.942Z Compiling shlex v1.3.0
11542024-10-22T16:21:15.056Z Compiling parking_lot_core v0.9.10
11552024-10-22T16:21:15.101Z Compiling futures-core v0.3.31
11562024-10-22T16:21:15.317Z Compiling cc v1.1.30
11572024-10-22T16:21:15.341Z Compiling signal-hook-registry v1.4.2
11582024-10-22T16:21:15.606Z Compiling mio v1.0.2
11592024-10-22T16:21:15.707Z Compiling cpufeatures v0.2.14
11602024-10-22T16:21:15.804Z Compiling futures-sink v0.3.31
11612024-10-22T16:21:15.943Z Compiling parking_lot v0.12.3
11622024-10-22T16:21:16.071Z Compiling spin v0.9.8
11632024-10-22T16:21:16.095Z Compiling socket2 v0.5.7
11642024-10-22T16:21:16.120Z Compiling slab v0.4.9
11652024-10-22T16:21:16.324Z Compiling serde_json v1.0.128
11662024-10-22T16:21:16.413Z Compiling futures-channel v0.3.31
11672024-10-22T16:21:16.638Z Compiling pin-utils v0.1.0
11682024-10-22T16:21:16.666Z Compiling tinyvec_macros v0.1.1
11692024-10-22T16:21:16.736Z Compiling foldhash v0.1.3
11702024-10-22T16:21:16.760Z Compiling allocator-api2 v0.2.18
11712024-10-22T16:21:16.783Z Compiling futures-io v0.3.31
11722024-10-22T16:21:16.808Z Compiling futures-task v0.3.31
11732024-10-22T16:21:16.808Z Compiling tinyvec v1.8.0
11742024-10-22T16:21:16.924Z Compiling libm v0.2.8
11752024-10-22T16:21:17.009Z Compiling num-traits v0.2.19
11762024-10-22T16:21:17.072Z Compiling unicode-bidi v0.3.17
11772024-10-22T16:21:17.097Z Compiling base64ct v1.6.0
11782024-10-22T16:21:17.448Z Compiling hashbrown v0.15.0
11792024-10-22T16:21:17.475Z Compiling pem-rfc7468 v0.7.0
11802024-10-22T16:21:17.602Z Compiling httparse v1.9.5
11812024-10-22T16:21:18.086Z Compiling unicode-normalization v0.1.24
11822024-10-22T16:21:18.251Z Compiling flagset v0.4.6
11832024-10-22T16:21:18.465Z Compiling tracing-core v0.1.32
11842024-10-22T16:21:18.495Z Compiling percent-encoding v2.3.1
11852024-10-22T16:21:18.555Z Compiling rustls-pki-types v1.9.0
11862024-10-22T16:21:18.764Z Compiling crossbeam-utils v0.8.20
11872024-10-22T16:21:19.086Z Compiling ring v0.17.8
11882024-10-22T16:21:19.159Z Compiling untrusted v0.9.0
11892024-10-22T16:21:19.319Z Compiling powerfmt v0.2.0
11902024-10-22T16:21:19.343Z Compiling pkg-config v0.3.31
11912024-10-22T16:21:19.493Z Compiling time-core v0.1.2
11922024-10-22T16:21:19.666Z Compiling vcpkg v0.2.15
11932024-10-22T16:21:19.691Z Compiling num-conv v0.1.0
11942024-10-22T16:21:19.715Z Compiling deranged v0.3.11
11952024-10-22T16:21:19.953Z Compiling time-macros v0.2.18
11962024-10-22T16:21:20.078Z Compiling atomic-waker v1.1.2
11972024-10-22T16:21:20.311Z Compiling num_threads v0.1.7
11982024-10-22T16:21:20.433Z Compiling form_urlencoded v1.2.1
11992024-10-22T16:21:20.711Z Compiling try-lock v0.2.5
12002024-10-22T16:21:20.742Z Compiling slog v2.7.0
12012024-10-22T16:21:20.855Z Compiling rustix v0.38.37
12022024-10-22T16:21:20.880Z Compiling want v0.3.1
12032024-10-22T16:21:21.118Z Compiling httpdate v1.0.3
12042024-10-22T16:21:21.293Z Compiling idna v0.5.0
12052024-10-22T16:21:21.528Z Compiling tower-service v0.3.3
12062024-10-22T16:21:21.556Z Compiling openssl-sys v0.9.103
12072024-10-22T16:21:21.628Z Compiling base64 v0.22.1
12082024-10-22T16:21:21.652Z Compiling openssl v0.10.66
12092024-10-22T16:21:22.016Z Compiling foreign-types-shared v0.1.1
12102024-10-22T16:21:22.045Z Compiling match_cfg v0.1.0
12112024-10-22T16:21:22.133Z Compiling rustversion v1.0.17
12122024-10-22T16:21:22.157Z Compiling iana-time-zone v0.1.61
12132024-10-22T16:21:22.359Z Compiling hostname v0.3.1
12142024-10-22T16:21:22.580Z Compiling foreign-types v0.3.2
12152024-10-22T16:21:22.604Z Compiling url v2.5.2
12162024-10-22T16:21:22.633Z Compiling dirs-sys-next v0.1.2
12172024-10-22T16:21:22.719Z Compiling time v0.3.36
12182024-10-22T16:21:22.745Z Compiling aho-corasick v1.1.3
12192024-10-22T16:21:22.947Z Compiling rustls v0.23.14
12202024-10-22T16:21:23.235Z Compiling syn v1.0.109
12212024-10-22T16:21:23.331Z Compiling data-encoding v2.6.0
12222024-10-22T16:21:23.895Z Compiling adler2 v2.0.0
12232024-10-22T16:21:24.022Z Compiling rustls v0.22.4
12242024-10-22T16:21:24.083Z Compiling native-tls v0.2.12
12252024-10-22T16:21:24.261Z Compiling regex-syntax v0.8.5
12262024-10-22T16:21:24.293Z Compiling siphasher v0.3.11
12272024-10-22T16:21:24.400Z Compiling miniz_oxide v0.8.0
12282024-10-22T16:21:25.379Z Compiling dirs-next v2.0.0
12292024-10-22T16:21:25.546Z Compiling crossbeam-epoch v0.9.18
12302024-10-22T16:21:25.668Z Compiling serde_derive_internals v0.29.1
12312024-10-22T16:21:25.838Z Compiling lazy_static v1.5.0
12322024-10-22T16:21:25.944Z Compiling thread_local v1.1.8
12332024-10-22T16:21:26.196Z Compiling encoding_rs v0.8.34
12342024-10-22T16:21:26.308Z Compiling serde_derive v1.0.210
12352024-10-22T16:21:26.403Z Compiling zeroize_derive v1.4.2
12362024-10-22T16:21:27.213Z Compiling zerocopy-derive v0.7.35
12372024-10-22T16:21:27.337Z Compiling tokio-macros v2.4.0
12382024-10-22T16:21:27.690Z Compiling zeroize v1.8.1
12392024-10-22T16:21:28.021Z Compiling thiserror-impl v1.0.64
12402024-10-22T16:21:28.195Z Compiling futures-macro v0.3.31
12412024-10-22T16:21:28.727Z Compiling der_derive v0.7.3
12422024-10-22T16:21:29.120Z Compiling zerocopy v0.7.35
12432024-10-22T16:21:29.263Z Compiling crypto-common v0.1.6
12442024-10-22T16:21:29.466Z Compiling block-buffer v0.10.4
12452024-10-22T16:21:29.649Z Compiling block-padding v0.3.3
12462024-10-22T16:21:29.716Z Compiling digest v0.10.7
12472024-10-22T16:21:29.740Z Compiling tracing-attributes v0.1.27
12482024-10-22T16:21:29.812Z Compiling futures-util v0.3.31
12492024-10-22T16:21:29.877Z Compiling inout v0.1.3
12502024-10-22T16:21:30.117Z Compiling hmac v0.12.1
12512024-10-22T16:21:30.153Z Compiling sha2 v0.10.8
12522024-10-22T16:21:30.334Z Compiling cipher v0.4.4
12532024-10-22T16:21:30.441Z Compiling ppv-lite86 v0.2.20
12542024-10-22T16:21:30.723Z Compiling der v0.7.9
12552024-10-22T16:21:30.747Z Compiling thiserror v1.0.64
12562024-10-22T16:21:30.787Z Compiling salsa20 v0.10.2
12572024-10-22T16:21:30.872Z Compiling pest v2.7.14
12582024-10-22T16:21:30.982Z Compiling pbkdf2 v0.12.2
12592024-10-22T16:21:31.136Z Compiling rand_chacha v0.3.1
12602024-10-22T16:21:31.161Z Compiling scrypt v0.11.0
12612024-10-22T16:21:31.620Z Compiling rand v0.8.5
12622024-10-22T16:21:32.698Z Compiling spki v0.7.3
12632024-10-22T16:21:32.906Z Compiling pest_meta v2.7.14
12642024-10-22T16:21:32.931Z Compiling tracing v0.1.40
12652024-10-22T16:21:33.033Z Compiling aes v0.8.4
12662024-10-22T16:21:33.332Z Compiling cbc v0.1.2
12672024-10-22T16:21:33.479Z Compiling scroll_derive v0.12.0
12682024-10-22T16:21:33.515Z Compiling rustls-webpki v0.102.8
12692024-10-22T16:21:33.577Z Compiling async-trait v0.1.83
12702024-10-22T16:21:33.601Z Compiling openssl-macros v0.1.1
12712024-10-22T16:21:34.217Z Compiling pest_generator v2.7.14
12722024-10-22T16:21:34.712Z Compiling scroll v0.12.0
12732024-10-22T16:21:34.912Z Compiling pkcs5 v0.7.1
12742024-10-22T16:21:35.188Z Compiling goblin v0.8.2
12752024-10-22T16:21:35.212Z Compiling signature v2.2.0
12762024-10-22T16:21:35.245Z Compiling sha1 v0.10.6
12772024-10-22T16:21:35.474Z Compiling pkcs8 v0.10.2
12782024-10-22T16:21:35.616Z Compiling regex-automata v0.4.8
12792024-10-22T16:21:35.810Z Compiling multer v3.1.0
12802024-10-22T16:21:35.894Z Compiling cookie v0.18.1
12812024-10-22T16:21:35.918Z Compiling mime v0.3.17
12822024-10-22T16:21:36.076Z Compiling paste v1.0.15
12832024-10-22T16:21:36.100Z Compiling openssl-probe v0.1.5
12842024-10-22T16:21:36.145Z Compiling signal-hook v0.3.17
12852024-10-22T16:21:36.394Z Compiling unicode-properties v0.1.3
12862024-10-22T16:21:36.419Z Compiling rayon-core v1.12.1
12872024-10-22T16:21:36.457Z Compiling slog-async v2.8.0
12882024-10-22T16:21:36.536Z Compiling ipnet v2.10.1
12892024-10-22T16:21:36.668Z Compiling either v1.13.0
12902024-10-22T16:21:36.731Z Compiling schemars v0.8.21
12912024-10-22T16:21:36.907Z Compiling gimli v0.31.1
12922024-10-22T16:21:37.071Z Compiling pest_derive v2.7.14
12932024-10-22T16:21:37.096Z Compiling stringprep v0.1.5
12942024-10-22T16:21:37.380Z Compiling futures-executor v0.3.31
12952024-10-22T16:21:37.736Z Compiling bytes v1.7.2
12962024-10-22T16:21:38.015Z Compiling indexmap v2.6.0
12972024-10-22T16:21:38.039Z Compiling bitflags v2.6.0
12982024-10-22T16:21:38.470Z Compiling semver v1.0.23
12992024-10-22T16:21:38.834Z Compiling tokio v1.40.0
13002024-10-22T16:21:39.101Z Compiling http v1.1.0
13012024-10-22T16:21:39.280Z Compiling rustc_version v0.4.1
13022024-10-22T16:21:39.971Z Compiling dof v0.3.0
13032024-10-22T16:21:40.584Z Compiling http-body v1.0.1
13042024-10-22T16:21:41.167Z Compiling dtrace-parser v0.2.0
13052024-10-22T16:21:41.293Z Compiling serde_tokenstream v0.2.2
13062024-10-22T16:21:41.867Z Compiling serde_spanned v0.6.8
13072024-10-22T16:21:41.957Z Compiling toml_datetime v0.6.8
13082024-10-22T16:21:42.095Z Compiling uuid v1.10.0
13092024-10-22T16:21:42.440Z Compiling usdt-impl v0.5.0
13102024-10-22T16:21:43.035Z Compiling chrono v0.4.38
13112024-10-22T16:21:43.322Z Compiling http-body-util v0.1.2
13122024-10-22T16:21:43.766Z Compiling heapless v0.7.17
13132024-10-22T16:21:43.935Z Compiling usdt-attr-macro v0.5.0
13142024-10-22T16:21:44.214Z Compiling usdt-macro v0.5.0
13152024-10-22T16:21:45.305Z Compiling toml_edit v0.22.22
13162024-10-22T16:21:45.329Z Compiling addr2line v0.24.2
13172024-10-22T16:21:45.456Z Compiling curve25519-dalek v4.1.3
13182024-10-22T16:21:45.922Z Compiling tokio-util v0.7.12
13192024-10-22T16:21:45.982Z Compiling slog-json v2.6.1
13202024-10-22T16:21:46.218Z Compiling serde_urlencoded v0.7.1
13212024-10-22T16:21:46.405Z Compiling md-5 v0.10.6
13222024-10-22T16:21:46.639Z Compiling schemars_derive v0.8.21
13232024-10-22T16:21:46.672Z Compiling enum-as-inner v0.6.1
13242024-10-22T16:21:47.089Z Compiling h2 v0.4.6
13252024-10-22T16:21:47.534Z Compiling async-stream-impl v0.3.6
13262024-10-22T16:21:49.228Z Compiling crossbeam-deque v0.8.5
13272024-10-22T16:21:49.357Z Compiling term v0.7.0
13282024-10-22T16:21:49.536Z Compiling crossbeam-channel v0.5.13
13292024-10-22T16:21:50.465Z Compiling num-integer v0.1.46
13302024-10-22T16:21:50.637Z Compiling rustls-pemfile v2.2.0
13312024-10-22T16:21:50.828Z Compiling idna v0.3.0
13322024-10-22T16:21:50.935Z Compiling idna v0.4.0
13332024-10-22T16:21:51.121Z Compiling ff v0.13.0
13342024-10-22T16:21:51.315Z Compiling hash32 v0.2.1
13352024-10-22T16:21:51.634Z Compiling is-terminal v0.4.13
13362024-10-22T16:21:51.754Z Compiling object v0.36.5
13372024-10-22T16:21:51.938Z Compiling dropshot v0.12.0
13382024-10-22T16:21:52.085Z Compiling psl-types v2.0.11
13392024-10-22T16:21:52.187Z Compiling stable_deref_trait v1.2.0
13402024-10-22T16:21:52.211Z Compiling anyhow v1.0.89
13412024-10-22T16:21:52.237Z Compiling dyn-clone v1.0.17
13422024-10-22T16:21:52.266Z Compiling portable-atomic v1.9.0
13432024-10-22T16:21:52.297Z Compiling fallible-iterator v0.2.0
13442024-10-22T16:21:52.434Z Compiling smoltcp v0.9.1
13452024-10-22T16:21:52.723Z Compiling hyper v1.4.1
13462024-10-22T16:21:52.878Z Compiling take_mut v0.2.2
13472024-10-22T16:21:53.013Z Compiling quick-error v1.2.3
13482024-10-22T16:21:53.068Z Compiling num-bigint-dig v0.8.4
13492024-10-22T16:21:53.152Z Compiling linked-hash-map v0.5.6
13502024-10-22T16:21:53.176Z Compiling base16ct v0.2.0
13512024-10-22T16:21:53.383Z Compiling rustc-demangle v0.1.24
13522024-10-22T16:21:53.513Z Compiling utf-8 v0.7.6
13532024-10-22T16:21:53.536Z Compiling lru-cache v0.1.2
13542024-10-22T16:21:53.711Z Compiling tungstenite v0.24.0
13552024-10-22T16:21:53.802Z Compiling sec1 v0.7.3
13562024-10-22T16:21:54.296Z Compiling resolv-conf v0.7.0
13572024-10-22T16:21:54.740Z Compiling hyper-util v0.1.9
13582024-10-22T16:21:54.965Z Compiling postgres-protocol v0.6.7
13592024-10-22T16:21:55.713Z Compiling publicsuffix v2.2.3
13602024-10-22T16:21:56.022Z Compiling usdt v0.5.0
13612024-10-22T16:21:56.071Z Compiling slog-term v2.9.1
13622024-10-22T16:21:56.245Z Compiling hickory-proto v0.24.1
13632024-10-22T16:21:56.460Z Compiling group v0.13.0
13642024-10-22T16:21:56.673Z Compiling num-iter v0.1.45
13652024-10-22T16:21:56.756Z Compiling tokio-rustls v0.25.0
13662024-10-22T16:21:57.086Z Compiling tokio-native-tls v0.3.1
13672024-10-22T16:21:57.111Z Compiling async-stream v0.3.6
13682024-10-22T16:21:57.289Z Compiling toml v0.8.19
13692024-10-22T16:21:57.342Z Compiling slog-bunyan v2.5.0
13702024-10-22T16:21:57.514Z Compiling tokio-rustls v0.26.0
13712024-10-22T16:21:57.542Z Compiling terminal_size v0.4.0
13722024-10-22T16:21:57.730Z Compiling backtrace v0.3.74
13732024-10-22T16:21:57.900Z Compiling dropshot_endpoint v0.12.0
13742024-10-22T16:21:58.414Z Compiling openapiv3 v2.0.0
13752024-10-22T16:21:58.611Z Compiling serde_path_to_error v0.1.16
13762024-10-22T16:21:58.818Z Compiling camino v1.1.9
13772024-10-22T16:21:59.188Z Compiling futures v0.3.31
13782024-10-22T16:22:00.195Z Compiling hkdf v0.12.4
13792024-10-22T16:22:00.227Z Compiling crypto-bigint v0.5.5
13802024-10-22T16:22:00.431Z Compiling zerocopy-derive v0.6.6
13812024-10-22T16:22:00.610Z Compiling curve25519-dalek-derive v0.1.1
13822024-10-22T16:22:00.746Z Compiling phf_shared v0.11.2
13832024-10-22T16:22:01.068Z Compiling hubpack_derive v0.1.1
13842024-10-22T16:22:01.092Z Compiling waitgroup v0.1.2
13852024-10-22T16:22:01.299Z Compiling webpki-roots v0.26.6
13862024-10-22T16:22:01.495Z Compiling hostname v0.4.0
13872024-10-22T16:22:01.706Z Compiling fs-err v2.11.0
13882024-10-22T16:22:01.740Z Compiling ahash v0.8.11
13892024-10-22T16:22:01.873Z Compiling managed v0.8.0
13902024-10-22T16:22:01.907Z Compiling winnow v0.5.40
13912024-10-22T16:22:01.949Z Compiling debug-ignore v1.0.5
13922024-10-22T16:22:01.990Z Compiling bitflags v1.3.2
13932024-10-22T16:22:02.115Z Compiling clap_builder v4.5.20
13942024-10-22T16:22:02.226Z Compiling zerocopy v0.6.6
13952024-10-22T16:22:02.298Z Compiling strum_macros v0.25.3
13962024-10-22T16:22:02.915Z Compiling elliptic-curve v0.13.8
13972024-10-22T16:22:03.685Z Compiling console v0.15.8
13982024-10-22T16:22:04.772Z Compiling toml_edit v0.19.15
13992024-10-22T16:22:04.959Z Compiling hubpack v0.1.2
14002024-10-22T16:22:05.115Z Compiling hyper-rustls v0.27.3
14012024-10-22T16:22:05.139Z Compiling phf v0.11.2
14022024-10-22T16:22:05.361Z Compiling hickory-resolver v0.24.1
14032024-10-22T16:22:05.401Z Compiling cookie_store v0.21.0
14042024-10-22T16:22:05.575Z Compiling signal-hook-mio v0.2.4
14052024-10-22T16:22:05.723Z Compiling rayon v1.10.0
14062024-10-22T16:22:06.386Z Compiling hyper-tls v0.6.0
14072024-10-22T16:22:06.723Z Compiling postgres-types v0.2.8
14082024-10-22T16:22:07.961Z Compiling tokio-tungstenite v0.24.0
14092024-10-22T16:22:09.525Z Compiling tokio-stream v0.1.16
14102024-10-22T16:22:09.636Z Compiling regex v1.11.0
14112024-10-22T16:22:09.850Z Compiling bstr v1.10.0
14122024-10-22T16:22:09.978Z Compiling serde-big-array v0.5.1
14132024-10-22T16:22:10.185Z Compiling ed25519 v2.2.3
14142024-10-22T16:22:10.218Z Compiling pkcs1 v0.7.5
14152024-10-22T16:22:10.405Z Compiling rfc6979 v0.4.0
14162024-10-22T16:22:10.543Z Compiling derive-where v1.2.7
14172024-10-22T16:22:10.576Z Compiling clap_derive v4.5.18
14182024-10-22T16:22:10.907Z Compiling serde_repr v0.1.19
14192024-10-22T16:22:11.069Z Compiling phf_shared v0.10.0
14202024-10-22T16:22:11.353Z Compiling float-cmp v0.9.0
14212024-10-22T16:22:11.420Z Compiling sync_wrapper v1.0.1
14222024-10-22T16:22:11.448Z Compiling crc32fast v1.4.2
14232024-10-22T16:22:11.576Z Compiling difflib v0.4.0
14242024-10-22T16:22:11.600Z Compiling number_prefix v0.4.0
14252024-10-22T16:22:11.757Z Compiling fixedbitset v0.4.2
14262024-10-22T16:22:11.798Z Compiling predicates-core v1.0.8
14272024-10-22T16:22:11.850Z Compiling new_debug_unreachable v1.0.6
14282024-10-22T16:22:11.877Z Compiling whoami v1.5.2
14292024-10-22T16:22:11.949Z Compiling bit-vec v0.6.3
14302024-10-22T16:22:12.148Z Compiling precomputed-hash v0.1.1
14312024-10-22T16:22:12.176Z Compiling static_assertions v1.1.0
14322024-10-22T16:22:12.268Z Compiling normalize-line-endings v0.3.0
14332024-10-22T16:22:12.292Z Compiling unicode-segmentation v1.12.0
14342024-10-22T16:22:12.351Z Compiling minimal-lexical v0.2.1
14352024-10-22T16:22:12.395Z Compiling predicates v3.1.2
14362024-10-22T16:22:12.457Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14372024-10-22T16:22:12.805Z Compiling nom v7.1.3
14382024-10-22T16:22:12.919Z Compiling similar v2.6.0
14392024-10-22T16:22:13.042Z Compiling string_cache v0.8.7
14402024-10-22T16:22:13.527Z Compiling bit-set v0.5.3
14412024-10-22T16:22:13.551Z Compiling qorb v0.1.2
14422024-10-22T16:22:13.793Z Compiling tokio-postgres v0.7.12
14432024-10-22T16:22:13.919Z Compiling petgraph v0.6.5
14442024-10-22T16:22:14.595Z Compiling clap v4.5.20
14452024-10-22T16:22:14.707Z Compiling indicatif v0.17.8
14462024-10-22T16:22:14.981Z Compiling flate2 v1.0.34
14472024-10-22T16:22:15.812Z Compiling reqwest v0.12.8
14482024-10-22T16:22:15.854Z Compiling rsa v0.9.6
14492024-10-22T16:22:16.587Z Compiling ecdsa v0.16.9
14502024-10-22T16:22:17.287Z Compiling ed25519-dalek v2.1.1
14512024-10-22T16:22:17.310Z Compiling toml v0.7.8
14522024-10-22T16:22:18.060Z Compiling crossterm v0.28.1
14532024-10-22T16:22:18.492Z Compiling hex v0.4.3
14542024-10-22T16:22:18.793Z Compiling itertools v0.10.5
14552024-10-22T16:22:18.963Z Compiling itertools v0.12.1
14562024-10-22T16:22:19.014Z Compiling x509-cert v0.2.5
14572024-10-22T16:22:19.048Z Compiling unicode-xid v0.2.6
14582024-10-22T16:22:19.115Z Compiling lalrpop-util v0.19.12
14592024-10-22T16:22:19.210Z Compiling peg-runtime v0.8.3
14602024-10-22T16:22:19.418Z Compiling xattr v1.3.1
14612024-10-22T16:22:19.653Z Compiling strum_macros v0.26.4
14622024-10-22T16:22:19.793Z Compiling filetime v0.2.25
14632024-10-22T16:22:20.075Z Compiling tar v0.4.42
14642024-10-22T16:22:22.982Z Compiling strum v0.26.3
14652024-10-22T16:22:23.861Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14662024-10-22T16:22:24.197Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14672024-10-22T16:22:30.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
14682024-10-22T16:22:31.049Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14692024-10-22T16:22:31.115ZOct 22 16:22:30.302 INFO Starting download, target: Clickhouse
14702024-10-22T16:22:31.115ZOct 22 16:22:30.303 INFO Starting download, target: Cockroach
14712024-10-22T16:22:31.115ZOct 22 16:22:30.303 INFO Starting download, target: Console
14722024-10-22T16:22:31.115ZOct 22 16:22:30.303 INFO Starting download, target: DendriteOpenapi
14732024-10-22T16:22:31.115ZOct 22 16:22:30.303 INFO Starting download, target: DendriteStub
14742024-10-22T16:22:31.140ZOct 22 16:22:30.303 INFO Starting download, target: MaghemiteMgd
14752024-10-22T16:22:31.140ZOct 22 16:22:30.303 INFO Starting download, target: TransceiverControl
14762024-10-22T16:22:31.140ZOct 22 16:22:30.305 INFO Downloading out/downloads/dpd-b425a6c783b3081613ffa00407f271cae06568c4.json (attempt 1/3), target: DendriteOpenapi
14772024-10-22T16:22:31.140ZOct 22 16:22:30.305 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14782024-10-22T16:22:31.140ZOct 22 16:22:30.305 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14792024-10-22T16:22:31.140ZOct 22 16:22:30.305 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14802024-10-22T16:22:31.140ZOct 22 16:22:30.305 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
14812024-10-22T16:22:31.140ZOct 22 16:22:30.305 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14822024-10-22T16:22:31.140ZOct 22 16:22:30.305 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14832024-10-22T16:22:31.447ZOct 22 16:22:30.632 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14842024-10-22T16:22:31.577ZOct 22 16:22:30.764 INFO Download complete, target: DendriteOpenapi
14852024-10-22T16:22:31.773ZOct 22 16:22:30.956 INFO Download complete, target: Console
14862024-10-22T16:22:32.569ZOct 22 16:22:31.756 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14872024-10-22T16:22:33.289ZOct 22 16:22:32.476 INFO Download complete, target: TransceiverControl
14882024-10-22T16:22:33.346ZOct 22 16:22:32.534 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14892024-10-22T16:22:33.484ZOct 22 16:22:32.672 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14902024-10-22T16:22:36.922ZOct 22 16:22:36.110 INFO Download complete, target: MaghemiteMgd
14912024-10-22T16:22:37.282ZOct 22 16:22:36.470 INFO Download complete, target: DendriteStub
14922024-10-22T16:22:42.519ZOct 22 16:22:41.708 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14932024-10-22T16:22:42.519ZOct 22 16:22:41.708 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14942024-10-22T16:22:45.667ZOct 22 16:22:44.856 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14952024-10-22T16:22:51.994ZOct 22 16:22:51.183 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14962024-10-22T16:22:52.498ZOct 22 16:22:51.687 INFO Checking that binary works, target: Cockroach
14972024-10-22T16:22:52.815ZOct 22 16:22:52.004 INFO Download complete, target: Cockroach
14982024-10-22T16:23:01.540ZOct 22 16:23:00.730 INFO Checking that binary works, target: Clickhouse
14992024-10-22T16:23:01.775ZOct 22 16:23:00.965 INFO Download complete, target: Clickhouse
15002024-10-22T16:23:01.802ZAll builder prerequisites installed successfully, and PATH looks valid
15012024-10-22T16:23:01.826Z
15022024-10-22T16:23:01.826Zreal 4:16.257968596
15032024-10-22T16:23:01.826Zuser 11:16.511367544
15042024-10-22T16:23:01.826Zsys 2:38.658318439
15052024-10-22T16:23:01.826Ztrap 0.351368772
15062024-10-22T16:23:01.826Ztflt 0.691650316
15072024-10-22T16:23:01.826Zdflt 1.662103390
15082024-10-22T16:23:01.826Zkflt 0.007249693
15092024-10-22T16:23:01.826Zlock 24:56.842233751
15102024-10-22T16:23:01.826Zslp 42:47.160643377
15112024-10-22T16:23:01.826Zlat 50.500002207
15122024-10-22T16:23:01.826Zstop 2:04.097995646
15132024-10-22T16:23:01.826Z+ banner ls-apis
15142024-10-22T16:23:01.826Z
15152024-10-22T16:23:01.826Z # #### ## ##### # ####
15162024-10-22T16:23:01.826Z # # # # # # # #
15172024-10-22T16:23:01.826Z # #### ##### # # # # # ####
15182024-10-22T16:23:01.826Z # # ###### ##### # #
15192024-10-22T16:23:01.826Z # # # # # # # # #
15202024-10-22T16:23:01.826Z ###### #### # # # # ####
15212024-10-22T16:23:01.826Z
15222024-10-22T16:23:01.826Z+ source ./tools/include/force-git-over-https.sh
15232024-10-22T16:23:01.826Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
15242024-10-22T16:23:01.826Z++ (( i = 0 ))
15252024-10-22T16:23:01.826Z++ (( i < 5 ))
15262024-10-22T16:23:01.826Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
15272024-10-22T16:23:01.826Z++ (( i++ ))
15282024-10-22T16:23:01.826Z++ (( i < 5 ))
15292024-10-22T16:23:01.826Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
15302024-10-22T16:23:01.826Z++ (( i++ ))
15312024-10-22T16:23:01.826Z++ (( i < 5 ))
15322024-10-22T16:23:01.826Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
15332024-10-22T16:23:01.827Z++ (( i++ ))
15342024-10-22T16:23:01.827Z++ (( i < 5 ))
15352024-10-22T16:23:01.827Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
15362024-10-22T16:23:01.850Z++ (( i++ ))
15372024-10-22T16:23:01.850Z++ (( i < 5 ))
15382024-10-22T16:23:01.851Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
15392024-10-22T16:23:01.851Z++ (( i++ ))
15402024-10-22T16:23:01.851Z++ (( i < 5 ))
15412024-10-22T16:23:01.851Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
15422024-10-22T16:23:01.851Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
15432024-10-22T16:23:01.851Z+ ptime -m cargo xtask ls-apis apis
15442024-10-22T16:23:02.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
15452024-10-22T16:23:02.752Z Running `target/debug/xtask ls-apis apis`
15462024-10-22T16:23:04.062Z Compiling semver v0.1.20
15472024-10-22T16:23:04.086Z Compiling structmeta-derive v0.3.0
15482024-10-22T16:23:04.086Z Compiling cargo-platform v0.1.8
15492024-10-22T16:23:04.371Z Compiling rustc_version v0.1.7
15502024-10-22T16:23:04.395Z Compiling cargo_metadata v0.18.1
15512024-10-22T16:23:04.831Z Compiling newtype_derive v0.1.6
15522024-10-22T16:23:05.961Z Compiling structmeta v0.3.0
15532024-10-22T16:23:06.301Z Compiling parse-display-derive v0.10.0
15542024-10-22T16:23:08.914Z Compiling parse-display v0.10.0
15552024-10-22T16:23:09.108Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
15562024-10-22T16:23:14.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.04s
15572024-10-22T16:23:14.939Z Running `target/debug/ls-apis apis`
15582024-10-22T16:23:14.986Zloading metadata for workspace omicron from current workspace
15592024-10-22T16:23:18.677Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/056283e/Cargo.toml
15602024-10-22T16:23:18.701Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/11371b0/Cargo.toml
15612024-10-22T16:23:18.701Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2b88ab8/Cargo.toml
15622024-10-22T16:23:41.716Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
15632024-10-22T16:23:46.441Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
15642024-10-22T16:23:46.465Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
15652024-10-22T16:23:46.567ZBootstrap Agent (client: bootstrap-agent-client)
15662024-10-22T16:23:46.567Z consumed by: omicron-sled-agent (omicron/sled-agent)
15672024-10-22T16:23:46.567Z consumed by: wicketd (omicron/wicketd)
15682024-10-22T16:23:46.567Z
15692024-10-22T16:23:46.568ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
15702024-10-22T16:23:46.568Z consumed by: omicron-nexus (omicron/nexus)
15712024-10-22T16:23:46.568Z
15722024-10-22T16:23:46.568ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
15732024-10-22T16:23:46.568Z consumed by: omicron-nexus (omicron/nexus)
15742024-10-22T16:23:46.568Z
15752024-10-22T16:23:46.568ZCockroachDB Cluster Admin (client: cockroach-admin-client)
15762024-10-22T16:23:46.568Z consumed by: omicron-nexus (omicron/nexus)
15772024-10-22T16:23:46.568Z
15782024-10-22T16:23:46.568ZCrucible Agent (client: crucible-agent-client)
15792024-10-22T16:23:46.614Z consumed by: omicron-nexus (omicron/nexus)
15802024-10-22T16:23:46.614Z
15812024-10-22T16:23:46.614ZCrucible Control (for testing only) (client: crucible-control-client)
15822024-10-22T16:23:46.614Z
15832024-10-22T16:23:46.614ZCrucible Pantry (client: crucible-pantry-client)
15842024-10-22T16:23:46.614Z consumed by: omicron-nexus (omicron/nexus)
15852024-10-22T16:23:46.614Z
15862024-10-22T16:23:46.614ZMaghemite DDM Admin (client: ddm-admin-client)
15872024-10-22T16:23:46.614Z consumed by: installinator (omicron/installinator)
15882024-10-22T16:23:46.614Z consumed by: mgd (maghemite/mgd)
15892024-10-22T16:23:46.614Z consumed by: omicron-sled-agent (omicron/sled-agent)
15902024-10-22T16:23:46.614Z consumed by: wicketd (omicron/wicketd)
15912024-10-22T16:23:46.614Z
15922024-10-22T16:23:46.614ZDNS Server (client: dns-service-client)
15932024-10-22T16:23:46.614Z consumed by: omicron-nexus (omicron/nexus)
15942024-10-22T16:23:46.614Z consumed by: omicron-sled-agent (omicron/sled-agent)
15952024-10-22T16:23:46.614Z
15962024-10-22T16:23:46.614ZDendrite DPD (client: dpd-client)
15972024-10-22T16:23:46.614Z consumed by: ddmd (maghemite/ddmd)
15982024-10-22T16:23:46.614Z consumed by: mgd (maghemite/mgd)
15992024-10-22T16:23:46.614Z consumed by: omicron-nexus (omicron/nexus)
16002024-10-22T16:23:46.614Z consumed by: omicron-sled-agent (omicron/sled-agent)
16012024-10-22T16:23:46.614Z consumed by: tfportd (dendrite/tfportd)
16022024-10-22T16:23:46.614Z consumed by: wicketd (omicron/wicketd)
16032024-10-22T16:23:46.614Z
16042024-10-22T16:23:46.614ZDownstairs Controller (debugging only) (client: dsc-client)
16052024-10-22T16:23:46.614Z
16062024-10-22T16:23:46.614ZManagement Gateway Service (client: gateway-client)
16072024-10-22T16:23:46.614Z consumed by: dpd (dendrite/dpd)
16082024-10-22T16:23:46.614Z consumed by: omicron-nexus (omicron/nexus)
16092024-10-22T16:23:46.614Z consumed by: omicron-sled-agent (omicron/sled-agent)
16102024-10-22T16:23:46.615Z consumed by: wicketd (omicron/wicketd)
16112024-10-22T16:23:46.615Z
16122024-10-22T16:23:46.615ZWicketd Installinator (client: installinator-client)
16132024-10-22T16:23:46.615Z consumed by: installinator (omicron/installinator)
16142024-10-22T16:23:46.615Z
16152024-10-22T16:23:46.615ZMaghemite MG Admin (client: mg-admin-client)
16162024-10-22T16:23:46.615Z consumed by: omicron-nexus (omicron/nexus)
16172024-10-22T16:23:46.615Z consumed by: omicron-sled-agent (omicron/sled-agent)
16182024-10-22T16:23:46.615Z
16192024-10-22T16:23:46.615ZNexus Internal API (client: nexus-client)
16202024-10-22T16:23:46.615Z consumed by: dpd (dendrite/dpd)
16212024-10-22T16:23:46.615Z consumed by: omicron-nexus (omicron/nexus)
16222024-10-22T16:23:46.615Z consumed by: omicron-sled-agent (omicron/sled-agent)
16232024-10-22T16:23:46.615Z consumed by: oximeter-collector (omicron/oximeter/collector)
16242024-10-22T16:23:46.615Z consumed by: propolis-server (propolis/bin/propolis-server)
16252024-10-22T16:23:46.615Z
16262024-10-22T16:23:46.615ZExternal API (client: oxide-client)
16272024-10-22T16:23:46.615Z
16282024-10-22T16:23:46.615ZOximeter (client: oximeter-client)
16292024-10-22T16:23:46.615Z consumed by: omicron-nexus (omicron/nexus)
16302024-10-22T16:23:46.615Z
16312024-10-22T16:23:46.615ZPropolis (client: propolis-client)
16322024-10-22T16:23:46.615Z consumed by: omicron-nexus (omicron/nexus)
16332024-10-22T16:23:46.615Z consumed by: omicron-sled-agent (omicron/sled-agent)
16342024-10-22T16:23:46.615Z
16352024-10-22T16:23:46.615ZCrucible Repair (client: repair-client)
16362024-10-22T16:23:46.615Z consumed by: crucible-downstairs (crucible/downstairs)
16372024-10-22T16:23:46.615Z
16382024-10-22T16:23:46.615ZSled Agent (client: sled-agent-client)
16392024-10-22T16:23:46.615Z consumed by: dpd (dendrite/dpd)
16402024-10-22T16:23:46.615Z consumed by: omicron-nexus (omicron/nexus)
16412024-10-22T16:23:46.615Z consumed by: omicron-sled-agent (omicron/sled-agent)
16422024-10-22T16:23:46.615Z
16432024-10-22T16:23:46.615ZWicketd (client: wicketd-client)
16442024-10-22T16:23:46.615Z
16452024-10-22T16:23:46.707Z
16462024-10-22T16:23:46.707Zreal 44.856099317
16472024-10-22T16:23:46.707Zuser 37.983713998
16482024-10-22T16:23:46.707Zsys 16.262086870
16492024-10-22T16:23:46.707Ztrap 0.012034391
16502024-10-22T16:23:46.707Ztflt 0.069490028
16512024-10-22T16:23:46.707Zdflt 0.479717266
16522024-10-22T16:23:46.707Zkflt 0.000015371
16532024-10-22T16:23:46.707Zlock 51.800181965
16542024-10-22T16:23:46.707Zslp 4:14.156785410
16552024-10-22T16:23:46.707Zlat 1.732328968
16562024-10-22T16:23:46.707Zstop 0.756974226
16572024-10-22T16:23:46.731Z+ ptime -m cargo xtask ls-apis deployment-units
16582024-10-22T16:23:47.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
16592024-10-22T16:23:47.600Z Running `target/debug/xtask ls-apis deployment-units`
16602024-10-22T16:23:48.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
16612024-10-22T16:23:48.908Z Running `target/debug/ls-apis deployment-units`
16622024-10-22T16:23:48.963Zloading metadata for workspace omicron from current workspace
16632024-10-22T16:23:50.620Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/056283e/Cargo.toml
16642024-10-22T16:23:50.646Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/11371b0/Cargo.toml
16652024-10-22T16:23:50.646Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2b88ab8/Cargo.toml
16662024-10-22T16:23:53.597Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
16672024-10-22T16:23:54.785Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
16682024-10-22T16:23:54.809Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
16692024-10-22T16:23:54.914ZClickhouse Admin
16702024-10-22T16:23:54.914Z omicron-clickhouse-admin (omicron/clickhouse-admin)
16712024-10-22T16:23:54.914Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
16722024-10-22T16:23:54.961Z
16732024-10-22T16:23:54.961Z
16742024-10-22T16:23:54.961ZCockroach Admin
16752024-10-22T16:23:54.961Z omicron-cockroach-admin (omicron/cockroach-admin)
16762024-10-22T16:23:54.961Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
16772024-10-22T16:23:54.961Z
16782024-10-22T16:23:54.961Z
16792024-10-22T16:23:54.961ZCrucible
16802024-10-22T16:23:54.961Z crucible-agent (crucible/agent)
16812024-10-22T16:23:54.961Z exposes: Crucible Agent (client = crucible-agent-client)
16822024-10-22T16:23:54.961Z
16832024-10-22T16:23:54.961Z crucible-downstairs (crucible/downstairs)
16842024-10-22T16:23:54.961Z exposes: Crucible Repair (client = repair-client)
16852024-10-22T16:23:54.961Z consumes: repair-client
16862024-10-22T16:23:54.961Z
16872024-10-22T16:23:54.961Z
16882024-10-22T16:23:54.961ZCrucible Pantry
16892024-10-22T16:23:54.961Z crucible-pantry (crucible/pantry)
16902024-10-22T16:23:54.961Z exposes: Crucible Pantry (client = crucible-pantry-client)
16912024-10-22T16:23:54.961Z
16922024-10-22T16:23:54.961Z
16932024-10-22T16:23:54.961ZDNS Server
16942024-10-22T16:23:54.962Z dns-server (omicron/dns-server)
16952024-10-22T16:23:54.962Z exposes: DNS Server (client = dns-service-client)
16962024-10-22T16:23:54.962Z
16972024-10-22T16:23:54.962Z
16982024-10-22T16:23:54.962ZHost OS
16992024-10-22T16:23:54.962Z ddmd (maghemite/ddmd)
17002024-10-22T16:23:54.962Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
17012024-10-22T16:23:54.962Z consumes: dpd-client
17022024-10-22T16:23:54.962Z
17032024-10-22T16:23:54.962Z dpd (dendrite/dpd)
17042024-10-22T16:23:54.962Z exposes: Dendrite DPD (client = dpd-client)
17052024-10-22T16:23:54.962Z consumes: gateway-client
17062024-10-22T16:23:54.962Z consumes: nexus-client
17072024-10-22T16:23:54.962Z consumes: sled-agent-client
17082024-10-22T16:23:54.962Z
17092024-10-22T16:23:54.962Z mgd (maghemite/mgd)
17102024-10-22T16:23:54.962Z exposes: Maghemite MG Admin (client = mg-admin-client)
17112024-10-22T16:23:54.962Z consumes: ddm-admin-client
17122024-10-22T16:23:54.962Z consumes: dpd-client
17132024-10-22T16:23:54.962Z
17142024-10-22T16:23:54.962Z omicron-gateway (omicron/gateway)
17152024-10-22T16:23:54.962Z exposes: Management Gateway Service (client = gateway-client)
17162024-10-22T16:23:54.962Z
17172024-10-22T16:23:54.962Z omicron-sled-agent (omicron/sled-agent)
17182024-10-22T16:23:54.962Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
17192024-10-22T16:23:54.962Z exposes: Sled Agent (client = sled-agent-client)
17202024-10-22T16:23:54.962Z consumes: bootstrap-agent-client
17212024-10-22T16:23:54.962Z consumes: ddm-admin-client
17222024-10-22T16:23:54.962Z consumes: dns-service-client
17232024-10-22T16:23:54.962Z consumes: dpd-client
17242024-10-22T16:23:54.962Z consumes: gateway-client
17252024-10-22T16:23:54.962Z consumes: mg-admin-client
17262024-10-22T16:23:54.962Z consumes: nexus-client
17272024-10-22T16:23:54.962Z consumes: propolis-client
17282024-10-22T16:23:54.962Z consumes: sled-agent-client
17292024-10-22T16:23:54.962Z
17302024-10-22T16:23:54.962Z propolis-server (propolis/bin/propolis-server)
17312024-10-22T16:23:54.962Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
17322024-10-22T16:23:54.962Z exposes: Propolis (client = propolis-client)
17332024-10-22T16:23:54.962Z consumes: nexus-client
17342024-10-22T16:23:54.963Z
17352024-10-22T16:23:54.963Z tfportd (dendrite/tfportd)
17362024-10-22T16:23:54.963Z consumes: dpd-client
17372024-10-22T16:23:54.963Z
17382024-10-22T16:23:54.963Z wicketd (omicron/wicketd)
17392024-10-22T16:23:54.963Z exposes: Wicketd Installinator (client = installinator-client)
17402024-10-22T16:23:54.963Z exposes: Wicketd (client = wicketd-client)
17412024-10-22T16:23:54.963Z consumes: bootstrap-agent-client
17422024-10-22T16:23:54.963Z consumes: ddm-admin-client
17432024-10-22T16:23:54.963Z consumes: dpd-client
17442024-10-22T16:23:54.963Z consumes: gateway-client
17452024-10-22T16:23:54.963Z
17462024-10-22T16:23:54.963Z
17472024-10-22T16:23:54.963ZInstallinator
17482024-10-22T16:23:54.963Z installinator (omicron/installinator)
17492024-10-22T16:23:54.963Z consumes: ddm-admin-client
17502024-10-22T16:23:54.963Z consumes: installinator-client
17512024-10-22T16:23:54.963Z
17522024-10-22T16:23:54.963Z
17532024-10-22T16:23:54.963ZNexus
17542024-10-22T16:23:54.963Z omicron-nexus (omicron/nexus)
17552024-10-22T16:23:54.963Z exposes: Nexus Internal API (client = nexus-client)
17562024-10-22T16:23:54.963Z exposes: External API (client = oxide-client)
17572024-10-22T16:23:54.963Z consumes: clickhouse-admin-keeper-client
17582024-10-22T16:23:54.963Z consumes: clickhouse-admin-server-client
17592024-10-22T16:23:54.963Z consumes: cockroach-admin-client
17602024-10-22T16:23:54.963Z consumes: crucible-agent-client
17612024-10-22T16:23:54.963Z consumes: crucible-pantry-client
17622024-10-22T16:23:54.963Z consumes: dns-service-client
17632024-10-22T16:23:54.963Z consumes: dpd-client
17642024-10-22T16:23:54.963Z consumes: gateway-client
17652024-10-22T16:23:54.963Z consumes: mg-admin-client
17662024-10-22T16:23:54.963Z consumes: nexus-client
17672024-10-22T16:23:54.963Z consumes: oximeter-client
17682024-10-22T16:23:54.963Z consumes: propolis-client
17692024-10-22T16:23:54.963Z consumes: sled-agent-client
17702024-10-22T16:23:54.963Z
17712024-10-22T16:23:54.963Z
17722024-10-22T16:23:54.989ZOximeter
17732024-10-22T16:23:54.989Z oximeter-collector (omicron/oximeter/collector)
17742024-10-22T16:23:54.989Z exposes: Oximeter (client = oximeter-client)
17752024-10-22T16:23:54.989Z consumes: nexus-client
17762024-10-22T16:23:54.989Z
17772024-10-22T16:23:54.989Z
17782024-10-22T16:23:55.053Z
17792024-10-22T16:23:55.053Zreal 8.323966218
17802024-10-22T16:23:55.053Zuser 5.971512701
17812024-10-22T16:23:55.053Zsys 3.263327746
17822024-10-22T16:23:55.053Ztrap 0.004018478
17832024-10-22T16:23:55.053Ztflt 0.000006802
17842024-10-22T16:23:55.053Zdflt 0.000039800
17852024-10-22T16:23:55.053Zkflt 0.000000000
17862024-10-22T16:23:55.053Zlock 0.003360594
17872024-10-22T16:23:55.077Zslp 18.173524870
17882024-10-22T16:23:55.077Zlat 0.091710010
17892024-10-22T16:23:55.077Zstop 0.059982316
17902024-10-22T16:23:55.077Z+ ptime -m cargo xtask ls-apis servers
17912024-10-22T16:23:55.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
17922024-10-22T16:23:55.823Z Running `target/debug/xtask ls-apis servers`
17932024-10-22T16:23:57.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
17942024-10-22T16:23:57.073Z Running `target/debug/ls-apis servers`
17952024-10-22T16:23:57.128Zloading metadata for workspace omicron from current workspace
17962024-10-22T16:23:58.814Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/056283e/Cargo.toml
17972024-10-22T16:23:58.838Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2b88ab8/Cargo.toml
17982024-10-22T16:23:58.838Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/11371b0/Cargo.toml
17992024-10-22T16:24:01.548Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
18002024-10-22T16:24:02.737Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
18012024-10-22T16:24:02.761Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
18022024-10-22T16:24:02.859Zomicron-clickhouse-admin (omicron/clickhouse-admin)
18032024-10-22T16:24:02.859Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
18042024-10-22T16:24:02.905Z
18052024-10-22T16:24:02.905Zomicron-cockroach-admin (omicron/cockroach-admin)
18062024-10-22T16:24:02.905Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
18072024-10-22T16:24:02.905Z
18082024-10-22T16:24:02.905Zcrucible-agent (crucible/agent)
18092024-10-22T16:24:02.905Z exposes: Crucible Agent (client = crucible-agent-client)
18102024-10-22T16:24:02.905Z
18112024-10-22T16:24:02.905Zcrucible-downstairs (crucible/downstairs)
18122024-10-22T16:24:02.905Z exposes: Crucible Repair (client = repair-client)
18132024-10-22T16:24:02.905Z consumes: repair-client
18142024-10-22T16:24:02.905Z
18152024-10-22T16:24:02.905Zcrucible-pantry (crucible/pantry)
18162024-10-22T16:24:02.906Z exposes: Crucible Pantry (client = crucible-pantry-client)
18172024-10-22T16:24:02.906Z
18182024-10-22T16:24:02.906Zdns-server (omicron/dns-server)
18192024-10-22T16:24:02.906Z exposes: DNS Server (client = dns-service-client)
18202024-10-22T16:24:02.906Z
18212024-10-22T16:24:02.906Zomicron-sled-agent (omicron/sled-agent)
18222024-10-22T16:24:02.906Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
18232024-10-22T16:24:02.906Z exposes: Sled Agent (client = sled-agent-client)
18242024-10-22T16:24:02.906Z consumes: bootstrap-agent-client
18252024-10-22T16:24:02.906Z consumes: ddm-admin-client
18262024-10-22T16:24:02.906Z consumes: dns-service-client
18272024-10-22T16:24:02.906Z consumes: dpd-client
18282024-10-22T16:24:02.906Z consumes: gateway-client
18292024-10-22T16:24:02.906Z consumes: mg-admin-client
18302024-10-22T16:24:02.906Z consumes: nexus-client
18312024-10-22T16:24:02.906Z consumes: propolis-client
18322024-10-22T16:24:02.906Z consumes: sled-agent-client
18332024-10-22T16:24:02.906Z
18342024-10-22T16:24:02.906Zpropolis-server (propolis/bin/propolis-server)
18352024-10-22T16:24:02.906Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
18362024-10-22T16:24:02.906Z exposes: Propolis (client = propolis-client)
18372024-10-22T16:24:02.906Z consumes: nexus-client
18382024-10-22T16:24:02.906Z
18392024-10-22T16:24:02.906Zddmd (maghemite/ddmd)
18402024-10-22T16:24:02.906Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
18412024-10-22T16:24:02.906Z consumes: dpd-client
18422024-10-22T16:24:02.906Z
18432024-10-22T16:24:02.906Zdpd (dendrite/dpd)
18442024-10-22T16:24:02.906Z exposes: Dendrite DPD (client = dpd-client)
18452024-10-22T16:24:02.906Z consumes: gateway-client
18462024-10-22T16:24:02.906Z consumes: nexus-client
18472024-10-22T16:24:02.906Z consumes: sled-agent-client
18482024-10-22T16:24:02.906Z
18492024-10-22T16:24:02.906Zmgd (maghemite/mgd)
18502024-10-22T16:24:02.906Z exposes: Maghemite MG Admin (client = mg-admin-client)
18512024-10-22T16:24:02.906Z consumes: ddm-admin-client
18522024-10-22T16:24:02.907Z consumes: dpd-client
18532024-10-22T16:24:02.907Z
18542024-10-22T16:24:02.907Zomicron-gateway (omicron/gateway)
18552024-10-22T16:24:02.907Z exposes: Management Gateway Service (client = gateway-client)
18562024-10-22T16:24:02.907Z
18572024-10-22T16:24:02.907Ztfportd (dendrite/tfportd)
18582024-10-22T16:24:02.907Z consumes: dpd-client
18592024-10-22T16:24:02.907Z
18602024-10-22T16:24:02.907Zwicketd (omicron/wicketd)
18612024-10-22T16:24:02.907Z exposes: Wicketd Installinator (client = installinator-client)
18622024-10-22T16:24:02.907Z exposes: Wicketd (client = wicketd-client)
18632024-10-22T16:24:02.907Z consumes: bootstrap-agent-client
18642024-10-22T16:24:02.907Z consumes: ddm-admin-client
18652024-10-22T16:24:02.907Z consumes: dpd-client
18662024-10-22T16:24:02.907Z consumes: gateway-client
18672024-10-22T16:24:02.907Z
18682024-10-22T16:24:02.907Zinstallinator (omicron/installinator)
18692024-10-22T16:24:02.907Z consumes: ddm-admin-client
18702024-10-22T16:24:02.907Z consumes: installinator-client
18712024-10-22T16:24:02.907Z
18722024-10-22T16:24:02.907Zomicron-nexus (omicron/nexus)
18732024-10-22T16:24:02.907Z exposes: Nexus Internal API (client = nexus-client)
18742024-10-22T16:24:02.907Z exposes: External API (client = oxide-client)
18752024-10-22T16:24:02.907Z consumes: clickhouse-admin-keeper-client
18762024-10-22T16:24:02.907Z consumes: clickhouse-admin-server-client
18772024-10-22T16:24:02.907Z consumes: cockroach-admin-client
18782024-10-22T16:24:02.907Z consumes: crucible-agent-client
18792024-10-22T16:24:02.907Z consumes: crucible-pantry-client
18802024-10-22T16:24:02.907Z consumes: dns-service-client
18812024-10-22T16:24:02.907Z consumes: dpd-client
18822024-10-22T16:24:02.907Z consumes: gateway-client
18832024-10-22T16:24:02.907Z consumes: mg-admin-client
18842024-10-22T16:24:02.907Z consumes: nexus-client
18852024-10-22T16:24:02.907Z consumes: oximeter-client
18862024-10-22T16:24:02.908Z consumes: propolis-client
18872024-10-22T16:24:02.908Z consumes: sled-agent-client
18882024-10-22T16:24:02.908Z
18892024-10-22T16:24:02.908Zoximeter-collector (omicron/oximeter/collector)
18902024-10-22T16:24:02.908Z exposes: Oximeter (client = oximeter-client)
18912024-10-22T16:24:02.908Z consumes: nexus-client
18922024-10-22T16:24:02.908Z
18932024-10-22T16:24:03.002Z
18942024-10-22T16:24:03.002Zreal 7.924863181
18952024-10-22T16:24:03.002Zuser 5.885986184
18962024-10-22T16:24:03.002Zsys 3.007283950
18972024-10-22T16:24:03.002Ztrap 0.000940720
18982024-10-22T16:24:03.002Ztflt 0.000002865
18992024-10-22T16:24:03.002Zdflt 0.000096334
19002024-10-22T16:24:03.002Zkflt 0.000000000
19012024-10-22T16:24:03.002Zlock 0.003752368
19022024-10-22T16:24:03.002Zslp 16.990248080
19032024-10-22T16:24:03.002Zlat 0.047780527
19042024-10-22T16:24:03.002Zstop 0.062666555
19052024-10-22T16:24:03.026Z+ banner build
19062024-10-22T16:24:03.026Z
19072024-10-22T16:24:03.026Z ##### # # # # #####
19082024-10-22T16:24:03.026Z # # # # # # # #
19092024-10-22T16:24:03.026Z ##### # # # # # #
19102024-10-22T16:24:03.026Z # # # # # # # #
19112024-10-22T16:24:03.027Z # # # # # # # #
19122024-10-22T16:24:03.027Z ##### #### # ###### #####
19132024-10-22T16:24:03.027Z
19142024-10-22T16:24:03.027Z+ export 'RUSTFLAGS=-D warnings'
19152024-10-22T16:24:03.027Z+ RUSTFLAGS='-D warnings'
19162024-10-22T16:24:03.027Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
19172024-10-22T16:24:03.027Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
19182024-10-22T16:24:03.027Z+ [[ illumos == \i\l\l\u\m\o\s ]]
19192024-10-22T16:24:03.027Z+ RUSTFLAGS='-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
19202024-10-22T16:24:03.027Z+ export TMPDIR=/var/tmp/omicron_tmp
19212024-10-22T16:24:03.027Z+ TMPDIR=/var/tmp/omicron_tmp
19222024-10-22T16:24:03.027Z+ export RUST_BACKTRACE=1
19232024-10-22T16:24:03.027Z+ RUST_BACKTRACE=1
19242024-10-22T16:24:03.027Z+ export CARGO_INCREMENTAL=0
19252024-10-22T16:24:03.027Z+ CARGO_INCREMENTAL=0
19262024-10-22T16:24:03.027Z+ export RUSTC_BOOTSTRAP=1
19272024-10-22T16:24:03.027Z+ RUSTC_BOOTSTRAP=1
19282024-10-22T16:24:03.027Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose
19292024-10-22T16:24:05.316Z Dirty proc-macro2 v1.0.87: the rustflags changed
19302024-10-22T16:24:05.316Z Compiling proc-macro2 v1.0.87
19312024-10-22T16:24:05.316Z Dirty unicode-ident v1.0.13: the rustflags changed
19322024-10-22T16:24:05.316Z Compiling unicode-ident v1.0.13
19332024-10-22T16:24:05.316Z Dirty libc v0.2.161: the rustflags changed
19342024-10-22T16:24:05.316Z Compiling libc v0.2.161
19352024-10-22T16:24:05.316Z Dirty cfg-if v1.0.0: the rustflags changed
19362024-10-22T16:24:05.316Z Compiling cfg-if v1.0.0
19372024-10-22T16:24:05.362Z Dirty serde v1.0.210: the rustflags changed
19382024-10-22T16:24:05.362Z Compiling serde v1.0.210
19392024-10-22T16:24:05.362Z Dirty autocfg v1.4.0: the rustflags changed
19402024-10-22T16:24:05.362Z Compiling autocfg v1.4.0
19412024-10-22T16:24:05.362Z Dirty memchr v2.7.4: the rustflags changed
19422024-10-22T16:24:05.362Z Compiling memchr v2.7.4
19432024-10-22T16:24:05.362Z Dirty version_check v0.9.5: the rustflags changed
19442024-10-22T16:24:05.363Z Compiling version_check v0.9.5
19452024-10-22T16:24:05.363Z 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.87/build.rs --error-format=json --json=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=17cdc4d31a0d05b9 -C extra-filename=-17cdc4d31a0d05b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-17cdc4d31a0d05b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19462024-10-22T16:24:05.363Z 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`
19472024-10-22T16:24:05.363Z 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`
19482024-10-22T16:24:05.363Z 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.161/build.rs --error-format=json --json=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=c8e505289cd92fbe -C extra-filename=-c8e505289cd92fbe --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-c8e505289cd92fbe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19492024-10-22T16:24:05.363Z 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`
19502024-10-22T16:24:05.387Z 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.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=3b7d5cfbb443b029 -C extra-filename=-3b7d5cfbb443b029 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19512024-10-22T16:24:05.387Z 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.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=31125824db6bbb08 -C extra-filename=-31125824db6bbb08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19522024-10-22T16:24:05.387Z 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`
19532024-10-22T16:24:05.573Z Dirty value-bag v1.9.0: the rustflags changed
19542024-10-22T16:24:05.573Z Compiling value-bag v1.9.0
19552024-10-22T16:24:05.596Z 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`
19562024-10-22T16:24:05.620Z Dirty scopeguard v1.2.0: the rustflags changed
19572024-10-22T16:24:05.620Z Compiling scopeguard v1.2.0
19582024-10-22T16:24:05.620Z 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`
19592024-10-22T16:24:05.781Z Dirty itoa v1.0.11: the rustflags changed
19602024-10-22T16:24:05.781Z Compiling itoa v1.0.11
19612024-10-22T16:24:05.805Z 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`
19622024-10-22T16:24:05.967Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-17cdc4d31a0d05b9/build-script-build`
19632024-10-22T16:24:06.010Z Dirty log v0.4.22: the rustflags changed
19642024-10-22T16:24:06.010Z Compiling log v0.4.22
19652024-10-22T16:24:06.034Z 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`
19662024-10-22T16:24:06.058Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-c0aa51eaa19bc06f/build-script-build`
19672024-10-22T16:24:06.105Z Dirty once_cell v1.20.2: the rustflags changed
19682024-10-22T16:24:06.106Z Compiling once_cell v1.20.2
19692024-10-22T16:24:06.129Z 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.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=eebe1899602319ed -C extra-filename=-eebe1899602319ed --out-dir /work/oxidecomputer/omicron/target/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-22T16:24:06.154Z Dirty byteorder v1.5.0: the rustflags changed
19712024-10-22T16:24:06.154Z Compiling byteorder v1.5.0
19722024-10-22T16:24:06.154Z 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`
19732024-10-22T16:24:06.178Z Dirty smallvec v1.13.2: the rustflags changed
19742024-10-22T16:24:06.178Z Compiling smallvec v1.13.2
19752024-10-22T16:24:06.178Z 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`
19762024-10-22T16:24:06.267Z 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.87/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=03448f2c6b15b59e -C extra-filename=-03448f2c6b15b59e --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)'`
19772024-10-22T16:24:06.309Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-c8e505289cd92fbe/build-script-build`
19782024-10-22T16:24:06.353Z 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.161/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=7bca6a4da6cde0e6 -C extra-filename=-7bca6a4da6cde0e6 --out-dir /work/oxidecomputer/omicron/target/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","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
19792024-10-22T16:24:06.451Z Dirty lock_api v0.4.12: the rustflags changed
19802024-10-22T16:24:06.451Z Compiling lock_api v0.4.12
19812024-10-22T16:24:06.482Z 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=7c4d407230a78784 -C extra-filename=-7c4d407230a78784 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-7c4d407230a78784 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-31125824db6bbb08.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19822024-10-22T16:24:06.506Z Dirty pin-project-lite v0.2.14: the rustflags changed
19832024-10-22T16:24:06.506Z Compiling pin-project-lite v0.2.14
19842024-10-22T16:24:06.506Z 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`
19852024-10-22T16:24:06.551Z Dirty subtle v2.6.1: the rustflags changed
19862024-10-22T16:24:06.551Z Compiling subtle v2.6.1
19872024-10-22T16:24:06.577Z 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.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=b7b5464a5de3de01 -C extra-filename=-b7b5464a5de3de01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19882024-10-22T16:24:06.577Z Dirty parking_lot_core v0.9.10: the rustflags changed
19892024-10-22T16:24:06.577Z Compiling parking_lot_core v0.9.10
19902024-10-22T16:24:06.601Z 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`
19912024-10-22T16:24:06.634Z Dirty thiserror v1.0.64: the rustflags changed
19922024-10-22T16:24:06.634Z Compiling thiserror v1.0.64
19932024-10-22T16:24:06.659Z 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`
19942024-10-22T16:24:06.807Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-7c4d407230a78784/build-script-build`
19952024-10-22T16:24:06.836Z Dirty typenum v1.17.0: the rustflags changed
19962024-10-22T16:24:06.836Z Compiling typenum v1.17.0
19972024-10-22T16:24:06.873Z 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`
19982024-10-22T16:24:06.897Z Dirty generic-array v0.14.7: the rustflags changed
19992024-10-22T16:24:06.897Z Compiling generic-array v0.14.7
20002024-10-22T16:24:06.897Z 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`
20012024-10-22T16:24:06.921Z Dirty allocator-api2 v0.2.18: the rustflags changed
20022024-10-22T16:24:06.922Z Compiling allocator-api2 v0.2.18
20032024-10-22T16:24:06.922Z 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`
20042024-10-22T16:24:06.957Z Dirty quote v1.0.37: the rustflags changed
20052024-10-22T16:24:06.957Z Compiling quote v1.0.37
20062024-10-22T16:24:06.981Z 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=826627f40ad2fed3 -C extra-filename=-826627f40ad2fed3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20072024-10-22T16:24:07.068Z 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=5c1b2e55179eacea -C extra-filename=-5c1b2e55179eacea --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`
20082024-10-22T16:24:07.205Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-7b2eec9a92e86dcf/build-script-build`
20092024-10-22T16:24:07.242Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-aeb53c5354bb50d5/build-script-build`
20102024-10-22T16:24:07.278Z Dirty shlex v1.3.0: the rustflags changed
20112024-10-22T16:24:07.278Z Compiling shlex v1.3.0
20122024-10-22T16:24:07.302Z 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`
20132024-10-22T16:24:07.480Z Dirty syn v2.0.79: the rustflags changed
20142024-10-22T16:24:07.480Z Compiling syn v2.0.79
20152024-10-22T16:24:07.505Z 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=d1bb9b0d189db5f1 -C extra-filename=-d1bb9b0d189db5f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.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`
20162024-10-22T16:24:07.535Z Dirty getrandom v0.2.15: the rustflags changed
20172024-10-22T16:24:07.536Z Compiling getrandom v0.2.15
20182024-10-22T16:24:07.559Z 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.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="rdrand"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --check-cfg 'cfg(docsrs)' --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=3921b46002378d01 -C extra-filename=-3921b46002378d01 --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-7bca6a4da6cde0e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20192024-10-22T16:24:07.645Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-6331d367a75138c7/build-script-build`
20202024-10-22T16:24:07.645Z 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=1bdf21cd86cbbc07 -C extra-filename=-1bdf21cd86cbbc07 --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-7bca6a4da6cde0e6.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`
20212024-10-22T16:24:07.693Z Dirty jobserver v0.1.32: the rustflags changed
20222024-10-22T16:24:07.693Z Compiling jobserver v0.1.32
20232024-10-22T16:24:07.726Z 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=28770a6013db2aed -C extra-filename=-28770a6013db2aed --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-7bca6a4da6cde0e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20242024-10-22T16:24:07.750Z Dirty futures-core v0.3.31: the rustflags changed
20252024-10-22T16:24:07.750Z Compiling futures-core v0.3.31
20262024-10-22T16:24:07.750Z Dirty ryu v1.0.18: the rustflags changed
20272024-10-22T16:24:07.750Z Compiling ryu v1.0.18
20282024-10-22T16:24:07.750Z 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`
20292024-10-22T16:24:07.779Z 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`
20302024-10-22T16:24:07.816Z Dirty rand_core v0.6.4: the rustflags changed
20312024-10-22T16:24:07.816Z Compiling rand_core v0.6.4
20322024-10-22T16:24:07.840Z 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=a70f0230c3ae6da9 -C extra-filename=-a70f0230c3ae6da9 --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-3921b46002378d01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20332024-10-22T16:24:07.870Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-f78d3e5b0e6ba211/build-script-main`
20342024-10-22T16:24:07.917Z Dirty signal-hook-registry v1.4.2: the rustflags changed
20352024-10-22T16:24:07.917Z Compiling signal-hook-registry v1.4.2
20362024-10-22T16:24:07.941Z 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=2a0dfd5dd8a5602b -C extra-filename=-2a0dfd5dd8a5602b --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-7bca6a4da6cde0e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20372024-10-22T16:24:07.992Z Dirty parking_lot v0.12.3: the rustflags changed
20382024-10-22T16:24:07.992Z Compiling parking_lot v0.12.3
20392024-10-22T16:24:08.026Z 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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-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=750e8ca6c6d6ac0c -C extra-filename=-750e8ca6c6d6ac0c --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-5c1b2e55179eacea.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-1bdf21cd86cbbc07.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20402024-10-22T16:24:08.056Z 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`
20412024-10-22T16:24:08.104Z Dirty cc v1.1.30: the rustflags changed
20422024-10-22T16:24:08.105Z Compiling cc v1.1.30
20432024-10-22T16:24:08.128Z 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.1.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=d90366c99fc68d9b -C extra-filename=-d90366c99fc68d9b --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-28770a6013db2aed.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-cf1da36a64fc6247.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20442024-10-22T16:24:08.268Z Dirty libm v0.2.8: the rustflags changed
20452024-10-22T16:24:08.268Z Compiling libm v0.2.8
20462024-10-22T16:24:08.292Z 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`
20472024-10-22T16:24:08.317Z Dirty num-traits v0.2.19: the rustflags changed
20482024-10-22T16:24:08.317Z Compiling num-traits v0.2.19
20492024-10-22T16:24:08.341Z 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=7c8aed53c6093f14 -C extra-filename=-7c8aed53c6093f14 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-7c8aed53c6093f14 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-31125824db6bbb08.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20502024-10-22T16:24:08.677Z Dirty foldhash v0.1.3: the rustflags changed
20512024-10-22T16:24:08.677Z Compiling foldhash v0.1.3
20522024-10-22T16:24:08.700Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foldhash-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a67cf306747de278 -C extra-filename=-a67cf306747de278 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20532024-10-22T16:24:08.724Z Dirty equivalent v1.0.1: the rustflags changed
20542024-10-22T16:24:08.724Z Compiling equivalent v1.0.1
20552024-10-22T16:24:08.724Z 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`
20562024-10-22T16:24:08.724Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-167dbd547a9f8507/build-script-build`
20572024-10-22T16:24:08.784Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-7c8aed53c6093f14/build-script-build`
20582024-10-22T16:24:08.810Z 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`
20592024-10-22T16:24:08.834Z Dirty mio v1.0.2: the rustflags changed
20602024-10-22T16:24:08.834Z Compiling mio v1.0.2
20612024-10-22T16:24:08.834Z 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=799586b37596e7c6 -C extra-filename=-799586b37596e7c6 --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-7bca6a4da6cde0e6.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`
20622024-10-22T16:24:08.862Z Dirty serde_json v1.0.128: the rustflags changed
20632024-10-22T16:24:08.862Z Compiling serde_json v1.0.128
20642024-10-22T16:24:08.893Z 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`
20652024-10-22T16:24:08.970Z Dirty hashbrown v0.15.0: the rustflags changed
20662024-10-22T16:24:08.970Z Compiling hashbrown v0.15.0
20672024-10-22T16:24:08.993Z 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.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="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="equivalent"' --cfg 'feature="inline-more"' --cfg 'feature="raw-entry"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "borsh", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=b70767056d1a4824 -C extra-filename=-b70767056d1a4824 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-b6220780d1ff212d.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-8d0ebed4a536b088.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-a67cf306747de278.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20682024-10-22T16:24:09.017Z Dirty spin v0.9.8: the rustflags changed
20692024-10-22T16:24:09.017Z Compiling spin v0.9.8
20702024-10-22T16:24:09.017Z 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=2299d31376bf1b32 -C extra-filename=-2299d31376bf1b32 --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-5c1b2e55179eacea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20712024-10-22T16:24:09.198Z Dirty fnv v1.0.7: the rustflags changed
20722024-10-22T16:24:09.198Z Compiling fnv v1.0.7
20732024-10-22T16:24:09.222Z 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`
20742024-10-22T16:24:09.247Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-ddccb03e725d221f/build-script-build`
20752024-10-22T16:24:09.271Z Dirty socket2 v0.5.7: the rustflags changed
20762024-10-22T16:24:09.271Z Compiling socket2 v0.5.7
20772024-10-22T16:24:09.271Z 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=08d8234b8a0f1e64 -C extra-filename=-08d8234b8a0f1e64 --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-7bca6a4da6cde0e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20782024-10-22T16:24:09.333Z Dirty slab v0.4.9: the rustflags changed
20792024-10-22T16:24:09.333Z Compiling slab v0.4.9
20802024-10-22T16:24:09.357Z 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=d97bd3c5e27e00d6 -C extra-filename=-d97bd3c5e27e00d6 --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-d97bd3c5e27e00d6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-31125824db6bbb08.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20812024-10-22T16:24:09.380Z Dirty futures-io v0.3.31: the rustflags changed
20822024-10-22T16:24:09.381Z Compiling futures-io v0.3.31
20832024-10-22T16:24:09.381Z 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`
20842024-10-22T16:24:09.690Z 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=64c24fe16140f6b4 -C extra-filename=-64c24fe16140f6b4 --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 --check-cfg 'cfg(has_total_cmp)'`
20852024-10-22T16:24:09.715Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-d97bd3c5e27e00d6/build-script-build`
20862024-10-22T16:24:09.869Z 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=57539490ecf7bda6 -C extra-filename=-57539490ecf7bda6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20872024-10-22T16:24:09.896Z Dirty const-oid v0.9.6: the rustflags changed
20882024-10-22T16:24:09.896Z Compiling const-oid v0.9.6
20892024-10-22T16:24:09.920Z 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`
20902024-10-22T16:24:09.961Z Dirty futures-sink v0.3.31: the rustflags changed
20912024-10-22T16:24:09.962Z Compiling futures-sink v0.3.31
20922024-10-22T16:24:09.985Z 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`
20932024-10-22T16:24:10.101Z Dirty regex-syntax v0.8.5: the rustflags changed
20942024-10-22T16:24:10.101Z Compiling regex-syntax v0.8.5
20952024-10-22T16:24:10.125Z 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.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --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=26edaa7b21c00140 -C extra-filename=-26edaa7b21c00140 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20962024-10-22T16:24:10.149Z Dirty aho-corasick v1.1.3: the rustflags changed
20972024-10-22T16:24:10.149Z Compiling aho-corasick v1.1.3
20982024-10-22T16:24:10.173Z 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=b542551110e8af51 -C extra-filename=-b542551110e8af51 --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-3b7d5cfbb443b029.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20992024-10-22T16:24:10.173Z Dirty cpufeatures v0.2.14: the rustflags changed
21002024-10-22T16:24:10.173Z Compiling cpufeatures v0.2.14
21012024-10-22T16:24:10.173Z Dirty pin-utils v0.1.0: the rustflags changed
21022024-10-22T16:24:10.173Z Compiling pin-utils v0.1.0
21032024-10-22T16:24:10.173Z 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.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e9762077546cb7b8 -C extra-filename=-e9762077546cb7b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21042024-10-22T16:24:10.173Z 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`
21052024-10-22T16:24:10.271Z Dirty pkg-config v0.3.31: the rustflags changed
21062024-10-22T16:24:10.272Z Compiling pkg-config v0.3.31
21072024-10-22T16:24:10.296Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f4afa31b8ebbf95c -C extra-filename=-f4afa31b8ebbf95c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21082024-10-22T16:24:10.296Z Dirty futures-channel v0.3.31: the rustflags changed
21092024-10-22T16:24:10.296Z Compiling futures-channel v0.3.31
21102024-10-22T16:24:10.320Z 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`
21112024-10-22T16:24:10.706Z Dirty futures-task v0.3.31: the rustflags changed
21122024-10-22T16:24:10.706Z Compiling futures-task v0.3.31
21132024-10-22T16:24:10.729Z 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`
21142024-10-22T16:24:11.010Z Dirty heck v0.5.0: the rustflags changed
21152024-10-22T16:24:11.010Z Compiling heck v0.5.0
21162024-10-22T16:24:11.034Z 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`
21172024-10-22T16:24:11.425Z Dirty rustix v0.38.37: the rustflags changed
21182024-10-22T16:24:11.425Z Compiling rustix v0.38.37
21192024-10-22T16:24:11.449Z 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`
21202024-10-22T16:24:11.477Z Dirty errno v0.3.9: the rustflags changed
21212024-10-22T16:24:11.477Z Compiling errno v0.3.9
21222024-10-22T16:24:11.477Z 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=75647b38de2dbd99 -C extra-filename=-75647b38de2dbd99 --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-7bca6a4da6cde0e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21232024-10-22T16:24:11.500Z Dirty iana-time-zone v0.1.61: the rustflags changed
21242024-10-22T16:24:11.500Z Compiling iana-time-zone v0.1.61
21252024-10-22T16:24:11.500Z 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.61/src/lib.rs --error-format=json --json=diagnostic-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=8635b5d8cbf154bd -C extra-filename=-8635b5d8cbf154bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21262024-10-22T16:24:11.645Z Dirty semver v1.0.23: the rustflags changed
21272024-10-22T16:24:11.645Z Compiling semver v1.0.23
21282024-10-22T16:24:11.669Z 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`
21292024-10-22T16:24:11.693Z Dirty tracing-core v0.1.32: the rustflags changed
21302024-10-22T16:24:11.693Z Compiling tracing-core v0.1.32
21312024-10-22T16:24:11.733Z 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=77c057abc617a7c2 -C extra-filename=-77c057abc617a7c2 --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-eebe1899602319ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21322024-10-22T16:24:11.757Z Dirty syn v1.0.109: the rustflags changed
21332024-10-22T16:24:11.757Z Compiling syn v1.0.109
21342024-10-22T16:24:11.757Z 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`
21352024-10-22T16:24:11.914Z Dirty tinyvec_macros v0.1.1: the rustflags changed
21362024-10-22T16:24:11.914Z Compiling tinyvec_macros v0.1.1
21372024-10-22T16:24:11.938Z 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`
21382024-10-22T16:24:12.016Z Dirty tinyvec v1.8.0: the rustflags changed
21392024-10-22T16:24:12.016Z Compiling tinyvec v1.8.0
21402024-10-22T16:24:12.040Z 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.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "debugger_visualizer", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "rustc_1_61", "serde", "std", "tinyvec_macros"))' -C metadata=08d9e11b5e823d54 -C extra-filename=-08d9e11b5e823d54 --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`
21412024-10-22T16:24:12.150Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-1255d294522a49db/build-script-build`
21422024-10-22T16:24:12.182Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-746a93df62810af4/build-script-build`
21432024-10-22T16:24:12.260Z Dirty unicode-bidi v0.3.17: the rustflags changed
21442024-10-22T16:24:12.260Z Compiling unicode-bidi v0.3.17
21452024-10-22T16:24:12.284Z 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.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "smallvec", "std", "unstable", "with_serde"))' -C metadata=0123801162e17fdd -C extra-filename=-0123801162e17fdd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21462024-10-22T16:24:12.310Z Dirty percent-encoding v2.3.1: the rustflags changed
21472024-10-22T16:24:12.310Z Compiling percent-encoding v2.3.1
21482024-10-22T16:24:12.310Z 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`
21492024-10-22T16:24:12.415Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-7bd69fb34c9940b1/build-script-build`
21502024-10-22T16:24:12.493Z 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=6e40a918bc2bff98 -C extra-filename=-6e40a918bc2bff98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.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`
21512024-10-22T16:24:12.681Z Dirty dyn-clone v1.0.17: the rustflags changed
21522024-10-22T16:24:12.681Z Compiling dyn-clone v1.0.17
21532024-10-22T16:24:12.705Z 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`
21542024-10-22T16:24:12.891Z Dirty schemars v0.8.21: the rustflags changed
21552024-10-22T16:24:12.891Z Compiling schemars v0.8.21
21562024-10-22T16:24:12.914Z 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`
21572024-10-22T16:24:12.981Z Dirty vcpkg v0.2.15: the rustflags changed
21582024-10-22T16:24:12.981Z Compiling vcpkg v0.2.15
21592024-10-22T16:24:13.005Z 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`
21602024-10-22T16:24:13.309Z Dirty regex-automata v0.4.8: the rustflags changed
21612024-10-22T16:24:13.309Z Compiling regex-automata v0.4.8
21622024-10-22T16:24:13.332Z 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.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="dfa"' --cfg 'feature="dfa-build"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs)' --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=9f36d56a060ad2ad -C extra-filename=-9f36d56a060ad2ad --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-b542551110e8af51.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b7d5cfbb443b029.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-26edaa7b21c00140.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21632024-10-22T16:24:13.362Z Dirty unicode-normalization v0.1.24: the rustflags changed
21642024-10-22T16:24:13.362Z Compiling unicode-normalization v0.1.24
21652024-10-22T16:24:13.386Z 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.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=8e3dd38d8af6e038 -C extra-filename=-8e3dd38d8af6e038 --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-08d9e11b5e823d54.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21662024-10-22T16:24:13.617Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-55f55719d25eeb1e/build-script-build`
21672024-10-22T16:24:13.651Z Dirty form_urlencoded v1.2.1: the rustflags changed
21682024-10-22T16:24:13.651Z Compiling form_urlencoded v1.2.1
21692024-10-22T16:24:13.675Z 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`
21702024-10-22T16:24:13.961Z Dirty serde_derive_internals v0.29.1: the rustflags changed
21712024-10-22T16:24:13.961Z Compiling serde_derive_internals v0.29.1
21722024-10-22T16:24:13.985Z 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=01dba1068e6c4535 -C extra-filename=-01dba1068e6c4535 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21732024-10-22T16:24:14.288Z Dirty crossbeam-utils v0.8.20: the rustflags changed
21742024-10-22T16:24:14.288Z Compiling crossbeam-utils v0.8.20
21752024-10-22T16:24:14.312Z 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.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=ce379f50ea539839 -C extra-filename=-ce379f50ea539839 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-ce379f50ea539839 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21762024-10-22T16:24:14.802Z Dirty httparse v1.9.5: the rustflags changed
21772024-10-22T16:24:14.803Z Compiling httparse v1.9.5
21782024-10-22T16:24:14.826Z 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.9.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' -C metadata=c795f19b1e3dffc8 -C extra-filename=-c795f19b1e3dffc8 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-c795f19b1e3dffc8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21792024-10-22T16:24:14.890Z Dirty ring v0.17.8: the rustflags changed
21802024-10-22T16:24:14.890Z Compiling ring v0.17.8
21812024-10-22T16:24:14.913Z 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=ad37dba10766e53c -C extra-filename=-ad37dba10766e53c --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-ad37dba10766e53c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d90366c99fc68d9b.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21822024-10-22T16:24:14.944Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-ce379f50ea539839/build-script-build`
21832024-10-22T16:24:14.968Z 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.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=1fb66d11f8bf8743 -C extra-filename=-1fb66d11f8bf8743 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'`
21842024-10-22T16:24:15.532Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-c795f19b1e3dffc8/build-script-build`
21852024-10-22T16:24:15.606Z 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.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' -C metadata=7a236d7ad8978468 -C extra-filename=-7a236d7ad8978468 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg httparse_simd_neon_intrinsics --cfg httparse_simd`
21862024-10-22T16:24:15.710Z Dirty idna v0.5.0: the rustflags changed
21872024-10-22T16:24:15.710Z Compiling idna v0.5.0
21882024-10-22T16:24:15.734Z 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=0db1af5b64a05ef8 -C extra-filename=-0db1af5b64a05ef8 --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-0123801162e17fdd.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-8e3dd38d8af6e038.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21892024-10-22T16:24:15.953Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-ad37dba10766e53c/build-script-build`
21902024-10-22T16:24:16.023Z Dirty lazy_static v1.5.0: the rustflags changed
21912024-10-22T16:24:16.023Z Compiling lazy_static v1.5.0
21922024-10-22T16:24:16.047Z 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=cf320adaf9052777 -C extra-filename=-cf320adaf9052777 --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-2299d31376bf1b32.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21932024-10-22T16:24:16.150Z Dirty time-core v0.1.2: the rustflags changed
21942024-10-22T16:24:16.150Z Compiling time-core v0.1.2
21952024-10-22T16:24:16.175Z 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`
21962024-10-22T16:24:16.250Z Dirty num-conv v0.1.0: the rustflags changed
21972024-10-22T16:24:16.250Z Compiling num-conv v0.1.0
21982024-10-22T16:24:16.274Z 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`
21992024-10-22T16:24:16.274Z Dirty adler2 v2.0.0: the rustflags changed
22002024-10-22T16:24:16.274Z Compiling adler2 v2.0.0
22012024-10-22T16:24:16.274Z 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`
22022024-10-22T16:24:16.328Z Dirty atomic-waker v1.1.2: the rustflags changed
22032024-10-22T16:24:16.328Z Compiling atomic-waker v1.1.2
22042024-10-22T16:24:16.352Z 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`
22052024-10-22T16:24:16.467Z Dirty url v2.5.2: the rustflags changed
22062024-10-22T16:24:16.467Z Compiling url v2.5.2
22072024-10-22T16:24:16.491Z 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=6398875b516cf905 -C extra-filename=-6398875b516cf905 --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-0db1af5b64a05ef8.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`
22082024-10-22T16:24:16.516Z Dirty untrusted v0.9.0: the rustflags changed
22092024-10-22T16:24:16.517Z Compiling untrusted v0.9.0
22102024-10-22T16:24:16.544Z 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`
22112024-10-22T16:24:16.544Z Dirty base64ct v1.6.0: the rustflags changed
22122024-10-22T16:24:16.544Z Compiling base64ct v1.6.0
22132024-10-22T16:24:16.544Z 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`
22142024-10-22T16:24:16.684Z Dirty powerfmt v0.2.0: the rustflags changed
22152024-10-22T16:24:16.684Z Compiling powerfmt v0.2.0
22162024-10-22T16:24:16.709Z 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`
22172024-10-22T16:24:16.989Z Dirty deranged v0.3.11: the rustflags changed
22182024-10-22T16:24:16.989Z Compiling deranged v0.3.11
22192024-10-22T16:24:17.027Z 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`
22202024-10-22T16:24:17.051Z Dirty time-macros v0.2.18: the rustflags changed
22212024-10-22T16:24:17.051Z Compiling time-macros v0.2.18
22222024-10-22T16:24:17.051Z 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`
22232024-10-22T16:24:17.075Z Dirty miniz_oxide v0.8.0: the rustflags changed
22242024-10-22T16:24:17.075Z Compiling miniz_oxide v0.8.0
22252024-10-22T16:24:17.075Z 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`
22262024-10-22T16:24:18.056Z Dirty regex v1.11.0: the rustflags changed
22272024-10-22T16:24:18.056Z Compiling regex v1.11.0
22282024-10-22T16:24:18.080Z 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.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="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=af2dab8125b2f6b0 -C extra-filename=-af2dab8125b2f6b0 --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-b542551110e8af51.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b7d5cfbb443b029.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-9f36d56a060ad2ad.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-26edaa7b21c00140.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22292024-10-22T16:24:18.421Z Dirty num_threads v0.1.7: the rustflags changed
22302024-10-22T16:24:18.421Z Compiling num_threads v0.1.7
22312024-10-22T16:24:18.445Z 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`
22322024-10-22T16:24:18.559Z Dirty strsim v0.11.1: the rustflags changed
22332024-10-22T16:24:18.559Z Compiling strsim v0.11.1
22342024-10-22T16:24:18.582Z 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`
22352024-10-22T16:24:18.627Z Dirty either v1.13.0: the rustflags changed
22362024-10-22T16:24:18.627Z Compiling either v1.13.0
22372024-10-22T16:24:18.651Z 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`
22382024-10-22T16:24:19.011Z Dirty ahash v0.8.11: the rustflags changed
22392024-10-22T16:24:19.011Z Compiling ahash v0.8.11
22402024-10-22T16:24:19.036Z Dirty try-lock v0.2.5: the rustflags changed
22412024-10-22T16:24:19.036Z Compiling try-lock v0.2.5
22422024-10-22T16:24:19.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/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`
22432024-10-22T16:24:19.036Z 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`
22442024-10-22T16:24:19.156Z Dirty httpdate v1.0.3: the rustflags changed
22452024-10-22T16:24:19.156Z Compiling httpdate v1.0.3
22462024-10-22T16:24:19.181Z 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`
22472024-10-22T16:24:19.371Z Dirty want v0.3.1: the rustflags changed
22482024-10-22T16:24:19.371Z Compiling want v0.3.1
22492024-10-22T16:24:19.395Z 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`
22502024-10-22T16:24:19.423Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-6093e0e56b120ab2/build-script-build`
22512024-10-22T16:24:19.481Z Dirty rustls-pki-types v1.9.0: the rustflags changed
22522024-10-22T16:24:19.481Z Compiling rustls-pki-types v1.9.0
22532024-10-22T16:24:19.505Z 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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=81784d68f5720db1 -C extra-filename=-81784d68f5720db1 --out-dir /work/oxidecomputer/omicron/target/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-22T16:24:19.587Z Dirty pem-rfc7468 v0.7.0: the rustflags changed
22552024-10-22T16:24:19.587Z Compiling pem-rfc7468 v0.7.0
22562024-10-22T16:24:19.610Z 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`
22572024-10-22T16:24:19.635Z Dirty serde_derive v1.0.210: the rustflags changed
22582024-10-22T16:24:19.635Z Compiling serde_derive v1.0.210
22592024-10-22T16:24:19.635Z 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=8a19dc9c99dbd829 -C extra-filename=-8a19dc9c99dbd829 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22602024-10-22T16:24:19.659Z Dirty zeroize_derive v1.4.2: the rustflags changed
22612024-10-22T16:24:19.659Z Compiling zeroize_derive v1.4.2
22622024-10-22T16:24:19.659Z 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=7aa42a6b70ded341 -C extra-filename=-7aa42a6b70ded341 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22632024-10-22T16:24:19.853Z Dirty thiserror-impl v1.0.64: the rustflags changed
22642024-10-22T16:24:19.853Z Compiling thiserror-impl v1.0.64
22652024-10-22T16:24:19.877Z 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=c968647aa7910e97 -C extra-filename=-c968647aa7910e97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22662024-10-22T16:24:20.248Z Dirty zerocopy-derive v0.7.35: the rustflags changed
22672024-10-22T16:24:20.248Z Compiling zerocopy-derive v0.7.35
22682024-10-22T16:24:20.271Z 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.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3e54e5a87601fc58 -C extra-filename=-3e54e5a87601fc58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22692024-10-22T16:24:20.459Z Dirty tokio-macros v2.4.0: the rustflags changed
22702024-10-22T16:24:20.459Z Compiling tokio-macros v2.4.0
22712024-10-22T16:24:20.483Z 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=5ee6c8855525af6d -C extra-filename=-5ee6c8855525af6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22722024-10-22T16:24:20.844Z Dirty futures-macro v0.3.31: the rustflags changed
22732024-10-22T16:24:20.844Z Compiling futures-macro v0.3.31
22742024-10-22T16:24:20.868Z 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=e34a33ad812c94f1 -C extra-filename=-e34a33ad812c94f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22752024-10-22T16:24:21.140Z Dirty zeroize v1.8.1: the rustflags changed
22762024-10-22T16:24:21.140Z Compiling zeroize v1.8.1
22772024-10-22T16:24:21.164Z 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=5fccba4af4fe4320 -C extra-filename=-5fccba4af4fe4320 --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-7aa42a6b70ded341.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22782024-10-22T16:24:21.480Z 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=04cd9bd80d33c46b -C extra-filename=-04cd9bd80d33c46b --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-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
22792024-10-22T16:24:21.964Z Dirty tracing-attributes v0.1.27: the rustflags changed
22802024-10-22T16:24:21.964Z Compiling tracing-attributes v0.1.27
22812024-10-22T16:24:21.988Z 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=10f516bcd2418e59 -C extra-filename=-10f516bcd2418e59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22822024-10-22T16:24:22.235Z Dirty zerocopy v0.7.35: the rustflags changed
22832024-10-22T16:24:22.235Z Compiling zerocopy v0.7.35
22842024-10-22T16:24:22.260Z 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.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=3dc929aab0ea4ca4 -C extra-filename=-3dc929aab0ea4ca4 --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-3e54e5a87601fc58.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22852024-10-22T16:24:22.594Z Dirty futures-util v0.3.31: the rustflags changed
22862024-10-22T16:24:22.595Z Compiling futures-util v0.3.31
22872024-10-22T16:24:22.619Z 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=276847dd56a0d30f -C extra-filename=-276847dd56a0d30f --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-e34a33ad812c94f1.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-3b7d5cfbb443b029.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-57539490ecf7bda6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22882024-10-22T16:24:22.697Z Dirty crypto-common v0.1.6: the rustflags changed
22892024-10-22T16:24:22.697Z Compiling crypto-common v0.1.6
22902024-10-22T16:24:22.722Z 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=735b6a65fb469b74 -C extra-filename=-735b6a65fb469b74 --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-04cd9bd80d33c46b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-a70f0230c3ae6da9.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`
22912024-10-22T16:24:22.784Z 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=4f56abb67316997f -C extra-filename=-4f56abb67316997f --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-c968647aa7910e97.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)'`
22922024-10-22T16:24:22.921Z Dirty block-buffer v0.10.4: the rustflags changed
22932024-10-22T16:24:22.922Z Compiling block-buffer v0.10.4
22942024-10-22T16:24:22.946Z 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=3f004307eaf77308 -C extra-filename=-3f004307eaf77308 --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-04cd9bd80d33c46b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22952024-10-22T16:24:22.946Z Dirty schemars_derive v0.8.21: the rustflags changed
22962024-10-22T16:24:22.947Z Compiling schemars_derive v0.8.21
22972024-10-22T16:24:22.947Z 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=57a9b1e4c78aa037 -C extra-filename=-57a9b1e4c78aa037 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-01dba1068e6c4535.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22982024-10-22T16:24:23.170Z Dirty digest v0.10.7: the rustflags changed
22992024-10-22T16:24:23.170Z Compiling digest v0.10.7
23002024-10-22T16:24:23.194Z 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=b3504092a9ff35a2 -C extra-filename=-b3504092a9ff35a2 --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-3f004307eaf77308.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-735b6a65fb469b74.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b7b5464a5de3de01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23012024-10-22T16:24:23.610Z Dirty ppv-lite86 v0.2.20: the rustflags changed
23022024-10-22T16:24:23.610Z Compiling ppv-lite86 v0.2.20
23032024-10-22T16:24:23.634Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=b72cf542d410a35a -C extra-filename=-b72cf542d410a35a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3dc929aab0ea4ca4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23042024-10-22T16:24:23.658Z Dirty block-padding v0.3.3: the rustflags changed
23052024-10-22T16:24:23.658Z Compiling block-padding v0.3.3
23062024-10-22T16:24:23.658Z 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=1fa762df6943b467 -C extra-filename=-1fa762df6943b467 --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-04cd9bd80d33c46b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23072024-10-22T16:24:23.870Z Dirty inout v0.1.3: the rustflags changed
23082024-10-22T16:24:23.870Z Compiling inout v0.1.3
23092024-10-22T16:24:23.894Z 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=7d2350c4bdc55aa3 -C extra-filename=-7d2350c4bdc55aa3 --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-1fa762df6943b467.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-04cd9bd80d33c46b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23102024-10-22T16:24:24.119Z Dirty cipher v0.4.4: the rustflags changed
23112024-10-22T16:24:24.119Z Compiling cipher v0.4.4
23122024-10-22T16:24:24.143Z 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=e2da4675f63265ef -C extra-filename=-e2da4675f63265ef --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-735b6a65fb469b74.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-7d2350c4bdc55aa3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23132024-10-22T16:24:24.168Z Dirty hmac v0.12.1: the rustflags changed
23142024-10-22T16:24:24.168Z Compiling hmac v0.12.1
23152024-10-22T16:24:24.168Z 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=b8dd11fd78b45c99 -C extra-filename=-b8dd11fd78b45c99 --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-b3504092a9ff35a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23162024-10-22T16:24:24.243Z 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=1d923f9e302ac86b -C extra-filename=-1d923f9e302ac86b --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-3921b46002378d01.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-2299d31376bf1b32.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-fb69671f204b4e69/out -l static=ring_core_0_17_8_ -l static=ring_core_0_17_8_test`
23172024-10-22T16:24:24.318Z Dirty rand_chacha v0.3.1: the rustflags changed
23182024-10-22T16:24:24.318Z Compiling rand_chacha v0.3.1
23192024-10-22T16:24:24.342Z 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=c9becbe9b4e849e7 -C extra-filename=-c9becbe9b4e849e7 --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-b72cf542d410a35a.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-a70f0230c3ae6da9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23202024-10-22T16:24:24.379Z Dirty sha2 v0.10.8: the rustflags changed
23212024-10-22T16:24:24.379Z Compiling sha2 v0.10.8
23222024-10-22T16:24:24.403Z 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=0fc696dd70c41646 -C extra-filename=-0fc696dd70c41646 --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-e9762077546cb7b8.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-b3504092a9ff35a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23232024-10-22T16:24:24.582Z Dirty time v0.3.36: the rustflags changed
23242024-10-22T16:24:24.582Z Compiling time v0.3.36
23252024-10-22T16:24:24.606Z 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=5ddc7e969e254d9e -C extra-filename=-5ddc7e969e254d9e --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-7bca6a4da6cde0e6.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`
23262024-10-22T16:24:25.309Z Dirty tracing v0.1.40: the rustflags changed
23272024-10-22T16:24:25.309Z Compiling tracing v0.1.40
23282024-10-22T16:24:25.333Z 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=c5813f0370454179 -C extra-filename=-c5813f0370454179 --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-10f516bcd2418e59.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-77c057abc617a7c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23292024-10-22T16:24:25.773Z Dirty rand v0.8.5: the rustflags changed
23302024-10-22T16:24:25.773Z Compiling rand v0.8.5
23312024-10-22T16:24:25.798Z 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="small_rng"' --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=3adca37dbe12b7ac -C extra-filename=-3adca37dbe12b7ac --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-7bca6a4da6cde0e6.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c9becbe9b4e849e7.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-a70f0230c3ae6da9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23322024-10-22T16:24:25.830Z 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=12f38d3186beb808 -C extra-filename=-12f38d3186beb808 --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-3921b46002378d01.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3dc929aab0ea4ca4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'`
23332024-10-22T16:24:26.133Z Dirty base64 v0.22.1: the rustflags changed
23342024-10-22T16:24:26.133Z Compiling base64 v0.22.1
23352024-10-22T16:24:26.157Z 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`
23362024-10-22T16:24:26.330Z Dirty slog v2.7.0: the rustflags changed
23372024-10-22T16:24:26.330Z Compiling slog v2.7.0
23382024-10-22T16:24:26.354Z 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`
23392024-10-22T16:24:26.496Z 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=a652f8ccc3e0df34 -C extra-filename=-a652f8ccc3e0df34 --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-8a19dc9c99dbd829.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)'`
23402024-10-22T16:24:26.788Z Dirty tower-service v0.3.3: the rustflags changed
23412024-10-22T16:24:26.789Z Compiling tower-service v0.3.3
23422024-10-22T16:24:26.826Z 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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 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=f6ab7995d523906b -C extra-filename=-f6ab7995d523906b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23432024-10-22T16:24:26.861Z Dirty gimli v0.31.1: the rustflags changed
23442024-10-22T16:24:26.861Z Compiling gimli v0.31.1
23452024-10-22T16:24:26.903Z 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.31.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="read"' --cfg 'feature="read-core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "endian-reader", "fallible-iterator", "read", "read-all", "read-core", "rustc-dep-of-std", "std", "write"))' -C metadata=7a255bb50b2fc5be -C extra-filename=-7a255bb50b2fc5be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23462024-10-22T16:24:26.944Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-993125d68d51fc81/build-script-build`
23472024-10-22T16:24:26.967Z Dirty der_derive v0.7.3: the rustflags changed
23482024-10-22T16:24:26.968Z Compiling der_derive v0.7.3
23492024-10-22T16:24:26.968Z 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.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=b51a583e45b6e168 -C extra-filename=-b51a583e45b6e168 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23502024-10-22T16:24:27.007Z Dirty async-trait v0.1.83: the rustflags changed
23512024-10-22T16:24:27.007Z Compiling async-trait v0.1.83
23522024-10-22T16:24:27.031Z 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=2a9b2223f6844e23 -C extra-filename=-2a9b2223f6844e23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23532024-10-22T16:24:27.365Z Dirty object v0.36.5: the rustflags changed
23542024-10-22T16:24:27.365Z Compiling object v0.36.5
23552024-10-22T16:24:27.390Z 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.36.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compiler_builtins", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=9e256af12e960e08 -C extra-filename=-9e256af12e960e08 --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-3b7d5cfbb443b029.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23562024-10-22T16:24:27.664Z Dirty anyhow v1.0.89: the rustflags changed
23572024-10-22T16:24:27.664Z Compiling anyhow v1.0.89
23582024-10-22T16:24:27.688Z 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`
23592024-10-22T16:24:27.854Z Dirty rustc-demangle v0.1.24: the rustflags changed
23602024-10-22T16:24:27.854Z Compiling rustc-demangle v0.1.24
23612024-10-22T16:24:27.878Z 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`
23622024-10-22T16:24:28.251Z Dirty flagset v0.4.6: the rustflags changed
23632024-10-22T16:24:28.251Z Compiling flagset v0.4.6
23642024-10-22T16:24:28.275Z 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.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("serde", "std"))' -C metadata=7c1c6306161964a4 -C extra-filename=-7c1c6306161964a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23652024-10-22T16:24:28.447Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-4604dbbbc7fdc589/build-script-build`
23662024-10-22T16:24:28.693Z 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`
23672024-10-22T16:24:28.720Z Dirty rustls-webpki v0.102.8: the rustflags changed
23682024-10-22T16:24:28.720Z Compiling rustls-webpki v0.102.8
23692024-10-22T16:24:28.756Z 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.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=57d8dc81fdd155e3 -C extra-filename=-57d8dc81fdd155e3 --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-1d923f9e302ac86b.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-81784d68f5720db1.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-fb69671f204b4e69/out`
23702024-10-22T16:24:29.009Z Dirty aes v0.8.4: the rustflags changed
23712024-10-22T16:24:29.009Z Compiling aes v0.8.4
23722024-10-22T16:24:29.033Z 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=a3c74894fc07819c -C extra-filename=-a3c74894fc07819c --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-e2da4675f63265ef.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-e9762077546cb7b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23732024-10-22T16:24:29.280Z Dirty der v0.7.9: the rustflags changed
23742024-10-22T16:24:29.280Z Compiling der v0.7.9
23752024-10-22T16:24:29.304Z 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=644d9368c0827ff3 -C extra-filename=-644d9368c0827ff3 --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-b51a583e45b6e168.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-7c1c6306161964a4.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23762024-10-22T16:24:29.392Z Dirty pbkdf2 v0.12.2: the rustflags changed
23772024-10-22T16:24:29.392Z Compiling pbkdf2 v0.12.2
23782024-10-22T16:24:29.392Z 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=77553d954dcf70f1 -C extra-filename=-77553d954dcf70f1 --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-b3504092a9ff35a2.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-b8dd11fd78b45c99.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23792024-10-22T16:24:29.499Z Dirty openssl-sys v0.9.103: the rustflags changed
23802024-10-22T16:24:29.499Z Compiling openssl-sys v0.9.103
23812024-10-22T16:24:29.523Z 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=1743d07d357a182d -C extra-filename=-1743d07d357a182d --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-1743d07d357a182d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d90366c99fc68d9b.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-f4afa31b8ebbf95c.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`
23822024-10-22T16:24:29.563Z Dirty mime v0.3.17: the rustflags changed
23832024-10-22T16:24:29.563Z Compiling mime v0.3.17
23842024-10-22T16:24:29.587Z 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`
23852024-10-22T16:24:30.093Z Dirty salsa20 v0.10.2: the rustflags changed
23862024-10-22T16:24:30.093Z Compiling salsa20 v0.10.2
23872024-10-22T16:24:30.117Z 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=0167dee615e9f6c4 -C extra-filename=-0167dee615e9f6c4 --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-e2da4675f63265ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23882024-10-22T16:24:30.307Z Dirty cbc v0.1.2: the rustflags changed
23892024-10-22T16:24:30.307Z Compiling cbc v0.1.2
23902024-10-22T16:24:30.331Z 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=1f5fa4f5349d7401 -C extra-filename=-1f5fa4f5349d7401 --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-e2da4675f63265ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23912024-10-22T16:24:30.494Z Dirty addr2line v0.24.2: the rustflags changed
23922024-10-22T16:24:30.495Z Compiling addr2line v0.24.2
23932024-10-22T16:24:30.519Z 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.24.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "alloc", "bin", "cargo-all", "compiler_builtins", "core", "cpp_demangle", "default", "fallible-iterator", "loader", "rustc-demangle", "rustc-dep-of-std", "smallvec", "std"))' -C metadata=b3371133190a7816 -C extra-filename=-b3371133190a7816 --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-7a255bb50b2fc5be.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23942024-10-22T16:24:30.543Z Dirty rustversion v1.0.17: the rustflags changed
23952024-10-22T16:24:30.543Z Compiling rustversion v1.0.17
23962024-10-22T16:24:30.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/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`
23972024-10-22T16:24:30.574Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-1743d07d357a182d/build-script-main`
23982024-10-22T16:24:30.680Z Dirty ipnet v2.10.1: the rustflags changed
23992024-10-22T16:24:30.680Z Compiling ipnet v2.10.1
24002024-10-22T16:24:30.705Z 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`
24012024-10-22T16:24:31.139Z Dirty spki v0.7.3: the rustflags changed
24022024-10-22T16:24:31.139Z Compiling spki v0.7.3
24032024-10-22T16:24:31.163Z 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=2e77d7e0dc8152f2 -C extra-filename=-2e77d7e0dc8152f2 --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-644d9368c0827ff3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24042024-10-22T16:24:31.187Z Dirty bytes v1.7.2: the rustflags changed
24052024-10-22T16:24:31.187Z Compiling bytes v1.7.2
24062024-10-22T16:24:31.187Z Dirty bitflags v2.6.0: the rustflags changed
24072024-10-22T16:24:31.187Z Compiling bitflags v2.6.0
24082024-10-22T16:24:31.188Z 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=fb02ffd1abc115c8 -C extra-filename=-fb02ffd1abc115c8 --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-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24092024-10-22T16:24:31.188Z 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=b8e9fbdeb91cd71f -C extra-filename=-b8e9fbdeb91cd71f --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-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24102024-10-22T16:24:31.267Z 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=9c6fa6267da434ca -C extra-filename=-9c6fa6267da434ca --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-3b7d5cfbb443b029.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-c8748712d383e42f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.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"))'`
24112024-10-22T16:24:31.487Z Dirty indexmap v2.6.0: the rustflags changed
24122024-10-22T16:24:31.487Z Compiling indexmap v2.6.0
24132024-10-22T16:24:31.511Z 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.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=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=f8788065ea5bfd1e -C extra-filename=-f8788065ea5bfd1e --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-b70767056d1a4824.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24142024-10-22T16:24:31.546Z 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=1f26de9c2d244e57 -C extra-filename=-1f26de9c2d244e57 --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-fb02ffd1abc115c8.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-75647b38de2dbd99.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
24152024-10-22T16:24:31.577Z Dirty chrono v0.4.38: the rustflags changed
24162024-10-22T16:24:31.577Z Compiling chrono v0.4.38
24172024-10-22T16:24:31.601Z 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=c93540a2dfb95ba6 -C extra-filename=-c93540a2dfb95ba6 --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-8635b5d8cbf154bd.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-64c24fe16140f6b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24182024-10-22T16:24:31.732Z 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=f3ea07a34ee8cc3c -C extra-filename=-f3ea07a34ee8cc3c --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-a652f8ccc3e0df34.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)'`
24192024-10-22T16:24:32.053Z Dirty tokio v1.40.0: the rustflags changed
24202024-10-22T16:24:32.053Z Compiling tokio v1.40.0
24212024-10-22T16:24:32.079Z 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.40.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=063c424349fd118f -C extra-filename=-063c424349fd118f --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-b8e9fbdeb91cd71f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-799586b37596e7c6.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-750e8ca6c6d6ac0c.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-2a0dfd5dd8a5602b.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-08d8234b8a0f1e64.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-5ee6c8855525af6d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24222024-10-22T16:24:32.296Z Dirty uuid v1.10.0: the rustflags changed
24232024-10-22T16:24:32.296Z Compiling uuid v1.10.0
24242024-10-22T16:24:32.321Z 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=e27886bda4bebecb -C extra-filename=-e27886bda4bebecb --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-3921b46002378d01.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24252024-10-22T16:24:32.397Z Dirty http v1.1.0: the rustflags changed
24262024-10-22T16:24:32.397Z Compiling http v1.1.0
24272024-10-22T16:24:32.422Z 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=1d81c7bfc9a9aa6f -C extra-filename=-1d81c7bfc9a9aa6f --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-b8e9fbdeb91cd71f.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`
24282024-10-22T16:24:32.796Z Dirty serde_spanned v0.6.8: the rustflags changed
24292024-10-22T16:24:32.796Z Compiling serde_spanned v0.6.8
24302024-10-22T16:24:32.821Z 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.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=741cd46f2bccac8d -C extra-filename=-741cd46f2bccac8d --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-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24312024-10-22T16:24:33.008Z Dirty toml_datetime v0.6.8: the rustflags changed
24322024-10-22T16:24:33.008Z Compiling toml_datetime v0.6.8
24332024-10-22T16:24:33.032Z 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=2b3481f3706e9764 -C extra-filename=-2b3481f3706e9764 --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-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24342024-10-22T16:24:33.464Z 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=5b7b8b2e7221fcf6 -C extra-filename=-5b7b8b2e7221fcf6 --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-b8e9fbdeb91cd71f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.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-57a9b1e4c78aa037.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
24352024-10-22T16:24:33.488Z Dirty serde_tokenstream v0.2.2: the rustflags changed
24362024-10-22T16:24:33.488Z Compiling serde_tokenstream v0.2.2
24372024-10-22T16:24:33.488Z 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=14c741f43f60113c -C extra-filename=-14c741f43f60113c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24382024-10-22T16:24:33.872Z Dirty http-body v1.0.1: the rustflags changed
24392024-10-22T16:24:33.872Z Compiling http-body v1.0.1
24402024-10-22T16:24:33.896Z 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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 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=98720ace90294482 -C extra-filename=-98720ace90294482 --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-b8e9fbdeb91cd71f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24412024-10-22T16:24:33.920Z Dirty backtrace v0.3.74: the rustflags changed
24422024-10-22T16:24:33.920Z Compiling backtrace v0.3.74
24432024-10-22T16:24:33.920Z 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.74/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("coresymbolication", "cpp_demangle", "dbghelp", "default", "dl_iterate_phdr", "dladdr", "kernel32", "libunwind", "serde", "serialize-serde", "std", "unix-backtrace"))' -C metadata=d2fad6cb188b4302 -C extra-filename=-d2fad6cb188b4302 --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-b3371133190a7816.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-568c7230d30d7b84.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-9e256af12e960e08.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`
24442024-10-22T16:24:34.012Z Dirty rustc_version v0.4.1: the rustflags changed
24452024-10-22T16:24:34.012Z Compiling rustc_version v0.4.1
24462024-10-22T16:24:34.035Z 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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 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=df445a3fedc90392 -C extra-filename=-df445a3fedc90392 --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-f3ea07a34ee8cc3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24472024-10-22T16:24:34.101Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-12b051871c96bdc0/build-script-build`
24482024-10-22T16:24:34.173Z Dirty scrypt v0.11.0: the rustflags changed
24492024-10-22T16:24:34.173Z Compiling scrypt v0.11.0
24502024-10-22T16:24:34.197Z 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=f4517fab3e3181c4 -C extra-filename=-f4517fab3e3181c4 --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-77553d954dcf70f1.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-0167dee615e9f6c4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0fc696dd70c41646.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24512024-10-22T16:24:34.519Z Dirty pkcs5 v0.7.1: the rustflags changed
24522024-10-22T16:24:34.519Z Compiling pkcs5 v0.7.1
24532024-10-22T16:24:34.543Z 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=1a9e30dda3b43225 -C extra-filename=-1a9e30dda3b43225 --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-a3c74894fc07819c.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-1f5fa4f5349d7401.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-644d9368c0827ff3.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-77553d954dcf70f1.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-f4517fab3e3181c4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0fc696dd70c41646.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-2e77d7e0dc8152f2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24542024-10-22T16:24:34.674Z 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=30077088698d34ae -C extra-filename=-30077088698d34ae --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-d2fad6cb188b4302.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)'`
24552024-10-22T16:24:34.700Z Dirty futures-executor v0.3.31: the rustflags changed
24562024-10-22T16:24:34.700Z Compiling futures-executor v0.3.31
24572024-10-22T16:24:34.724Z 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"))'`
24582024-10-22T16:24:34.724Z 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=c8e481d63fdb0b6f -C extra-filename=-c8e481d63fdb0b6f --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-276847dd56a0d30f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24592024-10-22T16:24:35.243Z Dirty camino v1.1.9: the rustflags changed
24602024-10-22T16:24:35.243Z Compiling camino v1.1.9
24612024-10-22T16:24:35.267Z 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`
24622024-10-22T16:24:35.428Z Dirty pkcs8 v0.10.2: the rustflags changed
24632024-10-22T16:24:35.428Z Compiling pkcs8 v0.10.2
24642024-10-22T16:24:35.452Z 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=45f38eb21b70c5b3 -C extra-filename=-45f38eb21b70c5b3 --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-644d9368c0827ff3.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-1a9e30dda3b43225.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-a70f0230c3ae6da9.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-2e77d7e0dc8152f2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24652024-10-22T16:24:35.541Z Dirty futures v0.3.31: the rustflags changed
24662024-10-22T16:24:35.541Z Compiling futures v0.3.31
24672024-10-22T16:24:35.651Z 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=b3ec9c46c9402423 -C extra-filename=-b3ec9c46c9402423 --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-c8e481d63fdb0b6f.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-276847dd56a0d30f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24682024-10-22T16:24:35.676Z Dirty http-body-util v0.1.2: the rustflags changed
24692024-10-22T16:24:35.676Z Compiling http-body-util v0.1.2
24702024-10-22T16:24:35.676Z 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=05ca3dab5a32ac16 -C extra-filename=-05ca3dab5a32ac16 --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-b8e9fbdeb91cd71f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-276847dd56a0d30f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-98720ace90294482.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`
24712024-10-22T16:24:35.839Z Dirty serde_urlencoded v0.7.1: the rustflags changed
24722024-10-22T16:24:35.839Z Compiling serde_urlencoded v0.7.1
24732024-10-22T16:24:35.863Z 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=b3395a9d988a5434 -C extra-filename=-b3395a9d988a5434 --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-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24742024-10-22T16:24:35.887Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-2abadfff710ca87e/build-script-build`
24752024-10-22T16:24:35.955Z Dirty encoding_rs v0.8.34: the rustflags changed
24762024-10-22T16:24:35.955Z Compiling encoding_rs v0.8.34
24772024-10-22T16:24:35.979Z 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`
24782024-10-22T16:24:35.979Z Dirty winnow v0.6.20: the rustflags changed
24792024-10-22T16:24:35.979Z Compiling winnow v0.6.20
24802024-10-22T16:24:35.979Z 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.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' '--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=aedad0cea9a4d1b0 -C extra-filename=-aedad0cea9a4d1b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24812024-10-22T16:24:36.067Z Dirty foreign-types-shared v0.1.1: the rustflags changed
24822024-10-22T16:24:36.067Z Compiling foreign-types-shared v0.1.1
24832024-10-22T16:24:36.091Z 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`
24842024-10-22T16:24:36.126Z Dirty openssl v0.10.66: the rustflags changed
24852024-10-22T16:24:36.126Z Compiling openssl v0.10.66
24862024-10-22T16:24:36.150Z 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`
24872024-10-22T16:24:36.182Z Dirty utf8parse v0.2.2: the rustflags changed
24882024-10-22T16:24:36.182Z Compiling utf8parse v0.2.2
24892024-10-22T16:24:36.209Z 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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-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=ae49b486e5e6c5ee -C extra-filename=-ae49b486e5e6c5ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24902024-10-22T16:24:36.322Z Dirty data-encoding v2.6.0: the rustflags changed
24912024-10-22T16:24:36.322Z Compiling data-encoding v2.6.0
24922024-10-22T16:24:36.346Z 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`
24932024-10-22T16:24:36.346Z Dirty openssl-probe v0.1.5: the rustflags changed
24942024-10-22T16:24:36.346Z Compiling openssl-probe v0.1.5
24952024-10-22T16:24:36.346Z 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`
24962024-10-22T16:24:36.554Z Dirty foreign-types v0.3.2: the rustflags changed
24972024-10-22T16:24:36.554Z Compiling foreign-types v0.3.2
24982024-10-22T16:24:36.578Z 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`
24992024-10-22T16:24:36.610Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-a8b0d1321d6e4d0d/build-script-build`
25002024-10-22T16:24:36.634Z 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=294229beec0d6e93 -C extra-filename=-294229beec0d6e93 --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-a652f8ccc3e0df34.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)'`
25012024-10-22T16:24:36.658Z 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=091e90fe139a5988 -C extra-filename=-091e90fe139a5988 --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-7bca6a4da6cde0e6.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)'`
25022024-10-22T16:24:36.682Z Dirty rustls-pemfile v2.2.0: the rustflags changed
25032024-10-22T16:24:36.683Z Compiling rustls-pemfile v2.2.0
25042024-10-22T16:24:36.707Z 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.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=157d5ce1a48d8a81 -C extra-filename=-157d5ce1a48d8a81 --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-81784d68f5720db1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25052024-10-22T16:24:36.927Z Dirty openssl-macros v0.1.1: the rustflags changed
25062024-10-22T16:24:36.927Z Compiling openssl-macros v0.1.1
25072024-10-22T16:24:36.951Z 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=0932d3712722b44f -C extra-filename=-0932d3712722b44f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25082024-10-22T16:24:36.987Z Dirty rustls v0.23.14: the rustflags changed
25092024-10-22T16:24:36.987Z Compiling rustls v0.23.14
25102024-10-22T16:24:37.011Z 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.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=087aa2f501fcb323 -C extra-filename=-087aa2f501fcb323 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-087aa2f501fcb323 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25112024-10-22T16:24:37.285Z Dirty winnow v0.5.40: the rustflags changed
25122024-10-22T16:24:37.285Z Compiling winnow v0.5.40
25132024-10-22T16:24:37.309Z 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`
25142024-10-22T16:24:37.482Z Dirty unicode-width v0.1.14: the rustflags changed
25152024-10-22T16:24:37.482Z Compiling unicode-width v0.1.14
25162024-10-22T16:24:37.507Z 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.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=8f6b1da2456acb43 -C extra-filename=-8f6b1da2456acb43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25172024-10-22T16:24:37.750Z 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=4e2f4fb45bcd4fc9 -C extra-filename=-4e2f4fb45bcd4fc9 --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-fb02ffd1abc115c8.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-7bca6a4da6cde0e6.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-0932d3712722b44f.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-091e90fe139a5988.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)'`
25182024-10-22T16:24:37.797Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-087aa2f501fcb323/build-script-build`
25192024-10-22T16:24:37.830Z Dirty is-terminal v0.4.13: the rustflags changed
25202024-10-22T16:24:37.830Z Compiling is-terminal v0.4.13
25212024-10-22T16:24:37.855Z 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.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=6197d9fbdefdae64 -C extra-filename=-6197d9fbdefdae64 --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-7bca6a4da6cde0e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25222024-10-22T16:24:37.953Z Dirty anstyle v1.0.8: the rustflags changed
25232024-10-22T16:24:37.953Z Compiling anstyle v1.0.8
25242024-10-22T16:24:37.977Z 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`
25252024-10-22T16:24:37.977Z Dirty native-tls v0.2.12: the rustflags changed
25262024-10-22T16:24:37.977Z Compiling native-tls v0.2.12
25272024-10-22T16:24:38.001Z 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.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=6fe7b3c87df3e9ea -C extra-filename=-6fe7b3c87df3e9ea --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-6fe7b3c87df3e9ea -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25282024-10-22T16:24:38.303Z 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.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="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", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=64bfa8a56fa2a472 -C extra-filename=-64bfa8a56fa2a472 --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-eebe1899602319ed.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1d923f9e302ac86b.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-81784d68f5720db1.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-57d8dc81fdd155e3.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b7b5464a5de3de01.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
25292024-10-22T16:24:38.364Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-6fe7b3c87df3e9ea/build-script-build`
25302024-10-22T16:24:38.388Z Dirty openapiv3 v2.0.0: the rustflags changed
25312024-10-22T16:24:38.388Z Compiling openapiv3 v2.0.0
25322024-10-22T16:24:38.388Z 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=9be05d24d67c020d -C extra-filename=-9be05d24d67c020d --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-f8788065ea5bfd1e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25332024-10-22T16:24:38.412Z Dirty sha1 v0.10.6: the rustflags changed
25342024-10-22T16:24:38.412Z Compiling sha1 v0.10.6
25352024-10-22T16:24:38.412Z 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=6c5265b4c120912c -C extra-filename=-6c5265b4c120912c --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-e9762077546cb7b8.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-b3504092a9ff35a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25362024-10-22T16:24:38.782Z Dirty cookie v0.18.1: the rustflags changed
25372024-10-22T16:24:38.782Z Compiling cookie v0.18.1
25382024-10-22T16:24:38.782Z 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`
25392024-10-22T16:24:39.093Z Dirty siphasher v0.3.11: the rustflags changed
25402024-10-22T16:24:39.093Z Compiling siphasher v0.3.11
25412024-10-22T16:24:39.118Z 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`
25422024-10-22T16:24:39.142Z Dirty ucd-trie v0.1.7: the rustflags changed
25432024-10-22T16:24:39.142Z Compiling ucd-trie v0.1.7
25442024-10-22T16:24:39.142Z 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.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1ac14b76a1fcbe60 -C extra-filename=-1ac14b76a1fcbe60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25452024-10-22T16:24:39.431Z Dirty tokio-util v0.7.12: the rustflags changed
25462024-10-22T16:24:39.431Z Compiling tokio-util v0.7.12
25472024-10-22T16:24:39.457Z 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=21eba7ec22e8f77d -C extra-filename=-21eba7ec22e8f77d --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-b8e9fbdeb91cd71f.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-063c424349fd118f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25482024-10-22T16:24:39.457Z Dirty pest v2.7.14: the rustflags changed
25492024-10-22T16:24:39.457Z Compiling pest v2.7.14
25502024-10-22T16:24:39.481Z 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.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=08cb5f6a2ae91a1a -C extra-filename=-08cb5f6a2ae91a1a --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-3b7d5cfbb443b029.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-1ac14b76a1fcbe60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25512024-10-22T16:24:39.675Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-6a89a6c6fe9502ee/build-script-build`
25522024-10-22T16:24:39.750Z Dirty idna v0.3.0: the rustflags changed
25532024-10-22T16:24:39.750Z Compiling idna v0.3.0
25542024-10-22T16:24:39.774Z 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=33e2c5dfe94ba322 -C extra-filename=-33e2c5dfe94ba322 --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-0123801162e17fdd.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-8e3dd38d8af6e038.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25552024-10-22T16:24:40.505Z Dirty h2 v0.4.6: the rustflags changed
25562024-10-22T16:24:40.505Z Compiling h2 v0.4.6
25572024-10-22T16:24:40.529Z 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=1c63b4f773c41188 -C extra-filename=-1c63b4f773c41188 --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-b8e9fbdeb91cd71f.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-1d81c7bfc9a9aa6f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-57539490ecf7bda6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-21eba7ec22e8f77d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c5813f0370454179.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25582024-10-22T16:24:40.625Z Dirty toml_edit v0.19.15: the rustflags changed
25592024-10-22T16:24:40.625Z Compiling toml_edit v0.19.15
25602024-10-22T16:24:40.649Z 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=30fda7d263f86ef1 -C extra-filename=-30fda7d263f86ef1 --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-f8788065ea5bfd1e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-741cd46f2bccac8d.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2b3481f3706e9764.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`
25612024-10-22T16:24:41.031Z Dirty dirs-sys-next v0.1.2: the rustflags changed
25622024-10-22T16:24:41.031Z Compiling dirs-sys-next v0.1.2
25632024-10-22T16:24:41.056Z 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=9793cc6634f46c65 -C extra-filename=-9793cc6634f46c65 --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-7bca6a4da6cde0e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25642024-10-22T16:24:41.626Z Dirty psl-types v2.0.11: the rustflags changed
25652024-10-22T16:24:41.626Z Compiling psl-types v2.0.11
25662024-10-22T16:24:41.650Z 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`
25672024-10-22T16:24:41.765Z Dirty pest_meta v2.7.14: the rustflags changed
25682024-10-22T16:24:41.765Z Compiling pest_meta v2.7.14
25692024-10-22T16:24:41.791Z 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.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=d5cd10e7c25ccaaf -C extra-filename=-d5cd10e7c25ccaaf --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-eebe1899602319ed.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-08cb5f6a2ae91a1a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25702024-10-22T16:24:41.815Z Dirty publicsuffix v2.2.3: the rustflags changed
25712024-10-22T16:24:41.815Z Compiling publicsuffix v2.2.3
25722024-10-22T16:24:41.815Z 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=de8c73ae466dacf1 -C extra-filename=-de8c73ae466dacf1 --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-33e2c5dfe94ba322.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`
25732024-10-22T16:24:42.022Z Dirty dirs-next v2.0.0: the rustflags changed
25742024-10-22T16:24:42.022Z Compiling dirs-next v2.0.0
25752024-10-22T16:24:42.053Z 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=f7483fb6cc4ddc39 -C extra-filename=-f7483fb6cc4ddc39 --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-9793cc6634f46c65.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25762024-10-22T16:24:42.084Z 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=8b2c6af09cc39369 -C extra-filename=-8b2c6af09cc39369 --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-5ddc7e969e254d9e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25772024-10-22T16:24:42.218Z Dirty toml_edit v0.22.22: the rustflags changed
25782024-10-22T16:24:42.218Z Compiling toml_edit v0.22.22
25792024-10-22T16:24:42.242Z 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=9203d6efe3e23e2d -C extra-filename=-9203d6efe3e23e2d --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-f8788065ea5bfd1e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-741cd46f2bccac8d.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2b3481f3706e9764.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-aedad0cea9a4d1b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25802024-10-22T16:24:43.015Z 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.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("alpn", "vendored"))' -C metadata=100b64d4dac6339c -C extra-filename=-100b64d4dac6339c --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-4e2f4fb45bcd4fc9.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-091e90fe139a5988.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`
25812024-10-22T16:24:43.560Z Dirty tokio-rustls v0.26.0: the rustflags changed
25822024-10-22T16:24:43.560Z Compiling tokio-rustls v0.26.0
25832024-10-22T16:24:43.584Z 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=c27e9d426a7f576f -C extra-filename=-c27e9d426a7f576f --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-64bfa8a56fa2a472.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-81784d68f5720db1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out`
25842024-10-22T16:24:43.954Z Dirty tokio-native-tls v0.3.1: the rustflags changed
25852024-10-22T16:24:43.955Z Compiling tokio-native-tls v0.3.1
25862024-10-22T16:24:43.979Z 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=55253dbb890bacbf -C extra-filename=-55253dbb890bacbf --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-100b64d4dac6339c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
25872024-10-22T16:24:44.205Z Dirty anstyle-parse v0.2.5: the rustflags changed
25882024-10-22T16:24:44.206Z Compiling anstyle-parse v0.2.5
25892024-10-22T16:24:44.229Z 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.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=df00d39ce59d2847 -C extra-filename=-df00d39ce59d2847 --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-ae49b486e5e6c5ee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25902024-10-22T16:24:44.524Z Dirty signature v2.2.0: the rustflags changed
25912024-10-22T16:24:44.524Z Compiling signature v2.2.0
25922024-10-22T16:24:44.548Z 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=833c376ba900eb67 -C extra-filename=-833c376ba900eb67 --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-b3504092a9ff35a2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-a70f0230c3ae6da9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25932024-10-22T16:24:44.803Z Dirty webpki-roots v0.26.6: the rustflags changed
25942024-10-22T16:24:44.803Z Compiling webpki-roots v0.26.6
25952024-10-22T16:24:44.827Z 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.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=c619ac764501ed02 -C extra-filename=-c619ac764501ed02 --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-81784d68f5720db1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25962024-10-22T16:24:44.935Z Dirty scroll_derive v0.12.0: the rustflags changed
25972024-10-22T16:24:44.935Z Compiling scroll_derive v0.12.0
25982024-10-22T16:24:44.959Z 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=09de1ed977f8e2c8 -C extra-filename=-09de1ed977f8e2c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25992024-10-22T16:24:45.011Z Dirty heck v0.4.1: the rustflags changed
26002024-10-22T16:24:45.011Z Compiling heck v0.4.1
26012024-10-22T16:24:45.035Z 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`
26022024-10-22T16:24:45.104Z Dirty is_terminal_polyfill v1.70.1: the rustflags changed
26032024-10-22T16:24:45.104Z Compiling is_terminal_polyfill v1.70.1
26042024-10-22T16:24:45.129Z 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.1/src/lib.rs --error-format=json --json=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=d3c98c1505f60f28 -C extra-filename=-d3c98c1505f60f28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26052024-10-22T16:24:45.229Z Dirty colorchoice v1.0.2: the rustflags changed
26062024-10-22T16:24:45.229Z Compiling colorchoice v1.0.2
26072024-10-22T16:24:45.253Z 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.2/src/lib.rs --error-format=json --json=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=09e9e10c1ddc7acb -C extra-filename=-09e9e10c1ddc7acb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26082024-10-22T16:24:45.377Z Dirty anstyle-query v1.1.1: the rustflags changed
26092024-10-22T16:24:45.377Z Compiling anstyle-query v1.1.1
26102024-10-22T16:24:45.401Z 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.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b26b25eabbcc28f7 -C extra-filename=-b26b25eabbcc28f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26112024-10-22T16:24:45.462Z Dirty pest_generator v2.7.14: the rustflags changed
26122024-10-22T16:24:45.462Z Compiling pest_generator v2.7.14
26132024-10-22T16:24:45.486Z 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.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=dc6511921538f40d -C extra-filename=-dc6511921538f40d --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-08cb5f6a2ae91a1a.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-d5cd10e7c25ccaaf.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26142024-10-22T16:24:45.529Z Dirty anstream v0.6.15: the rustflags changed
26152024-10-22T16:24:45.529Z Compiling anstream v0.6.15
26162024-10-22T16:24:45.553Z 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.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=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=f36a4e983596f8b5 -C extra-filename=-f36a4e983596f8b5 --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-df00d39ce59d2847.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-b26b25eabbcc28f7.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-09e9e10c1ddc7acb.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-d3c98c1505f60f28.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-ae49b486e5e6c5ee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26172024-10-22T16:24:45.958Z Dirty cookie_store v0.21.0: the rustflags changed
26182024-10-22T16:24:45.958Z Compiling cookie_store v0.21.0
26192024-10-22T16:24:45.982Z 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=d440769cce378fe3 -C extra-filename=-d440769cce378fe3 --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-8b2c6af09cc39369.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-0db1af5b64a05ef8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-de8c73ae466dacf1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-8a19dc9c99dbd829.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5ddc7e969e254d9e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-6398875b516cf905.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26202024-10-22T16:24:46.184Z Dirty hyper v1.4.1: the rustflags changed
26212024-10-22T16:24:46.184Z Compiling hyper v1.4.1
26222024-10-22T16:24:46.208Z 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=fa8b24540dc9178a -C extra-filename=-fa8b24540dc9178a --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-b8e9fbdeb91cd71f.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-276847dd56a0d30f.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-1c63b4f773c41188.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-98720ace90294482.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7a236d7ad8978468.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-063c424349fd118f.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`
26232024-10-22T16:24:46.273Z Dirty scroll v0.12.0: the rustflags changed
26242024-10-22T16:24:46.273Z Compiling scroll v0.12.0
26252024-10-22T16:24:46.298Z 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=c533031f83af5835 -C extra-filename=-c533031f83af5835 --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-09de1ed977f8e2c8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26262024-10-22T16:24:46.747Z Dirty term v0.7.0: the rustflags changed
26272024-10-22T16:24:46.747Z Compiling term v0.7.0
26282024-10-22T16:24:46.771Z 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=fc2a210ea5ed8a84 -C extra-filename=-fc2a210ea5ed8a84 --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-f7483fb6cc4ddc39.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26292024-10-22T16:24:47.032Z Dirty terminal_size v0.4.0: the rustflags changed
26302024-10-22T16:24:47.032Z Compiling terminal_size v0.4.0
26312024-10-22T16:24:47.056Z 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=5f0fde7ce36dc58d -C extra-filename=-5f0fde7ce36dc58d --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-1f26de9c2d244e57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26322024-10-22T16:24:47.210Z Dirty sync_wrapper v1.0.1: the rustflags changed
26332024-10-22T16:24:47.210Z Compiling sync_wrapper v1.0.1
26342024-10-22T16:24:47.234Z 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`
26352024-10-22T16:24:47.258Z Dirty unicode-segmentation v1.12.0: the rustflags changed
26362024-10-22T16:24:47.258Z Compiling unicode-segmentation v1.12.0
26372024-10-22T16:24:47.282Z 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.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=5c39d9428ba97409 -C extra-filename=-5c39d9428ba97409 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26382024-10-22T16:24:47.283Z Dirty plain v0.2.3: the rustflags changed
26392024-10-22T16:24:47.283Z Compiling plain v0.2.3
26402024-10-22T16:24:47.283Z 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`
26412024-10-22T16:24:47.410Z Dirty clap_lex v0.7.2: the rustflags changed
26422024-10-22T16:24:47.410Z Compiling clap_lex v0.7.2
26432024-10-22T16:24:47.440Z 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.2/src/lib.rs --error-format=json --json=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::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=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' '--allow=clippy::multiple_bound_locations' '--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' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9f934aedfc501517 -C extra-filename=-9f934aedfc501517 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26442024-10-22T16:24:47.482Z Dirty goblin v0.8.2: the rustflags changed
26452024-10-22T16:24:47.482Z Compiling goblin v0.8.2
26462024-10-22T16:24:47.506Z 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=8003e8a5a719161a -C extra-filename=-8003e8a5a719161a --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-c533031f83af5835.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26472024-10-22T16:24:47.877Z Dirty clap_builder v4.5.20: the rustflags changed
26482024-10-22T16:24:47.877Z Compiling clap_builder v4.5.20
26492024-10-22T16:24:47.902Z 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=0d9263b5ceb86056 -C extra-filename=-0d9263b5ceb86056 --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-f36a4e983596f8b5.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-43f69afcb50accdb.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-9f934aedfc501517.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-a1f7ddb01f1b033d.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-5f0fde7ce36dc58d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26502024-10-22T16:24:48.032Z Dirty pest_derive v2.7.14: the rustflags changed
26512024-10-22T16:24:48.032Z Compiling pest_derive v2.7.14
26522024-10-22T16:24:48.056Z 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.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=bc6040319b1dd070 -C extra-filename=-bc6040319b1dd070 --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-08cb5f6a2ae91a1a.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-dc6511921538f40d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26532024-10-22T16:24:48.080Z Dirty clap_derive v4.5.18: the rustflags changed
26542024-10-22T16:24:48.080Z Compiling clap_derive v4.5.18
26552024-10-22T16:24:48.104Z 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=9a3fc4d7aad8d2aa -C extra-filename=-9a3fc4d7aad8d2aa --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26562024-10-22T16:24:48.882Z Dirty hyper-util v0.1.9: the rustflags changed
26572024-10-22T16:24:48.883Z Compiling hyper-util v0.1.9
26582024-10-22T16:24:48.907Z 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=dc1e60f16a8a0220 -C extra-filename=-dc1e60f16a8a0220 --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-b8e9fbdeb91cd71f.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-276847dd56a0d30f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-98720ace90294482.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fa8b24540dc9178a.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-08d8234b8a0f1e64.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-f6ab7995d523906b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c5813f0370454179.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26592024-10-22T16:24:49.083Z Dirty usdt-impl v0.5.0: the rustflags changed
26602024-10-22T16:24:49.083Z Compiling usdt-impl v0.5.0
26612024-10-22T16:24:49.107Z 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`
26622024-10-22T16:24:49.177Z Dirty base16ct v0.2.0: the rustflags changed
26632024-10-22T16:24:49.177Z Compiling base16ct v0.2.0
26642024-10-22T16:24:49.201Z 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`
26652024-10-22T16:24:49.458Z Dirty pretty-hex v0.4.1: the rustflags changed
26662024-10-22T16:24:49.458Z Compiling pretty-hex v0.4.1
26672024-10-22T16:24:49.482Z 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`
26682024-10-22T16:24:49.509Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-6caa4c31d5230c97/build-script-build`
26692024-10-22T16:24:49.641Z Dirty sec1 v0.7.3: the rustflags changed
26702024-10-22T16:24:49.641Z Compiling sec1 v0.7.3
26712024-10-22T16:24:49.665Z 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=59e755ffe6ed355e -C extra-filename=-59e755ffe6ed355e --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-644d9368c0827ff3.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-04cd9bd80d33c46b.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-45f38eb21b70c5b3.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b7b5464a5de3de01.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26722024-10-22T16:24:49.690Z Dirty dtrace-parser v0.2.0: the rustflags changed
26732024-10-22T16:24:49.690Z Compiling dtrace-parser v0.2.0
26742024-10-22T16:24:49.690Z 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=e318aee7ef22ba2a -C extra-filename=-e318aee7ef22ba2a --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-08cb5f6a2ae91a1a.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-bc6040319b1dd070.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26752024-10-22T16:24:49.764Z Dirty num-integer v0.1.46: the rustflags changed
26762024-10-22T16:24:49.764Z Compiling num-integer v0.1.46
26772024-10-22T16:24:49.788Z 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=7b6cf14b4f0145ca -C extra-filename=-7b6cf14b4f0145ca --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-64c24fe16140f6b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26782024-10-22T16:24:49.902Z Dirty ff v0.13.0: the rustflags changed
26792024-10-22T16:24:49.902Z Compiling ff v0.13.0
26802024-10-22T16:24:49.926Z 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=64d38f0ed65965df -C extra-filename=-64d38f0ed65965df --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-a70f0230c3ae6da9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b7b5464a5de3de01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26812024-10-22T16:24:50.101Z Dirty thread-id v4.2.2: the rustflags changed
26822024-10-22T16:24:50.101Z Compiling thread-id v4.2.2
26832024-10-22T16:24:50.125Z 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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 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=989cf457ae9f1267 -C extra-filename=-989cf457ae9f1267 --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-7bca6a4da6cde0e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26842024-10-22T16:24:50.149Z Dirty group v0.13.0: the rustflags changed
26852024-10-22T16:24:50.149Z Compiling group v0.13.0
26862024-10-22T16:24:50.149Z 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=e9eaf4d35e8d5a8c -C extra-filename=-e9eaf4d35e8d5a8c --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-64d38f0ed65965df.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-a70f0230c3ae6da9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b7b5464a5de3de01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26872024-10-22T16:24:50.223Z Dirty toml v0.8.19: the rustflags changed
26882024-10-22T16:24:50.223Z Compiling toml v0.8.19
26892024-10-22T16:24:50.247Z 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=7523705cabd7850e -C extra-filename=-7523705cabd7850e --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-a652f8ccc3e0df34.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-741cd46f2bccac8d.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2b3481f3706e9764.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9203d6efe3e23e2d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26902024-10-22T16:24:50.420Z Dirty hkdf v0.12.4: the rustflags changed
26912024-10-22T16:24:50.420Z Compiling hkdf v0.12.4
26922024-10-22T16:24:50.420Z 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=2ab5bd54adb46ff7 -C extra-filename=-2ab5bd54adb46ff7 --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-b8dd11fd78b45c99.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26932024-10-22T16:24:50.445Z Dirty crypto-bigint v0.5.5: the rustflags changed
26942024-10-22T16:24:50.445Z Compiling crypto-bigint v0.5.5
26952024-10-22T16:24:50.445Z 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=565a3d50d28da449 -C extra-filename=-565a3d50d28da449 --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-04cd9bd80d33c46b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-a70f0230c3ae6da9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b7b5464a5de3de01.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26962024-10-22T16:24:50.665Z Dirty crossbeam-epoch v0.9.18: the rustflags changed
26972024-10-22T16:24:50.665Z Compiling crossbeam-epoch v0.9.18
26982024-10-22T16:24:50.689Z 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=e76fa68a49dedd34 -C extra-filename=-e76fa68a49dedd34 --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-1fb66d11f8bf8743.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26992024-10-22T16:24:51.299Z Dirty hyper-rustls v0.27.3: the rustflags changed
27002024-10-22T16:24:51.299Z Compiling hyper-rustls v0.27.3
27012024-10-22T16:24:51.323Z 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=44838b94f62c5ce0 -C extra-filename=-44838b94f62c5ce0 --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-276847dd56a0d30f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fa8b24540dc9178a.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-dc1e60f16a8a0220.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-64bfa8a56fa2a472.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-81784d68f5720db1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-c27e9d426a7f576f.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-f6ab7995d523906b.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-c619ac764501ed02.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out`
27022024-10-22T16:24:51.435Z Dirty hyper-tls v0.6.0: the rustflags changed
27032024-10-22T16:24:51.435Z Compiling hyper-tls v0.6.0
27042024-10-22T16:24:51.460Z 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=79dfa8456cdd698d -C extra-filename=-79dfa8456cdd698d --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-b8e9fbdeb91cd71f.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-05ca3dab5a32ac16.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fa8b24540dc9178a.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-dc1e60f16a8a0220.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-100b64d4dac6339c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-55253dbb890bacbf.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-f6ab7995d523906b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
27052024-10-22T16:24:51.484Z Dirty crc32fast v1.4.2: the rustflags changed
27062024-10-22T16:24:51.484Z Compiling crc32fast v1.4.2
27072024-10-22T16:24:51.484Z 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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=b07e0b017e0ce628 -C extra-filename=-b07e0b017e0ce628 --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`
27082024-10-22T16:24:51.655Z Dirty paste v1.0.15: the rustflags changed
27092024-10-22T16:24:51.655Z Compiling paste v1.0.15
27102024-10-22T16:24:51.679Z 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`
27112024-10-22T16:24:51.776Z Dirty reqwest v0.12.8: the rustflags changed
27122024-10-22T16:24:51.776Z Compiling reqwest v0.12.8
27132024-10-22T16:24:51.800Z 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.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 --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=853576d42237b41a -C extra-filename=-853576d42237b41a --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-b8e9fbdeb91cd71f.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-8b2c6af09cc39369.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-d440769cce378fe3.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-276847dd56a0d30f.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-1c63b4f773c41188.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-98720ace90294482.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-05ca3dab5a32ac16.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fa8b24540dc9178a.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-44838b94f62c5ce0.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-79dfa8456cdd698d.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-dc1e60f16a8a0220.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-100b64d4dac6339c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.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-64bfa8a56fa2a472.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-157d5ce1a48d8a81.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-81784d68f5720db1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-6b5efafbb407d993.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-55253dbb890bacbf.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-c27e9d426a7f576f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-21eba7ec22e8f77d.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-f6ab7995d523906b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-6398875b516cf905.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-c619ac764501ed02.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
27142024-10-22T16:24:51.824Z Dirty static_assertions v1.1.0: the rustflags changed
27152024-10-22T16:24:51.824Z Compiling static_assertions v1.1.0
27162024-10-22T16:24:51.824Z 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`
27172024-10-22T16:24:51.861Z Dirty bitflags v1.3.2: the rustflags changed
27182024-10-22T16:24:51.861Z Compiling bitflags v1.3.2
27192024-10-22T16:24:51.885Z 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`
27202024-10-22T16:24:51.924Z Dirty utf-8 v0.7.6: the rustflags changed
27212024-10-22T16:24:51.924Z Compiling utf-8 v0.7.6
27222024-10-22T16:24:51.948Z 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`
27232024-10-22T16:24:51.972Z Dirty rayon-core v1.12.1: the rustflags changed
27242024-10-22T16:24:51.972Z Compiling rayon-core v1.12.1
27252024-10-22T16:24:51.972Z 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`
27262024-10-22T16:24:52.174Z Dirty clap v4.5.20: the rustflags changed
27272024-10-22T16:24:52.174Z Compiling clap v4.5.20
27282024-10-22T16:24:52.198Z 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=53b1b616d65a4f87 -C extra-filename=-53b1b616d65a4f87 --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-0d9263b5ceb86056.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-9a3fc4d7aad8d2aa.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27292024-10-22T16:24:52.198Z Dirty dof v0.3.0: the rustflags changed
27302024-10-22T16:24:52.198Z Compiling dof v0.3.0
27312024-10-22T16:24:52.223Z 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=3a6c3063b8d9d35b -C extra-filename=-3a6c3063b8d9d35b --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-8003e8a5a719161a.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3dc929aab0ea4ca4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27322024-10-22T16:24:52.247Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-fe0fbfc06ab2594b/build-script-build`
27332024-10-22T16:24:52.293Z Dirty hex v0.4.3: the rustflags changed
27342024-10-22T16:24:52.293Z Compiling hex v0.4.3
27352024-10-22T16:24:52.293Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-dbd7eded198f5a43/build-script-build`
27362024-10-22T16:24:52.317Z 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=063889f16a5b7e58 -C extra-filename=-063889f16a5b7e58 --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-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27372024-10-22T16:24:52.362Z Dirty itertools v0.10.5: the rustflags changed
27382024-10-22T16:24:52.362Z Compiling itertools v0.10.5
27392024-10-22T16:24:52.386Z 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`
27402024-10-22T16:24:52.410Z Dirty stable_deref_trait v1.2.0: the rustflags changed
27412024-10-22T16:24:52.410Z Compiling stable_deref_trait v1.2.0
27422024-10-22T16:24:52.410Z 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`
27432024-10-22T16:24:52.521Z Dirty bit-vec v0.6.3: the rustflags changed
27442024-10-22T16:24:52.521Z Compiling bit-vec v0.6.3
27452024-10-22T16:24:52.551Z 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`
27462024-10-22T16:24:52.880Z 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=f600312abbed5300 -C extra-filename=-f600312abbed5300 --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-3a6c3063b8d9d35b.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-e318aee7ef22ba2a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-989cf457ae9f1267.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
27472024-10-22T16:24:52.934Z Dirty bit-set v0.5.3: the rustflags changed
27482024-10-22T16:24:52.934Z Compiling bit-set v0.5.3
27492024-10-22T16:24:52.958Z 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`
27502024-10-22T16:24:53.194Z Dirty elliptic-curve v0.13.8: the rustflags changed
27512024-10-22T16:24:53.194Z Compiling elliptic-curve v0.13.8
27522024-10-22T16:24:53.218Z 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=8edd5f4ddeaab733 -C extra-filename=-8edd5f4ddeaab733 --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-565a3d50d28da449.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-b3504092a9ff35a2.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-64d38f0ed65965df.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-04cd9bd80d33c46b.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-e9eaf4d35e8d5a8c.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-2ab5bd54adb46ff7.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-45f38eb21b70c5b3.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-a70f0230c3ae6da9.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-59e755ffe6ed355e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b7b5464a5de3de01.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27532024-10-22T16:24:53.920Z 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"))'`
27542024-10-22T16:24:54.036Z Dirty crossbeam-deque v0.8.5: the rustflags changed
27552024-10-22T16:24:54.036Z Compiling crossbeam-deque v0.8.5
27562024-10-22T16:24:54.060Z 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=3e3c34df2ac5a0b8 -C extra-filename=-3e3c34df2ac5a0b8 --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-e76fa68a49dedd34.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1fb66d11f8bf8743.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27572024-10-22T16:24:54.270Z Dirty num-iter v0.1.45: the rustflags changed
27582024-10-22T16:24:54.270Z Compiling num-iter v0.1.45
27592024-10-22T16:24:54.294Z 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=5f83b0ee0c6da907 -C extra-filename=-5f83b0ee0c6da907 --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-7b6cf14b4f0145ca.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-64c24fe16140f6b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27602024-10-22T16:24:54.360Z Dirty curve25519-dalek v4.1.3: the rustflags changed
27612024-10-22T16:24:54.360Z Compiling curve25519-dalek v4.1.3
27622024-10-22T16:24:54.384Z 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=6c32d6e73b8db640 -C extra-filename=-6c32d6e73b8db640 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-6c32d6e73b8db640 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-df445a3fedc90392.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27632024-10-22T16:24:54.454Z Dirty crossbeam-channel v0.5.13: the rustflags changed
27642024-10-22T16:24:54.454Z Compiling crossbeam-channel v0.5.13
27652024-10-22T16:24:54.481Z 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.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4fdcc25f3cc7f51f -C extra-filename=-4fdcc25f3cc7f51f --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-1fb66d11f8bf8743.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27662024-10-22T16:24:54.738Z Dirty memmap v0.7.0: the rustflags changed
27672024-10-22T16:24:54.738Z Compiling memmap v0.7.0
27682024-10-22T16:24:54.762Z 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=218cc38aa9dda0e5 -C extra-filename=-218cc38aa9dda0e5 --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-7bca6a4da6cde0e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27692024-10-22T16:24:54.969Z Dirty thread_local v1.1.8: the rustflags changed
27702024-10-22T16:24:54.969Z Compiling thread_local v1.1.8
27712024-10-22T16:24:54.993Z 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=b310494f9fdab81c -C extra-filename=-b310494f9fdab81c --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-eebe1899602319ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27722024-10-22T16:24:55.043Z Dirty slog-async v2.8.0: the rustflags changed
27732024-10-22T16:24:55.043Z Compiling slog-async v2.8.0
27742024-10-22T16:24:55.071Z 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`
27752024-10-22T16:24:55.095Z Dirty num-bigint-dig v0.8.4: the rustflags changed
27762024-10-22T16:24:55.095Z Compiling num-bigint-dig v0.8.4
27772024-10-22T16:24:55.095Z 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`
27782024-10-22T16:24:55.388Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-6c32d6e73b8db640/build-script-build`
27792024-10-22T16:24:55.421Z 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=9403824613676c50 -C extra-filename=-9403824613676c50 --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-3e3c34df2ac5a0b8.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1fb66d11f8bf8743.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27802024-10-22T16:24:55.421Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-a48bba7d8738e000/build-script-build`
27812024-10-22T16:24:55.483Z Dirty flate2 v1.0.34: the rustflags changed
27822024-10-22T16:24:55.483Z Compiling flate2 v1.0.34
27832024-10-22T16:24:55.507Z 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=ed861e9e9bc48d14 -C extra-filename=-ed861e9e9bc48d14 --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-b07e0b017e0ce628.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`
27842024-10-22T16:24:55.531Z Dirty toml v0.7.8: the rustflags changed
27852024-10-22T16:24:55.531Z Compiling toml v0.7.8
27862024-10-22T16:24:55.531Z 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=1b82a5a547bb6b63 -C extra-filename=-1b82a5a547bb6b63 --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-a652f8ccc3e0df34.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-741cd46f2bccac8d.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2b3481f3706e9764.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-30fda7d263f86ef1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27872024-10-22T16:24:55.556Z Dirty phf_shared v0.11.2: the rustflags changed
27882024-10-22T16:24:55.556Z Compiling phf_shared v0.11.2
27892024-10-22T16:24:55.556Z 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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=02e8e0acc1d2fa03 -C extra-filename=-02e8e0acc1d2fa03 --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`
27902024-10-22T16:24:55.584Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-01c8cef20947d45b/build-script-build`
27912024-10-22T16:24:55.664Z Dirty rfc6979 v0.4.0: the rustflags changed
27922024-10-22T16:24:55.664Z Compiling rfc6979 v0.4.0
27932024-10-22T16:24:55.688Z 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=025f828b3f6472fa -C extra-filename=-025f828b3f6472fa --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-b8dd11fd78b45c99.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b7b5464a5de3de01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27942024-10-22T16:24:55.738Z Dirty curve25519-dalek-derive v0.1.1: the rustflags changed
27952024-10-22T16:24:55.738Z Compiling curve25519-dalek-derive v0.1.1
27962024-10-22T16:24:55.762Z 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=0d86306d8e7d7369 -C extra-filename=-0d86306d8e7d7369 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27972024-10-22T16:24:55.844Z Dirty zerocopy-derive v0.6.6: the rustflags changed
27982024-10-22T16:24:55.844Z Compiling zerocopy-derive v0.6.6
27992024-10-22T16:24:55.868Z 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=7dee4c9d58190fa0 -C extra-filename=-7dee4c9d58190fa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28002024-10-22T16:24:55.892Z Dirty bstr v1.10.0: the rustflags changed
28012024-10-22T16:24:55.893Z Compiling bstr v1.10.0
28022024-10-22T16:24:55.925Z 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.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=51b12ef1d081c45d -C extra-filename=-51b12ef1d081c45d --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-3b7d5cfbb443b029.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-9f36d56a060ad2ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28032024-10-22T16:24:56.138Z Dirty usdt-macro v0.5.0: the rustflags changed
28042024-10-22T16:24:56.138Z Compiling usdt-macro v0.5.0
28052024-10-22T16:24:56.162Z 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=62a1f2815066af90 -C extra-filename=-62a1f2815066af90 --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-e318aee7ef22ba2a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-14c741f43f60113c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-f600312abbed5300.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28062024-10-22T16:24:56.294Z Dirty usdt-attr-macro v0.5.0: the rustflags changed
28072024-10-22T16:24:56.294Z Compiling usdt-attr-macro v0.5.0
28082024-10-22T16:24:56.318Z 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=59faa36c48708e78 -C extra-filename=-59faa36c48708e78 --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-e318aee7ef22ba2a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-14c741f43f60113c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-f600312abbed5300.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28092024-10-22T16:24:56.948Z Dirty take_mut v0.2.2: the rustflags changed
28102024-10-22T16:24:56.948Z Compiling take_mut v0.2.2
28112024-10-22T16:24:56.972Z 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`
28122024-10-22T16:24:56.996Z Dirty signal-hook v0.3.17: the rustflags changed
28132024-10-22T16:24:56.996Z Compiling signal-hook v0.3.17
28142024-10-22T16:24:56.996Z 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`
28152024-10-22T16:24:57.112Z Dirty match_cfg v0.1.0: the rustflags changed
28162024-10-22T16:24:57.112Z Compiling match_cfg v0.1.0
28172024-10-22T16:24:57.136Z 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`
28182024-10-22T16:24:57.160Z Dirty managed v0.8.0: the rustflags changed
28192024-10-22T16:24:57.160Z Compiling managed v0.8.0
28202024-10-22T16:24:57.160Z 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`
28212024-10-22T16:24:57.224Z Dirty rustls v0.22.4: the rustflags changed
28222024-10-22T16:24:57.224Z Compiling rustls v0.22.4
28232024-10-22T16:24:57.248Z 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`
28242024-10-22T16:24:57.289Z Dirty fixedbitset v0.4.2: the rustflags changed
28252024-10-22T16:24:57.289Z Compiling fixedbitset v0.4.2
28262024-10-22T16:24:57.313Z 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`
28272024-10-22T16:24:57.402Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-aa21692816cd7757/build-script-build`
28282024-10-22T16:24:57.436Z Dirty hostname v0.3.1: the rustflags changed
28292024-10-22T16:24:57.436Z Compiling hostname v0.3.1
28302024-10-22T16:24:57.460Z 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=08dd0b2f214966e2 -C extra-filename=-08dd0b2f214966e2 --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-7bca6a4da6cde0e6.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`
28312024-10-22T16:24:57.587Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-7a39c18fd3e98d58/build-script-build`
28322024-10-22T16:24:57.612Z Dirty petgraph v0.6.5: the rustflags changed
28332024-10-22T16:24:57.612Z Compiling petgraph v0.6.5
28342024-10-22T16:24:57.636Z 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=c468925203a4a51b -C extra-filename=-c468925203a4a51b --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-f8788065ea5bfd1e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-8a19dc9c99dbd829.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28352024-10-22T16:24:57.660Z 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=84bed2dbc592cc10 -C extra-filename=-84bed2dbc592cc10 --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-e9762077546cb7b8.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-0d86306d8e7d7369.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-b3504092a9ff35a2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-a70f0230c3ae6da9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b7b5464a5de3de01.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.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"'`
28362024-10-22T16:24:57.687Z 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=b45bb411940a19cd -C extra-filename=-b45bb411940a19cd --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-4fdcc25f3cc7f51f.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-b310494f9fdab81c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
28372024-10-22T16:24:57.711Z Dirty ecdsa v0.16.9: the rustflags changed
28382024-10-22T16:24:57.711Z Compiling ecdsa v0.16.9
28392024-10-22T16:24:57.711Z 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=549f04281ce47dce -C extra-filename=-549f04281ce47dce --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-644d9368c0827ff3.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-b3504092a9ff35a2.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8edd5f4ddeaab733.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-025f828b3f6472fa.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-833c376ba900eb67.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-2e77d7e0dc8152f2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28402024-10-22T16:24:57.751Z 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=2171098f16b5a849 -C extra-filename=-2171098f16b5a849 --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-cf320adaf9052777.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-ba00d9da7e296366.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b6cf14b4f0145ca.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-5f83b0ee0c6da907.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-64c24fe16140f6b4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
28412024-10-22T16:24:57.840Z Dirty zerocopy v0.6.6: the rustflags changed
28422024-10-22T16:24:57.840Z Compiling zerocopy v0.6.6
28432024-10-22T16:24:57.863Z 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=c99036b84ef0c689 -C extra-filename=-c99036b84ef0c689 --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-7dee4c9d58190fa0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28442024-10-22T16:24:58.076Z Dirty usdt v0.5.0: the rustflags changed
28452024-10-22T16:24:58.076Z Compiling usdt v0.5.0
28462024-10-22T16:24:58.100Z 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=7dbbc363673f3747 -C extra-filename=-7dbbc363673f3747 --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-3a6c3063b8d9d35b.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-e318aee7ef22ba2a.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-8003e8a5a719161a.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-218cc38aa9dda0e5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-59faa36c48708e78.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-f600312abbed5300.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-62a1f2815066af90.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28472024-10-22T16:24:58.437Z Dirty slog-term v2.9.1: the rustflags changed
28482024-10-22T16:24:58.437Z Compiling slog-term v2.9.1
28492024-10-22T16:24:58.465Z 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=8e0a2006b33391b4 -C extra-filename=-8e0a2006b33391b4 --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-6197d9fbdefdae64.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-fc2a210ea5ed8a84.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-b310494f9fdab81c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5ddc7e969e254d9e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28502024-10-22T16:24:58.535Z Dirty phf_shared v0.10.0: the rustflags changed
28512024-10-22T16:24:58.535Z Compiling phf_shared v0.10.0
28522024-10-22T16:24:58.559Z 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`
28532024-10-22T16:24:58.636Z Dirty pkcs1 v0.7.5: the rustflags changed
28542024-10-22T16:24:58.636Z Compiling pkcs1 v0.7.5
28552024-10-22T16:24:58.661Z 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=f91ff89d505860ba -C extra-filename=-f91ff89d505860ba --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-644d9368c0827ff3.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-45f38eb21b70c5b3.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-2e77d7e0dc8152f2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28562024-10-22T16:24:58.749Z Dirty precomputed-hash v0.1.1: the rustflags changed
28572024-10-22T16:24:58.749Z Compiling precomputed-hash v0.1.1
28582024-10-22T16:24:58.781Z 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`
28592024-10-22T16:24:58.871Z Dirty unicode-xid v0.2.6: the rustflags changed
28602024-10-22T16:24:58.871Z Compiling unicode-xid v0.2.6
28612024-10-22T16:24:58.871Z 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.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("bench", "default", "no_std"))' -C metadata=7327f3d13197559b -C extra-filename=-7327f3d13197559b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28622024-10-22T16:24:58.896Z Dirty new_debug_unreachable v1.0.6: the rustflags changed
28632024-10-22T16:24:58.896Z Compiling new_debug_unreachable v1.0.6
28642024-10-22T16:24:58.896Z 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`
28652024-10-22T16:24:59.002Z Dirty minimal-lexical v0.2.1: the rustflags changed
28662024-10-22T16:24:59.002Z Compiling minimal-lexical v0.2.1
28672024-10-22T16:24:59.026Z 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`
28682024-10-22T16:24:59.050Z Dirty string_cache v0.8.7: the rustflags changed
28692024-10-22T16:24:59.050Z Compiling string_cache v0.8.7
28702024-10-22T16:24:59.050Z 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=2493ee11b0d280d0 -C extra-filename=-2493ee11b0d280d0 --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-eebe1899602319ed.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-750e8ca6c6d6ac0c.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-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28712024-10-22T16:24:59.455Z Dirty nom v7.1.3: the rustflags changed
28722024-10-22T16:24:59.455Z Compiling nom v7.1.3
28732024-10-22T16:24:59.478Z 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=48891256de0358bb -C extra-filename=-48891256de0358bb --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-3b7d5cfbb443b029.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`
28742024-10-22T16:24:59.502Z 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=62398891934877fe -C extra-filename=-62398891934877fe --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-1d923f9e302ac86b.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-81784d68f5720db1.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-57d8dc81fdd155e3.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b7b5464a5de3de01.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out`
28752024-10-22T16:24:59.526Z Dirty ed25519 v2.2.3: the rustflags changed
28762024-10-22T16:24:59.526Z Compiling ed25519 v2.2.3
28772024-10-22T16:24:59.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=24faf2dcd43a4db4 -C extra-filename=-24faf2dcd43a4db4 --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-7bca6a4da6cde0e6.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-2a0dfd5dd8a5602b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28782024-10-22T16:24:59.526Z 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=bc281c3d527a3fbb -C extra-filename=-bc281c3d527a3fbb --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-45f38eb21b70c5b3.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-833c376ba900eb67.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28792024-10-22T16:25:00.330Z Dirty rsa v0.9.6: the rustflags changed
28802024-10-22T16:25:00.330Z Compiling rsa v0.9.6
28812024-10-22T16:25:00.354Z 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=3c7bb634f5d58075 -C extra-filename=-3c7bb634f5d58075 --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-b3504092a9ff35a2.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-2171098f16b5a849.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b6cf14b4f0145ca.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-64c24fe16140f6b4.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-f91ff89d505860ba.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-45f38eb21b70c5b3.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-a70f0230c3ae6da9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0fc696dd70c41646.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-833c376ba900eb67.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-2e77d7e0dc8152f2.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b7b5464a5de3de01.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28822024-10-22T16:25:00.898Z Dirty hubpack_derive v0.1.1: the rustflags changed
28832024-10-22T16:25:00.899Z Compiling hubpack_derive v0.1.1
28842024-10-22T16:25:00.923Z 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=cb02688a1548272d -C extra-filename=-cb02688a1548272d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6e40a918bc2bff98.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28852024-10-22T16:25:01.156Z Dirty multer v3.1.0: the rustflags changed
28862024-10-22T16:25:01.156Z Compiling multer v3.1.0
28872024-10-22T16:25:01.180Z 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`
28882024-10-22T16:25:01.476Z Dirty quick-error v1.2.3: the rustflags changed
28892024-10-22T16:25:01.476Z Compiling quick-error v1.2.3
28902024-10-22T16:25:01.500Z 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`
28912024-10-22T16:25:01.619Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-b0c2a76b3dbdbc46/build-script-build`
28922024-10-22T16:25:01.691Z Dirty ed25519-dalek v2.1.1: the rustflags changed
28932024-10-22T16:25:01.691Z Compiling ed25519-dalek v2.1.1
28942024-10-22T16:25:01.715Z 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=125d612dea7dc87f -C extra-filename=-125d612dea7dc87f --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-84bed2dbc592cc10.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-bc281c3d527a3fbb.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-a70f0230c3ae6da9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0fc696dd70c41646.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-833c376ba900eb67.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b7b5464a5de3de01.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28952024-10-22T16:25:01.817Z Dirty hubpack v0.1.2: the rustflags changed
28962024-10-22T16:25:01.817Z Compiling hubpack v0.1.2
28972024-10-22T16:25:01.841Z 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=acf39400c9ba3962 -C extra-filename=-acf39400c9ba3962 --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-cb02688a1548272d.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28982024-10-22T16:25:02.223Z Dirty heapless v0.7.17: the rustflags changed
28992024-10-22T16:25:02.223Z Compiling heapless v0.7.17
29002024-10-22T16:25:02.247Z 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=d4922d10487e963e -C extra-filename=-d4922d10487e963e --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-d4922d10487e963e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-df445a3fedc90392.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29012024-10-22T16:25:02.340Z Dirty slog-json v2.6.1: the rustflags changed
29022024-10-22T16:25:02.340Z Compiling slog-json v2.6.1
29032024-10-22T16:25:02.388Z 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=d106fca4a9b2457c -C extra-filename=-d106fca4a9b2457c --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-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5ddc7e969e254d9e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29042024-10-22T16:25:02.515Z Dirty x509-cert v0.2.5: the rustflags changed
29052024-10-22T16:25:02.515Z Compiling x509-cert v0.2.5
29062024-10-22T16:25:02.539Z 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=30be5c1673f7667f -C extra-filename=-30be5c1673f7667f --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-644d9368c0827ff3.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-2e77d7e0dc8152f2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29072024-10-22T16:25:02.713Z Dirty async-stream-impl v0.3.6: the rustflags changed
29082024-10-22T16:25:02.713Z Compiling async-stream-impl v0.3.6
29092024-10-22T16:25:02.737Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f85522dc26f9bff0 -C extra-filename=-f85522dc26f9bff0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29102024-10-22T16:25:02.737Z Dirty enum-as-inner v0.6.1: the rustflags changed
29112024-10-22T16:25:02.737Z Compiling enum-as-inner v0.6.1
29122024-10-22T16:25:02.761Z 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.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=a059b92cae5f0b6a -C extra-filename=-a059b92cae5f0b6a --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29132024-10-22T16:25:02.823Z Dirty itertools v0.12.1: the rustflags changed
29142024-10-22T16:25:02.823Z Compiling itertools v0.12.1
29152024-10-22T16:25:02.847Z 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`
29162024-10-22T16:25:03.780Z Dirty tokio-rustls v0.25.0: the rustflags changed
29172024-10-22T16:25:03.780Z Compiling tokio-rustls v0.25.0
29182024-10-22T16:25:03.780Z 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=57311ef1baca982c -C extra-filename=-57311ef1baca982c --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-62398891934877fe.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-81784d68f5720db1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out`
29192024-10-22T16:25:03.941Z Dirty idna v0.4.0: the rustflags changed
29202024-10-22T16:25:03.941Z Compiling idna v0.4.0
29212024-10-22T16:25:03.964Z 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=4a73eb2471afad94 -C extra-filename=-4a73eb2471afad94 --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-0123801162e17fdd.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-8e3dd38d8af6e038.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29222024-10-22T16:25:03.992Z Dirty dropshot v0.12.0: the rustflags changed
29232024-10-22T16:25:03.992Z Compiling dropshot v0.12.0
29242024-10-22T16:25:04.017Z 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`
29252024-10-22T16:25:04.139Z Dirty debug-ignore v1.0.5: the rustflags changed
29262024-10-22T16:25:04.139Z Compiling debug-ignore v1.0.5
29272024-10-22T16:25:04.163Z 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`
29282024-10-22T16:25:04.278Z Dirty lalrpop-util v0.19.12: the rustflags changed
29292024-10-22T16:25:04.278Z Compiling lalrpop-util v0.19.12
29302024-10-22T16:25:04.302Z 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`
29312024-10-22T16:25:04.325Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-63e0d2c1df7453d2/build-script-build`
29322024-10-22T16:25:04.396Z Dirty async-stream v0.3.6: the rustflags changed
29332024-10-22T16:25:04.396Z Compiling async-stream v0.3.6
29342024-10-22T16:25:04.421Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f83f57858a8bb458 -C extra-filename=-f83f57858a8bb458 --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-f85522dc26f9bff0.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`
29352024-10-22T16:25:04.613Z Dirty hickory-proto v0.24.1: the rustflags changed
29362024-10-22T16:25:04.613Z Compiling hickory-proto v0.24.1
29372024-10-22T16:25:04.637Z 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=3530d4188f228966 -C extra-filename=-3530d4188f228966 --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-2a9b2223f6844e23.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-a059b92cae5f0b6a.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-276847dd56a0d30f.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-4a73eb2471afad94.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-c57ae2e537255ab5.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-08d9e11b5e823d54.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c5813f0370454179.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-6398875b516cf905.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29382024-10-22T16:25:04.699Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-d4922d10487e963e/build-script-build`
29392024-10-22T16:25:04.770Z Dirty slog-bunyan v2.5.0: the rustflags changed
29402024-10-22T16:25:04.770Z Compiling slog-bunyan v2.5.0
29412024-10-22T16:25:04.794Z 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=feb43724de55514a -C extra-filename=-feb43724de55514a --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-08dd0b2f214966e2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-d106fca4a9b2457c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5ddc7e969e254d9e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29422024-10-22T16:25:04.953Z 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=2eced4b22646087e -C extra-filename=-2eced4b22646087e --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-b8e9fbdeb91cd71f.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-276847dd56a0d30f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7a236d7ad8978468.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b7d5cfbb443b029.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-74bdd973ffb0df66.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-2299d31376bf1b32.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29432024-10-22T16:25:05.204Z Dirty signal-hook-mio v0.2.4: the rustflags changed
29442024-10-22T16:25:05.204Z Compiling signal-hook-mio v0.2.4
29452024-10-22T16:25:05.228Z 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-1_0"' --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=af3722a87870a733 -C extra-filename=-af3722a87870a733 --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-7bca6a4da6cde0e6.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-799586b37596e7c6.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-24faf2dcd43a4db4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29462024-10-22T16:25:05.350Z Dirty console v0.15.8: the rustflags changed
29472024-10-22T16:25:05.351Z Compiling console v0.15.8
29482024-10-22T16:25:05.374Z 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=acc5db071dc1e894 -C extra-filename=-acc5db071dc1e894 --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-cf320adaf9052777.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8f6b1da2456acb43.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29492024-10-22T16:25:05.492Z Dirty dropshot_endpoint v0.12.0: the rustflags changed
29502024-10-22T16:25:05.492Z Compiling dropshot_endpoint v0.12.0
29512024-10-22T16:25:05.516Z 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=d7b9693ca8e0e090 -C extra-filename=-d7b9693ca8e0e090 --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-14c741f43f60113c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29522024-10-22T16:25:05.858Z Dirty serde_path_to_error v0.1.16: the rustflags changed
29532024-10-22T16:25:05.858Z Compiling serde_path_to_error v0.1.16
29542024-10-22T16:25:05.882Z 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=cda642eaa27d4783 -C extra-filename=-cda642eaa27d4783 --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-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29552024-10-22T16:25:06.241Z Dirty waitgroup v0.1.2: the rustflags changed
29562024-10-22T16:25:06.241Z Compiling waitgroup v0.1.2
29572024-10-22T16:25:06.265Z 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`
29582024-10-22T16:25:06.448Z Dirty hostname v0.4.0: the rustflags changed
29592024-10-22T16:25:06.448Z Compiling hostname v0.4.0
29602024-10-22T16:25:06.481Z 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=3ef7c730730c81b0 -C extra-filename=-3ef7c730730c81b0 --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-7bca6a4da6cde0e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29612024-10-22T16:25:06.595Z Dirty hash32 v0.2.1: the rustflags changed
29622024-10-22T16:25:06.595Z Compiling hash32 v0.2.1
29632024-10-22T16:25:06.619Z 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`
29642024-10-22T16:25:06.643Z Dirty portable-atomic v1.9.0: the rustflags changed
29652024-10-22T16:25:06.643Z Compiling portable-atomic v1.9.0
29662024-10-22T16:25:06.643Z 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.9.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=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --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"))' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics)' -C metadata=ed62a0e54811a300 -C extra-filename=-ed62a0e54811a300 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-ed62a0e54811a300 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29672024-10-22T16:25:06.692Z Dirty smoltcp v0.9.1: the rustflags changed
29682024-10-22T16:25:06.692Z Compiling smoltcp v0.9.1
29692024-10-22T16:25:06.716Z 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`
29702024-10-22T16:25:06.937Z Dirty predicates-core v1.0.8: the rustflags changed
29712024-10-22T16:25:06.937Z Compiling predicates-core v1.0.8
29722024-10-22T16:25:06.961Z 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.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=f77a3abcbbc6e22a -C extra-filename=-f77a3abcbbc6e22a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29732024-10-22T16:25:07.063Z Dirty linked-hash-map v0.5.6: the rustflags changed
29742024-10-22T16:25:07.063Z Compiling linked-hash-map v0.5.6
29752024-10-22T16:25:07.086Z 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`
29762024-10-22T16:25:07.273Z Dirty unicode-properties v0.1.3: the rustflags changed
29772024-10-22T16:25:07.273Z Compiling unicode-properties v0.1.3
29782024-10-22T16:25:07.302Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-properties-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="emoji"' --cfg 'feature="general-category"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "emoji", "general-category"))' -C metadata=80a2e358090f1ed4 -C extra-filename=-80a2e358090f1ed4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29792024-10-22T16:25:07.436Z Dirty lru-cache v0.1.2: the rustflags changed
29802024-10-22T16:25:07.436Z Compiling lru-cache v0.1.2
29812024-10-22T16:25:07.460Z 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`
29822024-10-22T16:25:07.484Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-bdbe85cbcf8150ee/build-script-build`
29832024-10-22T16:25:07.507Z 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=845b1cbb096b6ddd -C extra-filename=-845b1cbb096b6ddd --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-2299d31376bf1b32.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`
29842024-10-22T16:25:07.636Z Dirty stringprep v0.1.5: the rustflags changed
29852024-10-22T16:25:07.636Z Compiling stringprep v0.1.5
29862024-10-22T16:25:07.660Z 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.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=3221879efa85b86e -C extra-filename=-3221879efa85b86e --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-0123801162e17fdd.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-8e3dd38d8af6e038.rmeta --extern unicode_properties=/work/oxidecomputer/omicron/target/debug/deps/libunicode_properties-80a2e358090f1ed4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29872024-10-22T16:25:07.685Z Dirty crossterm v0.28.1: the rustflags changed
29882024-10-22T16:25:07.685Z Compiling crossterm v0.28.1
29892024-10-22T16:25:07.685Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-ed62a0e54811a300/build-script-build`
29902024-10-22T16:25:07.685Z 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="serde"' --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=8c4a2b429d4d9c4d -C extra-filename=-8c4a2b429d4d9c4d --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-fb02ffd1abc115c8.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-799586b37596e7c6.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-750e8ca6c6d6ac0c.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-1f26de9c2d244e57.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-24faf2dcd43a4db4.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-af3722a87870a733.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29912024-10-22T16:25:07.770Z Dirty similar v2.6.0: the rustflags changed
29922024-10-22T16:25:07.770Z Compiling similar v2.6.0
29932024-10-22T16:25:07.794Z 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=827221e0f813566e -C extra-filename=-827221e0f813566e --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-51b12ef1d081c45d.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-5c39d9428ba97409.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29942024-10-22T16:25:08.003Z Dirty rayon v1.10.0: the rustflags changed
29952024-10-22T16:25:08.003Z Compiling rayon v1.10.0
29962024-10-22T16:25:08.027Z 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=cf1f1353f3838cad -C extra-filename=-cf1f1353f3838cad --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-9403824613676c50.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29972024-10-22T16:25:08.525Z Dirty tokio-stream v0.1.16: the rustflags changed
29982024-10-22T16:25:08.525Z Compiling tokio-stream v0.1.16
29992024-10-22T16:25:08.549Z 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=aafe08763bfdf455 -C extra-filename=-aafe08763bfdf455 --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-063c424349fd118f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-21eba7ec22e8f77d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30002024-10-22T16:25:08.654Z Dirty md-5 v0.10.6: the rustflags changed
30012024-10-22T16:25:08.654Z Compiling md-5 v0.10.6
30022024-10-22T16:25:08.678Z 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=9d83dd98930a63c5 -C extra-filename=-9d83dd98930a63c5 --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-b3504092a9ff35a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30032024-10-22T16:25:08.902Z Dirty float-cmp v0.9.0: the rustflags changed
30042024-10-22T16:25:08.902Z Compiling float-cmp v0.9.0
30052024-10-22T16:25:08.926Z 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=65d65dd90aa32418 -C extra-filename=-65d65dd90aa32418 --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-64c24fe16140f6b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30062024-10-22T16:25:09.109Z Dirty fs-err v2.11.0: the rustflags changed
30072024-10-22T16:25:09.109Z Compiling fs-err v2.11.0
30082024-10-22T16:25:09.133Z 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=6927faa1e4c3a7b4 -C extra-filename=-6927faa1e4c3a7b4 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-6927faa1e4c3a7b4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-31125824db6bbb08.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30092024-10-22T16:25:09.448Z Dirty normalize-line-endings v0.3.0: the rustflags changed
30102024-10-22T16:25:09.448Z Compiling normalize-line-endings v0.3.0
30112024-10-22T16:25:09.472Z 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`
30122024-10-22T16:25:09.496Z Dirty difflib v0.4.0: the rustflags changed
30132024-10-22T16:25:09.496Z Compiling difflib v0.4.0
30142024-10-22T16:25:09.496Z 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=9397b75655977f50 -C extra-filename=-9397b75655977f50 --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-f83f57858a8bb458.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.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-d7b9693ca8e0e090.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-5569ff5eb631ad8f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-3ef7c730730c81b0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-05ca3dab5a32ac16.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fa8b24540dc9178a.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-dc1e60f16a8a0220.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-2eced4b22646087e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.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-62398891934877fe.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-157d5ce1a48d8a81.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-5380524236143168.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-cda642eaa27d4783.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-6c5265b4c120912c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-feb43724de55514a.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-d106fca4a9b2457c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-57311ef1baca982c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7dbbc363673f3747.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.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-fb69671f204b4e69/out`
30152024-10-22T16:25:09.496Z 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`
30162024-10-22T16:25:09.530Z Dirty fallible-iterator v0.2.0: the rustflags changed
30172024-10-22T16:25:09.531Z Compiling fallible-iterator v0.2.0
30182024-10-22T16:25:09.554Z 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`
30192024-10-22T16:25:09.585Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-6927faa1e4c3a7b4/build-script-build`
30202024-10-22T16:25:09.736Z 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=0f23f45b0e9d0ef6 -C extra-filename=-0f23f45b0e9d0ef6 --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-845b1cbb096b6ddd.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`
30212024-10-22T16:25:09.819Z 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.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=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --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"))' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics)' -C metadata=bb0447e5c24e90ad -C extra-filename=-bb0447e5c24e90ad --out-dir /work/oxidecomputer/omicron/target/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_pre_llvm_19 --check-cfg 'cfg(target_feature,values("zaamo","zabha","experimental-zacas","fast-serialization","load-store-on-cond","distinct-ops","miscellaneous-extensions-3"))' --check-cfg 'cfg(portable_atomic_disable_fiq,portable_atomic_force_amo,portable_atomic_ll_sc_rmw,portable_atomic_pre_llvm_15,portable_atomic_pre_llvm_16,portable_atomic_pre_llvm_18,portable_atomic_pre_llvm_19,portable_atomic_new_atomic_intrinsics,portable_atomic_no_asm,portable_atomic_no_asm_maybe_uninit,portable_atomic_no_atomic_64,portable_atomic_no_atomic_cas,portable_atomic_no_atomic_load_store,portable_atomic_no_atomic_min_max,portable_atomic_no_cfg_target_has_atomic,portable_atomic_no_cmpxchg16b_intrinsic,portable_atomic_no_cmpxchg16b_target_feature,portable_atomic_no_const_raw_ptr_deref,portable_atomic_no_const_transmute,portable_atomic_no_core_unwind_safe,portable_atomic_no_diagnostic_namespace,portable_atomic_no_stronger_failure_ordering,portable_atomic_no_track_caller,portable_atomic_no_unsafe_op_in_unsafe_fn,portable_atomic_s_mode,portable_atomic_sanitize_thread,portable_atomic_target_feature,portable_atomic_unsafe_assume_single_core,portable_atomic_unstable_asm,portable_atomic_unstable_asm_experimental_arch,portable_atomic_unstable_cfg_target_has_atomic,portable_atomic_unstable_isa_attribute)' --check-cfg 'cfg(portable_atomic_target_feature,values("cmpxchg16b","distinct-ops","experimental-zacas","fast-serialization","load-store-on-cond","lse","lse128","lse2","mclass","miscellaneous-extensions-3","quadword-atomics","rcpc3","v6","zaamo","zabha"))'`
30222024-10-22T16:25:10.149Z Dirty postgres-protocol v0.6.7: the rustflags changed
30232024-10-22T16:25:10.149Z Compiling postgres-protocol v0.6.7
30242024-10-22T16:25:10.173Z 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=51ddf04fc65792f7 -C extra-filename=-51ddf04fc65792f7 --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-b8e9fbdeb91cd71f.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-99585d275a54a8fa.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-b8dd11fd78b45c99.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-9d83dd98930a63c5.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b7d5cfbb443b029.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0fc696dd70c41646.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-3221879efa85b86e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30252024-10-22T16:25:10.849Z Dirty predicates v3.1.2: the rustflags changed
30262024-10-22T16:25:10.849Z Compiling predicates v3.1.2
30272024-10-22T16:25:10.873Z 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=16eb17d651f323bf -C extra-filename=-16eb17d651f323bf --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-65d65dd90aa32418.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-f77a3abcbbc6e22a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30282024-10-22T16:25:10.897Z Dirty resolv-conf v0.7.0: the rustflags changed
30292024-10-22T16:25:10.897Z Compiling resolv-conf v0.7.0
30302024-10-22T16:25:10.920Z 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=283f81e4e5641686 -C extra-filename=-283f81e4e5641686 --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-08dd0b2f214966e2.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`
30312024-10-22T16:25:10.944Z Dirty phf v0.11.2: the rustflags changed
30322024-10-22T16:25:10.944Z Compiling phf v0.11.2
30332024-10-22T16:25:10.944Z 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=ee25658cf7098305 -C extra-filename=-ee25658cf7098305 --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-02e8e0acc1d2fa03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30342024-10-22T16:25:11.211Z Dirty tungstenite v0.24.0: the rustflags changed
30352024-10-22T16:25:11.211Z Compiling tungstenite v0.24.0
30362024-10-22T16:25:11.235Z 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.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=c29b7c7f442b4b54 -C extra-filename=-c29b7c7f442b4b54 --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-b8e9fbdeb91cd71f.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7a236d7ad8978468.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-6c5265b4c120912c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.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`
30372024-10-22T16:25:11.259Z Dirty strum_macros v0.25.3: the rustflags changed
30382024-10-22T16:25:11.259Z Compiling strum_macros v0.25.3
30392024-10-22T16:25:11.259Z 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=f4e5045a500f93df -C extra-filename=-f4e5045a500f93df --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-cd12841eafeed674.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30402024-10-22T16:25:11.508Z Dirty serde-big-array v0.5.1: the rustflags changed
30412024-10-22T16:25:11.508Z Compiling serde-big-array v0.5.1
30422024-10-22T16:25:11.532Z 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=176255c2b6dd361c -C extra-filename=-176255c2b6dd361c --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-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30432024-10-22T16:25:11.573Z Dirty serde_repr v0.1.19: the rustflags changed
30442024-10-22T16:25:11.573Z Compiling serde_repr v0.1.19
30452024-10-22T16:25:11.597Z 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=ebeff5f98149d47c -C extra-filename=-ebeff5f98149d47c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30462024-10-22T16:25:11.724Z Dirty number_prefix v0.4.0: the rustflags changed
30472024-10-22T16:25:11.724Z Compiling number_prefix v0.4.0
30482024-10-22T16:25:11.748Z 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`
30492024-10-22T16:25:11.939Z Dirty peg-runtime v0.8.3: the rustflags changed
30502024-10-22T16:25:11.939Z Compiling peg-runtime v0.8.3
30512024-10-22T16:25:11.963Z 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`
30522024-10-22T16:25:11.987Z Dirty indicatif v0.17.8: the rustflags changed
30532024-10-22T16:25:11.987Z Compiling indicatif v0.17.8
30542024-10-22T16:25:11.987Z 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=bc868756b1b0c2c5 -C extra-filename=-bc868756b1b0c2c5 --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-acc5db071dc1e894.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-bb0447e5c24e90ad.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cf1f1353f3838cad.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8f6b1da2456acb43.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30552024-10-22T16:25:12.316Z Dirty tokio-tungstenite v0.24.0: the rustflags changed
30562024-10-22T16:25:12.317Z Compiling tokio-tungstenite v0.24.0
30572024-10-22T16:25:12.341Z 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.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=e77a926a6ac66bc7 -C extra-filename=-e77a926a6ac66bc7 --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-276847dd56a0d30f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-c29b7c7f442b4b54.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30582024-10-22T16:25:12.570Z Dirty hickory-resolver v0.24.1: the rustflags changed
30592024-10-22T16:25:12.570Z Compiling hickory-resolver v0.24.1
30602024-10-22T16:25:12.594Z 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=8af77909a1ebd595 -C extra-filename=-8af77909a1ebd595 --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-276847dd56a0d30f.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3530d4188f228966.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-eebe1899602319ed.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-750e8ca6c6d6ac0c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-283f81e4e5641686.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c5813f0370454179.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30612024-10-22T16:25:12.746Z Dirty postgres-types v0.2.8: the rustflags changed
30622024-10-22T16:25:12.746Z Compiling postgres-types v0.2.8
30632024-10-22T16:25:12.770Z 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=fa1c7871fa3d195e -C extra-filename=-fa1c7871fa3d195e --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-b8e9fbdeb91cd71f.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.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-51ddf04fc65792f7.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30642024-10-22T16:25:12.851Z 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=816e989a4ff4f43c -C extra-filename=-816e989a4ff4f43c --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-063c424349fd118f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63 --check-cfg 'cfg(rustc_1_63)'`
30652024-10-22T16:25:13.153Z Dirty derive-where v1.2.7: the rustflags changed
30662024-10-22T16:25:13.153Z Compiling derive-where v1.2.7
30672024-10-22T16:25:13.177Z 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=c9f4d798832c0062 -C extra-filename=-c9f4d798832c0062 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30682024-10-22T16:25:13.253Z Dirty whoami v1.5.2: the rustflags changed
30692024-10-22T16:25:13.253Z Compiling whoami v1.5.2
30702024-10-22T16:25:13.278Z 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`
30712024-10-22T16:25:13.613Z Dirty tokio-postgres v0.7.12: the rustflags changed
30722024-10-22T16:25:13.613Z Compiling tokio-postgres v0.7.12
30732024-10-22T16:25:13.637Z 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=665b11d7dbe7e32e -C extra-filename=-665b11d7dbe7e32e --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-2a9b2223f6844e23.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.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-276847dd56a0d30f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-750e8ca6c6d6ac0c.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-ee25658cf7098305.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-51ddf04fc65792f7.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-fa1c7871fa3d195e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-08d8234b8a0f1e64.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-21eba7ec22e8f77d.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`
30742024-10-22T16:25:13.840Z Compiling hashbrown v0.14.5
30752024-10-22T16:25:13.864Z 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"' --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=7c4babe9f6d640e5 -C extra-filename=-7c4babe9f6d640e5 --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-12f38d3186beb808.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`
30762024-10-22T16:25:13.934Z Dirty fastrand v2.1.1: the rustflags changed
30772024-10-22T16:25:13.934Z Compiling fastrand v2.1.1
30782024-10-22T16:25:13.958Z 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`
30792024-10-22T16:25:14.026Z Compiling unsafe-libyaml v0.2.11
30802024-10-22T16:25:14.050Z 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`
30812024-10-22T16:25:14.439Z Compiling ident_case v1.0.1
30822024-10-22T16:25:14.462Z 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`
30832024-10-22T16:25:14.610Z Compiling darling_core v0.20.10
30842024-10-22T16:25:14.648Z 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.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=2278af24b1a50c87 -C extra-filename=-2278af24b1a50c87 --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-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-a1f7ddb01f1b033d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30852024-10-22T16:25:14.710Z Dirty gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475): the rustflags changed
30862024-10-22T16:25:14.710Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
30872024-10-22T16:25:14.735Z 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=f45b6c8cdc4f7801 -C extra-filename=-f45b6c8cdc4f7801 --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-fb02ffd1abc115c8.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-acf39400c9ba3962.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-176255c2b6dd361c.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-ebeff5f98149d47c.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-0f23f45b0e9d0ef6.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-f4e5045a500f93df.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c99036b84ef0c689.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30882024-10-22T16:25:15.005Z Compiling regress v0.10.1
30892024-10-22T16:25:15.030Z 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=c6515c77990e8b48 -C extra-filename=-c6515c77990e8b48 --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-7c4babe9f6d640e5.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b7d5cfbb443b029.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30902024-10-22T16:25:15.579Z Compiling serde_yaml v0.9.34+deprecated
30912024-10-22T16:25:15.603Z 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=eb6fd8431c9edecc -C extra-filename=-eb6fd8431c9edecc --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-f8788065ea5bfd1e.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-a652f8ccc3e0df34.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`
30922024-10-22T16:25:16.171Z Dirty qorb v0.1.2: the rustflags changed
30932024-10-22T16:25:16.171Z Compiling qorb v0.1.2
30942024-10-22T16:25:16.196Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name qorb --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/qorb-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="qtop"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "diesel_pg", "qtop", "serde"))' -C metadata=639b14986cc85691 -C extra-filename=-639b14986cc85691 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.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-c9f4d798832c0062.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-8af77909a1ebd595.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-aafe08763bfdf455.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e77a926a6ac66bc7.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c5813f0370454179.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out`
30952024-10-22T16:25:17.300Z Compiling progenitor-client v0.8.0
30962024-10-22T16:25:17.324Z 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=c50e9c4fc9770bd0 -C extra-filename=-c50e9c4fc9770bd0 --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-b8e9fbdeb91cd71f.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-853576d42237b41a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
30972024-10-22T16:25:17.740Z Compiling ipnetwork v0.20.0
30982024-10-22T16:25:17.764Z 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=fb3b1148eacfce94 -C extra-filename=-fb3b1148eacfce94 --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-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30992024-10-22T16:25:18.169Z Compiling typify-impl v0.2.0
31002024-10-22T16:25:18.193Z 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=78e66b22c719699c -C extra-filename=-78e66b22c719699c --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-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c6515c77990e8b48.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.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`
31012024-10-22T16:25:18.218Z Compiling tempfile v3.13.0
31022024-10-22T16:25:18.218Z 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=24b04f271b39c294 -C extra-filename=-24b04f271b39c294 --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-eebe1899602319ed.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-1f26de9c2d244e57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31032024-10-22T16:25:18.561Z Dirty strum_macros v0.26.4: the rustflags changed
31042024-10-22T16:25:18.561Z Compiling strum_macros v0.26.4
31052024-10-22T16:25:18.585Z 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=b534315ca1a3744c -C extra-filename=-b534315ca1a3744c --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-cd12841eafeed674.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31062024-10-22T16:25:18.971Z Compiling newtype-uuid v1.1.2
31072024-10-22T16:25:18.995Z 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/newtype-uuid-1.1.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=3b6a66c130d88708 -C extra-filename=-3b6a66c130d88708 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype-uuid-3b6a66c130d88708 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31082024-10-22T16:25:18.995Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
31092024-10-22T16:25:18.995Z 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/7dacd26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=174795de30ef64a2 -C extra-filename=-174795de30ef64a2 --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-fb3b1148eacfce94.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31102024-10-22T16:25:19.045Z Dirty structmeta-derive v0.3.0: the rustflags changed
31112024-10-22T16:25:19.045Z Compiling structmeta-derive v0.3.0
31122024-10-22T16:25:19.069Z 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=a80a3f5c8f64ad13 -C extra-filename=-a80a3f5c8f64ad13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31132024-10-22T16:25:19.288Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype-uuid-3b6a66c130d88708/build-script-build`
31142024-10-22T16:25:19.323Z 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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=ddb0b6a8cb0a87ff -C extra-filename=-ddb0b6a8cb0a87ff --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-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)'`
31152024-10-22T16:25:19.593Z Compiling instant v0.1.13
31162024-10-22T16:25:19.617Z 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.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("inaccurate", "js-sys", "now", "stdweb", "wasm-bindgen", "wasm-bindgen_rs", "web-sys"))' -C metadata=f7e1d6861bc5a0b0 -C extra-filename=-f7e1d6861bc5a0b0 --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`
31172024-10-22T16:25:19.644Z Compiling regress v0.9.1
31182024-10-22T16:25:19.668Z 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=f88577f237cb790b -C extra-filename=-f88577f237cb790b --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-7c4babe9f6d640e5.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b7d5cfbb443b029.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31192024-10-22T16:25:19.740Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31202024-10-22T16:25:19.764Z 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=f7bd712e102a587a -C extra-filename=-f7bd712e102a587a --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-ddb0b6a8cb0a87ff.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31212024-10-22T16:25:20.028Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31222024-10-22T16:25:20.052Z 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=0d7d2998473d8a5b -C extra-filename=-0d7d2998473d8a5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31232024-10-22T16:25:20.275Z Compiling backoff v0.4.0
31242024-10-22T16:25:20.304Z 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=f77f4d3d3d6be6bb -C extra-filename=-f77f4d3d3d6be6bb --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-3921b46002378d01.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-f7e1d6861bc5a0b0.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-3adca37dbe12b7ac.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31252024-10-22T16:25:20.463Z Compiling darling_macro v0.20.10
31262024-10-22T16:25:20.487Z 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.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=214f10642a9b12ec -C extra-filename=-214f10642a9b12ec --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-2278af24b1a50c87.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31272024-10-22T16:25:20.580Z Compiling macaddr v1.0.1
31282024-10-22T16:25:20.604Z 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=f1ccdd3195e5f523 -C extra-filename=-f1ccdd3195e5f523 --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-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31292024-10-22T16:25:20.810Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31302024-10-22T16:25:20.837Z 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=72173a9ea899e76d -C extra-filename=-72173a9ea899e76d --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-0d7d2998473d8a5b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31312024-10-22T16:25:20.973Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
31322024-10-22T16:25:20.998Z 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=8392285166d821a5 -C extra-filename=-8392285166d821a5 --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-063889f16a5b7e58.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31332024-10-22T16:25:20.998Z Compiling wait-timeout v0.2.0
31342024-10-22T16:25:21.022Z 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=96da253b105fc1f1 -C extra-filename=-96da253b105fc1f1 --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-7bca6a4da6cde0e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31352024-10-22T16:25:21.139Z Compiling structmeta-derive v0.2.0
31362024-10-22T16:25:21.163Z 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=999e17840cb00b8b -C extra-filename=-999e17840cb00b8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31372024-10-22T16:25:21.458Z Compiling darling v0.20.10
31382024-10-22T16:25:21.483Z 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.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=67c501a86fe790f0 -C extra-filename=-67c501a86fe790f0 --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-2278af24b1a50c87.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-214f10642a9b12ec.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31392024-10-22T16:25:21.521Z Compiling rusty-fork v0.3.0
31402024-10-22T16:25:21.545Z 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=c4b101aa198fc356 -C extra-filename=-c4b101aa198fc356 --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-24b04f271b39c294.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-96da253b105fc1f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31412024-10-22T16:25:21.581Z Compiling serde_with_macros v3.11.0
31422024-10-22T16:25:21.605Z 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.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --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"))' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' -C metadata=1dd44243da284755 -C extra-filename=-1dd44243da284755 --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-67c501a86fe790f0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31432024-10-22T16:25:21.641Z Dirty structmeta v0.3.0: the rustflags changed
31442024-10-22T16:25:21.641Z Compiling structmeta v0.3.0
31452024-10-22T16:25:21.665Z 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=b27bac30dc2f6b6e -C extra-filename=-b27bac30dc2f6b6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-a80a3f5c8f64ad13.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31462024-10-22T16:25:21.721Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31472024-10-22T16:25:21.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=dbb5e62d4d6af5bb -C extra-filename=-dbb5e62d4d6af5bb --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-dbb5e62d4d6af5bb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-12f38d3186beb808.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-b542551110e8af51.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.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-fb02ffd1abc115c8.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-51b12ef1d081c45d.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d90366c99fc68d9b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-e2da4675f63265ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-0d9263b5ceb86056.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-acc5db071dc1e894.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-8b2c6af09cc39369.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-e76fa68a49dedd34.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1fb66d11f8bf8743.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8c4a2b429d4d9c4d.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-735b6a65fb469b74.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-84bed2dbc592cc10.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-b3504092a9ff35a2.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-3a6c3063b8d9d35b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-549f04281ce47dce.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-125d612dea7dc87f.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8edd5f4ddeaab733.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-64d38f0ed65965df.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed861e9e9bc48d14.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-816e989a4ff4f43c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.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-276847dd56a0d30f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f45b6c8cdc4f7801.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-04cd9bd80d33c46b.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3921b46002378d01.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-e9eaf4d35e8d5a8c.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-b70767056d1a4824.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3530d4188f228966.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-b8dd11fd78b45c99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fa8b24540dc9178a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-44838b94f62c5ce0.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-dc1e60f16a8a0220.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-bc868756b1b0c2c5.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-7d2350c4bdc55aa3.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-cf320adaf9052777.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.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-3b7d5cfbb443b029.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-799586b37596e7c6.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-48891256de0358bb.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-2171098f16b5a849.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b6cf14b4f0145ca.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-5f83b0ee0c6da907.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-64c24fe16140f6b4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.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-c468925203a4a51b.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-ee25658cf7098305.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-02e8e0acc1d2fa03.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-45f38eb21b70c5b3.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-fa1c7871fa3d195e.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-16eb17d651f323bf.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-639b14986cc85691.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-9f36d56a060ad2ad.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-26edaa7b21c00140.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1d923f9e302ac86b.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-3c7bb634f5d58075.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-1f26de9c2d244e57.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-64bfa8a56fa2a472.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-5380524236143168.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-6c5265b4c120912c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0fc696dd70c41646.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-827221e0f813566e.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-2299d31376bf1b32.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-2493ee11b0d280d0.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b7b5464a5de3de01.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6e40a918bc2bff98.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5ddc7e969e254d9e.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-fe135c41e946333f.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-665b11d7dbe7e32e.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-c27e9d426a7f576f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-aafe08763bfdf455.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-21eba7ec22e8f77d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1b82a5a547bb6b63.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2b3481f3706e9764.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-30fda7d263f86ef1.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9203d6efe3e23e2d.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c5813f0370454179.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-0123801162e17fdd.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-8e3dd38d8af6e038.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-7327f3d13197559b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7dbbc363673f3747.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-f600312abbed5300.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-30be5c1673f7667f.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3dc929aab0ea4ca4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
31482024-10-22T16:25:22.022Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-dbb5e62d4d6af5bb/build-script-build`
31492024-10-22T16:25:22.046Z Dirty parse-display-derive v0.10.0: the rustflags changed
31502024-10-22T16:25:22.046Z Compiling parse-display-derive v0.10.0
31512024-10-22T16:25:22.070Z 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=b133cb3f7b17403f -C extra-filename=-b133cb3f7b17403f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-26edaa7b21c00140.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-b27bac30dc2f6b6e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31522024-10-22T16:25:22.099Z 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=206607283cd4f37a -C extra-filename=-206607283cd4f37a --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-12f38d3186beb808.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-b542551110e8af51.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.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-fb02ffd1abc115c8.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-51b12ef1d081c45d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-e2da4675f63265ef.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-0d9263b5ceb86056.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-acc5db071dc1e894.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-8b2c6af09cc39369.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-e76fa68a49dedd34.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1fb66d11f8bf8743.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8c4a2b429d4d9c4d.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-735b6a65fb469b74.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-84bed2dbc592cc10.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-b3504092a9ff35a2.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-3a6c3063b8d9d35b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-549f04281ce47dce.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-125d612dea7dc87f.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8edd5f4ddeaab733.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-64d38f0ed65965df.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed861e9e9bc48d14.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-816e989a4ff4f43c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.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-276847dd56a0d30f.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f45b6c8cdc4f7801.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-04cd9bd80d33c46b.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3921b46002378d01.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-e9eaf4d35e8d5a8c.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-b70767056d1a4824.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3530d4188f228966.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-b8dd11fd78b45c99.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fa8b24540dc9178a.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-44838b94f62c5ce0.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-dc1e60f16a8a0220.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-bc868756b1b0c2c5.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-7d2350c4bdc55aa3.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-cf320adaf9052777.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.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-3b7d5cfbb443b029.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-799586b37596e7c6.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-48891256de0358bb.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-2171098f16b5a849.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b6cf14b4f0145ca.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-5f83b0ee0c6da907.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-64c24fe16140f6b4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.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-c468925203a4a51b.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-ee25658cf7098305.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-02e8e0acc1d2fa03.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-45f38eb21b70c5b3.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-fa1c7871fa3d195e.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-16eb17d651f323bf.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-639b14986cc85691.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-9f36d56a060ad2ad.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-26edaa7b21c00140.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1d923f9e302ac86b.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-3c7bb634f5d58075.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-1f26de9c2d244e57.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-64bfa8a56fa2a472.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-5380524236143168.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-6c5265b4c120912c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0fc696dd70c41646.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-827221e0f813566e.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-2299d31376bf1b32.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-2493ee11b0d280d0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b7b5464a5de3de01.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5ddc7e969e254d9e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-665b11d7dbe7e32e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-c27e9d426a7f576f.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-aafe08763bfdf455.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-21eba7ec22e8f77d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1b82a5a547bb6b63.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2b3481f3706e9764.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-30fda7d263f86ef1.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9203d6efe3e23e2d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c5813f0370454179.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-0123801162e17fdd.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-8e3dd38d8af6e038.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7dbbc363673f3747.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-f600312abbed5300.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-30be5c1673f7667f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3dc929aab0ea4ca4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
31532024-10-22T16:25:22.193Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31542024-10-22T16:25:22.193Z 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=4859a4ed569917d1 -C extra-filename=-4859a4ed569917d1 --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-206607283cd4f37a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
31552024-10-22T16:25:22.217Z Compiling rand_xorshift v0.3.0
31562024-10-22T16:25:22.241Z 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=1013612ca020f868 -C extra-filename=-1013612ca020f868 --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-a70f0230c3ae6da9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31572024-10-22T16:25:22.573Z Compiling unarray v0.1.4
31582024-10-22T16:25:22.598Z 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`
31592024-10-22T16:25:22.733Z Compiling proptest v1.5.0
31602024-10-22T16:25:22.757Z 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=8f6b3bbd27d166c4 -C extra-filename=-8f6b3bbd27d166c4 --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-fb02ffd1abc115c8.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cf320adaf9052777.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-64c24fe16140f6b4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c9becbe9b4e849e7.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-1013612ca020f868.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-26edaa7b21c00140.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-c4b101aa198fc356.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-24b04f271b39c294.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`
31612024-10-22T16:25:22.900Z Dirty strum v0.26.3: the rustflags changed
31622024-10-22T16:25:22.900Z Compiling strum v0.26.3
31632024-10-22T16:25:22.924Z 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=a5fdb242a92b805a -C extra-filename=-a5fdb242a92b805a --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-b534315ca1a3744c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31642024-10-22T16:25:23.079Z Compiling camino-tempfile v1.1.1
31652024-10-22T16:25:23.103Z 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=429a05a431667bab -C extra-filename=-429a05a431667bab --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-294229beec0d6e93.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-24b04f271b39c294.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31662024-10-22T16:25:23.128Z Dirty proc-macro-error-attr v1.0.4: the rustflags changed
31672024-10-22T16:25:23.128Z Compiling proc-macro-error-attr v1.0.4
31682024-10-22T16:25:23.129Z 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`
31692024-10-22T16:25:23.444Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-5d000a157274cd67/build-script-build`
31702024-10-22T16:25:23.521Z Dirty proc-macro-error v1.0.4: the rustflags changed
31712024-10-22T16:25:23.521Z Compiling proc-macro-error v1.0.4
31722024-10-22T16:25:23.521Z 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`
31732024-10-22T16:25:23.546Z 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=68f122e0d2163110 -C extra-filename=-68f122e0d2163110 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31742024-10-22T16:25:23.815Z Compiling structmeta v0.2.0
31752024-10-22T16:25:23.839Z 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=6068c22f85f1ab0e -C extra-filename=-6068c22f85f1ab0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-999e17840cb00b8b.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31762024-10-22T16:25:23.883Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-a4bca8a215788b67/build-script-build`
31772024-10-22T16:25:23.919Z Compiling proc-macro-crate v1.3.1
31782024-10-22T16:25:23.943Z 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=1208aeb5b4302f67 -C extra-filename=-1208aeb5b4302f67 --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-eebe1899602319ed.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-30fda7d263f86ef1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31792024-10-22T16:25:24.058Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31802024-10-22T16:25:24.082Z 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`
31812024-10-22T16:25:24.242Z Compiling test-strategy v0.3.1
31822024-10-22T16:25:24.267Z 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=fd7fbb4f14d40c5b -C extra-filename=-fd7fbb4f14d40c5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-6068c22f85f1ab0e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31832024-10-22T16:25:24.291Z Compiling serde_with v3.11.0
31842024-10-22T16:25:24.291Z 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.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=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", "hashbrown_0_15", "hex", "indexmap", "indexmap_1", "indexmap_2", "json", "macros", "schemars_0_8", "std", "time_0_3"))' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' -C metadata=8d52e71b5f275706 -C extra-filename=-8d52e71b5f275706 --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-a652f8ccc3e0df34.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-8a19dc9c99dbd829.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-1dd44243da284755.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31852024-10-22T16:25:24.375Z 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=836e2c374cf90b03 -C extra-filename=-836e2c374cf90b03 --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-68f122e0d2163110.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6e40a918bc2bff98.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
31862024-10-22T16:25:24.434Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-d7e5a9887b0b0e8e/build-script-build`
31872024-10-22T16:25:24.468Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
31882024-10-22T16:25:24.492Z 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`
31892024-10-22T16:25:24.794Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-525ace519d3346b6/build-script-build`
31902024-10-22T16:25:24.829Z Compiling foreign-types-macros v0.2.3
31912024-10-22T16:25:24.853Z 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=04b7b57f0d8e75d6 -C extra-filename=-04b7b57f0d8e75d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31922024-10-22T16:25:24.877Z Compiling num_enum_derive v0.5.11
31932024-10-22T16:25:24.877Z 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=31c1f68904ff6151 -C extra-filename=-31c1f68904ff6151 --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-1208aeb5b4302f67.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6e40a918bc2bff98.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31942024-10-22T16:25:25.006Z Compiling foreign-types-shared v0.3.1
31952024-10-22T16:25:25.030Z 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`
31962024-10-22T16:25:25.141Z 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`
31972024-10-22T16:25:25.304Z 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`
31982024-10-22T16:25:25.482Z Compiling tabwriter v1.4.0
31992024-10-22T16:25:25.506Z 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=2da5a6fab03534d3 -C extra-filename=-2da5a6fab03534d3 --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-8f6b1da2456acb43.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32002024-10-22T16:25:25.974Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32012024-10-22T16:25:25.997Z 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=36183a0c179aba72 -C extra-filename=-36183a0c179aba72 --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-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6e40a918bc2bff98.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32022024-10-22T16:25:26.075Z Compiling foreign-types v0.5.0
32032024-10-22T16:25:26.099Z 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=dcc8af15904b5b83 -C extra-filename=-dcc8af15904b5b83 --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-04b7b57f0d8e75d6.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`
32042024-10-22T16:25:26.199Z Compiling cstr-argument v0.1.2
32052024-10-22T16:25:26.223Z 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=296e251edda4f9b1 -C extra-filename=-296e251edda4f9b1 --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-3b7d5cfbb443b029.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32062024-10-22T16:25:26.328Z Dirty parse-display v0.10.0: the rustflags changed
32072024-10-22T16:25:26.328Z Compiling parse-display v0.10.0
32082024-10-22T16:25:26.352Z 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=df3af215e239554f -C extra-filename=-df3af215e239554f --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-b133cb3f7b17403f.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-26edaa7b21c00140.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32092024-10-22T16:25:26.450Z Compiling pretty-hex v0.2.1
32102024-10-22T16:25:26.475Z 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`
32112024-10-22T16:25:26.637Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32122024-10-22T16:25:26.661Z 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=793f7ef534fdef53 -C extra-filename=-793f7ef534fdef53 --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-296e251edda4f9b1.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-dcc8af15904b5b83.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`
32132024-10-22T16:25:26.872Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32142024-10-22T16:25:26.900Z 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=a2a62a6e89de7069 -C extra-filename=-a2a62a6e89de7069 --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-7bca6a4da6cde0e6.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-36183a0c179aba72.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32152024-10-22T16:25:26.946Z Compiling colored v2.1.0
32162024-10-22T16:25:26.970Z 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=7d9dfb8b3088a042 -C extra-filename=-7d9dfb8b3088a042 --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-cf320adaf9052777.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32172024-10-22T16:25:27.051Z Compiling smf v0.2.3
32182024-10-22T16:25:27.075Z 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=93a9df5e6bd72088 -C extra-filename=-93a9df5e6bd72088 --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-4f56abb67316997f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32192024-10-22T16:25:27.169Z Compiling crucible-workspace-hack v0.1.0
32202024-10-22T16:25:27.193Z 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`
32212024-10-22T16:25:27.301Z Compiling num_enum v0.5.11
32222024-10-22T16:25:27.326Z 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=179cfc7ef42b0d18 -C extra-filename=-179cfc7ef42b0d18 --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-31c1f68904ff6151.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32232024-10-22T16:25:27.543Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
32242024-10-22T16:25:27.568Z 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=fbd8a2ac26be255e -C extra-filename=-fbd8a2ac26be255e --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-7bca6a4da6cde0e6.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-179cfc7ef42b0d18.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-27176efeb89a212c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32252024-10-22T16:25:27.592Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-7bb6db9d5be3b93a/build-script-build`
32262024-10-22T16:25:27.616Z Compiling heapless v0.8.0
32272024-10-22T16:25:27.616Z 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`
32282024-10-22T16:25:27.714Z Compiling termtree v0.4.1
32292024-10-22T16:25:27.743Z 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`
32302024-10-22T16:25:27.774Z 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`
32312024-10-22T16:25:27.829Z Compiling hash32 v0.3.1
32322024-10-22T16:25:27.854Z 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`
32332024-10-22T16:25:27.885Z Compiling smoltcp v0.11.0
32342024-10-22T16:25:27.909Z 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`
32352024-10-22T16:25:27.909Z Compiling cobs v0.2.3
32362024-10-22T16:25:27.909Z 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`
32372024-10-22T16:25:27.938Z Compiling predicates-tree v1.0.11
32382024-10-22T16:25:27.962Z 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.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=cddcddc67b25fbf7 -C extra-filename=-cddcddc67b25fbf7 --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-f77a3abcbbc6e22a.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`
32392024-10-22T16:25:28.079Z Compiling postcard v1.0.10
32402024-10-22T16:25:28.103Z 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.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "crc", "default", "defmt", "embedded-io", "embedded-io-04", "embedded-io-06", "experimental-derive", "heapless", "heapless-cas", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=7324dbc620a7e06a -C extra-filename=-7324dbc620a7e06a --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 serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32412024-10-22T16:25:28.200Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
32422024-10-22T16:25:28.225Z 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`
32432024-10-22T16:25:28.249Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-e556d1dbcfabb7d1/build-script-build`
32442024-10-22T16:25:28.329Z Compiling base64 v0.21.7
32452024-10-22T16:25:28.353Z 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`
32462024-10-22T16:25:28.427Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
32472024-10-22T16:25:28.451Z 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`
32482024-10-22T16:25:28.512Z 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`
32492024-10-22T16:25:28.555Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-6dfe4ebb06f19d7f/build-script-build`
32502024-10-22T16:25:28.601Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
32512024-10-22T16:25:28.601Z 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=b169fde8fb2bf410 -C extra-filename=-b169fde8fb2bf410 --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-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32522024-10-22T16:25:28.641Z Compiling sigpipe v0.1.3
32532024-10-22T16:25:28.665Z 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=c1dc7628e1dd2501 -C extra-filename=-c1dc7628e1dd2501 --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-7bca6a4da6cde0e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32542024-10-22T16:25:28.665Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-8932ed320cfb35a5/build-script-build`
32552024-10-22T16:25:28.690Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
32562024-10-22T16:25:28.690Z 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=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`
32572024-10-22T16:25:28.716Z Compiling mockall_derive v0.13.0
32582024-10-22T16:25:28.740Z 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`
32592024-10-22T16:25:28.789Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
32602024-10-22T16:25:28.813Z 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`
32612024-10-22T16:25:28.996Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-03b8ac6ea3fd311e/build-script-build`
32622024-10-22T16:25:29.023Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32632024-10-22T16:25:29.047Z 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=6da4ab174431298c -C extra-filename=-6da4ab174431298c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-c1dc7628e1dd2501.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
32642024-10-22T16:25:29.070Z Running `/work/oxidecomputer/omicron/target/debug/build/mockall_derive-840718ae530a1b62/build-script-build`
32652024-10-22T16:25:29.094Z 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=74bb0853814918d9 -C extra-filename=-74bb0853814918d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7d9dfb8b3088a042.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-fbd8a2ac26be255e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-179cfc7ef42b0d18.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-793f7ef534fdef53.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-0294cfe81e15398b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-a2a62a6e89de7069.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-08d8234b8a0f1e64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c5813f0370454179.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-aedad0cea9a4d1b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
32662024-10-22T16:25:29.117Z Compiling zone_cfg_derive v0.3.0
32672024-10-22T16:25:29.117Z 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=e4d26b8852d03116 -C extra-filename=-e4d26b8852d03116 --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-836e2c374cf90b03.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6e40a918bc2bff98.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32682024-10-22T16:25:29.141Z 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=f0b89fd9c83f1409 -C extra-filename=-f0b89fd9c83f1409 --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(reprocheck)'`
32692024-10-22T16:25:29.451Z 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`
32702024-10-22T16:25:29.520Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
32712024-10-22T16:25:29.543Z 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=046b90114a3fe132 -C extra-filename=-046b90114a3fe132 --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-7bca6a4da6cde0e6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32722024-10-22T16:25:29.919Z Compiling num-derive v0.4.2
32732024-10-22T16:25:29.943Z 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=74e295ba2bdbedaa -C extra-filename=-74e295ba2bdbedaa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32742024-10-22T16:25:30.041Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32752024-10-22T16:25:30.065Z 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`
32762024-10-22T16:25:30.347Z Compiling fragile v2.0.0
32772024-10-22T16:25:30.371Z 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`
32782024-10-22T16:25:30.518Z Compiling downcast v0.11.0
32792024-10-22T16:25:30.541Z 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`
32802024-10-22T16:25:30.721Z Compiling same-file v1.0.6
32812024-10-22T16:25:30.744Z 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`
32822024-10-22T16:25:30.901Z Compiling walkdir v2.5.0
32832024-10-22T16:25:30.924Z 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`
32842024-10-22T16:25:31.001Z Compiling zone v0.3.0
32852024-10-22T16:25:31.025Z 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=bf449ddf6778b381 -C extra-filename=-bf449ddf6778b381 --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-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-e4d26b8852d03116.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32862024-10-22T16:25:31.577Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-a3fc801a6ca21997/build-script-build`
32872024-10-22T16:25:31.611Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
32882024-10-22T16:25:31.635Z 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=6f2cec8af2039047 -C extra-filename=-6f2cec8af2039047 --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-046b90114a3fe132.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32892024-10-22T16:25:31.832Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
32902024-10-22T16:25:31.856Z 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=50643e21de27c62e -C extra-filename=-50643e21de27c62e --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-7bca6a4da6cde0e6.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-74e295ba2bdbedaa.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-64c24fe16140f6b4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32912024-10-22T16:25:32.024Z Compiling atomicwrites v0.4.4
32922024-10-22T16:25:32.048Z 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=21d6598fe5058c50 -C extra-filename=-21d6598fe5058c50 --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-1f26de9c2d244e57.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-24b04f271b39c294.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32932024-10-22T16:25:32.360Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
32942024-10-22T16:25:32.424Z 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=b07083be443dd5f6 -C extra-filename=-b07083be443dd5f6 --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-fb3b1148eacfce94.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-7324dbc620a7e06a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.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`
32952024-10-22T16:25:32.448Z Dirty xattr v1.3.1: the rustflags changed
32962024-10-22T16:25:32.448Z Compiling xattr v1.3.1
32972024-10-22T16:25:32.448Z 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=231a96b369857583 -C extra-filename=-231a96b369857583 --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-1f26de9c2d244e57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32982024-10-22T16:25:32.678Z Dirty filetime v0.2.25: the rustflags changed
32992024-10-22T16:25:32.678Z Compiling filetime v0.2.25
33002024-10-22T16:25:32.701Z 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=515266e329e1bd5b -C extra-filename=-515266e329e1bd5b --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-7bca6a4da6cde0e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33012024-10-22T16:25:32.725Z Compiling convert_case v0.4.0
33022024-10-22T16:25:32.725Z 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`
33032024-10-22T16:25:32.748Z Compiling newline-converter v0.3.0
33042024-10-22T16:25:32.772Z 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=125e7d04f08b3131 -C extra-filename=-125e7d04f08b3131 --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-5c39d9428ba97409.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33052024-10-22T16:25:32.894Z Compiling expectorate v1.1.0
33062024-10-22T16:25:32.918Z 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=81aa17a719b03d9b -C extra-filename=-81aa17a719b03d9b --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-acc5db071dc1e894.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-125e7d04f08b3131.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-827221e0f813566e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33072024-10-22T16:25:32.970Z Dirty tar v0.4.42: the rustflags changed
33082024-10-22T16:25:32.970Z Compiling tar v0.4.42
33092024-10-22T16:25:32.995Z 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=4b4566b2b91f773b -C extra-filename=-4b4566b2b91f773b --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-515266e329e1bd5b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-231a96b369857583.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33102024-10-22T16:25:33.074Z Compiling tungstenite v0.21.0
33112024-10-22T16:25:33.098Z 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=a477ce1bf5bd5ffc -C extra-filename=-a477ce1bf5bd5ffc --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-b8e9fbdeb91cd71f.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7a236d7ad8978468.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-6c5265b4c120912c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-6398875b516cf905.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`
33122024-10-22T16:25:33.580Z 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=a054bb3eb92a8dea -C extra-filename=-a054bb3eb92a8dea --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-b169fde8fb2bf410.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-b07083be443dd5f6.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-7324dbc620a7e06a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-602d7e1333826dc3.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-2da5a6fab03534d3.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)'`
33132024-10-22T16:25:33.699Z Compiling derive_more v0.99.18
33142024-10-22T16:25:33.722Z 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=a3d9dca8df99eae3 -C extra-filename=-a3d9dca8df99eae3 --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33152024-10-22T16:25:33.809Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
33162024-10-22T16:25:33.832Z Compiling typify-macro v0.2.0
33172024-10-22T16:25:33.832Z 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=46fe683caea0895e -C extra-filename=-46fe683caea0895e --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-a054bb3eb92a8dea.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-1bcf0f2aa9b53959.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-602d7e1333826dc3.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-2da5a6fab03534d3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3dc929aab0ea4ca4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33182024-10-22T16:25:33.832Z 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=d5bd6dce03fa3a86 -C extra-filename=-d5bd6dce03fa3a86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-14c741f43f60113c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-78e66b22c719699c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33192024-10-22T16:25:34.216Z Compiling itertools v0.13.0
33202024-10-22T16:25:34.239Z 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`
33212024-10-22T16:25:34.951Z Compiling tokio-tungstenite v0.21.0
33222024-10-22T16:25:34.974Z 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=0a7ddd92c5844a95 -C extra-filename=-0a7ddd92c5844a95 --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-276847dd56a0d30f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-a477ce1bf5bd5ffc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33232024-10-22T16:25:35.005Z Compiling arc-swap v1.7.1
33242024-10-22T16:25:35.028Z 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`
33252024-10-22T16:25:35.448Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
33262024-10-22T16:25:35.472Z 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=077974f63c498848 -C extra-filename=-077974f63c498848 --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-7bca6a4da6cde0e6.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-74bb0853814918d9.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-a054bb3eb92a8dea.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-46fe683caea0895e.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-7324dbc620a7e06a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33272024-10-22T16:25:35.590Z Compiling slog-scope v4.4.0
33282024-10-22T16:25:35.613Z 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=4fdc56053d58830a -C extra-filename=-4fdc56053d58830a --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-cf320adaf9052777.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`
33292024-10-22T16:25:35.708Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33302024-10-22T16:25:35.733Z 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=595ac9a36973975f -C extra-filename=-595ac9a36973975f --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-206607283cd4f37a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
33312024-10-22T16:25:35.976Z Compiling mockall v0.13.0
33322024-10-22T16:25:36.000Z 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=bd9c69bc2f817c6f -C extra-filename=-bd9c69bc2f817c6f --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-f0b89fd9c83f1409.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-16eb17d651f323bf.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-cddcddc67b25fbf7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33332024-10-22T16:25:36.024Z Compiling slog-stdlog v4.1.1
33342024-10-22T16:25:36.024Z 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=dd7f34116a9df3c4 -C extra-filename=-dd7f34116a9df3c4 --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-4fdc56053d58830a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33352024-10-22T16:25:36.070Z Compiling cancel-safe-futures v0.1.5
33362024-10-22T16:25:36.094Z 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`
33372024-10-22T16:25:36.296Z Compiling slog-envlogger v2.2.0
33382024-10-22T16:25:36.319Z 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=4ace96267714cd57 -C extra-filename=-4ace96267714cd57 --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-af2dab8125b2f6b0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-4fdc56053d58830a.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-dd7f34116a9df3c4.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33392024-10-22T16:25:36.361Z Compiling owo-colors v4.1.0
33402024-10-22T16:25:36.384Z 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`
33412024-10-22T16:25:36.439Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-2d15830b8e271b76/build-script-build`
33422024-10-22T16:25:36.475Z Dirty swrite v0.1.0: the rustflags changed
33432024-10-22T16:25:36.475Z Compiling swrite v0.1.0
33442024-10-22T16:25:36.499Z 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`
33452024-10-22T16:25:36.604Z 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=05623b2f83682ba2 -C extra-filename=-05623b2f83682ba2 --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-276847dd56a0d30f.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-063c424349fd118f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33462024-10-22T16:25:36.683Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-2bded459cb5572f2/build-script-build`
33472024-10-22T16:25:36.717Z 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)'`
33482024-10-22T16:25:36.754Z Compiling libsw v3.3.1
33492024-10-22T16:25:36.778Z 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=010bb657055a369a -C extra-filename=-010bb657055a369a --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-063c424349fd118f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33502024-10-22T16:25:36.953Z Compiling blake2 v0.10.6
33512024-10-22T16:25:36.976Z 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=44f7cb0fb9e20cf5 -C extra-filename=-44f7cb0fb9e20cf5 --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-b3504092a9ff35a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33522024-10-22T16:25:37.001Z Compiling password-hash v0.5.0
33532024-10-22T16:25:37.002Z 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=81ad242520cf2881 -C extra-filename=-81ad242520cf2881 --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-a70f0230c3ae6da9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b7b5464a5de3de01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33542024-10-22T16:25:37.048Z Compiling linear-map v1.2.0
33552024-10-22T16:25:37.072Z 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`
33562024-10-22T16:25:37.134Z Compiling indent_write v2.2.0
33572024-10-22T16:25:37.157Z 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`
33582024-10-22T16:25:37.323Z Compiling num-rational v0.4.2
33592024-10-22T16:25:37.347Z 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=82401ad8ee4b526f -C extra-filename=-82401ad8ee4b526f --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-7b6cf14b4f0145ca.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-64c24fe16140f6b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33602024-10-22T16:25:37.390Z Compiling num-complex v0.4.6
33612024-10-22T16:25:37.390Z 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=f5c665b9f711dbf0 -C extra-filename=-f5c665b9f711dbf0 --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-64c24fe16140f6b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33622024-10-22T16:25:37.929Z Compiling argon2 v0.5.3
33632024-10-22T16:25:37.953Z 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=29dd9644c3d8116d -C extra-filename=-29dd9644c3d8116d --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-44f7cb0fb9e20cf5.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-e9762077546cb7b8.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-81ad242520cf2881.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33642024-10-22T16:25:38.102Z Compiling typify v0.2.0
33652024-10-22T16:25:38.125Z 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=6cd7b83c6d7696c6 -C extra-filename=-6cd7b83c6d7696c6 --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-78e66b22c719699c.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-d5bd6dce03fa3a86.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33662024-10-22T16:25:38.215Z Compiling num v0.4.3
33672024-10-22T16:25:38.239Z 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=42d37f19843ec3ba -C extra-filename=-42d37f19843ec3ba --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-f5c665b9f711dbf0.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b6cf14b4f0145ca.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-5f83b0ee0c6da907.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-82401ad8ee4b526f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-64c24fe16140f6b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33682024-10-22T16:25:38.262Z Compiling progenitor-impl v0.8.0
33692024-10-22T16:25:38.262Z 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=b63d1ca60a392c9e -C extra-filename=-b63d1ca60a392c9e --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-1d81c7bfc9a9aa6f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-6cd7b83c6d7696c6.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`
33702024-10-22T16:25:38.292Z Compiling float-ord v0.3.2
33712024-10-22T16:25:38.315Z 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`
33722024-10-22T16:25:38.342Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33732024-10-22T16:25:38.365Z 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=ca6deaed5855fa01 -C extra-filename=-ca6deaed5855fa01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-05623b2f83682ba2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.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-c9f4d798832c0062.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fe7c60a6b43fea40.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-010bb657055a369a.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-206607283cd4f37a.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c468925203a4a51b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.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-063c424349fd118f.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8f6b1da2456acb43.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
33742024-10-22T16:25:38.458Z Compiling pem v3.0.4
33752024-10-22T16:25:38.482Z 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`
33762024-10-22T16:25:38.634Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33772024-10-22T16:25:38.657Z 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=276f12351f1d7bb3 -C extra-filename=-276f12351f1d7bb3 --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-29dd9644c3d8116d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
33782024-10-22T16:25:38.808Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
33792024-10-22T16:25:38.832Z 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`
33802024-10-22T16:25:39.012Z Compiling humantime v2.1.0
33812024-10-22T16:25:39.036Z 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`
33822024-10-22T16:25:39.167Z Compiling lzma-sys v0.1.20
33832024-10-22T16:25:39.235Z 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=f342b64373851504 -C extra-filename=-f342b64373851504 --out-dir /work/oxidecomputer/omicron/target/debug/build/lzma-sys-f342b64373851504 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d90366c99fc68d9b.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-f4afa31b8ebbf95c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33842024-10-22T16:25:39.463Z Compiling heck v0.3.3
33852024-10-22T16:25:39.487Z 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=5b08fd12d5eb1523 -C extra-filename=-5b08fd12d5eb1523 --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-5c39d9428ba97409.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33862024-10-22T16:25:39.570Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-68f76a0818581d6b/build-script-build`
33872024-10-22T16:25:39.626Z Compiling headers-core v0.3.0
33882024-10-22T16:25:39.650Z 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=b473f86bf705a0ca -C extra-filename=-b473f86bf705a0ca --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-1d81c7bfc9a9aa6f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33892024-10-22T16:25:39.783Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
33902024-10-22T16:25:39.813Z 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`
33912024-10-22T16:25:39.863Z Compiling zone_cfg_derive v0.1.2
33922024-10-22T16:25:39.887Z 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=9f5a41ebe84cc5ed -C extra-filename=-9f5a41ebe84cc5ed --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-5b08fd12d5eb1523.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-836e2c374cf90b03.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6e40a918bc2bff98.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33932024-10-22T16:25:39.911Z Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-f342b64373851504/build-script-build`
33942024-10-22T16:25:39.948Z 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=c42f1ac2f3d2fe33 -C extra-filename=-c42f1ac2f3d2fe33 --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-7bca6a4da6cde0e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l lzma`
33952024-10-22T16:25:40.105Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-ca3d463ff48c182f/build-script-build`
33962024-10-22T16:25:40.129Z Compiling headers v0.4.0
33972024-10-22T16:25:40.129Z 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=cf07eb805517a1fa -C extra-filename=-cf07eb805517a1fa --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-b8e9fbdeb91cd71f.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-b473f86bf705a0ca.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.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-6c5265b4c120912c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33982024-10-22T16:25:40.157Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33992024-10-22T16:25:40.181Z 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=48ec1ff8a43a1de3 -C extra-filename=-48ec1ff8a43a1de3 --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-a652f8ccc3e0df34.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-8a19dc9c99dbd829.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1b82a5a547bb6b63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34002024-10-22T16:25:40.285Z Compiling yasna v0.5.2
34012024-10-22T16:25:40.308Z 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=c5fb51fc1ff81833 -C extra-filename=-c5fb51fc1ff81833 --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-5ddc7e969e254d9e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34022024-10-22T16:25:40.353Z Compiling base64 v0.13.1
34032024-10-22T16:25:40.376Z 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`
34042024-10-22T16:25:40.532Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34052024-10-22T16:25:40.555Z 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=5416ebc209ccdaef -C extra-filename=-5416ebc209ccdaef --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-48ec1ff8a43a1de3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-8a19dc9c99dbd829.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1b82a5a547bb6b63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34062024-10-22T16:25:40.858Z Compiling ron v0.7.1
34072024-10-22T16:25:40.881Z 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=40ead2f67d1e030f -C extra-filename=-40ead2f67d1e030f --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-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34082024-10-22T16:25:41.105Z Compiling rcgen v0.12.1
34092024-10-22T16:25:41.128Z 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=aa2cd3057be6a27d -C extra-filename=-aa2cd3057be6a27d --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-1d923f9e302ac86b.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5ddc7e969e254d9e.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-c5fb51fc1ff81833.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out`
34102024-10-22T16:25:41.243Z Compiling zone v0.1.8
34112024-10-22T16:25:41.268Z 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=708c0c73bb292473 -C extra-filename=-708c0c73bb292473 --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-4f56abb67316997f.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-9f5a41ebe84cc5ed.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34122024-10-22T16:25:41.652Z 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=e9f9e671b048485b -C extra-filename=-e9f9e671b048485b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7d9dfb8b3088a042.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-fbd8a2ac26be255e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-179cfc7ef42b0d18.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-793f7ef534fdef53.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-0294cfe81e15398b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-a2a62a6e89de7069.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-08d8234b8a0f1e64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c5813f0370454179.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-aedad0cea9a4d1b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
34132024-10-22T16:25:41.731Z Compiling xz2 v0.1.7
34142024-10-22T16:25:41.754Z 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=d4a979bb8aacb653 -C extra-filename=-d4a979bb8aacb653 --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-c42f1ac2f3d2fe33.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
34152024-10-22T16:25:41.778Z Compiling subprocess v0.2.9
34162024-10-22T16:25:41.778Z 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=0c8b40bf9e4eca65 -C extra-filename=-0c8b40bf9e4eca65 --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-7bca6a4da6cde0e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34172024-10-22T16:25:42.164Z Dirty semver v0.1.20: the rustflags changed
34182024-10-22T16:25:42.164Z Compiling semver v0.1.20
34192024-10-22T16:25:42.188Z 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`
34202024-10-22T16:25:42.584Z Dirty rustc_version v0.1.7: the rustflags changed
34212024-10-22T16:25:42.584Z Compiling rustc_version v0.1.7
34222024-10-22T16:25:42.608Z 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`
34232024-10-22T16:25:42.770Z Compiling home v0.5.9
34242024-10-22T16:25:42.793Z 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`
34252024-10-22T16:25:42.859Z Compiling highway v1.2.0
34262024-10-22T16:25:42.882Z 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`
34272024-10-22T16:25:43.032Z Compiling half v2.4.1
34282024-10-22T16:25:43.056Z 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`
34292024-10-22T16:25:43.056Z Dirty newtype_derive v0.1.6: the rustflags changed
34302024-10-22T16:25:43.056Z Compiling newtype_derive v0.1.6
34312024-10-22T16:25:43.080Z 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`
34322024-10-22T16:25:43.199Z Compiling ciborium-io v0.2.2
34332024-10-22T16:25:43.222Z 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`
34342024-10-22T16:25:43.331Z Compiling prettyplease v0.2.22
34352024-10-22T16:25:43.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/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`
34362024-10-22T16:25:43.386Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-c4c1ae37bf8fd7dc/build-script-build`
34372024-10-22T16:25:43.472Z 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`
34382024-10-22T16:25:43.530Z Compiling ciborium-ll v0.2.2
34392024-10-22T16:25:43.554Z 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`
34402024-10-22T16:25:43.577Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34412024-10-22T16:25:43.577Z 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`
34422024-10-22T16:25:43.577Z 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=27773227d8034740 -C extra-filename=-27773227d8034740 --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-206607283cd4f37a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
34432024-10-22T16:25:43.601Z Compiling steno v0.4.1
34442024-10-22T16:25:43.624Z 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=2fe3cf30c80908c5 -C extra-filename=-2fe3cf30c80908c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cf320adaf9052777.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c468925203a4a51b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34452024-10-22T16:25:43.652Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-0cd99c1bb9496db1/build-script-build`
34462024-10-22T16:25:43.684Z 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=a6e6f3e36c8ade8a -C extra-filename=-a6e6f3e36c8ade8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.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)'`
34472024-10-22T16:25:43.823Z Compiling ciborium v0.2.2
34482024-10-22T16:25:43.846Z 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=d10adc533ec730cd -C extra-filename=-d10adc533ec730cd --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-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34492024-10-22T16:25:43.901Z Compiling display-error-chain v0.2.1
34502024-10-22T16:25:43.924Z 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`
34512024-10-22T16:25:44.059Z Compiling slog-dtrace v0.3.0
34522024-10-22T16:25:44.082Z 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`
34532024-10-22T16:25:44.391Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-4a6bc5db261f7a6c/build-script-build`
34542024-10-22T16:25:44.465Z 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=f88b29314e1e2054 -C extra-filename=-f88b29314e1e2054 --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-c93540a2dfb95ba6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7dbbc363673f3747.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34552024-10-22T16:25:44.695Z Compiling keccak v0.1.5
34562024-10-22T16:25:44.719Z 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`
34572024-10-22T16:25:44.922Z Compiling progenitor-macro v0.8.0
34582024-10-22T16:25:44.946Z 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=d924219cb7a7f8e5 -C extra-filename=-d924219cb7a7f8e5 --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-9be05d24d67c020d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-b63d1ca60a392c9e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-14c741f43f60113c.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-eb6fd8431c9edecc.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34592024-10-22T16:25:44.969Z Compiling sha3 v0.10.8
34602024-10-22T16:25:44.969Z 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=8efc608bc0cce087 -C extra-filename=-8efc608bc0cce087 --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-b3504092a9ff35a2.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`
34612024-10-22T16:25:45.082Z Compiling constant_time_eq v0.3.1
34622024-10-22T16:25:45.106Z 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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("count_instructions_test"))' -C metadata=eeb5bc68ff7a9b64 -C extra-filename=-eeb5bc68ff7a9b64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34632024-10-22T16:25:45.251Z Compiling arrayvec v0.7.6
34642024-10-22T16:25:45.274Z 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.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("borsh", "default", "serde", "std", "zeroize"))' -C metadata=ff10647d6b0400c3 -C extra-filename=-ff10647d6b0400c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34652024-10-22T16:25:45.297Z Compiling arrayref v0.3.9
34662024-10-22T16:25:45.297Z 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.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=d173e624f6c8bca2 -C extra-filename=-d173e624f6c8bca2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34672024-10-22T16:25:45.398Z Compiling universal-hash v0.5.1
34682024-10-22T16:25:45.421Z 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=84ac4ab5c285d0b6 -C extra-filename=-84ac4ab5c285d0b6 --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-735b6a65fb469b74.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b7b5464a5de3de01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34692024-10-22T16:25:45.459Z Compiling opaque-debug v0.3.1
34702024-10-22T16:25:45.483Z 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`
34712024-10-22T16:25:45.556Z Compiling secrecy v0.8.0
34722024-10-22T16:25:45.580Z 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=5997eb623e0b47f9 -C extra-filename=-5997eb623e0b47f9 --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-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34732024-10-22T16:25:45.580Z Compiling blake3 v1.5.4
34742024-10-22T16:25:45.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/blake3-1.5.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=6f810b932478f1eb -C extra-filename=-6f810b932478f1eb --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-6f810b932478f1eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d90366c99fc68d9b.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34752024-10-22T16:25:45.636Z Compiling ring v0.16.20
34762024-10-22T16:25:45.659Z 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=c7614119d4d47911 -C extra-filename=-c7614119d4d47911 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-c7614119d4d47911 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d90366c99fc68d9b.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34772024-10-22T16:25:45.800Z Compiling memmap2 v0.9.5
34782024-10-22T16:25:45.823Z 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.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("stable_deref_trait"))' -C metadata=ea5fb1f695a5aa0c -C extra-filename=-ea5fb1f695a5aa0c --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-7bca6a4da6cde0e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34792024-10-22T16:25:45.823Z Compiling spin v0.5.2
34802024-10-22T16:25:45.848Z 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`
34812024-10-22T16:25:46.039Z Compiling untrusted v0.7.1
34822024-10-22T16:25:46.063Z 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`
34832024-10-22T16:25:46.063Z Compiling glob v0.3.1
34842024-10-22T16:25:46.063Z 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`
34852024-10-22T16:25:46.217Z Compiling aead v0.5.2
34862024-10-22T16:25:46.245Z 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=b27defe1f47c335b -C extra-filename=-b27defe1f47c335b --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-735b6a65fb469b74.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-04cd9bd80d33c46b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34872024-10-22T16:25:46.269Z Compiling topological-sort v0.2.2
34882024-10-22T16:25:46.269Z 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`
34892024-10-22T16:25:46.269Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-6f810b932478f1eb/build-script-build`
34902024-10-22T16:25:46.302Z Compiling poly1305 v0.8.0
34912024-10-22T16:25:46.326Z 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=63fd45e0b9caa897 -C extra-filename=-63fd45e0b9caa897 --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-e9762077546cb7b8.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-84ac4ab5c285d0b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34922024-10-22T16:25:46.493Z Compiling chacha20 v0.9.1
34932024-10-22T16:25:46.517Z 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=8292cdb58b37ce87 -C extra-filename=-8292cdb58b37ce87 --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-e2da4675f63265ef.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-e9762077546cb7b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34942024-10-22T16:25:46.579Z Compiling gethostname v0.5.0
34952024-10-22T16:25:46.604Z 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=f2bf026160a24097 -C extra-filename=-f2bf026160a24097 --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-1f26de9c2d244e57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34962024-10-22T16:25:46.740Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-c7614119d4d47911/build-script-build`
34972024-10-22T16:25:46.787Z Compiling toolchain_find v0.4.0
34982024-10-22T16:25:46.812Z 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=dc17e3dde1f0aee1 -C extra-filename=-dc17e3dde1f0aee1 --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-eebe1899602319ed.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.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`
34992024-10-22T16:25:46.904Z Compiling thiserror-impl-no-std v2.0.2
35002024-10-22T16:25:46.927Z 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=8cbf2f2d89b911ce -C extra-filename=-8cbf2f2d89b911ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6e40a918bc2bff98.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35012024-10-22T16:25:46.951Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
35022024-10-22T16:25:46.951Z 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=cb481f023ed5e6e6 -C extra-filename=-cb481f023ed5e6e6 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-cb481f023ed5e6e6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-595ac9a36973975f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
35032024-10-22T16:25:46.974Z 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.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=3b3a939883bf456e -C extra-filename=-3b3a939883bf456e --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-d173e624f6c8bca2.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-ff10647d6b0400c3.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-eeb5bc68ff7a9b64.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-ea5fb1f695a5aa0c.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-9403824613676c50.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8d17a58ddf282e64/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8d17a58ddf282e64/out -l static=blake3_sse2_sse41_avx2_assembly -l static=blake3_avx512_assembly --cfg blake3_sse2_ffi --cfg blake3_sse41_ffi --cfg blake3_avx2_ffi --cfg blake3_avx512_ffi --check-cfg 'cfg(blake3_sse2_ffi, values(none()))' --check-cfg 'cfg(blake3_sse2_rust, values(none()))' --check-cfg 'cfg(blake3_sse41_ffi, values(none()))' --check-cfg 'cfg(blake3_sse41_rust, values(none()))' --check-cfg 'cfg(blake3_avx2_ffi, values(none()))' --check-cfg 'cfg(blake3_avx2_rust, values(none()))' --check-cfg 'cfg(blake3_avx512_ffi, values(none()))' --check-cfg 'cfg(blake3_neon, values(none()))'`
35042024-10-22T16:25:47.285Z Compiling rustfmt-wrapper v0.2.1
35052024-10-22T16:25:47.309Z 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=6abc7afbed3d70a5 -C extra-filename=-6abc7afbed3d70a5 --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-a652f8ccc3e0df34.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-24b04f271b39c294.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-dc17e3dde1f0aee1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35062024-10-22T16:25:47.415Z Compiling nibble_vec v0.1.0
35072024-10-22T16:25:47.441Z 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`
35082024-10-22T16:25:47.623Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
35092024-10-22T16:25:47.650Z 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`
35102024-10-22T16:25:47.716Z Compiling endian-type v0.1.2
35112024-10-22T16:25:47.740Z 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`
35122024-10-22T16:25:47.817Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-cb481f023ed5e6e6/build-script-build`
35132024-10-22T16:25:47.853Z Compiling chacha20poly1305 v0.10.1
35142024-10-22T16:25:47.877Z 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=c21a6a7cf3ffa28e -C extra-filename=-c21a6a7cf3ffa28e --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-b27defe1f47c335b.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-8292cdb58b37ce87.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-e2da4675f63265ef.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-63fd45e0b9caa897.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35152024-10-22T16:25:47.935Z Compiling radix_trie v0.2.1
35162024-10-22T16:25:47.935Z 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`
35172024-10-22T16:25:47.962Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-e51260f71c511de5/build-script-build`
35182024-10-22T16:25:48.003Z 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=a6516d1cc40e023a -C extra-filename=-a6516d1cc40e023a --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-7bca6a4da6cde0e6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.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/`
35192024-10-22T16:25:48.081Z Compiling fxhash v0.2.1
35202024-10-22T16:25:48.105Z 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`
35212024-10-22T16:25:48.105Z Compiling termcolor v1.4.1
35222024-10-22T16:25:48.129Z 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`
35232024-10-22T16:25:48.283Z Compiling maplit v1.0.2
35242024-10-22T16:25:48.306Z 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`
35252024-10-22T16:25:48.403Z Compiling radium v0.7.0
35262024-10-22T16:25:48.426Z 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`
35272024-10-22T16:25:48.426Z Compiling maybe-uninit v2.0.0
35282024-10-22T16:25:48.426Z 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`
35292024-10-22T16:25:48.576Z Compiling tap v1.0.1
35302024-10-22T16:25:48.600Z 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`
35312024-10-22T16:25:48.746Z Compiling wyz v0.5.1
35322024-10-22T16:25:48.746Z 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`
35332024-10-22T16:25:48.877Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-aac5360a52d794c2/build-script-build`
35342024-10-22T16:25:48.901Z Compiling bzip2-sys v0.1.11+1.0.8
35352024-10-22T16:25:48.925Z 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=727ac7e8331f66bc -C extra-filename=-727ac7e8331f66bc --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-727ac7e8331f66bc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d90366c99fc68d9b.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-f4afa31b8ebbf95c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35362024-10-22T16:25:48.949Z 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`
35372024-10-22T16:25:48.976Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-b33ceb08dbefeb3f/build-script-build`
35382024-10-22T16:25:49.057Z Compiling funty v2.0.0
35392024-10-22T16:25:49.080Z 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`
35402024-10-22T16:25:49.113Z 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=57c3f3bfe7f6407d -C extra-filename=-57c3f3bfe7f6407d --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-eebe1899602319ed.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-17f423bb36dace61/out -l static=ring-core -l static=ring-test`
35412024-10-22T16:25:49.137Z Compiling packed_struct v0.10.1
35422024-10-22T16:25:49.162Z 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`
35432024-10-22T16:25:49.355Z Compiling crc-catalog v2.4.0
35442024-10-22T16:25:49.379Z 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`
35452024-10-22T16:25:49.458Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-727ac7e8331f66bc/build-script-build`
35462024-10-22T16:25:49.498Z Compiling crc v3.2.1
35472024-10-22T16:25:49.522Z 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`
35482024-10-22T16:25:49.618Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-d51a549b82168867/build-script-build`
35492024-10-22T16:25:49.654Z 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`
35502024-10-22T16:25:49.762Z Compiling packed_struct_codegen v0.10.1
35512024-10-22T16:25:49.786Z 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=05e036a006319f14 -C extra-filename=-05e036a006319f14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6e40a918bc2bff98.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35522024-10-22T16:25:49.786Z Compiling thiserror-no-std v2.0.2
35532024-10-22T16:25:49.786Z 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=3075b1f82bb7351d -C extra-filename=-3075b1f82bb7351d --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-8cbf2f2d89b911ce.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35542024-10-22T16:25:49.914Z Compiling vsss-rs v3.3.4
35552024-10-22T16:25:49.938Z 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=2318bd08493c08a5 -C extra-filename=-2318bd08493c08a5 --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-84bed2dbc592cc10.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8edd5f4ddeaab733.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c9becbe9b4e849e7.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-a70f0230c3ae6da9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b7b5464a5de3de01.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-3075b1f82bb7351d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35562024-10-22T16:25:50.098Z Compiling bitvec v1.0.1
35572024-10-22T16:25:50.122Z 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`
35582024-10-22T16:25:50.122Z Compiling indexmap v1.9.3
35592024-10-22T16:25:50.122Z 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=50c63f1fab97bff8 -C extra-filename=-50c63f1fab97bff8 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-50c63f1fab97bff8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-31125824db6bbb08.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35602024-10-22T16:25:50.452Z Compiling nodrop v0.1.14
35612024-10-22T16:25:50.476Z 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`
35622024-10-22T16:25:50.529Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-50c63f1fab97bff8/build-script-build`
35632024-10-22T16:25:50.564Z Compiling array-init v0.0.4
35642024-10-22T16:25:50.588Z 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`
35652024-10-22T16:25:50.589Z Compiling smallvec v0.6.14
35662024-10-22T16:25:50.589Z 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`
35672024-10-22T16:25:50.904Z Compiling omicron-zone-package v0.11.1
35682024-10-22T16:25:50.928Z 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=d9c57d137f211c3f -C extra-filename=-d9c57d137f211c3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-3b3a939883bf456e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-515266e329e1bd5b.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed861e9e9bc48d14.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-276847dd56a0d30f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-57c3f3bfe7f6407d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-8a19dc9c99dbd829.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4b4566b2b91f773b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1b82a5a547bb6b63.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-8d17a58ddf282e64/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8d17a58ddf282e64/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-17f423bb36dace61/out`
35692024-10-22T16:25:50.958Z 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=6fe2c91d7b6f9b2f -C extra-filename=-6fe2c91d7b6f9b2f --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-7bca6a4da6cde0e6.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-f44a954ef056f09c/out/lib -l static=bz2`
35702024-10-22T16:25:51.097Z Compiling async-recursion v1.1.1
35712024-10-22T16:25:51.121Z 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=809d2ffd255a9c12 -C extra-filename=-809d2ffd255a9c12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35722024-10-22T16:25:51.483Z Compiling bitfield v0.14.0
35732024-10-22T16:25:51.507Z 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`
35742024-10-22T16:25:51.734Z Compiling hashbrown v0.12.3
35752024-10-22T16:25:51.758Z 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`
35762024-10-22T16:25:52.195Z Compiling serde-hex v0.1.0
35772024-10-22T16:25:52.219Z 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=744505da29823d32 -C extra-filename=-744505da29823d32 --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-a652f8ccc3e0df34.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`
35782024-10-22T16:25:52.219Z Compiling bzip2 v0.4.4
35792024-10-22T16:25:52.219Z 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=6f8425ac38677d59 -C extra-filename=-6f8425ac38677d59 --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-6fe2c91d7b6f9b2f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.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-f44a954ef056f09c/out/lib`
35802024-10-22T16:25:52.617Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
35812024-10-22T16:25:52.642Z 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=5153c8054febf16d -C extra-filename=-5153c8054febf16d --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-c99036b84ef0c689.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35822024-10-22T16:25:52.678Z 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=edbce32dcb3fcb43 -C extra-filename=-edbce32dcb3fcb43 --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`
35832024-10-22T16:25:52.702Z Compiling env_logger v0.10.2
35842024-10-22T16:25:52.702Z 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=ec7784b81a25bc8b -C extra-filename=-ec7784b81a25bc8b --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-6197d9fbdefdae64.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`
35852024-10-22T16:25:52.916Z Compiling ron v0.8.1
35862024-10-22T16:25:52.941Z 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=edbd0ff93d278eb0 -C extra-filename=-edbd0ff93d278eb0 --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-fb02ffd1abc115c8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-8a19dc9c99dbd829.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35872024-10-22T16:25:53.211Z 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=eb3cfc36463b0702 -C extra-filename=-eb3cfc36463b0702 --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-05e036a006319f14.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35882024-10-22T16:25:53.373Z Compiling hashbrown v0.13.2
35892024-10-22T16:25:53.397Z 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=bd3cec1456f90096 -C extra-filename=-bd3cec1456f90096 --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-12f38d3186beb808.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35902024-10-22T16:25:53.713Z Compiling kstat-rs v0.2.4
35912024-10-22T16:25:53.737Z 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=d68c3000a269ea3d -C extra-filename=-d68c3000a269ea3d --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-7bca6a4da6cde0e6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35922024-10-22T16:25:53.761Z Compiling crc-any v2.5.0
35932024-10-22T16:25:53.785Z 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`
35942024-10-22T16:25:54.167Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
35952024-10-22T16:25:54.191Z 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=99e145799fd9f617 -C extra-filename=-99e145799fd9f617 --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-edbd0ff93d278eb0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-5153c8054febf16d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c99036b84ef0c689.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35962024-10-22T16:25:54.266Z Compiling zip v0.6.6
35972024-10-22T16:25:54.291Z 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=029e14e5e7f283a9 -C extra-filename=-029e14e5e7f283a9 --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-6f8425ac38677d59.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-b07e0b017e0ce628.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed861e9e9bc48d14.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-f44a954ef056f09c/out/lib`
35982024-10-22T16:25:54.343Z Compiling object v0.30.4
35992024-10-22T16:25:54.367Z 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=25a3f37c4382405a -C extra-filename=-25a3f37c4382405a --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-b07e0b017e0ce628.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-bd3cec1456f90096.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-edbce32dcb3fcb43.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b7d5cfbb443b029.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36002024-10-22T16:25:54.836Z Compiling path-slash v0.1.5
36012024-10-22T16:25:54.860Z 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`
36022024-10-22T16:25:55.051Z Compiling libefi-sys v0.1.0
36032024-10-22T16:25:55.075Z 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`
36042024-10-22T16:25:55.136Z Compiling bitfield-struct v0.6.2
36052024-10-22T16:25:55.160Z 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.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=746677ac6cd92196 -C extra-filename=-746677ac6cd92196 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36062024-10-22T16:25:55.367Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-89eca4a85d7dc878/build-script-build`
36072024-10-22T16:25:55.399Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
36082024-10-22T16:25:55.423Z 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=440be5ca9843085c -C extra-filename=-440be5ca9843085c --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-440be5ca9843085c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d90366c99fc68d9b.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36092024-10-22T16:25:55.499Z Compiling parking_lot_core v0.8.6
36102024-10-22T16:25:55.523Z 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`
36112024-10-22T16:25:55.878Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-440be5ca9843085c/build-script-build`
36122024-10-22T16:25:56.044Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
36132024-10-22T16:25:56.068Z 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=7b03f7d00072898c -C extra-filename=-7b03f7d00072898c --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-53b1b616d65a4f87.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-eb3cfc36463b0702.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36142024-10-22T16:25:56.091Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-a3f244115cffbfcf/build-script-build`
36152024-10-22T16:25:56.116Z 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`
36162024-10-22T16:25:56.141Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
36172024-10-22T16:25:56.169Z 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=e9f2fd26b40ff159 -C extra-filename=-e9f2fd26b40ff159 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-179cfc7ef42b0d18.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36182024-10-22T16:25:56.352Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36192024-10-22T16:25:56.376Z 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`
36202024-10-22T16:25:56.487Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36212024-10-22T16:25:56.511Z 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=1d48cb6a25196d6f -C extra-filename=-1d48cb6a25196d6f --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-7bca6a4da6cde0e6.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-d06e3778a228b794.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36222024-10-22T16:25:56.541Z 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=5fbaad27207d1051 -C extra-filename=-5fbaad27207d1051 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-e9f2fd26b40ff159.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66e35edd96a0ae94/out -l static=pci`
36232024-10-22T16:25:56.581Z 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=afe1aaf5f3aaa8d9 -C extra-filename=-afe1aaf5f3aaa8d9 --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-f7e1d6861bc5a0b0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.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`
36242024-10-22T16:25:56.627Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36252024-10-22T16:25:56.651Z 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=4b4029b055cb979a -C extra-filename=-4b4029b055cb979a --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-746677ac6cd92196.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36262024-10-22T16:25:56.846Z Compiling hickory-client v0.24.1
36272024-10-22T16:25:56.870Z 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=b2ec6919f7598847 -C extra-filename=-b2ec6919f7598847 --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-276847dd56a0d30f.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3530d4188f228966.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-f1644b6022ae8b51.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c5813f0370454179.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36282024-10-22T16:25:56.894Z Compiling hickory-server v0.24.1
36292024-10-22T16:25:56.894Z 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=9bb7958f5aecbe3b -C extra-filename=-9bb7958f5aecbe3b --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-2a9b2223f6844e23.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.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-a059b92cae5f0b6a.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-276847dd56a0d30f.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3530d4188f228966.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5ddc7e969e254d9e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-21eba7ec22e8f77d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c5813f0370454179.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36302024-10-22T16:25:57.059Z Compiling parking_lot v0.11.2
36312024-10-22T16:25:57.083Z 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=c6c508d6bf7a5639 -C extra-filename=-c6c508d6bf7a5639 --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-f7e1d6861bc5a0b0.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-5c1b2e55179eacea.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-afe1aaf5f3aaa8d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36322024-10-22T16:25:57.196Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36332024-10-22T16:25:57.221Z 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=08cc1ef2903b68d2 -C extra-filename=-08cc1ef2903b68d2 --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-4b4029b055cb979a.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-fc7dfca664bf9d4a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36342024-10-22T16:25:57.301Z Compiling diff v0.1.13
36352024-10-22T16:25:57.325Z 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`
36362024-10-22T16:25:57.940Z Compiling sled v0.34.7
36372024-10-22T16:25:57.964Z 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=7240211e613ca0d7 -C extra-filename=-7240211e613ca0d7 --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-b07e0b017e0ce628.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-e76fa68a49dedd34.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1fb66d11f8bf8743.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-7145ec3957bee753.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-c6c508d6bf7a5639.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36382024-10-22T16:25:57.988Z Compiling primeorder v0.13.6
36392024-10-22T16:25:57.988Z 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=e839bd547edfe982 -C extra-filename=-e839bd547edfe982 --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-8edd5f4ddeaab733.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36402024-10-22T16:25:58.139Z Compiling vte_generate_state_changes v0.1.2
36412024-10-22T16:25:58.163Z 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.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=7fda6454865d8958 -C extra-filename=-7fda6454865d8958 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36422024-10-22T16:25:58.187Z Compiling nanorand v0.7.0
36432024-10-22T16:25:58.187Z 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=73edbcad8eddc8a8 -C extra-filename=-73edbcad8eddc8a8 --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-3921b46002378d01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36442024-10-22T16:25:58.447Z Compiling unicase v2.7.0
36452024-10-22T16:25:58.479Z 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`
36462024-10-22T16:25:58.693Z Compiling flume v0.11.0
36472024-10-22T16:25:58.717Z 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=1fb4cb21c0248828 -C extra-filename=-1fb4cb21c0248828 --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-73edbcad8eddc8a8.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-2299d31376bf1b32.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36482024-10-22T16:25:58.797Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-89ba4bd6c7d617ff/build-script-build`
36492024-10-22T16:25:58.823Z Compiling vte v0.11.1
36502024-10-22T16:25:58.847Z 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=3edc221f82f10efa -C extra-filename=-3edc221f82f10efa --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-ae49b486e5e6c5ee.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-7fda6454865d8958.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36512024-10-22T16:25:58.999Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
36522024-10-22T16:25:59.023Z 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=03bdec08601d438c -C extra-filename=-03bdec08601d438c --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-206607283cd4f37a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
36532024-10-22T16:25:59.198Z Compiling dsl_auto_type v0.1.2
36542024-10-22T16:25:59.223Z 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=ef1709c771efb772 -C extra-filename=-ef1709c771efb772 --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-67c501a86fe790f0.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-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36552024-10-22T16:25:59.295Z Compiling fd-lock v4.0.2
36562024-10-22T16:25:59.319Z 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=9476d8607be86170 -C extra-filename=-9476d8607be86170 --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-1f26de9c2d244e57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36572024-10-22T16:25:59.483Z Compiling diesel_table_macro_syntax v0.2.0
36582024-10-22T16:25:59.507Z 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=ac9a082df09db9de -C extra-filename=-ac9a082df09db9de --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-d1bb9b0d189db5f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36592024-10-22T16:25:59.864Z Compiling scheduled-thread-pool v0.2.7
36602024-10-22T16:25:59.888Z 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=73e0248b9df63ff5 -C extra-filename=-73e0248b9df63ff5 --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-750e8ca6c6d6ac0c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36612024-10-22T16:25:59.949Z Compiling atty v0.2.14
36622024-10-22T16:25:59.973Z 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=db8c6ce6b3988e5d -C extra-filename=-db8c6ce6b3988e5d --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-7bca6a4da6cde0e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36632024-10-22T16:26:00.090Z Compiling buf-list v1.0.3
36642024-10-22T16:26:00.115Z 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`
36652024-10-22T16:26:00.411Z Compiling salty v0.3.0
36662024-10-22T16:26:00.436Z 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`
36672024-10-22T16:26:00.629Z Compiling crunchy v0.2.2
36682024-10-22T16:26:00.653Z 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`
36692024-10-22T16:26:01.700Z Compiling progenitor v0.8.0
36702024-10-22T16:26:01.700Z 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=2981c35a334c5b8a -C extra-filename=-2981c35a334c5b8a --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-c50e9c4fc9770bd0.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-b63d1ca60a392c9e.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-d924219cb7a7f8e5.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
36712024-10-22T16:26:01.748Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-dd0c3643a1e99061/build-script-build`
36722024-10-22T16:26:01.748Z Compiling diesel_derives v2.2.3
36732024-10-22T16:26:01.748Z 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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs)' --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=4c2f4bafea521ffa -C extra-filename=-4c2f4bafea521ffa --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-ac9a082df09db9de.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-ef1709c771efb772.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36742024-10-22T16:26:01.748Z Compiling r2d2 v0.8.10
36752024-10-22T16:26:01.748Z 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=80b4baf444e0e0f6 -C extra-filename=-80b4baf444e0e0f6 --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-750e8ca6c6d6ac0c.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-73e0248b9df63ff5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36762024-10-22T16:26:01.749Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
36772024-10-22T16:26:01.749Z 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=4dc477daed87055a -C extra-filename=-4dc477daed87055a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2981c35a334c5b8a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.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-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
36782024-10-22T16:26:01.749Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
36792024-10-22T16:26:01.749Z 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=cabcee36f6a1e1ab -C extra-filename=-cabcee36f6a1e1ab --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-c93540a2dfb95ba6.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f45b6c8cdc4f7801.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2981c35a334c5b8a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
36802024-10-22T16:26:01.749Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
36812024-10-22T16:26:01.749Z 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=59740869dbeb0d5a -C extra-filename=-59740869dbeb0d5a --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-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a2ffa63167802121.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2981c35a334c5b8a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0a7ddd92c5844a95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
36822024-10-22T16:26:01.750Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
36832024-10-22T16:26:01.750Z 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=01f79b59b8b393df -C extra-filename=-01f79b59b8b393df --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-01f79b59b8b393df -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-d9c57d137f211c3f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2981c35a334c5b8a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-6abc7afbed3d70a5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8d17a58ddf282e64/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8d17a58ddf282e64/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-17f423bb36dace61/out`
36842024-10-22T16:26:01.832Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
36852024-10-22T16:26:01.856Z 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=2d0ad5c466b9c4d1 -C extra-filename=-2d0ad5c466b9c4d1 --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-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a2ffa63167802121.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2981c35a334c5b8a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0a7ddd92c5844a95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
36862024-10-22T16:26:06.398Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
36872024-10-22T16:26:06.447Z 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=606cdc2325bc2461 -C extra-filename=-606cdc2325bc2461 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-4859a4ed569917d1.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-f77f4d3d3d6be6bb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fb3b1148eacfce94.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4dc477daed87055a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-df3af215e239554f.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-c50e9c4fc9770bd0.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8f6b3bbd27d166c4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f88577f237cb790b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-8392285166d821a5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.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-72173a9ea899e76d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-fd7fbb4f14d40c5b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
36882024-10-22T16:26:07.221Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
36892024-10-22T16:26:07.245Z 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/651fb58/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=2f7f6cade5646186 -C extra-filename=-2f7f6cade5646186 --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-30077088698d34ae.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7d9dfb8b3088a042.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-bc868756b1b0c2c5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-e9f9e671b048485b.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-59740869dbeb0d5a.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-5416ebc209ccdaef.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-40ead2f67d1e030f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-4ace96267714cd57.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-2da5a6fab03534d3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0a7ddd92c5844a95.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1b82a5a547bb6b63.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta --extern xz2=/work/oxidecomputer/omicron/target/debug/deps/libxz2-d4a979bb8aacb653.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-708c0c73bb292473.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
36902024-10-22T16:26:07.331Z 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=ea00c63d23896407 -C extra-filename=-ea00c63d23896407 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-4859a4ed569917d1.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-f77f4d3d3d6be6bb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fb3b1148eacfce94.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4dc477daed87055a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-df3af215e239554f.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-c50e9c4fc9770bd0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f88577f237cb790b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-8392285166d821a5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.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-72173a9ea899e76d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
36912024-10-22T16:26:07.415Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
36922024-10-22T16:26:07.443Z 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=53360366aa803278 -C extra-filename=-53360366aa803278 --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-644d9368c0827ff3.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-ec7784b81a25bc8b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-7b03f7d00072898c.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-64c24fe16140f6b4.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-eb3cfc36463b0702.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-3c7bb634f5d58075.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-744505da29823d32.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0fc696dd70c41646.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-30be5c1673f7667f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c99036b84ef0c689.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36932024-10-22T16:26:08.188Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
36942024-10-22T16:26:08.212Z 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=c0696dacea116c38 -C extra-filename=-c0696dacea116c38 --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-174795de30ef64a2.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2981c35a334c5b8a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
36952024-10-22T16:26:09.383Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
36962024-10-22T16:26:09.407Z 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/f48e2da/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=caaa7273e8fbdbf2 -C extra-filename=-caaa7273e8fbdbf2 --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-063889f16a5b7e58.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-7b03f7d00072898c.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-53360366aa803278.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-25a3f37c4382405a.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-3979c874cbe4d4d2.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-3c7bb634f5d58075.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-5153c8054febf16d.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-99e145799fd9f617.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1b82a5a547bb6b63.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-30be5c1673f7667f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c99036b84ef0c689.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-029e14e5e7f283a9.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-f44a954ef056f09c/out/lib`
36972024-10-22T16:26:09.435Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-d0d09c3e0406dd3c/build-script-build`
36982024-10-22T16:26:09.459Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-82bf77a790973422/build-script-build`
36992024-10-22T16:26:09.486Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
37002024-10-22T16:26:09.510Z 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=b5c2a4c87bc46f30 -C extra-filename=-b5c2a4c87bc46f30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.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-2981c35a334c5b8a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
37012024-10-22T16:26:10.864Z Compiling strip-ansi-escapes v0.2.0
37022024-10-22T16:26:10.888Z 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=ee72aad2603832ad -C extra-filename=-ee72aad2603832ad --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-3edc221f82f10efa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37032024-10-22T16:26:11.076Z 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`
37042024-10-22T16:26:11.260Z Compiling p384 v0.13.0
37052024-10-22T16:26:11.284Z 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=b65726f21ff6e50b -C extra-filename=-b65726f21ff6e50b --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-549f04281ce47dce.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8edd5f4ddeaab733.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-e839bd547edfe982.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0fc696dd70c41646.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37062024-10-22T16:26:11.425Z Compiling clang-sys v1.8.1
37072024-10-22T16:26:11.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/clang-sys-1.8.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_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_18_0", "clang_3_5", "clang_3_6", "clang_3_7", "clang_3_8", "clang_3_9", "clang_4_0", "clang_5_0", "clang_6_0", "clang_7_0", "clang_8_0", "clang_9_0", "libcpp", "libloading", "runtime", "static"))' -C metadata=ee3a47dc1f16f97d -C extra-filename=-ee3a47dc1f16f97d --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-ee3a47dc1f16f97d -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`
37082024-10-22T16:26:12.081Z Compiling tiny-keccak v2.0.2
37092024-10-22T16:26:12.105Z 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`
37102024-10-22T16:26:12.433Z Compiling nu-ansi-term v0.50.1
37112024-10-22T16:26:12.463Z 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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 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=36fd3b2a5c727daf -C extra-filename=-36fd3b2a5c727daf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37122024-10-22T16:26:12.494Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-df1efb505928501a/build-script-build`
37132024-10-22T16:26:12.530Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-ee3a47dc1f16f97d/build-script-build`
37142024-10-22T16:26:12.566Z Compiling mime_guess v2.0.5
37152024-10-22T16:26:12.591Z 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.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=f1bcfbf5d6814c1a -C extra-filename=-f1bcfbf5d6814c1a --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-f1bcfbf5d6814c1a -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`
37162024-10-22T16:26:12.739Z Compiling diesel v2.2.4
37172024-10-22T16:26:12.763Z 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=842aef24a6c17028 -C extra-filename=-842aef24a6c17028 --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-fb02ffd1abc115c8.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-4c2f4bafea521ffa.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fb3b1148eacfce94.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-80b4baf444e0e0f6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
37182024-10-22T16:26:13.095Z Compiling reedline v0.35.0
37192024-10-22T16:26:13.119Z 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.35.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 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=85be312f14fb235b -C extra-filename=-85be312f14fb235b --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-c93540a2dfb95ba6.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8c4a2b429d4d9c4d.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-9476d8607be86170.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-36fd3b2a5c727daf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-ee72aad2603832ad.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-b534315ca1a3744c.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-5c39d9428ba97409.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8f6b1da2456acb43.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37202024-10-22T16:26:13.167Z 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=85429b35439d4169 -C extra-filename=-85429b35439d4169 --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-b7b5464a5de3de01.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
37212024-10-22T16:26:13.730Z 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`
37222024-10-22T16:26:13.837Z 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=4d473c9265bfa8d1 -C extra-filename=-4d473c9265bfa8d1 --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-b8e9fbdeb91cd71f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
37232024-10-22T16:26:13.981Z Compiling phf_generator v0.11.2
37242024-10-22T16:26:14.005Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_generator-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=7540f8cfbacefba9 -C extra-filename=-7540f8cfbacefba9 --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-02e8e0acc1d2fa03.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37252024-10-22T16:26:14.158Z Compiling env_filter v0.1.2
37262024-10-22T16:26:14.181Z 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`
37272024-10-22T16:26:14.330Z Compiling ref-cast v1.0.23
37282024-10-22T16:26:14.353Z 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`
37292024-10-22T16:26:14.780Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-01f79b59b8b393df/build-script-build`
37302024-10-22T16:26:14.803Z Compiling env_logger v0.11.5
37312024-10-22T16:26:14.803Z 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`
37322024-10-22T16:26:14.859Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-ae2f172469cd8229/build-script-build`
37332024-10-22T16:26:14.929Z Compiling phf_codegen v0.11.2
37342024-10-22T16:26:14.953Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_codegen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_codegen-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c43a1d4d8a694e5f -C extra-filename=-c43a1d4d8a694e5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern phf_generator=/work/oxidecomputer/omicron/target/debug/deps/libphf_generator-7540f8cfbacefba9.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-02e8e0acc1d2fa03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37352024-10-22T16:26:15.157Z 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`
37362024-10-22T16:26:15.445Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-f1bcfbf5d6814c1a/build-script-build`
37372024-10-22T16:26:15.493Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
37382024-10-22T16:26:15.516Z 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=7fabe8318b3d33aa -C extra-filename=-7fabe8318b3d33aa --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-3921b46002378d01.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-acf39400c9ba3962.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-85429b35439d4169.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8efc608bc0cce087.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37392024-10-22T16:26:15.552Z 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=7118ea06c03b8f16 -C extra-filename=-7118ea06c03b8f16 --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-c93540a2dfb95ba6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-c50e9c4fc9770bd0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f88577f237cb790b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
37402024-10-22T16:26:15.686Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
37412024-10-22T16:26:15.710Z 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=098f9015aa1e897a -C extra-filename=-098f9015aa1e897a --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-098f9015aa1e897a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-595ac9a36973975f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
37422024-10-22T16:26:16.012Z Compiling ascii-canvas v3.0.0
37432024-10-22T16:26:16.036Z 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=f2a6f945a643ddcd -C extra-filename=-f2a6f945a643ddcd --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-fc2a210ea5ed8a84.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37442024-10-22T16:26:16.353Z 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=7cb56224c377a99d -C extra-filename=-7cb56224c377a99d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-6f2cec8af2039047.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.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-50643e21de27c62e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fb3b1148eacfce94.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-bd9c69bc2f817c6f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-077974f63c498848.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-46fe683caea0895e.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-6da4ab174431298c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.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-72173a9ea899e76d.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-481ec9f9cd50a9a2.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bf449ddf6778b381.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
37452024-10-22T16:26:16.507Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37462024-10-22T16:26:16.530Z 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=cf872d4997adaf18 -C extra-filename=-cf872d4997adaf18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-665b11d7dbe7e32e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
37472024-10-22T16:26:19.395Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
37482024-10-22T16:26:19.419Z 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=0a1b6fa45c9b332d -C extra-filename=-0a1b6fa45c9b332d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
37492024-10-22T16:26:19.442Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
37502024-10-22T16:26:19.442Z 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=89875ad8c6f3cbf7 -C extra-filename=-89875ad8c6f3cbf7 --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-b8e9fbdeb91cd71f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-7a1c88d1453503cb.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-42d37f19843ec3ba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
37512024-10-22T16:26:22.096Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
37522024-10-22T16:26:22.120Z 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=1253f14a3b157453 -C extra-filename=-1253f14a3b157453 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-21d6598fe5058c50.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.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-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
37532024-10-22T16:26:24.562Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37542024-10-22T16:26:24.586Z 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=e9527d3e654591c5 -C extra-filename=-e9527d3e654591c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-21d6598fe5058c50.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-515266e329e1bd5b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-cf07eb805517a1fa.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-2f7f6cade5646186.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-cf872d4997adaf18.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-aa2cd3057be6a27d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1d923f9e302ac86b.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-62398891934877fe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4b4566b2b91f773b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-24b04f271b39c294.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-665b11d7dbe7e32e.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7dbbc363673f3747.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.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-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
37552024-10-22T16:26:25.120Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
37562024-10-22T16:26:25.145Z 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=75f2715d5a961802 -C extra-filename=-75f2715d5a961802 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-42d37f19843ec3ba.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-89875ad8c6f3cbf7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
37572024-10-22T16:26:25.462Z 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=0eaa01471d56b933 -C extra-filename=-0eaa01471d56b933 --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-b8e9fbdeb91cd71f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-7a1c88d1453503cb.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-42d37f19843ec3ba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-ea00c63d23896407.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
37582024-10-22T16:26:25.797Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
37592024-10-22T16:26:25.820Z 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=dcb7b48ce8d5ceaf -C extra-filename=-dcb7b48ce8d5ceaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.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-206607283cd4f37a.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-89875ad8c6f3cbf7.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a6e6f3e36c8ade8a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
37602024-10-22T16:26:26.026Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
37612024-10-22T16:26:26.049Z 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=5596f558cfaebd2c -C extra-filename=-5596f558cfaebd2c --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-b3ec9c46c9402423.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-8af77909a1ebd595.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-639b14986cc85691.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
37622024-10-22T16:26:27.168Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37632024-10-22T16:26:27.193Z 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=a659a954aca08538 -C extra-filename=-a659a954aca08538 --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-c93540a2dfb95ba6.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2981c35a334c5b8a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.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-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
37642024-10-22T16:26:27.384Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37652024-10-22T16:26:27.407Z 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=74fe327fdfdd0256 -C extra-filename=-74fe327fdfdd0256 --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-c93540a2dfb95ba6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
37662024-10-22T16:26:28.057Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37672024-10-22T16:26:28.081Z 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=24b46e2cc6272ede -C extra-filename=-24b46e2cc6272ede --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-74fe327fdfdd0256.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a659a954aca08538.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-b2ec6919f7598847.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3530d4188f228966.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-8af77909a1ebd595.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-9bb7958f5aecbe3b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7240211e613ca0d7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-4ace96267714cd57.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-24b04f271b39c294.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
37682024-10-22T16:26:28.773Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
37692024-10-22T16:26:28.773Z 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=d32a218231312d36 -C extra-filename=-d32a218231312d36 --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-7cb56224c377a99d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
37702024-10-22T16:26:28.972Z 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=354732bc96b0df7d -C extra-filename=-354732bc96b0df7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.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-206607283cd4f37a.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0eaa01471d56b933.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a6e6f3e36c8ade8a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
37712024-10-22T16:26:29.274Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37722024-10-22T16:26:29.297Z 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=16cd7557d7baae9a -C extra-filename=-16cd7557d7baae9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca6deaed5855fa01.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
37732024-10-22T16:26:29.617Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
37742024-10-22T16:26:29.640Z 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=4162b9bfac5d47aa -C extra-filename=-4162b9bfac5d47aa --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-7cb56224c377a99d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-276f12351f1d7bb3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d32a218231312d36.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
37752024-10-22T16:26:30.826Z 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=4394b25e9e988e97 -C extra-filename=-4394b25e9e988e97 --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-b8e9fbdeb91cd71f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-c21a6a7cf3ffa28e.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d10adc533ec730cd.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-2ab5bd54adb46ff7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5997eb623e0b47f9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8efc608bc0cce087.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d32a218231312d36.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-2318bd08493c08a5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.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-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
37762024-10-22T16:26:31.117Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
37772024-10-22T16:26:31.140Z 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=0a3600ef76485eeb -C extra-filename=-0a3600ef76485eeb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-4859a4ed569917d1.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1253f14a3b157453.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-8b2c6af09cc39369.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-c9f4d798832c0062.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cabcee36f6a1e1ab.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.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-0a1b6fa45c9b332d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fb3b1148eacfce94.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-ddb0b6a8cb0a87ff.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-4162b9bfac5d47aa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-276f12351f1d7bb3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4e2f4fb45bcd4fc9.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-75f2715d5a961802.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-df3af215e239554f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.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-72173a9ea899e76d.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2fe3cf30c80908c5.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca6deaed5855fa01.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
37782024-10-22T16:26:31.625Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37792024-10-22T16:26:31.648Z 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=ab93025eba576f62 -C extra-filename=-ab93025eba576f62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4162b9bfac5d47aa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2981c35a334c5b8a.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f88577f237cb790b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
37802024-10-22T16:26:31.750Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37812024-10-22T16:26:31.774Z 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=5a9e8a3fda1306a6 -C extra-filename=-5a9e8a3fda1306a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f2bf026160a24097.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-e9f2fd26b40ff159.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-1d48cb6a25196d6f.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-08cc1ef2903b68d2.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d32a218231312d36.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-72173a9ea899e76d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5fbaad27207d1051.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66e35edd96a0ae94/out`
37822024-10-22T16:26:32.480Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
37832024-10-22T16:26:32.504Z 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=7fa3aabaaed19133 -C extra-filename=-7fa3aabaaed19133 --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-206607283cd4f37a.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-354732bc96b0df7d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0eaa01471d56b933.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
37842024-10-22T16:26:32.722Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37852024-10-22T16:26:32.746Z 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=194107b4043c34a3 -C extra-filename=-194107b4043c34a3 --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-606cdc2325bc2461.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2981c35a334c5b8a.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f88577f237cb790b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d32a218231312d36.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
37862024-10-22T16:26:35.249Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
37872024-10-22T16:26:35.273Z 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=d0f67e146bd5a372 -C extra-filename=-d0f67e146bd5a372 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4394b25e9e988e97.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4162b9bfac5d47aa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2d0ad5c466b9c4d1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-8392285166d821a5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8efc608bc0cce087.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d32a218231312d36.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
37882024-10-22T16:26:37.116Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37892024-10-22T16:26:37.139Z 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=74ed118717210afc -C extra-filename=-74ed118717210afc --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-c0696dacea116c38.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-c50e9c4fc9770bd0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d32a218231312d36.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
37902024-10-22T16:26:39.198Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
37912024-10-22T16:26:39.221Z 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=04f97b05bcf510ae -C extra-filename=-04f97b05bcf510ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-27773227d8034740.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-dcb7b48ce8d5ceaf.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-7fa3aabaaed19133.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-89875ad8c6f3cbf7.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a6e6f3e36c8ade8a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
37922024-10-22T16:26:39.577Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
37932024-10-22T16:26:39.603Z 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=2cfd367f08af791a -C extra-filename=-2cfd367f08af791a --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-c93540a2dfb95ba6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fa8b24540dc9178a.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-d68c3000a269ea3d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-04f97b05bcf510ae.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
37942024-10-22T16:26:39.674Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37952024-10-22T16:26:39.698Z 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=a09d2d2372607ec6 -C extra-filename=-a09d2d2372607ec6 --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-2a9b2223f6844e23.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-2ab5bd54adb46ff7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5997eb623e0b47f9.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8efc608bc0cce087.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
37962024-10-22T16:26:40.388Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
37972024-10-22T16:26:40.412Z 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=e4c256dca902d937 -C extra-filename=-e4c256dca902d937 --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-d10adc533ec730cd.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-a6516d1cc40e023a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.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-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
37982024-10-22T16:26:41.451Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37992024-10-22T16:26:41.475Z 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=800c3d3e11d02d58 -C extra-filename=-800c3d3e11d02d58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.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-a3d9dca8df99eae3.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a09d2d2372607ec6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5a9e8a3fda1306a6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66e35edd96a0ae94/out`
38002024-10-22T16:26:42.816Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
38012024-10-22T16:26:42.840Z 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=99bd6f156115d55e -C extra-filename=-99bd6f156115d55e --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-606cdc2325bc2461.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4e2f4fb45bcd4fc9.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-091e90fe139a5988.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
38022024-10-22T16:26:43.465Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
38032024-10-22T16:26:43.466Z 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=1a7af9c43059d515 -C extra-filename=-1a7af9c43059d515 --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-f45b6c8cdc4f7801.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e4c256dca902d937.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.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-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
38042024-10-22T16:26:43.648Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38052024-10-22T16:26:43.675Z 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=f86ea859faefdd83 -C extra-filename=-f86ea859faefdd83 --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-294229beec0d6e93.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4162b9bfac5d47aa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d0f67e146bd5a372.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d32a218231312d36.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38062024-10-22T16:26:44.897Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38072024-10-22T16:26:44.921Z 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=42bdb0e972038a36 -C extra-filename=-42bdb0e972038a36 --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-9397b75655977f50.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d0f67e146bd5a372.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d32a218231312d36.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38082024-10-22T16:26:45.179Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
38092024-10-22T16:26:45.202Z 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=860e11b53bfe4f4a -C extra-filename=-860e11b53bfe4f4a --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-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38102024-10-22T16:26:45.541Z Compiling ref-cast-impl v1.0.23
38112024-10-22T16:26:45.564Z 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=88bc3539b7d73b8c -C extra-filename=-88bc3539b7d73b8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38122024-10-22T16:26:46.661Z Compiling parse-zoneinfo v0.3.1
38132024-10-22T16:26:46.685Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_zoneinfo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-zoneinfo-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b1811536ca717ac6 -C extra-filename=-b1811536ca717ac6 --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-af2dab8125b2f6b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38142024-10-22T16:26:46.685Z Compiling ena v0.14.3
38152024-10-22T16:26:46.685Z 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`
38162024-10-22T16:26:46.834Z Compiling libloading v0.8.5
38172024-10-22T16:26:46.858Z 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.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3e439eac2d1b51bb -C extra-filename=-3e439eac2d1b51bb --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`
38182024-10-22T16:26:47.067Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
38192024-10-22T16:26:47.091Z 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=e2fa94cb9f8fc375 -C extra-filename=-e2fa94cb9f8fc375 --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-c93540a2dfb95ba6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4162b9bfac5d47aa.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-276f12351f1d7bb3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2981c35a334c5b8a.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f88577f237cb790b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
38202024-10-22T16:26:47.115Z Compiling regex-syntax v0.6.29
38212024-10-22T16:26:47.115Z 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`
38222024-10-22T16:26:47.246Z Compiling bindgen v0.69.5
38232024-10-22T16:26:47.269Z 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.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' --check-cfg 'cfg(docsrs)' --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=a67f027985ba5526 -C extra-filename=-a67f027985ba5526 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-a67f027985ba5526 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38242024-10-22T16:26:47.460Z Compiling cfg_aliases v0.1.1
38252024-10-22T16:26:47.484Z 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`
38262024-10-22T16:26:47.571Z Dirty bytecount v0.6.8: the rustflags changed
38272024-10-22T16:26:47.572Z Compiling bytecount v0.6.8
38282024-10-22T16:26:47.595Z 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`
38292024-10-22T16:26:47.785Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
38302024-10-22T16:26:47.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/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`
38312024-10-22T16:26:48.035Z Dirty papergrid v0.11.0: the rustflags changed
38322024-10-22T16:26:48.035Z Compiling papergrid v0.11.0
38332024-10-22T16:26:48.059Z 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=993f320d6b0f0dee -C extra-filename=-993f320d6b0f0dee --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-8f6b1da2456acb43.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38342024-10-22T16:26:48.083Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-a67f027985ba5526/build-script-build`
38352024-10-22T16:26:48.106Z Compiling nix v0.28.0
38362024-10-22T16:26:48.106Z 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`
38372024-10-22T16:26:48.132Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-bbd900005dbd82b6/build-script-build`
38382024-10-22T16:26:48.171Z Compiling chrono-tz-build v0.4.0
38392024-10-22T16:26:48.195Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono_tz_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-tz-build-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("case-insensitive", "filter-by-regex", "phf_shared", "regex", "uncased"))' -C metadata=b08dfeb184b81ea9 -C extra-filename=-b08dfeb184b81ea9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern parse_zoneinfo=/work/oxidecomputer/omicron/target/debug/deps/libparse_zoneinfo-b1811536ca717ac6.rmeta --extern phf_codegen=/work/oxidecomputer/omicron/target/debug/deps/libphf_codegen-c43a1d4d8a694e5f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38402024-10-22T16:26:48.417Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_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_18_0", "clang_3_5", "clang_3_6", "clang_3_7", "clang_3_8", "clang_3_9", "clang_4_0", "clang_5_0", "clang_6_0", "clang_7_0", "clang_8_0", "clang_9_0", "libcpp", "libloading", "runtime", "static"))' -C metadata=2f2fcfc59c1197eb -C extra-filename=-2f2fcfc59c1197eb --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-7bca6a4da6cde0e6.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-3e439eac2d1b51bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38412024-10-22T16:26:48.851Z 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=3522627863e48cb1 -C extra-filename=-3522627863e48cb1 --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-88bc3539b7d73b8c.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)'`
38422024-10-22T16:26:48.993Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
38432024-10-22T16:26:49.017Z 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=82abf92cc962e0a3 -C extra-filename=-82abf92cc962e0a3 --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-fb3b1148eacfce94.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
38442024-10-22T16:26:49.316Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
38452024-10-22T16:26:49.340Z 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=80cdcde5f633313f -C extra-filename=-80cdcde5f633313f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-7fabe8318b3d33aa.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-125d612dea7dc87f.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-b65726f21ff6e50b.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8efc608bc0cce087.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-30be5c1673f7667f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38462024-10-22T16:26:49.399Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-098f9015aa1e897a/build-script-build`
38472024-10-22T16:26:49.431Z 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.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=8020e0e28fbfc534 -C extra-filename=-8020e0e28fbfc534 --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`
38482024-10-22T16:26:50.190Z Compiling lalrpop v0.19.12
38492024-10-22T16:26:50.216Z 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=92df261eb3eff948 -C extra-filename=-92df261eb3eff948 --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-f2a6f945a643ddcd.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-6197d9fbdefdae64.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-c468925203a4a51b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.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-2493ee11b0d280d0.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-fc2a210ea5ed8a84.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-7327f3d13197559b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38502024-10-22T16:26:50.284Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
38512024-10-22T16:26:50.307Z 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=fea4e343dfd613c8 -C extra-filename=-fea4e343dfd613c8 --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-03bdec08601d438c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-14c741f43f60113c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
38522024-10-22T16:26:50.380Z Compiling which v4.4.2
38532024-10-22T16:26:50.404Z 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=74b6f172e0c04e39 -C extra-filename=-74b6f172e0c04e39 --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-1f26de9c2d244e57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38542024-10-22T16:26:50.923Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
38552024-10-22T16:26:50.947Z 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=687f84b20f0816b5 -C extra-filename=-687f84b20f0816b5 --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-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38562024-10-22T16:26:51.527Z Compiling tabled_derive v0.7.0
38572024-10-22T16:26:51.551Z 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=b016205a73239617 -C extra-filename=-b016205a73239617 --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-836e2c374cf90b03.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6e40a918bc2bff98.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38582024-10-22T16:26:51.802Z Compiling cexpr v0.6.0
38592024-10-22T16:26:51.825Z 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=da485d1658002250 -C extra-filename=-da485d1658002250 --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-48891256de0358bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38602024-10-22T16:26:51.960Z Compiling rustc-hash v1.1.0
38612024-10-22T16:26:51.985Z 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`
38622024-10-22T16:26:52.107Z Compiling lazycell v1.3.0
38632024-10-22T16:26:52.131Z 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`
38642024-10-22T16:26:52.275Z Compiling http-range v0.1.5
38652024-10-22T16:26:52.298Z 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`
38662024-10-22T16:26:52.653Z Compiling hyper-staticfile v0.10.1
38672024-10-22T16:26:52.695Z 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=c5b39c5937dd8b23 -C extra-filename=-c5b39c5937dd8b23 --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-276847dd56a0d30f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.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-fa8b24540dc9178a.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8020e0e28fbfc534.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-6398875b516cf905.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38682024-10-22T16:26:53.214Z 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.5/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' --check-cfg 'cfg(docsrs)' --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=502fd80697d21358 -C extra-filename=-502fd80697d21358 --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-fb02ffd1abc115c8.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-da485d1658002250.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-2f2fcfc59c1197eb.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb69c56d84ec7036.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cf320adaf9052777.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-a6e6f3e36c8ade8a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.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-d1bb9b0d189db5f1.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-74b6f172e0c04e39.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38692024-10-22T16:26:53.382Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
38702024-10-22T16:26:53.406Z 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=fef028c6ace430af -C extra-filename=-fef028c6ace430af --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-687f84b20f0816b5.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-860e11b53bfe4f4a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38712024-10-22T16:26:53.683Z 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=9823be7694d25e0b -C extra-filename=-9823be7694d25e0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-7fabe8318b3d33aa.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-80cdcde5f633313f.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-125d612dea7dc87f.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-a6516d1cc40e023a.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-64bfa8a56fa2a472.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5997eb623e0b47f9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0fc696dd70c41646.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8efc608bc0cce087.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-c27e9d426a7f576f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-30be5c1673f7667f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.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-fb69671f204b4e69/out`
38722024-10-22T16:26:53.881Z Compiling tabled v0.15.0
38732024-10-22T16:26:53.904Z 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=9eb4ec78cc85feaa -C extra-filename=-9eb4ec78cc85feaa --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-993f320d6b0f0dee.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-b016205a73239617.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8f6b1da2456acb43.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38742024-10-22T16:26:55.700Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
38752024-10-22T16:26:55.724Z 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=d12a777364a9a393 -C extra-filename=-d12a777364a9a393 --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-c93540a2dfb95ba6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5596f558cfaebd2c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e2fa94cb9f8fc375.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-04f97b05bcf510ae.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
38762024-10-22T16:26:56.809Z Compiling chrono-tz v0.10.0
38772024-10-22T16:26:56.833Z 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/chrono-tz-0.10.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("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=09cee7a1d850964f -C extra-filename=-09cee7a1d850964f --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-09cee7a1d850964f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono_tz_build=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz_build-b08dfeb184b81ea9.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38782024-10-22T16:26:57.495Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-ca13c98331e61947/build-script-build`
38792024-10-22T16:26:57.527Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
38802024-10-22T16:26:57.551Z 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=3b052f26c5996704 -C extra-filename=-3b052f26c5996704 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-db8c6ce6b3988e5d.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a2ffa63167802121.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fa8b24540dc9178a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2981c35a334c5b8a.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-860e11b53bfe4f4a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-feb43724de55514a.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0a7ddd92c5844a95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
38812024-10-22T16:26:57.624Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
38822024-10-22T16:26:57.648Z 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/a1b342c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 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=1a0fbe6a9401b7ef -C extra-filename=-1a0fbe6a9401b7ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38832024-10-22T16:26:58.711Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
38842024-10-22T16:26:58.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=339712e165329fc0 -C extra-filename=-339712e165329fc0 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-339712e165329fc0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-595ac9a36973975f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
38852024-10-22T16:26:59.018Z Compiling derive_builder_core v0.20.2
38862024-10-22T16:26:59.042Z 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.2/src/lib.rs --error-format=json --json=diagnostic-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=c1bad87ea53909f5 -C extra-filename=-c1bad87ea53909f5 --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-67c501a86fe790f0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38872024-10-22T16:26:59.666Z Compiling libxml v0.3.3
38882024-10-22T16:26:59.691Z 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=a74d9b4a66446b3c -C extra-filename=-a74d9b4a66446b3c --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-a74d9b4a66446b3c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-f4afa31b8ebbf95c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38892024-10-22T16:27:00.060Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-a74d9b4a66446b3c/build-script-build`
38902024-10-22T16:27:00.108Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-339712e165329fc0/build-script-build`
38912024-10-22T16:27:00.145Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-09cee7a1d850964f/build-script-build`
38922024-10-22T16:27:00.403Z 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=35336aa06ef4e3f5 -C extra-filename=-35336aa06ef4e3f5 --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-fb02ffd1abc115c8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
38932024-10-22T16:27:01.004Z 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=7433037f8831c75b -C extra-filename=-7433037f8831c75b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1253f14a3b157453.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-fea4e343dfd613c8.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-c9f4d798832c0062.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-842aef24a6c17028.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fb3b1148eacfce94.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.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-cf872d4997adaf18.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-82abf92cc962e0a3.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4162b9bfac5d47aa.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-99bd6f156115d55e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-276f12351f1d7bb3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-df3af215e239554f.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3522627863e48cb1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ab93025eba576f62.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-72173a9ea899e76d.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2fe3cf30c80908c5.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.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-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38942024-10-22T16:27:01.084Z Compiling derive_builder_macro v0.20.2
38952024-10-22T16:27:01.108Z 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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=d4e04c82cf8a21c6 -C extra-filename=-d4e04c82cf8a21c6 --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-c1bad87ea53909f5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38962024-10-22T16:27:01.165Z Compiling peg-macros v0.8.4
38972024-10-22T16:27:01.189Z 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=708e4ea32ba5b260 -C extra-filename=-708e4ea32ba5b260 --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38982024-10-22T16:27:02.012Z Compiling signal-hook-tokio v0.3.1
38992024-10-22T16:27:02.037Z 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=d982570fac10725d -C extra-filename=-d982570fac10725d --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-7bca6a4da6cde0e6.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-24faf2dcd43a4db4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39002024-10-22T16:27:02.192Z Compiling strum_macros v0.24.3
39012024-10-22T16:27:02.216Z 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=66e441e71b92f81e -C extra-filename=-66e441e71b92f81e --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-cd12841eafeed674.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6e40a918bc2bff98.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39022024-10-22T16:27:03.687Z Compiling sqlparser_derive v0.2.2
39032024-10-22T16:27:03.711Z 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=f85de2b75ea35afc -C extra-filename=-f85de2b75ea35afc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39042024-10-22T16:27:03.941Z Compiling memoffset v0.9.1
39052024-10-22T16:27:03.965Z 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=138943869d55787a -C extra-filename=-138943869d55787a --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-138943869d55787a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-31125824db6bbb08.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39062024-10-22T16:27:04.305Z Compiling indoc v1.0.9
39072024-10-22T16:27:04.329Z 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`
39082024-10-22T16:27:04.401Z Compiling unicode_categories v0.1.1
39092024-10-22T16:27:04.425Z 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`
39102024-10-22T16:27:04.709Z Compiling sqlformat v0.2.6
39112024-10-22T16:27:04.734Z 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=1bdd39bfebd03640 -C extra-filename=-1bdd39bfebd03640 --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-48891256de0358bb.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`
39122024-10-22T16:27:04.771Z Compiling sqlparser v0.45.0
39132024-10-22T16:27:04.796Z 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=18626462a7083486 -C extra-filename=-18626462a7083486 --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-f85de2b75ea35afc.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39142024-10-22T16:27:05.245Z Compiling peg v0.8.4
39152024-10-22T16:27:05.269Z 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=c95009266722ad06 -C extra-filename=-c95009266722ad06 --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-708e4ea32ba5b260.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`
39162024-10-22T16:27:05.363Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-138943869d55787a/build-script-build`
39172024-10-22T16:27:05.389Z Compiling rustyline v14.0.0
39182024-10-22T16:27:05.389Z 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=bd3c36a631e20a21 -C extra-filename=-bd3c36a631e20a21 --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-fb02ffd1abc115c8.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-9476d8607be86170.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-97a8c4bd154ecfb4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b7d5cfbb443b029.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-35336aa06ef4e3f5.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-5c39d9428ba97409.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8f6b1da2456acb43.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-ae49b486e5e6c5ee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39192024-10-22T16:27:05.519Z Compiling derive_builder v0.20.2
39202024-10-22T16:27:05.543Z 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.2/src/lib.rs --error-format=json --json=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("alloc", "clippy", "default", "std"))' --check-cfg 'cfg(compiletests)' -C metadata=19211438895ae4ba -C extra-filename=-19211438895ae4ba --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-d4e04c82cf8a21c6.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39212024-10-22T16:27:05.695Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39222024-10-22T16:27:05.719Z 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=8b4c53dc03b604db -C extra-filename=-8b4c53dc03b604db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4394b25e9e988e97.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-42bdb0e972038a36.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-194107b4043c34a3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-05623b2f83682ba2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b5c2a4c87bc46f30.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.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-24b46e2cc6272ede.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a659a954aca08538.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7118ea06c03b8f16.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed861e9e9bc48d14.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-1fb4cb21c0248828.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cabcee36f6a1e1ab.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c5b39c5937dd8b23.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-16cd7557d7baae9a.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5596f558cfaebd2c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fb3b1148eacfce94.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a09d2d2372607ec6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4dc477daed87055a.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e2fa94cb9f8fc375.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-cf872d4997adaf18.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4162b9bfac5d47aa.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-74ed118717210afc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-077974f63c498848.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-04f97b05bcf510ae.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2cfd367f08af791a.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d12a777364a9a393.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2d0ad5c466b9c4d1.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3b052f26c5996704.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-fef028c6ace430af.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-8392285166d821a5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8efc608bc0cce087.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-f86ea859faefdd83.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ab93025eba576f62.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d0f67e146bd5a372.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5a9e8a3fda1306a6.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d32a218231312d36.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-800c3d3e11d02d58.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9823be7694d25e0b.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4b4566b2b91f773b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5fbaad27207d1051.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7dbbc363673f3747.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bf449ddf6778b381.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/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-66e35edd96a0ae94/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
39232024-10-22T16:27:08.968Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono_tz --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-tz-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("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=353def9d6dc7f25c -C extra-filename=-353def9d6dc7f25c --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-c93540a2dfb95ba6.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-ee25658cf7098305.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39242024-10-22T16:27:09.355Z 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=e2a0c5fea939b70a -C extra-filename=-e2a0c5fea939b70a --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-7bca6a4da6cde0e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2`
39252024-10-22T16:27:09.810Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
39262024-10-22T16:27:09.834Z 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=f1455e6063aea63d -C extra-filename=-f1455e6063aea63d --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-9397b75655977f50.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1a7af9c43059d515.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
39272024-10-22T16:27:11.751Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
39282024-10-22T16:27:11.775Z 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=fd0ef1ae42d37de2 -C extra-filename=-fd0ef1ae42d37de2 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-fd0ef1ae42d37de2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-595ac9a36973975f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
39292024-10-22T16:27:12.070Z Compiling http v0.2.12
39302024-10-22T16:27:12.094Z 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=a79fff3a275b3158 -C extra-filename=-a79fff3a275b3158 --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-b8e9fbdeb91cd71f.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`
39312024-10-22T16:27:12.338Z Compiling bcs v0.1.6
39322024-10-22T16:27:12.362Z 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=c1061b23946bb5f7 -C extra-filename=-c1061b23946bb5f7 --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-a652f8ccc3e0df34.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39332024-10-22T16:27:12.978Z Compiling quick-xml v0.33.0
39342024-10-22T16:27:13.003Z 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=d87091b9787f8d81 -C extra-filename=-d87091b9787f8d81 --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-3b7d5cfbb443b029.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39352024-10-22T16:27:14.192Z Compiling impl-trait-for-tuples v0.2.2
39362024-10-22T16:27:14.217Z 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=38c125916d062385 -C extra-filename=-38c125916d062385 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6e40a918bc2bff98.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39372024-10-22T16:27:15.944Z Compiling oso-derive v0.27.3
39382024-10-22T16:27:15.968Z 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=a5ca1afad04ae64c -C extra-filename=-a5ca1afad04ae64c --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-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6e40a918bc2bff98.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39392024-10-22T16:27:17.117Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-fd0ef1ae42d37de2/build-script-build`
39402024-10-22T16:27:17.153Z 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=b1bd7d08cf4a91cc -C extra-filename=-b1bd7d08cf4a91cc --out-dir /work/oxidecomputer/omicron/target/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`
39412024-10-22T16:27:17.283Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
39422024-10-22T16:27:17.307Z 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=92ea4b6ee9f042b1 -C extra-filename=-92ea4b6ee9f042b1 --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-03bdec08601d438c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-14c741f43f60113c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
39432024-10-22T16:27:17.382Z Compiling tungstenite v0.23.0
39442024-10-22T16:27:17.406Z 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=a817beb9c6cb4ba9 -C extra-filename=-a817beb9c6cb4ba9 --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-b8e9fbdeb91cd71f.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7a236d7ad8978468.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-6c5265b4c120912c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.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`
39452024-10-22T16:27:18.934Z Compiling pin-project-internal v1.1.6
39462024-10-22T16:27:18.959Z 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.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f80fc73536766c42 -C extra-filename=-f80fc73536766c42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39472024-10-22T16:27:19.456Z Compiling diesel-dtrace v0.3.0
39482024-10-22T16:27:19.481Z 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/diesel-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=45e02d6ed964951a -C extra-filename=-45e02d6ed964951a --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-45e02d6ed964951a -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`
39492024-10-22T16:27:19.796Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
39502024-10-22T16:27:19.820Z 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`
39512024-10-22T16:27:20.115Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-19c2d3ff60670bcb/build-script-build`
39522024-10-22T16:27:20.164Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-45e02d6ed964951a/build-script-build`
39532024-10-22T16:27:20.202Z Compiling tokio-tungstenite v0.23.1
39542024-10-22T16:27:20.226Z 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=65e009c738effbf1 -C extra-filename=-65e009c738effbf1 --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-276847dd56a0d30f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-a817beb9c6cb4ba9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39552024-10-22T16:27:20.249Z Compiling nix v0.27.1
39562024-10-22T16:27:20.249Z 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=3ef16e8978e139ae -C extra-filename=-3ef16e8978e139ae --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-fb02ffd1abc115c8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-b1bd7d08cf4a91cc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39572024-10-22T16:27:20.671Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
39582024-10-22T16:27:20.695Z 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-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=f688ae236db9e63e -C extra-filename=-f688ae236db9e63e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-809d2ffd255a9c12.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-c1061b23946bb5f7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-353def9d6dc7f25c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-1a0fbe6a9401b7ef.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8c4a2b429d4d9c4d.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-9397b75655977f50.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f2bf026160a24097.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-8635b5d8cbf154bd.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-48891256de0358bb.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-42d37f19843ec3ba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-04f97b05bcf510ae.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-75f2715d5a961802.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-c95009266722ad06.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-639b14986cc85691.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-85be312f14fb235b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-bd3c36a631e20a21.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-1bdd39bfebd03640.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-18626462a7083486.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9eb4ec78cc85feaa.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-21eba7ec22e8f77d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7dbbc363673f3747.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
39592024-10-22T16:27:21.279Z Compiling h2 v0.3.26
39602024-10-22T16:27:21.303Z 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=c029922889a5308d -C extra-filename=-c029922889a5308d --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-b8e9fbdeb91cd71f.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-276847dd56a0d30f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a79fff3a275b3158.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-57539490ecf7bda6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-21eba7ec22e8f77d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c5813f0370454179.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39612024-10-22T16:27:21.592Z Compiling pin-project v1.1.6
39622024-10-22T16:27:21.617Z 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.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bc98e5432be1ab4d -C extra-filename=-bc98e5432be1ab4d --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-f80fc73536766c42.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39632024-10-22T16:27:21.736Z Compiling http-body v0.4.6
39642024-10-22T16:27:21.765Z 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=b377151436fff2e3 -C extra-filename=-b377151436fff2e3 --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-b8e9fbdeb91cd71f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a79fff3a275b3158.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`
39652024-10-22T16:27:21.880Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
39662024-10-22T16:27:21.904Z 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=569c80e27912ba01 -C extra-filename=-569c80e27912ba01 --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-c99036b84ef0c689.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39672024-10-22T16:27:22.142Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
39682024-10-22T16:27:22.166Z 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=7d49ceeca05161d4 -C extra-filename=-7d49ceeca05161d4 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-7d49ceeca05161d4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-595ac9a36973975f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
39692024-10-22T16:27:22.190Z Compiling const_format_proc_macros v0.2.33
39702024-10-22T16:27:22.190Z 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=d145b88574bffceb -C extra-filename=-d145b88574bffceb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-7327f3d13197559b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39712024-10-22T16:27:22.513Z Compiling bb8 v0.8.5
39722024-10-22T16:27:22.537Z 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=a90861160272f54f -C extra-filename=-a90861160272f54f --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-2a9b2223f6844e23.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-276847dd56a0d30f.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-750e8ca6c6d6ac0c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39732024-10-22T16:27:22.987Z Compiling async-bb8-diesel v0.2.1
39742024-10-22T16:27:22.987Z 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=cccd078da3c2486a -C extra-filename=-cccd078da3c2486a --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-2a9b2223f6844e23.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-a90861160272f54f.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-842aef24a6c17028.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39752024-10-22T16:27:23.667Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-7d49ceeca05161d4/build-script-build`
39762024-10-22T16:27:23.700Z 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=71df988ab78fb058 -C extra-filename=-71df988ab78fb058 --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-2a9b2223f6844e23.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-f77f4d3d3d6be6bb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-7145ec3957bee753.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f45b6c8cdc4f7801.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-acf39400c9ba3962.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-caaa7273e8fbdbf2.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-014178c12363f11b.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-3ef16e8978e139ae.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-176255c2b6dd361c.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-72173a9ea899e76d.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-08d8234b8a0f1e64.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-2493ee11b0d280d0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-569c80e27912ba01.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7dbbc363673f3747.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-029e14e5e7f283a9.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-f44a954ef056f09c/out/lib`
39772024-10-22T16:27:24.127Z Compiling const_format v0.2.33
39782024-10-22T16:27:24.151Z 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=f39e6051643e75e5 -C extra-filename=-f39e6051643e75e5 --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-d145b88574bffceb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39792024-10-22T16:27:24.746Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-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=3ee2a89b83e83f6e -C extra-filename=-3ee2a89b83e83f6e --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-842aef24a6c17028.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7dbbc363673f3747.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39802024-10-22T16:27:25.094Z Dirty cargo-platform v0.1.8: the rustflags changed
39812024-10-22T16:27:25.094Z Compiling cargo-platform v0.1.8
39822024-10-22T16:27:25.118Z 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=ffb43a1d918ff620 -C extra-filename=-ffb43a1d918ff620 --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-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39832024-10-22T16:27:25.602Z Compiling snafu-derive v0.8.5
39842024-10-22T16:27:25.626Z 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.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust_1_61"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rust_1_61", "unstable-provider-api"))' -C metadata=96237b868ccba5c0 -C extra-filename=-96237b868ccba5c0 --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39852024-10-22T16:27:29.466Z Compiling hyper v0.14.30
39862024-10-22T16:27:29.490Z 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=50b935cf68031f10 -C extra-filename=-50b935cf68031f10 --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-b8e9fbdeb91cd71f.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-276847dd56a0d30f.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-c029922889a5308d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a79fff3a275b3158.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-b377151436fff2e3.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7a236d7ad8978468.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-08d8234b8a0f1e64.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-f6ab7995d523906b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c5813f0370454179.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`
39872024-10-22T16:27:29.597Z Compiling sync_wrapper v0.1.2
39882024-10-22T16:27:29.621Z 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`
39892024-10-22T16:27:29.740Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
39902024-10-22T16:27:29.764Z 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=93327fc5c3dd2723 -C extra-filename=-93327fc5c3dd2723 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-f1455e6063aea63d.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f45b6c8cdc4f7801.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-71df988ab78fb058.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1a7af9c43059d515.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fa8b24540dc9178a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e4c256dca902d937.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-04f97b05bcf510ae.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2cfd367f08af791a.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d12a777364a9a393.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-24faf2dcd43a4db4.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d982570fac10725d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-aafe08763bfdf455.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-65e009c738effbf1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f44a954ef056f09c/out/lib`
39912024-10-22T16:27:30.219Z Compiling snafu v0.8.5
39922024-10-22T16:27:30.243Z 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.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core-crate"' --cfg 'feature="pin-project"' --cfg 'feature="rust_1_61"' --cfg 'feature="rust_1_65"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "backtraces-impl-backtrace-crate", "default", "futures", "futures-core-crate", "futures-crate", "guide", "internal-dev-dependencies", "pin-project", "rust_1_61", "rust_1_65", "rust_1_81", "std", "unstable-core-error", "unstable-provider-api", "unstable-try-trait"))' -C metadata=46d8476e5a24dddc -C extra-filename=-46d8476e5a24dddc --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-bc98e5432be1ab4d.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-96237b868ccba5c0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39932024-10-22T16:27:30.962Z Dirty cargo_metadata v0.18.1: the rustflags changed
39942024-10-22T16:27:30.962Z Compiling cargo_metadata v0.18.1
39952024-10-22T16:27:30.986Z 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=21fbe0fd132ab9c9 -C extra-filename=-21fbe0fd132ab9c9 --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-294229beec0d6e93.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-ffb43a1d918ff620.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39962024-10-22T16:27:33.993Z Compiling reqwest v0.11.27
39972024-10-22T16:27:34.017Z 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=eee7164c1d41c6c0 -C extra-filename=-eee7164c1d41c6c0 --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-b8e9fbdeb91cd71f.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-276847dd56a0d30f.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-c029922889a5308d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a79fff3a275b3158.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-b377151436fff2e3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-50b935cf68031f10.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-eebe1899602319ed.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-a652f8ccc3e0df34.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-12c43cd70bd8ae58.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-21eba7ec22e8f77d.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-f6ab7995d523906b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-6398875b516cf905.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39982024-10-22T16:27:35.695Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
39992024-10-22T16:27:35.695Z 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=450aa7e50f6130b8 -C extra-filename=-450aa7e50f6130b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f45b6c8cdc4f7801.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1a7af9c43059d515.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
40002024-10-22T16:27:39.618Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40012024-10-22T16:27:39.643Z 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=1477d8c0a590c945 -C extra-filename=-1477d8c0a590c945 --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-c93540a2dfb95ba6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2981c35a334c5b8a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
40022024-10-22T16:27:41.363Z Compiling globset v0.4.15
40032024-10-22T16:27:41.388Z 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.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "serde", "serde1", "simd-accel"))' -C metadata=b134c2d85303f99f -C extra-filename=-b134c2d85303f99f --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-b542551110e8af51.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-51b12ef1d081c45d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-9f36d56a060ad2ad.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-26edaa7b21c00140.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40042024-10-22T16:27:42.889Z Compiling olpc-cjson v0.1.4
40052024-10-22T16:27:42.913Z 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.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=c69a34d9ced4ee67 -C extra-filename=-c69a34d9ced4ee67 --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-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-8e3dd38d8af6e038.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40062024-10-22T16:27:43.151Z Compiling serde_plain v1.0.2
40072024-10-22T16:27:43.178Z 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=4850ad1575d6b9ea -C extra-filename=-4850ad1575d6b9ea --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-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40082024-10-22T16:27:43.210Z Compiling typed-path v0.7.1
40092024-10-22T16:27:44.257Z 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`
40102024-10-22T16:27:44.283Z Compiling parse-size v1.0.0
40112024-10-22T16:27:44.283Z 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`
40122024-10-22T16:27:44.284Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40132024-10-22T16:27:44.284Z 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=6c3376738064f670 -C extra-filename=-6c3376738064f670 --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-c93540a2dfb95ba6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
40142024-10-22T16:27:45.490Z Compiling tough v0.17.1
40152024-10-22T16:27:45.514Z 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=649cce69ca71eded -C extra-filename=-649cce69ca71eded --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-809d2ffd255a9c12.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5859d1b7689bc278.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-b134c2d85303f99f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-c69a34d9ced4ee67.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-eee7164c1d41c6c0.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1d923f9e302ac86b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-4850ad1575d6b9ea.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-46d8476e5a24dddc.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-24b04f271b39c294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-21eba7ec22e8f77d.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-6398875b516cf905.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-fb69671f204b4e69/out`
40162024-10-22T16:27:45.921Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40172024-10-22T16:27:45.945Z 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=7295c65eee3d6e0f -C extra-filename=-7295c65eee3d6e0f --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-294229beec0d6e93.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f45b6c8cdc4f7801.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1a7af9c43059d515.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-93327fc5c3dd2723.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-450aa7e50f6130b8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f44a954ef056f09c/out/lib -L native=/usr/lib/amd64`
40182024-10-22T16:27:46.566Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40192024-10-22T16:27:46.590Z 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=83b744bbe1b02551 -C extra-filename=-83b744bbe1b02551 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5596f558cfaebd2c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e2fa94cb9f8fc375.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-04f97b05bcf510ae.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-6c3376738064f670.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1477d8c0a590c945.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f688ae236db9e63e.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-639b14986cc85691.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
40202024-10-22T16:27:48.243Z Compiling assert_matches v1.5.0
40212024-10-22T16:27:48.268Z 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`
40222024-10-22T16:27:48.349Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
40232024-10-22T16:27:48.374Z 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=ae7a006cdb9726b6 -C extra-filename=-ae7a006cdb9726b6 --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-2a9b2223f6844e23.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-cf872d4997adaf18.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4162b9bfac5d47aa.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
40242024-10-22T16:27:48.817Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
40252024-10-22T16:27:48.841Z 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=235947ff7934f363 -C extra-filename=-235947ff7934f363 --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-f8788065ea5bfd1e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cf320adaf9052777.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40262024-10-22T16:27:50.459Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
40272024-10-22T16:27:50.483Z 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=86b21c99a6f2081c -C extra-filename=-86b21c99a6f2081c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-4d473c9265bfa8d1.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed861e9e9bc48d14.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-816e989a4ff4f43c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-caaa7273e8fbdbf2.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-93c89df6fe796d16.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1d923f9e302ac86b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-cda642eaa27d4783.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0fc696dd70c41646.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4b4566b2b91f773b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-649cce69ca71eded.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-6398875b516cf905.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-029e14e5e7f283a9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f44a954ef056f09c/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
40282024-10-22T16:27:50.858Z Compiling rand_seeder v0.3.0
40292024-10-22T16:27:50.882Z 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=89fe9c6a2dca6919 -C extra-filename=-89fe9c6a2dca6919 --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-a70f0230c3ae6da9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40302024-10-22T16:27:51.154Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40312024-10-22T16:27:51.179Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2021 clients/clickhouse-admin-keeper-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=c9a92d1feb295167 -C extra-filename=-c9a92d1feb295167 --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-c93540a2dfb95ba6.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1253f14a3b157453.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2981c35a334c5b8a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.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-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
40322024-10-22T16:27:53.272Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40332024-10-22T16:27:53.296Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2021 clients/clickhouse-admin-server-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=2ded228a1c8c53db -C extra-filename=-2ded228a1c8c53db --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-c93540a2dfb95ba6.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1253f14a3b157453.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2981c35a334c5b8a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.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-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
40342024-10-22T16:27:54.762Z Compiling libz-sys v1.1.20
40352024-10-22T16:27:54.787Z 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.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="libc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' --check-cfg 'cfg(zng)' -C metadata=568f89146d5d4213 -C extra-filename=-568f89146d5d4213 --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-568f89146d5d4213 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d90366c99fc68d9b.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-f4afa31b8ebbf95c.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`
40362024-10-22T16:27:54.859Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40372024-10-22T16:27:54.883Z 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=5b171fcc68f35851 -C extra-filename=-5b171fcc68f35851 --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-ddb0b6a8cb0a87ff.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-a70f0230c3ae6da9.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-89fe9c6a2dca6919.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
40382024-10-22T16:27:55.060Z Compiling libgit2-sys v0.17.0+1.8.1
40392024-10-22T16:27:55.085Z 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=201fc094f2ffaaf2 -C extra-filename=-201fc094f2ffaaf2 --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-201fc094f2ffaaf2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d90366c99fc68d9b.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-f4afa31b8ebbf95c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40402024-10-22T16:27:55.475Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-568f89146d5d4213/build-script-build`
40412024-10-22T16:27:55.616Z 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.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="libc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' --check-cfg 'cfg(zng)' -C metadata=f74f5903986be10d -C extra-filename=-f74f5903986be10d --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-7bca6a4da6cde0e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l z -l z`
40422024-10-22T16:27:55.777Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40432024-10-22T16:27:55.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 --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=3d4060e2041bde1f -C extra-filename=-3d4060e2041bde1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c9a92d1feb295167.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-2ded228a1c8c53db.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1253f14a3b157453.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cabcee36f6a1e1ab.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f45b6c8cdc4f7801.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4162b9bfac5d47aa.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ab93025eba576f62.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5b171fcc68f35851.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
40442024-10-22T16:27:55.862Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-201fc094f2ffaaf2/build-script-build`
40452024-10-22T16:27:57.292Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40462024-10-22T16:27:57.317Z 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=c32cedf99b0dfa98 -C extra-filename=-c32cedf99b0dfa98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7118ea06c03b8f16.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cabcee36f6a1e1ab.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0fc696dd70c41646.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d32a218231312d36.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca6deaed5855fa01.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
40472024-10-22T16:28:01.158Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40482024-10-22T16:28:01.183Z 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=3e2d14ea41ca296f -C extra-filename=-3e2d14ea41ca296f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.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-9397b75655977f50.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-caaa7273e8fbdbf2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0fc696dd70c41646.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-21eba7ec22e8f77d.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-649cce69ca71eded.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-86b21c99a6f2081c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f44a954ef056f09c/out/lib -L native=/usr/ssl-3/lib/amd64`
40492024-10-22T16:28:01.694Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
40502024-10-22T16:28:01.717Z 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=c8c62a022bcab87e -C extra-filename=-c8c62a022bcab87e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
40512024-10-22T16:28:01.839Z Compiling vergen v8.3.2
40522024-10-22T16:28:01.863Z 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`
40532024-10-22T16:28:02.160Z Compiling is_ci v1.2.0
40542024-10-22T16:28:02.185Z 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`
40552024-10-22T16:28:02.425Z Compiling supports-color v3.0.1
40562024-10-22T16:28:02.448Z 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`
40572024-10-22T16:28:02.701Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-8aef8dd6f9115d81/build-script-build`
40582024-10-22T16:28:02.734Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
40592024-10-22T16:28:02.758Z 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=99ecefca13a5ddf9 -C extra-filename=-99ecefca13a5ddf9 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-99ecefca13a5ddf9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-595ac9a36973975f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
40602024-10-22T16:28:03.051Z Compiling libsqlite3-sys v0.30.1
40612024-10-22T16:28:03.075Z 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=7e3d833973ab7fa2 -C extra-filename=-7e3d833973ab7fa2 --out-dir /work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-7e3d833973ab7fa2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-f4afa31b8ebbf95c.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`
40622024-10-22T16:28:03.261Z Compiling cfg_aliases v0.2.1
40632024-10-22T16:28:03.285Z 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`
40642024-10-22T16:28:03.381Z Compiling rustls v0.21.12
40652024-10-22T16:28:03.406Z 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`
40662024-10-22T16:28:03.590Z 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=f87de11c9bdd0c0d -C extra-filename=-f87de11c9bdd0c0d --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-7433037f8831c75b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.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-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
40672024-10-22T16:28:03.698Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-9d40a143c83c6f9c/build-script-build`
40682024-10-22T16:28:03.736Z Running `/work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-7e3d833973ab7fa2/build-script-build`
40692024-10-22T16:28:03.784Z Compiling nix v0.29.0
40702024-10-22T16:28:03.808Z 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`
40712024-10-22T16:28:04.586Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-99ecefca13a5ddf9/build-script-build`
40722024-10-22T16:28:04.621Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40732024-10-22T16:28:04.644Z 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=9a3272783de3dec9 -C extra-filename=-9a3272783de3dec9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fa8b24540dc9178a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fb3b1148eacfce94.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-c8c62a022bcab87e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-89875ad8c6f3cbf7.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-75f2715d5a961802.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
40742024-10-22T16:28:04.731Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40752024-10-22T16:28:04.755Z 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=9434ab2f82ee1626 -C extra-filename=-9434ab2f82ee1626 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1253f14a3b157453.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-cabcee36f6a1e1ab.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5596f558cfaebd2c.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-c57ae2e537255ab5.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-cf872d4997adaf18.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3d4060e2041bde1f.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4162b9bfac5d47aa.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ab93025eba576f62.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-72173a9ea899e76d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5b171fcc68f35851.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
40762024-10-22T16:28:06.252Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40772024-10-22T16:28:06.276Z 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=b05aef1a8623ccb1 -C extra-filename=-b05aef1a8623ccb1 --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-9397b75655977f50.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
40782024-10-22T16:28:09.778Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
40792024-10-22T16:28:09.802Z 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=66989a845fdc3acc -C extra-filename=-66989a845fdc3acc --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-66989a845fdc3acc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-595ac9a36973975f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
40802024-10-22T16:28:10.087Z Compiling castaway v0.2.3
40812024-10-22T16:28:10.110Z 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`
40822024-10-22T16:28:10.263Z Compiling rustls-webpki v0.101.7
40832024-10-22T16:28:10.287Z 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=72e498733b625270 -C extra-filename=-72e498733b625270 --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-1d923f9e302ac86b.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-fb69671f204b4e69/out`
40842024-10-22T16:28:10.876Z Compiling samael v0.0.17
40852024-10-22T16:28:10.900Z 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=6418cf423bf6d100 -C extra-filename=-6418cf423bf6d100 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-6418cf423bf6d100 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-502fd80697d21358.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-f4afa31b8ebbf95c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40862024-10-22T16:28:11.850Z Compiling sct v0.7.1
40872024-10-22T16:28:11.874Z 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=47f97b2027af9d72 -C extra-filename=-47f97b2027af9d72 --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-1d923f9e302ac86b.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-fb69671f204b4e69/out`
40882024-10-22T16:28:12.158Z Compiling concurrent-queue v2.5.0
40892024-10-22T16:28:12.182Z 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=d89aae5a378abf3d -C extra-filename=-d89aae5a378abf3d --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-1fb66d11f8bf8743.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40902024-10-22T16:28:12.419Z Dirty unicode-linebreak v0.1.5: the rustflags changed
40912024-10-22T16:28:12.419Z Compiling unicode-linebreak v0.1.5
40922024-10-22T16:28:12.443Z 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`
40932024-10-22T16:28:12.535Z Dirty smawk v0.3.2: the rustflags changed
40942024-10-22T16:28:12.535Z Compiling smawk v0.3.2
40952024-10-22T16:28:12.558Z 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`
40962024-10-22T16:28:12.751Z Compiling parking v2.2.1
40972024-10-22T16:28:12.774Z 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`
40982024-10-22T16:28:12.847Z Dirty textwrap v0.16.1: the rustflags changed
40992024-10-22T16:28:12.847Z Compiling textwrap v0.16.1
41002024-10-22T16:28:12.871Z 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=bc0396bad55291d0 -C extra-filename=-bc0396bad55291d0 --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-8f6b1da2456acb43.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41012024-10-22T16:28:13.031Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-6418cf423bf6d100/build-script-bindings`
41022024-10-22T16:28:13.083Z 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=5f6f261e67149d95 -C extra-filename=-5f6f261e67149d95 --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-1d923f9e302ac86b.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-72e498733b625270.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-47f97b2027af9d72.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out`
41032024-10-22T16:28:13.998Z Compiling compact_str v0.8.0
41042024-10-22T16:28:14.022Z 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`
41052024-10-22T16:28:14.511Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-66989a845fdc3acc/build-script-build`
41062024-10-22T16:28:14.549Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-100f50d5b1b272ed/build-script-build`
41072024-10-22T16:28:14.583Z 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=58b0a991ceb69abc -C extra-filename=-58b0a991ceb69abc --out-dir /work/oxidecomputer/omicron/target/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`
41082024-10-22T16:28:14.973Z 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=96c8c2cf64af59c1 -C extra-filename=-96c8c2cf64af59c1 --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-c93540a2dfb95ba6.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-19211438895ae4ba.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed861e9e9bc48d14.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cf320adaf9052777.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-e2a0c5fea939b70a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4e2f4fb45bcd4fc9.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-091e90fe139a5988.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-d87091b9787f8d81.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-6398875b516cf905.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.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`
41092024-10-22T16:28:15.003Z Compiling unicode-truncate v1.1.0
41102024-10-22T16:28:15.042Z 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.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=d1e87a5910a68836 -C extra-filename=-d1e87a5910a68836 --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-17374fece069bfba.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-5c39d9428ba97409.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8f6b1da2456acb43.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41112024-10-22T16:28:15.237Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41122024-10-22T16:28:15.261Z 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=1d36898e4dcad771 -C extra-filename=-1d36898e4dcad771 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-1d36898e4dcad771 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-595ac9a36973975f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
41132024-10-22T16:28:15.284Z Compiling hashlink v0.9.1
41142024-10-22T16:28:15.284Z 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=d162e2a9c93512de -C extra-filename=-d162e2a9c93512de --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-7c4babe9f6d640e5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41152024-10-22T16:28:15.557Z Compiling instability v0.3.2
41162024-10-22T16:28:15.581Z 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=51dc549415397c25 -C extra-filename=-51dc549415397c25 --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-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41172024-10-22T16:28:15.874Z Compiling lru v0.12.5
41182024-10-22T16:28:15.898Z 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.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hashbrown"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hashbrown", "nightly"))' -C metadata=10f0bc8324ddc693 -C extra-filename=-10f0bc8324ddc693 --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-b70767056d1a4824.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41192024-10-22T16:28:16.153Z Compiling fallible-streaming-iterator v0.1.9
41202024-10-22T16:28:16.178Z 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`
41212024-10-22T16:28:16.392Z Compiling fallible-iterator v0.3.0
41222024-10-22T16:28:16.422Z 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`
41232024-10-22T16:28:16.564Z Compiling cassowary v0.3.0
41242024-10-22T16:28:16.588Z 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`
41252024-10-22T16:28:17.033Z Compiling rusqlite v0.32.1
41262024-10-22T16:28:17.058Z 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=3636b963f56ef55f -C extra-filename=-3636b963f56ef55f --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-fb02ffd1abc115c8.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-d162e2a9c93512de.rmeta --extern libsqlite3_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibsqlite3_sys-58b0a991ceb69abc.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`
41272024-10-22T16:28:17.683Z Compiling ratatui v0.28.1
41282024-10-22T16:28:17.708Z 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.1/src/lib.rs --error-format=json --json=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=a894f3c41e20c0e2 -C extra-filename=-a894f3c41e20c0e2 --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-fb02ffd1abc115c8.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-8c4a2b429d4d9c4d.rmeta --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-51dc549415397c25.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-10f0bc8324ddc693.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-b534315ca1a3744c.so --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-5c39d9428ba97409.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-d1e87a5910a68836.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8f6b1da2456acb43.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41292024-10-22T16:28:19.522Z Compiling tokio-rustls v0.24.1
41302024-10-22T16:28:19.546Z 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=edf111dfe4a9cadf -C extra-filename=-edf111dfe4a9cadf --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-5f6f261e67149d95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out`
41312024-10-22T16:28:19.888Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-1d36898e4dcad771/build-script-build`
41322024-10-22T16:28:19.924Z 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=cd78b0f6fd358b68 -C extra-filename=-cd78b0f6fd358b68 --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-fb02ffd1abc115c8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.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)'`
41332024-10-22T16:28:20.417Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
41342024-10-22T16:28:20.441Z 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=10cc5bae422f5b9a -C extra-filename=-10cc5bae422f5b9a --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-c93540a2dfb95ba6.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2981c35a334c5b8a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.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-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
41352024-10-22T16:28:20.533Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41362024-10-22T16:28:20.556Z 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=51ba83e10db0ee08 -C extra-filename=-51ba83e10db0ee08 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-51ba83e10db0ee08 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-595ac9a36973975f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
41372024-10-22T16:28:20.843Z Compiling rustls-pemfile v1.0.4
41382024-10-22T16:28:20.867Z 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`
41392024-10-22T16:28:21.251Z Compiling twox-hash v1.6.3
41402024-10-22T16:28:21.274Z 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=3cf1c705ffd69eee -C extra-filename=-3cf1c705ffd69eee --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-3adca37dbe12b7ac.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`
41412024-10-22T16:28:21.680Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-51ba83e10db0ee08/build-script-build`
41422024-10-22T16:28:21.718Z Compiling event-listener v5.3.1
41432024-10-22T16:28:21.742Z 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=f2dde016d619eaca -C extra-filename=-f2dde016d619eaca --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-d89aae5a378abf3d.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`
41442024-10-22T16:28:21.914Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
41452024-10-22T16:28:21.938Z 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=dde39ec0a869c8c3 -C extra-filename=-dde39ec0a869c8c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.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-2981c35a334c5b8a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
41462024-10-22T16:28:22.245Z Compiling fatfs v0.3.6
41472024-10-22T16:28:22.272Z 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=f9d1ea7df2904938 -C extra-filename=-f9d1ea7df2904938 --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-c93540a2dfb95ba6.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`
41482024-10-22T16:28:23.764Z Compiling event-listener-strategy v0.5.2
41492024-10-22T16:28:23.764Z 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=e9b026f0017040b9 -C extra-filename=-e9b026f0017040b9 --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-f2dde016d619eaca.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`
41502024-10-22T16:28:23.807Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
41512024-10-22T16:28:23.831Z 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=1117cf8655a94d76 -C extra-filename=-1117cf8655a94d76 --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-c93540a2dfb95ba6.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-16cd7557d7baae9a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2981c35a334c5b8a.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f88577f237cb790b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d0f67e146bd5a372.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d32a218231312d36.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca6deaed5855fa01.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c32cedf99b0dfa98.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41522024-10-22T16:28:23.918Z Compiling csv-core v0.1.11
41532024-10-22T16:28:23.942Z 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=7f208bb91f491672 -C extra-filename=-7f208bb91f491672 --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-3b7d5cfbb443b029.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41542024-10-22T16:28:23.965Z Compiling futures-lite v2.3.0
41552024-10-22T16:28:23.965Z 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`
41562024-10-22T16:28:24.185Z Compiling rtoolbox v0.0.2
41572024-10-22T16:28:24.209Z 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=c9af6e7e7a7f858c -C extra-filename=-c9af6e7e7a7f858c --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-7bca6a4da6cde0e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41582024-10-22T16:28:24.412Z Compiling csv v1.3.0
41592024-10-22T16:28:24.436Z 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=3e9408abe6deb2b0 -C extra-filename=-3e9408abe6deb2b0 --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-7f208bb91f491672.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-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41602024-10-22T16:28:24.581Z Compiling plotters-backend v0.3.7
41612024-10-22T16:28:24.605Z 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.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=819ad545a724b073 -C extra-filename=-819ad545a724b073 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41622024-10-22T16:28:25.079Z Compiling shell-words v1.1.0
41632024-10-22T16:28:25.102Z 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`
41642024-10-22T16:28:25.372Z Compiling plotters-svg v0.3.7
41652024-10-22T16:28:25.396Z 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.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("bitmap_encoder", "debug", "image"))' -C metadata=96d81fd0d224cc3d -C extra-filename=-96d81fd0d224cc3d --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-819ad545a724b073.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41662024-10-22T16:28:25.396Z Compiling rpassword v7.3.1
41672024-10-22T16:28:25.396Z 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=6a4af91e5f652da7 -C extra-filename=-6a4af91e5f652da7 --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-7bca6a4da6cde0e6.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-c9af6e7e7a7f858c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41682024-10-22T16:28:25.586Z Compiling tui-tree-widget v0.22.0
41692024-10-22T16:28:25.609Z 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=04cac326e3357bb8 -C extra-filename=-04cac326e3357bb8 --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-a894f3c41e20c0e2.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8f6b1da2456acb43.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41702024-10-22T16:28:25.736Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
41712024-10-22T16:28:25.760Z 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=ad64e99f362f2756 -C extra-filename=-ad64e99f362f2756 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-acc5db071dc1e894.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-4ace96267714cd57.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-86b21c99a6f2081c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f44a954ef056f09c/out/lib`
41722024-10-22T16:28:25.795Z Compiling cast v0.3.0
41732024-10-22T16:28:25.818Z 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`
41742024-10-22T16:28:25.897Z Compiling yansi v1.0.1
41752024-10-22T16:28:25.921Z 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`
41762024-10-22T16:28:26.122Z Compiling criterion-plot v0.5.0
41772024-10-22T16:28:26.145Z 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`
41782024-10-22T16:28:26.535Z Compiling pretty_assertions v1.4.1
41792024-10-22T16:28:26.559Z 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`
41802024-10-22T16:28:27.008Z Compiling plotters v0.3.7
41812024-10-22T16:28:27.032Z 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.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --allow=deprecated --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"))' --check-cfg 'cfg(doc_cfg)' -C metadata=39fd1053c19f147d -C extra-filename=-39fd1053c19f147d --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-64c24fe16140f6b4.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-819ad545a724b073.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-96d81fd0d224cc3d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41822024-10-22T16:28:27.032Z Compiling async-lock v3.4.0
41832024-10-22T16:28:27.032Z 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=7cfc4ae851097cf3 -C extra-filename=-7cfc4ae851097cf3 --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-f2dde016d619eaca.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-e9b026f0017040b9.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`
41842024-10-22T16:28:27.566Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
41852024-10-22T16:28:27.590Z 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=92e8bf4a78352203 -C extra-filename=-92e8bf4a78352203 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-8af77909a1ebd595.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fa8b24540dc9178a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2981c35a334c5b8a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f88577f237cb790b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
41862024-10-22T16:28:27.894Z Compiling polyval v0.6.2
41872024-10-22T16:28:27.918Z 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=95d32a50521661d0 -C extra-filename=-95d32a50521661d0 --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-e9762077546cb7b8.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-84ac4ab5c285d0b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41882024-10-22T16:28:28.129Z Compiling polling v3.7.3
41892024-10-22T16:28:28.153Z 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=0b9de32383772f75 -C extra-filename=-0b9de32383772f75 --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-1f26de9c2d244e57.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c5813f0370454179.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41902024-10-22T16:28:28.296Z Compiling tinytemplate v1.2.1
41912024-10-22T16:28:28.320Z 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=59f4127bcc937cc9 -C extra-filename=-59f4127bcc937cc9 --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-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41922024-10-22T16:28:28.783Z Compiling oorandom v11.1.4
41932024-10-22T16:28:28.806Z 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.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=189a47f2b35dae1b -C extra-filename=-189a47f2b35dae1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41942024-10-22T16:28:28.979Z Compiling anes v0.1.6
41952024-10-22T16:28:29.004Z 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`
41962024-10-22T16:28:29.180Z Compiling async-io v2.3.4
41972024-10-22T16:28:29.204Z 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=b900900c54139374 -C extra-filename=-b900900c54139374 --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-7cfc4ae851097cf3.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-d89aae5a378abf3d.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-0b9de32383772f75.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-1f26de9c2d244e57.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-57539490ecf7bda6.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c5813f0370454179.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41982024-10-22T16:28:29.227Z Compiling ghash v0.5.1
41992024-10-22T16:28:29.227Z 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=8d2ea1264f60e1ba -C extra-filename=-8d2ea1264f60e1ba --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-95d32a50521661d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42002024-10-22T16:28:29.416Z Compiling criterion v0.5.1
42012024-10-22T16:28:29.446Z 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=f06b7c2c233c06bb -C extra-filename=-f06b7c2c233c06bb --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-d10adc533ec730cd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-d839c17e454abea8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-6197d9fbdefdae64.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-197a32e1da667e01.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-64c24fe16140f6b4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-189a47f2b35dae1b.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-39fd1053c19f147d.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cf1f1353f3838cad.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-8a19dc9c99dbd829.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-59f4127bcc937cc9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.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`
42022024-10-22T16:28:29.446Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
42032024-10-22T16:28:29.446Z 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=0d3359e6b30daf3a -C extra-filename=-0d3359e6b30daf3a --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-1253f14a3b157453.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
42042024-10-22T16:28:30.923Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
42052024-10-22T16:28:30.968Z 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=f7126d7da3f21c85 -C extra-filename=-f7126d7da3f21c85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-4d473c9265bfa8d1.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d10adc533ec730cd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8c4a2b429d4d9c4d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-bc868756b1b0c2c5.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-276f12351f1d7bb3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a894f3c41e20c0e2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-6a4af91e5f652da7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.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-d32a218231312d36.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-4ace96267714cd57.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-bc0396bad55291d0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-21eba7ec22e8f77d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9203d6efe3e23e2d.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-04cac326e3357bb8.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8f6b1da2456acb43.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca6deaed5855fa01.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c32cedf99b0dfa98.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1117cf8655a94d76.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
42062024-10-22T16:28:31.129Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
42072024-10-22T16:28:31.152Z 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=59968e453beba1bb -C extra-filename=-59968e453beba1bb --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-206607283cd4f37a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
42082024-10-22T16:28:32.530Z Compiling ctr v0.9.2
42092024-10-22T16:28:32.554Z 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=0878a0bcf5db05c6 -C extra-filename=-0878a0bcf5db05c6 --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-e2da4675f63265ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42102024-10-22T16:28:32.890Z Compiling target-lexicon v0.12.16
42112024-10-22T16:28:32.914Z 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`
42122024-10-22T16:28:33.134Z Compiling doc-comment v0.3.3
42132024-10-22T16:28:33.158Z 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`
42142024-10-22T16:28:33.729Z Compiling async-task v4.7.1
42152024-10-22T16:28:33.752Z 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`
42162024-10-22T16:28:33.786Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-1168d39a58d12fe8/build-script-build`
42172024-10-22T16:28:33.874Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-14c1a7aa8d9df06d/build-script-build`
42182024-10-22T16:28:34.028Z Compiling aes-gcm v0.10.3
42192024-10-22T16:28:34.052Z 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=276afecb8064fc53 -C extra-filename=-276afecb8064fc53 --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-b27defe1f47c335b.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-a3c74894fc07819c.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-e2da4675f63265ef.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-0878a0bcf5db05c6.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-8d2ea1264f60e1ba.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b7b5464a5de3de01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42202024-10-22T16:28:34.210Z Compiling async-channel v2.3.1
42212024-10-22T16:28:34.233Z 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=8b04285d385e04fd -C extra-filename=-8b04285d385e04fd --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-d89aae5a378abf3d.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-e9b026f0017040b9.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`
42222024-10-22T16:28:34.310Z Compiling piper v0.2.4
42232024-10-22T16:28:34.334Z 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`
42242024-10-22T16:28:34.536Z Compiling ssh-encoding v0.2.0
42252024-10-22T16:28:34.560Z 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=e143e256a33459a5 -C extra-filename=-e143e256a33459a5 --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-0fc696dd70c41646.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42262024-10-22T16:28:34.695Z Compiling blowfish v0.9.1
42272024-10-22T16:28:34.720Z 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=b2a5b0805bca3e52 -C extra-filename=-b2a5b0805bca3e52 --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-e2da4675f63265ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42282024-10-22T16:28:35.003Z Compiling assert_cmd v2.0.16
42292024-10-22T16:28:35.026Z 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`
42302024-10-22T16:28:35.085Z Compiling guppy-workspace-hack v0.1.0
42312024-10-22T16:28:35.109Z 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`
42322024-10-22T16:28:35.401Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-94b301b3d8fce7ed/build-script-build`
42332024-10-22T16:28:35.437Z Compiling bcrypt-pbkdf v0.10.0
42342024-10-22T16:28:35.463Z 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=70442093a5059b29 -C extra-filename=-70442093a5059b29 --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-b2a5b0805bca3e52.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-77553d954dcf70f1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0fc696dd70c41646.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42352024-10-22T16:28:35.463Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-822646a8dc5d2c94/build-script-build`
42362024-10-22T16:28:35.499Z Compiling ssh-cipher v0.2.0
42372024-10-22T16:28:35.523Z 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=e0601716223fab48 -C extra-filename=-e0601716223fab48 --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-a3c74894fc07819c.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-276afecb8064fc53.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-1f5fa4f5349d7401.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-8292cdb58b37ce87.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-e2da4675f63265ef.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-0878a0bcf5db05c6.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-63fd45e0b9caa897.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-e143e256a33459a5.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b7b5464a5de3de01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42382024-10-22T16:28:35.992Z Compiling blocking v1.6.1
42392024-10-22T16:28:36.023Z 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=7b134ce4ebfd8dea -C extra-filename=-7b134ce4ebfd8dea --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-8b04285d385e04fd.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`
42402024-10-22T16:28:36.527Z Compiling async-executor v1.13.1
42412024-10-22T16:28:36.551Z 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=148f4c5bd331bded -C extra-filename=-148f4c5bd331bded --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-d89aae5a378abf3d.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-57539490ecf7bda6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42422024-10-22T16:28:36.919Z 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`
42432024-10-22T16:28:37.027Z 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"'`
42442024-10-22T16:28:37.250Z Compiling async-signal v0.2.10
42452024-10-22T16:28:37.274Z 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=c0ab70e302498fe8 -C extra-filename=-c0ab70e302498fe8 --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-b900900c54139374.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-1f26de9c2d244e57.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-2a0dfd5dd8a5602b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42462024-10-22T16:28:37.652Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
42472024-10-22T16:28:37.679Z 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=ce270956dc728fb3 -C extra-filename=-ce270956dc728fb3 --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-c93540a2dfb95ba6.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-3e9408abe6deb2b0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
42482024-10-22T16:28:37.706Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42492024-10-22T16:28:37.730Z 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=6438735a09ebe594 -C extra-filename=-6438735a09ebe594 --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-194107b4043c34a3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cabcee36f6a1e1ab.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-276f12351f1d7bb3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d32a218231312d36.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c32cedf99b0dfa98.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
42502024-10-22T16:28:38.810Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
42512024-10-22T16:28:38.839Z 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=547cb48d82dbe26f -C extra-filename=-547cb48d82dbe26f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fa8b24540dc9178a.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-16cd7557d7baae9a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
42522024-10-22T16:28:40.485Z Compiling password-hash v0.4.2
42532024-10-22T16:28:40.517Z 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=f8bdc0d71900bd9d -C extra-filename=-f8bdc0d71900bd9d --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-a70f0230c3ae6da9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b7b5464a5de3de01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42542024-10-22T16:28:41.227Z Compiling target-spec v3.2.2
42552024-10-22T16:28:41.250Z 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`
42562024-10-22T16:28:41.284Z Compiling matches v0.1.10
42572024-10-22T16:28:41.307Z 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`
42582024-10-22T16:28:41.390Z Compiling event-listener v2.5.3
42592024-10-22T16:28:41.414Z 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`
42602024-10-22T16:28:41.689Z 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=890781941061bf28 -C extra-filename=-890781941061bf28 --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-7bca6a4da6cde0e6.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-f74f5903986be10d.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-479601a8d20c7699/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored`
42612024-10-22T16:28:41.777Z Compiling hex-literal v0.4.1
42622024-10-22T16:28:41.801Z 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`
42632024-10-22T16:28:41.801Z Compiling futures-timer v3.0.3
42642024-10-22T16:28:41.825Z 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`
42652024-10-22T16:28:41.825Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-aa0485aeba3ec64f/build-script-build`
42662024-10-22T16:28:41.854Z Compiling async-channel v1.9.0
42672024-10-22T16:28:41.879Z 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=50de961397e883bf -C extra-filename=-50de961397e883bf --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-d89aae5a378abf3d.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`
42682024-10-22T16:28:41.940Z Compiling idna v0.2.3
42692024-10-22T16:28:41.963Z 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=7ff3e6b1e3d76ba6 -C extra-filename=-7ff3e6b1e3d76ba6 --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-0123801162e17fdd.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-8e3dd38d8af6e038.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42702024-10-22T16:28:42.136Z Compiling git2 v0.19.0
42712024-10-22T16:28:42.159Z 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=22d689e3f3b3227a -C extra-filename=-22d689e3f3b3227a --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-fb02ffd1abc115c8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-890781941061bf28.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-6398875b516cf905.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-479601a8d20c7699/out/build -L native=/usr/lib/amd64`
42722024-10-22T16:28:42.233Z Compiling pbkdf2 v0.11.0
42732024-10-22T16:28:42.257Z 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=cef72eb89d32560b -C extra-filename=-cef72eb89d32560b --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-b3504092a9ff35a2.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-b8dd11fd78b45c99.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-f8bdc0d71900bd9d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0fc696dd70c41646.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42742024-10-22T16:28:42.590Z Compiling async-process v2.3.0
42752024-10-22T16:28:42.615Z 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.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(async_process_force_signal_backend)' -C metadata=db8b57f0c0d9e060 -C extra-filename=-db8b57f0c0d9e060 --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-b900900c54139374.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-7cfc4ae851097cf3.rmeta --extern async_signal=/work/oxidecomputer/omicron/target/debug/deps/libasync_signal-c0ab70e302498fe8.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-f2dde016d619eaca.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-ec90834510550653.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-1f26de9c2d244e57.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c5813f0370454179.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42762024-10-22T16:28:42.663Z Compiling cfg-expr v0.17.0
42772024-10-22T16:28:42.698Z 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`
42782024-10-22T16:28:43.219Z 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=616ff3eea4fe0d56 -C extra-filename=-616ff3eea4fe0d56 --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-51b12ef1d081c45d.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-00e199471b724386.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-16eb17d651f323bf.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-f77a3abcbbc6e22a.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-cddcddc67b25fbf7.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-96da253b105fc1f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42792024-10-22T16:28:43.763Z Compiling async-global-executor v2.4.1
42802024-10-22T16:28:43.763Z 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=7e258e7e310704ce -C extra-filename=-7e258e7e310704ce --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-8b04285d385e04fd.rmeta --extern async_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_executor-148f4c5bd331bded.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-b900900c54139374.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-7cfc4ae851097cf3.rmeta --extern blocking=/work/oxidecomputer/omicron/target/debug/deps/libblocking-7b134ce4ebfd8dea.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-eebe1899602319ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42812024-10-22T16:28:43.834Z Compiling ssh-key v0.6.6
42822024-10-22T16:28:43.857Z 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=f14615c3282188e1 -C extra-filename=-f14615c3282188e1 --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-70442093a5059b29.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-125d612dea7dc87f.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-2171098f16b5a849.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-a70f0230c3ae6da9.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-3c7bb634f5d58075.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-59e755ffe6ed355e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0fc696dd70c41646.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-833c376ba900eb67.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-e0601716223fab48.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-e143e256a33459a5.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b7b5464a5de3de01.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42832024-10-22T16:28:44.358Z 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`
42842024-10-22T16:28:44.472Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
42852024-10-22T16:28:44.496Z 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=8d1b592506c0f0eb -C extra-filename=-8d1b592506c0f0eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-1a0fbe6a9401b7ef.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-27773227d8034740.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-89875ad8c6f3cbf7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42862024-10-22T16:28:45.190Z Compiling p521 v0.13.3
42872024-10-22T16:28:45.214Z 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=87263a9f35acb00d -C extra-filename=-87263a9f35acb00d --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-549f04281ce47dce.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8edd5f4ddeaab733.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-e839bd547edfe982.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-a70f0230c3ae6da9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0fc696dd70c41646.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42882024-10-22T16:28:45.877Z Compiling p256 v0.13.2
42892024-10-22T16:28:45.902Z 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=5cde631390065fdc -C extra-filename=-5cde631390065fdc --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-549f04281ce47dce.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8edd5f4ddeaab733.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-e839bd547edfe982.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0fc696dd70c41646.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42902024-10-22T16:28:46.570Z 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=aca61452dcf44f03 -C extra-filename=-aca61452dcf44f03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-21fbe0fd132ab9c9.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-22d689e3f3b3227a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-df445a3fedc90392.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5ddc7e969e254d9e.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-479601a8d20c7699/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)'`
42912024-10-22T16:28:47.008Z Compiling enum-as-inner v0.5.1
42922024-10-22T16:28:47.032Z 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=08cf4862227a499a -C extra-filename=-08cf4862227a499a --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-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6e40a918bc2bff98.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42932024-10-22T16:28:47.747Z Compiling async-attributes v1.1.2
42942024-10-22T16:28:47.771Z 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=720de73c019b2eb1 -C extra-filename=-720de73c019b2eb1 --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-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6e40a918bc2bff98.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42952024-10-22T16:28:48.008Z Compiling num_cpus v1.16.0
42962024-10-22T16:28:48.032Z 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=72b21eaf2cc18e70 -C extra-filename=-72b21eaf2cc18e70 --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-7bca6a4da6cde0e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42972024-10-22T16:28:48.162Z Compiling russh-cryptovec v0.7.3
42982024-10-22T16:28:48.186Z 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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 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=2d6cf582faa71dbd -C extra-filename=-2d6cf582faa71dbd --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-7bca6a4da6cde0e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42992024-10-22T16:28:48.209Z Compiling polar-core v0.27.3
43002024-10-22T16:28:48.209Z 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=7e8ea3a0fc33e6ff -C extra-filename=-7e8ea3a0fc33e6ff --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-7e8ea3a0fc33e6ff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-92df261eb3eff948.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-8a19dc9c99dbd829.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43012024-10-22T16:28:48.234Z Compiling kv-log-macro v1.0.7
43022024-10-22T16:28:48.257Z 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`
43032024-10-22T16:28:48.460Z Compiling md5 v0.7.0
43042024-10-22T16:28:48.484Z 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`
43052024-10-22T16:28:48.484Z Compiling threadpool v1.8.1
43062024-10-22T16:28:48.484Z 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=7a77aaa9296b1e84 -C extra-filename=-7a77aaa9296b1e84 --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-72b21eaf2cc18e70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43072024-10-22T16:28:48.632Z Compiling async-std v1.13.0
43082024-10-22T16:28:48.656Z 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=e65e75c270c1a7f0 -C extra-filename=-e65e75c270c1a7f0 --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-720de73c019b2eb1.so --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-50de961397e883bf.rmeta --extern async_global_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_global_executor-7e258e7e310704ce.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-b900900c54139374.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-7cfc4ae851097cf3.rmeta --extern async_process=/work/oxidecomputer/omicron/target/debug/deps/libasync_process-db8b57f0c0d9e060.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1fb66d11f8bf8743.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-3b7d5cfbb443b029.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.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-57539490ecf7bda6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43092024-10-22T16:28:48.894Z Compiling russh-keys v0.45.0
43102024-10-22T16:28:48.917Z 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=40951d81e9cf2e65 -C extra-filename=-40951d81e9cf2e65 --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-a3c74894fc07819c.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-70442093a5059b29.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-1fa762df6943b467.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-1f5fa4f5349d7401.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-0878a0bcf5db05c6.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-644d9368c0827ff3.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-b3504092a9ff35a2.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-549f04281ce47dce.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-125d612dea7dc87f.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8edd5f4ddeaab733.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-b8dd11fd78b45c99.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-97a8c4bd154ecfb4.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-7d2350c4bdc55aa3.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-7b6cf14b4f0145ca.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-5cde631390065fdc.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-b65726f21ff6e50b.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-87263a9f35acb00d.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-cef72eb89d32560b.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-f91ff89d505860ba.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-1a9e30dda3b43225.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-45f38eb21b70c5b3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-a70f0230c3ae6da9.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-3c7bb634f5d58075.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-2d6cf582faa71dbd.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-59e755ffe6ed355e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-6c5265b4c120912c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0fc696dd70c41646.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-2e77d7e0dc8152f2.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-e143e256a33459a5.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-f14615c3282188e1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-aafe08763bfdf455.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-60752444239cd916.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43112024-10-22T16:28:49.013Z Compiling trust-dns-proto v0.22.0
43122024-10-22T16:28:49.037Z 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=46083f5fa107be67 -C extra-filename=-46083f5fa107be67 --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-2a9b2223f6844e23.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-08cf4862227a499a.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-276847dd56a0d30f.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-7ff3e6b1e3d76ba6.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-c57ae2e537255ab5.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cf320adaf9052777.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-08d9e11b5e823d54.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c5813f0370454179.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-6398875b516cf905.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43132024-10-22T16:28:49.261Z 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`
43142024-10-22T16:28:49.651Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-7e8ea3a0fc33e6ff/build-script-build`
43152024-10-22T16:28:50.126Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
43162024-10-22T16:28:50.153Z 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=32df0de31263d645 -C extra-filename=-32df0de31263d645 --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-ce270956dc728fb3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
43172024-10-22T16:28:50.222Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
43182024-10-22T16:28:50.246Z 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=456a8849a8172c7f -C extra-filename=-456a8849a8172c7f --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-456a8849a8172c7f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-aca61452dcf44f03.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-479601a8d20c7699/out/build -L native=/usr/lib/amd64`
43192024-10-22T16:28:50.559Z 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=10352c5d605d28e9 -C extra-filename=-10352c5d605d28e9 --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-a652f8ccc3e0df34.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-66e441e71b92f81e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43202024-10-22T16:28:51.499Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
43212024-10-22T16:28:51.523Z 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=3fb1a99a3fb51e43 -C extra-filename=-3fb1a99a3fb51e43 --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-16cd7557d7baae9a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2981c35a334c5b8a.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f88577f237cb790b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca6deaed5855fa01.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
43222024-10-22T16:28:51.661Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-456a8849a8172c7f/build-script-build`
43232024-10-22T16:28:52.371Z Compiling httptest v0.16.1
43242024-10-22T16:28:52.396Z 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=8dc56cb72b720c74 -C extra-filename=-8dc56cb72b720c74 --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-51b12ef1d081c45d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-4fdcc25f3cc7f51f.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-5569ff5eb631ad8f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-05ca3dab5a32ac16.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fa8b24540dc9178a.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-dc1e60f16a8a0220.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43252024-10-22T16:28:53.344Z 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=270fe008b0afc2a5 -C extra-filename=-270fe008b0afc2a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-db8c6ce6b3988e5d.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-9397b75655977f50.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-cd78b0f6fd358b68.rmeta --extern rusqlite=/work/oxidecomputer/omicron/target/debug/deps/librusqlite-3636b963f56ef55f.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-ef67309bf96e0f1b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-feb43724de55514a.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-24b04f271b39c294.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-edf111dfe4a9cadf.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-3cf1c705ffd69eee.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/lib/amd64`
43262024-10-22T16:28:55.161Z Compiling num-bigint v0.4.6
43272024-10-22T16:28:55.185Z 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.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand", "serde", "std"))' -C metadata=acc4b60ec2977a77 -C extra-filename=-acc4b60ec2977a77 --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-7b6cf14b4f0145ca.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-64c24fe16140f6b4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43282024-10-22T16:28:55.517Z Compiling pathdiff v0.2.2
43292024-10-22T16:28:55.541Z 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.2/src/lib.rs --error-format=json --json=diagnostic-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=50688de6a66ac6ea -C extra-filename=-50688de6a66ac6ea --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-294229beec0d6e93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43302024-10-22T16:28:55.679Z Compiling rustls-native-certs v0.7.3
43312024-10-22T16:28:55.703Z 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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 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=ba4ba34bd9f6850c -C extra-filename=-ba4ba34bd9f6850c --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-157d5ce1a48d8a81.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-81784d68f5720db1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43322024-10-22T16:28:55.734Z Compiling des v0.8.1
43332024-10-22T16:28:55.758Z 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=039986427937a7fc -C extra-filename=-039986427937a7fc --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-e2da4675f63265ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43342024-10-22T16:28:55.758Z Compiling nested v0.1.1
43352024-10-22T16:28:55.758Z 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`
43362024-10-22T16:28:56.032Z Compiling escape8259 v0.5.3
43372024-10-22T16:28:56.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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 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=82a61719079ec967 -C extra-filename=-82a61719079ec967 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43382024-10-22T16:28:56.056Z Compiling dhcproto-macros v0.1.0
43392024-10-22T16:28:56.056Z 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`
43402024-10-22T16:28:56.242Z Compiling libtest-mimic v0.7.3
43412024-10-22T16:28:56.266Z 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=50a9a5aa5cdd2654 -C extra-filename=-50a9a5aa5cdd2654 --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-53b1b616d65a4f87.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-82a61719079ec967.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-729e749081eb9f7f.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-7a77aaa9296b1e84.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43422024-10-22T16:28:56.408Z Compiling guppy v0.17.8
43432024-10-22T16:28:56.435Z 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=b5fb3aeac1392567 -C extra-filename=-b5fb3aeac1392567 --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-12f38d3186beb808.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-21fbe0fd132ab9c9.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-f8788065ea5bfd1e.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-eebe1899602319ed.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-50688de6a66ac6ea.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c468925203a4a51b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.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`
43442024-10-22T16:28:56.959Z Compiling dhcproto v0.12.0
43452024-10-22T16:28:56.982Z 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=9dedd77b5a6ef4d9 -C extra-filename=-9dedd77b5a6ef4d9 --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-063889f16a5b7e58.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-c57ae2e537255ab5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46083f5fa107be67.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-6398875b516cf905.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43462024-10-22T16:28:57.409Z Compiling hyper-rustls v0.26.0
43472024-10-22T16:28:57.435Z 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=33064942eeb02a8d -C extra-filename=-33064942eeb02a8d --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-276847dd56a0d30f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fa8b24540dc9178a.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-dc1e60f16a8a0220.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-62398891934877fe.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-ba4ba34bd9f6850c.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-81784d68f5720db1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-57311ef1baca982c.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-f6ab7995d523906b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out`
43482024-10-22T16:28:57.916Z Compiling oso v0.27.3
43492024-10-22T16:28:57.940Z 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=5e3d3f87d234d437 -C extra-filename=-5e3d3f87d234d437 --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-38c125916d062385.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cf320adaf9052777.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-a5ca1afad04ae64c.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-10352c5d605d28e9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c5813f0370454179.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43502024-10-22T16:28:58.036Z Compiling russh v0.45.0
43512024-10-22T16:28:58.060Z 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=466c60c028ea3722 -C extra-filename=-466c60c028ea3722 --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-a3c74894fc07819c.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-276afecb8064fc53.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-fb02ffd1abc115c8.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-1f5fa4f5349d7401.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-8292cdb58b37ce87.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-0878a0bcf5db05c6.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-84bed2dbc592cc10.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-039986427937a7fc.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-b3504092a9ff35a2.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8edd5f4ddeaab733.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed861e9e9bc48d14.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-04cd9bd80d33c46b.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-61be641122cdfc7a.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-b8dd11fd78b45c99.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-acc4b60ec2977a77.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-5cde631390065fdc.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-b65726f21ff6e50b.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-87263a9f35acb00d.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-63fd45e0b9caa897.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-a70f0230c3ae6da9.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-2d6cf582faa71dbd.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-40951d81e9cf2e65.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-6c5265b4c120912c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0fc696dd70c41646.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-e143e256a33459a5.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-f14615c3282188e1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b7b5464a5de3de01.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43522024-10-22T16:28:59.843Z Compiling async-object-pool v0.1.5
43532024-10-22T16:28:59.866Z 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=9236b68443766632 -C extra-filename=-9236b68443766632 --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-e65e75c270c1a7f0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43542024-10-22T16:29:00.034Z 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=c107f33ec205b904 -C extra-filename=-c107f33ec205b904 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-92ea4b6ee9f042b1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-8b2c6af09cc39369.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-cf07eb805517a1fa.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fa8b24540dc9178a.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-f87de11c9bdd0c0d.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7433037f8831c75b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4e2f4fb45bcd4fc9.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-5e3d3f87d234d437.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-96c8c2cf64af59c1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.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-fb69671f204b4e69/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`
43552024-10-22T16:29:02.917Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
43562024-10-22T16:29:02.941Z 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=1f9b11e54f0a1347 -C extra-filename=-1f9b11e54f0a1347 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0d3359e6b30daf3a.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1253f14a3b157453.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-665b11d7dbe7e32e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
43572024-10-22T16:29:03.661Z Compiling fancy-regex v0.13.0
43582024-10-22T16:29:03.685Z 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=2a2ca52e4c65d7ef -C extra-filename=-2a2ca52e4c65d7ef --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-9f36d56a060ad2ad.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-26edaa7b21c00140.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43592024-10-22T16:29:03.854Z Compiling rstest_macros v0.23.0
43602024-10-22T16:29:03.881Z 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.23.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=5ede23eac6e4f6d2 -C extra-filename=-5ede23eac6e4f6d2 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-5ede23eac6e4f6d2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-df445a3fedc90392.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43612024-10-22T16:29:04.408Z 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=a8357a0f51af980c -C extra-filename=-a8357a0f51af980c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-cccd078da3c2486a.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1253f14a3b157453.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-f39e6051643e75e5.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-fea4e343dfd613c8.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-842aef24a6c17028.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-3ee2a89b83e83f6e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5596f558cfaebd2c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fb3b1148eacfce94.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c107f33ec205b904.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-cf872d4997adaf18.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-f87de11c9bdd0c0d.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7433037f8831c75b.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4162b9bfac5d47aa.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-276f12351f1d7bb3.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-04f97b05bcf510ae.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.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-639b14986cc85691.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3522627863e48cb1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ab93025eba576f62.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-72173a9ea899e76d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2fe3cf30c80908c5.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-6398875b516cf905.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7dbbc363673f3747.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.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-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
43622024-10-22T16:29:04.492Z Compiling assert-json-diff v2.0.2
43632024-10-22T16:29:04.516Z 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=6819131bbd072ba3 -C extra-filename=-6819131bbd072ba3 --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-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43642024-10-22T16:29:05.326Z Compiling serde_regex v1.1.0
43652024-10-22T16:29:05.352Z 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=04f4a73817e7af9a -C extra-filename=-04f4a73817e7af9a --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-af2dab8125b2f6b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43662024-10-22T16:29:05.581Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
43672024-10-22T16:29:05.606Z 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=2adcb949d9561c90 -C extra-filename=-2adcb949d9561c90 --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-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43682024-10-22T16:29:05.606Z Compiling path-tree v0.8.1
43692024-10-22T16:29:05.606Z 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`
43702024-10-22T16:29:06.003Z Compiling internet-checksum v0.2.1
43712024-10-22T16:29:06.026Z 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`
43722024-10-22T16:29:06.145Z Compiling stringmetrics v2.2.2
43732024-10-22T16:29:06.168Z 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`
43742024-10-22T16:29:06.203Z Compiling datatest-stable v0.2.9
43752024-10-22T16:29:06.227Z 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=cee90a3b9f042e82 -C extra-filename=-cee90a3b9f042e82 --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-294229beec0d6e93.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-2a2ca52e4c65d7ef.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-50a9a5aa5cdd2654.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`
43762024-10-22T16:29:06.400Z Compiling httpmock v0.8.0-alpha.1
43772024-10-22T16:29:06.424Z 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=320dc6da11743aa9 -C extra-filename=-320dc6da11743aa9 --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-6819131bbd072ba3.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-9236b68443766632.rmeta --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-e65e75c270c1a7f0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1fb66d11f8bf8743.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-276847dd56a0d30f.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-cf07eb805517a1fa.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-05ca3dab5a32ac16.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fa8b24540dc9178a.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-dc1e60f16a8a0220.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cf320adaf9052777.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-af2dab8125b2f6b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-04f4a73817e7af9a.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-827221e0f813566e.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-b76476b32eaaab4f.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-2da5a6fab03534d3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-6398875b516cf905.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43782024-10-22T16:29:06.497Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-5ede23eac6e4f6d2/build-script-build`
43792024-10-22T16:29:06.541Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
43802024-10-22T16:29:06.565Z 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=30898012e6d6aa6d -C extra-filename=-30898012e6d6aa6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-4d473c9265bfa8d1.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-05623b2f83682ba2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.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-b3ec9c46c9402423.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-3fb1a99a3fb51e43.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-16cd7557d7baae9a.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e4c256dca902d937.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-74ed118717210afc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0fc696dd70c41646.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5a9e8a3fda1306a6.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d32a218231312d36.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-800c3d3e11d02d58.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-4ace96267714cd57.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-86b21c99a6f2081c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca6deaed5855fa01.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66e35edd96a0ae94/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f44a954ef056f09c/out/lib`
43812024-10-22T16:29:06.825Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
43822024-10-22T16:29:06.848Z 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=778b1d920f1cfa63 -C extra-filename=-778b1d920f1cfa63 --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-7bca6a4da6cde0e6.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
43832024-10-22T16:29:07.380Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43842024-10-22T16:29:07.404Z 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=daf6089477e9463d -C extra-filename=-daf6089477e9463d --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-daf6089477e9463d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-595ac9a36973975f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
43852024-10-22T16:29:07.687Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43862024-10-22T16:29:07.711Z 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=c79fca7b613c2a07 -C extra-filename=-c79fca7b613c2a07 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-c79fca7b613c2a07 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-595ac9a36973975f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
43872024-10-22T16:29:07.992Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
43882024-10-22T16:29:08.017Z 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=47f294bfd1626e6e -C extra-filename=-47f294bfd1626e6e --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-47f294bfd1626e6e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-595ac9a36973975f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
43892024-10-22T16:29:08.093Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
43902024-10-22T16:29:08.117Z 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=aeed7cd8da24b0be -C extra-filename=-aeed7cd8da24b0be --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-aeed7cd8da24b0be -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-595ac9a36973975f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
43912024-10-22T16:29:08.317Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43922024-10-22T16:29:08.341Z 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=2c2d5c21bba2f06c -C extra-filename=-2c2d5c21bba2f06c --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-2c2d5c21bba2f06c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-595ac9a36973975f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
43932024-10-22T16:29:08.423Z Compiling similar-asserts v1.6.0
43942024-10-22T16:29:08.450Z 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=919942a9cf5d239f -C extra-filename=-919942a9cf5d239f --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-acc5db071dc1e894.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-827221e0f813566e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43952024-10-22T16:29:08.639Z Compiling proc-macro-crate v3.2.0
43962024-10-22T16:29:08.663Z 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.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=ef69f1d29a3d75d1 -C extra-filename=-ef69f1d29a3d75d1 --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-9203d6efe3e23e2d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43972024-10-22T16:29:08.989Z Compiling trybuild v1.0.100
43982024-10-22T16:29:09.012Z 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.100/build.rs --error-format=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=9b78220ec8e9785a -C extra-filename=-9b78220ec8e9785a --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-9b78220ec8e9785a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43992024-10-22T16:29:09.405Z Compiling relative-path v1.9.3
44002024-10-22T16:29:09.449Z 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`
44012024-10-22T16:29:09.472Z Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-9b78220ec8e9785a/build-script-build`
44022024-10-22T16:29:09.495Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-2c2d5c21bba2f06c/build-script-build`
44032024-10-22T16:29:09.525Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-aeed7cd8da24b0be/build-script-build`
44042024-10-22T16:29:09.562Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-47f294bfd1626e6e/build-script-build`
44052024-10-22T16:29:09.594Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-c79fca7b613c2a07/build-script-build`
44062024-10-22T16:29:09.629Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-daf6089477e9463d/build-script-build`
44072024-10-22T16:29:09.661Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44082024-10-22T16:29:09.685Z 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=8d7b93c1daf915fa -C extra-filename=-8d7b93c1daf915fa --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-30077088698d34ae.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7d9dfb8b3088a042.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9dedd77b5a6ef4d9.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-8af77909a1ebd595.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.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-2adcb949d9561c90.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8b4c53dc03b604db.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-92e8bf4a78352203.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-466c60c028ea3722.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-40951d81e9cf2e65.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d0f67e146bd5a372.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-08d8234b8a0f1e64.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/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-66e35edd96a0ae94/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
44092024-10-22T16:29:09.909Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
44102024-10-22T16:29:09.933Z 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=f5d16db90e12db75 -C extra-filename=-f5d16db90e12db75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.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-194107b4043c34a3.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-4d473c9265bfa8d1.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.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-7118ea06c03b8f16.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-1fb4cb21c0248828.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cabcee36f6a1e1ab.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f45b6c8cdc4f7801.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-8af77909a1ebd595.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-05ca3dab5a32ac16.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-caaa7273e8fbdbf2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fa8b24540dc9178a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-547cb48d82dbe26f.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-16cd7557d7baae9a.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5596f558cfaebd2c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-99bd6f156115d55e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-74ed118717210afc.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-276f12351f1d7bb3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0fc696dd70c41646.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d32a218231312d36.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-aafe08763bfdf455.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-21eba7ec22e8f77d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-649cce69ca71eded.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-86b21c99a6f2081c.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3e2d14ea41ca296f.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca6deaed5855fa01.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c32cedf99b0dfa98.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-6438735a09ebe594.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1117cf8655a94d76.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f44a954ef056f09c/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
44112024-10-22T16:29:10.054Z 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.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=28b345a934ef2ef3 -C extra-filename=-28b345a934ef2ef3 --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-ef69f1d29a3d75d1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-b73652ab3b928921.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.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`
44122024-10-22T16:29:11.659Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
44132024-10-22T16:29:11.683Z 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=36c5a213d23ad4f1 -C extra-filename=-36c5a213d23ad4f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-21fbe0fd132ab9c9.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.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-206607283cd4f37a.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-df3af215e239554f.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c468925203a4a51b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
44142024-10-22T16:29:12.680Z Compiling multimap v0.10.0
44152024-10-22T16:29:12.704Z 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=25ec5690a2fbae8c -C extra-filename=-25ec5690a2fbae8c --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-a652f8ccc3e0df34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44162024-10-22T16:29:12.979Z Compiling uzers v0.12.1
44172024-10-22T16:29:13.003Z 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.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cache"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cache", "default", "log", "logging", "mock", "test-integration"))' -C metadata=f8b9d5241f8279b6 -C extra-filename=-f8b9d5241f8279b6 --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-7bca6a4da6cde0e6.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`
44182024-10-22T16:29:14.130Z 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.100/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 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=5a25ccebccb5c747 -C extra-filename=-5a25ccebccb5c747 --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-a652f8ccc3e0df34.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-8a19dc9c99dbd829.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-729e749081eb9f7f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.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"))'`
44192024-10-22T16:29:17.927Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
44202024-10-22T16:29:17.927Z 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=c08c83f97376d954 -C extra-filename=-c08c83f97376d954 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d10adc533ec730cd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8c4a2b429d4d9c4d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-85be312f14fb235b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-4ace96267714cd57.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f7126d7da3f21c85.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
44212024-10-22T16:29:19.406Z Compiling rstest v0.23.0
44222024-10-22T16:29:19.430Z 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.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="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=b18a6420ab630e70 -C extra-filename=-b18a6420ab630e70 --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-b3ec9c46c9402423.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-28b345a934ef2ef3.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44232024-10-22T16:29:19.630Z Compiling partial-io v0.5.4
44242024-10-22T16:29:19.654Z 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=901beab225e363b2 -C extra-filename=-901beab225e363b2 --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-b3ec9c46c9402423.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-bc98e5432be1ab4d.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8f6b3bbd27d166c4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44252024-10-22T16:29:20.072Z Compiling blake2b_simd v1.0.2
44262024-10-22T16:29:20.096Z 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=60d715563b5a7ab0 -C extra-filename=-60d715563b5a7ab0 --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-d173e624f6c8bca2.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-ff10647d6b0400c3.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-eeb5bc68ff7a9b64.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44272024-10-22T16:29:20.531Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
44282024-10-22T16:29:20.554Z 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=655abdf5c3f3fb89 -C extra-filename=-655abdf5c3f3fb89 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-655abdf5c3f3fb89 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-595ac9a36973975f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
44292024-10-22T16:29:20.863Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
44302024-10-22T16:29:20.886Z 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=78a12e1c7372a323 -C extra-filename=-78a12e1c7372a323 --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-78a12e1c7372a323 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-595ac9a36973975f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
44312024-10-22T16:29:21.181Z Compiling rand_distr v0.4.3
44322024-10-22T16:29:21.206Z 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=2142bb9a9dca75cd -C extra-filename=-2142bb9a9dca75cd --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-64c24fe16140f6b4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44332024-10-22T16:29:22.032Z Compiling approx v0.5.1
44342024-10-22T16:29:22.056Z 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=c60fa4528b6f8604 -C extra-filename=-c60fa4528b6f8604 --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-64c24fe16140f6b4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44352024-10-22T16:29:22.252Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-78a12e1c7372a323/build-script-build`
44362024-10-22T16:29:22.288Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-655abdf5c3f3fb89/build-script-build`
44372024-10-22T16:29:22.319Z Compiling rust-argon2 v2.1.0
44382024-10-22T16:29:22.343Z 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=8b197971538622e9 -C extra-filename=-8b197971538622e9 --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-60d715563b5a7ab0.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-eeb5bc68ff7a9b64.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44392024-10-22T16:29:22.917Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
44402024-10-22T16:29:22.940Z 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=3cfb9aef26480a01 -C extra-filename=-3cfb9aef26480a01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8b4c53dc03b604db.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d32a218231312d36.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-f8b9d5241f8279b6.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bf449ddf6778b381.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/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-66e35edd96a0ae94/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
44412024-10-22T16:29:23.780Z 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=3b967aea1291828b -C extra-filename=-3b967aea1291828b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-32df0de31263d645.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-ce270956dc728fb3.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-3e9408abe6deb2b0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-665b11d7dbe7e32e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.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-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
44422024-10-22T16:29:23.856Z Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
44432024-10-22T16:29:23.879Z 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=b01bafb1c997b0a8 -C extra-filename=-b01bafb1c997b0a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-21d6598fe5058c50.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-42bdb0e972038a36.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0d3359e6b30daf3a.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-32df0de31263d645.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-74fe327fdfdd0256.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-816e989a4ff4f43c.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-f1455e6063aea63d.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-547cb48d82dbe26f.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-9a3272783de3dec9.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b05aef1a8623ccb1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-c8c62a022bcab87e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.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-6c3376738064f670.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-827221e0f813566e.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-f86ea859faefdd83.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-6438735a09ebe594.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
44442024-10-22T16:29:24.063Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44452024-10-22T16:29:24.087Z 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=be64f779f802f542 -C extra-filename=-be64f779f802f542 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-21fbe0fd132ab9c9.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-bc868756b1b0c2c5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-d9c57d137f211c3f.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c468925203a4a51b.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cf1f1353f3838cad.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1d923f9e302ac86b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5a9e8a3fda1306a6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-feb43724de55514a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4b4566b2b91f773b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.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-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8d17a58ddf282e64/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8d17a58ddf282e64/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-17f423bb36dace61/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66e35edd96a0ae94/out`
44462024-10-22T16:29:26.440Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
44472024-10-22T16:29:26.464Z 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=2f1dc6479cb75a4d -C extra-filename=-2f1dc6479cb75a4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed861e9e9bc48d14.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0fc696dd70c41646.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4b4566b2b91f773b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
44482024-10-22T16:29:27.919Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
44492024-10-22T16:29:27.943Z 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=45a69a23830901f5 -C extra-filename=-45a69a23830901f5 --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-206607283cd4f37a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
44502024-10-22T16:29:28.280Z Compiling cargo_toml v0.20.5
44512024-10-22T16:29:28.280Z 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=2a99af5af75a32c9 -C extra-filename=-2a99af5af75a32c9 --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-a652f8ccc3e0df34.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44522024-10-22T16:29:28.736Z Compiling termios v0.3.3
44532024-10-22T16:29:28.772Z 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=1f1e83cbb620fc31 -C extra-filename=-1f1e83cbb620fc31 --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-7bca6a4da6cde0e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44542024-10-22T16:29:28.970Z Compiling indoc v2.0.5
44552024-10-22T16:29:28.994Z 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`
44562024-10-22T16:29:29.044Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44572024-10-22T16:29:29.068Z 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=beb43ff7de05ca26 -C extra-filename=-beb43ff7de05ca26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cabcee36f6a1e1ab.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f45b6c8cdc4f7801.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-1f1e83cbb620fc31.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-65e009c738effbf1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
44582024-10-22T16:29:29.652Z 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=9851d6a9e12614a9 -C extra-filename=-9851d6a9e12614a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d10adc533ec730cd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8c4a2b429d4d9c4d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-85be312f14fb235b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-4ace96267714cd57.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f7126d7da3f21c85.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-c08c83f97376d954.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
44592024-10-22T16:29:29.908Z 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=58fefb7ec631675e -C extra-filename=-58fefb7ec631675e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-4d473c9265bfa8d1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-05623b2f83682ba2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.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-c9f4d798832c0062.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fe7c60a6b43fea40.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-bc868756b1b0c2c5.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-6d8b0b7d5da02efe.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-010bb657055a369a.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-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c468925203a4a51b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.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-063c424349fd118f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-aafe08763bfdf455.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8f6b1da2456acb43.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
44602024-10-22T16:29:31.733Z 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=c374414f1d1f99a0 -C extra-filename=-c374414f1d1f99a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d10adc533ec730cd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8c4a2b429d4d9c4d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-85be312f14fb235b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-4ace96267714cd57.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f7126d7da3f21c85.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-c08c83f97376d954.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
44612024-10-22T16:29:33.651Z 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=7de05efe432dd8ac -C extra-filename=-7de05efe432dd8ac --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-30077088698d34ae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7d9dfb8b3088a042.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9dedd77b5a6ef4d9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-8af77909a1ebd595.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.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-2adcb949d9561c90.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8b4c53dc03b604db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-92e8bf4a78352203.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-466c60c028ea3722.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-40951d81e9cf2e65.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d0f67e146bd5a372.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-08d8234b8a0f1e64.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/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-66e35edd96a0ae94/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
44622024-10-22T16:29:34.028Z 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=98cdcabad4edef47 -C extra-filename=-98cdcabad4edef47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-21d6598fe5058c50.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-42bdb0e972038a36.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0d3359e6b30daf3a.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-32df0de31263d645.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-74fe327fdfdd0256.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-816e989a4ff4f43c.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-f1455e6063aea63d.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-547cb48d82dbe26f.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-9a3272783de3dec9.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b05aef1a8623ccb1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-b01bafb1c997b0a8.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-c8c62a022bcab87e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.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-6c3376738064f670.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-827221e0f813566e.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-f86ea859faefdd83.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-6438735a09ebe594.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
44632024-10-22T16:29:35.855Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44642024-10-22T16:29:35.878Z 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=01b9cc687525c90f -C extra-filename=-01b9cc687525c90f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-21fbe0fd132ab9c9.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-2a99af5af75a32c9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-816e989a4ff4f43c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9eb4ec78cc85feaa.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-bc0396bad55291d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7dbbc363673f3747.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44652024-10-22T16:29:35.902Z 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=b1d7492837d14343 -C extra-filename=-b1d7492837d14343 --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-30077088698d34ae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7d9dfb8b3088a042.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9dedd77b5a6ef4d9.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-8d7b93c1daf915fa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-8af77909a1ebd595.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.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-2adcb949d9561c90.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8b4c53dc03b604db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-92e8bf4a78352203.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-466c60c028ea3722.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-40951d81e9cf2e65.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d0f67e146bd5a372.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-08d8234b8a0f1e64.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/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-66e35edd96a0ae94/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
44662024-10-22T16:29:35.970Z 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=b53c8dd39068717c -C extra-filename=-b53c8dd39068717c --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-30077088698d34ae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7d9dfb8b3088a042.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9dedd77b5a6ef4d9.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-8d7b93c1daf915fa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-8af77909a1ebd595.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.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-2adcb949d9561c90.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8b4c53dc03b604db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-92e8bf4a78352203.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-466c60c028ea3722.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-40951d81e9cf2e65.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d0f67e146bd5a372.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-08d8234b8a0f1e64.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/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-66e35edd96a0ae94/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
44672024-10-22T16:29:38.093Z 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=836f62dfc16e19d5 -C extra-filename=-836f62dfc16e19d5 --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-30077088698d34ae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7d9dfb8b3088a042.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9dedd77b5a6ef4d9.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-8d7b93c1daf915fa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-8af77909a1ebd595.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.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-2adcb949d9561c90.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8b4c53dc03b604db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-92e8bf4a78352203.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-466c60c028ea3722.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-40951d81e9cf2e65.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d0f67e146bd5a372.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-08d8234b8a0f1e64.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/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-66e35edd96a0ae94/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
44682024-10-22T16:29:38.117Z 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=d000e0e0a04c4007 -C extra-filename=-d000e0e0a04c4007 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed861e9e9bc48d14.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0fc696dd70c41646.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4b4566b2b91f773b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-2f1dc6479cb75a4d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
44692024-10-22T16:29:38.441Z 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=6364449f22285208 -C extra-filename=-6364449f22285208 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-21fbe0fd132ab9c9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-bc868756b1b0c2c5.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-be64f779f802f542.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-d9c57d137f211c3f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c468925203a4a51b.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cf1f1353f3838cad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1d923f9e302ac86b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5a9e8a3fda1306a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-feb43724de55514a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4b4566b2b91f773b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.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-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8d17a58ddf282e64/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8d17a58ddf282e64/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-17f423bb36dace61/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66e35edd96a0ae94/out`
44702024-10-22T16:29:38.729Z 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=6b76b47af48036ed -C extra-filename=-6b76b47af48036ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-29dd9644c3d8116d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-f06b7c2c233c06bb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-8b197971538622e9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
44712024-10-22T16:29:39.773Z 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=eee9356e0ec1cfae -C extra-filename=-eee9356e0ec1cfae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8b4c53dc03b604db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d32a218231312d36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-f8b9d5241f8279b6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bf449ddf6778b381.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-3cfb9aef26480a01.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/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-66e35edd96a0ae94/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
44722024-10-22T16:29:40.156Z 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=f4c74e41f9c020f1 -C extra-filename=-f4c74e41f9c020f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-320dc6da11743aa9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5596f558cfaebd2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e2fa94cb9f8fc375.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-04f97b05bcf510ae.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-6c3376738064f670.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1477d8c0a590c945.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-83b744bbe1b02551.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f688ae236db9e63e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-639b14986cc85691.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
44732024-10-22T16:29:42.713Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44742024-10-22T16:29:42.759Z 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=cc841a8ee3d47e6e -C extra-filename=-cc841a8ee3d47e6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b5c2a4c87bc46f30.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-24b46e2cc6272ede.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a659a954aca08538.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f45b6c8cdc4f7801.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7295c65eee3d6e0f.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-cf07eb805517a1fa.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-8af77909a1ebd595.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-05ca3dab5a32ac16.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fa8b24540dc9178a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5596f558cfaebd2c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e2fa94cb9f8fc375.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-cf872d4997adaf18.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8357a0f51af980c.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4162b9bfac5d47aa.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ae7a006cdb9726b6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-276f12351f1d7bb3.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8b4c53dc03b604db.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-04f97b05bcf510ae.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-83b744bbe1b02551.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d12a777364a9a393.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ab93025eba576f62.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-21eba7ec22e8f77d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f44a954ef056f09c/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-66e35edd96a0ae94/out -L /usr/platform/oxide/lib/amd64/`
44752024-10-22T16:29:42.789Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44762024-10-22T16:29:42.789Z 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=757393e4e7cbb310 -C extra-filename=-757393e4e7cbb310 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7433037f8831c75b.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8357a0f51af980c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.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-72173a9ea899e76d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/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`
44772024-10-22T16:29:44.748Z 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=84a08d558cf4604b -C extra-filename=-84a08d558cf4604b --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-c93540a2dfb95ba6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7433037f8831c75b.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8357a0f51af980c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.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-72173a9ea899e76d.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2fe3cf30c80908c5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.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-fb69671f204b4e69/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`
44782024-10-22T16:29:47.257Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44792024-10-22T16:29:47.281Z 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=9e36709aa021796a -C extra-filename=-9e36709aa021796a --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-b3ec9c46c9402423.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fb3b1148eacfce94.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8357a0f51af980c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ab93025eba576f62.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.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-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
44802024-10-22T16:29:47.330Z 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=bb1d6b74adf94398 -C extra-filename=-bb1d6b74adf94398 --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-c93540a2dfb95ba6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8357a0f51af980c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1477d8c0a590c945.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-72173a9ea899e76d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.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-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
44812024-10-22T16:29:48.678Z 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=e4e9f14c46e75d7a -C extra-filename=-e4e9f14c46e75d7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-320dc6da11743aa9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5596f558cfaebd2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e2fa94cb9f8fc375.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-04f97b05bcf510ae.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-6c3376738064f670.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1477d8c0a590c945.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-83b744bbe1b02551.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f688ae236db9e63e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-639b14986cc85691.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
44822024-10-22T16:29:48.969Z 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=60a00ffe4aa9996a -C extra-filename=-60a00ffe4aa9996a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c9a92d1feb295167.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-2ded228a1c8c53db.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1253f14a3b157453.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-10cc5bae422f5b9a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5596f558cfaebd2c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-ddb0b6a8cb0a87ff.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-cf872d4997adaf18.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7433037f8831c75b.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8357a0f51af980c.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9e36709aa021796a.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4162b9bfac5d47aa.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ab93025eba576f62.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-72173a9ea899e76d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca6deaed5855fa01.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.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-fb69671f204b4e69/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`
44832024-10-22T16:29:49.487Z 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=bbde9e86dfe8b08a -C extra-filename=-bbde9e86dfe8b08a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-320dc6da11743aa9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5596f558cfaebd2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e2fa94cb9f8fc375.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-04f97b05bcf510ae.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-6c3376738064f670.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1477d8c0a590c945.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-83b744bbe1b02551.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f688ae236db9e63e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-639b14986cc85691.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
44842024-10-22T16:29:50.488Z 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=cbf3706a9fa2cb65 -C extra-filename=-cbf3706a9fa2cb65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-320dc6da11743aa9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5596f558cfaebd2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e2fa94cb9f8fc375.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-04f97b05bcf510ae.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-6c3376738064f670.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1477d8c0a590c945.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f688ae236db9e63e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-639b14986cc85691.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
44852024-10-22T16:29:50.678Z 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=9bca3a3600efab60 -C extra-filename=-9bca3a3600efab60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.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-194107b4043c34a3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-4d473c9265bfa8d1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.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-7118ea06c03b8f16.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed861e9e9bc48d14.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-1fb4cb21c0248828.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-816e989a4ff4f43c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cabcee36f6a1e1ab.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f45b6c8cdc4f7801.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7295c65eee3d6e0f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-8af77909a1ebd595.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-05ca3dab5a32ac16.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-caaa7273e8fbdbf2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fa8b24540dc9178a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-30898012e6d6aa6d.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-547cb48d82dbe26f.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-3fb1a99a3fb51e43.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-16cd7557d7baae9a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5596f558cfaebd2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.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-99bd6f156115d55e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-74ed118717210afc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-276f12351f1d7bb3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0fc696dd70c41646.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d32a218231312d36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4b4566b2b91f773b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-aafe08763bfdf455.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-21eba7ec22e8f77d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-649cce69ca71eded.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ad64e99f362f2756.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-86b21c99a6f2081c.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3e2d14ea41ca296f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca6deaed5855fa01.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f7126d7da3f21c85.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c32cedf99b0dfa98.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-f5d16db90e12db75.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-6438735a09ebe594.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1117cf8655a94d76.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f44a954ef056f09c/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66e35edd96a0ae94/out -L native=/opt/ooce/pgsql-13/lib/amd64`
44862024-10-22T16:29:50.812Z 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=bfef259152d13cd3 -C extra-filename=-bfef259152d13cd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.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-194107b4043c34a3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-4d473c9265bfa8d1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.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-7118ea06c03b8f16.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-1fb4cb21c0248828.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cabcee36f6a1e1ab.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f45b6c8cdc4f7801.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-8af77909a1ebd595.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-05ca3dab5a32ac16.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-caaa7273e8fbdbf2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fa8b24540dc9178a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-547cb48d82dbe26f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-16cd7557d7baae9a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5596f558cfaebd2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-99bd6f156115d55e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-74ed118717210afc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-276f12351f1d7bb3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0fc696dd70c41646.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d32a218231312d36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-aafe08763bfdf455.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-21eba7ec22e8f77d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-649cce69ca71eded.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-86b21c99a6f2081c.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3e2d14ea41ca296f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca6deaed5855fa01.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c32cedf99b0dfa98.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-f5d16db90e12db75.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-6438735a09ebe594.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1117cf8655a94d76.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f44a954ef056f09c/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
44872024-10-22T16:29:51.435Z 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=ad2924cbdc7d65e9 -C extra-filename=-ad2924cbdc7d65e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.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-194107b4043c34a3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-4d473c9265bfa8d1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.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-7118ea06c03b8f16.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed861e9e9bc48d14.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-1fb4cb21c0248828.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-816e989a4ff4f43c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cabcee36f6a1e1ab.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f45b6c8cdc4f7801.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7295c65eee3d6e0f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-8af77909a1ebd595.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-05ca3dab5a32ac16.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-caaa7273e8fbdbf2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fa8b24540dc9178a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-30898012e6d6aa6d.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-547cb48d82dbe26f.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-3fb1a99a3fb51e43.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-16cd7557d7baae9a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5596f558cfaebd2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.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-99bd6f156115d55e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-74ed118717210afc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-276f12351f1d7bb3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0fc696dd70c41646.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d32a218231312d36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4b4566b2b91f773b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-aafe08763bfdf455.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-21eba7ec22e8f77d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-649cce69ca71eded.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ad64e99f362f2756.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-86b21c99a6f2081c.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3e2d14ea41ca296f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca6deaed5855fa01.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f7126d7da3f21c85.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c32cedf99b0dfa98.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-f5d16db90e12db75.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-6438735a09ebe594.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1117cf8655a94d76.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f44a954ef056f09c/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66e35edd96a0ae94/out -L native=/opt/ooce/pgsql-13/lib/amd64`
44882024-10-22T16:29:51.541Z 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=d9d1a41c169f1f51 -C extra-filename=-d9d1a41c169f1f51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.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-d982570fac10725d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.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-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
44892024-10-22T16:29:53.035Z 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=6e33073a819a8be9 -C extra-filename=-6e33073a819a8be9 --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-c60fa4528b6f8604.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-f06b7c2c233c06bb.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-7a1c88d1453503cb.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-42d37f19843ec3ba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-27773227d8034740.so --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-2142bb9a9dca75cd.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-b18a6420ab630e70.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-5a25ccebccb5c747.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
44902024-10-22T16:29:53.564Z 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=7f016e1b93eba456 -C extra-filename=-7f016e1b93eba456 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.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-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-4d473c9265bfa8d1.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-05623b2f83682ba2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c9a92d1feb295167.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-2ded228a1c8c53db.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-10cc5bae422f5b9a.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b5c2a4c87bc46f30.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-270fe008b0afc2a5.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-dde39ec0a869c8c3.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-a659a954aca08538.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7118ea06c03b8f16.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f9d1ea7df2904938.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cabcee36f6a1e1ab.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-cf07eb805517a1fa.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-8af77909a1ebd595.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-05ca3dab5a32ac16.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fa8b24540dc9178a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5596f558cfaebd2c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fb3b1148eacfce94.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4dc477daed87055a.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c107f33ec205b904.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e2fa94cb9f8fc375.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-cf872d4997adaf18.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7433037f8831c75b.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8357a0f51af980c.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-82abf92cc962e0a3.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-9a3272783de3dec9.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b05aef1a8623ccb1.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3d4060e2041bde1f.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-bb1d6b74adf94398.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9e36709aa021796a.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-60a00ffe4aa9996a.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9434ab2f82ee1626.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-757393e4e7cbb310.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-84a08d558cf4604b.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4162b9bfac5d47aa.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ae7a006cdb9726b6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b6cf14b4f0145ca.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-276f12351f1d7bb3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4e2f4fb45bcd4fc9.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-04f97b05bcf510ae.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1477d8c0a590c945.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f688ae236db9e63e.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2cfd367f08af791a.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d12a777364a9a393.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-75f2715d5a961802.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-df3af215e239554f.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-c50e9c4fc9770bd0.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2d0ad5c466b9c4d1.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-639b14986cc85691.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3522627863e48cb1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1d923f9e302ac86b.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-62398891934877fe.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-157d5ce1a48d8a81.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-96c8c2cf64af59c1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ab93025eba576f62.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2fe3cf30c80908c5.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-24b04f271b39c294.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-665b11d7dbe7e32e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-21eba7ec22e8f77d.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-649cce69ca71eded.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3e2d14ea41ca296f.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca6deaed5855fa01.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.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-fb69671f204b4e69/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-f44a954ef056f09c/out/lib`
44912024-10-22T16:29:56.248Z 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=e1a7067edfe2cb9b -C extra-filename=-e1a7067edfe2cb9b --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-c60fa4528b6f8604.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-f06b7c2c233c06bb.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-7a1c88d1453503cb.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-42d37f19843ec3ba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-27773227d8034740.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-89875ad8c6f3cbf7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-2142bb9a9dca75cd.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-b18a6420ab630e70.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-5a25ccebccb5c747.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
44922024-10-22T16:29:57.157Z 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=428e0813afba1c2c -C extra-filename=-428e0813afba1c2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-4d473c9265bfa8d1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-05623b2f83682ba2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.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-b3ec9c46c9402423.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-61be641122cdfc7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-30898012e6d6aa6d.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-3fb1a99a3fb51e43.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-16cd7557d7baae9a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e4c256dca902d937.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-74ed118717210afc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-901beab225e363b2.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8f6b3bbd27d166c4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0fc696dd70c41646.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5a9e8a3fda1306a6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d32a218231312d36.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-800c3d3e11d02d58.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-4ace96267714cd57.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-fd7fbb4f14d40c5b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-aafe08763bfdf455.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-86b21c99a6f2081c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca6deaed5855fa01.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66e35edd96a0ae94/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f44a954ef056f09c/out/lib -L native=/usr/lib/amd64`
44932024-10-22T16:29:59.103Z 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=6af7189535265e99 -C extra-filename=-6af7189535265e99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-4d473c9265bfa8d1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-05623b2f83682ba2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.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-b3ec9c46c9402423.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-61be641122cdfc7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-3fb1a99a3fb51e43.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-16cd7557d7baae9a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e4c256dca902d937.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-74ed118717210afc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-901beab225e363b2.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8f6b3bbd27d166c4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0fc696dd70c41646.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5a9e8a3fda1306a6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d32a218231312d36.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-800c3d3e11d02d58.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-4ace96267714cd57.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-fd7fbb4f14d40c5b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-aafe08763bfdf455.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-86b21c99a6f2081c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca6deaed5855fa01.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/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-66e35edd96a0ae94/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f44a954ef056f09c/out/lib`
44942024-10-22T16:30:04.666Z 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=5fd1aaa19c839b6f -C extra-filename=-5fd1aaa19c839b6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-21fbe0fd132ab9c9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.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-36c5a213d23ad4f1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-df3af215e239554f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c468925203a4a51b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
44952024-10-22T16:30:05.426Z 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=9fefc86367e93bdb -C extra-filename=-9fefc86367e93bdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-21fbe0fd132ab9c9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.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-36c5a213d23ad4f1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-df3af215e239554f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c468925203a4a51b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
44962024-10-22T16:30:12.664Z 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=23862ece8298afca -C extra-filename=-23862ece8298afca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-21fbe0fd132ab9c9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.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-36c5a213d23ad4f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-df3af215e239554f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c468925203a4a51b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
44972024-10-22T16:30:15.277Z 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=7701d01a5ff12a02 -C extra-filename=-7701d01a5ff12a02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8b4c53dc03b604db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d32a218231312d36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-f8b9d5241f8279b6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bf449ddf6778b381.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/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-66e35edd96a0ae94/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
44982024-10-22T16:30:16.450Z 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=1160ee453edb10b3 -C extra-filename=-1160ee453edb10b3 --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-cccd078da3c2486a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-842aef24a6c17028.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-8dc56cb72b720c74.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fb3b1148eacfce94.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7433037f8831c75b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8357a0f51af980c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cc841a8ee3d47e6e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1477d8c0a590c945.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-72173a9ea899e76d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.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-fb69671f204b4e69/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-f44a954ef056f09c/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66e35edd96a0ae94/out -L /usr/platform/oxide/lib/amd64/`
44992024-10-22T16:30:17.133Z 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=41dfb9a7704f0526 -C extra-filename=-41dfb9a7704f0526 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.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-cccd078da3c2486a.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1253f14a3b157453.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-f39e6051643e75e5.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-fea4e343dfd613c8.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-842aef24a6c17028.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-3ee2a89b83e83f6e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cabcee36f6a1e1ab.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-33064942eeb02a8d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5596f558cfaebd2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fb3b1148eacfce94.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c107f33ec205b904.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-cf872d4997adaf18.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-f87de11c9bdd0c0d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7433037f8831c75b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3d4060e2041bde1f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9434ab2f82ee1626.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4162b9bfac5d47aa.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cc841a8ee3d47e6e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-276f12351f1d7bb3.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8b4c53dc03b604db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-5e3d3f87d234d437.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-04f97b05bcf510ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.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-c468925203a4a51b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-16eb17d651f323bf.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-639b14986cc85691.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-aa2cd3057be6a27d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3522627863e48cb1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-62398891934877fe.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ab93025eba576f62.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-72173a9ea899e76d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2fe3cf30c80908c5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-fc2a210ea5ed8a84.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-6398875b516cf905.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7dbbc363673f3747.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.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-fb69671f204b4e69/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-f44a954ef056f09c/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66e35edd96a0ae94/out -L /usr/platform/oxide/lib/amd64/`
45002024-10-22T16:30:17.248Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=2968022b0349a10e -C extra-filename=-2968022b0349a10e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0d3359e6b30daf3a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1253f14a3b157453.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-1a0fbe6a9401b7ef.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cc841a8ee3d47e6e.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-1f9b11e54f0a1347.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f688ae236db9e63e.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8d1b592506c0f0eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-665b11d7dbe7e32e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-6398875b516cf905.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f44a954ef056f09c/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-66e35edd96a0ae94/out -L /usr/platform/oxide/lib/amd64/`
45012024-10-22T16:30:18.413Z 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=a4dbcace395f47f3 -C extra-filename=-a4dbcace395f47f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.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-cccd078da3c2486a.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-4d473c9265bfa8d1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-05623b2f83682ba2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c9a92d1feb295167.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-2ded228a1c8c53db.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-10cc5bae422f5b9a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-f06b7c2c233c06bb.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b5c2a4c87bc46f30.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-270fe008b0afc2a5.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-dde39ec0a869c8c3.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-842aef24a6c17028.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-24b46e2cc6272ede.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a659a954aca08538.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7118ea06c03b8f16.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f9d1ea7df2904938.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cabcee36f6a1e1ab.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f45b6c8cdc4f7801.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7295c65eee3d6e0f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-cf07eb805517a1fa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-8af77909a1ebd595.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-05ca3dab5a32ac16.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-8dc56cb72b720c74.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-caaa7273e8fbdbf2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fa8b24540dc9178a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-33064942eeb02a8d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5596f558cfaebd2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fb3b1148eacfce94.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4dc477daed87055a.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c107f33ec205b904.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e2fa94cb9f8fc375.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-cf872d4997adaf18.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7433037f8831c75b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8357a0f51af980c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-82abf92cc962e0a3.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-9a3272783de3dec9.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b05aef1a8623ccb1.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3d4060e2041bde1f.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-bb1d6b74adf94398.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9e36709aa021796a.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-60a00ffe4aa9996a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9434ab2f82ee1626.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-757393e4e7cbb310.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-84a08d558cf4604b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4162b9bfac5d47aa.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ae7a006cdb9726b6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cc841a8ee3d47e6e.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-59968e453beba1bb.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b6cf14b4f0145ca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-276f12351f1d7bb3.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8b4c53dc03b604db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4e2f4fb45bcd4fc9.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-92e8bf4a78352203.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-04f97b05bcf510ae.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1477d8c0a590c945.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-83b744bbe1b02551.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f688ae236db9e63e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2cfd367f08af791a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d12a777364a9a393.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-75f2715d5a961802.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-df3af215e239554f.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-c468925203a4a51b.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-c50e9c4fc9770bd0.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2d0ad5c466b9c4d1.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-639b14986cc85691.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-aa2cd3057be6a27d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3522627863e48cb1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1d923f9e302ac86b.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-62398891934877fe.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-157d5ce1a48d8a81.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-96c8c2cf64af59c1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-919942a9cf5d239f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ab93025eba576f62.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d0f67e146bd5a372.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-450aa7e50f6130b8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2fe3cf30c80908c5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-24b04f271b39c294.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-fc2a210ea5ed8a84.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-665b11d7dbe7e32e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-21eba7ec22e8f77d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-649cce69ca71eded.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ad64e99f362f2756.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-86b21c99a6f2081c.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3e2d14ea41ca296f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca6deaed5855fa01.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.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-fb69671f204b4e69/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-f44a954ef056f09c/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-66e35edd96a0ae94/out -L /usr/platform/oxide/lib/amd64/`
45022024-10-22T16:30:19.230Z 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=fa89596cef34f375 -C extra-filename=-fa89596cef34f375 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-32df0de31263d645.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-ce270956dc728fb3.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-3e9408abe6deb2b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cc841a8ee3d47e6e.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-3b967aea1291828b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8f6b3bbd27d166c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-fd7fbb4f14d40c5b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-665b11d7dbe7e32e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-6398875b516cf905.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-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f44a954ef056f09c/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-66e35edd96a0ae94/out -L /usr/platform/oxide/lib/amd64/`
45032024-10-22T16:30:20.977Z 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=45804ca50eee9d2d -C extra-filename=-45804ca50eee9d2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-92ea4b6ee9f042b1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-8b2c6af09cc39369.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-cf07eb805517a1fa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fa8b24540dc9178a.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-f87de11c9bdd0c0d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7433037f8831c75b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4e2f4fb45bcd4fc9.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-5e3d3f87d234d437.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-96c8c2cf64af59c1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.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-fb69671f204b4e69/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`
45042024-10-22T16:30:23.227Z 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=936edfe0dff29aa6 -C extra-filename=-936edfe0dff29aa6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-32df0de31263d645.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-ce270956dc728fb3.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-3e9408abe6deb2b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cc841a8ee3d47e6e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8f6b3bbd27d166c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-fd7fbb4f14d40c5b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-665b11d7dbe7e32e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-6398875b516cf905.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-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f44a954ef056f09c/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-66e35edd96a0ae94/out -L /usr/platform/oxide/lib/amd64/`
45052024-10-22T16:30:25.300Z 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=6c4383dc75bd9663 -C extra-filename=-6c4383dc75bd9663 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7433037f8831c75b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8357a0f51af980c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.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-72173a9ea899e76d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/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`
45062024-10-22T16:30:27.810Z 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=366780da961a382c -C extra-filename=-366780da961a382c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b5c2a4c87bc46f30.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-24b46e2cc6272ede.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a659a954aca08538.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f45b6c8cdc4f7801.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7295c65eee3d6e0f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-cf07eb805517a1fa.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-8af77909a1ebd595.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-05ca3dab5a32ac16.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fa8b24540dc9178a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5596f558cfaebd2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e2fa94cb9f8fc375.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-cf872d4997adaf18.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8357a0f51af980c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4162b9bfac5d47aa.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ae7a006cdb9726b6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-276f12351f1d7bb3.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8b4c53dc03b604db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-04f97b05bcf510ae.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-83b744bbe1b02551.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d12a777364a9a393.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ab93025eba576f62.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-21eba7ec22e8f77d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f44a954ef056f09c/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-66e35edd96a0ae94/out -L /usr/platform/oxide/lib/amd64/`
45072024-10-22T16:30:32.443Z 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=ddc6c4597b4aaac7 -C extra-filename=-ddc6c4597b4aaac7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0d3359e6b30daf3a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1253f14a3b157453.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-1a0fbe6a9401b7ef.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cc841a8ee3d47e6e.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-1f9b11e54f0a1347.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f688ae236db9e63e.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8d1b592506c0f0eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-665b11d7dbe7e32e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-6398875b516cf905.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f44a954ef056f09c/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-66e35edd96a0ae94/out -L /usr/platform/oxide/lib/amd64/`
45082024-10-22T16:30:42.123Z 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=310139805019df23 -C extra-filename=-310139805019df23 --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-c93540a2dfb95ba6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c107f33ec205b904.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7433037f8831c75b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8357a0f51af980c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cc841a8ee3d47e6e.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-59968e453beba1bb.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.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-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.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-72173a9ea899e76d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2fe3cf30c80908c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.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-fb69671f204b4e69/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-f44a954ef056f09c/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66e35edd96a0ae94/out -L /usr/platform/oxide/lib/amd64/`
45092024-10-22T16:30:42.749Z 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=9b49a0dd055ae6d0 -C extra-filename=-9b49a0dd055ae6d0 --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-b3ec9c46c9402423.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fb3b1148eacfce94.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8357a0f51af980c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ab93025eba576f62.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.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-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45102024-10-22T16:30:43.087Z 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=1fe83f51f6a00a62 -C extra-filename=-1fe83f51f6a00a62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-cccd078da3c2486a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8c4a2b429d4d9c4d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b5c2a4c87bc46f30.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-3e9408abe6deb2b0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-842aef24a6c17028.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5859d1b7689bc278.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cabcee36f6a1e1ab.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f45b6c8cdc4f7801.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7295c65eee3d6e0f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-bc868756b1b0c2c5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5596f558cfaebd2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fb3b1148eacfce94.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-25ec5690a2fbae8c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e2fa94cb9f8fc375.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-cf872d4997adaf18.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7433037f8831c75b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8357a0f51af980c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3d4060e2041bde1f.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-757393e4e7cbb310.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-84a08d558cf4604b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1477d8c0a590c945.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f688ae236db9e63e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a894f3c41e20c0e2.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-85be312f14fb235b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ab93025eba576f62.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-72173a9ea899e76d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9eb4ec78cc85feaa.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-bc0396bad55291d0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8f6b1da2456acb43.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca6deaed5855fa01.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-6398875b516cf905.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.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-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f44a954ef056f09c/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45112024-10-22T16:30:45.335Z 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=9f21f7d0ee7e7f49 -C extra-filename=-9f21f7d0ee7e7f49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5596f558cfaebd2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-45a69a23830901f5.so --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e2fa94cb9f8fc375.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-cf872d4997adaf18.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7433037f8831c75b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8357a0f51af980c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3d4060e2041bde1f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9434ab2f82ee1626.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-757393e4e7cbb310.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4162b9bfac5d47aa.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.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-72173a9ea899e76d.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-bc0396bad55291d0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.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-fb69671f204b4e69/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`
45122024-10-22T16:30:57.532Z 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=515fc3fdb8dd1b5e -C extra-filename=-515fc3fdb8dd1b5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0d3359e6b30daf3a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1253f14a3b157453.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-1a0fbe6a9401b7ef.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cc841a8ee3d47e6e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f688ae236db9e63e.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8d1b592506c0f0eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-665b11d7dbe7e32e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-6398875b516cf905.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f44a954ef056f09c/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-66e35edd96a0ae94/out -L /usr/platform/oxide/lib/amd64/`
45132024-10-22T16:30:57.855Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-keeper.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=3bc2880d1f35a0a8 -C extra-filename=-3bc2880d1f35a0a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0d3359e6b30daf3a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1253f14a3b157453.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-1a0fbe6a9401b7ef.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cc841a8ee3d47e6e.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-1f9b11e54f0a1347.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f688ae236db9e63e.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8d1b592506c0f0eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-665b11d7dbe7e32e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-6398875b516cf905.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f44a954ef056f09c/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-66e35edd96a0ae94/out -L /usr/platform/oxide/lib/amd64/`
45142024-10-22T16:30:59.596Z 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=db6669dce9c49d15 -C extra-filename=-db6669dce9c49d15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.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-194107b4043c34a3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-4d473c9265bfa8d1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.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-7118ea06c03b8f16.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed861e9e9bc48d14.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-1fb4cb21c0248828.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-816e989a4ff4f43c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cabcee36f6a1e1ab.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f45b6c8cdc4f7801.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7295c65eee3d6e0f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-8af77909a1ebd595.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-05ca3dab5a32ac16.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-caaa7273e8fbdbf2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fa8b24540dc9178a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-30898012e6d6aa6d.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-547cb48d82dbe26f.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-3fb1a99a3fb51e43.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-16cd7557d7baae9a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5596f558cfaebd2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.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-99bd6f156115d55e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-74ed118717210afc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-276f12351f1d7bb3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0fc696dd70c41646.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d32a218231312d36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4b4566b2b91f773b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-aafe08763bfdf455.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-21eba7ec22e8f77d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-649cce69ca71eded.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ad64e99f362f2756.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-86b21c99a6f2081c.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3e2d14ea41ca296f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca6deaed5855fa01.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f7126d7da3f21c85.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c32cedf99b0dfa98.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-6438735a09ebe594.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1117cf8655a94d76.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f44a954ef056f09c/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66e35edd96a0ae94/out -L native=/opt/ooce/pgsql-13/lib/amd64`
45152024-10-22T16:30:59.657Z 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=225e9711a8391307 -C extra-filename=-225e9711a8391307 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3d4060e2041bde1f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9434ab2f82ee1626.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4162b9bfac5d47aa.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-85be312f14fb235b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.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-72173a9ea899e76d.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9eb4ec78cc85feaa.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5b171fcc68f35851.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.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-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
45162024-10-22T16:31:17.160Z 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=116a68f5287d10d6 -C extra-filename=-116a68f5287d10d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-778b1d920f1cfa63.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.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-d982570fac10725d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-665b11d7dbe7e32e.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-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
45172024-10-22T16:31:17.707Z 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=aab1c25a32e0489d -C extra-filename=-aab1c25a32e0489d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.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-d982570fac10725d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-665b11d7dbe7e32e.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-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
45182024-10-22T16:31:19.042Z 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=710e70a53e684d91 -C extra-filename=-710e70a53e684d91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-778b1d920f1cfa63.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.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-d982570fac10725d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-665b11d7dbe7e32e.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-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
45192024-10-22T16:31:24.181Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-keeper.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=5bf1e1d0e928be54 -C extra-filename=-5bf1e1d0e928be54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0d3359e6b30daf3a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1253f14a3b157453.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-1f9b11e54f0a1347.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-665b11d7dbe7e32e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
45202024-10-22T16:31:26.568Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=6db7ac698a9edcb3 -C extra-filename=-6db7ac698a9edcb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0d3359e6b30daf3a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1253f14a3b157453.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-1f9b11e54f0a1347.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-665b11d7dbe7e32e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
45212024-10-22T16:31:28.076Z 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=e5d4b87f1dd32c43 -C extra-filename=-e5d4b87f1dd32c43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-616ff3eea4fe0d56.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-acc5db071dc1e894.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-cee90a3b9f042e82.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-816e989a4ff4f43c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-16eb17d651f323bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-4ace96267714cd57.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-24b04f271b39c294.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ad64e99f362f2756.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-86b21c99a6f2081c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f44a954ef056f09c/out/lib`
45222024-10-22T16:31:28.672Z 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=24847e1148f5f1c7 -C extra-filename=-24847e1148f5f1c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-616ff3eea4fe0d56.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-acc5db071dc1e894.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-cee90a3b9f042e82.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-816e989a4ff4f43c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-16eb17d651f323bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-4ace96267714cd57.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-24b04f271b39c294.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ad64e99f362f2756.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-86b21c99a6f2081c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f44a954ef056f09c/out/lib`
45232024-10-22T16:31:29.990Z 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=f78ac765caa7c265 -C extra-filename=-f78ac765caa7c265 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-616ff3eea4fe0d56.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-acc5db071dc1e894.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-cee90a3b9f042e82.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-816e989a4ff4f43c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-16eb17d651f323bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-4ace96267714cd57.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-24b04f271b39c294.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-86b21c99a6f2081c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f44a954ef056f09c/out/lib`
45242024-10-22T16:31:32.299Z 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=cde28992c67b0e8c -C extra-filename=-cde28992c67b0e8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-616ff3eea4fe0d56.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-acc5db071dc1e894.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-cee90a3b9f042e82.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-816e989a4ff4f43c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-16eb17d651f323bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-4ace96267714cd57.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-24b04f271b39c294.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ad64e99f362f2756.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-86b21c99a6f2081c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f44a954ef056f09c/out/lib`
45252024-10-22T16:31:38.857Z 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=5690f6102912d828 -C extra-filename=-5690f6102912d828 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d10adc533ec730cd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8c4a2b429d4d9c4d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-85be312f14fb235b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-4ace96267714cd57.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f7126d7da3f21c85.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
45262024-10-22T16:31:38.973Z 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=8e3e7e3b92da815d -C extra-filename=-8e3e7e3b92da815d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-4d473c9265bfa8d1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d10adc533ec730cd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8c4a2b429d4d9c4d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-bc868756b1b0c2c5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-276f12351f1d7bb3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a894f3c41e20c0e2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-6a4af91e5f652da7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.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-d32a218231312d36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-4ace96267714cd57.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-bc0396bad55291d0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-21eba7ec22e8f77d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9203d6efe3e23e2d.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-04cac326e3357bb8.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8f6b1da2456acb43.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca6deaed5855fa01.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f7126d7da3f21c85.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c32cedf99b0dfa98.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1117cf8655a94d76.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
45272024-10-22T16:31:41.607Z 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=4c4d483ffabb6f8c -C extra-filename=-4c4d483ffabb6f8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-616ff3eea4fe0d56.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-4d473c9265bfa8d1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d10adc533ec730cd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8c4a2b429d4d9c4d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-bc868756b1b0c2c5.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-606cdc2325bc2461.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-276f12351f1d7bb3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8f6b3bbd27d166c4.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a894f3c41e20c0e2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-6a4af91e5f652da7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.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-d32a218231312d36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-4ace96267714cd57.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-24b04f271b39c294.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-bc0396bad55291d0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-21eba7ec22e8f77d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9203d6efe3e23e2d.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-04cac326e3357bb8.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8f6b1da2456acb43.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca6deaed5855fa01.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f7126d7da3f21c85.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c32cedf99b0dfa98.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1117cf8655a94d76.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
45282024-10-22T16:31:41.711Z 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=20620a8a89360d09 -C extra-filename=-20620a8a89360d09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-616ff3eea4fe0d56.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-4d473c9265bfa8d1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d10adc533ec730cd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8c4a2b429d4d9c4d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-bc868756b1b0c2c5.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-606cdc2325bc2461.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-276f12351f1d7bb3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8f6b3bbd27d166c4.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a894f3c41e20c0e2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-6a4af91e5f652da7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.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-d32a218231312d36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-4ace96267714cd57.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-24b04f271b39c294.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-bc0396bad55291d0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-21eba7ec22e8f77d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9203d6efe3e23e2d.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-04cac326e3357bb8.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8f6b1da2456acb43.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca6deaed5855fa01.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f7126d7da3f21c85.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c32cedf99b0dfa98.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1117cf8655a94d76.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
45292024-10-22T16:31:42.884Z 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=3fd184f1e4e27c4b -C extra-filename=-3fd184f1e4e27c4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.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-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4394b25e9e988e97.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-42bdb0e972038a36.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-194107b4043c34a3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-05623b2f83682ba2.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b5c2a4c87bc46f30.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.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-24b46e2cc6272ede.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a659a954aca08538.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7118ea06c03b8f16.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed861e9e9bc48d14.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-1fb4cb21c0248828.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cabcee36f6a1e1ab.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-b5fb3aeac1392567.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fa8b24540dc9178a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c5b39c5937dd8b23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-16cd7557d7baae9a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5596f558cfaebd2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fb3b1148eacfce94.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a09d2d2372607ec6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4dc477daed87055a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e2fa94cb9f8fc375.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-cf872d4997adaf18.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4162b9bfac5d47aa.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-74ed118717210afc.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8b4c53dc03b604db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-077974f63c498848.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-04f97b05bcf510ae.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2cfd367f08af791a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d12a777364a9a393.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.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-2d0ad5c466b9c4d1.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3b052f26c5996704.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-fef028c6ace430af.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-aa2cd3057be6a27d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-8392285166d821a5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8efc608bc0cce087.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-f86ea859faefdd83.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ab93025eba576f62.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d0f67e146bd5a372.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5a9e8a3fda1306a6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d32a218231312d36.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-800c3d3e11d02d58.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9823be7694d25e0b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4b4566b2b91f773b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-24b04f271b39c294.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5fbaad27207d1051.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-aafe08763bfdf455.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-21eba7ec22e8f77d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7dbbc363673f3747.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bf449ddf6778b381.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/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-66e35edd96a0ae94/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
45302024-10-22T16:31:43.676Z 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=e1b84edc22dc7c47 -C extra-filename=-e1b84edc22dc7c47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.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-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4394b25e9e988e97.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-42bdb0e972038a36.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-194107b4043c34a3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-05623b2f83682ba2.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b5c2a4c87bc46f30.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.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-24b46e2cc6272ede.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a659a954aca08538.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7118ea06c03b8f16.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed861e9e9bc48d14.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-1fb4cb21c0248828.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cabcee36f6a1e1ab.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-b5fb3aeac1392567.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fa8b24540dc9178a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c5b39c5937dd8b23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-16cd7557d7baae9a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5596f558cfaebd2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fb3b1148eacfce94.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a09d2d2372607ec6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4dc477daed87055a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e2fa94cb9f8fc375.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-cf872d4997adaf18.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4162b9bfac5d47aa.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-74ed118717210afc.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8b4c53dc03b604db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-077974f63c498848.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-04f97b05bcf510ae.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2cfd367f08af791a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d12a777364a9a393.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.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-2d0ad5c466b9c4d1.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3b052f26c5996704.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-fef028c6ace430af.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-aa2cd3057be6a27d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-8392285166d821a5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8efc608bc0cce087.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-f86ea859faefdd83.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ab93025eba576f62.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d0f67e146bd5a372.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5a9e8a3fda1306a6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d32a218231312d36.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-800c3d3e11d02d58.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9823be7694d25e0b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4b4566b2b91f773b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-24b04f271b39c294.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5fbaad27207d1051.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-aafe08763bfdf455.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-21eba7ec22e8f77d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7dbbc363673f3747.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bf449ddf6778b381.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/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-66e35edd96a0ae94/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
45312024-10-22T16:31:45.788Z 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=3bc5976e2e31ff7e -C extra-filename=-3bc5976e2e31ff7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.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-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4394b25e9e988e97.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-42bdb0e972038a36.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-194107b4043c34a3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-05623b2f83682ba2.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b5c2a4c87bc46f30.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.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-24b46e2cc6272ede.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a659a954aca08538.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7118ea06c03b8f16.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed861e9e9bc48d14.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-1fb4cb21c0248828.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cabcee36f6a1e1ab.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-b5fb3aeac1392567.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fa8b24540dc9178a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c5b39c5937dd8b23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-16cd7557d7baae9a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5596f558cfaebd2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fb3b1148eacfce94.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a09d2d2372607ec6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4dc477daed87055a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e2fa94cb9f8fc375.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-cf872d4997adaf18.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4162b9bfac5d47aa.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-74ed118717210afc.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8b4c53dc03b604db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-077974f63c498848.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-04f97b05bcf510ae.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2cfd367f08af791a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d12a777364a9a393.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.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-2d0ad5c466b9c4d1.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3b052f26c5996704.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-fef028c6ace430af.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-aa2cd3057be6a27d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-8392285166d821a5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8efc608bc0cce087.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-f86ea859faefdd83.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ab93025eba576f62.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d0f67e146bd5a372.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5a9e8a3fda1306a6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d32a218231312d36.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-800c3d3e11d02d58.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9823be7694d25e0b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4b4566b2b91f773b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-24b04f271b39c294.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5fbaad27207d1051.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-aafe08763bfdf455.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-21eba7ec22e8f77d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7dbbc363673f3747.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bf449ddf6778b381.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/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-66e35edd96a0ae94/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
45322024-10-22T16:31:46.039Z 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=0c8e72499c2275ec -C extra-filename=-0c8e72499c2275ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.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-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4394b25e9e988e97.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-42bdb0e972038a36.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-194107b4043c34a3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-05623b2f83682ba2.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b5c2a4c87bc46f30.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.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-24b46e2cc6272ede.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a659a954aca08538.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7118ea06c03b8f16.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed861e9e9bc48d14.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-1fb4cb21c0248828.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cabcee36f6a1e1ab.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-b5fb3aeac1392567.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fa8b24540dc9178a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c5b39c5937dd8b23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-16cd7557d7baae9a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5596f558cfaebd2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fb3b1148eacfce94.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a09d2d2372607ec6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4dc477daed87055a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e2fa94cb9f8fc375.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-cf872d4997adaf18.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4162b9bfac5d47aa.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-74ed118717210afc.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8b4c53dc03b604db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-077974f63c498848.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-04f97b05bcf510ae.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2cfd367f08af791a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d12a777364a9a393.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.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-2d0ad5c466b9c4d1.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3b052f26c5996704.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-fef028c6ace430af.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-aa2cd3057be6a27d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-8392285166d821a5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8efc608bc0cce087.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-f86ea859faefdd83.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ab93025eba576f62.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d0f67e146bd5a372.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5a9e8a3fda1306a6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d32a218231312d36.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-800c3d3e11d02d58.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9823be7694d25e0b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4b4566b2b91f773b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-24b04f271b39c294.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5fbaad27207d1051.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-aafe08763bfdf455.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-21eba7ec22e8f77d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7dbbc363673f3747.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bf449ddf6778b381.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/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-66e35edd96a0ae94/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
45332024-10-22T16:31:46.272Z 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=1ec4b4c34af3b147 -C extra-filename=-1ec4b4c34af3b147 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.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-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4394b25e9e988e97.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-42bdb0e972038a36.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-194107b4043c34a3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-05623b2f83682ba2.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b5c2a4c87bc46f30.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.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-24b46e2cc6272ede.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a659a954aca08538.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7118ea06c03b8f16.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed861e9e9bc48d14.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-1fb4cb21c0248828.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cabcee36f6a1e1ab.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-b5fb3aeac1392567.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fa8b24540dc9178a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c5b39c5937dd8b23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-16cd7557d7baae9a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5596f558cfaebd2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fb3b1148eacfce94.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a09d2d2372607ec6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4dc477daed87055a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e2fa94cb9f8fc375.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-cf872d4997adaf18.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4162b9bfac5d47aa.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-74ed118717210afc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-077974f63c498848.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-04f97b05bcf510ae.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2cfd367f08af791a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d12a777364a9a393.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.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-2d0ad5c466b9c4d1.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3b052f26c5996704.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-fef028c6ace430af.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-aa2cd3057be6a27d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-8392285166d821a5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8efc608bc0cce087.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-f86ea859faefdd83.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ab93025eba576f62.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d0f67e146bd5a372.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5a9e8a3fda1306a6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d32a218231312d36.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-800c3d3e11d02d58.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9823be7694d25e0b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4b4566b2b91f773b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-24b04f271b39c294.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5fbaad27207d1051.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-aafe08763bfdf455.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-21eba7ec22e8f77d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7dbbc363673f3747.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bf449ddf6778b381.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/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-66e35edd96a0ae94/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
45342024-10-22T16:31:48.962Z 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=99476dd1f9a488b9 -C extra-filename=-99476dd1f9a488b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-21d6598fe5058c50.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-42bdb0e972038a36.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0d3359e6b30daf3a.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-32df0de31263d645.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-74fe327fdfdd0256.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-816e989a4ff4f43c.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-f1455e6063aea63d.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-547cb48d82dbe26f.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-9a3272783de3dec9.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b05aef1a8623ccb1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-c8c62a022bcab87e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.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-6c3376738064f670.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-827221e0f813566e.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-f86ea859faefdd83.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-6438735a09ebe594.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
45352024-10-22T16:31:51.494Z 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=fd1b3f6d89d70c6a -C extra-filename=-fd1b3f6d89d70c6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4394b25e9e988e97.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-42bdb0e972038a36.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-194107b4043c34a3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-05623b2f83682ba2.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b5c2a4c87bc46f30.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.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-24b46e2cc6272ede.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a659a954aca08538.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7118ea06c03b8f16.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed861e9e9bc48d14.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-1fb4cb21c0248828.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cabcee36f6a1e1ab.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c5b39c5937dd8b23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-16cd7557d7baae9a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5596f558cfaebd2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fb3b1148eacfce94.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a09d2d2372607ec6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4dc477daed87055a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e2fa94cb9f8fc375.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-cf872d4997adaf18.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4162b9bfac5d47aa.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-74ed118717210afc.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8b4c53dc03b604db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-077974f63c498848.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-04f97b05bcf510ae.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2cfd367f08af791a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d12a777364a9a393.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2d0ad5c466b9c4d1.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3b052f26c5996704.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-fef028c6ace430af.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-8392285166d821a5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8efc608bc0cce087.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-f86ea859faefdd83.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ab93025eba576f62.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d0f67e146bd5a372.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5a9e8a3fda1306a6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d32a218231312d36.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-800c3d3e11d02d58.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9823be7694d25e0b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4b4566b2b91f773b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5fbaad27207d1051.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7dbbc363673f3747.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bf449ddf6778b381.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/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-66e35edd96a0ae94/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
45362024-10-22T16:31:55.990Z 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=7ffe8c7b2e6ea261 -C extra-filename=-7ffe8c7b2e6ea261 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4394b25e9e988e97.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-42bdb0e972038a36.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-194107b4043c34a3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-05623b2f83682ba2.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b5c2a4c87bc46f30.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.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-24b46e2cc6272ede.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a659a954aca08538.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7118ea06c03b8f16.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed861e9e9bc48d14.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-1fb4cb21c0248828.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cabcee36f6a1e1ab.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c5b39c5937dd8b23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-16cd7557d7baae9a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5596f558cfaebd2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fb3b1148eacfce94.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a09d2d2372607ec6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4dc477daed87055a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e2fa94cb9f8fc375.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-cf872d4997adaf18.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4162b9bfac5d47aa.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-74ed118717210afc.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8b4c53dc03b604db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-077974f63c498848.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-04f97b05bcf510ae.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2cfd367f08af791a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d12a777364a9a393.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2d0ad5c466b9c4d1.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3b052f26c5996704.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-fef028c6ace430af.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-8392285166d821a5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8efc608bc0cce087.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-f86ea859faefdd83.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ab93025eba576f62.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d0f67e146bd5a372.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5a9e8a3fda1306a6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d32a218231312d36.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-800c3d3e11d02d58.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9823be7694d25e0b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4b4566b2b91f773b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5fbaad27207d1051.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7dbbc363673f3747.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bf449ddf6778b381.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/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-66e35edd96a0ae94/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
45372024-10-22T16:32:09.692Z 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=177235595d3aad5c -C extra-filename=-177235595d3aad5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4394b25e9e988e97.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-42bdb0e972038a36.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-194107b4043c34a3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-05623b2f83682ba2.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b5c2a4c87bc46f30.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.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-24b46e2cc6272ede.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a659a954aca08538.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7118ea06c03b8f16.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed861e9e9bc48d14.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-1fb4cb21c0248828.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cabcee36f6a1e1ab.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-c5b39c5937dd8b23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-16cd7557d7baae9a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5596f558cfaebd2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fb3b1148eacfce94.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a09d2d2372607ec6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4dc477daed87055a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e2fa94cb9f8fc375.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-cf872d4997adaf18.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4162b9bfac5d47aa.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-74ed118717210afc.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8b4c53dc03b604db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-077974f63c498848.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-04f97b05bcf510ae.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2cfd367f08af791a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d12a777364a9a393.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2d0ad5c466b9c4d1.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-3b052f26c5996704.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-fef028c6ace430af.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-8392285166d821a5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8efc608bc0cce087.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-f86ea859faefdd83.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ab93025eba576f62.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d0f67e146bd5a372.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5a9e8a3fda1306a6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d32a218231312d36.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-800c3d3e11d02d58.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9823be7694d25e0b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4b4566b2b91f773b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5fbaad27207d1051.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7dbbc363673f3747.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bf449ddf6778b381.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/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-66e35edd96a0ae94/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
45382024-10-22T16:32:12.340Z 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=494900a61a56740c -C extra-filename=-494900a61a56740c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c9a92d1feb295167.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-2ded228a1c8c53db.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1253f14a3b157453.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cabcee36f6a1e1ab.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f45b6c8cdc4f7801.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7295c65eee3d6e0f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4162b9bfac5d47aa.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8b4c53dc03b604db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ab93025eba576f62.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5b171fcc68f35851.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f44a954ef056f09c/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66e35edd96a0ae94/out -L /usr/platform/oxide/lib/amd64/`
45392024-10-22T16:32:32.936Z 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-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=c0038eb5bb3728e6 -C extra-filename=-c0038eb5bb3728e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-809d2ffd255a9c12.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-c1061b23946bb5f7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-353def9d6dc7f25c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-1a0fbe6a9401b7ef.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-f06b7c2c233c06bb.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8c4a2b429d4d9c4d.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-9397b75655977f50.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f2bf026160a24097.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-8635b5d8cbf154bd.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-48891256de0358bb.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-42d37f19843ec3ba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-04f97b05bcf510ae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f688ae236db9e63e.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8d1b592506c0f0eb.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-75f2715d5a961802.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-c95009266722ad06.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-639b14986cc85691.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-85be312f14fb235b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-bd3c36a631e20a21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-1bdd39bfebd03640.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-18626462a7083486.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9eb4ec78cc85feaa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-24b04f271b39c294.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-21eba7ec22e8f77d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7dbbc363673f3747.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
45402024-10-22T16:33:08.861Z 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-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=1e560bbeee1ac927 -C extra-filename=-1e560bbeee1ac927 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-809d2ffd255a9c12.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-c1061b23946bb5f7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-353def9d6dc7f25c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-1a0fbe6a9401b7ef.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-f06b7c2c233c06bb.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8c4a2b429d4d9c4d.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-9397b75655977f50.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f2bf026160a24097.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-8635b5d8cbf154bd.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-48891256de0358bb.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-42d37f19843ec3ba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-04f97b05bcf510ae.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8d1b592506c0f0eb.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-75f2715d5a961802.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-c95009266722ad06.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-639b14986cc85691.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-85be312f14fb235b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-bd3c36a631e20a21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-1bdd39bfebd03640.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-18626462a7083486.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9eb4ec78cc85feaa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-24b04f271b39c294.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-21eba7ec22e8f77d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7dbbc363673f3747.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
45412024-10-22T16:33:08.861Z 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-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=2725f77d174259a6 -C extra-filename=-2725f77d174259a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-809d2ffd255a9c12.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-c1061b23946bb5f7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-353def9d6dc7f25c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-1a0fbe6a9401b7ef.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-f06b7c2c233c06bb.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8c4a2b429d4d9c4d.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-9397b75655977f50.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f2bf026160a24097.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-8635b5d8cbf154bd.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-48891256de0358bb.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-42d37f19843ec3ba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-04f97b05bcf510ae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f688ae236db9e63e.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8d1b592506c0f0eb.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-75f2715d5a961802.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-c95009266722ad06.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-639b14986cc85691.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-85be312f14fb235b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-bd3c36a631e20a21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-1bdd39bfebd03640.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-18626462a7083486.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9eb4ec78cc85feaa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-24b04f271b39c294.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-21eba7ec22e8f77d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7dbbc363673f3747.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
45422024-10-22T16:33:09.434Z 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=50777fddbee719fb -C extra-filename=-50777fddbee719fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-616ff3eea4fe0d56.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-4d473c9265bfa8d1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d10adc533ec730cd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8c4a2b429d4d9c4d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-bc868756b1b0c2c5.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-606cdc2325bc2461.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-276f12351f1d7bb3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8f6b3bbd27d166c4.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a894f3c41e20c0e2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-6a4af91e5f652da7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.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-d32a218231312d36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-4ace96267714cd57.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-24b04f271b39c294.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-bc0396bad55291d0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-21eba7ec22e8f77d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9203d6efe3e23e2d.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-04cac326e3357bb8.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8f6b1da2456acb43.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca6deaed5855fa01.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c32cedf99b0dfa98.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-1117cf8655a94d76.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
45432024-10-22T16:33:13.771Z 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=e03ee4fcdadf3d5c -C extra-filename=-e03ee4fcdadf3d5c --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-ce270956dc728fb3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
45442024-10-22T16:33:16.039Z 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=8b472cb0d7d3ed84 -C extra-filename=-8b472cb0d7d3ed84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.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-9397b75655977f50.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-caaa7273e8fbdbf2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0fc696dd70c41646.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-21eba7ec22e8f77d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-649cce69ca71eded.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ad64e99f362f2756.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-86b21c99a6f2081c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f44a954ef056f09c/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
45452024-10-22T16:33:22.978Z 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=56626465087842f5 -C extra-filename=-56626465087842f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-acc5db071dc1e894.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-4ace96267714cd57.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ad64e99f362f2756.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-86b21c99a6f2081c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f44a954ef056f09c/out/lib`
45462024-10-22T16:33:30.783Z 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=5689e769b4766c3e -C extra-filename=-5689e769b4766c3e --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-c93540a2dfb95ba6.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-3e9408abe6deb2b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8f6b3bbd27d166c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-fd7fbb4f14d40c5b.so -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
45472024-10-22T16:33:34.132Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45482024-10-22T16:33:34.157Z 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=25cbfea70f6549e9 -C extra-filename=-25cbfea70f6549e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-21fbe0fd132ab9c9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-816e989a4ff4f43c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-d9c57d137f211c3f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0fc696dd70c41646.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-b45bb411940a19cd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4b4566b2b91f773b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-86b21c99a6f2081c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8d17a58ddf282e64/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8d17a58ddf282e64/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-17f423bb36dace61/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f44a954ef056f09c/out/lib`
45492024-10-22T16:33:39.187Z 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=07cad2632096b1fd -C extra-filename=-07cad2632096b1fd --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-7433037f8831c75b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.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-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
45502024-10-22T16:33:40.446Z 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=c858c86bb71f6cab -C extra-filename=-c858c86bb71f6cab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5596f558cfaebd2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e2fa94cb9f8fc375.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-04f97b05bcf510ae.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-6c3376738064f670.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1477d8c0a590c945.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-83b744bbe1b02551.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f688ae236db9e63e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-639b14986cc85691.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
45512024-10-22T16:33:43.210Z 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=00e69383939e58dc -C extra-filename=-00e69383939e58dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5596f558cfaebd2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e2fa94cb9f8fc375.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-04f97b05bcf510ae.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-6c3376738064f670.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1477d8c0a590c945.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-83b744bbe1b02551.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f688ae236db9e63e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-639b14986cc85691.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
45522024-10-22T16:33:53.140Z 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=51db5fa79add6b69 -C extra-filename=-51db5fa79add6b69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fa8b24540dc9178a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fb3b1148eacfce94.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-c8c62a022bcab87e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-89875ad8c6f3cbf7.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-75f2715d5a961802.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
45532024-10-22T16:33:53.542Z 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=bddc2c9f2c74f24e -C extra-filename=-bddc2c9f2c74f24e --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-c93540a2dfb95ba6.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-16cd7557d7baae9a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2981c35a334c5b8a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f88577f237cb790b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d0f67e146bd5a372.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d32a218231312d36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca6deaed5855fa01.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c32cedf99b0dfa98.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
45542024-10-22T16:33:54.245Z 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=5d4c0878bdb10117 -C extra-filename=-5d4c0878bdb10117 --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-194107b4043c34a3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cabcee36f6a1e1ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-276f12351f1d7bb3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d32a218231312d36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c32cedf99b0dfa98.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
45552024-10-22T16:33:56.221Z 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=a7a1537e7b885a22 -C extra-filename=-a7a1537e7b885a22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1253f14a3b157453.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cabcee36f6a1e1ab.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5596f558cfaebd2c.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-cf872d4997adaf18.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3d4060e2041bde1f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4162b9bfac5d47aa.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8f6b3bbd27d166c4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ab93025eba576f62.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-72173a9ea899e76d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-fd7fbb4f14d40c5b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5b171fcc68f35851.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
45562024-10-22T16:33:56.827Z 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=6cd337c2a7310b03 -C extra-filename=-6cd337c2a7310b03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-4d473c9265bfa8d1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed861e9e9bc48d14.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-816e989a4ff4f43c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-caaa7273e8fbdbf2.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-93c89df6fe796d16.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1d923f9e302ac86b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-cda642eaa27d4783.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0fc696dd70c41646.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4b4566b2b91f773b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-649cce69ca71eded.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-6398875b516cf905.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-029e14e5e7f283a9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f44a954ef056f09c/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
45572024-10-22T16:34:00.651Z 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=1f75946abb07fb9c -C extra-filename=-1f75946abb07fb9c --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-ddb0b6a8cb0a87ff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-a70f0230c3ae6da9.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-89fe9c6a2dca6919.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
45582024-10-22T16:34:01.178Z 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=a7c3c924883e886c -C extra-filename=-a7c3c924883e886c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-f1455e6063aea63d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f45b6c8cdc4f7801.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-71df988ab78fb058.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7295c65eee3d6e0f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1a7af9c43059d515.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fa8b24540dc9178a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e4c256dca902d937.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-93327fc5c3dd2723.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-04f97b05bcf510ae.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2cfd367f08af791a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d12a777364a9a393.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-24faf2dcd43a4db4.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d982570fac10725d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-450aa7e50f6130b8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-aafe08763bfdf455.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-65e009c738effbf1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f44a954ef056f09c/out/lib -L native=/usr/lib/amd64`
45592024-10-22T16:34:06.539Z 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=832417b097bedf9a -C extra-filename=-832417b097bedf9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-f1455e6063aea63d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f45b6c8cdc4f7801.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-71df988ab78fb058.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1a7af9c43059d515.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fa8b24540dc9178a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e4c256dca902d937.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-93327fc5c3dd2723.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-04f97b05bcf510ae.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2cfd367f08af791a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d12a777364a9a393.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-24faf2dcd43a4db4.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d982570fac10725d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-aafe08763bfdf455.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-65e009c738effbf1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f44a954ef056f09c/out/lib`
45602024-10-22T16:34:09.717Z 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=332bb5517b81c026 -C extra-filename=-332bb5517b81c026 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-f1455e6063aea63d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f45b6c8cdc4f7801.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-71df988ab78fb058.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7295c65eee3d6e0f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1a7af9c43059d515.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fa8b24540dc9178a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e4c256dca902d937.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-93327fc5c3dd2723.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-04f97b05bcf510ae.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2cfd367f08af791a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d12a777364a9a393.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-24faf2dcd43a4db4.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d982570fac10725d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-450aa7e50f6130b8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-aafe08763bfdf455.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-65e009c738effbf1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f44a954ef056f09c/out/lib -L native=/usr/lib/amd64`
45612024-10-22T16:34:11.928Z 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=3776d1164d7088c6 -C extra-filename=-3776d1164d7088c6 --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-294229beec0d6e93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f45b6c8cdc4f7801.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1a7af9c43059d515.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-93327fc5c3dd2723.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-450aa7e50f6130b8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f44a954ef056f09c/out/lib -L native=/usr/lib/amd64`
45622024-10-22T16:34:14.568Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
45632024-10-22T16:34:14.592Z 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=2851406bfbd2c06d -C extra-filename=-2851406bfbd2c06d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f45b6c8cdc4f7801.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7295c65eee3d6e0f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-93327fc5c3dd2723.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d982570fac10725d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f44a954ef056f09c/out/lib -L native=/usr/lib/amd64`
45642024-10-22T16:34:16.539Z 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=f02fbd34047800db -C extra-filename=-f02fbd34047800db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-f1455e6063aea63d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f45b6c8cdc4f7801.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-71df988ab78fb058.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7295c65eee3d6e0f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1a7af9c43059d515.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fa8b24540dc9178a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e4c256dca902d937.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-04f97b05bcf510ae.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2cfd367f08af791a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d12a777364a9a393.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-24faf2dcd43a4db4.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d982570fac10725d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-450aa7e50f6130b8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-aafe08763bfdf455.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-65e009c738effbf1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f44a954ef056f09c/out/lib -L native=/usr/lib/amd64`
45652024-10-22T16:34:16.981Z 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=2b6ead27b66438be -C extra-filename=-2b6ead27b66438be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-24b46e2cc6272ede.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-74fe327fdfdd0256.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a659a954aca08538.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-b2ec6919f7598847.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3530d4188f228966.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-8af77909a1ebd595.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-9bb7958f5aecbe3b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7240211e613ca0d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-4ace96267714cd57.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-24b04f271b39c294.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
45662024-10-22T16:34:17.675Z 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=f9b38c67add84312 -C extra-filename=-f9b38c67add84312 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-24b46e2cc6272ede.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-74fe327fdfdd0256.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a659a954aca08538.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-b2ec6919f7598847.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3530d4188f228966.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-8af77909a1ebd595.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-9bb7958f5aecbe3b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7240211e613ca0d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-4ace96267714cd57.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-24b04f271b39c294.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
45672024-10-22T16:34:19.618Z 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=be01a80107e0b3fd -C extra-filename=-be01a80107e0b3fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-24b46e2cc6272ede.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-74fe327fdfdd0256.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a659a954aca08538.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-b2ec6919f7598847.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3530d4188f228966.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-8af77909a1ebd595.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-9bb7958f5aecbe3b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7240211e613ca0d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-4ace96267714cd57.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-24b04f271b39c294.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
45682024-10-22T16:34:23.963Z 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=ac60775e1660ba97 -C extra-filename=-ac60775e1660ba97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-24b46e2cc6272ede.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-74fe327fdfdd0256.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a659a954aca08538.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-b2ec6919f7598847.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3530d4188f228966.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-8af77909a1ebd595.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-9bb7958f5aecbe3b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7240211e613ca0d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-4ace96267714cd57.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-24b04f271b39c294.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
45692024-10-22T16:34:26.740Z 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=34295657ddfd53f9 -C extra-filename=-34295657ddfd53f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-74fe327fdfdd0256.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a659a954aca08538.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-b2ec6919f7598847.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3530d4188f228966.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-8af77909a1ebd595.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-9bb7958f5aecbe3b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7240211e613ca0d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-4ace96267714cd57.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-24b04f271b39c294.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
45702024-10-22T16:34:29.182Z 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=f2de9ec38541ff7f -C extra-filename=-f2de9ec38541ff7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-24b46e2cc6272ede.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-74fe327fdfdd0256.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a659a954aca08538.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-b2ec6919f7598847.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3530d4188f228966.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-8af77909a1ebd595.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-9bb7958f5aecbe3b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7240211e613ca0d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-4ace96267714cd57.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-24b04f271b39c294.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
45712024-10-22T16:34:31.031Z 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=7838486599b8933d -C extra-filename=-7838486599b8933d --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-4394b25e9e988e97.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-c21a6a7cf3ffa28e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d10adc533ec730cd.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-2ab5bd54adb46ff7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8f6b3bbd27d166c4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5997eb623e0b47f9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8efc608bc0cce087.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d32a218231312d36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-2318bd08493c08a5.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.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-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
45722024-10-22T16:34:34.235Z 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=09189b0cfafb247e -C extra-filename=-09189b0cfafb247e --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-4394b25e9e988e97.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-c21a6a7cf3ffa28e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d10adc533ec730cd.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-2ab5bd54adb46ff7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8f6b3bbd27d166c4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5997eb623e0b47f9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8efc608bc0cce087.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d32a218231312d36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-2318bd08493c08a5.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.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-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
45732024-10-22T16:34:35.348Z 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=889e2877e863d3e3 -C extra-filename=-889e2877e863d3e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.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-24b46e2cc6272ede.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a659a954aca08538.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-8af77909a1ebd595.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2981c35a334c5b8a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-639b14986cc85691.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7240211e613ca0d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-24b04f271b39c294.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
45742024-10-22T16:34:38.386Z 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=37d85fd0c5f80b0e -C extra-filename=-37d85fd0c5f80b0e --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-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-c21a6a7cf3ffa28e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d10adc533ec730cd.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-2ab5bd54adb46ff7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8f6b3bbd27d166c4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5997eb623e0b47f9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8efc608bc0cce087.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d32a218231312d36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-2318bd08493c08a5.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.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-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
45752024-10-22T16:34:40.300Z 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-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=a63b131ebdc32703 -C extra-filename=-a63b131ebdc32703 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-809d2ffd255a9c12.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-c1061b23946bb5f7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-353def9d6dc7f25c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-1a0fbe6a9401b7ef.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8c4a2b429d4d9c4d.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-9397b75655977f50.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f2bf026160a24097.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-8635b5d8cbf154bd.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-48891256de0358bb.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-42d37f19843ec3ba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-04f97b05bcf510ae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f688ae236db9e63e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-75f2715d5a961802.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-c95009266722ad06.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-639b14986cc85691.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-85be312f14fb235b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-bd3c36a631e20a21.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-1bdd39bfebd03640.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-18626462a7083486.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9eb4ec78cc85feaa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-21eba7ec22e8f77d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7dbbc363673f3747.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
45762024-10-22T16:34:52.164Z 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=053ddcc1888403c6 -C extra-filename=-053ddcc1888403c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f45b6c8cdc4f7801.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1a7af9c43059d515.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-450aa7e50f6130b8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
45772024-10-22T16:34:54.164Z 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=81c644393dad7fe7 -C extra-filename=-81c644393dad7fe7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-21fbe0fd132ab9c9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-bc868756b1b0c2c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-d9c57d137f211c3f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c468925203a4a51b.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cf1f1353f3838cad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1d923f9e302ac86b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5a9e8a3fda1306a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-feb43724de55514a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4b4566b2b91f773b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.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-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8d17a58ddf282e64/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8d17a58ddf282e64/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-17f423bb36dace61/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66e35edd96a0ae94/out`
45782024-10-22T16:34:54.294Z 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=1a65471f4dadcb53 -C extra-filename=-1a65471f4dadcb53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-21fbe0fd132ab9c9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.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-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-df3af215e239554f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c468925203a4a51b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
45792024-10-22T16:34:55.393Z 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=5b0408ef5b65e9be -C extra-filename=-5b0408ef5b65e9be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5596f558cfaebd2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e2fa94cb9f8fc375.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-04f97b05bcf510ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
45802024-10-22T16:34:56.319Z 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=25d8af9c8662eea6 -C extra-filename=-25d8af9c8662eea6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-1a0fbe6a9401b7ef.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-27773227d8034740.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-89875ad8c6f3cbf7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
45812024-10-22T16:34:57.914Z 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=3c9af6a5dcdae954 -C extra-filename=-3c9af6a5dcdae954 --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-9397b75655977f50.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
45822024-10-22T16:34:59.995Z 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=f2a5aac24f82d92e -C extra-filename=-f2a5aac24f82d92e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1253f14a3b157453.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-fea4e343dfd613c8.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-c9f4d798832c0062.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-842aef24a6c17028.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fb3b1148eacfce94.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.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-cf872d4997adaf18.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-82abf92cc962e0a3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4162b9bfac5d47aa.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-99bd6f156115d55e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-276f12351f1d7bb3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-df3af215e239554f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3522627863e48cb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ab93025eba576f62.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-72173a9ea899e76d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2fe3cf30c80908c5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.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-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
45832024-10-22T16:35:00.364Z 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=9f2b6921c083b6c6 -C extra-filename=-9f2b6921c083b6c6 --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-2a9b2223f6844e23.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-cf872d4997adaf18.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4162b9bfac5d47aa.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
45842024-10-22T16:35:02.231Z 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=88dba93636efb151 -C extra-filename=-88dba93636efb151 --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-c93540a2dfb95ba6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4162b9bfac5d47aa.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-276f12351f1d7bb3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2981c35a334c5b8a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f88577f237cb790b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
45852024-10-22T16:35:04.522Z 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=55429111d4dedc82 -C extra-filename=-55429111d4dedc82 --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-9397b75655977f50.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d0f67e146bd5a372.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d32a218231312d36.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
45862024-10-22T16:35:06.320Z 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=9393bf5fca1f16ab -C extra-filename=-9393bf5fca1f16ab --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-294229beec0d6e93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4162b9bfac5d47aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d0f67e146bd5a372.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d32a218231312d36.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
45872024-10-22T16:35:08.565Z 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=7608d3d4177650cf -C extra-filename=-7608d3d4177650cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4394b25e9e988e97.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4162b9bfac5d47aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2d0ad5c466b9c4d1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-aa2cd3057be6a27d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-8392285166d821a5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8efc608bc0cce087.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d32a218231312d36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
45882024-10-22T16:35:10.854Z 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=11495005f5ae160c -C extra-filename=-11495005f5ae160c --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-9397b75655977f50.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1a7af9c43059d515.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
45892024-10-22T16:35:12.816Z 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=f8038c99ec8dd02e -C extra-filename=-f8038c99ec8dd02e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f45b6c8cdc4f7801.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1a7af9c43059d515.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
45902024-10-22T16:35:15.870Z 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=12976c86e48dc359 -C extra-filename=-12976c86e48dc359 --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-7cb56224c377a99d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
45912024-10-22T16:35:17.530Z 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=31c611435ec1e5d3 -C extra-filename=-31c611435ec1e5d3 --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-16cd7557d7baae9a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2981c35a334c5b8a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f88577f237cb790b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca6deaed5855fa01.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
45922024-10-22T16:35:21.358Z 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=9b6d20684fdcfba4 -C extra-filename=-9b6d20684fdcfba4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4162b9bfac5d47aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2981c35a334c5b8a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f88577f237cb790b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
45932024-10-22T16:35:22.624Z 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=fb0c82e473e19f37 -C extra-filename=-fb0c82e473e19f37 --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-7cb56224c377a99d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-276f12351f1d7bb3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d32a218231312d36.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
45942024-10-22T16:35:27.851Z 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=aaf2b3078d729c16 -C extra-filename=-aaf2b3078d729c16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8f6b3bbd27d166c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-fd7fbb4f14d40c5b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca6deaed5855fa01.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
45952024-10-22T16:35:29.678Z 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=02120595b6a38a33 -C extra-filename=-02120595b6a38a33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fa8b24540dc9178a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-16cd7557d7baae9a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
45962024-10-22T16:35:29.728Z 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=096e6f00a46b6277 -C extra-filename=-096e6f00a46b6277 --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-c0696dacea116c38.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-c50e9c4fc9770bd0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d32a218231312d36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
45972024-10-22T16:35:31.590Z 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=2148ebb668f3501a -C extra-filename=-2148ebb668f3501a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f2bf026160a24097.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-e9f2fd26b40ff159.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-1d48cb6a25196d6f.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-08cc1ef2903b68d2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d32a218231312d36.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-72173a9ea899e76d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-5fbaad27207d1051.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66e35edd96a0ae94/out`
45982024-10-22T16:35:31.743Z 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=ebda79940f5d4c4e -C extra-filename=-ebda79940f5d4c4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.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-a3d9dca8df99eae3.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a09d2d2372607ec6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5a9e8a3fda1306a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66e35edd96a0ae94/out`
45992024-10-22T16:35:35.829Z 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=f8b08fbee1da6423 -C extra-filename=-f8b08fbee1da6423 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7118ea06c03b8f16.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cabcee36f6a1e1ab.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0fc696dd70c41646.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d32a218231312d36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca6deaed5855fa01.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
46002024-10-22T16:35:40.972Z 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=f08e3d579041ccd8 -C extra-filename=-f08e3d579041ccd8 --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-606cdc2325bc2461.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2981c35a334c5b8a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f88577f237cb790b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-d32a218231312d36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
46012024-10-22T16:35:44.622Z 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=34d1db7f73252178 -C extra-filename=-34d1db7f73252178 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-4859a4ed569917d1.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1253f14a3b157453.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-8b2c6af09cc39369.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-c9f4d798832c0062.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cabcee36f6a1e1ab.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.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-0a1b6fa45c9b332d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fb3b1148eacfce94.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-ddb0b6a8cb0a87ff.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-4162b9bfac5d47aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-276f12351f1d7bb3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4e2f4fb45bcd4fc9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-75f2715d5a961802.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-df3af215e239554f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8f6b3bbd27d166c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.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-72173a9ea899e76d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2fe3cf30c80908c5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-fd7fbb4f14d40c5b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca6deaed5855fa01.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
46022024-10-22T16:35:45.855Z 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=b423f15cd6db84c3 -C extra-filename=-b423f15cd6db84c3 --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-f45b6c8cdc4f7801.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e4c256dca902d937.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.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-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
46032024-10-22T16:35:49.674Z 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=cfbcccf2d35bfa0e -C extra-filename=-cfbcccf2d35bfa0e --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-c93540a2dfb95ba6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fa8b24540dc9178a.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-d68c3000a269ea3d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-04f97b05bcf510ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
46042024-10-22T16:35:50.203Z 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=29578033efe311ee -C extra-filename=-29578033efe311ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-27773227d8034740.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-dcb7b48ce8d5ceaf.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-7fa3aabaaed19133.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-89875ad8c6f3cbf7.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a6e6f3e36c8ade8a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
46052024-10-22T16:35:54.174Z 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=fa71e01e8b1434de -C extra-filename=-fa71e01e8b1434de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-24b46e2cc6272ede.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-74fe327fdfdd0256.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a659a954aca08538.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-b2ec6919f7598847.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3530d4188f228966.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-8af77909a1ebd595.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-9bb7958f5aecbe3b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7240211e613ca0d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-4ace96267714cd57.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-24b04f271b39c294.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
46062024-10-22T16:36:05.005Z 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=1bf3f647b893adf8 -C extra-filename=-1bf3f647b893adf8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-24b46e2cc6272ede.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-74fe327fdfdd0256.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a659a954aca08538.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-b2ec6919f7598847.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3530d4188f228966.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-8af77909a1ebd595.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-9bb7958f5aecbe3b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7240211e613ca0d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-4ace96267714cd57.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-24b04f271b39c294.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
46072024-10-22T16:36:10.576Z 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=9eb2a8ecf38ce555 -C extra-filename=-9eb2a8ecf38ce555 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-24b46e2cc6272ede.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-74fe327fdfdd0256.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a659a954aca08538.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-b2ec6919f7598847.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3530d4188f228966.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-8af77909a1ebd595.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-9bb7958f5aecbe3b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7240211e613ca0d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-4ace96267714cd57.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-24b04f271b39c294.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
46082024-10-22T16:36:12.301Z 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=dfc49af5be28cf87 -C extra-filename=-dfc49af5be28cf87 --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-206607283cd4f37a.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-354732bc96b0df7d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0eaa01471d56b933.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
46092024-10-22T16:36:14.240Z 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=c4eaef75ca1b4624 -C extra-filename=-c4eaef75ca1b4624 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.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-206607283cd4f37a.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-dcb7b48ce8d5ceaf.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-89875ad8c6f3cbf7.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a6e6f3e36c8ade8a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
46102024-10-22T16:36:14.474Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46112024-10-22T16:36:14.499Z 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=b51de8c3218262ca -C extra-filename=-b51de8c3218262ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-8af77909a1ebd595.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5596f558cfaebd2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
46122024-10-22T16:36:16.091Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
46132024-10-22T16:36:16.118Z 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=7d35e4d742c2b1b8 -C extra-filename=-7d35e4d742c2b1b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4e2f4fb45bcd4fc9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-aa2cd3057be6a27d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
46142024-10-22T16:36:16.443Z 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=adc3e807195814f7 -C extra-filename=-adc3e807195814f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-21d6598fe5058c50.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-515266e329e1bd5b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f2bf026160a24097.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-cf07eb805517a1fa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-2f7f6cade5646186.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-cf872d4997adaf18.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-aa2cd3057be6a27d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1d923f9e302ac86b.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-62398891934877fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4b4566b2b91f773b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-24b04f271b39c294.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-665b11d7dbe7e32e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7dbbc363673f3747.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.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-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
46152024-10-22T16:36:16.925Z 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=649181ec5e52fcc1 -C extra-filename=-649181ec5e52fcc1 --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-606cdc2325bc2461.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4e2f4fb45bcd4fc9.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-091e90fe139a5988.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-aa2cd3057be6a27d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
46162024-10-22T16:36:17.187Z 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=b61b1db879fbcb06 -C extra-filename=-b61b1db879fbcb06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4e2f4fb45bcd4fc9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-aa2cd3057be6a27d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
46172024-10-22T16:36:19.403Z 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=827d5ca9cd182bcc -C extra-filename=-827d5ca9cd182bcc --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-7bca6a4da6cde0e6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
46182024-10-22T16:36:21.302Z 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=fc9c61aa3818ceed -C extra-filename=-fc9c61aa3818ceed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-21d6598fe5058c50.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-515266e329e1bd5b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f2bf026160a24097.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-cf07eb805517a1fa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-2f7f6cade5646186.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-cf872d4997adaf18.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-aa2cd3057be6a27d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1d923f9e302ac86b.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-62398891934877fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4b4566b2b91f773b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-24b04f271b39c294.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-665b11d7dbe7e32e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7dbbc363673f3747.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.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-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
46192024-10-22T16:36:22.448Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
46202024-10-22T16:36:22.473Z 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=b73ff2f107b0a125 -C extra-filename=-b73ff2f107b0a125 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
46212024-10-22T16:36:24.450Z 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=db456a5ac63cf9f2 -C extra-filename=-db456a5ac63cf9f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-42d37f19843ec3ba.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-89875ad8c6f3cbf7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
46222024-10-22T16:36:25.910Z 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=867afcc48d992d00 -C extra-filename=-867afcc48d992d00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.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-206607283cd4f37a.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-89875ad8c6f3cbf7.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a6e6f3e36c8ade8a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
46232024-10-22T16:36:26.443Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2021 clients/clickhouse-admin-server-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=bcf7399111c6b5bf -C extra-filename=-bcf7399111c6b5bf --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-c93540a2dfb95ba6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1253f14a3b157453.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2981c35a334c5b8a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.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-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
46242024-10-22T16:36:26.525Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2021 clients/clickhouse-admin-keeper-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=5d0086fd0b6ab350 -C extra-filename=-5d0086fd0b6ab350 --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-c93540a2dfb95ba6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1253f14a3b157453.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2981c35a334c5b8a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.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-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
46252024-10-22T16:36:29.866Z 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=40d268759adc3718 -C extra-filename=-40d268759adc3718 --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-1253f14a3b157453.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
46262024-10-22T16:36:30.453Z 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=a26033e462cbe230 -C extra-filename=-a26033e462cbe230 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
46272024-10-22T16:36:32.565Z 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=713392a2811adb91 -C extra-filename=-713392a2811adb91 --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-c93540a2dfb95ba6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2981c35a334c5b8a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
46282024-10-22T16:36:33.849Z 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=97ee4a03526ce5f4 -C extra-filename=-97ee4a03526ce5f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-21d6598fe5058c50.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-a3d9dca8df99eae3.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
46292024-10-22T16:36:35.182Z 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=876daadff625e32c -C extra-filename=-876daadff625e32c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-6f2cec8af2039047.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.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-50643e21de27c62e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fb3b1148eacfce94.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-bd9c69bc2f817c6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-077974f63c498848.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-46fe683caea0895e.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-6da4ab174431298c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f88577f237cb790b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.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-72173a9ea899e76d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-93a9df5e6bd72088.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-481ec9f9cd50a9a2.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bf449ddf6778b381.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
46302024-10-22T16:36:37.403Z 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=4fa17bf4b55a3abd -C extra-filename=-4fa17bf4b55a3abd --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-c93540a2dfb95ba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2981c35a334c5b8a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.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-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
46312024-10-22T16:36:38.727Z 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=d08f1ba0abd48586 -C extra-filename=-d08f1ba0abd48586 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-665b11d7dbe7e32e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
46322024-10-22T16:36:39.808Z 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=02a233bac98c55ae -C extra-filename=-02a233bac98c55ae --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-c93540a2dfb95ba6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
46332024-10-22T16:36:42.065Z 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=27b40073a3d09f6d -C extra-filename=-27b40073a3d09f6d --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-d10adc533ec730cd.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-a6516d1cc40e023a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8f6b3bbd27d166c4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-fd7fbb4f14d40c5b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.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-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
46342024-10-22T16:36:43.356Z 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=8cce1086aceda1db -C extra-filename=-8cce1086aceda1db --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-fb3b1148eacfce94.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
46352024-10-22T16:36:46.875Z 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=ff303668fd02922e -C extra-filename=-ff303668fd02922e --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-2a9b2223f6844e23.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-2ab5bd54adb46ff7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-5997eb623e0b47f9.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8efc608bc0cce087.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
46362024-10-22T16:36:52.042Z 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=7d19209915918571 -C extra-filename=-7d19209915918571 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-21d6598fe5058c50.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-515266e329e1bd5b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f2bf026160a24097.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-cf07eb805517a1fa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-2f7f6cade5646186.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-cf872d4997adaf18.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-aa2cd3057be6a27d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1d923f9e302ac86b.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-62398891934877fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4b4566b2b91f773b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-24b04f271b39c294.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-665b11d7dbe7e32e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7dbbc363673f3747.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.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-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
46372024-10-22T16:36:52.725Z 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=746f5cd2430567fc -C extra-filename=-746f5cd2430567fc --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-c93540a2dfb95ba6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
46382024-10-22T16:36:53.951Z 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=c7ba67bfeb97a684 -C extra-filename=-c7ba67bfeb97a684 --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-c93540a2dfb95ba6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-c50e9c4fc9770bd0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f88577f237cb790b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
46392024-10-22T16:36:54.305Z 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=924bff11c29e2466 -C extra-filename=-924bff11c29e2466 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-4859a4ed569917d1.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-f77f4d3d3d6be6bb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fb3b1148eacfce94.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4dc477daed87055a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-df3af215e239554f.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-c50e9c4fc9770bd0.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8f6b3bbd27d166c4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f88577f237cb790b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-8392285166d821a5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.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-72173a9ea899e76d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-fd7fbb4f14d40c5b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
46402024-10-22T16:36:58.198Z 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=e658a4af9fc826e7 -C extra-filename=-e658a4af9fc826e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-8af77909a1ebd595.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fa8b24540dc9178a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2981c35a334c5b8a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f88577f237cb790b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
46412024-10-22T16:37:02.141Z 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=48155332ed85811d -C extra-filename=-48155332ed85811d --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-c93540a2dfb95ba6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f45b6c8cdc4f7801.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2981c35a334c5b8a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
46422024-10-22T16:37:02.452Z 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=d3bf9cd7a68d73f5 -C extra-filename=-d3bf9cd7a68d73f5 --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-c93540a2dfb95ba6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2981c35a334c5b8a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.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-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
46432024-10-22T16:37:03.677Z 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=bb883df073bc3d25 -C extra-filename=-bb883df073bc3d25 --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-81aa17a719b03d9b.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-03bdec08601d438c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a6e6f3e36c8ade8a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-14c741f43f60113c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
46442024-10-22T16:37:04.499Z 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=360b6121b2ee6bd0 -C extra-filename=-360b6121b2ee6bd0 --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-81aa17a719b03d9b.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-03bdec08601d438c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a6e6f3e36c8ade8a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-14c741f43f60113c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
46452024-10-22T16:37:06.330Z 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=56f6704f9bf13c4d -C extra-filename=-56f6704f9bf13c4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-aa2cd3057be6a27d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
46462024-10-22T16:37:06.617Z 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=f376524152b35da2 -C extra-filename=-f376524152b35da2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed861e9e9bc48d14.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0fc696dd70c41646.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-4b4566b2b91f773b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
46472024-10-22T16:37:07.398Z 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=54c1139fd9fc7f3a -C extra-filename=-54c1139fd9fc7f3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-6da4ab174431298c.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-c1dc7628e1dd2501.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
46482024-10-22T16:37:07.625Z 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=a3b6a13ef5cee452 -C extra-filename=-a3b6a13ef5cee452 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-c1dc7628e1dd2501.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
46492024-10-22T16:37:08.005Z 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=6f66f274352af83c -C extra-filename=-6f66f274352af83c --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-206607283cd4f37a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
46502024-10-22T16:37:08.628Z 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=4dc08f580fd49674 -C extra-filename=-4dc08f580fd49674 --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-206607283cd4f37a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
46512024-10-22T16:37:08.652Z 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=b2e0377b150f1d95 -C extra-filename=-b2e0377b150f1d95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
46522024-10-22T16:37:08.681Z 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=c8cb1aec6eafde53 -C extra-filename=-c8cb1aec6eafde53 --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-206607283cd4f37a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
46532024-10-22T16:37:08.956Z 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=8d360af512a818b6 -C extra-filename=-8d360af512a818b6 --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-206607283cd4f37a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
46542024-10-22T16:37:09.080Z 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=c9e3a690cb1d2b12 -C extra-filename=-c9e3a690cb1d2b12 --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-206607283cd4f37a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
46552024-10-22T16:37:09.328Z 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=5543907af725cc7f -C extra-filename=-5543907af725cc7f --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-206607283cd4f37a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
46562024-10-22T16:37:09.576Z 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=4bdd2e4ecf847984 -C extra-filename=-4bdd2e4ecf847984 --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-12f38d3186beb808.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-b542551110e8af51.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.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-fb02ffd1abc115c8.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-51b12ef1d081c45d.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-e2da4675f63265ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-0d9263b5ceb86056.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-acc5db071dc1e894.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-8b2c6af09cc39369.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-e76fa68a49dedd34.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1fb66d11f8bf8743.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8c4a2b429d4d9c4d.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-735b6a65fb469b74.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-84bed2dbc592cc10.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-b3504092a9ff35a2.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-3a6c3063b8d9d35b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-549f04281ce47dce.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-125d612dea7dc87f.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8edd5f4ddeaab733.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-64d38f0ed65965df.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ed861e9e9bc48d14.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-816e989a4ff4f43c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.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-276847dd56a0d30f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f45b6c8cdc4f7801.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-04cd9bd80d33c46b.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3921b46002378d01.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-e9eaf4d35e8d5a8c.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-b70767056d1a4824.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3530d4188f228966.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-b8dd11fd78b45c99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fa8b24540dc9178a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-44838b94f62c5ce0.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-dc1e60f16a8a0220.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-bc868756b1b0c2c5.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-7d2350c4bdc55aa3.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-cf320adaf9052777.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.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-3b7d5cfbb443b029.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-799586b37596e7c6.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-48891256de0358bb.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-2171098f16b5a849.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b6cf14b4f0145ca.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-5f83b0ee0c6da907.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-64c24fe16140f6b4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.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-c468925203a4a51b.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-ee25658cf7098305.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-02e8e0acc1d2fa03.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-45f38eb21b70c5b3.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-fa1c7871fa3d195e.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-16eb17d651f323bf.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-03448f2c6b15b59e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-639b14986cc85691.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-826627f40ad2fed3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-9f36d56a060ad2ad.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-26edaa7b21c00140.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1d923f9e302ac86b.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-3c7bb634f5d58075.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-1f26de9c2d244e57.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-64bfa8a56fa2a472.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-5380524236143168.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-6c5265b4c120912c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-0fc696dd70c41646.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-827221e0f813566e.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-2299d31376bf1b32.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-2493ee11b0d280d0.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b7b5464a5de3de01.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d1bb9b0d189db5f1.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5ddc7e969e254d9e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-665b11d7dbe7e32e.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-c27e9d426a7f576f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-aafe08763bfdf455.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-21eba7ec22e8f77d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1b82a5a547bb6b63.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2b3481f3706e9764.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-30fda7d263f86ef1.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9203d6efe3e23e2d.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c5813f0370454179.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-0123801162e17fdd.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-8e3dd38d8af6e038.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-7dbbc363673f3747.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-f600312abbed5300.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-30be5c1673f7667f.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3dc929aab0ea4ca4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5fccba4af4fe4320.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64`
46572024-10-22T16:37:09.794Z 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=5f938b53b9adf0dc -C extra-filename=-5f938b53b9adf0dc --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-ddb0b6a8cb0a87ff.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46582024-10-22T16:38:26.638Z 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=7ddb5ecdb264356e -C extra-filename=-7ddb5ecdb264356e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e2fa94cb9f8fc375.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8357a0f51af980c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3d4060e2041bde1f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9434ab2f82ee1626.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-757393e4e7cbb310.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4162b9bfac5d47aa.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cc841a8ee3d47e6e.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-59968e453beba1bb.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7f016e1b93eba456.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-85be312f14fb235b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.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-72173a9ea899e76d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9eb4ec78cc85feaa.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5b171fcc68f35851.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.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-fb69671f204b4e69/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-f44a954ef056f09c/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66e35edd96a0ae94/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46592024-10-22T16:38:26.709Z 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=7cf083e3af4b570f -C extra-filename=-7cf083e3af4b570f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.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-cccd078da3c2486a.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-4d473c9265bfa8d1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-05623b2f83682ba2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c9a92d1feb295167.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-2ded228a1c8c53db.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-10cc5bae422f5b9a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-f06b7c2c233c06bb.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b5c2a4c87bc46f30.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-270fe008b0afc2a5.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-dde39ec0a869c8c3.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-842aef24a6c17028.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-24b46e2cc6272ede.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a659a954aca08538.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7118ea06c03b8f16.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f9d1ea7df2904938.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cabcee36f6a1e1ab.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f45b6c8cdc4f7801.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7295c65eee3d6e0f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-cf07eb805517a1fa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-8af77909a1ebd595.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-05ca3dab5a32ac16.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-8dc56cb72b720c74.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-caaa7273e8fbdbf2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fa8b24540dc9178a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-33064942eeb02a8d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5596f558cfaebd2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fb3b1148eacfce94.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4dc477daed87055a.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c107f33ec205b904.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e2fa94cb9f8fc375.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-cf872d4997adaf18.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7433037f8831c75b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8357a0f51af980c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-82abf92cc962e0a3.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-9a3272783de3dec9.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b05aef1a8623ccb1.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3d4060e2041bde1f.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-bb1d6b74adf94398.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9e36709aa021796a.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-60a00ffe4aa9996a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9434ab2f82ee1626.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-757393e4e7cbb310.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-84a08d558cf4604b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4162b9bfac5d47aa.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ae7a006cdb9726b6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cc841a8ee3d47e6e.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-59968e453beba1bb.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b6cf14b4f0145ca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7f016e1b93eba456.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-276f12351f1d7bb3.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8b4c53dc03b604db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4e2f4fb45bcd4fc9.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-92e8bf4a78352203.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-04f97b05bcf510ae.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1477d8c0a590c945.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-83b744bbe1b02551.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f688ae236db9e63e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2cfd367f08af791a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d12a777364a9a393.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-75f2715d5a961802.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-df3af215e239554f.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-c468925203a4a51b.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-c50e9c4fc9770bd0.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2d0ad5c466b9c4d1.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-639b14986cc85691.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-aa2cd3057be6a27d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3522627863e48cb1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1d923f9e302ac86b.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-62398891934877fe.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-157d5ce1a48d8a81.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-96c8c2cf64af59c1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-919942a9cf5d239f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ab93025eba576f62.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d0f67e146bd5a372.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-450aa7e50f6130b8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2fe3cf30c80908c5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-24b04f271b39c294.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-fc2a210ea5ed8a84.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-665b11d7dbe7e32e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-21eba7ec22e8f77d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-649cce69ca71eded.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ad64e99f362f2756.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-86b21c99a6f2081c.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3e2d14ea41ca296f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca6deaed5855fa01.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.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-fb69671f204b4e69/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-f44a954ef056f09c/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-66e35edd96a0ae94/out -L /usr/platform/oxide/lib/amd64/`
46602024-10-22T16:38:26.709Z 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=2c0244cbdcf8e5e1 -C extra-filename=-2c0244cbdcf8e5e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.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-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-4d473c9265bfa8d1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-05623b2f83682ba2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c9a92d1feb295167.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-2ded228a1c8c53db.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-10cc5bae422f5b9a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b5c2a4c87bc46f30.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-270fe008b0afc2a5.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-dde39ec0a869c8c3.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-a659a954aca08538.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7118ea06c03b8f16.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f9d1ea7df2904938.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cabcee36f6a1e1ab.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-cf07eb805517a1fa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-8af77909a1ebd595.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-05ca3dab5a32ac16.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fa8b24540dc9178a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5596f558cfaebd2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fb3b1148eacfce94.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4dc477daed87055a.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c107f33ec205b904.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e2fa94cb9f8fc375.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-cf872d4997adaf18.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7433037f8831c75b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8357a0f51af980c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-82abf92cc962e0a3.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-9a3272783de3dec9.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b05aef1a8623ccb1.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3d4060e2041bde1f.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-bb1d6b74adf94398.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9e36709aa021796a.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-60a00ffe4aa9996a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9434ab2f82ee1626.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-757393e4e7cbb310.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-84a08d558cf4604b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4162b9bfac5d47aa.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ae7a006cdb9726b6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b6cf14b4f0145ca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7f016e1b93eba456.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-276f12351f1d7bb3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4e2f4fb45bcd4fc9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-04f97b05bcf510ae.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1477d8c0a590c945.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f688ae236db9e63e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2cfd367f08af791a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d12a777364a9a393.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-75f2715d5a961802.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-df3af215e239554f.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-c50e9c4fc9770bd0.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2d0ad5c466b9c4d1.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-639b14986cc85691.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3522627863e48cb1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1d923f9e302ac86b.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-62398891934877fe.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-157d5ce1a48d8a81.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-96c8c2cf64af59c1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ab93025eba576f62.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2fe3cf30c80908c5.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-24b04f271b39c294.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-665b11d7dbe7e32e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-21eba7ec22e8f77d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-649cce69ca71eded.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3e2d14ea41ca296f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca6deaed5855fa01.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.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-fb69671f204b4e69/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-f44a954ef056f09c/out/lib`
46612024-10-22T16:38:26.709Z 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=95dcf52c91e83874 -C extra-filename=-95dcf52c91e83874 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.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-cccd078da3c2486a.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-4d473c9265bfa8d1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-05623b2f83682ba2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c9a92d1feb295167.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-2ded228a1c8c53db.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-10cc5bae422f5b9a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-f06b7c2c233c06bb.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b5c2a4c87bc46f30.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-270fe008b0afc2a5.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-dde39ec0a869c8c3.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-842aef24a6c17028.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-24b46e2cc6272ede.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a659a954aca08538.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7118ea06c03b8f16.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f9d1ea7df2904938.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cabcee36f6a1e1ab.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f45b6c8cdc4f7801.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7295c65eee3d6e0f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-cf07eb805517a1fa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-8af77909a1ebd595.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-05ca3dab5a32ac16.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-8dc56cb72b720c74.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-caaa7273e8fbdbf2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fa8b24540dc9178a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-33064942eeb02a8d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5596f558cfaebd2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fb3b1148eacfce94.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4dc477daed87055a.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c107f33ec205b904.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e2fa94cb9f8fc375.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-cf872d4997adaf18.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7433037f8831c75b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8357a0f51af980c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-82abf92cc962e0a3.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-9a3272783de3dec9.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b05aef1a8623ccb1.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3d4060e2041bde1f.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-bb1d6b74adf94398.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9e36709aa021796a.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-60a00ffe4aa9996a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9434ab2f82ee1626.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-757393e4e7cbb310.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-84a08d558cf4604b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4162b9bfac5d47aa.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ae7a006cdb9726b6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cc841a8ee3d47e6e.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-59968e453beba1bb.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b6cf14b4f0145ca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7f016e1b93eba456.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-276f12351f1d7bb3.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8b4c53dc03b604db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4e2f4fb45bcd4fc9.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-92e8bf4a78352203.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-04f97b05bcf510ae.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1477d8c0a590c945.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-83b744bbe1b02551.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f688ae236db9e63e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2cfd367f08af791a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d12a777364a9a393.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-75f2715d5a961802.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-df3af215e239554f.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-c468925203a4a51b.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-c50e9c4fc9770bd0.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2d0ad5c466b9c4d1.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-639b14986cc85691.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-aa2cd3057be6a27d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3522627863e48cb1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1d923f9e302ac86b.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-62398891934877fe.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-157d5ce1a48d8a81.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-96c8c2cf64af59c1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-919942a9cf5d239f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ab93025eba576f62.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d0f67e146bd5a372.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-450aa7e50f6130b8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2fe3cf30c80908c5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-24b04f271b39c294.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-fc2a210ea5ed8a84.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-665b11d7dbe7e32e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-21eba7ec22e8f77d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-649cce69ca71eded.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ad64e99f362f2756.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-86b21c99a6f2081c.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3e2d14ea41ca296f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca6deaed5855fa01.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.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-fb69671f204b4e69/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-f44a954ef056f09c/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-66e35edd96a0ae94/out -L /usr/platform/oxide/lib/amd64/`
46622024-10-22T16:38:26.709Z 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=fa3bd54f14e8dac2 -C extra-filename=-fa3bd54f14e8dac2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-cf872d4997adaf18.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ae7a006cdb9726b6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cc841a8ee3d47e6e.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-778b1d920f1cfa63.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7f016e1b93eba456.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-92e8bf4a78352203.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-d982570fac10725d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-665b11d7dbe7e32e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.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-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f44a954ef056f09c/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-66e35edd96a0ae94/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46632024-10-22T16:38:29.459Z 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=1cc967ca6137b5f2 -C extra-filename=-1cc967ca6137b5f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-cccd078da3c2486a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8c4a2b429d4d9c4d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b5c2a4c87bc46f30.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-3e9408abe6deb2b0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-842aef24a6c17028.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5859d1b7689bc278.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cabcee36f6a1e1ab.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f45b6c8cdc4f7801.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7295c65eee3d6e0f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-bc868756b1b0c2c5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5596f558cfaebd2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fb3b1148eacfce94.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-25ec5690a2fbae8c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e2fa94cb9f8fc375.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-cf872d4997adaf18.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7433037f8831c75b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8357a0f51af980c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3d4060e2041bde1f.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-757393e4e7cbb310.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-84a08d558cf4604b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cc841a8ee3d47e6e.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-59968e453beba1bb.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7f016e1b93eba456.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1477d8c0a590c945.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f688ae236db9e63e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a894f3c41e20c0e2.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-85be312f14fb235b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ab93025eba576f62.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-72173a9ea899e76d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9eb4ec78cc85feaa.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-bc0396bad55291d0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8f6b1da2456acb43.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca6deaed5855fa01.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-6398875b516cf905.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.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-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f44a954ef056f09c/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-66e35edd96a0ae94/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46642024-10-22T16:38:30.720Z 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=cbcf6ab5e4672141 -C extra-filename=-cbcf6ab5e4672141 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-cccd078da3c2486a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8c4a2b429d4d9c4d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b5c2a4c87bc46f30.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-3e9408abe6deb2b0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-842aef24a6c17028.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5859d1b7689bc278.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cabcee36f6a1e1ab.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f45b6c8cdc4f7801.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7295c65eee3d6e0f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-bc868756b1b0c2c5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5596f558cfaebd2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fb3b1148eacfce94.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-25ec5690a2fbae8c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e2fa94cb9f8fc375.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-cf872d4997adaf18.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7433037f8831c75b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8357a0f51af980c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3d4060e2041bde1f.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-757393e4e7cbb310.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-84a08d558cf4604b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cc841a8ee3d47e6e.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-59968e453beba1bb.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7f016e1b93eba456.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1477d8c0a590c945.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f688ae236db9e63e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a894f3c41e20c0e2.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-85be312f14fb235b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ab93025eba576f62.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-72173a9ea899e76d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9eb4ec78cc85feaa.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-bc0396bad55291d0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-8f6b1da2456acb43.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca6deaed5855fa01.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-6398875b516cf905.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.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-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f44a954ef056f09c/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-66e35edd96a0ae94/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46652024-10-22T16:38:37.118Z 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=1ae2549d6dcfa0f3 -C extra-filename=-1ae2549d6dcfa0f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-cf872d4997adaf18.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ae7a006cdb9726b6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cc841a8ee3d47e6e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7f016e1b93eba456.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.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-d982570fac10725d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.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-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f44a954ef056f09c/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-66e35edd96a0ae94/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46662024-10-22T16:38:40.204Z 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=fe5d52cb994d6c7f -C extra-filename=-fe5d52cb994d6c7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f8788065ea5bfd1e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e2fa94cb9f8fc375.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8357a0f51af980c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3d4060e2041bde1f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9434ab2f82ee1626.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-757393e4e7cbb310.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4162b9bfac5d47aa.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cc841a8ee3d47e6e.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-59968e453beba1bb.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7f016e1b93eba456.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-85be312f14fb235b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.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-72173a9ea899e76d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9eb4ec78cc85feaa.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5b171fcc68f35851.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.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-fb69671f204b4e69/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-f44a954ef056f09c/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66e35edd96a0ae94/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46672024-10-22T16:38:44.891Z 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=e9cfd8dd4b39f1af -C extra-filename=-e9cfd8dd4b39f1af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.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-cccd078da3c2486a.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-4d473c9265bfa8d1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-05623b2f83682ba2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c9a92d1feb295167.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-2ded228a1c8c53db.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-10cc5bae422f5b9a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-f06b7c2c233c06bb.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b5c2a4c87bc46f30.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-270fe008b0afc2a5.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-dde39ec0a869c8c3.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-842aef24a6c17028.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-24b46e2cc6272ede.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a659a954aca08538.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7118ea06c03b8f16.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f9d1ea7df2904938.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cabcee36f6a1e1ab.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-f45b6c8cdc4f7801.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-7295c65eee3d6e0f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-cf07eb805517a1fa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-8af77909a1ebd595.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-05ca3dab5a32ac16.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-8dc56cb72b720c74.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-caaa7273e8fbdbf2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fa8b24540dc9178a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-33064942eeb02a8d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5596f558cfaebd2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fb3b1148eacfce94.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4dc477daed87055a.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c107f33ec205b904.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e2fa94cb9f8fc375.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-cf872d4997adaf18.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7433037f8831c75b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8357a0f51af980c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-82abf92cc962e0a3.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-9a3272783de3dec9.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b05aef1a8623ccb1.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3d4060e2041bde1f.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-bb1d6b74adf94398.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9e36709aa021796a.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-60a00ffe4aa9996a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9434ab2f82ee1626.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-757393e4e7cbb310.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-84a08d558cf4604b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4162b9bfac5d47aa.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ae7a006cdb9726b6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cc841a8ee3d47e6e.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-59968e453beba1bb.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b6cf14b4f0145ca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7f016e1b93eba456.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-276f12351f1d7bb3.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8b4c53dc03b604db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-235947ff7934f363.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9be05d24d67c020d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4e2f4fb45bcd4fc9.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-92e8bf4a78352203.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-04f97b05bcf510ae.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1477d8c0a590c945.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-83b744bbe1b02551.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f688ae236db9e63e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2cfd367f08af791a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d12a777364a9a393.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-75f2715d5a961802.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-df3af215e239554f.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-c468925203a4a51b.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-c50e9c4fc9770bd0.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2d0ad5c466b9c4d1.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-639b14986cc85691.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-aa2cd3057be6a27d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3522627863e48cb1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-af2dab8125b2f6b0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1d923f9e302ac86b.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-62398891934877fe.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-157d5ce1a48d8a81.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-96c8c2cf64af59c1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-919942a9cf5d239f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ab93025eba576f62.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d0f67e146bd5a372.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-450aa7e50f6130b8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2fe3cf30c80908c5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5fdb242a92b805a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-24b04f271b39c294.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-fc2a210ea5ed8a84.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-665b11d7dbe7e32e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-21eba7ec22e8f77d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-649cce69ca71eded.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ad64e99f362f2756.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-86b21c99a6f2081c.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3e2d14ea41ca296f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca6deaed5855fa01.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.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-fb69671f204b4e69/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-f44a954ef056f09c/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-66e35edd96a0ae94/out -L /usr/platform/oxide/lib/amd64/`
46682024-10-22T16:38:47.116Z 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=dcdda03a3c59fb56 -C extra-filename=-dcdda03a3c59fb56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-cccd078da3c2486a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c9a92d1feb295167.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-2ded228a1c8c53db.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-1253f14a3b157453.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-10cc5bae422f5b9a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-842aef24a6c17028.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-8dc56cb72b720c74.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5596f558cfaebd2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-c57ae2e537255ab5.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-ddb0b6a8cb0a87ff.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-cf872d4997adaf18.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7433037f8831c75b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8357a0f51af980c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3d4060e2041bde1f.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9e36709aa021796a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9434ab2f82ee1626.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-757393e4e7cbb310.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4162b9bfac5d47aa.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cc841a8ee3d47e6e.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-59968e453beba1bb.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7f016e1b93eba456.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ab93025eba576f62.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-72173a9ea899e76d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca6deaed5855fa01.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.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-fb69671f204b4e69/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-f44a954ef056f09c/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-66e35edd96a0ae94/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46692024-10-22T16:38:52.886Z 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=57bd071d7cef2dd9 -C extra-filename=-57bd071d7cef2dd9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-81aa17a719b03d9b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-7bca6a4da6cde0e6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-cf872d4997adaf18.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ae7a006cdb9726b6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cc841a8ee3d47e6e.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-778b1d920f1cfa63.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7f016e1b93eba456.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e9527d3e654591c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-92e8bf4a78352203.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-d982570fac10725d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0c8b40bf9e4eca65.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-665b11d7dbe7e32e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7523705cabd7850e.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-fb69671f204b4e69/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f44a954ef056f09c/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-66e35edd96a0ae94/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46702024-10-22T16:38:57.171Z 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=2f1f7199754a7847 -C extra-filename=-2f1f7199754a7847 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-30077088698d34ae.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-2a9b2223f6844e23.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-4d473c9265bfa8d1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-b8e9fbdeb91cd71f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-294229beec0d6e93.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-429a05a431667bab.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-05623b2f83682ba2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c93540a2dfb95ba6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-53b1b616d65a4f87.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c9a92d1feb295167.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-2ded228a1c8c53db.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-10cc5bae422f5b9a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-b5c2a4c87bc46f30.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-270fe008b0afc2a5.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-dde39ec0a869c8c3.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-a659a954aca08538.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7118ea06c03b8f16.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9397b75655977f50.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f9d1ea7df2904938.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-b3ec9c46c9402423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-cabcee36f6a1e1ab.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-cf07eb805517a1fa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-063889f16a5b7e58.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-8af77909a1ebd595.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1d81c7bfc9a9aa6f.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-05ca3dab5a32ac16.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fa8b24540dc9178a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7cb56224c377a99d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-5596f558cfaebd2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-0a1b6fa45c9b332d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-fb3b1148eacfce94.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1ccdd3195e5f523.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4dc477daed87055a.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c107f33ec205b904.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e2fa94cb9f8fc375.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-cf872d4997adaf18.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7433037f8831c75b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a8357a0f51af980c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-82abf92cc962e0a3.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-9a3272783de3dec9.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b05aef1a8623ccb1.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3d4060e2041bde1f.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-bb1d6b74adf94398.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9e36709aa021796a.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-60a00ffe4aa9996a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9434ab2f82ee1626.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-757393e4e7cbb310.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-84a08d558cf4604b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-4162b9bfac5d47aa.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ae7a006cdb9726b6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0a3600ef76485eeb.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b6cf14b4f0145ca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-606cdc2325bc2461.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7f016e1b93eba456.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-276f12351f1d7bb3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f7bd712e102a587a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-206607283cd4f37a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-eebe1899602319ed.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4e2f4fb45bcd4fc9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-04f97b05bcf510ae.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-1477d8c0a590c945.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f688ae236db9e63e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2cfd367f08af791a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d12a777364a9a393.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-174795de30ef64a2.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-75f2715d5a961802.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-df3af215e239554f.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-c50e9c4fc9770bd0.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2d0ad5c466b9c4d1.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-639b14986cc85691.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3adca37dbe12b7ac.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-3522627863e48cb1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-853576d42237b41a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1d923f9e302ac86b.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-62398891934877fe.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-157d5ce1a48d8a81.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-96c8c2cf64af59c1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5b7b8b2e7221fcf6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f3ea07a34ee8cc3c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a652f8ccc3e0df34.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9c6fa6267da434ca.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-b3395a9d988a5434.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-8d52e71b5f275706.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ab93025eba576f62.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-b45bb411940a19cd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f88b29314e1e2054.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-72173a9ea899e76d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-8e0a2006b33391b4.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2fe3cf30c80908c5.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-24b04f271b39c294.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4f56abb67316997f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-063c424349fd118f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-665b11d7dbe7e32e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-21eba7ec22e8f77d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-649cce69ca71eded.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-3e2d14ea41ca296f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca6deaed5855fa01.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-e27886bda4bebecb.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-fb69671f204b4e69/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-f44a954ef056f09c/out/lib`
 
46712024-10-22T16:52:20.259Zworker agent experienced a fatal error; aborting job
46722024-10-22T16:52:20.259Ztask 4 was incomplete, marked failed