01HZQKSHS1524ZMFEYNPYAGAYF: 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(
        String(
            "1.78.0",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01HZQKSVSCZA4EMJ9F5BQHFEGK

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-06-06T20:28:54.787Zjob assigned to worker 01HZQKSWGJVRW7BPBTFX8C2TFB (queued for 35 s)
 
22024-06-06T20:28:55.619Zstarting task 0: "setup"
32024-06-06T20:28:55.644Z++ uname -s
42024-06-06T20:28:55.644Z+ kern=SunOS
52024-06-06T20:28:55.644Z+ case "$kern" in
62024-06-06T20:28:55.644Z+ groupadd -g 12345 build
72024-06-06T20:28:55.644Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-06-06T20:28:57.650Z+ zfs create -o mountpoint=/work rpool/work
92024-06-06T20:28:57.696Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-06-06T20:28:57.721Z+ home_fs=zfs
112024-06-06T20:28:57.721Z+ [[ zfs == autofs ]]
122024-06-06T20:28:57.721Z+ mkdir -p /home/build
132024-06-06T20:28:57.721Z+ chown build:build /home/build /work
142024-06-06T20:28:59.709Z+ chmod 0700 /home/build /work
152024-06-06T20:28:59.734Zprocess exited: duration 4091 ms, exit code 0
 
162024-06-06T20:28:59.784Zstarting task 1: "rust-toolchain"
172024-06-06T20:28:59.812Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-06-06T20:28:59.812Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
192024-06-06T20:28:59.935Zinfo: downloading installer
202024-06-06T20:29:05.732Zinfo: profile set to 'default'
212024-06-06T20:29:05.732Zinfo: default host triple is x86_64-unknown-illumos
222024-06-06T20:29:05.757Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
232024-06-06T20:29:05.842Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
242024-06-06T20:29:05.843Zinfo: downloading component 'cargo'
252024-06-06T20:29:05.970Zinfo: downloading component 'clippy'
262024-06-06T20:29:06.011Zinfo: downloading component 'rust-docs'
272024-06-06T20:29:06.177Zinfo: downloading component 'rust-std'
282024-06-06T20:29:06.538Zinfo: downloading component 'rustc'
292024-06-06T20:29:07.222Zinfo: downloading component 'rustfmt'
302024-06-06T20:29:07.263Zinfo: installing component 'cargo'
312024-06-06T20:29:08.411Zinfo: installing component 'clippy'
322024-06-06T20:29:08.845Zinfo: installing component 'rust-docs'
332024-06-06T20:29:11.423Zinfo: installing component 'rust-std'
342024-06-06T20:29:13.420Zinfo: installing component 'rustc'
352024-06-06T20:29:18.672Zinfo: installing component 'rustfmt'
362024-06-06T20:29:19.056Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
372024-06-06T20:29:19.056Z
382024-06-06T20:29:19.180Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
392024-06-06T20:29:19.181Z
402024-06-06T20:29:19.181Z
412024-06-06T20:29:19.181ZRust is installed now. Great!
422024-06-06T20:29:19.181Z
432024-06-06T20:29:19.181ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
442024-06-06T20:29:19.208Zenvironment variable. This has not been done automatically.
452024-06-06T20:29:19.208Z
462024-06-06T20:29:19.208ZTo configure your current shell, you need to source
472024-06-06T20:29:19.208Zthe corresponding env file under $HOME/.cargo.
482024-06-06T20:29:19.208Z
492024-06-06T20:29:19.208ZThis is usually done by running one of the following (note the leading DOT):
502024-06-06T20:29:19.208Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
512024-06-06T20:29:19.208Zsource "$HOME/.cargo/env.fish" # For fish
522024-06-06T20:29:19.253Z+ rustc --version
532024-06-06T20:29:19.777Zrustc 1.78.0 (9b00956e5 2024-04-29)
542024-06-06T20:29:20.221Zprocess exited: duration 19586 ms, exit code 0
 
552024-06-06T20:29:20.286Zstarting task 2: "authentication"
562024-06-06T20:29:20.346Zprocess exited: duration 66 ms, exit code 0
 
572024-06-06T20:29:20.398Zstarting task 3: "clone repository"
582024-06-06T20:29:20.423Z+ mkdir -p /work/oxidecomputer/omicron
592024-06-06T20:29:20.423Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
602024-06-06T20:29:20.448ZCloning into '/work/oxidecomputer/omicron'...
612024-06-06T20:29:27.025Z+ cd /work/oxidecomputer/omicron
622024-06-06T20:29:27.025Z+ git fetch origin 8610b4cd2c80ceab6614a5fb940312b0563247ee
632024-06-06T20:29:27.474ZFrom https://github.com/oxidecomputer/omicron
642024-06-06T20:29:27.475Z * branch 8610b4cd2c80ceab6614a5fb940312b0563247ee -> FETCH_HEAD
652024-06-06T20:29:27.505Z+ [[ -n show_versions_working ]]
662024-06-06T20:29:27.505Z++ git branch --show-current
672024-06-06T20:29:27.505Z+ current=main
682024-06-06T20:29:27.506Z+ [[ main != show_versions_working ]]
692024-06-06T20:29:27.506Z+ git branch -f show_versions_working 8610b4cd2c80ceab6614a5fb940312b0563247ee
702024-06-06T20:29:27.506Z+ git checkout -f show_versions_working
712024-06-06T20:29:27.649ZSwitched to branch 'show_versions_working'
722024-06-06T20:29:27.681Z+ git reset --hard 8610b4cd2c80ceab6614a5fb940312b0563247ee
732024-06-06T20:29:27.790ZHEAD is now at 8610b4cd2 Filter available artifacts by signing hash
742024-06-06T20:29:27.842Zprocess exited: duration 7388 ms, exit code 0
 
752024-06-06T20:29:27.917Zstarting task 4: "build"
762024-06-06T20:29:27.956Z+ target_os=illumos
772024-06-06T20:29:27.956Z+ NEXTEST_VERSION=0.9.70
782024-06-06T20:29:27.957Z+ cargo --version
792024-06-06T20:29:28.016Zcargo 1.78.0 (54d8815d0 2024-03-26)
802024-06-06T20:29:28.047Z+ rustc --version
812024-06-06T20:29:28.120Zrustc 1.78.0 (9b00956e5 2024-04-29)
822024-06-06T20:29:28.148Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.70/illumos
832024-06-06T20:29:28.148Z+ gunzip
842024-06-06T20:29:28.148Z+ tar -xvf - -C /home/build/.cargo/bin
852024-06-06T20:29:29.048Zx cargo-nextest, 16766824 bytes, 32748 tape blocks
862024-06-06T20:29:29.100Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
872024-06-06T20:29:29.101Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
882024-06-06T20:29:29.101Ztests will store ephemeral output in /var/tmp/omicron_tmp
892024-06-06T20:29:29.101Z+ mkdir /var/tmp/omicron_tmp
902024-06-06T20:29:29.101Z+ OUTPUT_DIR=/work
912024-06-06T20:29:29.102Z+ echo 'tests will store non-ephemeral output in /work'
922024-06-06T20:29:29.102Ztests will store non-ephemeral output in /work
932024-06-06T20:29:29.102Z+ mkdir -p /work
942024-06-06T20:29:29.102Z+ source ./env.sh
952024-06-06T20:29:29.102Z++ set -o xtrace
962024-06-06T20:29:29.102Z++++ dirname ./env.sh
972024-06-06T20:29:29.102Z+++ readlink -f .
982024-06-06T20:29:29.103Z++ OMICRON_WS=/work/oxidecomputer/omicron
992024-06-06T20:29:29.103Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-06-06T20:29:29.103Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012024-06-06T20:29:29.103Z++ 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
1022024-06-06T20:29:29.103Z++ 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
1032024-06-06T20:29:29.103Z++ 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
1042024-06-06T20:29:29.103Z++ 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
1052024-06-06T20:29:29.104Z++ 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
1062024-06-06T20:29:29.104Z++ 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
1072024-06-06T20:29:29.104Z++ unset OMICRON_WS
1082024-06-06T20:29:29.104Z++ set +o xtrace
1092024-06-06T20:29:29.104Z
1102024-06-06T20:29:29.104Z ##### ##### ###### ##### ###### #### # # # #### #
1112024-06-06T20:29:29.105Z # # # # # # # # # # # # # # #
1122024-06-06T20:29:29.105Z # # # # ##### # # ##### # # # # # #### #
1132024-06-06T20:29:29.105Z ##### ##### # ##### # # # # # # # # #
1142024-06-06T20:29:29.105Z # # # # # # # # # # # # # # #
1152024-06-06T20:29:29.105Z # # # ###### # # ###### ### # #### # #### #
1162024-06-06T20:29:29.105Z
1172024-06-06T20:29:34.522Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-06-06T20:29:36.271Z Startup: Caching catalogs ... Done
1192024-06-06T20:29:38.792ZPlanning: Solver setup ... Done (1.944s)
1202024-06-06T20:29:38.829ZPlanning: Running solver ... Done (0.037s)
1212024-06-06T20:29:38.864ZPlanning: Finding local manifests ... Done (0.002s)
1222024-06-06T20:29:38.959ZPlanning: Fetching manifests: 0/4 0% complete
1232024-06-06T20:29:39.350ZPlanning: Fetching manifests: 4/4 100% complete
1242024-06-06T20:29:39.415ZPlanning: Package planning ... Done (0.065s)
1252024-06-06T20:29:39.476ZPlanning: Merging actions ... Done (0.060s)
1262024-06-06T20:29:39.851ZPlanning: Checking for conflicting actions ... Done (0.375s)
1272024-06-06T20:29:39.886ZPlanning: Consolidating action changes ... Done (0.015s)
1282024-06-06T20:29:40.558ZPlanning: Evaluating mediators ... Done (0.691s)
1292024-06-06T20:29:40.583ZPlanning: Planning completed in 4.24 seconds
1302024-06-06T20:29:40.608Z Packages to install: 4
1312024-06-06T20:29:40.608Z Mediators to change: 2
1322024-06-06T20:29:40.608Z Services to change: 1
1332024-06-06T20:29:40.608Z Estimated space available: 148.89 GB
1342024-06-06T20:29:40.608ZEstimated space to be consumed: 1.45 GB
1352024-06-06T20:29:40.609Z Create boot environment: No
1362024-06-06T20:29:40.609ZCreate backup boot environment: No
1372024-06-06T20:29:40.609Z Rebuild boot archive: No
1382024-06-06T20:29:40.609Z
1392024-06-06T20:29:40.609ZChanged mediators:
1402024-06-06T20:29:40.609Z mediator clang:
1412024-06-06T20:29:40.609Z version: None -> 15 (system default)
1422024-06-06T20:29:40.609Z
1432024-06-06T20:29:40.609Z mediator llvm:
1442024-06-06T20:29:40.609Z version: 14 (system default) -> 15 (system default)
1452024-06-06T20:29:40.609Z
1462024-06-06T20:29:40.609ZChanged packages:
1472024-06-06T20:29:40.609Zhelios-dev
1482024-06-06T20:29:40.609Z developer/build-essential
1492024-06-06T20:29:40.609Z None -> 11-2.0
1502024-06-06T20:29:40.609Z library/libxmlsec1
1512024-06-06T20:29:40.609Z None -> 1.2.35-2.0
1522024-06-06T20:29:40.609Z ooce/developer/clang-15
1532024-06-06T20:29:40.609Z None -> 15.0.7-2.0
1542024-06-06T20:29:40.609Z ooce/developer/llvm-15
1552024-06-06T20:29:40.609Z None -> 15.0.7-2.0
1562024-06-06T20:29:40.609Z
1572024-06-06T20:29:40.609ZServices:
1582024-06-06T20:29:40.610Z restart_fmri:
1592024-06-06T20:29:40.610Z svc:/system/update-man-index:default
1602024-06-06T20:29:40.643Z
1612024-06-06T20:29:40.643ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1622024-06-06T20:29:45.865ZDownload: 1197/3290 items 83.5/212.6MB 39% complete (17.2M/s)
1632024-06-06T20:29:50.875ZDownload: 2347/3290 items 119.7/212.6MB 56% complete (12.0M/s)
1642024-06-06T20:29:55.875ZDownload: 3248/3290 items 193.3/212.6MB 90% complete (10.9M/s)
1652024-06-06T20:29:57.484ZDownload: Completed 212.60 MB in 16.84 seconds (12.6M/s)
1662024-06-06T20:29:57.640Z Actions: 1/3689 actions (Installing new actions)
1672024-06-06T20:30:02.640Z Actions: 3361/3689 actions (Installing new actions)
1682024-06-06T20:30:03.474Z Actions: Completed 3689 actions in 5.83 seconds.
1692024-06-06T20:30:03.819Z Done (0.337s)
1702024-06-06T20:30:03.819Z Done (0.000s)
1712024-06-06T20:30:04.175Z Done (0.364s)
1722024-06-06T20:30:09.364Z Done (5.056s)
1732024-06-06T20:30:09.459Z Done (0.019s)
1742024-06-06T20:30:09.459Z Done (0.000s)
1752024-06-06T20:30:10.028Z Done (0.000s)
1762024-06-06T20:30:10.335ZPlanning: Evaluating mediator changes ... Done
1772024-06-06T20:30:10.537ZPlanning: Checking for conflicting actions ... Done
1782024-06-06T20:30:10.562ZPlanning: Consolidating action changes ... Done
1792024-06-06T20:30:10.874ZPlanning: Evaluating mediators ... Done
1802024-06-06T20:30:10.900ZPlanning: Planning completed in 0.53 seconds
1812024-06-06T20:30:10.925Z Mediators to change: 2
1822024-06-06T20:30:10.925Z Create boot environment: No
1832024-06-06T20:30:10.925ZCreate backup boot environment: No
1842024-06-06T20:30:10.968Z Done
1852024-06-06T20:30:10.969Z Done
1862024-06-06T20:30:11.218Z Done
1872024-06-06T20:30:15.781Z Done
1882024-06-06T20:30:15.880Z Done
1892024-06-06T20:30:15.880Z Done
1902024-06-06T20:30:15.952Z Done
1912024-06-06T20:30:16.702ZPlanning: Evaluating mediator changes ... Done
1922024-06-06T20:30:16.726ZPlanning: Merging actions ... Done
1932024-06-06T20:30:16.949ZPlanning: Checking for conflicting actions ... Done
1942024-06-06T20:30:16.979ZPlanning: Consolidating action changes ... Done
1952024-06-06T20:30:17.273ZPlanning: Evaluating mediators ... Done
1962024-06-06T20:30:17.344ZPlanning: Planning completed in 0.94 seconds
1972024-06-06T20:30:17.389Z Packages to change: 1
1982024-06-06T20:30:17.389Z Mediators to change: 1
1992024-06-06T20:30:17.389Z Services to change: 1
2002024-06-06T20:30:17.390Z Create boot environment: No
2012024-06-06T20:30:17.390ZCreate backup boot environment: Yes
2022024-06-06T20:30:18.941Z Actions: 1/6 actions (Updating modified actions)
2032024-06-06T20:30:18.967Z Actions: Completed 6 actions in 0.00 seconds.
2042024-06-06T20:30:18.967Z Done
2052024-06-06T20:30:18.967Z Done
2062024-06-06T20:30:19.020Z Done
2072024-06-06T20:30:23.561Z Done
2082024-06-06T20:30:23.656Z Done
2092024-06-06T20:30:23.681Z Done
2102024-06-06T20:30:23.733Z Done
2112024-06-06T20:30:24.287ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2122024-06-06T20:30:24.288Zclang system 15 system
2132024-06-06T20:30:24.288Zcsh system system illumos
2142024-06-06T20:30:24.288Zctags system system illumos
2152024-06-06T20:30:24.288Zgcc vendor 12 vendor
2162024-06-06T20:30:24.288Zgcc system 10 system
2172024-06-06T20:30:24.288Zgcc system 7 system
2182024-06-06T20:30:24.288Zgo system 1.20 system
2192024-06-06T20:30:24.288Zgo system 1.19 system
2202024-06-06T20:30:24.288Zllvm system 15 system
2212024-06-06T20:30:24.288Zllvm system 14 system
2222024-06-06T20:30:24.288Zmariadb system 10.6 system
2232024-06-06T20:30:24.288Zmta vendor vendor dma
2242024-06-06T20:30:24.288Zopenjdk system 17 system
2252024-06-06T20:30:24.288Zopenjdk system 11 system
2262024-06-06T20:30:24.288Zopenjdk system 1.8 system
2272024-06-06T20:30:24.288Zopenssl vendor 3 vendor
2282024-06-06T20:30:24.288Zperl system 5.36 system
2292024-06-06T20:30:24.288Zpostgresql system 15 system
2302024-06-06T20:30:24.288Zpostgresql system 13 system
2312024-06-06T20:30:24.288Zpython vendor 3 vendor
2322024-06-06T20:30:24.288Zpython system 2 system
2332024-06-06T20:30:24.288Zpython3 system 3.11 system
2342024-06-06T20:30:24.289Zruby system 3.0 system
2352024-06-06T20:30:24.289Zwords vendor vendor american-english
2362024-06-06T20:30:24.289Zwords system system australian-english
2372024-06-06T20:30:24.289Zwords system system british-english
2382024-06-06T20:30:24.289Zwords system system canadian-english
2392024-06-06T20:30:24.289Zwords system system french
2402024-06-06T20:30:24.289Zwords system system italian
2412024-06-06T20:30:24.289Zwords system system ngerman
2422024-06-06T20:30:24.289Zwords system system ogerman
2432024-06-06T20:30:24.289Zwords system system spanish
2442024-06-06T20:30:24.692ZPUBLISHER TYPE STATUS P LOCATION
2452024-06-06T20:30:24.693Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2462024-06-06T20:30:26.533ZFMRI IFO
2472024-06-06T20:30:26.533Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2482024-06-06T20:30:26.533Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2492024-06-06T20:30:26.533Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2502024-06-06T20:30:26.533Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2512024-06-06T20:30:26.533Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2522024-06-06T20:30:26.533Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2532024-06-06T20:30:26.534Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2542024-06-06T20:30:26.534Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2552024-06-06T20:30:26.534Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2562024-06-06T20:30:26.534Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2572024-06-06T20:30:26.534Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2582024-06-06T20:30:26.534Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2592024-06-06T20:30:27.098Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2602024-06-06T20:30:27.566Z Updating git repository `https://github.com/oxidecomputer/zone`
2612024-06-06T20:30:27.963Z Updating crates.io index
2622024-06-06T20:30:27.988Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2632024-06-06T20:30:28.873Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2642024-06-06T20:30:29.737Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2652024-06-06T20:30:30.167Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2662024-06-06T20:30:32.438Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
2672024-06-06T20:30:33.099Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2682024-06-06T20:30:33.455Z Updating git repository `https://github.com/oxidecomputer/propolis`
2692024-06-06T20:30:34.609Z Updating git repository `https://github.com/oxidecomputer/crucible`
2702024-06-06T20:30:36.883Z Updating git repository `https://github.com/oxidecomputer/opte`
2712024-06-06T20:30:38.060Z Updating git repository `https://github.com/oxidecomputer/falcon`
2722024-06-06T20:30:38.898Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2732024-06-06T20:30:39.703Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2742024-06-06T20:30:40.154Z Updating git repository `http://github.com/oxidecomputer/sprockets`
2752024-06-06T20:30:41.313Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2762024-06-06T20:30:41.725Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2772024-06-06T20:30:42.137Z Updating git repository `http://github.com/oxidecomputer/tofino`
2782024-06-06T20:30:42.593Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2792024-06-06T20:30:42.974Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2802024-06-06T20:30:43.331Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2812024-06-06T20:30:43.753Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2822024-06-06T20:30:44.235Z Updating git repository `https://github.com/oxidecomputer/ispf`
2832024-06-06T20:30:44.718Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2842024-06-06T20:30:45.134Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2852024-06-06T20:30:45.895Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2862024-06-06T20:30:46.412Z Updating git repository `https://github.com/cbiffle/hubpack.git`
2872024-06-06T20:30:46.811Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2882024-06-06T20:30:47.362Z Updating git repository `https://github.com/oxidecomputer/typify`
2892024-06-06T20:30:49.563Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2902024-06-06T20:30:50.033Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2912024-06-06T20:30:50.441Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2922024-06-06T20:30:51.080Z Updating git repository `https://github.com/oxidecomputer/rfb`
2932024-06-06T20:30:52.643Z Downloading crates ...
2942024-06-06T20:30:52.708Z Downloaded anstyle-query v1.0.3
2952024-06-06T20:30:52.734Z Downloaded autocfg v1.3.0
2962024-06-06T20:30:52.734Z Downloaded anstyle-parse v0.2.4
2972024-06-06T20:30:52.734Z Downloaded block-buffer v0.10.4
2982024-06-06T20:30:52.734Z Downloaded anstream v0.6.14
2992024-06-06T20:30:52.734Z Downloaded clap_derive v4.5.4
3002024-06-06T20:30:52.734Z Downloaded cargo-platform v0.1.8
3012024-06-06T20:30:52.734Z Downloaded camino v1.1.7
3022024-06-06T20:30:52.734Z Downloaded ryu v1.0.18
3032024-06-06T20:30:52.760Z Downloaded scopeguard v1.2.0
3042024-06-06T20:30:52.760Z Downloaded slog-term v2.9.1
3052024-06-06T20:30:52.760Z Downloaded utf8parse v0.2.1
3062024-06-06T20:30:52.760Z Downloaded version_check v0.9.4
3072024-06-06T20:30:52.760Z Downloaded unicode-bidi v0.3.15
3082024-06-06T20:30:52.760Z Downloaded want v0.3.1
3092024-06-06T20:30:52.785Z Downloaded try-lock v0.2.5
3102024-06-06T20:30:52.785Z Downloaded terminal_size v0.3.0
3112024-06-06T20:30:52.785Z Downloaded tokio-macros v2.2.0
3122024-06-06T20:30:52.785Z Downloaded tinyvec_macros v0.1.1
3132024-06-06T20:30:52.785Z Downloaded xattr v1.3.1
3142024-06-06T20:30:52.785Z Downloaded unicode-ident v1.0.12
3152024-06-06T20:30:52.785Z Downloaded num_cpus v1.16.0
3162024-06-06T20:30:52.809Z Downloaded winnow v0.6.8
3172024-06-06T20:30:52.810Z Downloaded syn v2.0.64
3182024-06-06T20:30:52.834Z Downloaded powerfmt v0.2.0
3192024-06-06T20:30:52.834Z Downloaded rustls-pemfile v1.0.4
3202024-06-06T20:30:52.834Z Downloaded tokio v1.37.0
3212024-06-06T20:30:52.875Z Downloaded parking_lot v0.12.2
3222024-06-06T20:30:52.900Z Downloaded openssl-sys v0.9.102
3232024-06-06T20:30:52.900Z Downloaded reqwest v0.11.27
3242024-06-06T20:30:52.900Z Downloaded hyper v0.14.28
3252024-06-06T20:30:52.925Z Downloaded rustix v0.38.34
3262024-06-06T20:30:52.950Z Downloaded openssl v0.10.64
3272024-06-06T20:30:52.974Z Downloaded libc v0.2.155
3282024-06-06T20:30:52.999Z Downloaded idna v0.5.0
3292024-06-06T20:30:52.999Z Downloaded h2 v0.3.26
3302024-06-06T20:30:53.027Z Downloaded futures-util v0.3.30
3312024-06-06T20:30:53.027Z Downloaded mio v0.8.11
3322024-06-06T20:30:53.027Z Downloaded encoding_rs v0.8.34
3332024-06-06T20:30:53.052Z Downloaded memchr v2.7.2
3342024-06-06T20:30:53.076Z Downloaded indexmap v2.2.6
3352024-06-06T20:30:53.076Z Downloaded http v0.2.12
3362024-06-06T20:30:53.077Z Downloaded crossbeam-channel v0.5.12
3372024-06-06T20:30:53.077Z Downloaded miniz_oxide v0.7.2
3382024-06-06T20:30:53.077Z Downloaded proc-macro2 v1.0.82
3392024-06-06T20:30:53.077Z Downloaded quote v1.0.36
3402024-06-06T20:30:53.101Z Downloaded pin-project-lite v0.2.14
3412024-06-06T20:30:53.101Z Downloaded parking_lot_core v0.9.10
3422024-06-06T20:30:53.102Z Downloaded log v0.4.21
3432024-06-06T20:30:53.102Z Downloaded ipnet v2.9.0
3442024-06-06T20:30:53.102Z Downloaded httparse v1.8.0
3452024-06-06T20:30:53.102Z Downloaded hostname v0.3.1
3462024-06-06T20:30:53.102Z Downloaded heck v0.4.1
3472024-06-06T20:30:53.102Z Downloaded hashbrown v0.14.5
3482024-06-06T20:30:53.127Z Downloaded generic-array v0.14.7
3492024-06-06T20:30:53.127Z Downloaded futures-task v0.3.30
3502024-06-06T20:30:53.127Z Downloaded futures-channel v0.3.30
3512024-06-06T20:30:53.127Z Downloaded pkg-config v0.3.30
3522024-06-06T20:30:53.127Z Downloaded percent-encoding v2.3.1
3532024-06-06T20:30:53.127Z Downloaded mime v0.3.17
3542024-06-06T20:30:53.127Z Downloaded lock_api v0.4.12
3552024-06-06T20:30:53.127Z Downloaded heck v0.5.0
3562024-06-06T20:30:53.127Z Downloaded futures-executor v0.3.30
3572024-06-06T20:30:53.127Z Downloaded openssl-macros v0.1.1
3582024-06-06T20:30:53.127Z Downloaded num-conv v0.1.0
3592024-06-06T20:30:53.127Z Downloaded fs-err v2.11.0
3602024-06-06T20:30:53.127Z Downloaded unicode-normalization v0.1.23
3612024-06-06T20:30:53.127Z Downloaded tokio-util v0.7.11
3622024-06-06T20:30:53.152Z Downloaded openssl-probe v0.1.5
3632024-06-06T20:30:53.152Z Downloaded hyper-tls v0.5.0
3642024-06-06T20:30:53.152Z Downloaded futures-macro v0.3.30
3652024-06-06T20:30:53.152Z Downloaded tracing-core v0.1.32
3662024-06-06T20:30:53.152Z Downloaded tracing v0.1.40
3672024-06-06T20:30:53.152Z Downloaded toml_edit v0.22.13
3682024-06-06T20:30:53.177Z Downloaded macaddr v1.0.1
3692024-06-06T20:30:53.177Z Downloaded itoa v1.0.11
3702024-06-06T20:30:53.177Z Downloaded http-body v0.4.6
3712024-06-06T20:30:53.202Z Downloaded typenum v1.17.0
3722024-06-06T20:30:53.202Z Downloaded toml_datetime v0.6.6
3732024-06-06T20:30:53.202Z Downloaded toml v0.8.13
3742024-06-06T20:30:53.202Z Downloaded time v0.3.36
3752024-06-06T20:30:53.202Z Downloaded tar v0.4.40
3762024-06-06T20:30:53.202Z Downloaded pin-utils v0.1.0
3772024-06-06T20:30:53.202Z Downloaded once_cell v1.19.0
3782024-06-06T20:30:53.229Z Downloaded tinyvec v1.6.0
3792024-06-06T20:30:53.229Z Downloaded time-macros v0.2.18
3802024-06-06T20:30:53.229Z Downloaded thiserror v1.0.60
3812024-06-06T20:30:53.229Z Downloaded strum_macros v0.26.2
3822024-06-06T20:30:53.230Z Downloaded num_threads v0.1.7
3832024-06-06T20:30:53.230Z Downloaded md5 v0.7.0
3842024-06-06T20:30:53.230Z Downloaded match_cfg v0.1.0
3852024-06-06T20:30:53.230Z Downloaded filetime v0.2.23
3862024-06-06T20:30:53.230Z Downloaded futures v0.3.30
3872024-06-06T20:30:53.254Z Downloaded crypto-common v0.1.6
3882024-06-06T20:30:53.254Z Downloaded tower-service v0.3.2
3892024-06-06T20:30:53.254Z Downloaded tokio-native-tls v0.3.1
3902024-06-06T20:30:53.255Z Downloaded time-core v0.1.2
3912024-06-06T20:30:53.255Z Downloaded thread_local v1.1.8
3922024-06-06T20:30:53.255Z Downloaded thiserror-impl v1.0.60
3932024-06-06T20:30:53.255Z Downloaded swrite v0.1.0
3942024-06-06T20:30:53.255Z Downloaded futures-sink v0.3.30
3952024-06-06T20:30:53.255Z Downloaded errno v0.3.9
3962024-06-06T20:30:53.255Z Downloaded vcpkg v0.2.15
3972024-06-06T20:30:53.292Z Downloaded term v0.7.0
3982024-06-06T20:30:53.318Z Downloaded take_mut v0.2.2
3992024-06-06T20:30:53.318Z Downloaded serde_json v1.0.117
4002024-06-06T20:30:53.318Z Downloaded rustversion v1.0.17
4012024-06-06T20:30:53.318Z Downloaded native-tls v0.2.11
4022024-06-06T20:30:53.318Z Downloaded is_terminal_polyfill v1.70.0
4032024-06-06T20:30:53.319Z Downloaded dirs-sys-next v0.1.2
4042024-06-06T20:30:53.319Z Downloaded sync_wrapper v0.1.2
4052024-06-06T20:30:53.319Z Downloaded strum v0.26.2
4062024-06-06T20:30:53.319Z Downloaded futures-core v0.3.30
4072024-06-06T20:30:53.319Z Downloaded form_urlencoded v1.2.1
4082024-06-06T20:30:53.344Z Downloaded foreign-types v0.3.2
4092024-06-06T20:30:53.344Z Downloaded fnv v1.0.7
4102024-06-06T20:30:53.344Z Downloaded equivalent v1.0.1
4112024-06-06T20:30:53.344Z Downloaded dirs-next v2.0.0
4122024-06-06T20:30:53.344Z Downloaded digest v0.10.7
4132024-06-06T20:30:53.344Z Downloaded crossbeam-utils v0.8.19
4142024-06-06T20:30:53.344Z Downloaded crc32fast v1.4.0
4152024-06-06T20:30:53.344Z Downloaded cpufeatures v0.2.12
4162024-06-06T20:30:53.344Z Downloaded is-terminal v0.4.12
4172024-06-06T20:30:53.344Z Downloaded url v2.5.0
4182024-06-06T20:30:53.344Z Downloaded strsim v0.11.1
4192024-06-06T20:30:53.344Z Downloaded socket2 v0.5.7
4202024-06-06T20:30:53.344Z Downloaded smallvec v1.13.2
4212024-06-06T20:30:53.344Z Downloaded slog-bunyan v2.5.0
4222024-06-06T20:30:53.344Z Downloaded signal-hook-registry v1.4.2
4232024-06-06T20:30:53.370Z Downloaded serde_urlencoded v0.7.1
4242024-06-06T20:30:53.370Z Downloaded serde_spanned v0.6.6
4252024-06-06T20:30:53.370Z Downloaded httpdate v1.0.3
4262024-06-06T20:30:53.370Z Downloaded futures-io v0.3.30
4272024-06-06T20:30:53.370Z Downloaded foreign-types-shared v0.1.1
4282024-06-06T20:30:53.370Z Downloaded slog-json v2.6.1
4292024-06-06T20:30:53.370Z Downloaded slog-async v2.8.0
4302024-06-06T20:30:53.370Z Downloaded slog v2.7.0
4312024-06-06T20:30:53.370Z Downloaded slab v0.4.9
4322024-06-06T20:30:53.370Z Downloaded sha2 v0.10.8
4332024-06-06T20:30:53.370Z Downloaded serde_derive v1.0.203
4342024-06-06T20:30:53.370Z Downloaded serde v1.0.203
4352024-06-06T20:30:53.395Z Downloaded semver v1.0.23
4362024-06-06T20:30:53.395Z Downloaded flate2 v1.0.30
4372024-06-06T20:30:53.395Z Downloaded deranged v0.3.11
4382024-06-06T20:30:53.395Z Downloaded clap v4.5.4
4392024-06-06T20:30:53.395Z Downloaded cfg-if v1.0.0
4402024-06-06T20:30:53.395Z Downloaded cargo_metadata v0.18.1
4412024-06-06T20:30:53.395Z Downloaded bytes v1.6.0
4422024-06-06T20:30:53.420Z Downloaded colorchoice v1.0.1
4432024-06-06T20:30:53.420Z Downloaded clap_builder v4.5.2
4442024-06-06T20:30:53.420Z Downloaded cc v1.0.97
4452024-06-06T20:30:53.420Z Downloaded cargo_toml v0.20.2
4462024-06-06T20:30:53.420Z Downloaded bitflags v2.5.0
4472024-06-06T20:30:53.420Z Downloaded anyhow v1.0.86
4482024-06-06T20:30:53.445Z Downloaded clap_lex v0.7.0
4492024-06-06T20:30:53.445Z Downloaded base64 v0.21.7
4502024-06-06T20:30:53.445Z Downloaded anstyle v1.0.7
4512024-06-06T20:30:53.445Z Downloaded adler v1.0.2
4522024-06-06T20:30:53.576Z Compiling proc-macro2 v1.0.82
4532024-06-06T20:30:53.576Z Compiling unicode-ident v1.0.12
4542024-06-06T20:30:53.576Z Compiling libc v0.2.155
4552024-06-06T20:30:53.601Z Compiling cfg-if v1.0.0
4562024-06-06T20:30:53.601Z Compiling autocfg v1.3.0
4572024-06-06T20:30:53.601Z Compiling serde v1.0.203
4582024-06-06T20:30:53.601Z Compiling itoa v1.0.11
4592024-06-06T20:30:53.601Z Compiling once_cell v1.19.0
4602024-06-06T20:30:53.911Z Compiling pin-project-lite v0.2.14
4612024-06-06T20:30:53.972Z Compiling bitflags v2.5.0
4622024-06-06T20:30:53.998Z Compiling cc v1.0.97
4632024-06-06T20:30:54.039Z Compiling pkg-config v0.3.30
4642024-06-06T20:30:54.186Z Compiling vcpkg v0.2.15
4652024-06-06T20:30:54.375Z Compiling parking_lot_core v0.9.10
4662024-06-06T20:30:54.406Z Compiling futures-sink v0.3.30
4672024-06-06T20:30:54.610Z Compiling scopeguard v1.2.0
4682024-06-06T20:30:54.740Z Compiling lock_api v0.4.12
4692024-06-06T20:30:54.820Z Compiling slab v0.4.9
4702024-06-06T20:30:54.976Z Compiling smallvec v1.13.2
4712024-06-06T20:30:55.151Z Compiling futures-core v0.3.30
4722024-06-06T20:30:55.217Z Compiling bytes v1.6.0
4732024-06-06T20:30:55.366Z Compiling quote v1.0.36
4742024-06-06T20:30:55.788Z Compiling syn v2.0.64
4752024-06-06T20:30:55.974Z Compiling hashbrown v0.14.5
4762024-06-06T20:30:56.002Z Compiling equivalent v1.0.1
4772024-06-06T20:30:56.174Z Compiling parking_lot v0.12.2
4782024-06-06T20:30:56.211Z Compiling signal-hook-registry v1.4.2
4792024-06-06T20:30:56.287Z Compiling socket2 v0.5.7
4802024-06-06T20:30:56.312Z Compiling mio v0.8.11
4812024-06-06T20:30:56.355Z Compiling num_cpus v1.16.0
4822024-06-06T20:30:56.468Z Compiling futures-channel v0.3.30
4832024-06-06T20:30:56.863Z Compiling memchr v2.7.2
4842024-06-06T20:30:56.954Z Compiling rustix v0.38.34
4852024-06-06T20:30:57.026Z Compiling futures-io v0.3.30
4862024-06-06T20:30:57.168Z Compiling indexmap v2.2.6
4872024-06-06T20:30:57.215Z Compiling openssl-sys v0.9.102
4882024-06-06T20:30:57.240Z Compiling pin-utils v0.1.0
4892024-06-06T20:30:57.339Z Compiling typenum v1.17.0
4902024-06-06T20:30:57.364Z Compiling version_check v0.9.4
4912024-06-06T20:30:57.501Z Compiling futures-task v0.3.30
4922024-06-06T20:30:57.811Z Compiling errno v0.3.9
4932024-06-06T20:30:57.847Z Compiling ryu v1.0.18
4942024-06-06T20:30:58.045Z Compiling foreign-types-shared v0.1.1
4952024-06-06T20:30:58.140Z Compiling generic-array v0.14.7
4962024-06-06T20:30:58.165Z Compiling openssl v0.10.64
4972024-06-06T20:30:58.201Z Compiling slog v2.7.0
4982024-06-06T20:30:58.404Z Compiling fnv v1.0.7
4992024-06-06T20:30:58.470Z Compiling foreign-types v0.3.2
5002024-06-06T20:30:58.549Z Compiling http v0.2.12
5012024-06-06T20:30:58.641Z Compiling tracing-core v0.1.32
5022024-06-06T20:30:58.673Z Compiling serde_json v1.0.117
5032024-06-06T20:30:58.820Z Compiling time-core v0.1.2
5042024-06-06T20:30:58.974Z Compiling tinyvec_macros v0.1.1
5052024-06-06T20:30:58.999Z Compiling num-conv v0.1.0
5062024-06-06T20:30:59.059Z Compiling native-tls v0.2.11
5072024-06-06T20:30:59.241Z Compiling httparse v1.8.0
5082024-06-06T20:30:59.329Z Compiling powerfmt v0.2.0
5092024-06-06T20:30:59.648Z Compiling deranged v0.3.11
5102024-06-06T20:30:59.721Z Compiling tracing v0.1.40
5112024-06-06T20:30:59.754Z Compiling time-macros v0.2.18
5122024-06-06T20:30:59.959Z Compiling tinyvec v1.6.0
5132024-06-06T20:31:00.838Z Compiling num_threads v0.1.7
5142024-06-06T20:31:00.887Z Compiling try-lock v0.2.5
5152024-06-06T20:31:00.915Z Compiling rustversion v1.0.17
5162024-06-06T20:31:00.954Z Compiling openssl-probe v0.1.5
5172024-06-06T20:31:01.022Z Compiling percent-encoding v2.3.1
5182024-06-06T20:31:01.156Z Compiling crossbeam-utils v0.8.19
5192024-06-06T20:31:01.181Z Compiling utf8parse v0.2.1
5202024-06-06T20:31:01.260Z Compiling log v0.4.21
5212024-06-06T20:31:01.285Z Compiling form_urlencoded v1.2.1
5222024-06-06T20:31:01.348Z Compiling anstyle-parse v0.2.4
5232024-06-06T20:31:01.375Z Compiling unicode-normalization v0.1.23
5242024-06-06T20:31:01.569Z Compiling want v0.3.1
5252024-06-06T20:31:01.598Z Compiling http-body v0.4.6
5262024-06-06T20:31:01.655Z Compiling dirs-sys-next v0.1.2
5272024-06-06T20:31:01.741Z Compiling camino v1.1.7
5282024-06-06T20:31:01.839Z Compiling tower-service v0.3.2
5292024-06-06T20:31:01.963Z Compiling colorchoice v1.0.1
5302024-06-06T20:31:01.988Z Compiling thiserror v1.0.60
5312024-06-06T20:31:02.117Z Compiling anstyle-query v1.0.3
5322024-06-06T20:31:02.213Z Compiling semver v1.0.23
5332024-06-06T20:31:02.238Z Compiling httpdate v1.0.3
5342024-06-06T20:31:02.238Z Compiling is_terminal_polyfill v1.70.0
5352024-06-06T20:31:02.291Z Compiling crc32fast v1.4.0
5362024-06-06T20:31:02.291Z Compiling unicode-bidi v0.3.15
5372024-06-06T20:31:02.383Z Compiling winnow v0.6.8
5382024-06-06T20:31:02.472Z Compiling anstyle v1.0.7
5392024-06-06T20:31:02.602Z Compiling time v0.3.36
5402024-06-06T20:31:02.795Z Compiling dirs-next v2.0.0
5412024-06-06T20:31:02.820Z Compiling anstream v0.6.14
5422024-06-06T20:31:02.969Z Compiling idna v0.5.0
5432024-06-06T20:31:03.467Z Compiling block-buffer v0.10.4
5442024-06-06T20:31:03.672Z Compiling crypto-common v0.1.6
5452024-06-06T20:31:03.699Z Compiling terminal_size v0.3.0
5462024-06-06T20:31:03.905Z Compiling fs-err v2.11.0
5472024-06-06T20:31:03.931Z Compiling thread_local v1.1.8
5482024-06-06T20:31:03.995Z Compiling slog-async v2.8.0
5492024-06-06T20:31:04.157Z Compiling heck v0.4.1
5502024-06-06T20:31:04.311Z Compiling match_cfg v0.1.0
5512024-06-06T20:31:04.338Z Compiling base64 v0.21.7
5522024-06-06T20:31:04.338Z Compiling anyhow v1.0.86
5532024-06-06T20:31:04.407Z Compiling clap_lex v0.7.0
5542024-06-06T20:31:04.447Z Compiling adler v1.0.2
5552024-06-06T20:31:04.586Z Compiling heck v0.5.0
5562024-06-06T20:31:04.654Z Compiling strsim v0.11.1
5572024-06-06T20:31:04.884Z Compiling rustls-pemfile v1.0.4
5582024-06-06T20:31:05.028Z Compiling clap_builder v4.5.2
5592024-06-06T20:31:05.053Z Compiling miniz_oxide v0.7.2
5602024-06-06T20:31:05.159Z Compiling hostname v0.3.1
5612024-06-06T20:31:05.395Z Compiling digest v0.10.7
5622024-06-06T20:31:05.434Z Compiling url v2.5.0
5632024-06-06T20:31:05.536Z Compiling crossbeam-channel v0.5.12
5642024-06-06T20:31:05.608Z Compiling term v0.7.0
5652024-06-06T20:31:06.000Z Compiling xattr v1.3.1
5662024-06-06T20:31:06.060Z Compiling is-terminal v0.4.12
5672024-06-06T20:31:06.177Z Compiling filetime v0.2.23
5682024-06-06T20:31:06.235Z Compiling encoding_rs v0.8.34
5692024-06-06T20:31:06.398Z Compiling mime v0.3.17
5702024-06-06T20:31:06.468Z Compiling sync_wrapper v0.1.2
5712024-06-06T20:31:06.493Z Compiling take_mut v0.2.2
5722024-06-06T20:31:06.592Z Compiling cpufeatures v0.2.12
5732024-06-06T20:31:06.627Z Compiling ipnet v2.9.0
5742024-06-06T20:31:06.689Z Compiling sha2 v0.10.8
5752024-06-06T20:31:06.837Z Compiling serde_derive v1.0.203
5762024-06-06T20:31:06.911Z Compiling futures-macro v0.3.30
5772024-06-06T20:31:06.949Z Compiling tokio-macros v2.2.0
5782024-06-06T20:31:07.025Z Compiling openssl-macros v0.1.1
5792024-06-06T20:31:07.692Z Compiling thiserror-impl v1.0.60
5802024-06-06T20:31:08.371Z Compiling tokio v1.37.0
5812024-06-06T20:31:08.628Z Compiling futures-util v0.3.30
5822024-06-06T20:31:09.172Z Compiling strum_macros v0.26.2
5832024-06-06T20:31:09.902Z Compiling clap_derive v4.5.4
5842024-06-06T20:31:11.845Z Compiling tar v0.4.40
5852024-06-06T20:31:13.530Z Compiling futures-executor v0.3.30
5862024-06-06T20:31:13.851Z Compiling futures v0.3.30
5872024-06-06T20:31:13.973Z Compiling strum v0.26.2
5882024-06-06T20:31:14.044Z Compiling slog-term v2.9.1
5892024-06-06T20:31:14.106Z Compiling flate2 v1.0.30
5902024-06-06T20:31:14.376Z Compiling clap v4.5.4
5912024-06-06T20:31:14.485Z Compiling md5 v0.7.0
5922024-06-06T20:31:14.708Z Compiling swrite v0.1.0
5932024-06-06T20:31:15.230Z Compiling tokio-util v0.7.11
5942024-06-06T20:31:15.230Z Compiling tokio-native-tls v0.3.1
5952024-06-06T20:31:15.936Z Compiling h2 v0.3.26
5962024-06-06T20:31:18.620Z Compiling toml_datetime v0.6.6
5972024-06-06T20:31:18.621Z Compiling serde_spanned v0.6.6
5982024-06-06T20:31:18.904Z Compiling serde_urlencoded v0.7.1
5992024-06-06T20:31:18.973Z Compiling toml_edit v0.22.13
6002024-06-06T20:31:19.008Z Compiling cargo-platform v0.1.8
6012024-06-06T20:31:19.396Z Compiling macaddr v1.0.1
6022024-06-06T20:31:19.609Z Compiling hyper v0.14.28
6032024-06-06T20:31:20.046Z Compiling slog-json v2.6.1
6042024-06-06T20:31:20.088Z Compiling cargo_metadata v0.18.1
6052024-06-06T20:31:20.370Z Compiling slog-bunyan v2.5.0
6062024-06-06T20:31:21.383Z Compiling toml v0.8.13
6072024-06-06T20:31:22.171Z Compiling cargo_toml v0.20.2
6082024-06-06T20:31:22.683Z Compiling hyper-tls v0.5.0
6092024-06-06T20:31:22.908Z Compiling reqwest v0.11.27
6102024-06-06T20:31:28.966Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6112024-06-06T20:31:38.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
6122024-06-06T20:31:38.544Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
6132024-06-06T20:31:38.614ZJun 06 20:31:37.776 INFO Starting download, target: Clickhouse
6142024-06-06T20:31:38.614ZJun 06 20:31:37.777 INFO Starting download, target: Cockroach
6152024-06-06T20:31:38.614ZJun 06 20:31:37.777 INFO Starting download, target: Console
6162024-06-06T20:31:38.639ZJun 06 20:31:37.777 INFO Starting download, target: DendriteOpenapi
6172024-06-06T20:31:38.639ZJun 06 20:31:37.777 INFO Starting download, target: DendriteStub
6182024-06-06T20:31:38.639ZJun 06 20:31:37.777 INFO Starting download, target: MaghemiteMgd
6192024-06-06T20:31:38.639ZJun 06 20:31:37.777 INFO Starting download, target: TransceiverControl
6202024-06-06T20:31:38.639ZJun 06 20:31:37.779 INFO Downloading out/downloads/console.tar.gz, target: Console
6212024-06-06T20:31:38.639ZJun 06 20:31:37.779 INFO Downloading out/downloads/xcvradm.gz, target: TransceiverControl
6222024-06-06T20:31:38.639ZJun 06 20:31:37.779 INFO Downloading out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json, target: DendriteOpenapi
6232024-06-06T20:31:38.639ZJun 06 20:31:37.779 INFO Downloading out/downloads/mgd.tar.gz, target: MaghemiteMgd
6242024-06-06T20:31:38.639ZJun 06 20:31:37.779 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
6252024-06-06T20:31:38.639ZJun 06 20:31:37.779 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz, target: Clickhouse
6262024-06-06T20:31:38.639ZJun 06 20:31:37.779 INFO Downloading out/downloads/dendrite-stub.tar.gz, target: DendriteStub
6272024-06-06T20:31:39.415ZJun 06 20:31:38.575 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
6282024-06-06T20:31:39.766ZJun 06 20:31:38.926 INFO Download complete, target: Console
6292024-06-06T20:31:40.638ZJun 06 20:31:39.782 INFO Download complete, target: DendriteOpenapi
6302024-06-06T20:31:43.880ZJun 06 20:31:43.037 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
6312024-06-06T20:31:44.695ZJun 06 20:31:43.858 INFO Download complete, target: TransceiverControl
6322024-06-06T20:31:45.069ZJun 06 20:31:44.232 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
6332024-06-06T20:31:45.069ZJun 06 20:31:44.232 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
6342024-06-06T20:31:48.668ZJun 06 20:31:47.824 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
6352024-06-06T20:31:49.040ZJun 06 20:31:48.203 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
6362024-06-06T20:31:52.064ZJun 06 20:31:51.228 INFO Download complete, target: DendriteStub
6372024-06-06T20:31:52.675ZJun 06 20:31:51.838 INFO Download complete, target: MaghemiteMgd
6382024-06-06T20:31:55.433ZJun 06 20:31:54.596 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
6392024-06-06T20:31:55.908ZJun 06 20:31:55.072 INFO Checking that binary works, target: Cockroach
6402024-06-06T20:31:56.124ZJun 06 20:31:55.289 INFO Download complete, target: Cockroach
6412024-06-06T20:32:00.864ZJun 06 20:32:00.028 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
6422024-06-06T20:32:18.078ZJun 06 20:32:17.244 INFO Checking that binary works, target: Clickhouse
6432024-06-06T20:32:18.213ZJun 06 20:32:17.379 INFO Download complete, target: Clickhouse
6442024-06-06T20:32:18.247ZAll builder prerequisites installed successfully, and PATH looks valid
6452024-06-06T20:32:18.272Z
6462024-06-06T20:32:18.272Zreal 2:49.203308450
6472024-06-06T20:32:18.272Zuser 4:42.395913158
6482024-06-06T20:32:18.272Zsys 1:12.283420252
6492024-06-06T20:32:18.273Ztrap 0.164527593
6502024-06-06T20:32:18.273Ztflt 0.178175625
6512024-06-06T20:32:18.273Zdflt 1.089327216
6522024-06-06T20:32:18.273Zkflt 0.007380318
6532024-06-06T20:32:18.273Zlock 15:55.262855459
6542024-06-06T20:32:18.273Zslp 12:06.480884604
6552024-06-06T20:32:18.273Zlat 21.564638943
6562024-06-06T20:32:18.273Zstop 46.323506242
6572024-06-06T20:32:18.273Z
6582024-06-06T20:32:18.273Z ##### # # # # #####
6592024-06-06T20:32:18.273Z # # # # # # # #
6602024-06-06T20:32:18.273Z ##### # # # # # #
6612024-06-06T20:32:18.273Z # # # # # # # #
6622024-06-06T20:32:18.273Z # # # # # # # #
6632024-06-06T20:32:18.273Z ##### #### # ###### #####
6642024-06-06T20:32:18.273Z
6652024-06-06T20:32:19.154Z Downloading crates ...
6662024-06-06T20:32:19.344Z Downloaded arrayref v0.3.7
6672024-06-06T20:32:19.373Z Downloaded byteorder v1.5.0
6682024-06-06T20:32:19.373Z Downloaded indicatif v0.17.8
6692024-06-06T20:32:19.373Z Downloaded hyper-util v0.1.3
6702024-06-06T20:32:19.400Z Downloaded matches v0.1.10
6712024-06-06T20:32:19.400Z Downloaded parse-size v1.0.0
6722024-06-06T20:32:19.401Z Downloaded number_prefix v0.4.0
6732024-06-06T20:32:19.401Z Downloaded oso-derive v0.27.3
6742024-06-06T20:32:19.430Z Downloaded waitgroup v0.1.2
6752024-06-06T20:32:19.430Z Downloaded serde-big-array v0.5.1
6762024-06-06T20:32:19.430Z Downloaded tabwriter v1.4.0
6772024-06-06T20:32:19.431Z Downloaded stable_deref_trait v1.2.0
6782024-06-06T20:32:19.431Z Downloaded dirs v5.0.1
6792024-06-06T20:32:19.431Z Downloaded dtrace-parser v0.2.0
6802024-06-06T20:32:19.460Z Downloaded dyn-clone v1.0.17
6812024-06-06T20:32:19.461Z Downloaded derive_builder_macro v0.20.0
6822024-06-06T20:32:19.461Z Downloaded phf_shared v0.10.0
6832024-06-06T20:32:19.461Z Downloaded peg-runtime v0.8.3
6842024-06-06T20:32:19.461Z Downloaded smallvec v0.6.14
6852024-06-06T20:32:19.461Z Downloaded plotters-svg v0.3.5
6862024-06-06T20:32:19.462Z Downloaded guppy-workspace-hack v0.1.0
6872024-06-06T20:32:19.462Z Downloaded stability v0.2.0
6882024-06-06T20:32:19.491Z Downloaded hash32 v0.2.1
6892024-06-06T20:32:19.492Z Downloaded rtoolbox v0.0.2
6902024-06-06T20:32:19.492Z Downloaded fragile v2.0.0
6912024-06-06T20:32:19.492Z Downloaded rand_xorshift v0.3.0
6922024-06-06T20:32:19.492Z Downloaded zone_cfg_derive v0.1.2
6932024-06-06T20:32:19.492Z Downloaded radium v0.7.0
6942024-06-06T20:32:19.521Z Downloaded endian-type v0.1.2
6952024-06-06T20:32:19.521Z Downloaded signature v2.2.0
6962024-06-06T20:32:19.521Z Downloaded pretty-hex v0.4.1
6972024-06-06T20:32:19.521Z Downloaded path-slash v0.1.5
6982024-06-06T20:32:19.521Z Downloaded psl-types v2.0.11
6992024-06-06T20:32:19.521Z Downloaded usdt-macro v0.5.0
7002024-06-06T20:32:19.521Z Downloaded tower-layer v0.3.2
7012024-06-06T20:32:19.522Z Downloaded utf-8 v0.7.6
7022024-06-06T20:32:19.522Z Downloaded which v4.4.2
7032024-06-06T20:32:19.551Z Downloaded escape8259 v0.5.2
7042024-06-06T20:32:19.551Z Downloaded toolchain_find v0.4.0
7052024-06-06T20:32:19.551Z Downloaded wyz v0.5.1
7062024-06-06T20:32:19.551Z Downloaded rustc_version v0.4.0
7072024-06-06T20:32:19.551Z Downloaded tiny-keccak v2.0.2
7082024-06-06T20:32:19.552Z Downloaded rfc6979 v0.4.0
7092024-06-06T20:32:19.552Z Downloaded resolv-conf v0.7.0
7102024-06-06T20:32:19.552Z Downloaded hyper-rustls v0.24.2
7112024-06-06T20:32:19.552Z Downloaded rpassword v7.3.1
7122024-06-06T20:32:19.552Z Downloaded ghash v0.5.1
7132024-06-06T20:32:19.582Z Downloaded ron v0.7.1
7142024-06-06T20:32:19.582Z Downloaded ref-cast-impl v1.0.23
7152024-06-06T20:32:19.582Z Downloaded rsa v0.9.6
7162024-06-06T20:32:19.582Z Downloaded quick-xml v0.31.0
7172024-06-06T20:32:19.582Z Downloaded ron v0.8.1
7182024-06-06T20:32:19.609Z Downloaded hyper v1.3.1
7192024-06-06T20:32:19.609Z Downloaded tokio-postgres v0.7.10
7202024-06-06T20:32:19.609Z Downloaded regex-syntax v0.8.3
7212024-06-06T20:32:19.642Z Downloaded regress v0.9.1
7222024-06-06T20:32:19.643Z Downloaded regex-automata v0.1.10
7232024-06-06T20:32:19.674Z Downloaded smoltcp v0.9.1
7242024-06-06T20:32:19.674Z Downloaded regex-syntax v0.6.29
7252024-06-06T20:32:19.704Z Downloaded regex v1.10.4
7262024-06-06T20:32:19.704Z Downloaded petgraph v0.6.5
7272024-06-06T20:32:19.733Z Downloaded regex-automata v0.4.6
7282024-06-06T20:32:19.758Z Downloaded sha3 v0.10.8
7292024-06-06T20:32:19.758Z Downloaded ratatui v0.26.2
7302024-06-06T20:32:19.783Z Downloaded smoltcp v0.11.0
7312024-06-06T20:32:19.783Z Downloaded gimli v0.28.1
7322024-06-06T20:32:19.808Z Downloaded polar-core v0.27.3
7332024-06-06T20:32:19.808Z Downloaded zerocopy v0.7.34
7342024-06-06T20:32:19.836Z Downloaded proptest v1.4.0
7352024-06-06T20:32:19.862Z Downloaded rayon v1.10.0
7362024-06-06T20:32:19.862Z Downloaded finl_unicode v1.2.0
7372024-06-06T20:32:19.862Z Downloaded hkdf v0.12.4
7382024-06-06T20:32:19.887Z Downloaded openapiv3 v2.0.0
7392024-06-06T20:32:19.887Z Downloaded csv v1.3.0
7402024-06-06T20:32:19.912Z Downloaded reedline v0.31.0
7412024-06-06T20:32:19.937Z Downloaded zerocopy-derive v0.6.6
7422024-06-06T20:32:19.937Z Downloaded serde_with v3.8.1
7432024-06-06T20:32:19.963Z Downloaded rustls v0.22.4
7442024-06-06T20:32:19.963Z Downloaded rustls v0.21.12
7452024-06-06T20:32:19.990Z Downloaded toml_edit v0.19.15
7462024-06-06T20:32:20.015Z Downloaded sled v0.34.7
7472024-06-06T20:32:20.015Z Downloaded ring v0.17.8
7482024-06-06T20:32:20.101Z Downloaded ring v0.16.20
7492024-06-06T20:32:20.190Z Downloaded bzip2-sys v0.1.11+1.0.8
7502024-06-06T20:32:20.222Z Downloaded webpki-roots v0.25.4
7512024-06-06T20:32:20.223Z Downloaded syn v1.0.109
7522024-06-06T20:32:20.254Z Downloaded object v0.30.4
7532024-06-06T20:32:20.254Z Downloaded radix_trie v0.2.1
7542024-06-06T20:32:20.254Z Downloaded portable-atomic v1.6.0
7552024-06-06T20:32:20.255Z Downloaded plotters v0.3.5
7562024-06-06T20:32:20.285Z Downloaded object v0.32.2
7572024-06-06T20:32:20.285Z Downloaded nix v0.28.0
7582024-06-06T20:32:20.285Z Downloaded nix v0.27.1
7592024-06-06T20:32:20.312Z Downloaded getrandom v0.1.16
7602024-06-06T20:32:20.312Z Downloaded zerocopy v0.6.6
7612024-06-06T20:32:20.312Z Downloaded winnow v0.5.40
7622024-06-06T20:32:20.312Z Downloaded publicsuffix v2.2.3
7632024-06-06T20:32:20.337Z Downloaded toml v0.5.11
7642024-06-06T20:32:20.337Z Downloaded rustls-webpki v0.102.4
7652024-06-06T20:32:20.338Z Downloaded heapless v0.8.0
7662024-06-06T20:32:20.365Z Downloaded unicode-segmentation v1.11.0
7672024-06-06T20:32:20.365Z Downloaded serde_yaml v0.9.34+deprecated
7682024-06-06T20:32:20.366Z Downloaded rayon-core v1.12.1
7692024-06-06T20:32:20.366Z Downloaded trust-dns-proto v0.22.0
7702024-06-06T20:32:20.390Z Downloaded diesel v2.1.6
7712024-06-06T20:32:20.391Z Downloaded getrandom v0.2.14
7722024-06-06T20:32:20.416Z Downloaded tokio-rustls v0.24.1
7732024-06-06T20:32:20.416Z Downloaded yasna v0.5.2
7742024-06-06T20:32:20.416Z Downloaded tower v0.4.13
7752024-06-06T20:32:20.416Z Downloaded tough v0.17.1
7762024-06-06T20:32:20.416Z Downloaded sqlparser v0.45.0
7772024-06-06T20:32:20.448Z Downloaded fancy-regex v0.13.0
7782024-06-06T20:32:20.448Z Downloaded expectorate v1.1.0
7792024-06-06T20:32:20.448Z Downloaded trust-dns-client v0.22.0
7802024-06-06T20:32:20.448Z Downloaded toml v0.7.8
7812024-06-06T20:32:20.448Z Downloaded similar v2.5.0
7822024-06-06T20:32:20.474Z Downloaded unicode_categories v0.1.1
7832024-06-06T20:32:20.474Z Downloaded x509-cert v0.2.5
7842024-06-06T20:32:20.474Z Downloaded rand v0.7.3
7852024-06-06T20:32:20.474Z Downloaded rcgen v0.12.1
7862024-06-06T20:32:20.474Z Downloaded elliptic-curve v0.13.8
7872024-06-06T20:32:20.474Z Downloaded heapless v0.7.17
7882024-06-06T20:32:20.474Z Downloaded relative-path v1.9.3
7892024-06-06T20:32:20.474Z Downloaded tls_codec_derive v0.4.1
7902024-06-06T20:32:20.503Z Downloaded ff v0.13.0
7912024-06-06T20:32:20.503Z Downloaded fd-lock v4.0.2
7922024-06-06T20:32:20.503Z Downloaded topological-sort v0.2.2
7932024-06-06T20:32:20.503Z Downloaded defmt-macros v0.3.9
7942024-06-06T20:32:20.504Z Downloaded goblin v0.8.2
7952024-06-06T20:32:20.504Z Downloaded tabled v0.15.0
7962024-06-06T20:32:20.534Z Downloaded tls_codec v0.4.1
7972024-06-06T20:32:20.534Z Downloaded rustls-native-certs v0.7.0
7982024-06-06T20:32:20.535Z Downloaded fatfs v0.3.6
7992024-06-06T20:32:20.535Z Downloaded data-encoding v2.6.0
8002024-06-06T20:32:20.535Z Downloaded pretty_assertions v1.4.0
8012024-06-06T20:32:20.535Z Downloaded ed25519-dalek v2.1.1
8022024-06-06T20:32:20.535Z Downloaded ref-cast v1.0.23
8032024-06-06T20:32:20.536Z Downloaded hostname v0.4.0
8042024-06-06T20:32:20.536Z Downloaded glob v0.3.1
8052024-06-06T20:32:20.536Z Downloaded rustls-pemfile v2.1.2
8062024-06-06T20:32:20.570Z Downloaded rustfmt-wrapper v0.2.1
8072024-06-06T20:32:20.570Z Downloaded yansi v0.5.1
8082024-06-06T20:32:20.570Z Downloaded thread-id v4.2.1
8092024-06-06T20:32:20.571Z Downloaded rand v0.8.5
8102024-06-06T20:32:20.571Z Downloaded rustyline v14.0.0
8112024-06-06T20:32:20.571Z Downloaded tinytemplate v1.2.1
8122024-06-06T20:32:20.571Z Downloaded rustls-pki-types v1.7.0
8132024-06-06T20:32:20.571Z Downloaded erased-serde v0.3.31
8142024-06-06T20:32:20.571Z Downloaded env_logger v0.10.2
8152024-06-06T20:32:20.571Z Downloaded test-strategy v0.3.1
8162024-06-06T20:32:20.572Z Downloaded headers v0.3.9
8172024-06-06T20:32:20.572Z Downloaded unsafe-libyaml v0.2.11
8182024-06-06T20:32:21.018Z Downloaded usdt-impl v0.5.0
8192024-06-06T20:32:21.018Z Downloaded tracing-attributes v0.1.27
8202024-06-06T20:32:21.019Z Downloaded quick-error v1.2.3
8212024-06-06T20:32:21.019Z Downloaded ppv-lite86 v0.2.17
8222024-06-06T20:32:21.019Z Downloaded ed25519 v1.5.3
8232024-06-06T20:32:21.019Z Downloaded httptest v0.15.5
8242024-06-06T20:32:21.019Z Downloaded http v1.1.0
8252024-06-06T20:32:21.019Z Downloaded textwrap v0.16.1
8262024-06-06T20:32:21.020Z Downloaded target-lexicon v0.12.14
8272024-06-06T20:32:21.020Z Downloaded whoami v1.5.1
8282024-06-06T20:32:21.020Z Downloaded predicates v3.1.0
8292024-06-06T20:32:21.020Z Downloaded prettyplease v0.2.20
8302024-06-06T20:32:21.020Z Downloaded fastrand v2.1.0
8312024-06-06T20:32:21.020Z Downloaded fallible-iterator v0.2.0
8322024-06-06T20:32:21.020Z Downloaded darling_macro v0.20.9
8332024-06-06T20:32:21.021Z Downloaded defmt v0.3.8
8342024-06-06T20:32:21.055Z Downloaded tokio-tungstenite v0.21.0
8352024-06-06T20:32:21.056Z Downloaded proc-macro-error-attr v1.0.4
8362024-06-06T20:32:21.056Z Downloaded guppy v0.17.5
8372024-06-06T20:32:21.056Z Downloaded threadpool v1.8.1
8382024-06-06T20:32:21.056Z Downloaded thiserror-impl-no-std v2.0.2
8392024-06-06T20:32:21.056Z Downloaded curve25519-dalek v4.1.2
8402024-06-06T20:32:21.056Z Downloaded thiserror-no-std v2.0.2
8412024-06-06T20:32:21.056Z Downloaded serde_with_macros v3.8.1
8422024-06-06T20:32:21.056Z Downloaded signal-hook v0.3.17
8432024-06-06T20:32:21.056Z Downloaded darling_core v0.20.9
8442024-06-06T20:32:21.056Z Downloaded zip v0.6.6
8452024-06-06T20:32:21.057Z Downloaded tempfile v3.10.1
8462024-06-06T20:32:21.057Z Downloaded hmac v0.12.1
8472024-06-06T20:32:21.057Z Downloaded tokio-tungstenite v0.20.1
8482024-06-06T20:32:21.057Z Downloaded tokio-stream v0.1.15
8492024-06-06T20:32:21.057Z Downloaded tokio-rustls v0.25.0
8502024-06-06T20:32:21.057Z Downloaded proc-macro-error v1.0.4
8512024-06-06T20:32:21.057Z Downloaded primeorder v0.13.6
8522024-06-06T20:32:21.057Z Downloaded rand_chacha v0.2.2
8532024-06-06T20:32:21.057Z Downloaded humantime v2.1.0
8542024-06-06T20:32:21.057Z Downloaded termios v0.3.3
8552024-06-06T20:32:21.057Z Downloaded precomputed-hash v0.1.1
8562024-06-06T20:32:21.057Z Downloaded pbkdf2 v0.11.0
8572024-06-06T20:32:21.057Z Downloaded debug-ignore v1.0.5
8582024-06-06T20:32:21.057Z Downloaded datatest-stable v0.2.9
8592024-06-06T20:32:21.057Z Downloaded env_logger v0.9.3
8602024-06-06T20:32:21.058Z Downloaded rand_chacha v0.3.1
8612024-06-06T20:32:21.058Z Downloaded russh v0.43.0
8622024-06-06T20:32:21.058Z Downloaded pathdiff v0.2.1
8632024-06-06T20:32:21.058Z Downloaded proc-macro-crate v1.3.1
8642024-06-06T20:32:21.058Z Downloaded predicates-core v1.0.6
8652024-06-06T20:32:21.058Z Downloaded serde_tokenstream v0.2.0
8662024-06-06T20:32:21.058Z Downloaded serde_plain v1.0.2
8672024-06-06T20:32:21.058Z Downloaded rust-argon2 v2.1.0
8682024-06-06T20:32:21.058Z Downloaded trust-dns-server v0.22.1
8692024-06-06T20:32:21.058Z Downloaded socket2 v0.4.10
8702024-06-06T20:32:21.058Z Downloaded snafu v0.8.2
8712024-06-06T20:32:21.059Z Downloaded predicates-tree v1.0.9
8722024-06-06T20:32:21.059Z Downloaded enum-as-inner v0.5.1
8732024-06-06T20:32:21.059Z Downloaded sigpipe v0.1.3
8742024-06-06T20:32:21.059Z Downloaded zerocopy-derive v0.7.34
8752024-06-06T20:32:21.059Z Downloaded pretty-hex v0.2.1
8762024-06-06T20:32:21.059Z Downloaded ed25519 v2.2.3
8772024-06-06T20:32:21.059Z Downloaded hubpack v0.1.2
8782024-06-06T20:32:21.059Z Downloaded getopts v0.2.21
8792024-06-06T20:32:21.059Z Downloaded gethostname v0.4.3
8802024-06-06T20:32:21.060Z Downloaded futures-timer v3.0.3
8812024-06-06T20:32:21.060Z Downloaded embedded-io v0.4.0
8822024-06-06T20:32:21.060Z Downloaded typed-path v0.7.1
8832024-06-06T20:32:21.060Z Downloaded signature v1.6.4
8842024-06-06T20:32:21.060Z Downloaded signal-hook-mio v0.2.3
8852024-06-06T20:32:21.060Z Downloaded shlex v1.3.0
8862024-06-06T20:32:21.060Z Downloaded shell-words v1.1.0
8872024-06-06T20:32:21.060Z Downloaded zeroize v1.7.0
8882024-06-06T20:32:21.060Z Downloaded funty v2.0.0
8892024-06-06T20:32:21.060Z Downloaded flume v0.11.0
8902024-06-06T20:32:21.060Z Downloaded ena v0.14.3
8912024-06-06T20:32:21.061Z Downloaded target-spec v3.1.0
8922024-06-06T20:32:21.061Z Downloaded tap v1.0.1
8932024-06-06T20:32:21.061Z Downloaded rustc-demangle v0.1.24
8942024-06-06T20:32:21.061Z Downloaded hashbrown v0.13.2
8952024-06-06T20:32:21.061Z Downloaded hashbrown v0.12.3
8962024-06-06T20:32:21.061Z Downloaded universal-hash v0.5.1
8972024-06-06T20:32:21.061Z Downloaded trust-dns-resolver v0.22.0
8982024-06-06T20:32:21.061Z Downloaded pest v2.7.10
8992024-06-06T20:32:21.062Z Downloaded signal-hook-tokio v0.3.1
9002024-06-06T20:32:21.062Z Downloaded r2d2 v0.8.10
9012024-06-06T20:32:21.062Z Downloaded hubpack_derive v0.1.1
9022024-06-06T20:32:21.062Z Downloaded darling v0.20.9
9032024-06-06T20:32:21.062Z Downloaded zone v0.1.8
9042024-06-06T20:32:21.062Z Downloaded serde_derive_internals v0.29.1
9052024-06-06T20:32:21.062Z Downloaded http-range v0.1.5
9062024-06-06T20:32:21.062Z Downloaded http-body v1.0.0
9072024-06-06T20:32:21.062Z Downloaded sha1 v0.10.6
9082024-06-06T20:32:21.063Z Downloaded serde_path_to_error v0.1.16
9092024-06-06T20:32:21.063Z Downloaded termcolor v1.4.1
9102024-06-06T20:32:21.063Z Downloaded rustc_version v0.1.7
9112024-06-06T20:32:21.063Z Downloaded rustc-hash v1.1.0
9122024-06-06T20:32:21.063Z Downloaded highway v1.1.0
9132024-06-06T20:32:21.063Z Downloaded half v2.4.1
9142024-06-06T20:32:21.064Z Downloaded zeroize_derive v1.4.2
9152024-06-06T20:32:21.064Z Downloaded serde_repr v0.1.19
9162024-06-06T20:32:21.064Z Downloaded serde_arrays v0.1.0
9172024-06-06T20:32:21.064Z Downloaded serde-hex v0.1.0
9182024-06-06T20:32:21.064Z Downloaded rusty-fork v0.3.0
9192024-06-06T20:32:21.064Z Downloaded fxhash v0.2.1
9202024-06-06T20:32:21.064Z Downloaded spin v0.9.8
9212024-06-06T20:32:21.064Z Downloaded russh-keys v0.43.0
9222024-06-06T20:32:21.065Z Downloaded rstest_macros v0.19.0
9232024-06-06T20:32:21.065Z Downloaded hex v0.4.3
9242024-06-06T20:32:21.065Z Downloaded heck v0.3.3
9252024-06-06T20:32:21.065Z Downloaded usdt v0.5.0
9262024-06-06T20:32:21.065Z Downloaded tungstenite v0.21.0
9272024-06-06T20:32:21.065Z Downloaded tungstenite v0.20.1
9282024-06-06T20:32:21.065Z Downloaded snafu-derive v0.8.2
9292024-06-06T20:32:21.065Z Downloaded postcard v1.0.8
9302024-06-06T20:32:21.065Z Downloaded platforms v3.4.0
9312024-06-06T20:32:21.065Z Downloaded rand_seeder v0.2.3
9322024-06-06T20:32:21.065Z Downloaded rand_core v0.6.4
9332024-06-06T20:32:21.065Z Downloaded rand_core v0.5.1
9342024-06-06T20:32:21.559Z Downloaded float-cmp v0.9.0
9352024-06-06T20:32:21.559Z Downloaded flagset v0.4.5
9362024-06-06T20:32:21.559Z Downloaded home v0.5.9
9372024-06-06T20:32:21.559Z Downloaded unicode-width v0.1.12
9382024-06-06T20:32:21.559Z Downloaded foreign-types-shared v0.3.1
9392024-06-06T20:32:21.560Z Downloaded foreign-types-macros v0.2.3
9402024-06-06T20:32:21.560Z Downloaded foreign-types v0.5.0
9412024-06-06T20:32:21.560Z Downloaded fixedbitset v0.4.2
9422024-06-06T20:32:21.560Z Downloaded either v1.12.0
9432024-06-06T20:32:21.560Z Downloaded termtree v0.4.1
9442024-06-06T20:32:21.560Z Downloaded sqlformat v0.2.3
9452024-06-06T20:32:21.560Z Downloaded spki v0.7.3
9462024-06-06T20:32:21.561Z Downloaded spin v0.5.2
9472024-06-06T20:32:21.561Z Downloaded siphasher v0.3.11
9482024-06-06T20:32:21.561Z Downloaded similar-asserts v1.5.0
9492024-06-06T20:32:21.561Z Downloaded rstest v0.19.0
9502024-06-06T20:32:21.561Z Downloaded globset v0.4.14
9512024-06-06T20:32:21.561Z Downloaded untrusted v0.9.0
9522024-06-06T20:32:21.561Z Downloaded untrusted v0.7.1
9532024-06-06T20:32:21.561Z Downloaded unicode-xid v0.2.4
9542024-06-06T20:32:21.561Z Downloaded ucd-trie v0.1.6
9552024-06-06T20:32:21.562Z Downloaded postgres-types v0.2.6
9562024-06-06T20:32:21.562Z Downloaded pin-project v1.1.5
9572024-06-06T20:32:21.562Z Downloaded der v0.7.9
9582024-06-06T20:32:21.562Z Downloaded hex-literal v0.4.1
9592024-06-06T20:32:21.562Z Downloaded headers-core v0.2.0
9602024-06-06T20:32:21.562Z Downloaded usdt-attr-macro v0.5.0
9612024-06-06T20:32:21.562Z Downloaded unicode-linebreak v0.1.5
9622024-06-06T20:32:21.563Z Downloaded unicase v2.7.0
9632024-06-06T20:32:21.563Z Downloaded unarray v0.1.4
9642024-06-06T20:32:21.563Z Downloaded trybuild v1.0.96
9652024-06-06T20:32:21.563Z Downloaded pkcs1 v0.7.5
9662024-06-06T20:32:21.563Z Downloaded rustls-webpki v0.101.7
9672024-06-06T20:32:21.563Z Downloaded group v0.13.0
9682024-06-06T20:32:21.563Z Downloaded plotters-backend v0.3.5
9692024-06-06T20:32:21.563Z Downloaded pkcs8 v0.10.2
9702024-06-06T20:32:21.564Z Downloaded pest_meta v2.7.10
9712024-06-06T20:32:21.564Z Downloaded sqlparser_derive v0.2.2
9722024-06-06T20:32:21.564Z Downloaded russh-cryptovec v0.7.2
9732024-06-06T20:32:21.564Z Downloaded hash32 v0.3.1
9742024-06-06T20:32:21.564Z Downloaded postgres-protocol v0.6.6
9752024-06-06T20:32:21.564Z Downloaded plain v0.2.3
9762024-06-06T20:32:21.564Z Downloaded pin-project-internal v1.1.5
9772024-06-06T20:32:21.565Z Downloaded tui-tree-widget v0.19.0
9782024-06-06T20:32:21.565Z Downloaded smf v0.2.3
9792024-06-06T20:32:21.565Z Downloaded smawk v0.3.2
9802024-06-06T20:32:21.565Z Downloaded slog-stdlog v4.1.1
9812024-06-06T20:32:21.565Z Downloaded slog-scope v4.4.0
9822024-06-06T20:32:21.565Z Downloaded poly1305 v0.8.0
9832024-06-06T20:32:21.565Z Downloaded pest_derive v2.7.10
9842024-06-06T20:32:21.566Z Downloaded dhcproto v0.11.0
9852024-06-06T20:32:21.566Z Downloaded derive_more v0.99.17
9862024-06-06T20:32:21.566Z Downloaded derive-where v1.2.7
9872024-06-06T20:32:21.566Z Downloaded phf v0.11.2
9882024-06-06T20:32:21.566Z Downloaded pem-rfc7468 v0.7.0
9892024-06-06T20:32:21.566Z Downloaded peg-macros v0.8.3
9902024-06-06T20:32:21.566Z Downloaded peg v0.8.3
9912024-06-06T20:32:21.567Z Downloaded steno v0.4.0
9922024-06-06T20:32:21.567Z Downloaded salty v0.2.0
9932024-06-06T20:32:21.567Z Downloaded slog-envlogger v2.2.0
9942024-06-06T20:32:21.567Z Downloaded slog-dtrace v0.3.0
9952024-06-06T20:32:21.567Z Downloaded portpicker v0.1.1
9962024-06-06T20:32:21.567Z Downloaded polyval v0.6.2
9972024-06-06T20:32:21.567Z Downloaded phf_shared v0.11.2
9982024-06-06T20:32:21.567Z Downloaded pest_generator v2.7.10
9992024-06-06T20:32:21.567Z Downloaded pem v3.0.4
10002024-06-06T20:32:21.568Z Downloaded pbkdf2 v0.12.2
10012024-06-06T20:32:21.568Z Downloaded diesel_derives v2.1.4
10022024-06-06T20:32:21.568Z Downloaded derive_builder v0.20.0
10032024-06-06T20:32:21.568Z Downloaded der_derive v0.7.2
10042024-06-06T20:32:21.568Z Downloaded p521 v0.13.3
10052024-06-06T20:32:21.568Z Downloaded derive_builder_core v0.20.0
10062024-06-06T20:32:21.568Z Downloaded defmt-parser v0.3.4
10072024-06-06T20:32:21.568Z Downloaded vte v0.11.1
10082024-06-06T20:32:21.569Z Downloaded num-bigint-dig v0.8.4
10092024-06-06T20:32:21.569Z Downloaded nom v7.1.3
10102024-06-06T20:32:21.569Z Downloaded criterion v0.5.1
10112024-06-06T20:32:21.569Z Downloaded chrono v0.4.38
10122024-06-06T20:32:21.569Z Downloaded ecdsa v0.16.9
10132024-06-06T20:32:21.569Z Downloaded diff v0.1.13
10142024-06-06T20:32:21.569Z Downloaded dhcproto-macros v0.1.0
10152024-06-06T20:32:21.570Z Downloaded subprocess v0.2.9
10162024-06-06T20:32:21.570Z Downloaded lalrpop v0.19.12
10172024-06-06T20:32:21.570Z Downloaded bindgen v0.69.4
10182024-06-06T20:32:21.570Z Downloaded wait-timeout v0.2.0
10192024-06-06T20:32:21.570Z Downloaded vsss-rs v3.3.4
10202024-06-06T20:32:21.570Z Downloaded uuid v1.8.0
10212024-06-06T20:32:21.570Z Downloaded static_assertions v1.1.0
10222024-06-06T20:32:21.570Z Downloaded scroll v0.12.0
10232024-06-06T20:32:21.571Z Downloaded schemars v0.8.20
10242024-06-06T20:32:21.571Z Downloaded samael v0.0.15
10252024-06-06T20:32:21.571Z Downloaded crossterm v0.27.0
10262024-06-06T20:32:21.571Z Downloaded dof v0.3.0
10272024-06-06T20:32:21.571Z Downloaded display-error-chain v0.2.0
10282024-06-06T20:32:21.571Z Downloaded dirs-sys v0.4.1
10292024-06-06T20:32:21.571Z Downloaded difflib v0.4.0
10302024-06-06T20:32:21.571Z Downloaded walkdir v2.5.0
10312024-06-06T20:32:21.572Z Downloaded uzers v0.11.3
10322024-06-06T20:32:21.572Z Downloaded structmeta-derive v0.3.0
10332024-06-06T20:32:21.572Z Downloaded structmeta v0.3.0
10342024-06-06T20:32:21.600Z Downloaded structmeta v0.2.0
10352024-06-06T20:32:21.601Z Downloaded strip-ansi-escapes v0.2.0
10362024-06-06T20:32:21.601Z Downloaded string_cache v0.8.7
10372024-06-06T20:32:21.601Z Downloaded sct v0.7.1
10382024-06-06T20:32:21.601Z Downloaded p256 v0.13.2
10392024-06-06T20:32:21.601Z Downloaded num-bigint v0.4.5
10402024-06-06T20:32:21.601Z Downloaded downcast v0.11.0
10412024-06-06T20:32:21.601Z Downloaded doc-comment v0.3.3
10422024-06-06T20:32:21.601Z Downloaded diesel_table_macro_syntax v0.1.0
10432024-06-06T20:32:21.601Z Downloaded stringprep v0.1.4
10442024-06-06T20:32:21.601Z Downloaded crypto-bigint v0.5.5
10452024-06-06T20:32:21.601Z Downloaded bstr v1.9.1
10462024-06-06T20:32:21.601Z Downloaded blake3 v1.5.1
10472024-06-06T20:32:21.601Z Downloaded vte_generate_state_changes v0.1.1
10482024-06-06T20:32:21.601Z Downloaded tabled_derive v0.7.0
10492024-06-06T20:32:21.601Z Downloaded structmeta-derive v0.2.0
10502024-06-06T20:32:21.602Z Downloaded serde-big-array v0.4.1
10512024-06-06T20:32:21.602Z Downloaded semver v0.1.20
10522024-06-06T20:32:21.602Z Downloaded secrecy v0.8.0
10532024-06-06T20:32:21.602Z Downloaded sec1 v0.7.3
10542024-06-06T20:32:21.602Z Downloaded schemars_derive v0.8.20
10552024-06-06T20:32:21.602Z Downloaded scheduled-thread-pool v0.2.7
10562024-06-06T20:32:21.602Z Downloaded same-file v1.0.6
10572024-06-06T20:32:21.602Z Downloaded papergrid v0.11.0
10582024-06-06T20:32:21.602Z Downloaded mockall_derive v0.12.1
10592024-06-06T20:32:21.602Z Downloaded libxml v0.3.3
10602024-06-06T20:32:21.602Z Downloaded password-hash v0.5.0
10612024-06-06T20:32:21.602Z Downloaded parking_lot v0.11.2
10622024-06-06T20:32:21.602Z Downloaded num-complex v0.4.6
10632024-06-06T20:32:21.602Z Downloaded supports-color v3.0.0
10642024-06-06T20:32:21.602Z Downloaded subtle v2.5.0
10652024-06-06T20:32:21.602Z Downloaded strum_macros v0.25.3
10662024-06-06T20:32:21.602Z Downloaded strum_macros v0.24.3
10672024-06-06T20:32:21.602Z Downloaded scroll_derive v0.12.0
10682024-06-06T20:32:21.602Z Downloaded password-hash v0.4.2
10692024-06-06T20:32:21.603Z Downloaded parking_lot_core v0.8.6
10702024-06-06T20:32:21.603Z Downloaded owo-colors v4.0.0
10712024-06-06T20:32:21.603Z Downloaded oso v0.27.3
10722024-06-06T20:32:21.603Z Downloaded omicron-zone-package v0.11.0
10732024-06-06T20:32:21.603Z Downloaded num-traits v0.2.19
10742024-06-06T20:32:21.603Z Downloaded crossbeam-epoch v0.9.18
10752024-06-06T20:32:21.603Z Downloaded crc-any v2.5.0
10762024-06-06T20:32:21.603Z Downloaded const-oid v0.9.6
10772024-06-06T20:32:21.603Z Downloaded clang-sys v1.7.0
10782024-06-06T20:32:21.603Z Downloaded ciborium-ll v0.2.2
10792024-06-06T20:32:21.603Z Downloaded cancel-safe-futures v0.1.5
10802024-06-06T20:32:21.603Z Downloaded paste v1.0.15
10812024-06-06T20:32:21.603Z Downloaded partial-io v0.5.4
10822024-06-06T20:32:21.603Z Downloaded oorandom v11.1.3
10832024-06-06T20:32:21.603Z Downloaded nodrop v0.1.14
10842024-06-06T20:32:21.603Z Downloaded csv-core v0.1.11
10852024-06-06T20:32:21.603Z Downloaded crucible-workspace-hack v0.1.0
10862024-06-06T20:32:21.604Z Downloaded criterion-plot v0.5.0
10872024-06-06T20:32:21.604Z Downloaded compact_str v0.7.1
10882024-06-06T20:32:21.604Z Downloaded camino-tempfile v1.1.1
10892024-06-06T20:32:21.604Z Downloaded parse-display-derive v0.9.0
10902024-06-06T20:32:21.604Z Downloaded parse-display v0.9.0
10912024-06-06T20:32:21.604Z Downloaded packed_struct_codegen v0.10.1
10922024-06-06T20:32:21.604Z Downloaded packed_struct v0.10.1
10932024-06-06T20:32:21.604Z Downloaded olpc-cjson v0.1.3
10942024-06-06T20:32:21.604Z Downloaded num_enum v0.5.11
10952024-06-06T20:32:21.604Z Downloaded num-derive v0.4.2
10962024-06-06T20:32:21.604Z Downloaded nanorand v0.7.0
10972024-06-06T20:32:21.604Z Downloaded multer v3.1.0
10982024-06-06T20:32:21.604Z Downloaded itertools v0.10.5
10992024-06-06T20:32:21.604Z Downloaded ctr v0.9.2
11002024-06-06T20:32:21.604Z Downloaded crc-catalog v2.4.0
11012024-06-06T20:32:21.604Z Downloaded cookie v0.18.1
11022024-06-06T20:32:21.604Z Downloaded constant_time_eq v0.3.0
11032024-06-06T20:32:21.604Z Downloaded const_format_proc_macros v0.2.32
11042024-06-06T20:32:21.604Z Downloaded console v0.15.8
11052024-06-06T20:32:21.604Z Downloaded cipher v0.4.4
11062024-06-06T20:32:21.604Z Downloaded chacha20poly1305 v0.10.1
11072024-06-06T20:32:21.604Z Downloaded cast v0.3.0
11082024-06-06T20:32:21.604Z Downloaded cassowary v0.3.0
11092024-06-06T20:32:21.604Z Downloaded option-ext v0.2.0
11102024-06-06T20:32:21.605Z Downloaded opaque-debug v0.3.1
11112024-06-06T20:32:21.605Z Downloaded num-rational v0.4.2
11122024-06-06T20:32:21.605Z Downloaded num-iter v0.1.45
11132024-06-06T20:32:21.605Z Downloaded num-integer v0.1.46
11142024-06-06T20:32:21.605Z Downloaded num v0.4.3
11152024-06-06T20:32:21.605Z Downloaded nu-ansi-term v0.50.0
11162024-06-06T20:32:21.605Z Downloaded newtype_derive v0.1.6
11172024-06-06T20:32:21.605Z Downloaded newline-converter v0.3.0
11182024-06-06T20:32:21.605Z Downloaded nested v0.1.1
11192024-06-06T20:32:21.605Z Downloaded multimap v0.10.0
11202024-06-06T20:32:21.605Z Downloaded mockall v0.12.1
11212024-06-06T20:32:21.605Z Downloaded cstr-argument v0.1.2
11222024-06-06T20:32:21.605Z Downloaded crunchy v0.2.2
11232024-06-06T20:32:21.605Z Downloaded crossbeam-deque v0.8.5
11242024-06-06T20:32:21.605Z Downloaded cookie v0.17.0
11252024-06-06T20:32:21.605Z Downloaded convert_case v0.4.0
11262024-06-06T20:32:21.606Z Downloaded const_format v0.2.32
11272024-06-06T20:32:21.606Z Downloaded colored v2.1.0
11282024-06-06T20:32:21.606Z Downloaded ciborium v0.2.2
11292024-06-06T20:32:21.606Z Downloaded cfg-expr v0.15.8
11302024-06-06T20:32:21.606Z Downloaded num_enum_derive v0.5.11
11312024-06-06T20:32:21.606Z Downloaded nibble_vec v0.1.0
11322024-06-06T20:32:21.606Z Downloaded minimal-lexical v0.2.1
11332024-06-06T20:32:21.606Z Downloaded libm v0.2.8
11342024-06-06T20:32:21.633Z Downloaded crc v3.2.1
11352024-06-06T20:32:21.633Z Downloaded corncobs v0.1.3
11362024-06-06T20:32:21.633Z Downloaded cookie_store v0.20.0
11372024-06-06T20:32:21.633Z Downloaded chacha20 v0.9.1
11382024-06-06T20:32:21.633Z Downloaded cbc v0.1.2
11392024-06-06T20:32:21.633Z Downloaded castaway v0.2.2
11402024-06-06T20:32:21.633Z Downloaded blowfish v0.9.1
11412024-06-06T20:32:21.633Z Downloaded block-padding v0.3.3
11422024-06-06T20:32:21.633Z Downloaded normalize-line-endings v0.3.0
11432024-06-06T20:32:21.633Z Downloaded newtype-uuid v1.1.0
11442024-06-06T20:32:21.633Z Downloaded new_debug_unreachable v1.0.6
11452024-06-06T20:32:21.633Z Downloaded mime_guess v2.0.4
11462024-06-06T20:32:21.633Z Downloaded memoffset v0.9.1
11472024-06-06T20:32:21.633Z Downloaded memmap2 v0.9.4
11482024-06-06T20:32:21.633Z Downloaded memmap v0.7.0
11492024-06-06T20:32:21.633Z Downloaded md-5 v0.10.6
11502024-06-06T20:32:21.633Z Downloaded maybe-uninit v2.0.0
11512024-06-06T20:32:21.633Z Downloaded maplit v1.0.2
11522024-06-06T20:32:21.633Z Downloaded managed v0.8.0
11532024-06-06T20:32:21.633Z Downloaded lru-cache v0.1.2
11542024-06-06T20:32:21.633Z Downloaded lru v0.12.3
11552024-06-06T20:32:21.634Z Downloaded linear-map v1.2.0
11562024-06-06T20:32:21.634Z Downloaded libtest-mimic v0.7.3
11572024-06-06T20:32:21.634Z Downloaded libsw v3.3.1
11582024-06-06T20:32:21.634Z Downloaded libefi-sys v0.1.0
11592024-06-06T20:32:21.634Z Downloaded lazycell v1.3.0
11602024-06-06T20:32:21.634Z Downloaded lazy_static v1.4.0
11612024-06-06T20:32:21.634Z Downloaded lalrpop-util v0.19.12
11622024-06-06T20:32:21.634Z Downloaded kstat-rs v0.2.3
11632024-06-06T20:32:21.634Z Downloaded itertools v0.12.1
11642024-06-06T20:32:21.634Z Downloaded idna v0.2.3
11652024-06-06T20:32:21.634Z Downloaded cobs v0.2.3
11662024-06-06T20:32:21.634Z Downloaded ciborium-io v0.2.2
11672024-06-06T20:32:21.634Z Downloaded blake2b_simd v1.0.2
11682024-06-06T20:32:21.634Z Downloaded blake2 v0.10.6
11692024-06-06T20:32:21.634Z Downloaded bitvec v1.0.1
11702024-06-06T20:32:21.634Z Downloaded bitflags v1.3.2
11712024-06-06T20:32:21.634Z Downloaded bit-vec v0.6.3
11722024-06-06T20:32:21.634Z Downloaded linked-hash-map v0.5.6
11732024-06-06T20:32:21.634Z Downloaded libloading v0.8.3
11742024-06-06T20:32:21.634Z Downloaded keccak v0.1.5
11752024-06-06T20:32:21.634Z Downloaded is_ci v1.2.0
11762024-06-06T20:32:21.634Z Downloaded ipnetwork v0.20.0
11772024-06-06T20:32:21.634Z Downloaded internet-checksum v0.2.1
11782024-06-06T20:32:21.635Z Downloaded instant v0.1.12
11792024-06-06T20:32:21.635Z Downloaded inout v0.1.3
11802024-06-06T20:32:21.635Z Downloaded indoc v2.0.5
11812024-06-06T20:32:21.635Z Downloaded indoc v1.0.9
11822024-06-06T20:32:21.635Z Downloaded idna v0.3.0
11832024-06-06T20:32:21.635Z Downloaded iana-time-zone v0.1.60
11842024-06-06T20:32:21.635Z Downloaded cfg_aliases v0.1.1
11852024-06-06T20:32:21.635Z Downloaded cexpr v0.6.0
11862024-06-06T20:32:21.635Z Downloaded bytecount v0.6.8
11872024-06-06T20:32:21.635Z Downloaded buf-list v1.0.3
11882024-06-06T20:32:21.635Z Downloaded bstr v0.2.17
11892024-06-06T20:32:21.635Z Downloaded bitfield v0.14.0
11902024-06-06T20:32:21.635Z Downloaded backtrace v0.3.71
11912024-06-06T20:32:21.635Z Downloaded atty v0.2.14
11922024-06-06T20:32:21.635Z Downloaded atomicwrites v0.4.3
11932024-06-06T20:32:21.635Z Downloaded assert_cmd v2.0.14
11942024-06-06T20:32:21.635Z Downloaded aho-corasick v1.1.3
11952024-06-06T20:32:21.635Z Downloaded hyper-staticfile v0.9.5
11962024-06-06T20:32:21.635Z Downloaded bzip2 v0.4.4
11972024-06-06T20:32:21.635Z Downloaded bb8 v0.8.3
11982024-06-06T20:32:21.635Z Downloaded base64ct v1.6.0
11992024-06-06T20:32:21.635Z Downloaded base64 v0.22.1
12002024-06-06T20:32:21.635Z Downloaded base64 v0.13.1
12012024-06-06T20:32:21.635Z Downloaded base16ct v0.2.0
12022024-06-06T20:32:21.636Z Downloaded indexmap v1.9.3
12032024-06-06T20:32:21.636Z Downloaded impl-trait-for-tuples v0.2.2
12042024-06-06T20:32:21.636Z Downloaded ident_case v1.0.1
12052024-06-06T20:32:21.636Z Downloaded hyper-rustls v0.26.0
12062024-06-06T20:32:21.636Z Downloaded curve25519-dalek-derive v0.1.1
12072024-06-06T20:32:21.636Z Downloaded bitstruct_derive v0.1.0
12082024-06-06T20:32:21.636Z Downloaded bitstruct v0.1.1
12092024-06-06T20:32:21.636Z Downloaded bit-set v0.5.3
12102024-06-06T20:32:21.636Z Downloaded backoff v0.4.0
12112024-06-06T20:32:21.636Z Downloaded assert_matches v1.5.0
12122024-06-06T20:32:21.636Z Downloaded array-init v0.0.4
12132024-06-06T20:32:21.636Z Downloaded argon2 v0.5.3
12142024-06-06T20:32:21.636Z Downloaded arc-swap v1.7.1
12152024-06-06T20:32:21.636Z Downloaded approx v0.5.1
12162024-06-06T20:32:21.636Z Downloaded anes v0.1.6
12172024-06-06T20:32:21.636Z Downloaded allocator-api2 v0.2.18
12182024-06-06T20:32:21.636Z Downloaded ahash v0.8.11
12192024-06-06T20:32:21.636Z Downloaded aes-gcm v0.10.3
12202024-06-06T20:32:21.636Z Downloaded bcs v0.1.6
12212024-06-06T20:32:21.636Z Downloaded bcrypt-pbkdf v0.10.0
12222024-06-06T20:32:21.636Z Downloaded atomic-waker v1.1.2
12232024-06-06T20:32:21.636Z Downloaded async-trait v0.1.80
12242024-06-06T20:32:21.636Z Downloaded async-stream-impl v0.3.5
12252024-06-06T20:32:21.637Z Downloaded async-stream v0.3.5
12262024-06-06T20:32:21.637Z Downloaded async-recursion v1.1.1
12272024-06-06T20:32:21.637Z Downloaded ascii-canvas v3.0.0
12282024-06-06T20:32:21.637Z Downloaded ascii v1.1.0
12292024-06-06T20:32:21.637Z Downloaded arrayvec v0.7.4
12302024-06-06T20:32:21.637Z Downloaded aes v0.8.4
12312024-06-06T20:32:21.637Z Downloaded aead v0.5.2
12322024-06-06T20:32:21.637Z Downloaded addr2line v0.21.0
12332024-06-06T20:32:22.329Z Dirty unicode-ident v1.0.12: the rustflags changed
12342024-06-06T20:32:22.329Z Compiling unicode-ident v1.0.12
12352024-06-06T20:32:22.329Z Dirty proc-macro2 v1.0.82: the rustflags changed
12362024-06-06T20:32:22.329Z Compiling proc-macro2 v1.0.82
12372024-06-06T20:32:22.329Z Dirty libc v0.2.155: the rustflags changed
12382024-06-06T20:32:22.329Z Compiling libc v0.2.155
12392024-06-06T20:32:22.767Z Dirty cfg-if v1.0.0: the rustflags changed
12402024-06-06T20:32:22.768Z Compiling cfg-if v1.0.0
12412024-06-06T20:32:22.768Z Compiling serde v1.0.203
12422024-06-06T20:32:22.768Z Dirty version_check v0.9.4: the rustflags changed
12432024-06-06T20:32:22.768Z Compiling version_check v0.9.4
12442024-06-06T20:32:22.768Z Dirty autocfg v1.3.0: the rustflags changed
12452024-06-06T20:32:22.769Z Compiling autocfg v1.3.0
12462024-06-06T20:32:22.769Z Dirty memchr v2.7.2: the rustflags changed
12472024-06-06T20:32:22.769Z Compiling memchr v2.7.2
12482024-06-06T20:32:22.769Z Running `/home/build/.rustup/toolchains/1.78.0-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.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 -C metadata=f04c7e29e163c4f4 -C extra-filename=-f04c7e29e163c4f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
12492024-06-06T20:32:22.769Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=6cd145163fd70236 -C extra-filename=-6cd145163fd70236 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
12502024-06-06T20:32:22.769Z Running `/home/build/.rustup/toolchains/1.78.0-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.82/build.rs --error-format=json --json=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"' -C metadata=79b0b9eeed9d5fcc -C extra-filename=-79b0b9eeed9d5fcc --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-79b0b9eeed9d5fcc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
12512024-06-06T20:32:22.769Z Running `/home/build/.rustup/toolchains/1.78.0-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.203/build.rs --error-format=json --json=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"' -C metadata=e13208b22652b8af -C extra-filename=-e13208b22652b8af --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-e13208b22652b8af -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
12522024-06-06T20:32:22.769Z Running `/home/build/.rustup/toolchains/1.78.0-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.155/build.rs --error-format=json --json=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"' -C metadata=3cba3e4111e6a12c -C extra-filename=-3cba3e4111e6a12c --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-3cba3e4111e6a12c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
12532024-06-06T20:32:23.390Z Running `/home/build/.rustup/toolchains/1.78.0-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.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 -C metadata=29318a6a539680a2 -C extra-filename=-29318a6a539680a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
12542024-06-06T20:32:23.390Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=da1d2f89ec5cc337 -C extra-filename=-da1d2f89ec5cc337 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
12552024-06-06T20:32:23.390Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d9b2ede3219a3f1f -C extra-filename=-d9b2ede3219a3f1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
12562024-06-06T20:32:23.390Z Compiling log v0.4.21
12572024-06-06T20:32:23.390Z Compiling byteorder v1.5.0
12582024-06-06T20:32:23.390Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.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="std"' -C metadata=a206aa3e5ae8d451 -C extra-filename=-a206aa3e5ae8d451 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
12592024-06-06T20:32:23.390Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=4079b563d11206ed -C extra-filename=-4079b563d11206ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
12602024-06-06T20:32:23.415Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-e13208b22652b8af/build-script-build`
12612024-06-06T20:32:23.416Z Dirty once_cell v1.19.0: the rustflags changed
12622024-06-06T20:32:23.416Z Compiling once_cell v1.19.0
12632024-06-06T20:32:23.416Z Dirty itoa v1.0.11: the rustflags changed
12642024-06-06T20:32:23.416Z Compiling itoa v1.0.11
12652024-06-06T20:32:23.416Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' -C metadata=646417322ca33c73 -C extra-filename=-646417322ca33c73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
12662024-06-06T20:32:23.416Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=1d1af7e8c40a69f8 -C extra-filename=-1d1af7e8c40a69f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
12672024-06-06T20:32:23.416Z Compiling scopeguard v1.2.0
12682024-06-06T20:32:23.416Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=96e907db81b39683 -C extra-filename=-96e907db81b39683 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
12692024-06-06T20:32:23.416Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-79b0b9eeed9d5fcc/build-script-build`
12702024-06-06T20:32:23.416Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-3cba3e4111e6a12c/build-script-build`
12712024-06-06T20:32:23.441Z Compiling smallvec v1.13.2
12722024-06-06T20:32:23.441Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=b79becaab4538f2c -C extra-filename=-b79becaab4538f2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
12732024-06-06T20:32:23.483Z Dirty parking_lot_core v0.9.10: the rustflags changed
12742024-06-06T20:32:23.483Z Compiling parking_lot_core v0.9.10
12752024-06-06T20:32:23.508Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=8d46e527a12f1bac -C extra-filename=-8d46e527a12f1bac --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-8d46e527a12f1bac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
12762024-06-06T20:32:23.535Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=9e9eff94c6618bbf -C extra-filename=-9e9eff94c6618bbf --out-dir /work/oxidecomputer/omicron/target/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`
12772024-06-06T20:32:23.535Z Compiling libm v0.2.8
12782024-06-06T20:32:23.535Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=095fcd23f830a54d -C extra-filename=-095fcd23f830a54d --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-095fcd23f830a54d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
12792024-06-06T20:32:23.583Z Running `/home/build/.rustup/toolchains/1.78.0-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.82/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=affedceec9f1d802 -C extra-filename=-affedceec9f1d802 --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-f04c7e29e163c4f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg no_literal_byte_character --cfg no_literal_c_string --cfg wrap_proc_macro --cfg proc_macro_span`
12802024-06-06T20:32:23.629Z Dirty lock_api v0.4.12: the rustflags changed
12812024-06-06T20:32:23.630Z Compiling lock_api v0.4.12
12822024-06-06T20:32:23.658Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=4af9be3a59741d39 -C extra-filename=-4af9be3a59741d39 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-4af9be3a59741d39 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-da1d2f89ec5cc337.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
12832024-06-06T20:32:23.658Z Dirty pin-project-lite v0.2.14: the rustflags changed
12842024-06-06T20:32:23.658Z Compiling pin-project-lite v0.2.14
12852024-06-06T20:32:23.658Z Running `/home/build/.rustup/toolchains/1.78.0-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' -C metadata=4736805a60104127 -C extra-filename=-4736805a60104127 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
12862024-06-06T20:32:23.867Z Compiling num-traits v0.2.19
12872024-06-06T20:32:23.892Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=e2a2ec7d9b6a4b62 -C extra-filename=-e2a2ec7d9b6a4b62 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-e2a2ec7d9b6a4b62 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-da1d2f89ec5cc337.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
12882024-06-06T20:32:23.955Z Dirty cc v1.0.97: the rustflags changed
12892024-06-06T20:32:23.955Z Compiling cc v1.0.97
12902024-06-06T20:32:23.980Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.97/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=453eca9135afa6bf -C extra-filename=-453eca9135afa6bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
12912024-06-06T20:32:24.005Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-095fcd23f830a54d/build-script-build`
12922024-06-06T20:32:24.055Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-4af9be3a59741d39/build-script-build`
12932024-06-06T20:32:24.083Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=98a4140e57fd013c -C extra-filename=-98a4140e57fd013c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
12942024-06-06T20:32:24.117Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-8d46e527a12f1bac/build-script-build`
12952024-06-06T20:32:24.250Z Dirty thiserror v1.0.60: the rustflags changed
12962024-06-06T20:32:24.250Z Compiling thiserror v1.0.60
12972024-06-06T20:32:24.281Z Running `/home/build/.rustup/toolchains/1.78.0-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.60/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b87d92f35a7ebd14 -C extra-filename=-b87d92f35a7ebd14 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-b87d92f35a7ebd14 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
12982024-06-06T20:32:24.317Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=fb5654d251dbf08f -C extra-filename=-fb5654d251dbf08f --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-96e907db81b39683.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound`
12992024-06-06T20:32:24.342Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-e2a2ec7d9b6a4b62/build-script-build`
13002024-06-06T20:32:24.492Z Dirty quote v1.0.36: the rustflags changed
13012024-06-06T20:32:24.492Z Compiling quote v1.0.36
13022024-06-06T20:32:24.518Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.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 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=638d0eecd01221b9 -C extra-filename=-638d0eecd01221b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13032024-06-06T20:32:24.737Z Compiling ahash v0.8.11
13042024-06-06T20:32:24.774Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=f38055c8d994fd52 -C extra-filename=-f38055c8d994fd52 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-f38055c8d994fd52 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13052024-06-06T20:32:24.831Z Compiling getrandom v0.2.14
13062024-06-06T20:32:24.856Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="rdrand"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' -C metadata=84b0b01dae64acc1 -C extra-filename=-84b0b01dae64acc1 --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-6cd145163fd70236.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13072024-06-06T20:32:24.917Z Compiling syn v2.0.64
13082024-06-06T20:32:24.943Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.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 --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"' -C metadata=d08c0f7f27d6aba4 -C extra-filename=-d08c0f7f27d6aba4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-f04c7e29e163c4f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13092024-06-06T20:32:25.128Z Compiling rand_core v0.6.4
13102024-06-06T20:32:25.171Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=715685859e2d8232 -C extra-filename=-715685859e2d8232 --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-84b0b01dae64acc1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13112024-06-06T20:32:25.171Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=0b5b7b7a4efb3c44 -C extra-filename=-0b5b7b7a4efb3c44 --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-6cd145163fd70236.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b79becaab4538f2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13122024-06-06T20:32:25.211Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=da8aea025e0dde22 -C extra-filename=-da8aea025e0dde22 --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-98a4140e57fd013c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_total_cmp`
13132024-06-06T20:32:25.301Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-b87d92f35a7ebd14/build-script-build`
13142024-06-06T20:32:25.415Z Dirty signal-hook-registry v1.4.2: the rustflags changed
13152024-06-06T20:32:25.415Z Compiling signal-hook-registry v1.4.2
13162024-06-06T20:32:25.443Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=9c0fdcc86593b797 -C extra-filename=-9c0fdcc86593b797 --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13172024-06-06T20:32:25.475Z Compiling parking_lot v0.12.2
13182024-06-06T20:32:25.475Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=ceff54d9803290cf -C extra-filename=-ceff54d9803290cf --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-fb5654d251dbf08f.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-0b5b7b7a4efb3c44.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13192024-06-06T20:32:25.512Z Compiling mio v0.8.11
13202024-06-06T20:32:25.548Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' -C metadata=9f0966d2e489a4ef -C extra-filename=-9f0966d2e489a4ef --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-9e9eff94c6618bbf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13212024-06-06T20:32:25.592Z Dirty ryu v1.0.18: the rustflags changed
13222024-06-06T20:32:25.592Z Compiling ryu v1.0.18
13232024-06-06T20:32:25.624Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=2235e6b179f77bd1 -C extra-filename=-2235e6b179f77bd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13242024-06-06T20:32:25.703Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-f38055c8d994fd52/build-script-build`
13252024-06-06T20:32:25.761Z Dirty num_cpus v1.16.0: the rustflags changed
13262024-06-06T20:32:25.761Z Compiling num_cpus v1.16.0
13272024-06-06T20:32:25.786Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=542485ea2f901d76 -C extra-filename=-542485ea2f901d76 --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13282024-06-06T20:32:25.865Z Dirty futures-core v0.3.30: the rustflags changed
13292024-06-06T20:32:25.865Z Compiling futures-core v0.3.30
13302024-06-06T20:32:25.890Z Running `/home/build/.rustup/toolchains/1.78.0-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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4a234987197be9fa -C extra-filename=-4a234987197be9fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13312024-06-06T20:32:25.890Z Dirty typenum v1.17.0: the rustflags changed
13322024-06-06T20:32:25.890Z Compiling typenum v1.17.0
13332024-06-06T20:32:25.890Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=27eeebb75c45b94d -C extra-filename=-27eeebb75c45b94d --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-27eeebb75c45b94d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13342024-06-06T20:32:26.080Z Compiling allocator-api2 v0.2.18
13352024-06-06T20:32:26.106Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=e0639e5ace3a65a0 -C extra-filename=-e0639e5ace3a65a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13362024-06-06T20:32:26.134Z Dirty socket2 v0.5.7: the rustflags changed
13372024-06-06T20:32:26.135Z Compiling socket2 v0.5.7
13382024-06-06T20:32:26.135Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=638e6319dfcb29c2 -C extra-filename=-638e6319dfcb29c2 --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13392024-06-06T20:32:26.230Z Compiling generic-array v0.14.7
13402024-06-06T20:32:26.256Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=25df682b96f0072c -C extra-filename=-25df682b96f0072c --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-25df682b96f0072c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13412024-06-06T20:32:26.515Z Compiling serde_json v1.0.117
13422024-06-06T20:32:26.542Z Running `/home/build/.rustup/toolchains/1.78.0-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.117/build.rs --error-format=json --json=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"' -C metadata=99bfbf8c0a37708f -C extra-filename=-99bfbf8c0a37708f --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-99bfbf8c0a37708f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13432024-06-06T20:32:26.594Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-25df682b96f0072c/build-script-build`
13442024-06-06T20:32:26.662Z Compiling subtle v2.5.0
13452024-06-06T20:32:26.688Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=d6b6d230a68694b6 -C extra-filename=-d6b6d230a68694b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13462024-06-06T20:32:26.771Z Dirty equivalent v1.0.1: the rustflags changed
13472024-06-06T20:32:26.771Z Compiling equivalent v1.0.1
13482024-06-06T20:32:26.801Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=7908cf90c6ce7643 -C extra-filename=-7908cf90c6ce7643 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13492024-06-06T20:32:26.827Z Dirty futures-sink v0.3.30: the rustflags changed
13502024-06-06T20:32:26.827Z Compiling futures-sink v0.3.30
13512024-06-06T20:32:26.827Z Running `/home/build/.rustup/toolchains/1.78.0-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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4cb8e409c90cd6c4 -C extra-filename=-4cb8e409c90cd6c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13522024-06-06T20:32:26.827Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-27eeebb75c45b94d/build-script-main`
13532024-06-06T20:32:26.863Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-99bfbf8c0a37708f/build-script-build`
13542024-06-06T20:32:26.898Z Dirty slab v0.4.9: the rustflags changed
13552024-06-06T20:32:26.898Z Compiling slab v0.4.9
13562024-06-06T20:32:26.898Z Dirty futures-task v0.3.30: the rustflags changed
13572024-06-06T20:32:26.898Z Compiling futures-task v0.3.30
13582024-06-06T20:32:26.898Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=f1ebead8b418469f -C extra-filename=-f1ebead8b418469f --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-f1ebead8b418469f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-da1d2f89ec5cc337.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13592024-06-06T20:32:26.899Z Running `/home/build/.rustup/toolchains/1.78.0-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.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="alloc"' --cfg 'feature="std"' -C metadata=6b7b230ac7fdda05 -C extra-filename=-6b7b230ac7fdda05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13602024-06-06T20:32:26.949Z Dirty futures-channel v0.3.30: the rustflags changed
13612024-06-06T20:32:26.949Z Compiling futures-channel v0.3.30
13622024-06-06T20:32:26.974Z Running `/home/build/.rustup/toolchains/1.78.0-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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=afd81f7a37d03f0e -C extra-filename=-afd81f7a37d03f0e --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-4a234987197be9fa.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4cb8e409c90cd6c4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13632024-06-06T20:32:26.974Z Dirty futures-io v0.3.30: the rustflags changed
13642024-06-06T20:32:26.974Z Compiling futures-io v0.3.30
13652024-06-06T20:32:26.975Z Compiling syn v1.0.109
13662024-06-06T20:32:26.975Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=9135e84cd8615b52 -C extra-filename=-9135e84cd8615b52 --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-9135e84cd8615b52 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13672024-06-06T20:32:26.975Z Running `/home/build/.rustup/toolchains/1.78.0-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.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="std"' -C metadata=cfa3035534aaa817 -C extra-filename=-cfa3035534aaa817 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13682024-06-06T20:32:27.016Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=4b070c3f889b95c1 -C extra-filename=-4b070c3f889b95c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13692024-06-06T20:32:27.171Z Dirty fnv v1.0.7: the rustflags changed
13702024-06-06T20:32:27.171Z Compiling fnv v1.0.7
13712024-06-06T20:32:27.197Z Dirty pin-utils v0.1.0: the rustflags changed
13722024-06-06T20:32:27.197Z Compiling pin-utils v0.1.0
13732024-06-06T20:32:27.197Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=d03daaf3ac116161 -C extra-filename=-d03daaf3ac116161 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13742024-06-06T20:32:27.197Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=0b6d4576f055e0dd -C extra-filename=-0b6d4576f055e0dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13752024-06-06T20:32:27.222Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-f1ebead8b418469f/build-script-build`
13762024-06-06T20:32:27.273Z Compiling const-oid v0.9.6
13772024-06-06T20:32:27.298Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=e1a935d3d543cf79 -C extra-filename=-e1a935d3d543cf79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13782024-06-06T20:32:27.299Z Compiling regex-syntax v0.8.3
13792024-06-06T20:32:27.299Z Compiling aho-corasick v1.1.3
13802024-06-06T20:32:27.299Z Running `/home/build/.rustup/toolchains/1.78.0-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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=e5e7129e53ac8b8b -C extra-filename=-e5e7129e53ac8b8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13812024-06-06T20:32:27.299Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=1fd9564269861caa -C extra-filename=-1fd9564269861caa --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-d9b2ede3219a3f1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13822024-06-06T20:32:27.339Z Compiling iana-time-zone v0.1.60
13832024-06-06T20:32:27.365Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fallback"' -C metadata=dc7fd02d5aaff25a -C extra-filename=-dc7fd02d5aaff25a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13842024-06-06T20:32:27.365Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=d0f1f33fb8cbafce -C extra-filename=-d0f1f33fb8cbafce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13852024-06-06T20:32:27.582Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-9135e84cd8615b52/build-script-build`
13862024-06-06T20:32:27.608Z Dirty semver v1.0.23: the rustflags changed
13872024-06-06T20:32:27.608Z Compiling semver v1.0.23
13882024-06-06T20:32:27.646Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=a46954a1d6188817 -C extra-filename=-a46954a1d6188817 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-a46954a1d6188817 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13892024-06-06T20:32:27.691Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=fa0d761026021993 -C extra-filename=-fa0d761026021993 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-f04c7e29e163c4f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
13902024-06-06T20:32:27.818Z Compiling spin v0.5.2
13912024-06-06T20:32:27.844Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=c1329b9cf81be22e -C extra-filename=-c1329b9cf81be22e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13922024-06-06T20:32:28.026Z Dirty tinyvec_macros v0.1.1: the rustflags changed
13932024-06-06T20:32:28.026Z Compiling tinyvec_macros v0.1.1
13942024-06-06T20:32:28.051Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=b13b79eaf76cf6b9 -C extra-filename=-b13b79eaf76cf6b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13952024-06-06T20:32:28.109Z Dirty tinyvec v1.6.0: the rustflags changed
13962024-06-06T20:32:28.109Z Compiling tinyvec v1.6.0
13972024-06-06T20:32:28.134Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' -C metadata=895d1d5581d5efcb -C extra-filename=-895d1d5581d5efcb --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-b13b79eaf76cf6b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
13982024-06-06T20:32:28.135Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-a46954a1d6188817/build-script-build`
13992024-06-06T20:32:28.200Z Compiling ppv-lite86 v0.2.17
14002024-06-06T20:32:28.226Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' -C metadata=b9107e4ada8e4dd6 -C extra-filename=-b9107e4ada8e4dd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14012024-06-06T20:32:28.226Z Dirty pkg-config v0.3.30: the rustflags changed
14022024-06-06T20:32:28.226Z Compiling pkg-config v0.3.30
14032024-06-06T20:32:28.226Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0839f5aecb361828 -C extra-filename=-0839f5aecb361828 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14042024-06-06T20:32:28.806Z Compiling lazy_static v1.4.0
14052024-06-06T20:32:28.831Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-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="spin"' --cfg 'feature="spin_no_std"' -C metadata=df9d2374a4417971 -C extra-filename=-df9d2374a4417971 --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-c1329b9cf81be22e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14062024-06-06T20:32:28.860Z Compiling dyn-clone v1.0.17
14072024-06-06T20:32:28.860Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=acaadff11df4bfa2 -C extra-filename=-acaadff11df4bfa2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14082024-06-06T20:32:28.931Z Dirty cpufeatures v0.2.12: the rustflags changed
14092024-06-06T20:32:28.931Z Compiling cpufeatures v0.2.12
14102024-06-06T20:32:28.957Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=617fd11b7df2e647 -C extra-filename=-617fd11b7df2e647 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14112024-06-06T20:32:29.031Z Compiling unicode-bidi v0.3.15
14122024-06-06T20:32:29.057Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' -C metadata=99ebbc53cc68e61d -C extra-filename=-99ebbc53cc68e61d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14132024-06-06T20:32:29.057Z Compiling schemars v0.8.20
14142024-06-06T20:32:29.057Z Running `/home/build/.rustup/toolchains/1.78.0-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.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="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=5001bcccabd27358 -C extra-filename=-5001bcccabd27358 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-5001bcccabd27358 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14152024-06-06T20:32:29.274Z Compiling unicode-normalization v0.1.23
14162024-06-06T20:32:29.302Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=64697c3f9169cd97 -C extra-filename=-64697c3f9169cd97 --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-895d1d5581d5efcb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14172024-06-06T20:32:29.367Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-5001bcccabd27358/build-script-build`
14182024-06-06T20:32:29.393Z Dirty tracing-core v0.1.32: the rustflags changed
14192024-06-06T20:32:29.393Z Compiling tracing-core v0.1.32
14202024-06-06T20:32:29.418Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=4090540935a66d13 -C extra-filename=-4090540935a66d13 --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-646417322ca33c73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14212024-06-06T20:32:29.518Z Dirty rustix v0.38.34: the rustflags changed
14222024-06-06T20:32:29.518Z Compiling rustix v0.38.34
14232024-06-06T20:32:29.543Z Running `/home/build/.rustup/toolchains/1.78.0-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.34/build.rs --error-format=json --json=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="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=d971cc53717d749f -C extra-filename=-d971cc53717d749f --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-d971cc53717d749f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14242024-06-06T20:32:30.164Z Compiling regex-automata v0.4.6
14252024-06-06T20:32:30.196Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="dfa"' --cfg 'feature="dfa-build"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' -C metadata=b328ca2e85c26ba1 -C extra-filename=-b328ca2e85c26ba1 --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-1fd9564269861caa.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-e5e7129e53ac8b8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14262024-06-06T20:32:30.222Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-d971cc53717d749f/build-script-build`
14272024-06-06T20:32:30.250Z Compiling rand_chacha v0.3.1
14282024-06-06T20:32:30.250Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=d007674366a49271 -C extra-filename=-d007674366a49271 --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-b9107e4ada8e4dd6.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14292024-06-06T20:32:30.303Z Dirty errno v0.3.9: the rustflags changed
14302024-06-06T20:32:30.303Z Compiling errno v0.3.9
14312024-06-06T20:32:30.329Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=3cfcd26b9cc4ed8f -C extra-filename=-3cfcd26b9cc4ed8f --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14322024-06-06T20:32:30.504Z Dirty heck v0.4.1: the rustflags changed
14332024-06-06T20:32:30.504Z Compiling heck v0.4.1
14342024-06-06T20:32:30.529Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=791557af361405da -C extra-filename=-791557af361405da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14352024-06-06T20:32:31.049Z Dirty percent-encoding v2.3.1: the rustflags changed
14362024-06-06T20:32:31.049Z Compiling percent-encoding v2.3.1
14372024-06-06T20:32:31.075Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=22869783781f7a70 -C extra-filename=-22869783781f7a70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14382024-06-06T20:32:31.369Z Compiling serde_derive_internals v0.29.1
14392024-06-06T20:32:31.369Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=b71b32369c3fd3e8 -C extra-filename=-b71b32369c3fd3e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14402024-06-06T20:32:31.369Z Compiling rand v0.8.5
14412024-06-06T20:32:31.369Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' -C metadata=26edd622f87e2dfc -C extra-filename=-26edd622f87e2dfc --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-9e9eff94c6618bbf.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-d007674366a49271.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14422024-06-06T20:32:31.952Z Compiling spin v0.9.8
14432024-06-06T20:32:31.977Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=a84cf16555a1e5a6 -C extra-filename=-a84cf16555a1e5a6 --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-fb5654d251dbf08f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14442024-06-06T20:32:32.061Z Dirty form_urlencoded v1.2.1: the rustflags changed
14452024-06-06T20:32:32.061Z Compiling form_urlencoded v1.2.1
14462024-06-06T20:32:32.086Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=8558f77493471e37 -C extra-filename=-8558f77493471e37 --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-22869783781f7a70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14472024-06-06T20:32:32.335Z Dirty num-conv v0.1.0: the rustflags changed
14482024-06-06T20:32:32.336Z Compiling num-conv v0.1.0
14492024-06-06T20:32:32.360Z Running `/home/build/.rustup/toolchains/1.78.0-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' -C metadata=19b41fa3adeceefc -C extra-filename=-19b41fa3adeceefc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14502024-06-06T20:32:32.385Z Dirty powerfmt v0.2.0: the rustflags changed
14512024-06-06T20:32:32.385Z Compiling powerfmt v0.2.0
14522024-06-06T20:32:32.385Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=f3e7a811e4790277 -C extra-filename=-f3e7a811e4790277 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14532024-06-06T20:32:32.613Z Dirty time-core v0.1.2: the rustflags changed
14542024-06-06T20:32:32.613Z Compiling time-core v0.1.2
14552024-06-06T20:32:32.640Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=d2b471122a3172da -C extra-filename=-d2b471122a3172da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14562024-06-06T20:32:32.785Z Dirty httparse v1.8.0: the rustflags changed
14572024-06-06T20:32:32.785Z Compiling httparse v1.8.0
14582024-06-06T20:32:32.811Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b68e58fa5461d0d8 -C extra-filename=-b68e58fa5461d0d8 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-b68e58fa5461d0d8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14592024-06-06T20:32:32.811Z Dirty deranged v0.3.11: the rustflags changed
14602024-06-06T20:32:32.811Z Compiling deranged v0.3.11
14612024-06-06T20:32:32.811Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=65b34d074ad7f278 -C extra-filename=-65b34d074ad7f278 --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-f3e7a811e4790277.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14622024-06-06T20:32:32.838Z Compiling time-macros v0.2.18
14632024-06-06T20:32:32.838Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=cb692b1ed7aa2065 -C extra-filename=-cb692b1ed7aa2065 --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-19b41fa3adeceefc.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-d2b471122a3172da.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14642024-06-06T20:32:32.876Z Compiling ring v0.17.8
14652024-06-06T20:32:32.901Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=dae6dd42be0e067a -C extra-filename=-dae6dd42be0e067a --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-dae6dd42be0e067a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-453eca9135afa6bf.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14662024-06-06T20:32:33.241Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-b68e58fa5461d0d8/build-script-build`
14672024-06-06T20:32:33.280Z Dirty num_threads v0.1.7: the rustflags changed
14682024-06-06T20:32:33.280Z Compiling num_threads v0.1.7
14692024-06-06T20:32:33.280Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=34892b26c1f551f0 -C extra-filename=-34892b26c1f551f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14702024-06-06T20:32:33.367Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=374f7bdcf7d21587 -C extra-filename=-374f7bdcf7d21587 --out-dir /work/oxidecomputer/omicron/target/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`
14712024-06-06T20:32:33.397Z Compiling idna v0.5.0
14722024-06-06T20:32:33.422Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=675744463e840421 -C extra-filename=-675744463e840421 --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-99ebbc53cc68e61d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-64697c3f9169cd97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14732024-06-06T20:32:33.980Z Compiling unicode-width v0.1.12
14742024-06-06T20:32:34.006Z Running `/home/build/.rustup/toolchains/1.78.0-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.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"' -C metadata=03d269933db56fd2 -C extra-filename=-03d269933db56fd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14752024-06-06T20:32:34.006Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-dae6dd42be0e067a/build-script-build`
14762024-06-06T20:32:34.179Z Compiling url v2.5.0
14772024-06-06T20:32:34.203Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-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"' -C metadata=5ae9db4e827001c1 -C extra-filename=-5ae9db4e827001c1 --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-8558f77493471e37.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-675744463e840421.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-22869783781f7a70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14782024-06-06T20:32:34.426Z Compiling either v1.12.0
14792024-06-06T20:32:34.454Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-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 --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=c6ebce9b8f2b7960 -C extra-filename=-c6ebce9b8f2b7960 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14802024-06-06T20:32:34.741Z Compiling regex v1.10.4
14812024-06-06T20:32:34.766Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="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"' -C metadata=fcffde8d79cabe6d -C extra-filename=-fcffde8d79cabe6d --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-1fd9564269861caa.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-b328ca2e85c26ba1.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-e5e7129e53ac8b8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14822024-06-06T20:32:34.798Z Dirty rustversion v1.0.17: the rustflags changed
14832024-06-06T20:32:34.798Z Compiling rustversion v1.0.17
14842024-06-06T20:32:34.798Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=0231db8ead83e2b9 -C extra-filename=-0231db8ead83e2b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-0231db8ead83e2b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14852024-06-06T20:32:35.457Z Compiling untrusted v0.9.0
14862024-06-06T20:32:35.482Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=8af25f1ae3ed7de4 -C extra-filename=-8af25f1ae3ed7de4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14872024-06-06T20:32:35.641Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-0231db8ead83e2b9/build-script-build`
14882024-06-06T20:32:35.687Z Dirty adler v1.0.2: the rustflags changed
14892024-06-06T20:32:35.687Z Compiling adler v1.0.2
14902024-06-06T20:32:35.716Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name adler --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ab02ed3d0c38bd82 -C extra-filename=-ab02ed3d0c38bd82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14912024-06-06T20:32:35.716Z Compiling slog v2.7.0
14922024-06-06T20:32:35.716Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=f19229a953384392 -C extra-filename=-f19229a953384392 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-f19229a953384392 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14932024-06-06T20:32:35.809Z Compiling time v0.3.36
14942024-06-06T20:32:35.835Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=3a595e0835c9418a -C extra-filename=-3a595e0835c9418a --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-65b34d074ad7f278.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1d1af7e8c40a69f8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-19b41fa3adeceefc.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-34892b26c1f551f0.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-f3e7a811e4790277.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-d2b471122a3172da.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-cb692b1ed7aa2065.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14952024-06-06T20:32:35.835Z Dirty vcpkg v0.2.15: the rustflags changed
14962024-06-06T20:32:35.835Z Compiling vcpkg v0.2.15
14972024-06-06T20:32:35.835Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=f2268884d2898701 -C extra-filename=-f2268884d2898701 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14982024-06-06T20:32:35.891Z Dirty miniz_oxide v0.7.2: the rustflags changed
14992024-06-06T20:32:35.891Z Compiling miniz_oxide v0.7.2
15002024-06-06T20:32:35.922Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="with-alloc"' -C metadata=0a57369393f833e2 -C extra-filename=-0a57369393f833e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern adler=/work/oxidecomputer/omicron/target/debug/deps/libadler-ab02ed3d0c38bd82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15012024-06-06T20:32:36.181Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-f19229a953384392/build-script-build`
15022024-06-06T20:32:36.246Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=ff404895282bf39c -C extra-filename=-ff404895282bf39c --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`
15032024-06-06T20:32:36.608Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=7f4db6d592aed0d9 -C extra-filename=-7f4db6d592aed0d9 --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-6cd145163fd70236.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-84b0b01dae64acc1.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-a84cf16555a1e5a6.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8af25f1ae3ed7de4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -l static=ring_core_0_17_8_ -l static=ring_core_0_17_8_test`
15042024-06-06T20:32:37.195Z Dirty base64 v0.21.7: the rustflags changed
15052024-06-06T20:32:37.196Z Compiling base64 v0.21.7
15062024-06-06T20:32:37.221Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=bfc5ed6832fe4205 -C extra-filename=-bfc5ed6832fe4205 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15072024-06-06T20:32:37.221Z Compiling serde_derive v1.0.203
15082024-06-06T20:32:37.221Z Running `/home/build/.rustup/toolchains/1.78.0-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.203/src/lib.rs --error-format=json --json=diagnostic-rendered-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"' -C metadata=68d9cf65ea7a6bc6 -C extra-filename=-68d9cf65ea7a6bc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15092024-06-06T20:32:37.626Z Compiling zerocopy-derive v0.7.34
15102024-06-06T20:32:37.654Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=21dc429e3976a2f8 -C extra-filename=-21dc429e3976a2f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15112024-06-06T20:32:37.790Z Compiling zeroize_derive v1.4.2
15122024-06-06T20:32:37.818Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=3fe78c6c7e6734ce -C extra-filename=-3fe78c6c7e6734ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15132024-06-06T20:32:37.858Z Compiling thiserror-impl v1.0.60
15142024-06-06T20:32:37.884Z Running `/home/build/.rustup/toolchains/1.78.0-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.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bc437a6b43780f2d -C extra-filename=-bc437a6b43780f2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15152024-06-06T20:32:39.228Z Compiling zeroize v1.7.0
15162024-06-06T20:32:39.253Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' -C metadata=07a93449407c39c2 -C extra-filename=-07a93449407c39c2 --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-3fe78c6c7e6734ce.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15172024-06-06T20:32:39.559Z Compiling tokio-macros v2.2.0
15182024-06-06T20:32:39.585Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.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 -C metadata=7bfcf584fb6b76cd -C extra-filename=-7bfcf584fb6b76cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15192024-06-06T20:32:39.878Z Compiling zerocopy v0.7.34
15202024-06-06T20:32:39.903Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' -C metadata=76d1243ed8074ece -C extra-filename=-76d1243ed8074ece --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-4079b563d11206ed.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-21dc429e3976a2f8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15212024-06-06T20:32:39.964Z Compiling futures-macro v0.3.30
15222024-06-06T20:32:39.964Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=c30fc5b0644f3206 -C extra-filename=-c30fc5b0644f3206 --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-4b070c3f889b95c1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
15232024-06-06T20:32:39.989Z Running `/home/build/.rustup/toolchains/1.78.0-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.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8084be62cdc971fd -C extra-filename=-8084be62cdc971fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15242024-06-06T20:32:40.453Z Compiling schemars_derive v0.8.20
15252024-06-06T20:32:40.478Z Running `/home/build/.rustup/toolchains/1.78.0-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.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=58537b656fb3b5e9 -C extra-filename=-58537b656fb3b5e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-b71b32369c3fd3e8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15262024-06-06T20:32:40.809Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f5929b7079a2c0d9 -C extra-filename=-f5929b7079a2c0d9 --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-bc437a6b43780f2d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access`
15272024-06-06T20:32:40.932Z Compiling tracing-attributes v0.1.27
15282024-06-06T20:32:40.957Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=c3faa0b05e63d3a9 -C extra-filename=-c3faa0b05e63d3a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15292024-06-06T20:32:41.158Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=6163d56a4d54cf7e -C extra-filename=-6163d56a4d54cf7e --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-6cd145163fd70236.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-84b0b01dae64acc1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-76d1243ed8074ece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'`
15302024-06-06T20:32:41.184Z Compiling crypto-common v0.1.6
15312024-06-06T20:32:41.209Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=469342026b890081 -C extra-filename=-469342026b890081 --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-c30fc5b0644f3206.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-4b070c3f889b95c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15322024-06-06T20:32:41.209Z Compiling block-buffer v0.10.4
15332024-06-06T20:32:41.209Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=d7bce9266708b706 -C extra-filename=-d7bce9266708b706 --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-c30fc5b0644f3206.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15342024-06-06T20:32:41.425Z Compiling digest v0.10.7
15352024-06-06T20:32:41.425Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=eaca827472c55861 -C extra-filename=-eaca827472c55861 --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-d7bce9266708b706.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-e1a935d3d543cf79.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-469342026b890081.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15362024-06-06T20:32:41.461Z Dirty openssl-sys v0.9.102: the rustflags changed
15372024-06-06T20:32:41.461Z Compiling openssl-sys v0.9.102
15382024-06-06T20:32:41.487Z Running `/home/build/.rustup/toolchains/1.78.0-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.102/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 -C metadata=33ed2822f879be84 -C extra-filename=-33ed2822f879be84 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-33ed2822f879be84 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-453eca9135afa6bf.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-0839f5aecb361828.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-f2268884d2898701.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15392024-06-06T20:32:41.576Z Dirty try-lock v0.2.5: the rustflags changed
15402024-06-06T20:32:41.576Z Compiling try-lock v0.2.5
15412024-06-06T20:32:41.601Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=52288cb1600a9b63 -C extra-filename=-52288cb1600a9b63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15422024-06-06T20:32:41.694Z Compiling hashbrown v0.14.5
15432024-06-06T20:32:41.719Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' -C metadata=4826ff5533775fa1 -C extra-filename=-4826ff5533775fa1 --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-6163d56a4d54cf7e.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-e0639e5ace3a65a0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15442024-06-06T20:32:41.719Z Dirty heck v0.5.0: the rustflags changed
15452024-06-06T20:32:41.719Z Compiling heck v0.5.0
15462024-06-06T20:32:41.744Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=98930e4cc72f023e -C extra-filename=-98930e4cc72f023e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15472024-06-06T20:32:41.843Z Dirty want v0.3.1: the rustflags changed
15482024-06-06T20:32:41.843Z Compiling want v0.3.1
15492024-06-06T20:32:41.869Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=0dfc4878d281d11a -C extra-filename=-0dfc4878d281d11a --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-52288cb1600a9b63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15502024-06-06T20:32:41.915Z Compiling futures-util v0.3.30
15512024-06-06T20:32:41.941Z Running `/home/build/.rustup/toolchains/1.78.0-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.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="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"' -C metadata=708cbd8ae01528fb -C extra-filename=-708cbd8ae01528fb --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-afd81f7a37d03f0e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cfa3035534aaa817.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-8084be62cdc971fd.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4cb8e409c90cd6c4.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6b7b230ac7fdda05.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-0b6d4576f055e0dd.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-d0f1f33fb8cbafce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15522024-06-06T20:32:42.092Z Compiling async-trait v0.1.80
15532024-06-06T20:32:42.117Z Running `/home/build/.rustup/toolchains/1.78.0-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.80/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8b47b0ad828ebbf1 -C extra-filename=-8b47b0ad828ebbf1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15542024-06-06T20:32:42.154Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=b70d90a376f7e844 -C extra-filename=-b70d90a376f7e844 --out-dir /work/oxidecomputer/omicron/target/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`
15552024-06-06T20:32:42.394Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-33ed2822f879be84/build-script-main`
15562024-06-06T20:32:42.473Z Dirty tower-service v0.3.2: the rustflags changed
15572024-06-06T20:32:42.473Z Compiling tower-service v0.3.2
15582024-06-06T20:32:42.497Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c487c8735147c6c5 -C extra-filename=-c487c8735147c6c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15592024-06-06T20:32:42.584Z Compiling base64ct v1.6.0
15602024-06-06T20:32:42.609Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=96ee31262a117aa9 -C extra-filename=-96ee31262a117aa9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15612024-06-06T20:32:42.929Z Dirty httpdate v1.0.3: the rustflags changed
15622024-06-06T20:32:42.929Z Compiling httpdate v1.0.3
15632024-06-06T20:32:42.954Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=9a593ee1b17490e8 -C extra-filename=-9a593ee1b17490e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15642024-06-06T20:32:42.954Z Dirty openssl-probe v0.1.5: the rustflags changed
15652024-06-06T20:32:42.954Z Compiling openssl-probe v0.1.5
15662024-06-06T20:32:42.979Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=0ad62ea66a01c868 -C extra-filename=-0ad62ea66a01c868 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15672024-06-06T20:32:43.186Z Dirty openssl v0.10.64: the rustflags changed
15682024-06-06T20:32:43.186Z Compiling openssl v0.10.64
15692024-06-06T20:32:43.211Z Running `/home/build/.rustup/toolchains/1.78.0-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.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 --cfg 'feature="default"' -C metadata=322e0cb3647e37e1 -C extra-filename=-322e0cb3647e37e1 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-322e0cb3647e37e1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15702024-06-06T20:32:43.257Z Dirty foreign-types-shared v0.1.1: the rustflags changed
15712024-06-06T20:32:43.257Z Compiling foreign-types-shared v0.1.1
15722024-06-06T20:32:43.287Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=bc035bfc41bc9c76 -C extra-filename=-bc035bfc41bc9c76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15732024-06-06T20:32:43.360Z Dirty foreign-types v0.3.2: the rustflags changed
15742024-06-06T20:32:43.360Z Compiling foreign-types v0.3.2
15752024-06-06T20:32:43.385Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=54d620cccad1afc5 -C extra-filename=-54d620cccad1afc5 --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-bc035bfc41bc9c76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15762024-06-06T20:32:43.385Z Running `/home/build/.rustup/toolchains/1.78.0-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.102/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a5fa10a87a4478be -C extra-filename=-a5fa10a87a4478be --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-9e9eff94c6618bbf.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`
15772024-06-06T20:32:43.454Z Compiling openssl-macros v0.1.1
15782024-06-06T20:32:43.487Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=f42e35ef2253facd -C extra-filename=-f42e35ef2253facd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15792024-06-06T20:32:43.548Z Compiling backtrace v0.3.71
15802024-06-06T20:32:43.572Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5ec7fdb506f70d5d -C extra-filename=-5ec7fdb506f70d5d --out-dir /work/oxidecomputer/omicron/target/debug/build/backtrace-5ec7fdb506f70d5d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-453eca9135afa6bf.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15812024-06-06T20:32:43.597Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-322e0cb3647e37e1/build-script-build`
15822024-06-06T20:32:43.621Z Dirty ipnet v2.9.0: the rustflags changed
15832024-06-06T20:32:43.621Z Compiling ipnet v2.9.0
15842024-06-06T20:32:43.621Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a311a60ce806e489 -C extra-filename=-a311a60ce806e489 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15852024-06-06T20:32:43.971Z Compiling gimli v0.28.1
15862024-06-06T20:32:43.996Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.28.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="read"' --cfg 'feature="read-core"' -C metadata=a34ddd72889326b9 -C extra-filename=-a34ddd72889326b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15872024-06-06T20:32:44.206Z Compiling crossbeam-utils v0.8.19
15882024-06-06T20:32:44.231Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=bdd76902b9dc9574 -C extra-filename=-bdd76902b9dc9574 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-bdd76902b9dc9574 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15892024-06-06T20:32:44.399Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.203/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=820c2ce8c834bb45 -C extra-filename=-820c2ce8c834bb45 --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-68d9cf65ea7a6bc6.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15902024-06-06T20:32:44.424Z Compiling tracing v0.1.40
15912024-06-06T20:32:44.424Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=2e17325f08e11d93 -C extra-filename=-2e17325f08e11d93 --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-a206aa3e5ae8d451.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-c3faa0b05e63d3a9.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-4090540935a66d13.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15922024-06-06T20:32:44.529Z Dirty mime v0.3.17: the rustflags changed
15932024-06-06T20:32:44.529Z Compiling mime v0.3.17
15942024-06-06T20:32:44.553Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=6ed43d208ee9dad1 -C extra-filename=-6ed43d208ee9dad1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15952024-06-06T20:32:44.625Z Dirty strsim v0.11.1: the rustflags changed
15962024-06-06T20:32:44.625Z Compiling strsim v0.11.1
15972024-06-06T20:32:44.650Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=6ea71400cff95591 -C extra-filename=-6ea71400cff95591 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15982024-06-06T20:32:44.698Z Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-5ec7fdb506f70d5d/build-script-build`
15992024-06-06T20:32:44.724Z Compiling object v0.32.2
16002024-06-06T20:32:44.750Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.32.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' -C metadata=340f589c74ad0544 -C extra-filename=-340f589c74ad0544 --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-d9b2ede3219a3f1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16012024-06-06T20:32:44.791Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-bdd76902b9dc9574/build-script-build`
16022024-06-06T20:32:44.823Z Dirty native-tls v0.2.11: the rustflags changed
16032024-06-06T20:32:44.823Z Compiling native-tls v0.2.11
16042024-06-06T20:32:44.848Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dd402baa13a09a10 -C extra-filename=-dd402baa13a09a10 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-dd402baa13a09a10 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16052024-06-06T20:32:44.898Z Compiling rustls v0.21.12
16062024-06-06T20:32:44.934Z Running `/home/build/.rustup/toolchains/1.78.0-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="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=bc80f71c69e9b6e8 -C extra-filename=-bc80f71c69e9b6e8 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-bc80f71c69e9b6e8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16072024-06-06T20:32:45.067Z Compiling anyhow v1.0.86
16082024-06-06T20:32:45.095Z Running `/home/build/.rustup/toolchains/1.78.0-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.86/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3526ed6e7ec9351c -C extra-filename=-3526ed6e7ec9351c --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-3526ed6e7ec9351c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16092024-06-06T20:32:45.169Z Compiling rustc-demangle v0.1.24
16102024-06-06T20:32:45.194Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=41c64ee615aff3ba -C extra-filename=-41c64ee615aff3ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16112024-06-06T20:32:45.195Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-bc80f71c69e9b6e8/build-script-build`
16122024-06-06T20:32:45.220Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-dd402baa13a09a10/build-script-build`
16132024-06-06T20:32:45.244Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a68a0ba69dfbf991 -C extra-filename=-a68a0ba69dfbf991 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16142024-06-06T20:32:45.450Z Compiling sct v0.7.1
16152024-06-06T20:32:45.474Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=a9d2e0700c181c92 -C extra-filename=-a9d2e0700c181c92 --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-7f4db6d592aed0d9.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8af25f1ae3ed7de4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out`
16162024-06-06T20:32:45.629Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-3526ed6e7ec9351c/build-script-build`
16172024-06-06T20:32:45.723Z Compiling rustls-webpki v0.101.7
16182024-06-06T20:32:45.748Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=fab874de416965c2 -C extra-filename=-fab874de416965c2 --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-7f4db6d592aed0d9.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8af25f1ae3ed7de4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out`
16192024-06-06T20:32:45.884Z Compiling cookie v0.17.0
16202024-06-06T20:32:45.909Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.17.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' -C metadata=a372cc94cab348de -C extra-filename=-a372cc94cab348de --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-a372cc94cab348de -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16212024-06-06T20:32:46.062Z Compiling winnow v0.5.40
16222024-06-06T20:32:46.089Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=e4cd269434c2124b -C extra-filename=-e4cd269434c2124b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16232024-06-06T20:32:46.171Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-a372cc94cab348de/build-script-build`
16242024-06-06T20:32:46.237Z Compiling pem-rfc7468 v0.7.0
16252024-06-06T20:32:46.261Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=39678f3abe8ee19d -C extra-filename=-39678f3abe8ee19d --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-96ee31262a117aa9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16262024-06-06T20:32:46.375Z Compiling der_derive v0.7.2
16272024-06-06T20:32:46.399Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der_derive-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3201ff31dd16476d -C extra-filename=-3201ff31dd16476d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16282024-06-06T20:32:46.892Z Compiling futures-executor v0.3.30
16292024-06-06T20:32:46.917Z Running `/home/build/.rustup/toolchains/1.78.0-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.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="std"' -C metadata=b0c093100e57aea3 -C extra-filename=-b0c093100e57aea3 --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-4a234987197be9fa.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6b7b230ac7fdda05.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-708cbd8ae01528fb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16302024-06-06T20:32:47.276Z Compiling futures v0.3.30
16312024-06-06T20:32:47.302Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=24884ce4024aab08 -C extra-filename=-24884ce4024aab08 --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-afd81f7a37d03f0e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-b0c093100e57aea3.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cfa3035534aaa817.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4cb8e409c90cd6c4.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6b7b230ac7fdda05.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-708cbd8ae01528fb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16322024-06-06T20:32:47.383Z Running `/home/build/.rustup/toolchains/1.78.0-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="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=611c160b97485b6b -C extra-filename=-611c160b97485b6b --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-a206aa3e5ae8d451.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-fab874de416965c2.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-a9d2e0700c181c92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out`
16332024-06-06T20:32:47.416Z Compiling addr2line v0.21.0
16342024-06-06T20:32:47.441Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b47b77a41795fa3e -C extra-filename=-b47b77a41795fa3e --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-a34ddd72889326b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16352024-06-06T20:32:47.441Z Compiling idna v0.3.0
16362024-06-06T20:32:47.441Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=38f8b4c0736aef15 -C extra-filename=-38f8b4c0736aef15 --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-99ebbc53cc68e61d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-64697c3f9169cd97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16372024-06-06T20:32:48.058Z Dirty encoding_rs v0.8.34: the rustflags changed
16382024-06-06T20:32:48.058Z Compiling encoding_rs v0.8.34
16392024-06-06T20:32:48.083Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=cb93baec212052e7 -C extra-filename=-cb93baec212052e7 --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-6cd145163fd70236.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16402024-06-06T20:32:48.108Z Compiling psl-types v2.0.11
16412024-06-06T20:32:48.138Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=37a7ed7204f9aba7 -C extra-filename=-37a7ed7204f9aba7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16422024-06-06T20:32:48.263Z Dirty utf8parse v0.2.1: the rustflags changed
16432024-06-06T20:32:48.263Z Compiling utf8parse v0.2.1
16442024-06-06T20:32:48.288Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=1145d37920d1b3a9 -C extra-filename=-1145d37920d1b3a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16452024-06-06T20:32:48.398Z Compiling ucd-trie v0.1.6
16462024-06-06T20:32:48.423Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=c65906f2bde6c412 -C extra-filename=-c65906f2bde6c412 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16472024-06-06T20:32:48.649Z Compiling flagset v0.4.5
16482024-06-06T20:32:48.674Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flagset-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=78047bb16dad56ca -C extra-filename=-78047bb16dad56ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16492024-06-06T20:32:48.762Z Compiling pest v2.7.10
16502024-06-06T20:32:48.788Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' -C metadata=70d20cdffb66ff19 -C extra-filename=-70d20cdffb66ff19 --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-d9b2ede3219a3f1f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-c65906f2bde6c412.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16512024-06-06T20:32:48.840Z Compiling der v0.7.9
16522024-06-06T20:32:48.865Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=f60248ae21ce4171 -C extra-filename=-f60248ae21ce4171 --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-e1a935d3d543cf79.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-3201ff31dd16476d.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-78047bb16dad56ca.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-39678f3abe8ee19d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16532024-06-06T20:32:48.978Z Compiling publicsuffix v2.2.3
16542024-06-06T20:32:49.004Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=d9996439499333bf -C extra-filename=-d9996439499333bf --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-38f8b4c0736aef15.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-37a7ed7204f9aba7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16552024-06-06T20:32:49.189Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-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="percent-encode"' --cfg 'feature="percent-encoding"' -C metadata=39525b1a9bdc82b9 -C extra-filename=-39525b1a9bdc82b9 --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-22869783781f7a70.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16562024-06-06T20:32:49.235Z Dirty rustls-pemfile v1.0.4: the rustflags changed
16572024-06-06T20:32:49.235Z Compiling rustls-pemfile v1.0.4
16582024-06-06T20:32:49.260Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=1869657d36c282d4 -C extra-filename=-1869657d36c282d4 --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-bfc5ed6832fe4205.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16592024-06-06T20:32:49.617Z Compiling bytes v1.6.0
16602024-06-06T20:32:49.644Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-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="serde"' --cfg 'feature="std"' -C metadata=4c4fe9871302af71 -C extra-filename=-4c4fe9871302af71 --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-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16612024-06-06T20:32:49.685Z Compiling bitflags v2.5.0
16622024-06-06T20:32:49.711Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-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="serde"' --cfg 'feature="std"' -C metadata=3aa8a2c4fb2b2dd9 -C extra-filename=-3aa8a2c4fb2b2dd9 --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-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16632024-06-06T20:32:50.094Z Running `/home/build/.rustup/toolchains/1.78.0-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.117/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' -C metadata=465132f3f6f81b89 -C extra-filename=-465132f3f6f81b89 --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-1d1af7e8c40a69f8.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-2235e6b179f77bd1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg limb_width_64`
16642024-06-06T20:32:50.184Z Compiling indexmap v2.2.6
16652024-06-06T20:32:50.208Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.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 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=85fe8b34d5818712 -C extra-filename=-85fe8b34d5818712 --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-7908cf90c6ce7643.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-4826ff5533775fa1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16662024-06-06T20:32:50.748Z Compiling tokio v1.37.0
16672024-06-06T20:32:50.773Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/lib.rs --error-format=json --json=diagnostic-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="num_cpus"' --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"' -C metadata=36a1cc2998aaf01b -C extra-filename=-36a1cc2998aaf01b --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-4c4fe9871302af71.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9f0966d2e489a4ef.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-542485ea2f901d76.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-ceff54d9803290cf.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-9c0fdcc86593b797.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-638e6319dfcb29c2.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-7bfcf584fb6b76cd.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16682024-06-06T20:32:50.853Z Compiling chrono v0.4.38
16692024-06-06T20:32:50.878Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=ffb435b01cf406b3 -C extra-filename=-ffb435b01cf406b3 --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-dc7fd02d5aaff25a.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16702024-06-06T20:32:51.247Z Compiling uuid v1.8.0
16712024-06-06T20:32:51.272Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=87c4e8b2c0f2b8e3 -C extra-filename=-87c4e8b2c0f2b8e3 --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-84b0b01dae64acc1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16722024-06-06T20:32:51.389Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=452f460e0884e8de -C extra-filename=-452f460e0884e8de --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-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16732024-06-06T20:32:51.718Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.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"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=7c528e277d2672f3 -C extra-filename=-7c528e277d2672f3 --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-3aa8a2c4fb2b2dd9.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-3cfcd26b9cc4ed8f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
16742024-06-06T20:32:51.764Z Compiling http v0.2.12
16752024-06-06T20:32:51.793Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=2f6144cc237d078b -C extra-filename=-2f6144cc237d078b --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-4c4fe9871302af71.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-d03daaf3ac116161.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1d1af7e8c40a69f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16762024-06-06T20:32:52.039Z Compiling toml_datetime v0.6.6
16772024-06-06T20:32:52.064Z Running `/home/build/.rustup/toolchains/1.78.0-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.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=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' -C metadata=2ca70ed40e4f4725 -C extra-filename=-2ca70ed40e4f4725 --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-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16782024-06-06T20:32:52.430Z Compiling serde_spanned v0.6.6
16792024-06-06T20:32:52.455Z Running `/home/build/.rustup/toolchains/1.78.0-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.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=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' -C metadata=c6da00829e3f793c -C extra-filename=-c6da00829e3f793c --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-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16802024-06-06T20:32:52.501Z Compiling serde_tokenstream v0.2.0
16812024-06-06T20:32:52.526Z Running `/home/build/.rustup/toolchains/1.78.0-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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=43be38bd7aabbd14 -C extra-filename=-43be38bd7aabbd14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16822024-06-06T20:32:52.657Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.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 --cfg 'feature="default"' -C metadata=cff019792d5aa2ff -C extra-filename=-cff019792d5aa2ff --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-3aa8a2c4fb2b2dd9.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-54d620cccad1afc5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-f42e35ef2253facd.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a5fa10a87a4478be.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 ossl300`
16832024-06-06T20:32:52.745Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-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 --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=be9efc8591410730 -C extra-filename=-be9efc8591410730 --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-4c4fe9871302af71.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-acaadff11df4bfa2.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-58537b656fb3b5e9.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
16842024-06-06T20:32:52.985Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0dcfa2ff3f409e5c -C extra-filename=-0dcfa2ff3f409e5c --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-b47b77a41795fa3e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-0a57369393f833e2.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-340f589c74ad0544.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-41c64ee615aff3ba.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16852024-06-06T20:32:53.916Z Compiling http-body v0.4.6
16862024-06-06T20:32:53.941Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=5ada564f449a0f17 -C extra-filename=-5ada564f449a0f17 --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-4c4fe9871302af71.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16872024-06-06T20:32:54.040Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.86/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3c29e5bf0859ca58 -C extra-filename=-3c29e5bf0859ca58 --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-0dcfa2ff3f409e5c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_backtrace --cfg error_generic_member_access`
16882024-06-06T20:32:54.188Z Compiling toml_edit v0.19.15
16892024-06-06T20:32:54.213Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=5ebcc46274e75cd7 -C extra-filename=-5ebcc46274e75cd7 --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-85fe8b34d5818712.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-c6da00829e3f793c.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2ca70ed40e4f4725.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-e4cd269434c2124b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16902024-06-06T20:32:54.314Z Compiling serde_urlencoded v0.7.1
16912024-06-06T20:32:54.339Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=cbe51ef47ffa2b0d -C extra-filename=-cbe51ef47ffa2b0d --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-8558f77493471e37.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1d1af7e8c40a69f8.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-2235e6b179f77bd1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16922024-06-06T20:32:54.759Z Compiling rustc_version v0.4.0
16932024-06-06T20:32:54.784Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=872d493ff49999a4 -C extra-filename=-872d493ff49999a4 --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-452f460e0884e8de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16942024-06-06T20:32:54.873Z Compiling cookie_store v0.20.0
16952024-06-06T20:32:54.898Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie_store --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie_store-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="public_suffix"' --cfg 'feature="publicsuffix"' -C metadata=20b98506696ce234 -C extra-filename=-20b98506696ce234 --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-39525b1a9bdc82b9.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-38f8b4c0736aef15.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-d9996439499333bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-68d9cf65ea7a6bc6.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae9db4e827001c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16962024-06-06T20:32:55.201Z Compiling pest_meta v2.7.10
16972024-06-06T20:32:55.226Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_meta-2.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=7cda3fc099223de9 -C extra-filename=-7cda3fc099223de9 --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-646417322ca33c73.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-70d20cdffb66ff19.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16982024-06-06T20:32:55.451Z Compiling spki v0.7.3
16992024-06-06T20:32:55.476Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=617be5101ba4ab21 -C extra-filename=-617be5101ba4ab21 --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-f60248ae21ce4171.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17002024-06-06T20:32:55.767Z Compiling scroll_derive v0.12.0
17012024-06-06T20:32:55.792Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=0647721430415150 -C extra-filename=-0647721430415150 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17022024-06-06T20:32:55.942Z Compiling webpki-roots v0.25.4
17032024-06-06T20:32:55.967Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.25.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 -C metadata=6df8bfb5008e02b0 -C extra-filename=-6df8bfb5008e02b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17042024-06-06T20:32:56.083Z Compiling data-encoding v2.6.0
17052024-06-06T20:32:56.107Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=ec823a0340677e83 -C extra-filename=-ec823a0340677e83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17062024-06-06T20:32:56.108Z Dirty sync_wrapper v0.1.2: the rustflags changed
17072024-06-06T20:32:56.108Z Compiling sync_wrapper v0.1.2
17082024-06-06T20:32:56.108Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=981a692718d63d9b -C extra-filename=-981a692718d63d9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17092024-06-06T20:32:56.220Z Dirty anstyle v1.0.7: the rustflags changed
17102024-06-06T20:32:56.220Z Compiling anstyle v1.0.7
17112024-06-06T20:32:56.246Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=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"' -C metadata=9cdfe1db1ea1f39e -C extra-filename=-9cdfe1db1ea1f39e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17122024-06-06T20:32:56.246Z Compiling pest_generator v2.7.10
17132024-06-06T20:32:56.246Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_generator-2.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=8698877b05634c74 -C extra-filename=-8698877b05634c74 --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-70d20cdffb66ff19.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-7cda3fc099223de9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17142024-06-06T20:32:56.613Z Compiling openapiv3 v2.0.0
17152024-06-06T20:32:56.638Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=1dd61003af64f293 -C extra-filename=-1dd61003af64f293 --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-85fe8b34d5818712.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17162024-06-06T20:32:57.148Z Compiling scroll v0.12.0
17172024-06-06T20:32:57.173Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=bf3595124d6fdc3a -C extra-filename=-bf3595124d6fdc3a --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-0647721430415150.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17182024-06-06T20:32:57.627Z Compiling tokio-util v0.7.11
17192024-06-06T20:32:57.652Z Running `/home/build/.rustup/toolchains/1.78.0-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.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="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="io-util"' -C metadata=2bae00d0c3d895c0 -C extra-filename=-2bae00d0c3d895c0 --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-4c4fe9871302af71.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4cb8e409c90cd6c4.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17202024-06-06T20:32:57.954Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fde4809a4b70dc50 -C extra-filename=-fde4809a4b70dc50 --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-a206aa3e5ae8d451.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cff019792d5aa2ff.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-0ad62ea66a01c868.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a5fa10a87a4478be.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`
17212024-06-06T20:32:58.109Z Compiling tokio-rustls v0.24.1
17222024-06-06T20:32:58.134Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=92b6c34662898af0 -C extra-filename=-92b6c34662898af0 --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-611c160b97485b6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out`
17232024-06-06T20:32:58.446Z Compiling h2 v0.3.26
17242024-06-06T20:32:58.471Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=70a5e5c22977a48d -C extra-filename=-70a5e5c22977a48d --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-4c4fe9871302af71.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-d03daaf3ac116161.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4cb8e409c90cd6c4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-708cbd8ae01528fb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-d0f1f33fb8cbafce.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2e17325f08e11d93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17252024-06-06T20:32:58.496Z Compiling tokio-native-tls v0.3.1
17262024-06-06T20:32:58.496Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=a2a2dead97d4c9f0 -C extra-filename=-a2a2dead97d4c9f0 --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-fde4809a4b70dc50.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
17272024-06-06T20:32:58.725Z Compiling sha2 v0.10.8
17282024-06-06T20:32:58.750Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=c7d7a53cc449c24d -C extra-filename=-c7d7a53cc449c24d --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-6cd145163fd70236.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-617fd11b7df2e647.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eaca827472c55861.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17292024-06-06T20:32:58.794Z Compiling plain v0.2.3
17302024-06-06T20:32:58.819Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=f0823be5812d4fcc -C extra-filename=-f0823be5812d4fcc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17312024-06-06T20:32:58.931Z Compiling bitflags v1.3.2
17322024-06-06T20:32:58.956Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=69ae6b86f325c5cb -C extra-filename=-69ae6b86f325c5cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17332024-06-06T20:32:59.023Z Compiling goblin v0.8.2
17342024-06-06T20:32:59.050Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=a0c026ad922e9d3d -C extra-filename=-a0c026ad922e9d3d --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-a206aa3e5ae8d451.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-f0823be5812d4fcc.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-bf3595124d6fdc3a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17352024-06-06T20:32:59.545Z Compiling pest_derive v2.7.10
17362024-06-06T20:32:59.570Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_derive-2.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e760427803ceb8a6 -C extra-filename=-e760427803ceb8a6 --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-70d20cdffb66ff19.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-8698877b05634c74.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17372024-06-06T20:32:59.967Z Compiling pkcs8 v0.10.2
17382024-06-06T20:32:59.992Z Running `/home/build/.rustup/toolchains/1.78.0-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="pem"' --cfg 'feature="std"' -C metadata=0a9b5b4bf2e20dfa -C extra-filename=-0a9b5b4bf2e20dfa --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-f60248ae21ce4171.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-617be5101ba4ab21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17392024-06-06T20:33:00.250Z Compiling hmac v0.12.1
17402024-06-06T20:33:00.275Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=cd18b5466500dc52 -C extra-filename=-cd18b5466500dc52 --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-eaca827472c55861.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17412024-06-06T20:33:00.381Z Compiling usdt-impl v0.5.0
17422024-06-06T20:33:00.410Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=beb49674faa1392d -C extra-filename=-beb49674faa1392d --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-beb49674faa1392d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17432024-06-06T20:33:00.456Z Compiling pretty-hex v0.4.1
17442024-06-06T20:33:00.484Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=4c07280b1303a8bc -C extra-filename=-4c07280b1303a8bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17452024-06-06T20:33:00.484Z Compiling bit-vec v0.6.3
17462024-06-06T20:33:00.484Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=7ab01f8821dfd213 -C extra-filename=-7ab01f8821dfd213 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17472024-06-06T20:33:00.646Z Dirty crc32fast v1.4.0: the rustflags changed
17482024-06-06T20:33:00.646Z Compiling crc32fast v1.4.0
17492024-06-06T20:33:00.672Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.4.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c699cf63ed344068 -C extra-filename=-c699cf63ed344068 --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-c699cf63ed344068 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17502024-06-06T20:33:00.702Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-beb49674faa1392d/build-script-build`
17512024-06-06T20:33:00.848Z Compiling dtrace-parser v0.2.0
17522024-06-06T20:33:00.874Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=2577da81d307c7f6 -C extra-filename=-2577da81d307c7f6 --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-70d20cdffb66ff19.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-e760427803ceb8a6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17532024-06-06T20:33:00.874Z Dirty anstyle-parse v0.2.4: the rustflags changed
17542024-06-06T20:33:00.874Z Compiling anstyle-parse v0.2.4
17552024-06-06T20:33:00.874Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' -C metadata=f61d0a1c900d71dc -C extra-filename=-f61d0a1c900d71dc --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-1145d37920d1b3a9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17562024-06-06T20:33:00.991Z Compiling num-integer v0.1.46
17572024-06-06T20:33:01.016Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=6f07fa01fde21d6b -C extra-filename=-6f07fa01fde21d6b --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-da8aea025e0dde22.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17582024-06-06T20:33:01.112Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-c699cf63ed344068/build-script-build`
17592024-06-06T20:33:01.171Z Compiling thread-id v4.2.1
17602024-06-06T20:33:01.196Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2764545db271fd37 -C extra-filename=-2764545db271fd37 --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17612024-06-06T20:33:01.196Z Dirty colorchoice v1.0.1: the rustflags changed
17622024-06-06T20:33:01.196Z Compiling colorchoice v1.0.1
17632024-06-06T20:33:01.196Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' -C metadata=fe326407f55ebd6f -C extra-filename=-fe326407f55ebd6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17642024-06-06T20:33:01.221Z Dirty is_terminal_polyfill v1.70.0: the rustflags changed
17652024-06-06T20:33:01.221Z Compiling is_terminal_polyfill v1.70.0
17662024-06-06T20:33:01.221Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_terminal_polyfill-1.70.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' -C metadata=46a9d580cb2c6a4f -C extra-filename=-46a9d580cb2c6a4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17672024-06-06T20:33:01.282Z Dirty anstyle-query v1.0.3: the rustflags changed
17682024-06-06T20:33:01.282Z Compiling anstyle-query v1.0.3
17692024-06-06T20:33:01.307Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' -C metadata=94cebae1470990a5 -C extra-filename=-94cebae1470990a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17702024-06-06T20:33:01.351Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b93e8dcfe84d9fec -C extra-filename=-b93e8dcfe84d9fec --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-6cd145163fd70236.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg crc32fast_stdarchx86`
17712024-06-06T20:33:01.376Z Compiling terminal_size v0.3.0
17722024-06-06T20:33:01.376Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-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 -C metadata=f1942c94c3be7ea2 -C extra-filename=-f1942c94c3be7ea2 --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-7c528e277d2672f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17732024-06-06T20:33:01.409Z Dirty anstream v0.6.14: the rustflags changed
17742024-06-06T20:33:01.409Z Compiling anstream v0.6.14
17752024-06-06T20:33:01.443Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' -C metadata=645ce823ca29e069 -C extra-filename=-645ce823ca29e069 --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-9cdfe1db1ea1f39e.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-f61d0a1c900d71dc.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-94cebae1470990a5.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-fe326407f55ebd6f.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-46a9d580cb2c6a4f.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-1145d37920d1b3a9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17762024-06-06T20:33:01.532Z Compiling block-padding v0.3.3
17772024-06-06T20:33:01.558Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=2631b71dd7200523 -C extra-filename=-2631b71dd7200523 --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-c30fc5b0644f3206.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17782024-06-06T20:33:01.636Z Dirty clap_lex v0.7.0: the rustflags changed
17792024-06-06T20:33:01.636Z Compiling clap_lex v0.7.0
17802024-06-06T20:33:01.662Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e246f152970a6192 -C extra-filename=-e246f152970a6192 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17812024-06-06T20:33:01.690Z Compiling unicode-segmentation v1.11.0
17822024-06-06T20:33:01.691Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2afaf9e04f860710 -C extra-filename=-2afaf9e04f860710 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17832024-06-06T20:33:01.762Z Compiling inout v0.1.3
17842024-06-06T20:33:01.787Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=5414d2346777725c -C extra-filename=-5414d2346777725c --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-2631b71dd7200523.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-c30fc5b0644f3206.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17852024-06-06T20:33:02.007Z Compiling clap_builder v4.5.2
17862024-06-06T20:33:02.033Z Running `/home/build/.rustup/toolchains/1.78.0-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.2/src/lib.rs --error-format=json --json=diagnostic-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="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' -C metadata=ea725b54fa142c98 -C extra-filename=-ea725b54fa142c98 --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-645ce823ca29e069.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-9cdfe1db1ea1f39e.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-e246f152970a6192.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-6ea71400cff95591.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-f1942c94c3be7ea2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17872024-06-06T20:33:02.067Z Compiling clap_derive v4.5.4
17882024-06-06T20:33:02.093Z Running `/home/build/.rustup/toolchains/1.78.0-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.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 --cfg 'feature="default"' -C metadata=153ecb3e59954963 -C extra-filename=-153ecb3e59954963 --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-98930e4cc72f023e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17892024-06-06T20:33:02.118Z Compiling siphasher v0.3.11
17902024-06-06T20:33:02.143Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=c19a4622e39c7078 -C extra-filename=-c19a4622e39c7078 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17912024-06-06T20:33:02.348Z Compiling cipher v0.4.4
17922024-06-06T20:33:02.374Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=46383a6241addb39 -C extra-filename=-46383a6241addb39 --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-469342026b890081.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-5414d2346777725c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17932024-06-06T20:33:02.434Z Compiling hex v0.4.3
17942024-06-06T20:33:02.459Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=69413bc4625a4929 -C extra-filename=-69413bc4625a4929 --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-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17952024-06-06T20:33:02.723Z Compiling crossbeam-epoch v0.9.18
17962024-06-06T20:33:02.748Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=370ba663e455d276 -C extra-filename=-370ba663e455d276 --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-a68a0ba69dfbf991.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17972024-06-06T20:33:02.816Z Compiling itertools v0.10.5
17982024-06-06T20:33:02.842Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=90cc6d0cca9cde1d -C extra-filename=-90cc6d0cca9cde1d --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-c6ebce9b8f2b7960.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17992024-06-06T20:33:02.979Z Compiling memmap v0.7.0
18002024-06-06T20:33:03.005Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=1608b6de15ab102b -C extra-filename=-1608b6de15ab102b --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18012024-06-06T20:33:03.296Z Compiling stable_deref_trait v1.2.0
18022024-06-06T20:33:03.323Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=b635917684df9bbc -C extra-filename=-b635917684df9bbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18032024-06-06T20:33:03.391Z Dirty winnow v0.6.8: the rustflags changed
18042024-06-06T20:33:03.391Z Compiling winnow v0.6.8
18052024-06-06T20:33:03.417Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-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=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::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' '--allow=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a4e331affc63f6b2 -C extra-filename=-a4e331affc63f6b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18062024-06-06T20:33:03.417Z Dirty flate2 v1.0.30: the rustflags changed
18072024-06-06T20:33:03.417Z Compiling flate2 v1.0.30
18082024-06-06T20:33:03.417Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.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="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' -C metadata=fb668c5b60c76fe7 -C extra-filename=-fb668c5b60c76fe7 --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-b93e8dcfe84d9fec.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-0a57369393f833e2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18092024-06-06T20:33:03.678Z Compiling dof v0.3.0
18102024-06-06T20:33:03.707Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=818d7209e93ed925 -C extra-filename=-818d7209e93ed925 --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-a0c026ad922e9d3d.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-76d1243ed8074ece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18112024-06-06T20:33:04.229Z Compiling hyper v0.14.28
18122024-06-06T20:33:04.255Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="server"' --cfg 'feature="socket2"' --cfg 'feature="stream"' --cfg 'feature="tcp"' -C metadata=671b944fd3812f33 -C extra-filename=-671b944fd3812f33 --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-4c4fe9871302af71.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-afd81f7a37d03f0e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-708cbd8ae01528fb.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-70a5e5c22977a48d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-5ada564f449a0f17.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-374f7bdcf7d21587.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-9a593ee1b17490e8.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1d1af7e8c40a69f8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-638e6319dfcb29c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c487c8735147c6c5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2e17325f08e11d93.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-0dfc4878d281d11a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18132024-06-06T20:33:05.212Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=6a84e9d6d5856bfe -C extra-filename=-6a84e9d6d5856bfe --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-4079b563d11206ed.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-818d7209e93ed925.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-2577da81d307c7f6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-2764545db271fd37.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
18142024-06-06T20:33:05.628Z Compiling bit-set v0.5.3
18152024-06-06T20:33:05.628Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=fed351dfccf21ec0 -C extra-filename=-fed351dfccf21ec0 --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-7ab01f8821dfd213.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18162024-06-06T20:33:05.877Z Compiling itertools v0.12.1
18172024-06-06T20:33:05.902Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=0b4037e4c176bd20 -C extra-filename=-0b4037e4c176bd20 --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-c6ebce9b8f2b7960.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18182024-06-06T20:33:06.269Z Compiling clap v4.5.4
18192024-06-06T20:33:06.295Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.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="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"' -C metadata=865e84b7a84584b1 -C extra-filename=-865e84b7a84584b1 --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-ea725b54fa142c98.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-153ecb3e59954963.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18202024-06-06T20:33:06.375Z Compiling toml_edit v0.22.13
18212024-06-06T20:33:06.400Z Running `/home/build/.rustup/toolchains/1.78.0-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.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=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="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' -C metadata=d4dd4bd950638c62 -C extra-filename=-d4dd4bd950638c62 --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-85fe8b34d5818712.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-c6da00829e3f793c.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2ca70ed40e4f4725.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-a4e331affc63f6b2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18222024-06-06T20:33:06.446Z Compiling ff v0.13.0
18232024-06-06T20:33:06.471Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=9e49121eb754b2c4 -C extra-filename=-9e49121eb754b2c4 --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-715685859e2d8232.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18242024-06-06T20:33:06.636Z Compiling base16ct v0.2.0
18252024-06-06T20:33:06.661Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=fd6a4ef1678aa560 -C extra-filename=-fd6a4ef1678aa560 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18262024-06-06T20:33:06.661Z Compiling group v0.13.0
18272024-06-06T20:33:06.661Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=b5b89f4419a02478 -C extra-filename=-b5b89f4419a02478 --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-9e49121eb754b2c4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18282024-06-06T20:33:06.920Z Compiling sec1 v0.7.3
18292024-06-06T20:33:06.944Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=823204e309fe2fa6 -C extra-filename=-823204e309fe2fa6 --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-fd6a4ef1678aa560.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f60248ae21ce4171.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-c30fc5b0644f3206.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-0a9b5b4bf2e20dfa.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18302024-06-06T20:33:06.945Z Compiling hkdf v0.12.4
18312024-06-06T20:33:06.970Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=d6f81de67164b7f9 -C extra-filename=-d6f81de67164b7f9 --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-cd18b5466500dc52.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18322024-06-06T20:33:07.175Z Compiling toml v0.7.8
18332024-06-06T20:33:07.200Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=dc3accfb3da32bde -C extra-filename=-dc3accfb3da32bde --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-820c2ce8c834bb45.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-c6da00829e3f793c.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2ca70ed40e4f4725.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5ebcc46274e75cd7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18342024-06-06T20:33:07.298Z Compiling ipnetwork v0.20.0
18352024-06-06T20:33:07.323Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=62e80274e97641d4 -C extra-filename=-62e80274e97641d4 --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-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18362024-06-06T20:33:07.407Z Compiling crypto-bigint v0.5.5
18372024-06-06T20:33:07.432Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=141d05f41cd1085b -C extra-filename=-141d05f41cd1085b --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-c30fc5b0644f3206.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18382024-06-06T20:33:07.949Z Compiling usdt-macro v0.5.0
18392024-06-06T20:33:07.974Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=2432f13905d7e0d1 -C extra-filename=-2432f13905d7e0d1 --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-2577da81d307c7f6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-43be38bd7aabbd14.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-6a84e9d6d5856bfe.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18402024-06-06T20:33:08.126Z Compiling usdt-attr-macro v0.5.0
18412024-06-06T20:33:08.151Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=1edc90bd5408dccf -C extra-filename=-1edc90bd5408dccf --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-2577da81d307c7f6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-43be38bd7aabbd14.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-6a84e9d6d5856bfe.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18422024-06-06T20:33:08.518Z Compiling zerocopy-derive v0.6.6
18432024-06-06T20:33:08.554Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=1d9ddfc8da43c8a1 -C extra-filename=-1d9ddfc8da43c8a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18442024-06-06T20:33:08.721Z Compiling signal-hook v0.3.17
18452024-06-06T20:33:08.746Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=d34d96712c379bd8 -C extra-filename=-d34d96712c379bd8 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-d34d96712c379bd8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18462024-06-06T20:33:08.980Z Compiling fixedbitset v0.4.2
18472024-06-06T20:33:09.005Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=da9df59bd1f776eb -C extra-filename=-da9df59bd1f776eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18482024-06-06T20:33:09.366Z Compiling managed v0.8.0
18492024-06-06T20:33:09.391Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=ea0c299f5a09e9f8 -C extra-filename=-ea0c299f5a09e9f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18502024-06-06T20:33:09.485Z Compiling petgraph v0.6.5
18512024-06-06T20:33:09.510Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=30c26ed74ac6be72 -C extra-filename=-30c26ed74ac6be72 --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-da9df59bd1f776eb.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-68d9cf65ea7a6bc6.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18522024-06-06T20:33:09.741Z Compiling hyper-tls v0.5.0
18532024-06-06T20:33:09.767Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-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 -C metadata=2fef7d5e01a04a6d -C extra-filename=-2fef7d5e01a04a6d --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-4c4fe9871302af71.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-fde4809a4b70dc50.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-a2a2dead97d4c9f0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
18542024-06-06T20:33:09.793Z Compiling hyper-rustls v0.24.2
18552024-06-06T20:33:09.793Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-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 -C metadata=3f3727f70a01c1f5 -C extra-filename=-3f3727f70a01c1f5 --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-708cbd8ae01528fb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-611c160b97485b6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-92b6c34662898af0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out`
18562024-06-06T20:33:10.090Z Compiling reqwest v0.11.27
18572024-06-06T20:33:10.116Z Running `/home/build/.rustup/toolchains/1.78.0-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="__rustls"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="cookie_crate"' --cfg 'feature="cookie_store"' --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="hyper-rustls"' --cfg 'feature="hyper-tls"' --cfg 'feature="json"' --cfg 'feature="native-tls-crate"' --cfg 'feature="rustls"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="serde_json"' --cfg 'feature="stream"' --cfg 'feature="tokio-native-tls"' --cfg 'feature="tokio-rustls"' --cfg 'feature="tokio-util"' --cfg 'feature="wasm-streams"' --cfg 'feature="webpki-roots"' -C metadata=6f1f518a9035521a -C extra-filename=-6f1f518a9035521a --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-bfc5ed6832fe4205.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-39525b1a9bdc82b9.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-20b98506696ce234.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-cb93baec212052e7.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-708cbd8ae01528fb.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-70a5e5c22977a48d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-5ada564f449a0f17.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-3f3727f70a01c1f5.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-2fef7d5e01a04a6d.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a311a60ce806e489.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-6ed43d208ee9dad1.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-fde4809a4b70dc50.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-22869783781f7a70.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-611c160b97485b6b.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-1869657d36c282d4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cbe51ef47ffa2b0d.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-981a692718d63d9b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-a2a2dead97d4c9f0.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-92b6c34662898af0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c487c8735147c6c5.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae9db4e827001c1.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-6df8bfb5008e02b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
18582024-06-06T20:33:10.116Z Compiling usdt v0.5.0
18592024-06-06T20:33:10.141Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=355639dd9dcfe430 -C extra-filename=-355639dd9dcfe430 --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-818d7209e93ed925.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-2577da81d307c7f6.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-a0c026ad922e9d3d.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-1608b6de15ab102b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-1edc90bd5408dccf.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-6a84e9d6d5856bfe.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-2432f13905d7e0d1.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18602024-06-06T20:33:10.219Z Compiling elliptic-curve v0.13.8
18612024-06-06T20:33:10.244Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=51770b30c6d2f0cd -C extra-filename=-51770b30c6d2f0cd --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-fd6a4ef1678aa560.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-141d05f41cd1085b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eaca827472c55861.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9e49121eb754b2c4.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-c30fc5b0644f3206.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-b5b89f4419a02478.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-d6f81de67164b7f9.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-39678f3abe8ee19d.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-0a9b5b4bf2e20dfa.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-823204e309fe2fa6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18622024-06-06T20:33:10.504Z Compiling zerocopy v0.6.6
18632024-06-06T20:33:10.529Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=abfb20bf137c7b9c -C extra-filename=-abfb20bf137c7b9c --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-4079b563d11206ed.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-1d9ddfc8da43c8a1.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18642024-06-06T20:33:10.555Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-d34d96712c379bd8/build-script-build`
18652024-06-06T20:33:10.579Z Compiling phf_shared v0.10.0
18662024-06-06T20:33:10.580Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=2721e2e04e141b28 -C extra-filename=-2721e2e04e141b28 --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-c19a4622e39c7078.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18672024-06-06T20:33:10.912Z Compiling precomputed-hash v0.1.1
18682024-06-06T20:33:10.937Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=c89b8439d6866a36 -C extra-filename=-c89b8439d6866a36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18692024-06-06T20:33:10.937Z Compiling unicode-xid v0.2.4
18702024-06-06T20:33:10.937Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=3eecf52f7e4e3d74 -C extra-filename=-3eecf52f7e4e3d74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18712024-06-06T20:33:11.026Z Compiling new_debug_unreachable v1.0.6
18722024-06-06T20:33:11.051Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=3aa9f4aaaf22f9af -C extra-filename=-3aa9f4aaaf22f9af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18732024-06-06T20:33:11.094Z Compiling minimal-lexical v0.2.1
18742024-06-06T20:33:11.119Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=022264d0d1ad5305 -C extra-filename=-022264d0d1ad5305 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18752024-06-06T20:33:11.119Z Compiling string_cache v0.8.7
18762024-06-06T20:33:11.119Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=59c2e2f244dbdceb -C extra-filename=-59c2e2f244dbdceb --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-3aa9f4aaaf22f9af.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-ceff54d9803290cf.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-2721e2e04e141b28.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-c89b8439d6866a36.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18772024-06-06T20:33:11.211Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=ea8c1dcd1d36efaa -C extra-filename=-ea8c1dcd1d36efaa --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-9e9eff94c6618bbf.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-9c0fdcc86593b797.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18782024-06-06T20:33:11.545Z Compiling nom v7.1.3
18792024-06-06T20:33:11.571Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=e8c302dc3ba54578 -C extra-filename=-e8c302dc3ba54578 --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-d9b2ede3219a3f1f.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-022264d0d1ad5305.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18802024-06-06T20:33:11.571Z Compiling num-iter v0.1.45
18812024-06-06T20:33:11.571Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=77e9c3006f007dd4 -C extra-filename=-77e9c3006f007dd4 --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-6f07fa01fde21d6b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18822024-06-06T20:33:11.728Z Compiling static_assertions v1.1.0
18832024-06-06T20:33:11.754Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=e75d4bcb766f97d9 -C extra-filename=-e75d4bcb766f97d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18842024-06-06T20:33:11.818Z Compiling matches v0.1.10
18852024-06-06T20:33:11.843Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=fbc832b2eff93984 -C extra-filename=-fbc832b2eff93984 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18862024-06-06T20:33:11.901Z Compiling idna v0.2.3
18872024-06-06T20:33:11.926Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=0ac06ebf7cac1d15 -C extra-filename=-0ac06ebf7cac1d15 --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-fbc832b2eff93984.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-99ebbc53cc68e61d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-64697c3f9169cd97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18882024-06-06T20:33:12.076Z Compiling heapless v0.7.17
18892024-06-06T20:33:12.102Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=584231f239a38115 -C extra-filename=-584231f239a38115 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-584231f239a38115 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-872d493ff49999a4.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18902024-06-06T20:33:12.343Z Compiling enum-as-inner v0.5.1
18912024-06-06T20:33:12.378Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=a0e9076026c8e60e -C extra-filename=-a0e9076026c8e60e --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-791557af361405da.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fa0d761026021993.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18922024-06-06T20:33:12.474Z Compiling lalrpop-util v0.19.12
18932024-06-06T20:33:12.500Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
18942024-06-06T20:33:12.500Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=d1aa2e19855dbd67 -C extra-filename=-d1aa2e19855dbd67 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-d1aa2e19855dbd67 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18952024-06-06T20:33:12.500Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=6ca0e1158c143a14 -C extra-filename=-6ca0e1158c143a14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18962024-06-06T20:33:12.876Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-584231f239a38115/build-script-build`
18972024-06-06T20:33:12.901Z Compiling signal-hook-mio v0.2.3
18982024-06-06T20:33:12.927Z Running `/home/build/.rustup/toolchains/1.78.0-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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mio-0_8"' --cfg 'feature="support-v0_8"' -C metadata=f3d4b6f95d26a32f -C extra-filename=-f3d4b6f95d26a32f --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-9e9eff94c6618bbf.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-9f0966d2e489a4ef.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-ea8c1dcd1d36efaa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18992024-06-06T20:33:12.952Z Compiling num-bigint v0.4.5
19002024-06-06T20:33:12.952Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=fcc97ed3a0776e3a -C extra-filename=-fcc97ed3a0776e3a --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-6f07fa01fde21d6b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19012024-06-06T20:33:13.024Z Compiling diesel_table_macro_syntax v0.1.0
19022024-06-06T20:33:13.049Z Running `/home/build/.rustup/toolchains/1.78.0-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.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 -C metadata=457d4bacc517b05d -C extra-filename=-457d4bacc517b05d --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-d08c0f7f27d6aba4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19032024-06-06T20:33:13.224Z Compiling scheduled-thread-pool v0.2.7
19042024-06-06T20:33:13.249Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=9be547b9bb0cb8f5 -C extra-filename=-9be547b9bb0cb8f5 --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-ceff54d9803290cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19052024-06-06T20:33:13.249Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-d1aa2e19855dbd67/build-script-build`
19062024-06-06T20:33:13.274Z Compiling hash32 v0.2.1
19072024-06-06T20:33:13.274Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=393548288a8c94b1 -C extra-filename=-393548288a8c94b1 --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-4079b563d11206ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19082024-06-06T20:33:13.375Z Compiling finl_unicode v1.2.0
19092024-06-06T20:33:13.400Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name finl_unicode --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/finl_unicode-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="categories"' --cfg 'feature="default"' --cfg 'feature="grapheme_clusters"' -C metadata=1ea23b8acb75a78e -C extra-filename=-1ea23b8acb75a78e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19102024-06-06T20:33:13.426Z Compiling trust-dns-proto v0.22.0
19112024-06-06T20:33:13.426Z Running `/home/build/.rustup/toolchains/1.78.0-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 --cfg 'feature="default"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=17bec7af9286f326 -C extra-filename=-17bec7af9286f326 --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-8b47b0ad828ebbf1.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-ec823a0340677e83.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-a0e9076026c8e60e.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-afd81f7a37d03f0e.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cfa3035534aaa817.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-708cbd8ae01528fb.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-0ac06ebf7cac1d15.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a311a60ce806e489.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-df9d2374a4417971.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b79becaab4538f2c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-895d1d5581d5efcb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2e17325f08e11d93.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae9db4e827001c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19122024-06-06T20:33:13.591Z Compiling smoltcp v0.9.1
19132024-06-06T20:33:13.616Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=fca4dce097f68fd8 -C extra-filename=-fca4dce097f68fd8 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-fca4dce097f68fd8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19142024-06-06T20:33:13.719Z Compiling predicates-core v1.0.6
19152024-06-06T20:33:13.744Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-core-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8c8481fa5f04966b -C extra-filename=-8c8481fa5f04966b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19162024-06-06T20:33:13.785Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=eaf3f32d27aa52f5 -C extra-filename=-eaf3f32d27aa52f5 --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-393548288a8c94b1.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-a84cf16555a1e5a6.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-b635917684df9bbc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
19172024-06-06T20:33:13.871Z Compiling stringprep v0.1.4
19182024-06-06T20:33:13.896Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name stringprep --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stringprep-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d9d08e3683c34f18 -C extra-filename=-d9d08e3683c34f18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern finl_unicode=/work/oxidecomputer/omicron/target/debug/deps/libfinl_unicode-1ea23b8acb75a78e.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-99ebbc53cc68e61d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-64697c3f9169cd97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19192024-06-06T20:33:14.049Z Compiling r2d2 v0.8.10
19202024-06-06T20:33:14.074Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=abc03647e6968f28 -C extra-filename=-abc03647e6968f28 --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-a206aa3e5ae8d451.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-ceff54d9803290cf.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-9be547b9bb0cb8f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19212024-06-06T20:33:14.263Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-fca4dce097f68fd8/build-script-build`
19222024-06-06T20:33:14.290Z Compiling diesel_derives v2.1.4
19232024-06-06T20:33:14.315Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_derives-2.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' -C metadata=0c32f9635a666ebc -C extra-filename=-0c32f9635a666ebc --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-457d4bacc517b05d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19242024-06-06T20:33:14.361Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=1cd9bddfea8231ef -C extra-filename=-1cd9bddfea8231ef --out-dir /work/oxidecomputer/omicron/target/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`
19252024-06-06T20:33:14.576Z Compiling crossterm v0.27.0
19262024-06-06T20:33:14.602Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' -C metadata=70a2fd0a758aa88c -C extra-filename=-70a2fd0a758aa88c --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-3aa8a2c4fb2b2dd9.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9f0966d2e489a4ef.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-ceff54d9803290cf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-ea8c1dcd1d36efaa.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-f3d4b6f95d26a32f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19272024-06-06T20:33:14.602Z Compiling md-5 v0.10.6
19282024-06-06T20:33:14.602Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=2e04cd085a4ff47e -C extra-filename=-2e04cd085a4ff47e --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-6cd145163fd70236.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eaca827472c55861.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19292024-06-06T20:33:14.789Z Compiling hubpack_derive v0.1.1
19302024-06-06T20:33:14.814Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=bd7e7113376e832d -C extra-filename=-bd7e7113376e832d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fa0d761026021993.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19312024-06-06T20:33:14.839Z Compiling bstr v1.9.1
19322024-06-06T20:33:14.839Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=2d37155bb5cf3f0a -C extra-filename=-2d37155bb5cf3f0a --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-d9b2ede3219a3f1f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-b328ca2e85c26ba1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19332024-06-06T20:33:14.906Z Compiling console v0.15.8
19342024-06-06T20:33:14.931Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=06094d2b7e85625c -C extra-filename=-06094d2b7e85625c --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-df9d2374a4417971.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03d269933db56fd2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19352024-06-06T20:33:15.715Z Compiling yasna v0.5.2
19362024-06-06T20:33:15.743Z Running `/home/build/.rustup/toolchains/1.78.0-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="bit-vec"' --cfg 'feature="default"' --cfg 'feature="num-bigint"' --cfg 'feature="std"' --cfg 'feature="time"' -C metadata=45639ca498687069 -C extra-filename=-45639ca498687069 --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-7ab01f8821dfd213.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-fcc97ed3a0776e3a.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19372024-06-06T20:33:16.202Z Compiling float-cmp v0.9.0
19382024-06-06T20:33:16.227Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=f0ba9e5076a8ecd1 -C extra-filename=-f0ba9e5076a8ecd1 --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-da8aea025e0dde22.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19392024-06-06T20:33:16.290Z Compiling fs-err v2.11.0
19402024-06-06T20:33:16.315Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=5067c74e83f59cd7 -C extra-filename=-5067c74e83f59cd7 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-5067c74e83f59cd7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-da1d2f89ec5cc337.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19412024-06-06T20:33:16.396Z Compiling fallible-iterator v0.2.0
19422024-06-06T20:33:16.421Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=082456c5a9ee1a24 -C extra-filename=-082456c5a9ee1a24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19432024-06-06T20:33:16.578Z Compiling normalize-line-endings v0.3.0
19442024-06-06T20:33:16.604Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=8f4b0029e85c8f92 -C extra-filename=-8f4b0029e85c8f92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19452024-06-06T20:33:16.693Z Compiling difflib v0.4.0
19462024-06-06T20:33:16.718Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=6b148653f6280c77 -C extra-filename=-6b148653f6280c77 --out-dir /work/oxidecomputer/omicron/target/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-06-06T20:33:17.004Z Compiling postgres-protocol v0.6.6
19482024-06-06T20:33:17.029Z Running `/home/build/.rustup/toolchains/1.78.0-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.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"' -C metadata=627d2e9791266c88 -C extra-filename=-627d2e9791266c88 --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-bfc5ed6832fe4205.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-082456c5a9ee1a24.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-cd18b5466500dc52.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-2e04cd085a4ff47e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-d9d08e3683c34f18.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19492024-06-06T20:33:17.303Z Compiling predicates v3.1.0
19502024-06-06T20:33:17.328Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-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="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=5838c260b0ba55c5 -C extra-filename=-5838c260b0ba55c5 --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-9cdfe1db1ea1f39e.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-6b148653f6280c77.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-f0ba9e5076a8ecd1.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-8f4b0029e85c8f92.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-8c8481fa5f04966b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19512024-06-06T20:33:17.751Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-5067c74e83f59cd7/build-script-build`
19522024-06-06T20:33:17.891Z Compiling hubpack v0.1.2
19532024-06-06T20:33:17.917Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=30be5a2673aed793 -C extra-filename=-30be5a2673aed793 --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-bd7e7113376e832d.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19542024-06-06T20:33:18.130Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=959b953aa8b62c8b -C extra-filename=-959b953aa8b62c8b --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-69ae6b86f325c5cb.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-eaf3f32d27aa52f5.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-ea0c299f5a09e9f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19552024-06-06T20:33:18.226Z Compiling phf_shared v0.11.2
19562024-06-06T20:33:18.253Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=e4951ece12dc5736 -C extra-filename=-e4951ece12dc5736 --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-c19a4622e39c7078.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19572024-06-06T20:33:18.278Z Compiling similar v2.5.0
19582024-06-06T20:33:18.304Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-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="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' -C metadata=153ded7b943adc66 -C extra-filename=-153ded7b943adc66 --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-2afaf9e04f860710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19592024-06-06T20:33:18.554Z Compiling tokio-stream v0.1.15
19602024-06-06T20:33:18.579Z Running `/home/build/.rustup/toolchains/1.78.0-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.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="net"' --cfg 'feature="time"' -C metadata=ca2e57cae899556c -C extra-filename=-ca2e57cae899556c --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-4a234987197be9fa.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19612024-06-06T20:33:18.856Z Compiling strum_macros v0.25.3
19622024-06-06T20:33:18.882Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=2a34f5db9b8d508a -C extra-filename=-2a34f5db9b8d508a --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-791557af361405da.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-ff404895282bf39c.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19632024-06-06T20:33:19.371Z Compiling serde_repr v0.1.19
19642024-06-06T20:33:19.396Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=c95b461d952b18d4 -C extra-filename=-c95b461d952b18d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19652024-06-06T20:33:19.932Z Compiling peg-runtime v0.8.3
19662024-06-06T20:33:19.957Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=8f9b7af0cb4f1e2a -C extra-filename=-8f9b7af0cb4f1e2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19672024-06-06T20:33:20.396Z Compiling phf v0.11.2
19682024-06-06T20:33:20.421Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=6ad74f9e762bc3eb -C extra-filename=-6ad74f9e762bc3eb --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-e4951ece12dc5736.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19692024-06-06T20:33:20.475Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=3a4d64827cf56c09 -C extra-filename=-3a4d64827cf56c09 --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-36a1cc2998aaf01b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63`
19702024-06-06T20:33:20.521Z Compiling postgres-types v0.2.6
19712024-06-06T20:33:20.546Z Running `/home/build/.rustup/toolchains/1.78.0-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.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="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"' -C metadata=0d598709936f3160 -C extra-filename=-0d598709936f3160 --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-4c4fe9871302af71.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-082456c5a9ee1a24.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-627d2e9791266c88.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19722024-06-06T20:33:20.546Z Compiling whoami v1.5.1
19732024-06-06T20:33:20.546Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/whoami-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="web"' --cfg 'feature="web-sys"' -C metadata=5002e28a22761be6 -C extra-filename=-5002e28a22761be6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19742024-06-06T20:33:20.657Z Compiling regress v0.9.1
19752024-06-06T20:33:20.685Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=17db47bd8662f004 -C extra-filename=-17db47bd8662f004 --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-4826ff5533775fa1.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19762024-06-06T20:33:21.097Z Compiling getopts v0.2.21
19772024-06-06T20:33:21.123Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name getopts --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getopts-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=696f446512d94c66 -C extra-filename=-696f446512d94c66 --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-03d269933db56fd2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19782024-06-06T20:33:21.184Z Compiling tokio-postgres v0.7.10
19792024-06-06T20:33:21.215Z Running `/home/build/.rustup/toolchains/1.78.0-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.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="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' -C metadata=133946324ab55d58 -C extra-filename=-133946324ab55d58 --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-8b47b0ad828ebbf1.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-082456c5a9ee1a24.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-afd81f7a37d03f0e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-708cbd8ae01528fb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-ceff54d9803290cf.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-22869783781f7a70.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-6ad74f9e762bc3eb.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-627d2e9791266c88.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-0d598709936f3160.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-638e6319dfcb29c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-5002e28a22761be6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19802024-06-06T20:33:21.606Z Compiling unsafe-libyaml v0.2.11
19812024-06-06T20:33:21.631Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=19449d9fb8c6884a -C extra-filename=-19449d9fb8c6884a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19822024-06-06T20:33:21.839Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19832024-06-06T20:33:21.866Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/c59c6d6/progenitor-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 -C metadata=9bec796bcb182e2c -C extra-filename=-9bec796bcb182e2c --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-4c4fe9871302af71.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-22869783781f7a70.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cbe51ef47ffa2b0d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
19842024-06-06T20:33:21.970Z Dirty camino v1.1.7: the rustflags changed
19852024-06-06T20:33:21.970Z Compiling camino v1.1.7
19862024-06-06T20:33:21.996Z Running `/home/build/.rustup/toolchains/1.78.0-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.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=3edaebbd5305735c -C extra-filename=-3edaebbd5305735c --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-3edaebbd5305735c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19872024-06-06T20:33:22.213Z Dirty is-terminal v0.4.12: the rustflags changed
19882024-06-06T20:33:22.213Z Compiling is-terminal v0.4.12
19892024-06-06T20:33:22.239Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1fb2ee4459a95d8f -C extra-filename=-1fb2ee4459a95d8f --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19902024-06-06T20:33:22.321Z Dirty dirs-sys-next v0.1.2: the rustflags changed
19912024-06-06T20:33:22.321Z Compiling dirs-sys-next v0.1.2
19922024-06-06T20:33:22.346Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=990f4ee286a35bd9 -C extra-filename=-990f4ee286a35bd9 --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19932024-06-06T20:33:22.535Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
19942024-06-06T20:33:22.561Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/c85a4ca/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"' -C metadata=e278056a0e34d789 -C extra-filename=-e278056a0e34d789 --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-3aa8a2c4fb2b2dd9.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-30be5a2673aed793.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-c95b461d952b18d4.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-959b953aa8b62c8b.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-2a34f5db9b8d508a.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-abfb20bf137c7b9c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19952024-06-06T20:33:22.586Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-3edaebbd5305735c/build-script-build`
19962024-06-06T20:33:22.665Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.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="serde"' --cfg 'feature="serde1"' -C metadata=5c59870acc66e82f -C extra-filename=-5c59870acc66e82f --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-820c2ce8c834bb45.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`
19972024-06-06T20:33:22.887Z Compiling serde_yaml v0.9.34+deprecated
19982024-06-06T20:33:22.913Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=ce3dd7ca9841e2f3 -C extra-filename=-ce3dd7ca9841e2f3 --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-85fe8b34d5818712.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1d1af7e8c40a69f8.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-2235e6b179f77bd1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-19449d9fb8c6884a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19992024-06-06T20:33:23.164Z Dirty dirs-next v2.0.0: the rustflags changed
20002024-06-06T20:33:23.164Z Compiling dirs-next v2.0.0
20012024-06-06T20:33:23.189Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=f7032a700dc273a4 -C extra-filename=-f7032a700dc273a4 --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-6cd145163fd70236.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-990f4ee286a35bd9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20022024-06-06T20:33:23.217Z Compiling fastrand v2.1.0
20032024-06-06T20:33:23.242Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e6abe912dfe2bca4 -C extra-filename=-e6abe912dfe2bca4 --out-dir /work/oxidecomputer/omicron/target/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-06-06T20:33:23.345Z Compiling base64 v0.22.1
20052024-06-06T20:33:23.370Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=a69496bcd97c9671 -C extra-filename=-a69496bcd97c9671 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20062024-06-06T20:33:23.493Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
20072024-06-06T20:33:23.518Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/ad1296f/typify-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=48949391afe8fc0d -C extra-filename=-48949391afe8fc0d --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-98930e4cc72f023e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-17db47bd8662f004.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-f04c7e29e163c4f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20082024-06-06T20:33:23.713Z Compiling tempfile v3.10.1
20092024-06-06T20:33:23.738Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.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 -C metadata=a1bd05b29ea8a8e6 -C extra-filename=-a1bd05b29ea8a8e6 --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-6cd145163fd70236.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-e6abe912dfe2bca4.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-7c528e277d2672f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20102024-06-06T20:33:24.002Z Dirty term v0.7.0: the rustflags changed
20112024-06-06T20:33:24.002Z Compiling term v0.7.0
20122024-06-06T20:33:24.027Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=f75757e0b8ad0343 -C extra-filename=-f75757e0b8ad0343 --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-f7032a700dc273a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20132024-06-06T20:33:24.476Z Compiling sha1 v0.10.6
20142024-06-06T20:33:24.501Z Running `/home/build/.rustup/toolchains/1.78.0-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="std"' -C metadata=b66ace39c477aa9d -C extra-filename=-b66ace39c477aa9d --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-6cd145163fd70236.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-617fd11b7df2e647.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eaca827472c55861.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20152024-06-06T20:33:24.675Z Compiling toml v0.8.13
20162024-06-06T20:33:24.701Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.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=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="display"' --cfg 'feature="parse"' -C metadata=84417b4f673cbfe5 -C extra-filename=-84417b4f673cbfe5 --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-820c2ce8c834bb45.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-c6da00829e3f793c.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2ca70ed40e4f4725.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d4dd4bd950638c62.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20172024-06-06T20:33:24.857Z Compiling http v1.1.0
20182024-06-06T20:33:24.883Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=2ec3c4ae00aa642d -C extra-filename=-2ec3c4ae00aa642d --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-4c4fe9871302af71.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-d03daaf3ac116161.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1d1af7e8c40a69f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20192024-06-06T20:33:25.358Z Compiling strum_macros v0.26.2
20202024-06-06T20:33:25.383Z Running `/home/build/.rustup/toolchains/1.78.0-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.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 -C metadata=7579223e27fb6344 -C extra-filename=-7579223e27fb6344 --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-791557af361405da.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-ff404895282bf39c.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20212024-06-06T20:33:25.408Z Dirty match_cfg v0.1.0: the rustflags changed
20222024-06-06T20:33:25.408Z Compiling match_cfg v0.1.0
20232024-06-06T20:33:25.408Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=5d3720867e360308 -C extra-filename=-5d3720867e360308 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20242024-06-06T20:33:25.478Z Compiling paste v1.0.15
20252024-06-06T20:33:25.503Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=1a9c426bb3aaa154 -C extra-filename=-1a9c426bb3aaa154 --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-1a9c426bb3aaa154 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20262024-06-06T20:33:26.009Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-1a9c426bb3aaa154/build-script-build`
20272024-06-06T20:33:26.039Z Dirty hostname v0.3.1: the rustflags changed
20282024-06-06T20:33:26.040Z Compiling hostname v0.3.1
20292024-06-06T20:33:26.065Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=d35460ad3d70bf46 -C extra-filename=-d35460ad3d70bf46 --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-9e9eff94c6618bbf.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-5d3720867e360308.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20302024-06-06T20:33:26.205Z Compiling rustls-pki-types v1.7.0
20312024-06-06T20:33:26.231Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2ee99d9c671a2c74 -C extra-filename=-2ee99d9c671a2c74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20322024-06-06T20:33:26.273Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=c154bb579214bdf5 -C extra-filename=-c154bb579214bdf5 --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`
20332024-06-06T20:33:26.514Z Compiling crossbeam-channel v0.5.12
20342024-06-06T20:33:26.539Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1ae489c8acf2a979 -C extra-filename=-1ae489c8acf2a979 --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-a68a0ba69dfbf991.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20352024-06-06T20:33:26.917Z Dirty thread_local v1.1.8: the rustflags changed
20362024-06-06T20:33:26.917Z Compiling thread_local v1.1.8
20372024-06-06T20:33:26.942Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=646ab5aa9908bdc0 -C extra-filename=-646ab5aa9908bdc0 --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-6cd145163fd70236.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20382024-06-06T20:33:27.034Z Compiling ident_case v1.0.1
20392024-06-06T20:33:27.060Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=8f0cab71e4ae1c81 -C extra-filename=-8f0cab71e4ae1c81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20402024-06-06T20:33:27.085Z Compiling diesel v2.1.6
20412024-06-06T20:33:27.086Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.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="32-column-tables"' --cfg 'feature="bitflags"' --cfg 'feature="byteorder"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="i-implement-a-third-party-backend-and-opt-into-breaking-changes"' --cfg 'feature="ipnetwork"' --cfg 'feature="itoa"' --cfg 'feature="libc"' --cfg 'feature="network-address"' --cfg 'feature="postgres"' --cfg 'feature="postgres_backend"' --cfg 'feature="pq-sys"' --cfg 'feature="r2d2"' --cfg 'feature="serde_json"' --cfg 'feature="uuid"' --cfg 'feature="with-deprecated"' -C metadata=1146aeae4614d126 -C extra-filename=-1146aeae4614d126 --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-3aa8a2c4fb2b2dd9.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-0c32f9635a666ebc.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1d1af7e8c40a69f8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-abc03647e6968f28.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
20422024-06-06T20:33:27.209Z Dirty slog-async v2.8.0: the rustflags changed
20432024-06-06T20:33:27.209Z Compiling slog-async v2.8.0
20442024-06-06T20:33:27.234Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=88e87e18665a3ab5 -C extra-filename=-88e87e18665a3ab5 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-88e87e18665a3ab5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20452024-06-06T20:33:27.363Z Compiling quick-error v1.2.3
20462024-06-06T20:33:27.388Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=a2f6d65a8b23928e -C extra-filename=-a2f6d65a8b23928e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20472024-06-06T20:33:27.429Z Compiling darling_core v0.20.9
20482024-06-06T20:33:27.453Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' -C metadata=c3cd6e87d789546e -C extra-filename=-c3cd6e87d789546e --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-d03daaf3ac116161.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-8f0cab71e4ae1c81.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-6ea71400cff95591.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20492024-06-06T20:33:27.479Z Compiling rustls v0.22.4
20502024-06-06T20:33:27.479Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=075d6eb2cf9c6bcd -C extra-filename=-075d6eb2cf9c6bcd --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-075d6eb2cf9c6bcd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20512024-06-06T20:33:27.504Z Dirty take_mut v0.2.2: the rustflags changed
20522024-06-06T20:33:27.504Z Compiling take_mut v0.2.2
20532024-06-06T20:33:27.504Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=97e592d43295974e -C extra-filename=-97e592d43295974e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20542024-06-06T20:33:27.697Z Compiling slog-term v2.9.1
20552024-06-06T20:33:27.722Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=f4405207809138e7 -C extra-filename=-f4405207809138e7 --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-1fb2ee4459a95d8f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-f75757e0b8ad0343.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-646ab5aa9908bdc0.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20562024-06-06T20:33:27.722Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-88e87e18665a3ab5/build-script-build`
20572024-06-06T20:33:27.788Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=7247a83db1f3a892 -C extra-filename=-7247a83db1f3a892 --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-1ae489c8acf2a979.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-97e592d43295974e.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-646ab5aa9908bdc0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
20582024-06-06T20:33:27.813Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-075d6eb2cf9c6bcd/build-script-build`
20592024-06-06T20:33:27.838Z Compiling rustls-webpki v0.102.4
20602024-06-06T20:33:27.838Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.102.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' -C metadata=3a52981a35d4652a -C extra-filename=-3a52981a35d4652a --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-7f4db6d592aed0d9.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2ee99d9c671a2c74.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8af25f1ae3ed7de4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out`
20612024-06-06T20:33:27.907Z Compiling instant v0.1.12
20622024-06-06T20:33:27.932Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=37e08d29aee74c57 -C extra-filename=-37e08d29aee74c57 --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-6cd145163fd70236.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20632024-06-06T20:33:28.038Z Compiling rustls-pemfile v2.1.2
20642024-06-06T20:33:28.063Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=6be79ad4e86270a5 -C extra-filename=-6be79ad4e86270a5 --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-a69496bcd97c9671.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2ee99d9c671a2c74.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20652024-06-06T20:33:28.447Z Compiling slog-json v2.6.1
20662024-06-06T20:33:28.472Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=d371b89615c4d39f -C extra-filename=-d371b89615c4d39f --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-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20672024-06-06T20:33:28.753Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=09115cfae2534dec -C extra-filename=-09115cfae2534dec --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-a206aa3e5ae8d451.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2ee99d9c671a2c74.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-3a52981a35d4652a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out`
20682024-06-06T20:33:28.778Z Compiling multer v3.1.0
20692024-06-06T20:33:28.778Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=9e12a1bf43b5ebc8 -C extra-filename=-9e12a1bf43b5ebc8 --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-9e12a1bf43b5ebc8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20702024-06-06T20:33:28.853Z Compiling debug-ignore v1.0.5
20712024-06-06T20:33:28.879Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=a9c078c17606aae6 -C extra-filename=-a9c078c17606aae6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20722024-06-06T20:33:28.976Z Compiling slog-bunyan v2.5.0
20732024-06-06T20:33:29.002Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=02034f1f8eda1b97 -C extra-filename=-02034f1f8eda1b97 --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-d35460ad3d70bf46.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-d371b89615c4d39f.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20742024-06-06T20:33:29.069Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-9e12a1bf43b5ebc8/build-script-build`
20752024-06-06T20:33:29.133Z Compiling async-stream-impl v0.3.5
20762024-06-06T20:33:29.161Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=516fb60c2c9620b6 -C extra-filename=-516fb60c2c9620b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20772024-06-06T20:33:29.161Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
20782024-06-06T20:33:29.161Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/0cd0e82/dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=6255fddcb0a7bad6 -C extra-filename=-6255fddcb0a7bad6 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-6255fddcb0a7bad6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20792024-06-06T20:33:29.443Z Compiling atomic-waker v1.1.2
20802024-06-06T20:33:29.468Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=6ded31c0a5029b1f -C extra-filename=-6ded31c0a5029b1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20812024-06-06T20:33:29.615Z Compiling waitgroup v0.1.2
20822024-06-06T20:33:29.642Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=e622d4d826752e36 -C extra-filename=-e622d4d826752e36 --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-6ded31c0a5029b1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20832024-06-06T20:33:29.709Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-6255fddcb0a7bad6/build-script-build`
20842024-06-06T20:33:29.789Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=a7ecca17848c666f -C extra-filename=-a7ecca17848c666f --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-4c4fe9871302af71.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-cb93baec212052e7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-708cbd8ae01528fb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2ec3c4ae00aa642d.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-374f7bdcf7d21587.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-6ed43d208ee9dad1.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-a84cf16555a1e5a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20852024-06-06T20:33:29.829Z Compiling strum v0.26.2
20862024-06-06T20:33:29.854Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.26.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=19027edc1ec71ca5 -C extra-filename=-19027edc1ec71ca5 --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-7579223e27fb6344.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20872024-06-06T20:33:29.854Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
20882024-06-06T20:33:29.880Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/0cd0e82/dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=99b92f85843a57f2 -C extra-filename=-99b92f85843a57f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-43be38bd7aabbd14.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20892024-06-06T20:33:30.008Z Compiling serde_path_to_error v0.1.16
20902024-06-06T20:33:30.034Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=ef94b071d94223ba -C extra-filename=-ef94b071d94223ba --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-1d1af7e8c40a69f8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20912024-06-06T20:33:30.484Z Compiling async-stream v0.3.5
20922024-06-06T20:33:30.511Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d3d3badb3d279b36 -C extra-filename=-d3d3badb3d279b36 --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-516fb60c2c9620b6.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20932024-06-06T20:33:30.766Z Compiling hostname v0.4.0
20942024-06-06T20:33:30.791Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=a05070b534d66413 -C extra-filename=-a05070b534d66413 --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-6cd145163fd70236.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20952024-06-06T20:33:30.816Z Compiling newtype-uuid v1.1.0
20962024-06-06T20:33:30.816Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype-uuid-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=24a07ba228a1a806 -C extra-filename=-24a07ba228a1a806 --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-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20972024-06-06T20:33:30.841Z Compiling wait-timeout v0.2.0
20982024-06-06T20:33:30.841Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=65ed68b8ae737998 -C extra-filename=-65ed68b8ae737998 --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20992024-06-06T20:33:31.028Z Compiling structmeta-derive v0.3.0
21002024-06-06T20:33:31.053Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=27278763e189d419 -C extra-filename=-27278763e189d419 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21012024-06-06T20:33:31.133Z Compiling rusty-fork v0.3.0
21022024-06-06T20:33:31.158Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=d3db7b6fddb052c6 -C extra-filename=-d3db7b6fddb052c6 --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-d03daaf3ac116161.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-a2f6d65a8b23928e.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-65ed68b8ae737998.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21032024-06-06T20:33:31.400Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21042024-06-06T20:33:31.425Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=62d61e643ba6c021 -C extra-filename=-62d61e643ba6c021 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21052024-06-06T20:33:31.824Z Compiling structmeta-derive v0.2.0
21062024-06-06T20:33:31.850Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=4c4ff6800c99e3ad -C extra-filename=-4c4ff6800c99e3ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21072024-06-06T20:33:32.008Z Compiling rand_xorshift v0.3.0
21082024-06-06T20:33:32.033Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=bc6c66442655c93e -C extra-filename=-bc6c66442655c93e --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-715685859e2d8232.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21092024-06-06T20:33:32.252Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
21102024-06-06T20:33:32.277Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/5630887/mg-admin-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 -C metadata=7e37d417bdaed4d3 -C extra-filename=-7e37d417bdaed4d3 --out-dir /work/oxidecomputer/omicron/target/debug/build/mg-admin-client-7e37d417bdaed4d3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21112024-06-06T20:33:32.362Z Compiling unarray v0.1.4
21122024-06-06T20:33:32.387Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=1da3c382e57ff2c8 -C extra-filename=-1da3c382e57ff2c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21132024-06-06T20:33:32.516Z Compiling tokio-rustls v0.25.0
21142024-06-06T20:33:32.542Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=18032d128cc1a7cc -C extra-filename=-18032d128cc1a7cc --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-09115cfae2534dec.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2ee99d9c671a2c74.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out`
21152024-06-06T20:33:32.567Z Running `/work/oxidecomputer/omicron/target/debug/build/mg-admin-client-7e37d417bdaed4d3/build-script-build`
21162024-06-06T20:33:32.594Z Compiling proptest v1.4.0
21172024-06-06T20:33:32.595Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-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 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"' -C metadata=ce85f94723c42894 -C extra-filename=-ce85f94723c42894 --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-fed351dfccf21ec0.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-7ab01f8821dfd213.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3aa8a2c4fb2b2dd9.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-df9d2374a4417971.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-d007674366a49271.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-bc6c66442655c93e.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-e5e7129e53ac8b8b.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-d3db7b6fddb052c6.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-1da3c382e57ff2c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21182024-06-06T20:33:32.908Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/0cd0e82/dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=38f0805d017a1a64 -C extra-filename=-38f0805d017a1a64 --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-d3d3badb3d279b36.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-99b92f85843a57f2.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-8558f77493471e37.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-a05070b534d66413.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-a7ecca17848c666f.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-22869783781f7a70.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-09115cfae2534dec.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6be79ad4e86270a5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-96e907db81b39683.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-ef94b071d94223ba.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cbe51ef47ffa2b0d.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-b66ace39c477aa9d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-02034f1f8eda1b97.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-d371b89615c4d39f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-18032d128cc1a7cc.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-e622d4d826752e36.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out`
21192024-06-06T20:33:33.697Z Compiling darling_macro v0.20.9
21202024-06-06T20:33:33.722Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.20.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7e48ec3f0ec2fd08 -C extra-filename=-7e48ec3f0ec2fd08 --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-c3cd6e87d789546e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21212024-06-06T20:33:33.798Z Compiling structmeta v0.3.0
21222024-06-06T20:33:33.824Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=cb84b7765c434bda -C extra-filename=-cb84b7765c434bda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-27278763e189d419.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21232024-06-06T20:33:34.158Z Compiling parse-display-derive v0.9.0
21242024-06-06T20:33:34.184Z Running `/home/build/.rustup/toolchains/1.78.0-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.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eb1a849f632c9473 -C extra-filename=-eb1a849f632c9473 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-e5e7129e53ac8b8b.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-cb84b7765c434bda.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21252024-06-06T20:33:34.574Z Compiling structmeta v0.2.0
21262024-06-06T20:33:34.599Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=802bcea2c48c88a5 -C extra-filename=-802bcea2c48c88a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-4c4ff6800c99e3ad.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21272024-06-06T20:33:34.709Z Compiling darling v0.20.9
21282024-06-06T20:33:34.735Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="suggestions"' -C metadata=4c9ae0879070ae83 -C extra-filename=-4c9ae0879070ae83 --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-c3cd6e87d789546e.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-7e48ec3f0ec2fd08.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21292024-06-06T20:33:34.818Z Compiling serde_with_macros v3.8.1
21302024-06-06T20:33:34.843Z Running `/home/build/.rustup/toolchains/1.78.0-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.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' --warn=rust_2018_idioms '--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' -C metadata=886c390f16724651 -C extra-filename=-886c390f16724651 --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-4c9ae0879070ae83.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21312024-06-06T20:33:34.950Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21322024-06-06T20:33:34.975Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=232562438a75f507 -C extra-filename=-232562438a75f507 --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-b70d90a376f7e844.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-62d61e643ba6c021.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21332024-06-06T20:33:35.111Z Compiling backoff v0.4.0
21342024-06-06T20:33:35.138Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=383f901f27801735 -C extra-filename=-383f901f27801735 --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-4a234987197be9fa.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-84b0b01dae64acc1.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-37e08d29aee74c57.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21352024-06-06T20:33:35.405Z Compiling macaddr v1.0.1
21362024-06-06T20:33:35.430Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=07fdeb523b7d7309 -C extra-filename=-07fdeb523b7d7309 --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-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21372024-06-06T20:33:35.763Z Compiling test-strategy v0.3.1
21382024-06-06T20:33:35.788Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=f2b1cdffc9101e49 -C extra-filename=-f2b1cdffc9101e49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-802bcea2c48c88a5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21392024-06-06T20:33:37.611Z Compiling serde_with v3.8.1
21402024-06-06T20:33:37.636Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' --warn=rust_2018_idioms '--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"' -C metadata=68fc249146261ca1 -C extra-filename=-68fc249146261ca1 --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-820c2ce8c834bb45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-68d9cf65ea7a6bc6.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-886c390f16724651.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21412024-06-06T20:33:37.850Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21422024-06-06T20:33:37.876Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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"' -C metadata=2cfd50758911ea05 -C extra-filename=-2cfd50758911ea05 --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-24a07ba228a1a806.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21432024-06-06T20:33:38.134Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7)
21442024-06-06T20:33:38.159Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/git/checkouts/oxnet-5e61f09626980c60/42b4d3c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=9ae5cbd7be291eec -C extra-filename=-9ae5cbd7be291eec --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-62e80274e97641d4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21452024-06-06T20:33:38.703Z Compiling parse-display v0.9.0
21462024-06-06T20:33:38.728Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-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="regex"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' -C metadata=977ffafa78d3238a -C extra-filename=-977ffafa78d3238a --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-eb1a849f632c9473.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-e5e7129e53ac8b8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21472024-06-06T20:33:38.832Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21482024-06-06T20:33:38.857Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=69c4414a85fd428d -C extra-filename=-69c4414a85fd428d --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-69413bc4625a4929.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21492024-06-06T20:33:39.000Z Compiling proc-macro-error-attr v1.0.4
21502024-06-06T20:33:39.026Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=8c28b7971eeb6ed6 -C extra-filename=-8c28b7971eeb6ed6 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-8c28b7971eeb6ed6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21512024-06-06T20:33:39.310Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-8c28b7971eeb6ed6/build-script-build`
21522024-06-06T20:33:39.361Z Compiling proc-macro-error v1.0.4
21532024-06-06T20:33:39.386Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=13cd89168b66fd9a -C extra-filename=-13cd89168b66fd9a --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-13cd89168b66fd9a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21542024-06-06T20:33:39.386Z Compiling camino-tempfile v1.1.1
21552024-06-06T20:33:39.386Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=db1b50b598a8f800 -C extra-filename=-db1b50b598a8f800 --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-5c59870acc66e82f.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21562024-06-06T20:33:39.411Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=b8b63df548134a06 -C extra-filename=-b8b63df548134a06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21572024-06-06T20:33:39.703Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-13cd89168b66fd9a/build-script-build`
21582024-06-06T20:33:39.863Z Compiling proc-macro-crate v1.3.1
21592024-06-06T20:33:39.888Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=26b46cefbe91aa64 -C extra-filename=-26b46cefbe91aa64 --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-646417322ca33c73.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5ebcc46274e75cd7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21602024-06-06T20:33:39.888Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21612024-06-06T20:33:39.888Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=07655fee64a19c85 -C extra-filename=-07655fee64a19c85 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-07655fee64a19c85 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21622024-06-06T20:33:40.016Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
21632024-06-06T20:33:40.041Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/ad1296f/typify-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 -C metadata=97a6deb517d81dd8 -C extra-filename=-97a6deb517d81dd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-43be38bd7aabbd14.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-48949391afe8fc0d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21642024-06-06T20:33:40.276Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-07655fee64a19c85/build-script-build`
21652024-06-06T20:33:40.302Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21662024-06-06T20:33:40.302Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=443b768024434e96 -C extra-filename=-443b768024434e96 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-443b768024434e96 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21672024-06-06T20:33:40.327Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=2e6ef6f73169174d -C extra-filename=-2e6ef6f73169174d --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-b8b63df548134a06.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fa0d761026021993.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
21682024-06-06T20:33:40.353Z Compiling foreign-types-macros v0.2.3
21692024-06-06T20:33:40.353Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=630dcd53f43d1784 -C extra-filename=-630dcd53f43d1784 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21702024-06-06T20:33:40.589Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-443b768024434e96/build-script-build`
21712024-06-06T20:33:40.628Z Compiling foreign-types-shared v0.3.1
21722024-06-06T20:33:40.628Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=d6cdeff2a776a2a5 -C extra-filename=-d6cdeff2a776a2a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21732024-06-06T20:33:40.734Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
21742024-06-06T20:33:40.758Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/lib/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a262f2ea15e53534 -C extra-filename=-a262f2ea15e53534 --out-dir /work/oxidecomputer/omicron/target/debug/build/rusty-doors-a262f2ea15e53534 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21752024-06-06T20:33:40.867Z Compiling num_enum_derive v0.5.11
21762024-06-06T20:33:40.892Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=52acff4faea05986 -C extra-filename=-52acff4faea05986 --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-26b46cefbe91aa64.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fa0d761026021993.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21772024-06-06T20:33:40.976Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=bd713a3dee2b1c84 -C extra-filename=-bd713a3dee2b1c84 --out-dir /work/oxidecomputer/omicron/target/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`
21782024-06-06T20:33:41.006Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=11e849a4f1fbc5dd -C extra-filename=-11e849a4f1fbc5dd --out-dir /work/oxidecomputer/omicron/target/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`
21792024-06-06T20:33:41.031Z Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-a262f2ea15e53534/build-script-build`
21802024-06-06T20:33:41.056Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
21812024-06-06T20:33:41.056Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/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 -C metadata=9f5b77e631705412 -C extra-filename=-9f5b77e631705412 --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-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fa0d761026021993.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21822024-06-06T20:33:41.139Z Compiling cstr-argument v0.1.2
21832024-06-06T20:33:41.164Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=b13eaf252d9751db -C extra-filename=-b13eaf252d9751db --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-6cd145163fd70236.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21842024-06-06T20:33:41.189Z Compiling pretty-hex v0.2.1
21852024-06-06T20:33:41.189Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=52e9685c026e18f6 -C extra-filename=-52e9685c026e18f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21862024-06-06T20:33:41.338Z Compiling tabwriter v1.4.0
21872024-06-06T20:33:41.363Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=2092fe5ef094ac50 -C extra-filename=-2092fe5ef094ac50 --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-03d269933db56fd2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21882024-06-06T20:33:41.388Z Compiling colored v2.1.0
21892024-06-06T20:33:41.388Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=f15526b7eec2aae7 -C extra-filename=-f15526b7eec2aae7 --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-df9d2374a4417971.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21902024-06-06T20:33:41.569Z Compiling foreign-types v0.5.0
21912024-06-06T20:33:41.594Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=487cf4f728a5b73a -C extra-filename=-487cf4f728a5b73a --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-630dcd53f43d1784.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-d6cdeff2a776a2a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21922024-06-06T20:33:41.682Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21932024-06-06T20:33:41.707Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=315e37159457d6ad -C extra-filename=-315e37159457d6ad --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-b13eaf252d9751db.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-487cf4f728a5b73a.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-11e849a4f1fbc5dd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21942024-06-06T20:33:41.812Z Compiling socket2 v0.4.10
21952024-06-06T20:33:41.836Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' -C metadata=927502a0ce0739a0 -C extra-filename=-927502a0ce0739a0 --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21962024-06-06T20:33:41.904Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/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 -C metadata=054c86d4d8f156ad -C extra-filename=-054c86d4d8f156ad --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-9e9eff94c6618bbf.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-9f5b77e631705412.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l door`
21972024-06-06T20:33:42.051Z Compiling smf v0.2.3
21982024-06-06T20:33:42.076Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=8a4e85fda4001f88 -C extra-filename=-8a4e85fda4001f88 --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-f5929b7079a2c0d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21992024-06-06T20:33:42.076Z Compiling humantime v2.1.0
22002024-06-06T20:33:42.076Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=6012d0f29de951c9 -C extra-filename=-6012d0f29de951c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22012024-06-06T20:33:42.204Z Compiling termcolor v1.4.1
22022024-06-06T20:33:42.229Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=0b713a67487ebae9 -C extra-filename=-0b713a67487ebae9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22032024-06-06T20:33:42.526Z Compiling same-file v1.0.6
22042024-06-06T20:33:42.551Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=980a8f3380cdad09 -C extra-filename=-980a8f3380cdad09 --out-dir /work/oxidecomputer/omicron/target/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-06-06T20:33:42.595Z Compiling arc-swap v1.7.1
22062024-06-06T20:33:42.637Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=a8f5dfe0efe70e20 -C extra-filename=-a8f5dfe0efe70e20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22072024-06-06T20:33:42.816Z Compiling walkdir v2.5.0
22082024-06-06T20:33:42.841Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=46f81c5457cebf70 -C extra-filename=-46f81c5457cebf70 --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-980a8f3380cdad09.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22092024-06-06T20:33:43.017Z Compiling newline-converter v0.3.0
22102024-06-06T20:33:43.043Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=835d33978090f885 -C extra-filename=-835d33978090f885 --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-2afaf9e04f860710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22112024-06-06T20:33:43.158Z Compiling slog-scope v4.4.0
22122024-06-06T20:33:43.183Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=14e2e79f5386911b -C extra-filename=-14e2e79f5386911b --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-a8f5dfe0efe70e20.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-df9d2374a4417971.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22132024-06-06T20:33:43.249Z Compiling expectorate v1.1.0
22142024-06-06T20:33:43.274Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=8e62f12868c0d965 -C extra-filename=-8e62f12868c0d965 --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-06094d2b7e85625c.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-835d33978090f885.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-153ded7b943adc66.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22152024-06-06T20:33:43.365Z Compiling slog-stdlog v4.1.1
22162024-06-06T20:33:43.390Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=de451e2b27bb2f6a -C extra-filename=-de451e2b27bb2f6a --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-a206aa3e5ae8d451.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-14e2e79f5386911b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22172024-06-06T20:33:43.414Z Compiling xattr v1.3.1
22182024-06-06T20:33:43.414Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=7bf9647fa384659f -C extra-filename=-7bf9647fa384659f --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-7c528e277d2672f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22192024-06-06T20:33:43.532Z Compiling slog-envlogger v2.2.0
22202024-06-06T20:33:43.557Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=0eea9df8532afa3c -C extra-filename=-0eea9df8532afa3c --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-a206aa3e5ae8d451.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-14e2e79f5386911b.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-de451e2b27bb2f6a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22212024-06-06T20:33:43.558Z Compiling num_enum v0.5.11
22222024-06-06T20:33:43.558Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=b5e9a190bd33adcf -C extra-filename=-b5e9a190bd33adcf --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-52acff4faea05986.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22232024-06-06T20:33:43.628Z Dirty filetime v0.2.23: the rustflags changed
22242024-06-06T20:33:43.628Z Compiling filetime v0.2.23
22252024-06-06T20:33:43.655Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.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 -C metadata=fe9199de518d5372 -C extra-filename=-fe9199de518d5372 --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-6cd145163fd70236.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22262024-06-06T20:33:43.680Z Compiling utf-8 v0.7.6
22272024-06-06T20:33:43.680Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=d80cf9e5b2026b08 -C extra-filename=-d80cf9e5b2026b08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22282024-06-06T20:33:43.709Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22292024-06-06T20:33:43.734Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=57e8d6ee00764cd6 -C extra-filename=-57e8d6ee00764cd6 --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-9e9eff94c6618bbf.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-bd713a3dee2b1c84.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b5e9a190bd33adcf.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-52e9685c026e18f6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22302024-06-06T20:33:43.734Z Compiling termtree v0.4.1
22312024-06-06T20:33:43.734Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=e22457661bb7c489 -C extra-filename=-e22457661bb7c489 --out-dir /work/oxidecomputer/omicron/target/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-06-06T20:33:43.938Z Compiling tar v0.4.40
22332024-06-06T20:33:43.963Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="xattr"' -C metadata=c55d4ffcf1b23fee -C extra-filename=-c55d4ffcf1b23fee --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-fe9199de518d5372.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-7bf9647fa384659f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22342024-06-06T20:33:43.963Z Compiling tungstenite v0.20.1
22352024-06-06T20:33:43.963Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-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"' -C metadata=95c1db9047be1663 -C extra-filename=-95c1db9047be1663 --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-4079b563d11206ed.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-ec823a0340677e83.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-374f7bdcf7d21587.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-b66ace39c477aa9d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae9db4e827001c1.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-d80cf9e5b2026b08.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22362024-06-06T20:33:43.989Z Compiling heapless v0.8.0
22372024-06-06T20:33:44.017Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=2543d08ff2114b80 -C extra-filename=-2543d08ff2114b80 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-2543d08ff2114b80 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22382024-06-06T20:33:44.043Z Compiling predicates-tree v1.0.9
22392024-06-06T20:33:44.043Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-tree-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a21019c3fba05991 -C extra-filename=-a21019c3fba05991 --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-8c8481fa5f04966b.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-e22457661bb7c489.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22402024-06-06T20:33:44.228Z Compiling hash32 v0.3.1
22412024-06-06T20:33:44.255Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=e53000e73ae3ef66 -C extra-filename=-e53000e73ae3ef66 --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-4079b563d11206ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22422024-06-06T20:33:44.397Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
22432024-06-06T20:33:44.422Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/ad1296f/typify/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=55bcd37b9ec8f24e -C extra-filename=-55bcd37b9ec8f24e --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-48949391afe8fc0d.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-97a6deb517d81dd8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22442024-06-06T20:33:44.447Z Compiling smoltcp v0.11.0
22452024-06-06T20:33:44.447Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=40fb1982114f2451 -C extra-filename=-40fb1982114f2451 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-40fb1982114f2451 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22462024-06-06T20:33:44.485Z Compiling cobs v0.2.3
22472024-06-06T20:33:44.509Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=e5b27fbaacc6dab6 -C extra-filename=-e5b27fbaacc6dab6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22482024-06-06T20:33:44.509Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
22492024-06-06T20:33:44.510Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/c59c6d6/progenitor-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c1c7167bf92f2f31 -C extra-filename=-c1c7167bf92f2f31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getopts=/work/oxidecomputer/omicron/target/debug/deps/libgetopts-696f446512d94c66.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-98930e4cc72f023e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-55bcd37b9ec8f24e.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-f04c7e29e163c4f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22502024-06-06T20:33:44.534Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-2543d08ff2114b80/build-script-build`
22512024-06-06T20:33:44.743Z Compiling crucible-workspace-hack v0.1.0
22522024-06-06T20:33:44.769Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=d342f50ed996efb9 -C extra-filename=-d342f50ed996efb9 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-d342f50ed996efb9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22532024-06-06T20:33:44.799Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=ea414af49f056721 -C extra-filename=-ea414af49f056721 --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-e53000e73ae3ef66.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-b635917684df9bbc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22542024-06-06T20:33:45.050Z Compiling tokio-tungstenite v0.20.1
22552024-06-06T20:33:45.095Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-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"' -C metadata=c3793144883fdd47 -C extra-filename=-c3793144883fdd47 --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-708cbd8ae01528fb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-95c1db9047be1663.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22562024-06-06T20:33:45.133Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-40fb1982114f2451/build-script-build`
22572024-06-06T20:33:45.166Z Compiling embedded-io v0.4.0
22582024-06-06T20:33:45.191Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name embedded_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-io-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=bc26cd12a18f8d4f -C extra-filename=-bc26cd12a18f8d4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22592024-06-06T20:33:45.392Z Compiling postcard v1.0.8
22602024-06-06T20:33:45.417Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="embedded-io"' -C metadata=04b3ae3d0793f106 -C extra-filename=-04b3ae3d0793f106 --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-e5b27fbaacc6dab6.rmeta --extern embedded_io=/work/oxidecomputer/omicron/target/debug/deps/libembedded_io-bc26cd12a18f8d4f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22612024-06-06T20:33:45.515Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-d342f50ed996efb9/build-script-build`
22622024-06-06T20:33:45.540Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
22632024-06-06T20:33:45.565Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/417f74e/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"' -C metadata=fe7bf7ab8095508d -C extra-filename=-fe7bf7ab8095508d --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-fe7bf7ab8095508d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22642024-06-06T20:33:45.730Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=0aa54e7efa9d3d23 -C extra-filename=-0aa54e7efa9d3d23 --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-69ae6b86f325c5cb.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-ea414af49f056721.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-ea0c299f5a09e9f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22652024-06-06T20:33:45.801Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
22662024-06-06T20:33:45.829Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/417f74e/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"' -C metadata=b9ebc6b8124da48f -C extra-filename=-b9ebc6b8124da48f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22672024-06-06T20:33:45.853Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=fc21f1208d0a9182 -C extra-filename=-fc21f1208d0a9182 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22682024-06-06T20:33:45.880Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-fe7bf7ab8095508d/build-script-build`
22692024-06-06T20:33:45.925Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
22702024-06-06T20:33:45.949Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/417f74e/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 -C metadata=c2d41a61da79e8aa -C extra-filename=-c2d41a61da79e8aa --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-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22712024-06-06T20:33:45.949Z Compiling derive-where v1.2.7
22722024-06-06T20:33:45.950Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=16be061ce4b51a38 -C extra-filename=-16be061ce4b51a38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22732024-06-06T20:33:45.974Z Compiling sigpipe v0.1.3
22742024-06-06T20:33:45.974Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=a6e2710882dbcdf1 -C extra-filename=-a6e2710882dbcdf1 --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22752024-06-06T20:33:46.087Z Compiling atty v0.2.14
22762024-06-06T20:33:46.112Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=ec22a67fa055e4b1 -C extra-filename=-ec22a67fa055e4b1 --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22772024-06-06T20:33:46.112Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
22782024-06-06T20:33:46.137Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/4ceaf96/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ef3b5ac7f0cd640c -C extra-filename=-ef3b5ac7f0cd640c --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-ef3b5ac7f0cd640c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22792024-06-06T20:33:46.226Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22802024-06-06T20:33:46.251Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=c42413f04a0ec494 -C extra-filename=-c42413f04a0ec494 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22812024-06-06T20:33:46.398Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-ef3b5ac7f0cd640c/build-script-build`
22822024-06-06T20:33:46.428Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/4ceaf96/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=243f102e132b1b56 -C extra-filename=-243f102e132b1b56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f15526b7eec2aae7.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-57e8d6ee00764cd6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b5e9a190bd33adcf.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-315e37159457d6ad.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-11e849a4f1fbc5dd.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-054c86d4d8f156ad.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-927502a0ce0739a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2e17325f08e11d93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
22832024-06-06T20:33:46.514Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
22842024-06-06T20:33:46.552Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/git/checkouts/zone-9383037a9395112c/f1920d5/zone_cfg_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 -C metadata=972383d77971fd94 -C extra-filename=-972383d77971fd94 --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-791557af361405da.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-2e6ef6f73169174d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fa0d761026021993.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22852024-06-06T20:33:46.830Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
22862024-06-06T20:33:46.855Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6d7ed9a/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 -C metadata=c383ab1738e36093 -C extra-filename=-c383ab1738e36093 --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-9e9eff94c6618bbf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22872024-06-06T20:33:47.214Z Compiling pem v3.0.4
22882024-06-06T20:33:47.239Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=b61fc3fa1ef52932 -C extra-filename=-b61fc3fa1ef52932 --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-a69496bcd97c9671.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22892024-06-06T20:33:47.967Z Compiling num-derive v0.4.2
22902024-06-06T20:33:47.992Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=f5dd951c4ae79634 -C extra-filename=-f5dd951c4ae79634 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22912024-06-06T20:33:48.017Z Compiling mockall_derive v0.12.1
22922024-06-06T20:33:48.017Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8db820e8d99c237a -C extra-filename=-8db820e8d99c237a --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-6cd145163fd70236.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22932024-06-06T20:33:49.125Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
22942024-06-06T20:33:50.175Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/417f74e/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"' -C metadata=d9f65da29e9a4575 -C extra-filename=-d9f65da29e9a4575 --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-b9ebc6b8124da48f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-04b3ae3d0793f106.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-0aa54e7efa9d3d23.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22952024-06-06T20:33:50.200Z Compiling downcast v0.11.0
22962024-06-06T20:33:50.200Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=37e495d66ccdc831 -C extra-filename=-37e495d66ccdc831 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22972024-06-06T20:33:50.200Z Compiling fragile v2.0.0
22982024-06-06T20:33:50.200Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=a6a943ca6c0c647a -C extra-filename=-a6a943ca6c0c647a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22992024-06-06T20:33:50.200Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
23002024-06-06T20:33:50.201Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/git/checkouts/zone-9383037a9395112c/f1920d5/zone/src/lib.rs --error-format=json --json=diagnostic-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"' -C metadata=97b905aa179980dd -C extra-filename=-97b905aa179980dd --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-90cc6d0cca9cde1d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-972383d77971fd94.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23012024-06-06T20:33:50.201Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
23022024-06-06T20:33:50.201Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/8c6d485/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 -C metadata=6d3d2f0ae9ef1e19 -C extra-filename=-6d3d2f0ae9ef1e19 --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-fc21f1208d0a9182.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-f5dd951c4ae79634.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23032024-06-06T20:33:50.421Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/417f74e/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"' -C metadata=8a0be1857d509082 -C extra-filename=-8a0be1857d509082 --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-6cd145163fd70236.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-acaadff11df4bfa2.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-b9ebc6b8124da48f.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-c2d41a61da79e8aa.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-d9f65da29e9a4575.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-04b3ae3d0793f106.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-0aa54e7efa9d3d23.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-2092fe5ef094ac50.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
23042024-06-06T20:33:50.625Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
23052024-06-06T20:33:50.625Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/417f74e/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"' -C metadata=b90248766d2a46dd -C extra-filename=-b90248766d2a46dd --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-6cd145163fd70236.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-b9ebc6b8124da48f.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-8a0be1857d509082.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-c42413f04a0ec494.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-0aa54e7efa9d3d23.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-2092fe5ef094ac50.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-76d1243ed8074ece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23062024-06-06T20:33:50.806Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
23072024-06-06T20:33:50.832Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6d7ed9a/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 -C metadata=2fc9be4bc7887e8e -C extra-filename=-2fc9be4bc7887e8e --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-c383ab1738e36093.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23082024-06-06T20:33:50.910Z Compiling env_logger v0.9.3
23092024-06-06T20:33:50.938Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atty"' --cfg 'feature="default"' --cfg 'feature="humantime"' --cfg 'feature="regex"' --cfg 'feature="termcolor"' -C metadata=cf93980e941b35d2 -C extra-filename=-cf93980e941b35d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-ec22a67fa055e4b1.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-0b713a67487ebae9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23102024-06-06T20:33:51.193Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
23112024-06-06T20:33:51.218Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/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 -C metadata=b489419adc860445 -C extra-filename=-b489419adc860445 --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-9e9eff94c6618bbf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23122024-06-06T20:33:51.218Z Compiling bitstruct_derive v0.1.0
23132024-06-06T20:33:51.218Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bitstruct_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitstruct_derive-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 -C metadata=01097c0f2b09c004 -C extra-filename=-01097c0f2b09c004 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fa0d761026021993.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23142024-06-06T20:33:51.579Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23152024-06-06T20:33:51.604Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/c59c6d6/progenitor-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 -C metadata=68fa60fae054801a -C extra-filename=-68fa60fae054801a --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-1dd61003af64f293.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-c1c7167bf92f2f31.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-43be38bd7aabbd14.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-ce3dd7ca9841e2f3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23162024-06-06T20:33:51.605Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
23172024-06-06T20:33:51.605Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name viona_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/viona-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 -C metadata=cd2d1cbe4dbc1139 -C extra-filename=-cd2d1cbe4dbc1139 --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23182024-06-06T20:33:51.720Z Compiling ascii v1.1.0
23192024-06-06T20:33:51.748Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ascii --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-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 -C metadata=56c1e1864e67c3e2 -C extra-filename=-56c1e1864e67c3e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23202024-06-06T20:33:52.113Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
23212024-06-06T20:33:52.138Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/417f74e/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 -C metadata=c0fd3c9f883ff8f5 -C extra-filename=-c0fd3c9f883ff8f5 --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-9e9eff94c6618bbf.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-243f102e132b1b56.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-8a0be1857d509082.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-b90248766d2a46dd.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-04b3ae3d0793f106.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23222024-06-06T20:33:52.265Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
23232024-06-06T20:33:52.290Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rfb --edition=2021 /home/build/.cargo/git/checkouts/rfb-288dbd459c42dc7a/0cac8d9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=987804bac0975d03 -C extra-filename=-987804bac0975d03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ascii=/work/oxidecomputer/omicron/target/debug/deps/libascii-56c1e1864e67c3e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-69ae6b86f325c5cb.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-cf93980e941b35d2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23242024-06-06T20:33:52.350Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
23252024-06-06T20:33:52.374Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name viona_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/viona-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 -C metadata=e3552d5b05e4c97b -C extra-filename=-e3552d5b05e4c97b --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-9e9eff94c6618bbf.rmeta --extern viona_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libviona_api_sys-cd2d1cbe4dbc1139.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23262024-06-06T20:33:52.509Z Compiling bitstruct v0.1.1
23272024-06-06T20:33:52.533Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bitstruct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitstruct-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 -C metadata=dafc38eb390d9b09 -C extra-filename=-dafc38eb390d9b09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitstruct_derive=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct_derive-01097c0f2b09c004.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23282024-06-06T20:33:52.608Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
23292024-06-06T20:33:52.645Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/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 -C metadata=81bf4db6be517860 -C extra-filename=-81bf4db6be517860 --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-b489419adc860445.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23302024-06-06T20:33:52.672Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
23312024-06-06T20:33:52.698Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dladm --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/dladm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0767124742b03303 -C extra-filename=-0767124742b03303 --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-9e9eff94c6618bbf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23322024-06-06T20:33:53.011Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
23332024-06-06T20:33:53.035Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/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 -C metadata=0d51539d1488fa97 -C extra-filename=-0d51539d1488fa97 --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-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23342024-06-06T20:33:53.260Z Compiling erased-serde v0.3.31
23352024-06-06T20:33:53.284Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/erased-serde-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7153f06c325803e7 -C extra-filename=-7153f06c325803e7 --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-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23362024-06-06T20:33:53.340Z Compiling serde_arrays v0.1.0
23372024-06-06T20:33:53.364Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_arrays --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_arrays-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 -C metadata=bde8124335dd9fd3 -C extra-filename=-bde8124335dd9fd3 --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-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23382024-06-06T20:33:53.364Z Compiling heck v0.3.3
23392024-06-06T20:33:53.364Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=1277b6a5850af162 -C extra-filename=-1277b6a5850af162 --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-2afaf9e04f860710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23402024-06-06T20:33:53.488Z Compiling convert_case v0.4.0
23412024-06-06T20:33:53.514Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=e2f100e3eb668363 -C extra-filename=-e2f100e3eb668363 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23422024-06-06T20:33:53.635Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
23432024-06-06T20:33:53.660Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/4ceaf96/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dc019a8d8d257539 -C extra-filename=-dc019a8d8d257539 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-dc019a8d8d257539 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23442024-06-06T20:33:53.766Z Compiling zone_cfg_derive v0.1.2
23452024-06-06T20:33:53.791Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=627609a80706d4e2 -C extra-filename=-627609a80706d4e2 --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-1277b6a5850af162.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-2e6ef6f73169174d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fa0d761026021993.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23462024-06-06T20:33:53.945Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-dc019a8d8d257539/build-script-build`
23472024-06-06T20:33:53.972Z Compiling tungstenite v0.21.0
23482024-06-06T20:33:53.996Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=a4e45bf7d8397eb8 -C extra-filename=-a4e45bf7d8397eb8 --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-4079b563d11206ed.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-ec823a0340677e83.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2ec3c4ae00aa642d.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-374f7bdcf7d21587.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-b66ace39c477aa9d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae9db4e827001c1.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-d80cf9e5b2026b08.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23492024-06-06T20:33:54.376Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
23502024-06-06T20:33:54.401Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/lib/propolis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f05a4b8cbb12fab8 -C extra-filename=-f05a4b8cbb12fab8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-81bf4db6be517860.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3aa8a2c4fb2b2dd9.rmeta --extern bitstruct=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct-dafc38eb390d9b09.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern dladm=/work/oxidecomputer/omicron/target/debug/deps/libdladm-0767124742b03303.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-7153f06c325803e7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-df9d2374a4417971.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-0d51539d1488fa97.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-987804bac0975d03.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_arrays=/work/oxidecomputer/omicron/target/debug/deps/libserde_arrays-bde8124335dd9fd3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta --extern viona_api=/work/oxidecomputer/omicron/target/debug/deps/libviona_api-e3552d5b05e4c97b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23512024-06-06T20:33:54.452Z Compiling derive_more v0.99.17
23522024-06-06T20:33:54.477Z Running `/home/build/.rustup/toolchains/1.78.0-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.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 --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"' -C metadata=00eab56eea97850a -C extra-filename=-00eab56eea97850a --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-e2f100e3eb668363.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fa0d761026021993.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23532024-06-06T20:33:54.852Z Compiling mockall v0.12.1
23542024-06-06T20:33:54.877Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall-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 -C metadata=ab14b31bd69f1bc8 -C extra-filename=-ab14b31bd69f1bc8 --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-6cd145163fd70236.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-37e495d66ccdc831.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-a6a943ca6c0c647a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-df9d2374a4417971.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-8db820e8d99c237a.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-5838c260b0ba55c5.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-a21019c3fba05991.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23552024-06-06T20:33:55.147Z Compiling headers-core v0.2.0
23562024-06-06T20:33:55.171Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name headers_core --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-core-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 -C metadata=f23a93ee29878e4d -C extra-filename=-f23a93ee29878e4d --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-2f6144cc237d078b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23572024-06-06T20:33:55.233Z Compiling base64 v0.13.1
23582024-06-06T20:33:55.258Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=10d0499ba3326980 -C extra-filename=-10d0499ba3326980 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23592024-06-06T20:33:55.285Z Compiling headers v0.3.9
23602024-06-06T20:33:55.310Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name headers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-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 -C metadata=5e3c6b151c807602 -C extra-filename=-5e3c6b151c807602 --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-bfc5ed6832fe4205.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-f23a93ee29878e4d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-9a593ee1b17490e8.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-6ed43d208ee9dad1.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-b66ace39c477aa9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23612024-06-06T20:33:55.718Z Compiling ron v0.7.1
23622024-06-06T20:33:55.746Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=f1e67966543c4390 -C extra-filename=-f1e67966543c4390 --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-10d0499ba3326980.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-69ae6b86f325c5cb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23632024-06-06T20:33:55.770Z Compiling zone v0.1.8
23642024-06-06T20:33:55.771Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=7e512758919ae0ab -C extra-filename=-7e512758919ae0ab --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-90cc6d0cca9cde1d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-627609a80706d4e2.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23652024-06-06T20:33:55.812Z Compiling tokio-tungstenite v0.21.0
23662024-06-06T20:33:55.837Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=f3a35c24b4f341ce -C extra-filename=-f3a35c24b4f341ce --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-708cbd8ae01528fb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-a4e45bf7d8397eb8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23672024-06-06T20:33:56.269Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/4ceaf96/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5033b2eef317dfec -C extra-filename=-5033b2eef317dfec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f15526b7eec2aae7.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-57e8d6ee00764cd6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b5e9a190bd33adcf.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-315e37159457d6ad.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-11e849a4f1fbc5dd.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-054c86d4d8f156ad.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-927502a0ce0739a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2e17325f08e11d93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
23682024-06-06T20:33:56.975Z Compiling portpicker v0.1.1
23692024-06-06T20:33:57.001Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name portpicker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portpicker-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 -C metadata=373b609bbc0d0c3c -C extra-filename=-373b609bbc0d0c3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23702024-06-06T20:33:57.056Z Compiling rcgen v0.12.1
23712024-06-06T20:33:57.116Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=f71a934fa8695411 -C extra-filename=-f71a934fa8695411 --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-b61fc3fa1ef52932.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-45639ca498687069.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out`
23722024-06-06T20:33:57.261Z Compiling atomicwrites v0.4.3
23732024-06-06T20:33:57.286Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomicwrites-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 -C metadata=c2d4ca1f53562fa7 -C extra-filename=-c2d4ca1f53562fa7 --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-7c528e277d2672f3.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23742024-06-06T20:33:57.435Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23752024-06-06T20:33:57.483Z Running `/home/build/.rustup/toolchains/1.78.0-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' -C metadata=bc030be448aeb889 -C extra-filename=-bc030be448aeb889 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-bc030be448aeb889 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-6163d56a4d54cf7e.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-1fd9564269861caa.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-fd6a4ef1678aa560.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-fed351dfccf21ec0.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-7ab01f8821dfd213.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-69ae6b86f325c5cb.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3aa8a2c4fb2b2dd9.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-2d37155bb5cf3f0a.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-46383a6241addb39.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-ea725b54fa142c98.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-06094d2b7e85625c.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-e1a935d3d543cf79.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-370ba663e455d276.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a68a0ba69dfbf991.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-70a2fd0a758aa88c.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-469342026b890081.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f60248ae21ce4171.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1146aeae4614d126.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eaca827472c55861.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-818d7209e93ed925.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-51770b30c6d2f0cd.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9e49121eb754b2c4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3a4d64827cf56c09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-afd81f7a37d03f0e.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cfa3035534aaa817.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4cb8e409c90cd6c4.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6b7b230ac7fdda05.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-708cbd8ae01528fb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e278056a0e34d789.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-c30fc5b0644f3206.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-84b0b01dae64acc1.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-b5b89f4419a02478.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-4826ff5533775fa1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-cd18b5466500dc52.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-5414d2346777725c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-90cc6d0cca9cde1d.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6ca0e1158c143a14.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-df9d2374a4417971.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-ea0c299f5a09e9f8.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9f0966d2e489a4ef.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-e8c302dc3ba54578.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-fcc97ed3a0776e3a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-77e9c3006f007dd4.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-8f9b7af0cb4f1e2a.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-39678f3abe8ee19d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-30c26ed74ac6be72.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-0d598709936f3160.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-5838c260b0ba55c5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-b328ca2e85c26ba1.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-e5e7129e53ac8b8b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-7c528e277d2672f3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-96e907db81b39683.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-153ded7b943adc66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b79becaab4538f2c.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-a84cf16555a1e5a6.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-59c2e2f244dbdceb.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fa0d761026021993.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-cb692b1ed7aa2065.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-133946324ab55d58.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dc3accfb3da32bde.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2ca70ed40e4f4725.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5ebcc46274e75cd7.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d4dd4bd950638c62.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2e17325f08e11d93.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-17bec7af9286f326.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-99ebbc53cc68e61d.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-64697c3f9169cd97.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-3eecf52f7e4e3d74.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-6a84e9d6d5856bfe.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-45639ca498687069.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-76d1243ed8074ece.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
23762024-06-06T20:33:57.577Z Compiling subprocess v0.2.9
23772024-06-06T20:33:57.602Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=3af8e2c5d96eb9d8 -C extra-filename=-3af8e2c5d96eb9d8 --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23782024-06-06T20:33:57.766Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-bc030be448aeb889/build-script-build`
23792024-06-06T20:33:57.797Z Running `/home/build/.rustup/toolchains/1.78.0-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' -C metadata=bc17f96731b424fe -C extra-filename=-bc17f96731b424fe --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-6163d56a4d54cf7e.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-1fd9564269861caa.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-fd6a4ef1678aa560.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-fed351dfccf21ec0.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-7ab01f8821dfd213.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-69ae6b86f325c5cb.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3aa8a2c4fb2b2dd9.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-2d37155bb5cf3f0a.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-46383a6241addb39.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-ea725b54fa142c98.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-06094d2b7e85625c.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-e1a935d3d543cf79.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-370ba663e455d276.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a68a0ba69dfbf991.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-70a2fd0a758aa88c.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-469342026b890081.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f60248ae21ce4171.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1146aeae4614d126.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eaca827472c55861.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-818d7209e93ed925.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-51770b30c6d2f0cd.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9e49121eb754b2c4.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3a4d64827cf56c09.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-afd81f7a37d03f0e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cfa3035534aaa817.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4cb8e409c90cd6c4.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6b7b230ac7fdda05.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-708cbd8ae01528fb.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e278056a0e34d789.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-c30fc5b0644f3206.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-84b0b01dae64acc1.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-b5b89f4419a02478.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-4826ff5533775fa1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-cd18b5466500dc52.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-5414d2346777725c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rmeta --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-90cc6d0cca9cde1d.rmeta --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6ca0e1158c143a14.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-df9d2374a4417971.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-ea0c299f5a09e9f8.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9f0966d2e489a4ef.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-e8c302dc3ba54578.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-fcc97ed3a0776e3a.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-77e9c3006f007dd4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-8f9b7af0cb4f1e2a.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-39678f3abe8ee19d.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-30c26ed74ac6be72.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-0d598709936f3160.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-5838c260b0ba55c5.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-b328ca2e85c26ba1.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-e5e7129e53ac8b8b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-7c528e277d2672f3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-96e907db81b39683.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-153ded7b943adc66.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b79becaab4538f2c.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-a84cf16555a1e5a6.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-59c2e2f244dbdceb.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-133946324ab55d58.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dc3accfb3da32bde.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2ca70ed40e4f4725.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5ebcc46274e75cd7.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d4dd4bd950638c62.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2e17325f08e11d93.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-17bec7af9286f326.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-99ebbc53cc68e61d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-64697c3f9169cd97.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-6a84e9d6d5856bfe.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-45639ca498687069.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-76d1243ed8074ece.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
23802024-06-06T20:33:57.827Z Compiling password-hash v0.5.0
23812024-06-06T20:33:57.827Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=205f0c55aea4cae8 -C extra-filename=-205f0c55aea4cae8 --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-96ee31262a117aa9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23822024-06-06T20:33:57.896Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23832024-06-06T20:33:57.922Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=b61781c85e025a44 -C extra-filename=-b61781c85e025a44 --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-bc17f96731b424fe.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro -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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
23842024-06-06T20:33:58.644Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23852024-06-06T20:33:58.669Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=b3818cfba0e20e15 -C extra-filename=-b3818cfba0e20e15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-a6e2710882dbcdf1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
23862024-06-06T20:33:58.693Z Compiling blake2 v0.10.6
23872024-06-06T20:33:58.693Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=b8e04f420b15003b -C extra-filename=-b8e04f420b15003b --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-eaca827472c55861.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23882024-06-06T20:33:59.208Z Compiling linked-hash-map v0.5.6
23892024-06-06T20:33:59.233Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=aa4db96c4b21ea1e -C extra-filename=-aa4db96c4b21ea1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23902024-06-06T20:33:59.381Z Compiling argon2 v0.5.3
23912024-06-06T20:33:59.406Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=1df8ed436852c61a -C extra-filename=-1df8ed436852c61a --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-96ee31262a117aa9.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-b8e04f420b15003b.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-617fd11b7df2e647.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-205f0c55aea4cae8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23922024-06-06T20:33:59.456Z Dirty swrite v0.1.0: the rustflags changed
23932024-06-06T20:33:59.456Z Compiling swrite v0.1.0
23942024-06-06T20:33:59.483Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=10687806c0c4c1d6 -C extra-filename=-10687806c0c4c1d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23952024-06-06T20:33:59.508Z Compiling lru-cache v0.1.2
23962024-06-06T20:33:59.508Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=4f8b8e71785fe9b4 -C extra-filename=-4f8b8e71785fe9b4 --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-aa4db96c4b21ea1e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23972024-06-06T20:33:59.582Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23982024-06-06T20:33:59.607Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=01956028453465b9 -C extra-filename=-01956028453465b9 --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-bc17f96731b424fe.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
23992024-06-06T20:33:59.648Z Compiling resolv-conf v0.7.0
24002024-06-06T20:33:59.673Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=940a057e3b626726 -C extra-filename=-940a057e3b626726 --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-d35460ad3d70bf46.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-a2f6d65a8b23928e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24012024-06-06T20:33:59.697Z Compiling semver v0.1.20
24022024-06-06T20:33:59.698Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=af270c62ed479890 -C extra-filename=-af270c62ed479890 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24032024-06-06T20:33:59.722Z Compiling home v0.5.9
24042024-06-06T20:33:59.722Z Running `/home/build/.rustup/toolchains/1.78.0-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' -C metadata=11ca7fe2274501f0 -C extra-filename=-11ca7fe2274501f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24052024-06-06T20:33:59.898Z Compiling cancel-safe-futures v0.1.5
24062024-06-06T20:33:59.923Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=7d5a5bf504233a9c -C extra-filename=-7d5a5bf504233a9c --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-7d5a5bf504233a9c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24072024-06-06T20:33:59.967Z Compiling rustc_version v0.1.7
24082024-06-06T20:33:59.993Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=74966e74112a5093 -C extra-filename=-74966e74112a5093 --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-af270c62ed479890.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24092024-06-06T20:34:00.222Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24102024-06-06T20:34:00.247Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=4ba848bc144e5dc4 -C extra-filename=-4ba848bc144e5dc4 --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-1df8ed436852c61a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
24112024-06-06T20:34:00.280Z Compiling trust-dns-resolver v0.22.0
24122024-06-06T20:34:00.305Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_resolver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-resolver-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=5d93a7d577050d84 -C extra-filename=-5d93a7d577050d84 --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-6cd145163fd70236.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-708cbd8ae01528fb.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-df9d2374a4417971.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-4f8b8e71785fe9b4.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-ceff54d9803290cf.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-940a057e3b626726.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b79becaab4538f2c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2e17325f08e11d93.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-17bec7af9286f326.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24132024-06-06T20:34:00.397Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-7d5a5bf504233a9c/build-script-build`
24142024-06-06T20:34:00.422Z Compiling half v2.4.1
24152024-06-06T20:34:00.422Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=e0ff64272072bd76 -C extra-filename=-e0ff64272072bd76 --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-6cd145163fd70236.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24162024-06-06T20:34:00.422Z Compiling newtype_derive v0.1.6
24172024-06-06T20:34:00.422Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=119d94e058e2fe69 -C extra-filename=-119d94e058e2fe69 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-119d94e058e2fe69 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-74966e74112a5093.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24182024-06-06T20:34:00.576Z Compiling ciborium-io v0.2.2
24192024-06-06T20:34:00.602Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=796b53103f912cb4 -C extra-filename=-796b53103f912cb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24202024-06-06T20:34:00.688Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=eefc6c2c8eb656d2 -C extra-filename=-eefc6c2c8eb656d2 --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-4a234987197be9fa.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4cb8e409c90cd6c4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-708cbd8ae01528fb.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24212024-06-06T20:34:00.713Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-119d94e058e2fe69/build-script-build`
24222024-06-06T20:34:00.777Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=ba33c99523a0690b -C extra-filename=-ba33c99523a0690b --out-dir /work/oxidecomputer/omicron/target/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`
24232024-06-06T20:34:00.882Z Compiling steno v0.4.0
24242024-06-06T20:34:00.907Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/steno-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 -C metadata=c8f6444a1d353b3d -C extra-filename=-c8f6444a1d353b3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-df9d2374a4417971.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-ba33c99523a0690b.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-30c26ed74ac6be72.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24252024-06-06T20:34:00.907Z Compiling ciborium-ll v0.2.2
24262024-06-06T20:34:00.907Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=f785944e34600a3e -C extra-filename=-f785944e34600a3e --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-796b53103f912cb4.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-e0ff64272072bd76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24272024-06-06T20:34:01.215Z Compiling slog-dtrace v0.3.0
24282024-06-06T20:34:01.241Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=c611d7d9fdd24599 -C extra-filename=-c611d7d9fdd24599 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-c611d7d9fdd24599 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24292024-06-06T20:34:01.267Z Compiling glob v0.3.1
24302024-06-06T20:34:01.267Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=009c09a73c940a7e -C extra-filename=-009c09a73c940a7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24312024-06-06T20:34:01.503Z Compiling rayon-core v1.12.1
24322024-06-06T20:34:01.529Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=78abd3ebecc12dba -C extra-filename=-78abd3ebecc12dba --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-78abd3ebecc12dba -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24332024-06-06T20:34:01.685Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-c611d7d9fdd24599/build-script-build`
24342024-06-06T20:34:01.710Z Compiling ciborium v0.2.2
24352024-06-06T20:34:01.711Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=95fd1bd9c2e6afd0 -C extra-filename=-95fd1bd9c2e6afd0 --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-796b53103f912cb4.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-f785944e34600a3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24362024-06-06T20:34:01.753Z Compiling crossbeam-deque v0.8.5
24372024-06-06T20:34:01.780Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=54c5a275a74fe6f4 -C extra-filename=-54c5a275a74fe6f4 --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-370ba663e455d276.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a68a0ba69dfbf991.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24382024-06-06T20:34:01.806Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-78abd3ebecc12dba/build-script-build`
24392024-06-06T20:34:01.832Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=cbe690b0e8cb5d8e -C extra-filename=-cbe690b0e8cb5d8e --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-ffb435b01cf406b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24402024-06-06T20:34:02.058Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=a7a242ed38bebb38 -C extra-filename=-a7a242ed38bebb38 --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-54c5a275a74fe6f4.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a68a0ba69dfbf991.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24412024-06-06T20:34:02.101Z Compiling signature v2.2.0
24422024-06-06T20:34:02.126Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=6aea2f4aaeeae408 -C extra-filename=-6aea2f4aaeeae408 --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-eaca827472c55861.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24432024-06-06T20:34:02.308Z Compiling libsw v3.3.1
24442024-06-06T20:34:02.335Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=fa8e6a817a5a96af -C extra-filename=-fa8e6a817a5a96af --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-36a1cc2998aaf01b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24452024-06-06T20:34:02.365Z Compiling linear-map v1.2.0
24462024-06-06T20:34:02.392Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=43dbd843f8ec402a -C extra-filename=-43dbd843f8ec402a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24472024-06-06T20:34:02.574Z Compiling owo-colors v4.0.0
24482024-06-06T20:34:02.603Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-4.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 -C metadata=c45fdf9b4e3eeb94 -C extra-filename=-c45fdf9b4e3eeb94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24492024-06-06T20:34:02.703Z Compiling nibble_vec v0.1.0
24502024-06-06T20:34:02.740Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=dca1475a3c10fb2a -C extra-filename=-dca1475a3c10fb2a --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-b79becaab4538f2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24512024-06-06T20:34:02.889Z Compiling rayon v1.10.0
24522024-06-06T20:34:02.915Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=9cc7f706c24f99fe -C extra-filename=-9cc7f706c24f99fe --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-c6ebce9b8f2b7960.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-a7a242ed38bebb38.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24532024-06-06T20:34:02.976Z Compiling endian-type v0.1.2
24542024-06-06T20:34:03.005Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=08a20c65fb4946da -C extra-filename=-08a20c65fb4946da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24552024-06-06T20:34:03.177Z Compiling radix_trie v0.2.1
24562024-06-06T20:34:03.203Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=1f57b5e206871653 -C extra-filename=-1f57b5e206871653 --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-08a20c65fb4946da.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-dca1475a3c10fb2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24572024-06-06T20:34:03.707Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
24582024-06-06T20:34:03.733Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name cpuid_profile_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/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 -C metadata=45eb96b2ffc622c1 -C extra-filename=-45eb96b2ffc622c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern propolis=/work/oxidecomputer/omicron/target/debug/deps/libpropolis-f05a4b8cbb12fab8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-68d9cf65ea7a6bc6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dc3accfb3da32bde.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24592024-06-06T20:34:03.769Z Compiling num-rational v0.4.2
24602024-06-06T20:34:03.800Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=fa405bf4f8dc9654 -C extra-filename=-fa405bf4f8dc9654 --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-6f07fa01fde21d6b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24612024-06-06T20:34:04.071Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
24622024-06-06T20:34:04.096Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/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 -C metadata=e068a03d1d76ff24 -C extra-filename=-e068a03d1d76ff24 --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-45eb96b2ffc622c1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-68d9cf65ea7a6bc6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dc3accfb3da32bde.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24632024-06-06T20:34:04.395Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24642024-06-06T20:34:04.422Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=ca0d342fa00cbf19 -C extra-filename=-ca0d342fa00cbf19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eefc6c2c8eb656d2.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-16be061ce4b51a38.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-fa8e6a817a5a96af.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-43dbd843f8ec402a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-30c26ed74ac6be72.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-10687806c0c4c1d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03d269933db56fd2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
24652024-06-06T20:34:04.677Z Compiling num-complex v0.4.6
24662024-06-06T20:34:04.703Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=aaf2764d43f4d1ed -C extra-filename=-aaf2764d43f4d1ed --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-da8aea025e0dde22.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24672024-06-06T20:34:05.310Z Compiling fxhash v0.2.1
24682024-06-06T20:34:05.337Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=e605e9a3f5355272 -C extra-filename=-e605e9a3f5355272 --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-4079b563d11206ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24692024-06-06T20:34:05.490Z Compiling display-error-chain v0.2.0
24702024-06-06T20:34:05.515Z Running `/home/build/.rustup/toolchains/1.78.0-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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8bcc55f5e1ff0008 -C extra-filename=-8bcc55f5e1ff0008 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24712024-06-06T20:34:05.569Z Compiling num v0.4.3
24722024-06-06T20:34:05.594Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=9911d058f70bbb5a -C extra-filename=-9911d058f70bbb5a --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-aaf2764d43f4d1ed.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-77e9c3006f007dd4.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-fa405bf4f8dc9654.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24732024-06-06T20:34:05.642Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24742024-06-06T20:34:05.671Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=41fc88b8e1f0dbf3 -C extra-filename=-41fc88b8e1f0dbf3 --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-bc17f96731b424fe.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro -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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
24752024-06-06T20:34:05.696Z Compiling radium v0.7.0
24762024-06-06T20:34:05.696Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=5c375997c550e0f8 -C extra-filename=-5c375997c550e0f8 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-5c375997c550e0f8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24772024-06-06T20:34:05.696Z Compiling maybe-uninit v2.0.0
24782024-06-06T20:34:05.696Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=3693912ea490c5a6 -C extra-filename=-3693912ea490c5a6 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-3693912ea490c5a6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24792024-06-06T20:34:06.112Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-5c375997c550e0f8/build-script-build`
24802024-06-06T20:34:06.142Z Compiling tap v1.0.1
24812024-06-06T20:34:06.167Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=76750a7351ad8b49 -C extra-filename=-76750a7351ad8b49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24822024-06-06T20:34:06.167Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-3693912ea490c5a6/build-script-build`
24832024-06-06T20:34:06.229Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=e679cd4107bdea17 -C extra-filename=-e679cd4107bdea17 --out-dir /work/oxidecomputer/omicron/target/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`
24842024-06-06T20:34:06.308Z Compiling wyz v0.5.1
24852024-06-06T20:34:06.336Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=079ba44f6dc6bf92 -C extra-filename=-079ba44f6dc6bf92 --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-76750a7351ad8b49.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24862024-06-06T20:34:06.608Z Compiling bzip2-sys v0.1.11+1.0.8
24872024-06-06T20:34:06.632Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=92e0b719bee18269 -C extra-filename=-92e0b719bee18269 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-92e0b719bee18269 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-453eca9135afa6bf.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-0839f5aecb361828.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24882024-06-06T20:34:06.665Z Compiling packed_struct v0.10.1
24892024-06-06T20:34:06.690Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=3e908e771ed83f77 -C extra-filename=-3e908e771ed83f77 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-3e908e771ed83f77 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24902024-06-06T20:34:06.735Z Compiling crc-catalog v2.4.0
24912024-06-06T20:34:06.760Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=74dcf0a0c1e1ded3 -C extra-filename=-74dcf0a0c1e1ded3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24922024-06-06T20:34:06.871Z Compiling funty v2.0.0
24932024-06-06T20:34:06.896Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=ef7a69128d99b578 -C extra-filename=-ef7a69128d99b578 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24942024-06-06T20:34:06.921Z Compiling num-bigint-dig v0.8.4
24952024-06-06T20:34:06.921Z Running `/home/build/.rustup/toolchains/1.78.0-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="zeroize"' -C metadata=86df98b0f743becd -C extra-filename=-86df98b0f743becd --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-86df98b0f743becd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24962024-06-06T20:34:07.082Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-92e0b719bee18269/build-script-build`
24972024-06-06T20:34:07.122Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-3e908e771ed83f77/build-script-build`
24982024-06-06T20:34:07.152Z Compiling crc v3.2.1
24992024-06-06T20:34:07.177Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=faea6f435bd0047b -C extra-filename=-faea6f435bd0047b --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-74dcf0a0c1e1ded3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25002024-06-06T20:34:07.230Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-86df98b0f743becd/build-script-build`
25012024-06-06T20:34:07.255Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=0c2e63aa6f3c139a -C extra-filename=-0c2e63aa6f3c139a --out-dir /work/oxidecomputer/omicron/target/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`
25022024-06-06T20:34:07.345Z Compiling packed_struct_codegen v0.10.1
25032024-06-06T20:34:07.370Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=0fd5af14581f0f98 -C extra-filename=-0fd5af14581f0f98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fa0d761026021993.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25042024-06-06T20:34:07.560Z Compiling indexmap v1.9.3
25052024-06-06T20:34:07.585Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=33103ac4e6cf007e -C extra-filename=-33103ac4e6cf007e --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-33103ac4e6cf007e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-da1d2f89ec5cc337.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25062024-06-06T20:34:07.623Z Compiling nodrop v0.1.14
25072024-06-06T20:34:07.648Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=ec6c4f2bb6062d27 -C extra-filename=-ec6c4f2bb6062d27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25082024-06-06T20:34:07.765Z Compiling array-init v0.0.4
25092024-06-06T20:34:07.790Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=e31f5b02445fbcc1 -C extra-filename=-e31f5b02445fbcc1 --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-ec6c4f2bb6062d27.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25102024-06-06T20:34:07.790Z Compiling bitvec v1.0.1
25112024-06-06T20:34:07.815Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=80a1669b9026107b -C extra-filename=-80a1669b9026107b --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-ef7a69128d99b578.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-e679cd4107bdea17.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-76750a7351ad8b49.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-079ba44f6dc6bf92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25122024-06-06T20:34:07.840Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=d871874f7d44fa03 -C extra-filename=-d871874f7d44fa03 --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-9e9eff94c6618bbf.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-7975931029728112/out/lib -l static=bz2`
25132024-06-06T20:34:07.906Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-33103ac4e6cf007e/build-script-build`
25142024-06-06T20:34:07.937Z Compiling smallvec v0.6.14
25152024-06-06T20:34:07.961Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=477785d50d54cd39 -C extra-filename=-477785d50d54cd39 --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-0c2e63aa6f3c139a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25162024-06-06T20:34:07.987Z Running `/home/build/.rustup/toolchains/1.78.0-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="zeroize"' -C metadata=df682ab861c6a430 -C extra-filename=-df682ab861c6a430 --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-4079b563d11206ed.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-df9d2374a4417971.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-98a4140e57fd013c.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-77e9c3006f007dd4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b79becaab4538f2c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
25172024-06-06T20:34:08.011Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
25182024-06-06T20:34:08.011Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/c59c6d6/progenitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=60451ba76cf06c5e -C extra-filename=-60451ba76cf06c5e --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-9bec796bcb182e2c.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-c1c7167bf92f2f31.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-68fa60fae054801a.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
25192024-06-06T20:34:08.182Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/5630887/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 -C metadata=1fb77af8fb876970 -C extra-filename=-1fb77af8fb876970 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-22869783781f7a70.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
25202024-06-06T20:34:08.296Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25212024-06-06T20:34:08.322Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/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"' -C metadata=cb262e5216be442b -C extra-filename=-cb262e5216be442b --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-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bfc5ed6832fe4205.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c3793144883fdd47.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
25222024-06-06T20:34:08.540Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25232024-06-06T20:34:08.565Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=8ffa72b1ae449b0c -C extra-filename=-8ffa72b1ae449b0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
25242024-06-06T20:34:08.693Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25252024-06-06T20:34:08.718Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=9cd002f069e9f4d7 -C extra-filename=-9cd002f069e9f4d7 --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-a69496bcd97c9671.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e278056a0e34d789.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
25262024-06-06T20:34:09.981Z Compiling pkcs1 v0.7.5
25272024-06-06T20:34:10.009Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=7f5023eb2e258dfb -C extra-filename=-7f5023eb2e258dfb --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-f60248ae21ce4171.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-0a9b5b4bf2e20dfa.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-617be5101ba4ab21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25282024-06-06T20:34:10.333Z Compiling constant_time_eq v0.3.0
25292024-06-06T20:34:10.359Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=a5ae682ae21eab04 -C extra-filename=-a5ae682ae21eab04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25302024-06-06T20:34:10.495Z Compiling bitfield v0.14.0
25312024-06-06T20:34:10.520Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=d550909bbac18955 -C extra-filename=-d550909bbac18955 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25322024-06-06T20:34:10.745Z Compiling arrayvec v0.7.4
25332024-06-06T20:34:10.769Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=27565aeac1afc72b -C extra-filename=-27565aeac1afc72b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25342024-06-06T20:34:10.870Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=173bcd5d55307bbd -C extra-filename=-173bcd5d55307bbd --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-80a1669b9026107b.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-0fd5af14581f0f98.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25352024-06-06T20:34:10.954Z Compiling arrayref v0.3.7
25362024-06-06T20:34:10.978Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayref --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5506778857bc3003 -C extra-filename=-5506778857bc3003 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25372024-06-06T20:34:11.054Z Compiling hashbrown v0.12.3
25382024-06-06T20:34:11.054Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=953c86427907735b -C extra-filename=-953c86427907735b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25392024-06-06T20:34:11.108Z Compiling rsa v0.9.6
25402024-06-06T20:34:11.138Z Running `/home/build/.rustup/toolchains/1.78.0-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="pem"' --cfg 'feature="serde"' --cfg 'feature="sha2"' --cfg 'feature="std"' -C metadata=38990eaacf0db257 -C extra-filename=-38990eaacf0db257 --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-e1a935d3d543cf79.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eaca827472c55861.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-df682ab861c6a430.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-7f5023eb2e258dfb.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-0a9b5b4bf2e20dfa.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-6aea2f4aaeeae408.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-617be5101ba4ab21.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25412024-06-06T20:34:12.006Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
25422024-06-06T20:34:12.043Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name libfalcon --edition=2018 /home/build/.cargo/git/checkouts/falcon-c754111a71d466df/e69694a/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 -C metadata=0ce9c850e724215d -C extra-filename=-0ce9c850e724215d --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-9cdfe1db1ea1f39e.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f15526b7eec2aae7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-5033b2eef317dfec.rmeta --extern portpicker=/work/oxidecomputer/omicron/target/debug/deps/libportpicker-373b609bbc0d0c3c.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cb262e5216be442b.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-e068a03d1d76ff24.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-f1e67966543c4390.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8a4e85fda4001f88.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-2092fe5ef094ac50.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-f3a35c24b4f341ce.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dc3accfb3da32bde.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7e512758919ae0ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
25432024-06-06T20:34:14.002Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25442024-06-06T20:34:14.054Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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"' -C metadata=b12c99a1d5ce9296 -C extra-filename=-b12c99a1d5ce9296 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-b61781c85e025a44.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-383f901f27801735.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1fb77af8fb876970.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-977ffafa78d3238a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9bec796bcb182e2c.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-ce85f94723c42894.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-17db47bd8662f004.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-69c4414a85fd428d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f2b1cdffc9101e49.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
25452024-06-06T20:34:14.100Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
25462024-06-06T20:34:14.124Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=2bbacad8c8eb3b6e -C extra-filename=-2bbacad8c8eb3b6e --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-d550909bbac18955.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-173bcd5d55307bbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25472024-06-06T20:34:14.149Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=590be275649af55b -C extra-filename=-590be275649af55b --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-953c86427907735b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
25482024-06-06T20:34:14.566Z Compiling serde-hex v0.1.0
25492024-06-06T20:34:14.591Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=17da8790747dd5f0 -C extra-filename=-17da8790747dd5f0 --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-e31f5b02445fbcc1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-477785d50d54cd39.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25502024-06-06T20:34:14.873Z Compiling bzip2 v0.4.4
25512024-06-06T20:34:14.899Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=4d8984d00c924b10 -C extra-filename=-4d8984d00c924b10 --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-d871874f7d44fa03.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.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-7975931029728112/out/lib`
25522024-06-06T20:34:15.240Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25532024-06-06T20:34:15.265Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=2e87847d84faf8b9 -C extra-filename=-2e87847d84faf8b9 --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-4079b563d11206ed.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-faea6f435bd0047b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-abfb20bf137c7b9c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25542024-06-06T20:34:15.510Z Compiling env_logger v0.10.2
25552024-06-06T20:34:15.534Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=64e22e1adc2ea79a -C extra-filename=-64e22e1adc2ea79a --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-1fb2ee4459a95d8f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-0b713a67487ebae9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25562024-06-06T20:34:16.556Z Compiling x509-cert v0.2.5
25572024-06-06T20:34:16.582Z Running `/home/build/.rustup/toolchains/1.78.0-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="std"' -C metadata=fa4acfade667231c -C extra-filename=-fa4acfade667231c --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-e1a935d3d543cf79.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f60248ae21ce4171.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-617be5101ba4ab21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25582024-06-06T20:34:17.397Z Compiling ron v0.8.1
25592024-06-06T20:34:17.423Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=481d589cacbcf419 -C extra-filename=-481d589cacbcf419 --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-bfc5ed6832fe4205.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3aa8a2c4fb2b2dd9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-68d9cf65ea7a6bc6.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25602024-06-06T20:34:17.934Z Compiling hashbrown v0.13.2
25612024-06-06T20:34:17.959Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=7ee400fb58c465bc -C extra-filename=-7ee400fb58c465bc --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-6163d56a4d54cf7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25622024-06-06T20:34:18.456Z Compiling crc-any v2.5.0
25632024-06-06T20:34:18.481Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=4e518ab7a34dab84 -C extra-filename=-4e518ab7a34dab84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25642024-06-06T20:34:18.886Z Compiling object v0.30.4
25652024-06-06T20:34:18.911Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=e307d50676ad82db -C extra-filename=-e307d50676ad82db --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-b93e8dcfe84d9fec.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-7ee400fb58c465bc.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-590be275649af55b.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25662024-06-06T20:34:18.911Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25672024-06-06T20:34:18.911Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=30b997750ac487b3 -C extra-filename=-30b997750ac487b3 --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-481d589cacbcf419.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-2e87847d84faf8b9.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-abfb20bf137c7b9c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25682024-06-06T20:34:19.307Z Compiling zip v0.6.6
25692024-06-06T20:34:19.332Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=a1dee7d7307cdaea -C extra-filename=-a1dee7d7307cdaea --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-4079b563d11206ed.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-4d8984d00c924b10.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-b93e8dcfe84d9fec.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.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-7975931029728112/out/lib`
25702024-06-06T20:34:19.561Z Compiling ring v0.16.20
25712024-06-06T20:34:19.586Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=e4db3c45e381807a -C extra-filename=-e4db3c45e381807a --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-e4db3c45e381807a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-453eca9135afa6bf.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25722024-06-06T20:34:19.787Z Compiling blake3 v1.5.1
25732024-06-06T20:34:19.812Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' -C metadata=1ec3f446c8d6022e -C extra-filename=-1ec3f446c8d6022e --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-1ec3f446c8d6022e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-453eca9135afa6bf.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25742024-06-06T20:34:20.398Z Compiling path-slash v0.1.5
25752024-06-06T20:34:20.423Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=76f42b26ab6ae9f6 -C extra-filename=-76f42b26ab6ae9f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25762024-06-06T20:34:20.448Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-1ec3f446c8d6022e/build-script-build`
25772024-06-06T20:34:20.537Z Compiling memmap2 v0.9.4
25782024-06-06T20:34:20.562Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap2-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f222c8f5feb49f0b -C extra-filename=-f222c8f5feb49f0b --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25792024-06-06T20:34:20.623Z Compiling untrusted v0.7.1
25802024-06-06T20:34:20.623Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=4a373aa2a958763b -C extra-filename=-4a373aa2a958763b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25812024-06-06T20:34:20.648Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-e4db3c45e381807a/build-script-build`
25822024-06-06T20:34:20.796Z Compiling parking_lot_core v0.8.6
25832024-06-06T20:34:20.821Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=bb822fb252e22d13 -C extra-filename=-bb822fb252e22d13 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-bb822fb252e22d13 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25842024-06-06T20:34:20.821Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' -C metadata=9780d40799678b87 -C extra-filename=-9780d40799678b87 --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-5506778857bc3003.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-27565aeac1afc72b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-a5ae682ae21eab04.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-f222c8f5feb49f0b.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-9cc7f706c24f99fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/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`
25852024-06-06T20:34:20.935Z Compiling topological-sort v0.2.2
25862024-06-06T20:34:20.960Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=00c376485f04f7b6 -C extra-filename=-00c376485f04f7b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25872024-06-06T20:34:21.132Z Compiling maplit v1.0.2
25882024-06-06T20:34:21.157Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=9404687583d38e0f -C extra-filename=-9404687583d38e0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25892024-06-06T20:34:21.264Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-bb822fb252e22d13/build-script-build`
25902024-06-06T20:34:21.289Z Compiling async-recursion v1.1.1
25912024-06-06T20:34:21.289Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=647a770ab00d8d13 -C extra-filename=-647a770ab00d8d13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25922024-06-06T20:34:21.314Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=74af49de15fbba3f -C extra-filename=-74af49de15fbba3f --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-6cd145163fd70236.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-37e08d29aee74c57.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b79becaab4538f2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25932024-06-06T20:34:21.877Z Compiling gethostname v0.4.3
25942024-06-06T20:34:21.902Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name gethostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gethostname-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 -C metadata=4fe18731d1c70ac9 -C extra-filename=-4fe18731d1c70ac9 --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25952024-06-06T20:34:22.121Z Compiling libefi-sys v0.1.0
25962024-06-06T20:34:22.146Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=91c363b6b9a1fe88 -C extra-filename=-91c363b6b9a1fe88 --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-91c363b6b9a1fe88 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25972024-06-06T20:34:22.293Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
25982024-06-06T20:34:22.319Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=6a916716bc876a62 -C extra-filename=-6a916716bc876a62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-133946324ab55d58.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
25992024-06-06T20:34:22.408Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26002024-06-06T20:34:22.433Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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"' -C metadata=424414fabc4499ec -C extra-filename=-424414fabc4499ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-2fc9be4bc7887e8e.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-6d3d2f0ae9ef1e19.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-ab14b31bd69f1bc8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-c0fd3c9f883ff8f5.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-b90248766d2a46dd.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-b3818cfba0e20e15.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8a4e85fda4001f88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-5002e28a22761be6.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-97b905aa179980dd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
26012024-06-06T20:34:22.913Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26022024-06-06T20:34:22.938Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=62f4c623cc2d1f23 -C extra-filename=-62f4c623cc2d1f23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-17db47bd8662f004.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
26032024-06-06T20:34:22.963Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26042024-06-06T20:34:22.963Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=9c4dd10d005266ca -C extra-filename=-9c4dd10d005266ca --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-4c4fe9871302af71.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9911d058f70bbb5a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-41fc88b8e1f0dbf3.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
26052024-06-06T20:34:24.738Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26062024-06-06T20:34:24.763Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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"' -C metadata=91c6d74edcea37d0 -C extra-filename=-91c6d74edcea37d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-c2d4ca1f53562fa7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-fe9199de518d5372.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5e3c6b151c807602.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-0ce9c850e724215d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6a916716bc876a62.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b61fc3fa1ef52932.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-09115cfae2534dec.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-133946324ab55d58.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
26072024-06-06T20:34:26.488Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
26082024-06-06T20:34:26.513Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-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' -C metadata=5e36fa81df9b4e43 -C extra-filename=-5e36fa81df9b4e43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8ffa72b1ae449b0c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
26092024-06-06T20:34:26.758Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
26102024-06-06T20:34:26.783Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=8444b6c5cd1ec6ff -C extra-filename=-8444b6c5cd1ec6ff --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-4079b563d11206ed.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-e1a935d3d543cf79.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-4e518ab7a34dab84.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f60248ae21ce4171.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-64e22e1adc2ea79a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-2bbacad8c8eb3b6e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-173bcd5d55307bbd.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-39678f3abe8ee19d.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-38990eaacf0db257.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-17da8790747dd5f0.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-fa4acfade667231c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-abfb20bf137c7b9c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26112024-06-06T20:34:27.275Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=f3ae8fcc2309ab57 -C extra-filename=-f3ae8fcc2309ab57 --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-646417322ca33c73.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-c1329b9cf81be22e.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-4a373aa2a958763b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -l static=ring-core -l static=ring-test`
26122024-06-06T20:34:27.314Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-91c363b6b9a1fe88/build-script-build`
26132024-06-06T20:34:27.342Z Compiling parking_lot v0.11.2
26142024-06-06T20:34:27.367Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=a873f86f11ffdc23 -C extra-filename=-a873f86f11ffdc23 --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-37e08d29aee74c57.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-fb5654d251dbf08f.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-74af49de15fbba3f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26152024-06-06T20:34:27.597Z Compiling trust-dns-client v0.22.0
26162024-06-06T20:34:27.625Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_client --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-client-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 -C metadata=28cab2eecb5d24fb -C extra-filename=-28cab2eecb5d24fb --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-6cd145163fd70236.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-ec823a0340677e83.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-afd81f7a37d03f0e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-708cbd8ae01528fb.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-df9d2374a4417971.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-1f57b5e206871653.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2e17325f08e11d93.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-17bec7af9286f326.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26172024-06-06T20:34:28.180Z Compiling toml v0.5.11
26182024-06-06T20:34:28.205Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-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"' -C metadata=d68ce7e2484ae94d -C extra-filename=-d68ce7e2484ae94d --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-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26192024-06-06T20:34:29.042Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
26202024-06-06T20:34:29.067Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-660036efb99a0cd0/943c4bb/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7f8500dbe77cd2d8 -C extra-filename=-7f8500dbe77cd2d8 --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-69413bc4625a4929.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-2bbacad8c8eb3b6e.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-8444b6c5cd1ec6ff.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-e307d50676ad82db.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-76f42b26ab6ae9f6.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-38990eaacf0db257.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-2e87847d84faf8b9.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-30b997750ac487b3.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dc3accfb3da32bde.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-fa4acfade667231c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-abfb20bf137c7b9c.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a1dee7d7307cdaea.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-7975931029728112/out/lib`
26212024-06-06T20:34:29.180Z Compiling omicron-zone-package v0.11.0
26222024-06-06T20:34:29.205Z Running `/home/build/.rustup/toolchains/1.78.0-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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d4af579a12e6329d -C extra-filename=-d4af579a12e6329d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-9780d40799678b87.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-fe9199de518d5372.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-708cbd8ae01528fb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-f3ae8fcc2309ab57.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-68d9cf65ea7a6bc6.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dc3accfb3da32bde.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-00c376485f04f7b6.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out`
26232024-06-06T20:34:30.295Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26242024-06-06T20:34:30.320Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=ec9c619fa8b6570e -C extra-filename=-ec9c619fa8b6570e --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-ec9c619fa8b6570e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-453eca9135afa6bf.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26252024-06-06T20:34:30.520Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26262024-06-06T20:34:30.545Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=51ac33199e9cb923 -C extra-filename=-51ac33199e9cb923 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-b61781c85e025a44.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-16be061ce4b51a38.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-00eab56eea97850a.so --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8ffa72b1ae449b0c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9cd002f069e9f4d7.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-24a07ba228a1a806.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ba848bc144e5dc4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cff019792d5aa2ff.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-977ffafa78d3238a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-62f4c623cc2d1f23.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c8f6444a1d353b3d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
26272024-06-06T20:34:30.691Z Compiling keccak v0.1.5
26282024-06-06T20:34:30.716Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=f4bf38cad5b29804 -C extra-filename=-f4bf38cad5b29804 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26292024-06-06T20:34:31.411Z Compiling sha3 v0.10.8
26302024-06-06T20:34:31.435Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=1a441ead8dfc4e0d -C extra-filename=-1a441ead8dfc4e0d --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-eaca827472c55861.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-f4bf38cad5b29804.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26312024-06-06T20:34:31.479Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-ec9c619fa8b6570e/build-script-build`
26322024-06-06T20:34:31.584Z Compiling trust-dns-server v0.22.1
26332024-06-06T20:34:31.609Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_server --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-server-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 -C metadata=a14bcaea3cd725f7 -C extra-filename=-a14bcaea3cd725f7 --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-8b47b0ad828ebbf1.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-a0e9076026c8e60e.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-b0c093100e57aea3.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-708cbd8ae01528fb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d68ce7e2484ae94d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2e17325f08e11d93.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-28cab2eecb5d24fb.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-17bec7af9286f326.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26342024-06-06T20:34:32.285Z Compiling sled v0.34.7
26352024-06-06T20:34:32.310Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=da7637f35d7ddf76 -C extra-filename=-da7637f35d7ddf76 --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-b93e8dcfe84d9fec.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-370ba663e455d276.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a68a0ba69dfbf991.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-e605e9a3f5355272.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-a873f86f11ffdc23.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26362024-06-06T20:34:33.074Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=8d846799dc427fdb -C extra-filename=-8d846799dc427fdb --out-dir /work/oxidecomputer/omicron/target/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`
26372024-06-06T20:34:33.419Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26382024-06-06T20:34:33.449Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=3d5ab6afc9126bd6 -C extra-filename=-3d5ab6afc9126bd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b5e9a190bd33adcf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26392024-06-06T20:34:34.035Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26402024-06-06T20:34:34.072Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=7072ec40407940ca -C extra-filename=-7072ec40407940ca --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-424414fabc4499ec.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
26412024-06-06T20:34:34.573Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26422024-06-06T20:34:34.599Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=5bc39b9252c70a4e -C extra-filename=-5bc39b9252c70a4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-424414fabc4499ec.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca0d342fa00cbf19.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
26432024-06-06T20:34:34.869Z Compiling secrecy v0.8.0
26442024-06-06T20:34:34.894Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=4f840c46559cb2ee -C extra-filename=-4f840c46559cb2ee --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-07a93449407c39c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26452024-06-06T20:34:34.895Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
26462024-06-06T20:34:34.895Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme_sys --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/6fffcc8/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 -C metadata=1edfece30cfcb5eb -C extra-filename=-1edfece30cfcb5eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26472024-06-06T20:34:35.052Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
26482024-06-06T20:34:35.076Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/6fffcc8/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 -C metadata=0a75b63f50c8f557 -C extra-filename=-0a75b63f50c8f557 --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-1edfece30cfcb5eb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26492024-06-06T20:34:35.113Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=eb709d51b25398a6 -C extra-filename=-eb709d51b25398a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-3d5ab6afc9126bd6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out -l static=pci`
26502024-06-06T20:34:35.577Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26512024-06-06T20:34:35.601Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=5e6219bd35f2d32d -C extra-filename=-5e6219bd35f2d32d --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-9e9eff94c6618bbf.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-8d846799dc427fdb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26522024-06-06T20:34:35.626Z Compiling toolchain_find v0.4.0
26532024-06-06T20:34:35.626Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=878890bcc89f1123 -C extra-filename=-878890bcc89f1123 --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-11ca7fe2274501f0.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26542024-06-06T20:34:35.940Z Compiling rustfmt-wrapper v0.2.1
26552024-06-06T20:34:35.968Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=088d7f20fcadfd3c -C extra-filename=-088d7f20fcadfd3c --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-820c2ce8c834bb45.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-878890bcc89f1123.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26562024-06-06T20:34:36.188Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26572024-06-06T20:34:36.214Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=7a2565e57ff87f49 -C extra-filename=-7a2565e57ff87f49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8ffa72b1ae449b0c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-28cab2eecb5d24fb.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-17bec7af9286f326.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a14bcaea3cd725f7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
26582024-06-06T20:34:36.238Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
26592024-06-06T20:34:36.238Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/5630887/ddm-admin-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 -C metadata=21e48d078b4c129a -C extra-filename=-21e48d078b4c129a --out-dir /work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-21e48d078b4c129a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26602024-06-06T20:34:36.472Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26612024-06-06T20:34:36.497Z Running `/home/build/.rustup/toolchains/1.78.0-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' -C metadata=bc944395e508ff18 -C extra-filename=-bc944395e508ff18 --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-bc944395e508ff18 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-d4af579a12e6329d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-088d7f20fcadfd3c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out`
26622024-06-06T20:34:36.522Z Running `/work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-21e48d078b4c129a/build-script-build`
26632024-06-06T20:34:36.547Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26642024-06-06T20:34:36.547Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=cf1e92b173cfdae7 -C extra-filename=-cf1e92b173cfdae7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4fe18731d1c70ac9.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-3d5ab6afc9126bd6.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-424414fabc4499ec.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-5e6219bd35f2d32d.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-0a75b63f50c8f557.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7072ec40407940ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eb709d51b25398a6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/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-9313c2542a0347c7/out`
26652024-06-06T20:34:37.461Z Compiling buf-list v1.0.3
26662024-06-06T20:34:37.485Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=9ee7582522da070e -C extra-filename=-9ee7582522da070e --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-9ee7582522da070e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26672024-06-06T20:34:38.084Z Compiling platforms v3.4.0
26682024-06-06T20:34:38.110Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name platforms --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/platforms-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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1914f65d79ad51fe -C extra-filename=-1914f65d79ad51fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26692024-06-06T20:34:38.664Z Compiling curve25519-dalek v4.1.2
26702024-06-06T20:34:38.692Z Running `/home/build/.rustup/toolchains/1.78.0-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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=6b0ca1a2e803a0c4 -C extra-filename=-6b0ca1a2e803a0c4 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-6b0ca1a2e803a0c4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern platforms=/work/oxidecomputer/omicron/target/debug/deps/libplatforms-1914f65d79ad51fe.rlib --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-872d493ff49999a4.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26712024-06-06T20:34:39.245Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-9ee7582522da070e/build-script-build`
26722024-06-06T20:34:39.312Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/5630887/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 -C metadata=8d39b621c21b8f32 -C extra-filename=-8d39b621c21b8f32 --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-22869783781f7a70.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
26732024-06-06T20:34:39.703Z Compiling universal-hash v0.5.1
26742024-06-06T20:34:39.728Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=c7e8a452f9ee9b86 -C extra-filename=-c7e8a452f9ee9b86 --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-469342026b890081.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26752024-06-06T20:34:39.893Z Compiling opaque-debug v0.3.1
26762024-06-06T20:34:39.921Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=188f141b7d6831e2 -C extra-filename=-188f141b7d6831e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26772024-06-06T20:34:40.001Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=cf83c744c5f0df0b -C extra-filename=-cf83c744c5f0df0b --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-4c4fe9871302af71.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
26782024-06-06T20:34:40.548Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-6b0ca1a2e803a0c4/build-script-build`
26792024-06-06T20:34:40.572Z Compiling curve25519-dalek-derive v0.1.1
26802024-06-06T20:34:40.572Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=0d680780638d3d43 -C extra-filename=-0d680780638d3d43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26812024-06-06T20:34:40.659Z Compiling diff v0.1.13
26822024-06-06T20:34:40.684Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=89f24ea2acf2914f -C extra-filename=-89f24ea2acf2914f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26832024-06-06T20:34:41.273Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26842024-06-06T20:34:41.298Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=df1d9c401a5ae196 -C extra-filename=-df1d9c401a5ae196 --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-8d39b621c21b8f32.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9bec796bcb182e2c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7072ec40407940ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
26852024-06-06T20:34:41.893Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26862024-06-06T20:34:41.919Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=aa57942cd67d6ad0 -C extra-filename=-aa57942cd67d6ad0 --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-8b47b0ad828ebbf1.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-d6f81de67164b7f9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-4f840c46559cb2ee.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1a441ead8dfc4e0d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
26872024-06-06T20:34:42.014Z Running `/home/build/.rustup/toolchains/1.78.0-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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=35949b2222746491 -C extra-filename=-35949b2222746491 --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-6cd145163fd70236.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-617fd11b7df2e647.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-0d680780638d3d43.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eaca827472c55861.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.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"'`
26882024-06-06T20:34:42.240Z Compiling aead v0.5.2
26892024-06-06T20:34:42.266Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=b58f0f0d67acc8ce -C extra-filename=-b58f0f0d67acc8ce --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-469342026b890081.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-c30fc5b0644f3206.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26902024-06-06T20:34:42.583Z Compiling pin-project-internal v1.1.5
26912024-06-06T20:34:42.608Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' -C metadata=3bad53476db2b791 -C extra-filename=-3bad53476db2b791 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26922024-06-06T20:34:42.636Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26932024-06-06T20:34:42.636Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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"' -C metadata=fec17b369b0f8d1c -C extra-filename=-fec17b369b0f8d1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-00eab56eea97850a.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-424414fabc4499ec.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-aa57942cd67d6ad0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cf1e92b173cfdae7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/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-9313c2542a0347c7/out`
26942024-06-06T20:34:43.571Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26952024-06-06T20:34:43.598Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=3f10d7d011d859de -C extra-filename=-3f10d7d011d859de --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-ffb435b01cf406b3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ba848bc144e5dc4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-17db47bd8662f004.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
26962024-06-06T20:34:45.408Z Compiling pin-project v1.1.5
26972024-06-06T20:34:45.437Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' -C metadata=cb5b0ded53e682c8 -C extra-filename=-cb5b0ded53e682c8 --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-3bad53476db2b791.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26982024-06-06T20:34:45.559Z Compiling poly1305 v0.8.0
26992024-06-06T20:34:45.584Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=0ba7bc2a312339b1 -C extra-filename=-0ba7bc2a312339b1 --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-617fd11b7df2e647.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-188f141b7d6831e2.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-c7e8a452f9ee9b86.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27002024-06-06T20:34:45.621Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27012024-06-06T20:34:45.621Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=82365eedab01cd2c -C extra-filename=-82365eedab01cd2c --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-8bcc55f5e1ff0008.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-54d620cccad1afc5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cff019792d5aa2ff.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a5fa10a87a4478be.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
27022024-06-06T20:34:46.234Z Compiling chacha20 v0.9.1
27032024-06-06T20:34:46.262Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=5291f54940cdf677 -C extra-filename=-5291f54940cdf677 --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-6cd145163fd70236.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-46383a6241addb39.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-617fd11b7df2e647.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27042024-06-06T20:34:46.517Z Compiling thiserror-impl-no-std v2.0.2
27052024-06-06T20:34:46.542Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=bbafb4ce411f5b8e -C extra-filename=-bbafb4ce411f5b8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fa0d761026021993.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27062024-06-06T20:34:46.623Z Compiling nanorand v0.7.0
27072024-06-06T20:34:46.648Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=7c7336e6ed36858a -C extra-filename=-7c7336e6ed36858a --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-84b0b01dae64acc1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27082024-06-06T20:34:46.949Z Compiling unicase v2.7.0
27092024-06-06T20:34:46.974Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=af773df03734cef5 -C extra-filename=-af773df03734cef5 --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-af773df03734cef5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27102024-06-06T20:34:47.135Z Compiling prettyplease v0.2.20
27112024-06-06T20:34:47.159Z Running `/home/build/.rustup/toolchains/1.78.0-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.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="verbatim"' -C metadata=ee598f944c741a1e -C extra-filename=-ee598f944c741a1e --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-ee598f944c741a1e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27122024-06-06T20:34:47.277Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-af773df03734cef5/build-script-build`
27132024-06-06T20:34:47.423Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-ee598f944c741a1e/build-script-build`
27142024-06-06T20:34:47.450Z Compiling flume v0.11.0
27152024-06-06T20:34:47.475Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=617024dcb90a8ae7 -C extra-filename=-617024dcb90a8ae7 --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-4a234987197be9fa.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4cb8e409c90cd6c4.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-7c7336e6ed36858a.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-a84cf16555a1e5a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27162024-06-06T20:34:47.500Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27172024-06-06T20:34:47.500Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=6c2724e6edd91e08 -C extra-filename=-6c2724e6edd91e08 --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-b12c99a1d5ce9296.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-17db47bd8662f004.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7072ec40407940ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
27182024-06-06T20:34:48.059Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27192024-06-06T20:34:48.085Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 bootstore/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 -C metadata=e0b06aa1a1bea11c -C extra-filename=-e0b06aa1a1bea11c --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-e0b06aa1a1bea11c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-01956028453465b9.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
27202024-06-06T20:34:48.110Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27212024-06-06T20:34:48.135Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=8c149a71f1829d26 -C extra-filename=-8c149a71f1829d26 --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-bc17f96731b424fe.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
27222024-06-06T20:34:48.306Z Compiling kstat-rs v0.2.3
27232024-06-06T20:34:48.331Z Running `/home/build/.rustup/toolchains/1.78.0-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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6a1d8a5593b99648 -C extra-filename=-6a1d8a5593b99648 --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-9e9eff94c6618bbf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27242024-06-06T20:34:48.367Z Compiling vte_generate_state_changes v0.1.1
27252024-06-06T20:34:48.392Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte_generate_state_changes-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ad5de31e4b8dab15 -C extra-filename=-ad5de31e4b8dab15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27262024-06-06T20:34:48.845Z Compiling crunchy v0.2.2
27272024-06-06T20:34:48.871Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=130d10875e2d7017 -C extra-filename=-130d10875e2d7017 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-130d10875e2d7017 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27282024-06-06T20:34:48.871Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-e0b06aa1a1bea11c/build-script-build`
27292024-06-06T20:34:48.899Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=7e795a496a58a165 -C extra-filename=-7e795a496a58a165 --out-dir /work/oxidecomputer/omicron/target/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`
27302024-06-06T20:34:48.985Z Compiling vte v0.11.1
27312024-06-06T20:34:49.011Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=151b29ea701e5f03 -C extra-filename=-151b29ea701e5f03 --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-1145d37920d1b3a9.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-ad5de31e4b8dab15.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27322024-06-06T20:34:49.248Z Compiling chacha20poly1305 v0.10.1
27332024-06-06T20:34:49.273Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=400ff4240984f72b -C extra-filename=-400ff4240984f72b --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-b58f0f0d67acc8ce.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-5291f54940cdf677.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-46383a6241addb39.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-0ba7bc2a312339b1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27342024-06-06T20:34:49.348Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-130d10875e2d7017/build-script-build`
27352024-06-06T20:34:49.376Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
27362024-06-06T20:34:49.401Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/8c6d485/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 -C metadata=46a36afa47ba6411 -C extra-filename=-46a36afa47ba6411 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-fc21f1208d0a9182.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-22869783781f7a70.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
27372024-06-06T20:34:49.456Z Compiling clang-sys v1.7.0
27382024-06-06T20:34:49.481Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' -C metadata=ada6db466aade206 -C extra-filename=-ada6db466aade206 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-ada6db466aade206 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27392024-06-06T20:34:49.481Z Compiling thiserror-no-std v2.0.2
27402024-06-06T20:34:49.525Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=49c00f5e9456bfb6 -C extra-filename=-49c00f5e9456bfb6 --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-bbafb4ce411f5b8e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27412024-06-06T20:34:49.597Z Compiling vsss-rs v3.3.4
27422024-06-06T20:34:49.622Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=fd7046c9343efd28 -C extra-filename=-fd7046c9343efd28 --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-35949b2222746491.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-51770b30c6d2f0cd.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-d007674366a49271.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-49c00f5e9456bfb6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27432024-06-06T20:34:50.177Z Compiling fd-lock v4.0.2
27442024-06-06T20:34:50.203Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=324908930ae5bf58 -C extra-filename=-324908930ae5bf58 --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-6cd145163fd70236.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-7c528e277d2672f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27452024-06-06T20:34:50.325Z Compiling tiny-keccak v2.0.2
27462024-06-06T20:34:50.352Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=7393d053db3fb81f -C extra-filename=-7393d053db3fb81f --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-7393d053db3fb81f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27472024-06-06T20:34:50.386Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27482024-06-06T20:34:50.411Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 ipcc/build.rs --error-format=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' -C metadata=456b3df7018f2ba2 -C extra-filename=-456b3df7018f2ba2 --out-dir /work/oxidecomputer/omicron/target/debug/build/ipcc-456b3df7018f2ba2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27492024-06-06T20:34:50.628Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-7393d053db3fb81f/build-script-build`
27502024-06-06T20:34:50.657Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-ada6db466aade206/build-script-build`
27512024-06-06T20:34:50.689Z Compiling strip-ansi-escapes v0.2.0
27522024-06-06T20:34:50.714Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=cef03576aa09a073 -C extra-filename=-cef03576aa09a073 --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-151b29ea701e5f03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27532024-06-06T20:34:50.714Z Running `/work/oxidecomputer/omicron/target/debug/build/ipcc-456b3df7018f2ba2/build-script-build`
27542024-06-06T20:34:50.744Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=be47fc9b93f67fd9 -C extra-filename=-be47fc9b93f67fd9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27552024-06-06T20:34:50.805Z Compiling mime_guess v2.0.4
27562024-06-06T20:34:50.830Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=24d629e3f832fc6d -C extra-filename=-24d629e3f832fc6d --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-24d629e3f832fc6d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-7e795a496a58a165.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27572024-06-06T20:34:50.856Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27582024-06-06T20:34:50.856Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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"' -C metadata=dcd12755a2014649 -C extra-filename=-dcd12755a2014649 --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-6cd145163fd70236.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-6a1d8a5593b99648.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9c4dd10d005266ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
27592024-06-06T20:34:51.095Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-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="verbatim"' -C metadata=98f4e172600b3940 -C extra-filename=-98f4e172600b3940 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27602024-06-06T20:34:51.121Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-bc944395e508ff18/build-script-build`
27612024-06-06T20:34:51.543Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27622024-06-06T20:34:51.569Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=150f065b710a6abc -C extra-filename=-150f065b710a6abc --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-ffb435b01cf406b3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-5e36fa81df9b4e43.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3f10d7d011d859de.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9c4dd10d005266ca.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
27632024-06-06T20:34:51.738Z Running `/home/build/.rustup/toolchains/1.78.0-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' -C metadata=838bbf4909faa86a -C extra-filename=-838bbf4909faa86a --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-ffb435b01cf406b3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9bec796bcb182e2c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-17db47bd8662f004.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
27642024-06-06T20:34:52.041Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
27652024-06-06T20:34:52.068Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6d7ed9a/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"' -C metadata=326bf6bd7828f523 -C extra-filename=-326bf6bd7828f523 --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-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bfc5ed6832fe4205.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c3793144883fdd47.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
27662024-06-06T20:34:52.883Z Compiling nu-ansi-term v0.50.0
27672024-06-06T20:34:52.908Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.50.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5df43d700eb6eb4b -C extra-filename=-5df43d700eb6eb4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27682024-06-06T20:34:53.511Z Compiling ref-cast v1.0.23
27692024-06-06T20:34:53.536Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=d05054f9a0608075 -C extra-filename=-d05054f9a0608075 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-d05054f9a0608075 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27702024-06-06T20:34:53.561Z Compiling reedline v0.31.0
27712024-06-06T20:34:53.561Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-0.31.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c7ddb6c4619d0e26 -C extra-filename=-c7ddb6c4619d0e26 --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-ffb435b01cf406b3.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-70a2fd0a758aa88c.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-324908930ae5bf58.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-5df43d700eb6eb4b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-cef03576aa09a073.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-7579223e27fb6344.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-2afaf9e04f860710.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03d269933db56fd2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27722024-06-06T20:34:53.790Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 -C metadata=8ca1036dcb2d1b89 -C extra-filename=-8ca1036dcb2d1b89 --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-4c4fe9871302af71.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-400ff4240984f72b.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95fd1bd9c2e6afd0.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-00eab56eea97850a.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-d6f81de67164b7f9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-4f840c46559cb2ee.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1a441ead8dfc4e0d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7072ec40407940ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-fd7046c9343efd28.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
27732024-06-06T20:34:54.022Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-d05054f9a0608075/build-script-build`
27742024-06-06T20:34:54.085Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-24d629e3f832fc6d/build-script-build`
27752024-06-06T20:34:54.127Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=0c7c745df8082848 -C extra-filename=-0c7c745df8082848 --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-be47fc9b93f67fd9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27762024-06-06T20:34:54.673Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27772024-06-06T20:34:54.698Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-model/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=e56d02bf2b673fb4 -C extra-filename=-e56d02bf2b673fb4 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-e56d02bf2b673fb4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-01956028453465b9.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
27782024-06-06T20:34:54.967Z Compiling ascii-canvas v3.0.0
27792024-06-06T20:34:54.993Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=86e63d4f6fd86b55 -C extra-filename=-86e63d4f6fd86b55 --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-f75757e0b8ad0343.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27802024-06-06T20:34:55.476Z Compiling ref-cast-impl v1.0.23
27812024-06-06T20:34:55.501Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=1528042bcaaae39b -C extra-filename=-1528042bcaaae39b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27822024-06-06T20:34:55.748Z Compiling memoffset v0.9.1
27832024-06-06T20:34:55.774Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=7ab5dad469300190 -C extra-filename=-7ab5dad469300190 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-7ab5dad469300190 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-da1d2f89ec5cc337.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27842024-06-06T20:34:56.075Z Compiling ena v0.14.3
27852024-06-06T20:34:56.103Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=f50d97f471b1acb4 -C extra-filename=-f50d97f471b1acb4 --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-a206aa3e5ae8d451.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27862024-06-06T20:34:56.429Z Compiling libloading v0.8.3
27872024-06-06T20:34:56.455Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name libloading --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a458ecb7de18deaf -C extra-filename=-a458ecb7de18deaf --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-6cd145163fd70236.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27882024-06-06T20:34:56.605Z Compiling regex-syntax v0.6.29
27892024-06-06T20:34:56.633Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=914744d7c52ebf68 -C extra-filename=-914744d7c52ebf68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27902024-06-06T20:34:56.826Z Compiling bindgen v0.69.4
27912024-06-06T20:34:56.851Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' -C metadata=1a1ee6a60c43570b -C extra-filename=-1a1ee6a60c43570b --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-1a1ee6a60c43570b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27922024-06-06T20:34:57.276Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' -C metadata=9a74a8f90e01640a -C extra-filename=-9a74a8f90e01640a --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-009c09a73c940a7e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-a458ecb7de18deaf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27932024-06-06T20:34:57.492Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-1a1ee6a60c43570b/build-script-build`
27942024-06-06T20:34:57.517Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=7dcd56b592db0c45 -C extra-filename=-7dcd56b592db0c45 --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-1528042bcaaae39b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27952024-06-06T20:34:57.672Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-7ab5dad469300190/build-script-build`
27962024-06-06T20:34:57.804Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-e56d02bf2b673fb4/build-script-build`
27972024-06-06T20:34:57.832Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=c06c9484ba04be42 -C extra-filename=-c06c9484ba04be42 --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-6ed43d208ee9dad1.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-7e795a496a58a165.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27982024-06-06T20:34:58.267Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=845f3f0df04db177 -C extra-filename=-845f3f0df04db177 --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-6cd145163fd70236.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95fd1bd9c2e6afd0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta -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 native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
27992024-06-06T20:34:58.615Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28002024-06-06T20:34:58.641Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=53d9954913da7e88 -C extra-filename=-53d9954913da7e88 --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-98930e4cc72f023e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-8c149a71f1829d26.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-43be38bd7aabbd14.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro -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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
28012024-06-06T20:34:59.415Z Compiling lalrpop v0.19.12
28022024-06-06T20:34:59.440Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=34cee8150fa08e0e -C extra-filename=-34cee8150fa08e0e --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-86e63d4f6fd86b55.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-fed351dfccf21ec0.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-89f24ea2acf2914f.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-f50d97f471b1acb4.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-1fb2ee4459a95d8f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-90cc6d0cca9cde1d.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6ca0e1158c143a14.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-30c26ed74ac6be72.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-914744d7c52ebf68.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-59c2e2f244dbdceb.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-f75757e0b8ad0343.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-0c7c745df8082848.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-3eecf52f7e4e3d74.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28032024-06-06T20:35:00.010Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28042024-06-06T20:35:00.036Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=cbb1b89a5f45a1ca -C extra-filename=-cbb1b89a5f45a1ca --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-62e80274e97641d4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
28052024-06-06T20:35:01.031Z Compiling which v4.4.2
28062024-06-06T20:35:01.057Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=f50870f6a12b740b -C extra-filename=-f50870f6a12b740b --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-c6ebce9b8f2b7960.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-11ca7fe2274501f0.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-7c528e277d2672f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28072024-06-06T20:35:01.377Z Compiling cexpr v0.6.0
28082024-06-06T20:35:01.402Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=ebf7ce8d4d33ee4d -C extra-filename=-ebf7ce8d4d33ee4d --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-e8c302dc3ba54578.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28092024-06-06T20:35:01.593Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
28102024-06-06T20:35:01.619Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6d7ed9a/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 -C metadata=201604d9a4a96364 -C extra-filename=-201604d9a4a96364 --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-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28112024-06-06T20:35:01.655Z Compiling snafu-derive v0.8.2
28122024-06-06T20:35:01.681Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-derive-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust_1_61"' -C metadata=888791a1e5686146 -C extra-filename=-888791a1e5686146 --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-791557af361405da.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28132024-06-06T20:35:01.863Z Compiling lazycell v1.3.0
28142024-06-06T20:35:01.898Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=ffae22027f4cc176 -C extra-filename=-ffae22027f4cc176 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28152024-06-06T20:35:01.927Z Compiling rustc-hash v1.1.0
28162024-06-06T20:35:01.953Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=6e319728dcc6ba59 -C extra-filename=-6e319728dcc6ba59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28172024-06-06T20:35:02.016Z Compiling shlex v1.3.0
28182024-06-06T20:35:02.042Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=9b242747e0db09c0 -C extra-filename=-9b242747e0db09c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28192024-06-06T20:35:02.068Z Compiling http-range v0.1.5
28202024-06-06T20:35:02.068Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=f793d025cb4cc056 -C extra-filename=-f793d025cb4cc056 --out-dir /work/oxidecomputer/omicron/target/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-06-06T20:35:02.418Z Compiling hyper-staticfile v0.9.5
28222024-06-06T20:35:02.447Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-staticfile-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 -C metadata=5a46ca571bd70deb -C extra-filename=-5a46ca571bd70deb --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-708cbd8ae01528fb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-f793d025cb4cc056.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-9a593ee1b17490e8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-c06c9484ba04be42.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-22869783781f7a70.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae9db4e827001c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28232024-06-06T20:35:02.447Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.4/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' -C metadata=df5a4365d75e40db -C extra-filename=-df5a4365d75e40db --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-3aa8a2c4fb2b2dd9.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-ebf7ce8d4d33ee4d.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-9a74a8f90e01640a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-df9d2374a4417971.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-ffae22027f4cc176.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-98f4e172600b3940.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-6e319728dcc6ba59.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-9b242747e0db09c0.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-f50870f6a12b740b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28242024-06-06T20:35:03.010Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
28252024-06-06T20:35:03.038Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6d7ed9a/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 -C metadata=bc024d24cb5fc7bd -C extra-filename=-bc024d24cb5fc7bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-ec22a67fa055e4b1.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bfc5ed6832fe4205.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-201604d9a4a96364.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-02034f1f8eda1b97.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c3793144883fdd47.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
28262024-06-06T20:35:03.301Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=9b05207b01a0ed5c -C extra-filename=-9b05207b01a0ed5c --out-dir /work/oxidecomputer/omicron/target/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`
28272024-06-06T20:35:03.410Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
28282024-06-06T20:35:03.435Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-fixed-data/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=7aaf03fc33132c77 -C extra-filename=-7aaf03fc33132c77 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-7aaf03fc33132c77 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-01956028453465b9.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
28292024-06-06T20:35:03.695Z Compiling derive_builder_core v0.20.0
28302024-06-06T20:35:03.721Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_core-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' -C metadata=ae9c0e8b23d9be02 -C extra-filename=-ae9c0e8b23d9be02 --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-4c9ae0879070ae83.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28312024-06-06T20:35:05.745Z Compiling globset v0.4.14
28322024-06-06T20:35:05.771Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/globset-0.4.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' -C metadata=3ccbbfba0e362ff5 -C extra-filename=-3ccbbfba0e362ff5 --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-1fd9564269861caa.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-2d37155bb5cf3f0a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-b328ca2e85c26ba1.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-e5e7129e53ac8b8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28332024-06-06T20:35:06.745Z Compiling snafu v0.8.2
28342024-06-06T20:35:06.771Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core-crate"' --cfg 'feature="pin-project"' --cfg 'feature="rust_1_61"' --cfg 'feature="rust_1_65"' --cfg 'feature="std"' -C metadata=8e348f8e98bda121 -C extra-filename=-8e348f8e98bda121 --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-4a234987197be9fa.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-cb5b0ded53e682c8.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-888791a1e5686146.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28352024-06-06T20:35:07.405Z Compiling olpc-cjson v0.1.3
28362024-06-06T20:35:07.437Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/olpc-cjson-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ed3dff8992f0fcbd -C extra-filename=-ed3dff8992f0fcbd --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-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-64697c3f9169cd97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28372024-06-06T20:35:07.506Z Compiling serde_plain v1.0.2
28382024-06-06T20:35:07.532Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=47431b318ddff250 -C extra-filename=-47431b318ddff250 --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-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28392024-06-06T20:35:07.675Z Compiling libxml v0.3.3
28402024-06-06T20:35:07.700Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=6fed92e26fd65c4e -C extra-filename=-6fed92e26fd65c4e --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-6fed92e26fd65c4e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-0839f5aecb361828.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28412024-06-06T20:35:07.912Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
28422024-06-06T20:35:07.942Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/c85a4ca/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 -C metadata=1a1592996fa9ab13 -C extra-filename=-1a1592996fa9ab13 --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-1a1592996fa9ab13 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28432024-06-06T20:35:07.968Z Compiling typed-path v0.7.1
28442024-06-06T20:35:07.969Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=9417dbd35ebe1b15 -C extra-filename=-9417dbd35ebe1b15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28452024-06-06T20:35:08.026Z Compiling bytecount v0.6.8
28462024-06-06T20:35:08.052Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=11894f9d5d95f84b -C extra-filename=-11894f9d5d95f84b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28472024-06-06T20:35:08.230Z Compiling salty v0.2.0
28482024-06-06T20:35:08.256Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.2.0/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 -C metadata=da72f3e91a6ecd83 -C extra-filename=-da72f3e91a6ecd83 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-da72f3e91a6ecd83 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28492024-06-06T20:35:08.256Z Compiling signature v1.6.4
28502024-06-06T20:35:08.256Z Compiling cfg_aliases v0.1.1
28512024-06-06T20:35:08.256Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-1.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 -C metadata=2a7fad7c52cf9085 -C extra-filename=-2a7fad7c52cf9085 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28522024-06-06T20:35:08.256Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=44f2d3764aa1bf38 -C extra-filename=-44f2d3764aa1bf38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28532024-06-06T20:35:08.383Z Compiling nix v0.28.0
28542024-06-06T20:35:08.408Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=3383d06de3eb6dbd -C extra-filename=-3383d06de3eb6dbd --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-3383d06de3eb6dbd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-44f2d3764aa1bf38.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28552024-06-06T20:35:08.434Z Compiling ed25519 v1.5.3
28562024-06-06T20:35:08.434Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-1.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 -C metadata=a89451af813caf9a -C extra-filename=-a89451af813caf9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-2a7fad7c52cf9085.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28572024-06-06T20:35:08.733Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-da72f3e91a6ecd83/build-script-build`
28582024-06-06T20:35:08.759Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-1a1592996fa9ab13/build-script-build`
28592024-06-06T20:35:08.785Z Compiling papergrid v0.11.0
28602024-06-06T20:35:08.785Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=366d07b74c519337 -C extra-filename=-366d07b74c519337 --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-11894f9d5d95f84b.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-d03daaf3ac116161.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03d269933db56fd2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28612024-06-06T20:35:08.820Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-6fed92e26fd65c4e/build-script-build`
28622024-06-06T20:35:08.862Z Compiling derive_builder_macro v0.20.0
28632024-06-06T20:35:08.888Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_macro-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' -C metadata=b7aaf43c319698cc -C extra-filename=-b7aaf43c319698cc --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-ae9c0e8b23d9be02.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28642024-06-06T20:35:09.142Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-7aaf03fc33132c77/build-script-build`
28652024-06-06T20:35:09.174Z Compiling nix v0.27.1
28662024-06-06T20:35:09.199Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=fd5b9d7d043cc1a0 -C extra-filename=-fd5b9d7d043cc1a0 --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-3aa8a2c4fb2b2dd9.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-9b05207b01a0ed5c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28672024-06-06T20:35:09.810Z Compiling tough v0.17.1
28682024-06-06T20:35:09.835Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=6e947024342f4776 -C extra-filename=-6e947024342f4776 --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-647a770ab00d8d13.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-acaadff11df4bfa2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-3ccbbfba0e362ff5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-ed3dff8992f0fcbd.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b61fc3fa1ef52932.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-22869783781f7a70.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-47431b318ddff250.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-8e348f8e98bda121.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-9417dbd35ebe1b15.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8af25f1ae3ed7de4.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae9db4e827001c1.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
28692024-06-06T20:35:10.825Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=2eba6291d56c12b6 -C extra-filename=-2eba6291d56c12b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-53d9954913da7e88.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-16be061ce4b51a38.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1146aeae4614d126.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-ba33c99523a0690b.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6a916716bc876a62.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-cbb1b89a5f45a1ca.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-82365eedab01cd2c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ba848bc144e5dc4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-977ffafa78d3238a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7dcd56b592db0c45.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-62f4c623cc2d1f23.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c8f6444a1d353b3d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
28702024-06-06T20:35:10.876Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28712024-06-06T20:35:10.901Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=39a376cd6de6c881 -C extra-filename=-39a376cd6de6c881 --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-4079b563d11206ed.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-faea6f435bd0047b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-abfb20bf137c7b9c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28722024-06-06T20:35:11.159Z Compiling tabled_derive v0.7.0
28732024-06-06T20:35:11.184Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=545910a2e1bf140a -C extra-filename=-545910a2e1bf140a --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-791557af361405da.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-2e6ef6f73169174d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fa0d761026021993.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28742024-06-06T20:35:11.336Z Compiling serde-big-array v0.5.1
28752024-06-06T20:35:11.361Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=ac7db5addc8c5920 -C extra-filename=-ac7db5addc8c5920 --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-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28762024-06-06T20:35:11.546Z Compiling strum_macros v0.24.3
28772024-06-06T20:35:11.572Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=374b102e631e39d4 -C extra-filename=-374b102e631e39d4 --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-791557af361405da.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-ff404895282bf39c.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fa0d761026021993.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28782024-06-06T20:35:12.569Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
28792024-06-06T20:35:12.599Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/git/checkouts/hubpack-0dd69a0378549116/df08cc3/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 -C metadata=f94d5c9b79baa477 -C extra-filename=-f94d5c9b79baa477 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fa0d761026021993.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28802024-06-06T20:35:13.570Z Compiling cookie v0.18.1
28812024-06-06T20:35:13.595Z Compiling parse-size v1.0.0
28822024-06-06T20:35:13.596Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=009a01de1221a26e -C extra-filename=-009a01de1221a26e --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-009a01de1221a26e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28832024-06-06T20:35:13.596Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=ab981ef8e9581646 -C extra-filename=-ab981ef8e9581646 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28842024-06-06T20:35:13.824Z Compiling indoc v1.0.9
28852024-06-06T20:35:13.858Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=15f28d339ebc4e9e -C extra-filename=-15f28d339ebc4e9e --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`
28862024-06-06T20:35:13.889Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-009a01de1221a26e/build-script-build`
28872024-06-06T20:35:13.956Z Compiling tabled v0.15.0
28882024-06-06T20:35:13.982Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=e2bf497102f66a9f -C extra-filename=-e2bf497102f66a9f --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-366d07b74c519337.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-545910a2e1bf140a.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03d269933db56fd2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28892024-06-06T20:35:14.730Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
28902024-06-06T20:35:14.755Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/git/checkouts/hubpack-0dd69a0378549116/df08cc3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=72632cb8b7492ece -C extra-filename=-72632cb8b7492ece --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-f94d5c9b79baa477.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28912024-06-06T20:35:14.904Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/c85a4ca/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 -C metadata=4c1a15903cd67418 -C extra-filename=-4c1a15903cd67418 --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-8b47b0ad828ebbf1.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-383f901f27801735.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-e605e9a3f5355272.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e278056a0e34d789.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-30be5a2673aed793.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-7f8500dbe77cd2d8.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-4f8b8e71785fe9b4.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-fd5b9d7d043cc1a0.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-ac7db5addc8c5920.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-638e6319dfcb29c2.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-59c2e2f244dbdceb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-39a376cd6de6c881.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a1dee7d7307cdaea.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-7975931029728112/out/lib`
28922024-06-06T20:35:15.033Z Compiling derive_builder v0.20.0
28932024-06-06T20:35:15.058Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=bc3fdbbeeb15ce34 -C extra-filename=-bc3fdbbeeb15ce34 --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-b7aaf43c319698cc.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28942024-06-06T20:35:15.264Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-3383d06de3eb6dbd/build-script-build`
28952024-06-06T20:35:15.301Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=eacb9bfce4ae5e5c -C extra-filename=-eacb9bfce4ae5e5c --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2`
28962024-06-06T20:35:15.327Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=6a79af4cd92ea866 -C extra-filename=-6a79af4cd92ea866 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-a89451af813caf9a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
28972024-06-06T20:35:17.354Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28982024-06-06T20:35:17.401Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=a4cd739e6dd8d804 -C extra-filename=-a4cd739e6dd8d804 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-8ca1036dcb2d1b89.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6c2724e6edd91e08.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eefc6c2c8eb656d2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-46a36afa47ba6411.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-00eab56eea97850a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7a2565e57ff87f49.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8ffa72b1ae449b0c.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-838bbf4909faa86a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9cd002f069e9f4d7.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a46ca571bd70deb.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-424414fabc4499ec.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5bc39b9252c70a4e.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-5e36fa81df9b4e43.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-aa57942cd67d6ad0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1fb77af8fb876970.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3f10d7d011d859de.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6a916716bc876a62.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-df1d9c401a5ae196.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-c0fd3c9f883ff8f5.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9c4dd10d005266ca.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dcd12755a2014649.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-150f065b710a6abc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-326bf6bd7828f523.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-bc024d24cb5fc7bd.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-69c4414a85fd428d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1a441ead8dfc4e0d.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-62f4c623cc2d1f23.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cf1e92b173cfdae7.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7072ec40407940ca.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fec17b369b0f8d1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8a4e85fda4001f88.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eb709d51b25398a6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-97b905aa179980dd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/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-9313c2542a0347c7/out`
28992024-06-06T20:35:17.865Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
29002024-06-06T20:35:17.890Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/auth/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=7a415effa6c96e2e -C extra-filename=-7a415effa6c96e2e --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-7a415effa6c96e2e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-01956028453465b9.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
29012024-06-06T20:35:18.176Z Compiling signal-hook-tokio v0.3.1
29022024-06-06T20:35:18.201Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=254efb6fd81b5eca -C extra-filename=-254efb6fd81b5eca --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-4a234987197be9fa.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-ea8c1dcd1d36efaa.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29032024-06-06T20:35:18.352Z Compiling quick-xml v0.31.0
29042024-06-06T20:35:18.377Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.31.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=1884cf196052cace -C extra-filename=-1884cf196052cace --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-d9b2ede3219a3f1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29052024-06-06T20:35:20.010Z Compiling serde-big-array v0.4.1
29062024-06-06T20:35:20.035Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-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 -C metadata=5421da53e253302c -C extra-filename=-5421da53e253302c --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-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29072024-06-06T20:35:20.199Z Compiling impl-trait-for-tuples v0.2.2
29082024-06-06T20:35:20.224Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=5e30d200b43c83b4 -C extra-filename=-5e30d200b43c83b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fa0d761026021993.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29092024-06-06T20:35:20.482Z Compiling oso-derive v0.27.3
29102024-06-06T20:35:20.507Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=7915c0d498b02958 -C extra-filename=-7915c0d498b02958 --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-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fa0d761026021993.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29112024-06-06T20:35:21.110Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
29122024-06-06T20:35:21.139Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_common --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/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 --cfg 'feature="default"' --cfg 'feature="salty"' -C metadata=07f073f712146d81 -C extra-filename=-07f073f712146d81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-00eab56eea97850a.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-72632cb8b7492ece.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-6a79af4cd92ea866.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-5421da53e253302c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29132024-06-06T20:35:21.415Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29142024-06-06T20:35:21.441Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=88bc25a4f27858b8 -C extra-filename=-88bc25a4f27858b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e278056a0e34d789.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-4c1a15903cd67418.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-424414fabc4499ec.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-845f3f0df04db177.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-ea8c1dcd1d36efaa.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-254efb6fd81b5eca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c3793144883fdd47.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
29152024-06-06T20:35:21.561Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-7a415effa6c96e2e/build-script-build`
29162024-06-06T20:35:21.590Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=86e14064563ec8d8 -C extra-filename=-86e14064563ec8d8 --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-3aa8a2c4fb2b2dd9.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
29172024-06-06T20:35:22.123Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29182024-06-06T20:35:22.151Z Running `/home/build/.rustup/toolchains/1.78.0-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' -C metadata=1b42a1e668958877 -C extra-filename=-1b42a1e668958877 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3a4d64827cf56c09.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-7f8500dbe77cd2d8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-ab981ef8e9581646.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-ef94b071d94223ba.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6e947024342f4776.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae9db4e827001c1.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a1dee7d7307cdaea.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
29192024-06-06T20:35:24.897Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=7b8eafab6692b7b4 -C extra-filename=-7b8eafab6692b7b4 --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-3a595e0835c9418a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29202024-06-06T20:35:25.910Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29212024-06-06T20:35:25.935Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=fd3709cf28c5b1ef -C extra-filename=-fd3709cf28c5b1ef --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-98930e4cc72f023e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-8c149a71f1829d26.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-43be38bd7aabbd14.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro -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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
29222024-06-06T20:35:27.538Z Compiling peg-macros v0.8.3
29232024-06-06T20:35:27.563Z Running `/home/build/.rustup/toolchains/1.78.0-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.3/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e1acb0fb55fe8d38 -C extra-filename=-e1acb0fb55fe8d38 --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-8f9b7af0cb4f1e2a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29242024-06-06T20:35:29.667Z Compiling sqlparser_derive v0.2.2
29252024-06-06T20:35:29.692Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=eed15ede00e3da43 -C extra-filename=-eed15ede00e3da43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29262024-06-06T20:35:30.151Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
29272024-06-06T20:35:30.176Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/62ef5ca/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5270077f7341b780 -C extra-filename=-5270077f7341b780 --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-5270077f7341b780 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-29318a6a539680a2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29282024-06-06T20:35:30.504Z Compiling unicode_categories v0.1.1
29292024-06-06T20:35:30.529Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=970a285af1efccd6 -C extra-filename=-970a285af1efccd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29302024-06-06T20:35:30.821Z Compiling corncobs v0.1.3
29312024-06-06T20:35:30.846Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name corncobs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/corncobs-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"' -C metadata=0a369123f48c14b2 -C extra-filename=-0a369123f48c14b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29322024-06-06T20:35:30.890Z Compiling peg v0.8.3
29332024-06-06T20:35:30.916Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name peg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=dd43f2d5cb007aa5 -C extra-filename=-dd43f2d5cb007aa5 --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-e1acb0fb55fe8d38.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-8f9b7af0cb4f1e2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29342024-06-06T20:35:30.916Z Compiling sqlparser v0.45.0
29352024-06-06T20:35:30.916Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=1fc3c1677c491e87 -C extra-filename=-1fc3c1677c491e87 --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-a206aa3e5ae8d451.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-eed15ede00e3da43.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29362024-06-06T20:35:31.004Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
29372024-06-06T20:35:31.030Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_rot --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/rot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=3d2e616800d0994d -C extra-filename=-3d2e616800d0994d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern corncobs=/work/oxidecomputer/omicron/target/debug/deps/libcorncobs-0a369123f48c14b2.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-00eab56eea97850a.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-72632cb8b7492ece.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-6a79af4cd92ea866.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-07f073f712146d81.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-895d1d5581d5efcb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29382024-06-06T20:35:31.120Z Compiling sqlformat v0.2.3
29392024-06-06T20:35:31.146Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlformat --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlformat-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 -C metadata=c71ca3546e5586a5 -C extra-filename=-c71ca3546e5586a5 --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-0b4037e4c176bd20.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-e8c302dc3ba54578.rmeta --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-970a285af1efccd6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29402024-06-06T20:35:31.395Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-5270077f7341b780/build-script-build`
29412024-06-06T20:35:31.471Z Compiling rustyline v14.0.0
29422024-06-06T20:35:31.496Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=b52fb48a2e962234 -C extra-filename=-b52fb48a2e962234 --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-3aa8a2c4fb2b2dd9.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-324908930ae5bf58.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-11ca7fe2274501f0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-86e14064563ec8d8.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-1f57b5e206871653.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-2afaf9e04f860710.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03d269933db56fd2.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-1145d37920d1b3a9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29432024-06-06T20:35:35.232Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29442024-06-06T20:35:35.258Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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"' -C metadata=6e6566c08ac48fd4 -C extra-filename=-6e6566c08ac48fd4 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-6e6566c08ac48fd4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-01956028453465b9.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
29452024-06-06T20:35:35.501Z Compiling const_format_proc_macros v0.2.32
29462024-06-06T20:35:35.526Z Running `/home/build/.rustup/toolchains/1.78.0-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.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=655e3f98f2e662b2 -C extra-filename=-655e3f98f2e662b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-3eecf52f7e4e3d74.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29472024-06-06T20:35:36.457Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
29482024-06-06T20:35:36.482Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=c61d68a7ffa7b345 -C extra-filename=-c61d68a7ffa7b345 --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-791557af361405da.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-df9d2374a4417971.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29492024-06-06T20:35:37.470Z Compiling bb8 v0.8.3
29502024-06-06T20:35:37.497Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bb8-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="parking_lot"' -C metadata=053ab04ce97f4cf5 -C extra-filename=-053ab04ce97f4cf5 --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-8b47b0ad828ebbf1.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-afd81f7a37d03f0e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-708cbd8ae01528fb.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-ceff54d9803290cf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29512024-06-06T20:35:37.921Z Compiling bcs v0.1.6
29522024-06-06T20:35:37.946Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=30f549e0875ff5eb -C extra-filename=-30f549e0875ff5eb --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-820c2ce8c834bb45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29532024-06-06T20:35:38.235Z Compiling highway v1.1.0
29542024-06-06T20:35:38.260Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/highway-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"' -C metadata=24c8ccd833f0876a -C extra-filename=-24c8ccd833f0876a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29552024-06-06T20:35:38.540Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
29562024-06-06T20:35:38.565Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/git/checkouts/async-bb8-diesel-a50dc900a40dfa44/ed7ab5e/src/lib.rs --error-format=json --json=diagnostic-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"' -C metadata=0ec9663701154891 -C extra-filename=-0ec9663701154891 --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-8b47b0ad828ebbf1.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-053ab04ce97f4cf5.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1146aeae4614d126.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
29572024-06-06T20:35:38.918Z Compiling const_format v0.2.32
29582024-06-06T20:35:38.943Z Running `/home/build/.rustup/toolchains/1.78.0-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.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="default"' -C metadata=d0b5d2f61617be67 -C extra-filename=-d0b5d2f61617be67 --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-655e3f98f2e662b2.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29592024-06-06T20:35:39.135Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-6e6566c08ac48fd4/build-script-build`
29602024-06-06T20:35:39.162Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/62ef5ca/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=726946b42eceecce -C extra-filename=-726946b42eceecce --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-1146aeae4614d126.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
29612024-06-06T20:35:39.517Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29622024-06-06T20:35:39.543Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=314b65ee0de4730c -C extra-filename=-314b65ee0de4730c --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-ffb435b01cf406b3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
29632024-06-06T20:35:39.543Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29642024-06-06T20:35:39.543Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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="oxql"' --cfg 'feature="sql"' -C metadata=5474e27801da06be -C extra-filename=-5474e27801da06be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-647a770ab00d8d13.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-30f549e0875ff5eb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-70a2fd0a758aa88c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-24c8ccd833f0876a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9911d058f70bbb5a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9c4dd10d005266ca.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-dd43f2d5cb007aa5.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c7ddb6c4619d0e26.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b52fb48a2e962234.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-c71ca3546e5586a5.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-1fc3c1677c491e87.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-e2bf497102f66a9f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
29652024-06-06T20:35:41.546Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29662024-06-06T20:35:41.571Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=998d139fb062dd26 -C extra-filename=-998d139fb062dd26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e278056a0e34d789.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-88bc25a4f27858b8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rmeta --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-3d2e616800d0994d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/`
29672024-06-06T20:35:45.628Z Compiling assert_matches v1.5.0
29682024-06-06T20:35:45.628Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=83e122273fb94066 -C extra-filename=-83e122273fb94066 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29692024-06-06T20:35:45.712Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29702024-06-06T20:35:45.738Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=37e30d08a17b28fb -C extra-filename=-37e30d08a17b28fb --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-5c59870acc66e82f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e278056a0e34d789.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-88bc25a4f27858b8.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-998d139fb062dd26.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
29712024-06-06T20:35:47.343Z Compiling rand_seeder v0.2.3
29722024-06-06T20:35:47.369Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_seeder --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_seeder-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 -C metadata=427baba788a3f0d2 -C extra-filename=-427baba788a3f0d2 --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-715685859e2d8232.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29732024-06-06T20:35:47.645Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29742024-06-06T20:35:47.670Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=6b13caffb445d914 -C extra-filename=-6b13caffb445d914 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-5e36fa81df9b4e43.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3f10d7d011d859de.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9c4dd10d005266ca.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-314b65ee0de4730c.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5474e27801da06be.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
29752024-06-06T20:35:47.670Z Compiling portable-atomic v1.6.0
29762024-06-06T20:35:47.670Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::borrow_as_ptr' --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=8428a0bb14271d51 -C extra-filename=-8428a0bb14271d51 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-8428a0bb14271d51 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29772024-06-06T20:35:48.573Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-8428a0bb14271d51/build-script-build`
29782024-06-06T20:35:48.638Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29792024-06-06T20:35:48.664Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=69a8405685430d37 -C extra-filename=-69a8405685430d37 --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-24a07ba228a1a806.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-427baba788a3f0d2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
29802024-06-06T20:35:48.824Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29812024-06-06T20:35:48.853Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=9ba346c8706bf110 -C extra-filename=-9ba346c8706bf110 --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-8b47b0ad828ebbf1.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6a916716bc876a62.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
29822024-06-06T20:35:49.187Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::borrow_as_ptr' --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=847dce58548c4b38 -C extra-filename=-847dce58548c4b38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg portable_atomic_llvm_16`
29832024-06-06T20:35:50.201Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29842024-06-06T20:35:50.226Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=20c5cc6f982a3e85 -C extra-filename=-20c5cc6f982a3e85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-7f8500dbe77cd2d8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6e947024342f4776.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1b42a1e668958877.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
29852024-06-06T20:35:50.409Z Compiling number_prefix v0.4.0
29862024-06-06T20:35:50.434Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=7a5b9f87ef78d8f8 -C extra-filename=-7a5b9f87ef78d8f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29872024-06-06T20:35:50.621Z Compiling indicatif v0.17.8
29882024-06-06T20:35:50.646Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=0e8047a55dacc6b8 -C extra-filename=-0e8047a55dacc6b8 --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-06094d2b7e85625c.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-7a5b9f87ef78d8f8.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-847dce58548c4b38.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-9cc7f706c24f99fe.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03d269933db56fd2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29892024-06-06T20:35:52.340Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29902024-06-06T20:35:52.365Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=ca0aaf465cf5ed33 -C extra-filename=-ca0aaf465cf5ed33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9cd002f069e9f4d7.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e278056a0e34d789.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-62f4c623cc2d1f23.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-69a8405685430d37.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
29912024-06-06T20:35:52.654Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29922024-06-06T20:35:52.679Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/reconfigurator/execution/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=b1c1edd6c6f80956 -C extra-filename=-b1c1edd6c6f80956 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-b1c1edd6c6f80956 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-01956028453465b9.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
29932024-06-06T20:35:52.938Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29942024-06-06T20:35:52.963Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/metrics-producer-gc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=485baf0e8a87f599 -C extra-filename=-485baf0e8a87f599 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-485baf0e8a87f599 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-01956028453465b9.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
29952024-06-06T20:35:53.231Z Compiling castaway v0.2.2
29962024-06-06T20:35:53.256Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/castaway-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"' -C metadata=8b81ff9219024ac5 -C extra-filename=-8b81ff9219024ac5 --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-ff404895282bf39c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29972024-06-06T20:35:53.384Z Compiling compact_str v0.7.1
29982024-06-06T20:35:53.409Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name compact_str --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/compact_str-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 -C metadata=0bacbfa5515b7c55 -C extra-filename=-0bacbfa5515b7c55 --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-8b81ff9219024ac5.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1d1af7e8c40a69f8.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-2235e6b179f77bd1.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29992024-06-06T20:35:54.296Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
30002024-06-06T20:35:54.323Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=f0d3c4e4460801d4 -C extra-filename=-f0d3c4e4460801d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9cd002f069e9f4d7.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-5e36fa81df9b4e43.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a311a60ce806e489.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6a916716bc876a62.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ca0aaf465cf5ed33.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-62f4c623cc2d1f23.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-69a8405685430d37.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
30012024-06-06T20:35:57.795Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-485baf0e8a87f599/build-script-build`
30022024-06-06T20:35:57.825Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-b1c1edd6c6f80956/build-script-build`
30032024-06-06T20:35:57.850Z Compiling lru v0.12.3
30042024-06-06T20:35:57.850Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name lru --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hashbrown"' -C metadata=ac45262f7dba3d64 -C extra-filename=-ac45262f7dba3d64 --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-4826ff5533775fa1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30052024-06-06T20:35:58.104Z Compiling stability v0.2.0
30062024-06-06T20:35:58.129Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name stability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stability-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 -C metadata=fe2b1012015098e4 -C extra-filename=-fe2b1012015098e4 --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-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30072024-06-06T20:35:59.123Z Compiling cassowary v0.3.0
30082024-06-06T20:35:59.148Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=70b5f8a5424c0d79 -C extra-filename=-70b5f8a5424c0d79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30092024-06-06T20:35:59.683Z Compiling indoc v2.0.5
30102024-06-06T20:35:59.708Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=2ccc432750977847 -C extra-filename=-2ccc432750977847 --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`
30112024-06-06T20:36:00.253Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30122024-06-06T20:36:00.278Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=aebf027405725863 -C extra-filename=-aebf027405725863 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9cd002f069e9f4d7.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7072ec40407940ca.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca0d342fa00cbf19.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
30132024-06-06T20:36:00.342Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30142024-06-06T20:36:00.367Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=30d310c4ea0d8dee -C extra-filename=-30d310c4ea0d8dee --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-30d310c4ea0d8dee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-01956028453465b9.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
30152024-06-06T20:36:00.644Z Compiling smawk v0.3.2
30162024-06-06T20:36:00.669Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=ca72b463f6d7d093 -C extra-filename=-ca72b463f6d7d093 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30172024-06-06T20:36:00.764Z Compiling ratatui v0.26.2
30182024-06-06T20:36:00.789Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.26.2/src/lib.rs --error-format=json --json=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' '--allow=clippy::wildcard_imports' '--warn=clippy::use_self' --forbid=unsafe_code '--warn=clippy::string_to_string' '--warn=clippy::string_lit_chars_any' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::redundant_type_annotations' '--warn=clippy::needless_raw_strings' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--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"' -C metadata=6fd8ebc828003d8f -C extra-filename=-6fd8ebc828003d8f --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-3aa8a2c4fb2b2dd9.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-70b5f8a5424c0d79.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-0bacbfa5515b7c55.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-70a2fd0a758aa88c.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-2ccc432750977847.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-ac45262f7dba3d64.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern stability=/work/oxidecomputer/omicron/target/debug/deps/libstability-fe2b1012015098e4.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-2afaf9e04f860710.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03d269933db56fd2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30192024-06-06T20:36:00.851Z Compiling unicode-linebreak v0.1.5
30202024-06-06T20:36:00.876Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=254a4c30b4d956b5 -C extra-filename=-254a4c30b4d956b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30212024-06-06T20:36:01.284Z Compiling textwrap v0.16.1
30222024-06-06T20:36:01.309Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=9a0fee9650b67427 -C extra-filename=-9a0fee9650b67427 --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-ca72b463f6d7d093.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-254a4c30b4d956b5.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03d269933db56fd2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30232024-06-06T20:36:02.417Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-30d310c4ea0d8dee/build-script-build`
30242024-06-06T20:36:02.443Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
30252024-06-06T20:36:02.444Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/8c6d485/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 -C metadata=f0e75680f417757a -C extra-filename=-f0e75680f417757a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-fc21f1208d0a9182.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-22869783781f7a70.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
30262024-06-06T20:36:04.233Z Compiling fatfs v0.3.6
30272024-06-06T20:36:04.259Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=891d19a8f26b58cb -C extra-filename=-891d19a8f26b58cb --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-69ae6b86f325c5cb.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30282024-06-06T20:36:04.701Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30292024-06-06T20:36:04.727Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=67c119c1b02790c3 -C extra-filename=-67c119c1b02790c3 --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-ffb435b01cf406b3.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5bc39b9252c70a4e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-17db47bd8662f004.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7072ec40407940ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca0d342fa00cbf19.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-aebf027405725863.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
30302024-06-06T20:36:05.721Z Compiling is_ci v1.2.0
30312024-06-06T20:36:05.750Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=336043baef48eb38 -C extra-filename=-336043baef48eb38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30322024-06-06T20:36:05.943Z Compiling supports-color v3.0.0
30332024-06-06T20:36:05.969Z Running `/home/build/.rustup/toolchains/1.78.0-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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=029f01e2e850e073 -C extra-filename=-029f01e2e850e073 --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-336043baef48eb38.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30342024-06-06T20:36:06.284Z Compiling rtoolbox v0.0.2
30352024-06-06T20:36:06.309Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=d196f865524da922 -C extra-filename=-d196f865524da922 --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30362024-06-06T20:36:06.478Z Compiling shell-words v1.1.0
30372024-06-06T20:36:06.503Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=6698e029970b3969 -C extra-filename=-6698e029970b3969 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30382024-06-06T20:36:06.693Z Compiling rpassword v7.3.1
30392024-06-06T20:36:06.718Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=681f3e511a1932d7 -C extra-filename=-681f3e511a1932d7 --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-9e9eff94c6618bbf.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-d196f865524da922.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30402024-06-06T20:36:06.772Z Compiling tui-tree-widget v0.19.0
30412024-06-06T20:36:06.798Z Running `/home/build/.rustup/toolchains/1.78.0-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.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 -C metadata=1851202a411ab618 -C extra-filename=-1851202a411ab618 --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-6fd8ebc828003d8f.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03d269933db56fd2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30422024-06-06T20:36:06.991Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
30432024-06-06T20:36:07.017Z Running `/home/build/.rustup/toolchains/1.78.0-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' -C metadata=8a0fab26750c7407 -C extra-filename=-8a0fab26750c7407 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-06094d2b7e85625c.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1b42a1e668958877.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
30442024-06-06T20:36:07.077Z Compiling getrandom v0.1.16
30452024-06-06T20:36:07.102Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.1.16/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="std"' -C metadata=2ec73041e42815d9 -C extra-filename=-2ec73041e42815d9 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-2ec73041e42815d9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30462024-06-06T20:36:07.758Z Compiling yansi v0.5.1
30472024-06-06T20:36:07.783Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name yansi --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yansi-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 -C metadata=bdbc4d7979348737 -C extra-filename=-bdbc4d7979348737 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30482024-06-06T20:36:08.063Z Compiling pretty_assertions v1.4.0
30492024-06-06T20:36:08.088Z Running `/home/build/.rustup/toolchains/1.78.0-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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=71b85029e648d3c5 -C extra-filename=-71b85029e648d3c5 --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-89f24ea2acf2914f.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-bdbc4d7979348737.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30502024-06-06T20:36:08.382Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2021 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=848c931c5030db56 -C extra-filename=-848c931c5030db56 --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-2eba6291d56c12b6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
30512024-06-06T20:36:08.767Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-2ec73041e42815d9/build-script-build`
30522024-06-06T20:36:08.794Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30532024-06-06T20:36:08.819Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=3ce57211d9b261d1 -C extra-filename=-3ce57211d9b261d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-17db47bd8662f004.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
30542024-06-06T20:36:09.238Z Compiling target-lexicon v0.12.14
30552024-06-06T20:36:09.263Z Running `/home/build/.rustup/toolchains/1.78.0-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.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="default"' --cfg 'feature="std"' -C metadata=588496c0fbf4d627 -C extra-filename=-588496c0fbf4d627 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-588496c0fbf4d627 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30562024-06-06T20:36:09.440Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=d31f5d3089873b25 -C extra-filename=-d31f5d3089873b25 --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-6cd145163fd70236.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30572024-06-06T20:36:09.913Z Compiling rfc6979 v0.4.0
30582024-06-06T20:36:09.939Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=ec55aba9ccc56afc -C extra-filename=-ec55aba9ccc56afc --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-cd18b5466500dc52.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30592024-06-06T20:36:10.111Z Compiling cargo-platform v0.1.8
30602024-06-06T20:36:10.137Z Running `/home/build/.rustup/toolchains/1.78.0-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' -C metadata=93ea23df9403dca2 -C extra-filename=-93ea23df9403dca2 --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-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30612024-06-06T20:36:10.161Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-588496c0fbf4d627/build-script-build`
30622024-06-06T20:36:10.234Z Compiling doc-comment v0.3.3
30632024-06-06T20:36:10.259Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=378b95388d82b812 -C extra-filename=-378b95388d82b812 --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-378b95388d82b812 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30642024-06-06T20:36:10.645Z Compiling guppy-workspace-hack v0.1.0
30652024-06-06T20:36:10.670Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=ba0802f28cc6b545 -C extra-filename=-ba0802f28cc6b545 --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-ba0802f28cc6b545 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30662024-06-06T20:36:10.785Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30672024-06-06T20:36:10.811Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=c4622b478deef68b -C extra-filename=-c4622b478deef68b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95fd1bd9c2e6afd0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-70a2fd0a758aa88c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0e8047a55dacc6b8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ba848bc144e5dc4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6fd8ebc828003d8f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-681f3e511a1932d7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6698e029970b3969.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7072ec40407940ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-029f01e2e850e073.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-9a0fee9650b67427.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d4dd4bd950638c62.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-1851202a411ab618.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03d269933db56fd2.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca0d342fa00cbf19.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-aebf027405725863.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-67c119c1b02790c3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
30682024-06-06T20:36:10.913Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-ba0802f28cc6b545/build-script-build`
30692024-06-06T20:36:10.941Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-378b95388d82b812/build-script-build`
30702024-06-06T20:36:11.082Z Compiling cargo_metadata v0.18.1
30712024-06-06T20:36:11.107Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=2030e0308595f12b -C extra-filename=-2030e0308595f12b --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-5c59870acc66e82f.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-93ea23df9403dca2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30722024-06-06T20:36:14.294Z Running `/home/build/.rustup/toolchains/1.78.0-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.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="std"' -C metadata=578578ac143aadcb -C extra-filename=-578578ac143aadcb --out-dir /work/oxidecomputer/omicron/target/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"'`
30732024-06-06T20:36:14.659Z Compiling ecdsa v0.16.9
30742024-06-06T20:36:14.684Z Running `/home/build/.rustup/toolchains/1.78.0-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="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"' -C metadata=1f640eb1dd5d8d1d -C extra-filename=-1f640eb1dd5d8d1d --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-f60248ae21ce4171.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eaca827472c55861.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-51770b30c6d2f0cd.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-ec55aba9ccc56afc.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-6aea2f4aaeeae408.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-617be5101ba4ab21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30752024-06-06T20:36:15.045Z Compiling rand_core v0.5.1
30762024-06-06T20:36:15.070Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-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 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"' -C metadata=b7637b5653a1dbbd -C extra-filename=-b7637b5653a1dbbd --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-d31f5d3089873b25.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30772024-06-06T20:36:15.513Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
30782024-06-06T20:36:15.538Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=9e713e327910fad1 -C extra-filename=-9e713e327910fad1 --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-bc17f96731b424fe.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro -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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
30792024-06-06T20:36:15.564Z Compiling primeorder v0.13.6
30802024-06-06T20:36:15.564Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=2186ffd6d5764800 -C extra-filename=-2186ffd6d5764800 --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-51770b30c6d2f0cd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30812024-06-06T20:36:16.060Z Compiling option-ext v0.2.0
30822024-06-06T20:36:16.061Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name option_ext --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/option-ext-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 -C metadata=a2555ee3ac1924ba -C extra-filename=-a2555ee3ac1924ba --out-dir /work/oxidecomputer/omicron/target/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-06-06T20:36:16.193Z Compiling target-spec v3.1.0
30842024-06-06T20:36:16.217Z Running `/home/build/.rustup/toolchains/1.78.0-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.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 -C metadata=de1d5a5b05aca86e -C extra-filename=-de1d5a5b05aca86e --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-de1d5a5b05aca86e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30852024-06-06T20:36:16.761Z Compiling assert_cmd v2.0.14
30862024-06-06T20:36:16.785Z Running `/home/build/.rustup/toolchains/1.78.0-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.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 -C metadata=723a3592c5686b08 -C extra-filename=-723a3592c5686b08 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-723a3592c5686b08 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30872024-06-06T20:36:17.043Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-de1d5a5b05aca86e/build-script-build`
30882024-06-06T20:36:17.072Z Compiling dirs-sys v0.4.1
30892024-06-06T20:36:17.072Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-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 -C metadata=9ab9a6ffa3d7c7af -C extra-filename=-9ab9a6ffa3d7c7af --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-9e9eff94c6618bbf.rmeta --extern option_ext=/work/oxidecomputer/omicron/target/debug/deps/liboption_ext-a2555ee3ac1924ba.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30902024-06-06T20:36:17.163Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-723a3592c5686b08/build-script-build`
30912024-06-06T20:36:17.193Z Compiling rand_chacha v0.2.2
30922024-06-06T20:36:17.217Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=fc916b1d2158f18d -C extra-filename=-fc916b1d2158f18d --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-b9107e4ada8e4dd6.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7637b5653a1dbbd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30932024-06-06T20:36:17.699Z Compiling cfg-expr v0.15.8
30942024-06-06T20:36:17.724Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_expr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-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="default"' --cfg 'feature="target-lexicon"' --cfg 'feature="targets"' -C metadata=e49521e824a3670b -C extra-filename=-e49521e824a3670b --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-b79becaab4538f2c.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-578578ac143aadcb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30952024-06-06T20:36:18.793Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=68b9f2f2236d7b58 -C extra-filename=-68b9f2f2236d7b58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30962024-06-06T20:36:18.817Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=58b07dc5d30f0994 -C extra-filename=-58b07dc5d30f0994 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30972024-06-06T20:36:18.900Z Compiling polyval v0.6.2
30982024-06-06T20:36:18.925Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=482db37e8555ef52 -C extra-filename=-482db37e8555ef52 --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-6cd145163fd70236.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-617fd11b7df2e647.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-188f141b7d6831e2.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-c7e8a452f9ee9b86.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30992024-06-06T20:36:18.950Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
31002024-06-06T20:36:18.950Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/lib.rs --error-format=json --json=diagnostic-rendered-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' -C metadata=9ebf47cbac5391ec -C extra-filename=-9ebf47cbac5391ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5bc39b9252c70a4e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
31012024-06-06T20:36:19.296Z Compiling ed25519 v2.2.3
31022024-06-06T20:36:19.320Z Running `/home/build/.rustup/toolchains/1.78.0-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="std"' -C metadata=7d50fdd2f55ec26e -C extra-filename=-7d50fdd2f55ec26e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-6aea2f4aaeeae408.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31032024-06-06T20:36:19.737Z Compiling http-body v1.0.0
31042024-06-06T20:36:19.761Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f588f0e6ec4b338a -C extra-filename=-f588f0e6ec4b338a --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-4c4fe9871302af71.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2ec3c4ae00aa642d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31052024-06-06T20:36:19.967Z Compiling blowfish v0.9.1
31062024-06-06T20:36:19.991Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=3dfcca61edf2564d -C extra-filename=-3dfcca61edf2564d --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-4079b563d11206ed.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-46383a6241addb39.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31072024-06-06T20:36:20.376Z Compiling aes v0.8.4
31082024-06-06T20:36:20.418Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=0555abadfd87cbff -C extra-filename=-0555abadfd87cbff --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-6cd145163fd70236.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-46383a6241addb39.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-617fd11b7df2e647.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31092024-06-06T20:36:21.435Z Compiling samael v0.0.15
31102024-06-06T20:36:21.459Z Running `/home/build/.rustup/toolchains/1.78.0-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.15/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"' -C metadata=1bbad7734351a8ba -C extra-filename=-1bbad7734351a8ba --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-1bbad7734351a8ba -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-df5a4365d75e40db.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-0839f5aecb361828.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31112024-06-06T20:36:22.428Z Compiling ctr v0.9.2
31122024-06-06T20:36:22.452Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=e0a741b50c656e61 -C extra-filename=-e0a741b50c656e61 --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-46383a6241addb39.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31132024-06-06T20:36:22.800Z Compiling password-hash v0.4.2
31142024-06-06T20:36:22.827Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=fe4d19f00c51b242 -C extra-filename=-fe4d19f00c51b242 --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-96ee31262a117aa9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31152024-06-06T20:36:23.526Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-1bbad7734351a8ba/build-script-bindings`
31162024-06-06T20:36:23.620Z Compiling pbkdf2 v0.12.2
31172024-06-06T20:36:23.645Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=f5e5d82f84aba08f -C extra-filename=-f5e5d82f84aba08f --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-eaca827472c55861.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31182024-06-06T20:36:23.793Z Dirty md5 v0.7.0: the rustflags changed
31192024-06-06T20:36:23.793Z Compiling md5 v0.7.0
31202024-06-06T20:36:23.817Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=b5fc859471b344c0 -C extra-filename=-b5fc859471b344c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31212024-06-06T20:36:24.233Z Compiling regex-automata v0.1.10
31222024-06-06T20:36:24.260Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d48227dffcf55319 -C extra-filename=-d48227dffcf55319 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31232024-06-06T20:36:24.668Z Compiling tower-layer v0.3.2
31242024-06-06T20:36:24.693Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-layer-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 -C metadata=f3dea153dc1c86e6 -C extra-filename=-f3dea153dc1c86e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31252024-06-06T20:36:24.922Z Compiling hex-literal v0.4.1
31262024-06-06T20:36:24.922Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=b813409a9c7591c8 -C extra-filename=-b813409a9c7591c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31272024-06-06T20:36:25.089Z Compiling plotters-backend v0.3.5
31282024-06-06T20:36:25.120Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-backend-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0993ebe2c0752da1 -C extra-filename=-0993ebe2c0752da1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31292024-06-06T20:36:25.372Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/samael-0.0.15/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"' -C metadata=0fe8b954d2cd8929 -C extra-filename=-0fe8b954d2cd8929 --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-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-ec823a0340677e83.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-bc3fdbbeeb15ce34.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-df9d2374a4417971.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-eacb9bfce4ae5e5c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cff019792d5aa2ff.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-0ad62ea66a01c868.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a5fa10a87a4478be.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-1884cf196052cace.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae9db4e827001c1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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`
31302024-06-06T20:36:25.619Z Compiling plotters-svg v0.3.5
31312024-06-06T20:36:25.644Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-svg-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=23145c0997cd6248 -C extra-filename=-23145c0997cd6248 --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-0993ebe2c0752da1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31322024-06-06T20:36:26.013Z Compiling tower v0.4.13
31332024-06-06T20:36:26.037Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-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 --cfg 'feature="__common"' --cfg 'feature="default"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="log"' --cfg 'feature="make"' --cfg 'feature="pin-project"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --cfg 'feature="util"' -C metadata=d55f7dfc8327bbcd -C extra-filename=-d55f7dfc8327bbcd --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-4a234987197be9fa.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-708cbd8ae01528fb.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-cb5b0ded53e682c8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-f3dea153dc1c86e6.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c487c8735147c6c5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2e17325f08e11d93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31342024-06-06T20:36:26.718Z Compiling bstr v0.2.17
31352024-06-06T20:36:26.742Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-automata"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=b957c1b67c5c2c93 -C extra-filename=-b957c1b67c5c2c93 --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-df9d2374a4417971.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-d48227dffcf55319.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31362024-06-06T20:36:27.987Z Compiling bcrypt-pbkdf v0.10.0
31372024-06-06T20:36:28.420Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=2c3c7c4bc8327c39 -C extra-filename=-2c3c7c4bc8327c39 --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-3dfcca61edf2564d.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-f5e5d82f84aba08f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31382024-06-06T20:36:28.506Z Compiling pbkdf2 v0.11.0
31392024-06-06T20:36:28.553Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=744277d1bcd2de4b -C extra-filename=-744277d1bcd2de4b --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-eaca827472c55861.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-cd18b5466500dc52.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-fe4d19f00c51b242.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31402024-06-06T20:36:28.840Z Compiling hyper v1.3.1
31412024-06-06T20:36:28.865Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-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="client"' --cfg 'feature="default"' --cfg 'feature="http1"' -C metadata=5368edaaa7a8ebd3 -C extra-filename=-5368edaaa7a8ebd3 --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-4c4fe9871302af71.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-afd81f7a37d03f0e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-708cbd8ae01528fb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2ec3c4ae00aa642d.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-f588f0e6ec4b338a.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-374f7bdcf7d21587.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1d1af7e8c40a69f8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b79becaab4538f2c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-0dfc4878d281d11a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31422024-06-06T20:36:29.106Z Compiling ed25519-dalek v2.1.1
31432024-06-06T20:36:29.130Z Running `/home/build/.rustup/toolchains/1.78.0-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="fast"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=d782c77a62c1db69 -C extra-filename=-d782c77a62c1db69 --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-35949b2222746491.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-7d50fdd2f55ec26e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31442024-06-06T20:36:30.103Z Compiling ghash v0.5.1
31452024-06-06T20:36:30.136Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=56c31d98061f8dba -C extra-filename=-56c31d98061f8dba --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-188f141b7d6831e2.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-482db37e8555ef52.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31462024-06-06T20:36:30.304Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-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 -C metadata=d033f9cd838a7bd4 -C extra-filename=-d033f9cd838a7bd4 --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-e49521e824a3670b.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-58b07dc5d30f0994.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-578578ac143aadcb.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-f04c7e29e163c4f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31472024-06-06T20:36:31.224Z Running `/home/build/.rustup/toolchains/1.78.0-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.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 -C metadata=5d956d53c4a226b6 -C extra-filename=-5d956d53c4a226b6 --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-9cdfe1db1ea1f39e.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-2d37155bb5cf3f0a.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-68b9f2f2236d7b58.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-5838c260b0ba55c5.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-8c8481fa5f04966b.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-a21019c3fba05991.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-65ed68b8ae737998.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31482024-06-06T20:36:31.249Z Compiling rand v0.7.3
31492024-06-06T20:36:31.273Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-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 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="getrandom_package"' --cfg 'feature="libc"' --cfg 'feature="std"' -C metadata=c339139fc4546b86 -C extra-filename=-c339139fc4546b86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom_package=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d31f5d3089873b25.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-fc916b1d2158f18d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7637b5653a1dbbd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31502024-06-06T20:36:32.371Z Compiling dirs v5.0.1
31512024-06-06T20:36:32.395Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-5.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 -C metadata=c401a99793ac92b3 -C extra-filename=-c401a99793ac92b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dirs_sys=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys-9ab9a6ffa3d7c7af.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31522024-06-06T20:36:32.597Z Compiling p521 v0.13.3
31532024-06-06T20:36:32.622Z Running `/home/build/.rustup/toolchains/1.78.0-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="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="getrandom"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="sha512"' --cfg 'feature="std"' -C metadata=0bf3bf43917c627b -C extra-filename=-0bf3bf43917c627b --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-fd6a4ef1678aa560.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-1f640eb1dd5d8d1d.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-51770b30c6d2f0cd.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-2186ffd6d5764800.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31542024-06-06T20:36:33.593Z Compiling p256 v0.13.2
31552024-06-06T20:36:33.618Z Running `/home/build/.rustup/toolchains/1.78.0-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="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha256"' --cfg 'feature="std"' -C metadata=1c870c6d6833f5d2 -C extra-filename=-1c870c6d6833f5d2 --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-1f640eb1dd5d8d1d.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-51770b30c6d2f0cd.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-2186ffd6d5764800.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31562024-06-06T20:36:34.309Z Compiling pathdiff v0.2.1
31572024-06-06T20:36:34.333Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathdiff-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="camino"' -C metadata=d3c739e6e551842b -C extra-filename=-d3c739e6e551842b --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-5c59870acc66e82f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31582024-06-06T20:36:34.452Z Compiling cbc v0.1.2
31592024-06-06T20:36:34.476Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=7a6bcccbbe3f4bb7 -C extra-filename=-7a6bcccbbe3f4bb7 --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-46383a6241addb39.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31602024-06-06T20:36:34.559Z Compiling russh-cryptovec v0.7.2
31612024-06-06T20:36:34.583Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name russh_cryptovec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-cryptovec-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e7be85c3c6d32ea9 -C extra-filename=-e7be85c3c6d32ea9 --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31622024-06-06T20:36:34.695Z Compiling csv-core v0.1.11
31632024-06-06T20:36:34.720Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=7ef9a399e9233dfe -C extra-filename=-7ef9a399e9233dfe --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-d9b2ede3219a3f1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31642024-06-06T20:36:34.835Z Compiling nested v0.1.1
31652024-06-06T20:36:34.859Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=26bc13fe1a85d194 -C extra-filename=-26bc13fe1a85d194 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31662024-06-06T20:36:35.120Z Compiling cast v0.3.0
31672024-06-06T20:36:35.174Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=cb5ccae66155be73 -C extra-filename=-cb5ccae66155be73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31682024-06-06T20:36:35.199Z Compiling guppy v0.17.5
31692024-06-06T20:36:35.199Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-0.17.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 -C metadata=2294ae709a1c927e -C extra-filename=-2294ae709a1c927e --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-6163d56a4d54cf7e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-2030e0308595f12b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-da9df59bd1f776eb.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-58b07dc5d30f0994.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-26bc13fe1a85d194.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-d3c739e6e551842b.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-30c26ed74ac6be72.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b79becaab4538f2c.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-d033f9cd838a7bd4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31702024-06-06T20:36:35.427Z Compiling criterion-plot v0.5.0
31712024-06-06T20:36:35.452Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=51339b82b6a776e4 -C extra-filename=-51339b82b6a776e4 --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-cb5ccae66155be73.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-90cc6d0cca9cde1d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31722024-06-06T20:36:36.319Z Compiling csv v1.3.0
31732024-06-06T20:36:36.343Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=ab1b021ba8a061c8 -C extra-filename=-ab1b021ba8a061c8 --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-7ef9a399e9233dfe.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1d1af7e8c40a69f8.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-2235e6b179f77bd1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31742024-06-06T20:36:36.565Z Compiling russh-keys v0.43.0
31752024-06-06T20:36:36.590Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name russh_keys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-keys-0.43.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d7cb38e36f7725f3 -C extra-filename=-d7cb38e36f7725f3 --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-0555abadfd87cbff.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-2c3c7c4bc8327c39.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-7ab01f8821dfd213.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-2631b71dd7200523.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-7a6bcccbbe3f4bb7.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-e0a741b50c656e61.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-ec823a0340677e83.rmeta --extern dirs=/work/oxidecomputer/omicron/target/debug/deps/libdirs-c401a99793ac92b3.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-d782c77a62c1db69.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-cd18b5466500dc52.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-5414d2346777725c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-b5fc859471b344c0.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-fcc97ed3a0776e3a.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-1c870c6d6833f5d2.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-0bf3bf43917c627b.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-744277d1bcd2de4b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c339139fc4546b86.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-e7be85c3c6d32ea9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-b66ace39c477aa9d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-45639ca498687069.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31762024-06-06T20:36:37.262Z Compiling aes-gcm v0.10.3
31772024-06-06T20:36:37.286Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=925e96d9d77e03a8 -C extra-filename=-925e96d9d77e03a8 --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-b58f0f0d67acc8ce.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-0555abadfd87cbff.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-46383a6241addb39.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-e0a741b50c656e61.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-56c31d98061f8dba.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31782024-06-06T20:36:37.517Z Compiling hyper-util v0.1.3
31792024-06-06T20:36:37.542Z Running `/home/build/.rustup/toolchains/1.78.0-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.3/src/lib.rs --error-format=json --json=diagnostic-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="http1"' --cfg 'feature="tokio"' -C metadata=6311565842241cb4 -C extra-filename=-6311565842241cb4 --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-4c4fe9871302af71.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-afd81f7a37d03f0e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-708cbd8ae01528fb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2ec3c4ae00aa642d.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-f588f0e6ec4b338a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5368edaaa7a8ebd3.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4736805a60104127.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-638e6319dfcb29c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-d55f7dfc8327bbcd.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c487c8735147c6c5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2e17325f08e11d93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31802024-06-06T20:36:37.542Z Compiling httptest v0.15.5
31812024-06-06T20:36:37.542Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httptest-0.15.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4cc44253a6334d9a -C extra-filename=-4cc44253a6334d9a --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-b957c1b67c5c2c93.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-1ae489c8acf2a979.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-8558f77493471e37.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cbe51ef47ffa2b0d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31822024-06-06T20:36:39.459Z Compiling plotters v0.3.5
31832024-06-06T20:36:39.483Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="area_series"' --cfg 'feature="line_series"' --cfg 'feature="plotters-svg"' --cfg 'feature="svg_backend"' -C metadata=544dbe92154eb608 -C extra-filename=-544dbe92154eb608 --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-da8aea025e0dde22.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-0993ebe2c0752da1.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-23145c0997cd6248.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31842024-06-06T20:36:39.586Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
31852024-06-06T20:36:39.610Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifact_client --edition=2021 clients/installinator-artifact-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' -C metadata=3ad7b0437eb6155d -C extra-filename=-3ad7b0437eb6155d --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-5bc39b9252c70a4e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-17db47bd8662f004.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca0d342fa00cbf19.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
31862024-06-06T20:36:41.422Z Compiling rustls-native-certs v0.7.0
31872024-06-06T20:36:41.446Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-native-certs-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9eddb399eb6634b5 -C extra-filename=-9eddb399eb6634b5 --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-0ad62ea66a01c868.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6be79ad4e86270a5.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2ee99d9c671a2c74.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31882024-06-06T20:36:41.781Z Compiling tinytemplate v1.2.1
31892024-06-06T20:36:41.805Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=fd17b1a279d2bd78 -C extra-filename=-fd17b1a279d2bd78 --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-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31902024-06-06T20:36:42.721Z Compiling escape8259 v0.5.2
31912024-06-06T20:36:42.745Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name escape8259 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/escape8259-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=23ae8534ef95a9e3 -C extra-filename=-23ae8534ef95a9e3 --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-ff404895282bf39c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31922024-06-06T20:36:42.769Z Compiling threadpool v1.8.1
31932024-06-06T20:36:42.769Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=f5d3b23a8180b5cb -C extra-filename=-f5d3b23a8180b5cb --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-542485ea2f901d76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31942024-06-06T20:36:43.043Z Compiling anes v0.1.6
31952024-06-06T20:36:43.068Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=30dcea51a931d70b -C extra-filename=-30dcea51a931d70b --out-dir /work/oxidecomputer/omicron/target/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-06-06T20:36:43.092Z Compiling dhcproto-macros v0.1.0
31972024-06-06T20:36:43.092Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=6a08a3c4bd48b6c2 -C extra-filename=-6a08a3c4bd48b6c2 --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`
31982024-06-06T20:36:43.480Z Compiling oorandom v11.1.3
31992024-06-06T20:36:43.504Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oorandom-11.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8c9e4b9f306ed946 -C extra-filename=-8c9e4b9f306ed946 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32002024-06-06T20:36:43.586Z Compiling libtest-mimic v0.7.3
32012024-06-06T20:36:43.610Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=8ff1b5fc727cdd75 -C extra-filename=-8ff1b5fc727cdd75 --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-865e84b7a84584b1.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-23ae8534ef95a9e3.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-0b713a67487ebae9.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-f5d3b23a8180b5cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32022024-06-06T20:36:43.675Z Compiling criterion v0.5.1
32032024-06-06T20:36:43.699Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=cffc5d8ec562e86b -C extra-filename=-cffc5d8ec562e86b --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-30dcea51a931d70b.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-cb5ccae66155be73.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95fd1bd9c2e6afd0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-51339b82b6a776e4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-1fb2ee4459a95d8f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-90cc6d0cca9cde1d.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-8c9e4b9f306ed946.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-544dbe92154eb608.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-9cc7f706c24f99fe.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-68d9cf65ea7a6bc6.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-fd17b1a279d2bd78.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32042024-06-06T20:36:43.820Z Compiling hyper-rustls v0.26.0
32052024-06-06T20:36:43.845Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=ecc42aaaddac3137 -C extra-filename=-ecc42aaaddac3137 --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-708cbd8ae01528fb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2ec3c4ae00aa642d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-5368edaaa7a8ebd3.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-6311565842241cb4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-09115cfae2534dec.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-9eddb399eb6634b5.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2ee99d9c671a2c74.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-18032d128cc1a7cc.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c487c8735147c6c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out`
32062024-06-06T20:36:43.987Z Compiling dhcproto v0.11.0
32072024-06-06T20:36:44.012Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dhcproto-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"' -C metadata=e9a57d12fd60a377 -C extra-filename=-e9a57d12fd60a377 --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-6a08a3c4bd48b6c2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a311a60ce806e489.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-17bec7af9286f326.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae9db4e827001c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32082024-06-06T20:36:44.280Z Compiling russh v0.43.0
32092024-06-06T20:36:44.304Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name russh --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-0.43.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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"' -C metadata=8a0b92b645bad7f6 -C extra-filename=-8a0b92b645bad7f6 --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-0555abadfd87cbff.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-925e96d9d77e03a8.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3aa8a2c4fb2b2dd9.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-5291f54940cdf677.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-e0a741b50c656e61.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-35949b2222746491.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eaca827472c55861.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-c30fc5b0644f3206.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b813409a9c7591c8.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-cd18b5466500dc52.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-fcc97ed3a0776e3a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-0ba7bc2a312339b1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-e7be85c3c6d32ea9.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-d7cb38e36f7725f3.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-b66ace39c477aa9d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32102024-06-06T20:36:45.418Z Compiling fancy-regex v0.13.0
32112024-06-06T20:36:45.442Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=538e1582cf5530b0 -C extra-filename=-538e1582cf5530b0 --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-fed351dfccf21ec0.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-b328ca2e85c26ba1.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-e5e7129e53ac8b8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32122024-06-06T20:36:46.759Z Compiling rstest_macros v0.19.0
32132024-06-06T20:36:46.786Z Running `/home/build/.rustup/toolchains/1.78.0-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.19.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' -C metadata=b4fe41587a79d495 -C extra-filename=-b4fe41587a79d495 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-b4fe41587a79d495 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-872d493ff49999a4.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32142024-06-06T20:36:47.230Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
32152024-06-06T20:36:47.254Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=5a0a68ceb469a8a0 -C extra-filename=-5a0a68ceb469a8a0 --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-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32162024-06-06T20:36:47.370Z Compiling internet-checksum v0.2.1
32172024-06-06T20:36:47.394Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=156e62651fc45a6b -C extra-filename=-156e62651fc45a6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32182024-06-06T20:36:47.547Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-b4fe41587a79d495/build-script-build`
32192024-06-06T20:36:47.648Z Compiling datatest-stable v0.2.9
32202024-06-06T20:36:47.672Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=4adad993e2b62136 -C extra-filename=-4adad993e2b62136 --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-5c59870acc66e82f.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-538e1582cf5530b0.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-8ff1b5fc727cdd75.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32212024-06-06T20:36:47.697Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32222024-06-06T20:36:47.697Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=08d8c62aa960e09b -C extra-filename=-08d8c62aa960e09b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eefc6c2c8eb656d2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-424414fabc4499ec.rmeta --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-3ad7b0437eb6155d.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5bc39b9252c70a4e.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-845f3f0df04db177.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-df1d9c401a5ae196.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cf1e92b173cfdae7.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7072ec40407940ca.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fec17b369b0f8d1c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8a4e85fda4001f88.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1b42a1e668958877.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca0d342fa00cbf19.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
32232024-06-06T20:36:48.272Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32242024-06-06T20:36:48.297Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omicron-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=c6f43ef596001527 -C extra-filename=-c6f43ef596001527 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-c6f43ef596001527 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-01956028453465b9.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
32252024-06-06T20:36:48.577Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32262024-06-06T20:36:48.602Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/reconfigurator-cli/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=4efc16a8e0a5fe62 -C extra-filename=-4efc16a8e0a5fe62 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-4efc16a8e0a5fe62 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-01956028453465b9.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
32272024-06-06T20:36:48.792Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32282024-06-06T20:36:48.817Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 cockroach-admin/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=06959899ab47e831 -C extra-filename=-06959899ab47e831 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-06959899ab47e831 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-01956028453465b9.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
32292024-06-06T20:36:48.878Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32302024-06-06T20:36:48.905Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omdb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=5305ff39a885fb66 -C extra-filename=-5305ff39a885fb66 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-5305ff39a885fb66 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-01956028453465b9.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
32312024-06-06T20:36:49.093Z Compiling similar-asserts v1.5.0
32322024-06-06T20:36:49.117Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name similar_asserts --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-asserts-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="unicode"' -C metadata=374b3a9c041d946e -C extra-filename=-374b3a9c041d946e --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-06094d2b7e85625c.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-153ded7b943adc66.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32332024-06-06T20:36:49.150Z Compiling relative-path v1.9.3
32342024-06-06T20:36:49.174Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=2345f7ef9f064402 -C extra-filename=-2345f7ef9f064402 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32352024-06-06T20:36:49.772Z Compiling trybuild v1.0.96
32362024-06-06T20:36:49.796Z Running `/home/build/.rustup/toolchains/1.78.0-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.96/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=72d0c13a05399e6c -C extra-filename=-72d0c13a05399e6c --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-72d0c13a05399e6c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32372024-06-06T20:36:50.081Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.19.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"' -C metadata=2d870a9dabb36a4a -C extra-filename=-2d870a9dabb36a4a --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-6cd145163fd70236.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-2345f7ef9f064402.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-f04c7e29e163c4f4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32382024-06-06T20:36:50.211Z Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-72d0c13a05399e6c/build-script-build`
32392024-06-06T20:36:50.237Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-5305ff39a885fb66/build-script-build`
32402024-06-06T20:36:50.261Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-06959899ab47e831/build-script-build`
32412024-06-06T20:36:50.286Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-4efc16a8e0a5fe62/build-script-build`
32422024-06-06T20:36:50.317Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-c6f43ef596001527/build-script-build`
32432024-06-06T20:36:50.345Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32442024-06-06T20:36:50.369Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=e7f5f507e37b7959 -C extra-filename=-e7f5f507e37b7959 --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-9cdfe1db1ea1f39e.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f15526b7eec2aae7.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-e9a57d12fd60a377.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-156e62651fc45a6b.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-5a0a68ceb469a8a0.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a4cd739e6dd8d804.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-3ce57211d9b261d1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-8a0b92b645bad7f6.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-d7cb38e36f7725f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-638e6319dfcb29c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/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-9313c2542a0347c7/out`
32452024-06-06T20:36:50.561Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32462024-06-06T20:36:50.588Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=d381b85661f36fb6 -C extra-filename=-d381b85661f36fb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6c2724e6edd91e08.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-838bbf4909faa86a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9cd002f069e9f4d7.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e278056a0e34d789.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-7f8500dbe77cd2d8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-424414fabc4499ec.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-9ebf47cbac5391ec.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5bc39b9252c70a4e.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-5e36fa81df9b4e43.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-82365eedab01cd2c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-df1d9c401a5ae196.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ba848bc144e5dc4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7072ec40407940ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6e947024342f4776.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1b42a1e668958877.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-20c5cc6f982a3e85.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca0d342fa00cbf19.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-aebf027405725863.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-67c119c1b02790c3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
32472024-06-06T20:36:54.048Z Compiling multimap v0.10.0
32482024-06-06T20:36:54.073Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=78d21dcc618c8152 -C extra-filename=-78d21dcc618c8152 --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-820c2ce8c834bb45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32492024-06-06T20:36:54.334Z Compiling futures-timer v3.0.3
32502024-06-06T20:36:54.361Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=13732df1e1e97b1c -C extra-filename=-13732df1e1e97b1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32512024-06-06T20:36:55.113Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.96/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e53f470f1a4cf7a4 -C extra-filename=-e53f470f1a4cf7a4 --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-009c09a73c940a7e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-68d9cf65ea7a6bc6.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-0b713a67487ebae9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32522024-06-06T20:36:55.565Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32532024-06-06T20:36:55.614Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=c1d1ce8640dc01d7 -C extra-filename=-c1d1ce8640dc01d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95fd1bd9c2e6afd0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-70a2fd0a758aa88c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c7ddb6c4619d0e26.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-c4622b478deef68b.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
32542024-06-06T20:36:56.000Z Compiling polar-core v0.27.3
32552024-06-06T20:36:56.027Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=75c5ba972dd206ec -C extra-filename=-75c5ba972dd206ec --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-75c5ba972dd206ec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-34cee8150fa08e0e.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-68d9cf65ea7a6bc6.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32562024-06-06T20:36:56.480Z Compiling partial-io v0.5.4
32572024-06-06T20:36:56.504Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=7541388598ecea82 -C extra-filename=-7541388598ecea82 --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-24884ce4024aab08.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-cb5b0ded53e682c8.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-ce85f94723c42894.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32582024-06-06T20:36:56.999Z Compiling blake2b_simd v1.0.2
32592024-06-06T20:36:57.000Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=57528f9b0ab85f77 -C extra-filename=-57528f9b0ab85f77 --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-5506778857bc3003.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-27565aeac1afc72b.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-a5ae682ae21eab04.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32602024-06-06T20:36:57.316Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-75c5ba972dd206ec/build-script-build`
32612024-06-06T20:36:58.222Z Compiling rstest v0.19.0
32622024-06-06T20:36:58.246Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest-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 --cfg 'feature="async-timeout"' --cfg 'feature="default"' -C metadata=504b3c4a5bdb1095 -C extra-filename=-504b3c4a5bdb1095 --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-24884ce4024aab08.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-13732df1e1e97b1c.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-2d870a9dabb36a4a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32632024-06-06T20:36:58.444Z Compiling approx v0.5.1
32642024-06-06T20:36:58.468Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=ddaee20d17a6597c -C extra-filename=-ddaee20d17a6597c --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-da8aea025e0dde22.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32652024-06-06T20:36:58.665Z Compiling rust-argon2 v2.1.0
32662024-06-06T20:36:58.689Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=750b2e677370518b -C extra-filename=-750b2e677370518b --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-bfc5ed6832fe4205.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-57528f9b0ab85f77.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-a5ae682ae21eab04.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32672024-06-06T20:36:58.934Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=39d074fb1f24fe13 -C extra-filename=-39d074fb1f24fe13 --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-15f28d339ebc4e9e.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6ca0e1158c143a14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-374b102e631e39d4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32682024-06-06T20:37:00.092Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2021 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=9f7b38ba3c0df92e -C extra-filename=-9f7b38ba3c0df92e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-ab1b021ba8a061c8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-424414fabc4499ec.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
32692024-06-06T20:37:00.238Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32702024-06-06T20:37:00.262Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=c397b4b228256d90 -C extra-filename=-c397b4b228256d90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-424414fabc4499ec.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0e8047a55dacc6b8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-d4af579a12e6329d.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-30c26ed74ac6be72.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-9cc7f706c24f99fe.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cf1e92b173cfdae7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-02034f1f8eda1b97.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8a4e85fda4001f88.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-10687806c0c4c1d6.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
32712024-06-06T20:37:00.785Z Compiling cargo_toml v0.20.2
32722024-06-06T20:37:00.810Z Running `/home/build/.rustup/toolchains/1.78.0-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.2/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 -C metadata=83b2f86094b6a461 -C extra-filename=-83b2f86094b6a461 --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-820c2ce8c834bb45.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32732024-06-06T20:37:01.787Z Compiling uzers v0.11.3
32742024-06-06T20:37:01.812Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name uzers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uzers-0.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cache"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="mock"' -C metadata=eec7a70fec0e7113 -C extra-filename=-eec7a70fec0e7113 --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-9e9eff94c6618bbf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32752024-06-06T20:37:02.574Z Compiling termios v0.3.3
32762024-06-06T20:37:02.599Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=f11dce5e76d6ac96 -C extra-filename=-f11dce5e76d6ac96 --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-9e9eff94c6618bbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32772024-06-06T20:37:02.854Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32782024-06-06T20:37:02.879Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2021 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=80faa0b30bed0aee -C extra-filename=-80faa0b30bed0aee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9cd002f069e9f4d7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e278056a0e34d789.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-f11dce5e76d6ac96.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c3793144883fdd47.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
32792024-06-06T20:37:02.921Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32802024-06-06T20:37:02.946Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/bin/zone-setup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=f040bfe29afd5417 -C extra-filename=-f040bfe29afd5417 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-424414fabc4499ec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-eec7a70fec0e7113.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-97b905aa179980dd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
32812024-06-06T20:37:04.919Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=51c8f136176590bf -C extra-filename=-51c8f136176590bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-424414fabc4499ec.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0e8047a55dacc6b8.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-c397b4b228256d90.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-d4af579a12e6329d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-30c26ed74ac6be72.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-9cc7f706c24f99fe.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cf1e92b173cfdae7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-02034f1f8eda1b97.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8a4e85fda4001f88.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-10687806c0c4c1d6.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
32822024-06-06T20:37:06.314Z Compiling oso v0.27.3
32832024-06-06T20:37:06.338Z Running `/home/build/.rustup/toolchains/1.78.0-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"' -C metadata=0349c826d3a27220 -C extra-filename=-0349c826d3a27220 --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-5e30d200b43c83b4.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-df9d2374a4417971.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-7915c0d498b02958.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-39d074fb1f24fe13.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2e17325f08e11d93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32842024-06-06T20:37:07.114Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=ad529f2c2d453b33 -C extra-filename=-ad529f2c2d453b33 --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-ddaee20d17a6597c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9911d058f70bbb5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-41fc88b8e1f0dbf3.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-504b3c4a5bdb1095.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-e53f470f1a4cf7a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
32852024-06-06T20:37:07.635Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2021 wicket-dbg/src/bin/wicket-dbg-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=54e7b5981bf9ccdd -C extra-filename=-54e7b5981bf9ccdd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95fd1bd9c2e6afd0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-70a2fd0a758aa88c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c7ddb6c4619d0e26.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-c4622b478deef68b.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-c1d1ce8640dc01d7.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
32862024-06-06T20:37:08.177Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32872024-06-06T20:37:08.202Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2021 dev-tools/xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=b63b422b3629d52d -C extra-filename=-b63b422b3629d52d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-2030e0308595f12b.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-83b2f86094b6a461.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3a4d64827cf56c09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-b5fc859471b344c0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-02034f1f8eda1b97.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-10687806c0c4c1d6.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
32882024-06-06T20:37:09.423Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2021 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=eef46c2f887e1bff -C extra-filename=-eef46c2f887e1bff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-fd3709cf28c5b1ef.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-7b8eafab6692b7b4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5e3c6b151c807602.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-ba33c99523a0690b.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-848c931c5030db56.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-2eba6291d56c12b6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cff019792d5aa2ff.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-0349c826d3a27220.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-0fe8b954d2cd8929.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cbe51ef47ffa2b0d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32892024-06-06T20:37:09.874Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/bin/wicket-dbg.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=65765902070899c3 -C extra-filename=-65765902070899c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95fd1bd9c2e6afd0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-70a2fd0a758aa88c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c7ddb6c4619d0e26.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-c4622b478deef68b.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-c1d1ce8640dc01d7.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
32902024-06-06T20:37:10.115Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2021 oximeter/oximeter/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 -C metadata=119f6fcb55106093 -C extra-filename=-119f6fcb55106093 --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-ddaee20d17a6597c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9911d058f70bbb5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9c4dd10d005266ca.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-41fc88b8e1f0dbf3.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-504b3c4a5bdb1095.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-e53f470f1a4cf7a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
32912024-06-06T20:37:11.015Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=fbbab00823575ea2 -C extra-filename=-fbbab00823575ea2 --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-1df8ed436852c61a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-cffc5d8ec562e86b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-750b2e677370518b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
32922024-06-06T20:37:11.759Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=89cb11f67ce30e8d -C extra-filename=-89cb11f67ce30e8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eefc6c2c8eb656d2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b813409a9c7591c8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-424414fabc4499ec.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-3ad7b0437eb6155d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5bc39b9252c70a4e.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-845f3f0df04db177.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-df1d9c401a5ae196.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-7541388598ecea82.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-ce85f94723c42894.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cf1e92b173cfdae7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7072ec40407940ca.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fec17b369b0f8d1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8a4e85fda4001f88.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f2b1cdffc9101e49.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1b42a1e668958877.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca0d342fa00cbf19.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
32932024-06-06T20:37:11.812Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=928ff697a0ac7cc1 -C extra-filename=-928ff697a0ac7cc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eefc6c2c8eb656d2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b813409a9c7591c8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-424414fabc4499ec.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-08d8c62aa960e09b.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-3ad7b0437eb6155d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5bc39b9252c70a4e.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-845f3f0df04db177.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-df1d9c401a5ae196.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-7541388598ecea82.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-ce85f94723c42894.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cf1e92b173cfdae7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7072ec40407940ca.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fec17b369b0f8d1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8a4e85fda4001f88.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f2b1cdffc9101e49.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1b42a1e668958877.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca0d342fa00cbf19.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
32942024-06-06T20:37:11.995Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=b95579b41a13d894 -C extra-filename=-b95579b41a13d894 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6c2724e6edd91e08.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-838bbf4909faa86a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3a4d64827cf56c09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9cd002f069e9f4d7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e278056a0e34d789.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-37e30d08a17b28fb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-7f8500dbe77cd2d8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-424414fabc4499ec.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-08d8c62aa960e09b.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-3ad7b0437eb6155d.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-9ebf47cbac5391ec.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5bc39b9252c70a4e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-5e36fa81df9b4e43.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-82365eedab01cd2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-df1d9c401a5ae196.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ba848bc144e5dc4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7072ec40407940ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6e947024342f4776.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-8a0fab26750c7407.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1b42a1e668958877.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-20c5cc6f982a3e85.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca0d342fa00cbf19.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-c4622b478deef68b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-aebf027405725863.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-67c119c1b02790c3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
32952024-06-06T20:37:13.647Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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"' -C metadata=bf176e4de1063fdb -C extra-filename=-bf176e4de1063fdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0ec9663701154891.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-053ab04ce97f4cf5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-d0b5d2f61617be67.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-53d9954913da7e88.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1146aeae4614d126.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-726946b42eceecce.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-eef46c2f887e1bff.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6a916716bc876a62.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-848c931c5030db56.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-2eba6291d56c12b6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ba848bc144e5dc4.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9c4dd10d005266ca.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7dcd56b592db0c45.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-62f4c623cc2d1f23.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c8f6444a1d353b3d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-10687806c0c4c1d6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32962024-06-06T20:37:14.831Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 sled-agent/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=dccda4c319e26afa -C extra-filename=-dccda4c319e26afa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-8ca1036dcb2d1b89.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6c2724e6edd91e08.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eefc6c2c8eb656d2.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-46a36afa47ba6411.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-00eab56eea97850a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7a2565e57ff87f49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8ffa72b1ae449b0c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-838bbf4909faa86a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9cd002f069e9f4d7.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-2294ae709a1c927e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a46ca571bd70deb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-424414fabc4499ec.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5bc39b9252c70a4e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-5e36fa81df9b4e43.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-aa57942cd67d6ad0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1fb77af8fb876970.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3f10d7d011d859de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6a916716bc876a62.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-df1d9c401a5ae196.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a4cd739e6dd8d804.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-c0fd3c9f883ff8f5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9c4dd10d005266ca.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dcd12755a2014649.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-150f065b710a6abc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-326bf6bd7828f523.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-bc024d24cb5fc7bd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-69c4414a85fd428d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1a441ead8dfc4e0d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-62f4c623cc2d1f23.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cf1e92b173cfdae7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7072ec40407940ca.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fec17b369b0f8d1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8a4e85fda4001f88.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eb709d51b25398a6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-97b905aa179980dd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/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-9313c2542a0347c7/out`
32972024-06-06T20:37:18.446Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcp_server --edition=2021 end-to-end-tests/src/bin/dhcp-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=615172dd9564788d -C extra-filename=-615172dd9564788d --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-9cdfe1db1ea1f39e.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f15526b7eec2aae7.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-e9a57d12fd60a377.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-e7f5f507e37b7959.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-156e62651fc45a6b.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-5a0a68ceb469a8a0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a4cd739e6dd8d804.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-3ce57211d9b261d1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-8a0b92b645bad7f6.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-d7cb38e36f7725f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-638e6319dfcb29c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/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-9313c2542a0347c7/out`
32982024-06-06T20:37:18.610Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=96fa7d4cfd55ecf6 -C extra-filename=-96fa7d4cfd55ecf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-8ca1036dcb2d1b89.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6c2724e6edd91e08.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eefc6c2c8eb656d2.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-46a36afa47ba6411.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-00eab56eea97850a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7a2565e57ff87f49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8ffa72b1ae449b0c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-838bbf4909faa86a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9cd002f069e9f4d7.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-2294ae709a1c927e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a46ca571bd70deb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-424414fabc4499ec.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5bc39b9252c70a4e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-5e36fa81df9b4e43.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-aa57942cd67d6ad0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1fb77af8fb876970.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3f10d7d011d859de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6a916716bc876a62.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-df1d9c401a5ae196.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a4cd739e6dd8d804.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-c0fd3c9f883ff8f5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9c4dd10d005266ca.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dcd12755a2014649.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-150f065b710a6abc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-326bf6bd7828f523.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-bc024d24cb5fc7bd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-69c4414a85fd428d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1a441ead8dfc4e0d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-62f4c623cc2d1f23.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cf1e92b173cfdae7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7072ec40407940ca.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fec17b369b0f8d1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8a4e85fda4001f88.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eb709d51b25398a6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-97b905aa179980dd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/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-9313c2542a0347c7/out`
32992024-06-06T20:37:20.739Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name services_ledger_check_migrate --edition=2021 sled-agent/src/bin/services-ledger-check-migrate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=176df879d622caf4 -C extra-filename=-176df879d622caf4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-8ca1036dcb2d1b89.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6c2724e6edd91e08.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eefc6c2c8eb656d2.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-46a36afa47ba6411.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-00eab56eea97850a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7a2565e57ff87f49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8ffa72b1ae449b0c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-838bbf4909faa86a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9cd002f069e9f4d7.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-2294ae709a1c927e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a46ca571bd70deb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-424414fabc4499ec.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5bc39b9252c70a4e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-5e36fa81df9b4e43.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-aa57942cd67d6ad0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1fb77af8fb876970.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3f10d7d011d859de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6a916716bc876a62.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-df1d9c401a5ae196.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a4cd739e6dd8d804.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-c0fd3c9f883ff8f5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9c4dd10d005266ca.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dcd12755a2014649.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-150f065b710a6abc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-326bf6bd7828f523.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-bc024d24cb5fc7bd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-69c4414a85fd428d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1a441ead8dfc4e0d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-62f4c623cc2d1f23.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cf1e92b173cfdae7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7072ec40407940ca.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fec17b369b0f8d1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8a4e85fda4001f88.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eb709d51b25398a6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-97b905aa179980dd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/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-9313c2542a0347c7/out`
33002024-06-06T20:37:20.763Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=2c91c9f446a19de9 -C extra-filename=-2c91c9f446a19de9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-8ca1036dcb2d1b89.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6c2724e6edd91e08.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eefc6c2c8eb656d2.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-46a36afa47ba6411.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-00eab56eea97850a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7a2565e57ff87f49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8ffa72b1ae449b0c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-838bbf4909faa86a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9cd002f069e9f4d7.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a46ca571bd70deb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-424414fabc4499ec.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5bc39b9252c70a4e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-5e36fa81df9b4e43.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-aa57942cd67d6ad0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1fb77af8fb876970.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3f10d7d011d859de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6a916716bc876a62.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-df1d9c401a5ae196.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a4cd739e6dd8d804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-c0fd3c9f883ff8f5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9c4dd10d005266ca.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dcd12755a2014649.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-150f065b710a6abc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-326bf6bd7828f523.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-bc024d24cb5fc7bd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-69c4414a85fd428d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1a441ead8dfc4e0d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-62f4c623cc2d1f23.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cf1e92b173cfdae7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7072ec40407940ca.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fec17b369b0f8d1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8a4e85fda4001f88.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eb709d51b25398a6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-97b905aa179980dd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/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-9313c2542a0347c7/out`
33012024-06-06T20:37:23.000Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=870071838d0483cd -C extra-filename=-870071838d0483cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-8ca1036dcb2d1b89.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6c2724e6edd91e08.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eefc6c2c8eb656d2.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-46a36afa47ba6411.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-00eab56eea97850a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7a2565e57ff87f49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8ffa72b1ae449b0c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-838bbf4909faa86a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9cd002f069e9f4d7.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a46ca571bd70deb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-424414fabc4499ec.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5bc39b9252c70a4e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-5e36fa81df9b4e43.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-aa57942cd67d6ad0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1fb77af8fb876970.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3f10d7d011d859de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6a916716bc876a62.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-df1d9c401a5ae196.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a4cd739e6dd8d804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-c0fd3c9f883ff8f5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9c4dd10d005266ca.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dcd12755a2014649.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-150f065b710a6abc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-326bf6bd7828f523.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-bc024d24cb5fc7bd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-69c4414a85fd428d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1a441ead8dfc4e0d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-62f4c623cc2d1f23.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cf1e92b173cfdae7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7072ec40407940ca.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fec17b369b0f8d1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8a4e85fda4001f88.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eb709d51b25398a6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-97b905aa179980dd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/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-9313c2542a0347c7/out`
33022024-06-06T20:37:30.568Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=9f51897df8149284 -C extra-filename=-9f51897df8149284 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9cd002f069e9f4d7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e278056a0e34d789.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-37e30d08a17b28fb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a4cd739e6dd8d804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-62f4c623cc2d1f23.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-69a8405685430d37.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
33032024-06-06T20:37:33.111Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=a0df80c1c283f3e7 -C extra-filename=-a0df80c1c283f3e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-8ca1036dcb2d1b89.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6c2724e6edd91e08.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eefc6c2c8eb656d2.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-46a36afa47ba6411.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-00eab56eea97850a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7a2565e57ff87f49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8ffa72b1ae449b0c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-838bbf4909faa86a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9cd002f069e9f4d7.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a46ca571bd70deb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-424414fabc4499ec.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5bc39b9252c70a4e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-5e36fa81df9b4e43.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-aa57942cd67d6ad0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1fb77af8fb876970.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3f10d7d011d859de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6a916716bc876a62.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-df1d9c401a5ae196.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a4cd739e6dd8d804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-c0fd3c9f883ff8f5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9c4dd10d005266ca.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dcd12755a2014649.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-150f065b710a6abc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-326bf6bd7828f523.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-bc024d24cb5fc7bd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-69c4414a85fd428d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1a441ead8dfc4e0d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-62f4c623cc2d1f23.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cf1e92b173cfdae7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7072ec40407940ca.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fec17b369b0f8d1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8a4e85fda4001f88.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eb709d51b25398a6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-97b905aa179980dd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/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-9313c2542a0347c7/out`
33042024-06-06T20:37:37.304Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicketd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=54d4afbabb92502d -C extra-filename=-54d4afbabb92502d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6c2724e6edd91e08.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-838bbf4909faa86a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3a4d64827cf56c09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9cd002f069e9f4d7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e278056a0e34d789.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-37e30d08a17b28fb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-7f8500dbe77cd2d8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-424414fabc4499ec.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-08d8c62aa960e09b.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-3ad7b0437eb6155d.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-9ebf47cbac5391ec.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5bc39b9252c70a4e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-5e36fa81df9b4e43.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-82365eedab01cd2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-df1d9c401a5ae196.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ba848bc144e5dc4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7072ec40407940ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6e947024342f4776.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-8a0fab26750c7407.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1b42a1e668958877.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-20c5cc6f982a3e85.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca0d342fa00cbf19.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-c4622b478deef68b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-aebf027405725863.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-d381b85661f36fb6.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-67c119c1b02790c3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
33052024-06-06T20:37:38.765Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=18c81ba9af7f61f9 -C extra-filename=-18c81ba9af7f61f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6c2724e6edd91e08.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-838bbf4909faa86a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3a4d64827cf56c09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9cd002f069e9f4d7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e278056a0e34d789.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-37e30d08a17b28fb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-7f8500dbe77cd2d8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-424414fabc4499ec.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-08d8c62aa960e09b.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-3ad7b0437eb6155d.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-9ebf47cbac5391ec.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5bc39b9252c70a4e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-5e36fa81df9b4e43.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-82365eedab01cd2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-df1d9c401a5ae196.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ba848bc144e5dc4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7072ec40407940ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6e947024342f4776.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-8a0fab26750c7407.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1b42a1e668958877.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-20c5cc6f982a3e85.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca0d342fa00cbf19.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-c4622b478deef68b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-aebf027405725863.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-d381b85661f36fb6.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-67c119c1b02790c3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
33062024-06-06T20:37:40.900Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=7ba582d69e3f98a3 -C extra-filename=-7ba582d69e3f98a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6c2724e6edd91e08.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-838bbf4909faa86a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9cd002f069e9f4d7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e278056a0e34d789.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-7f8500dbe77cd2d8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-424414fabc4499ec.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-9ebf47cbac5391ec.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5bc39b9252c70a4e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-5e36fa81df9b4e43.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-82365eedab01cd2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-df1d9c401a5ae196.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ba848bc144e5dc4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7072ec40407940ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6e947024342f4776.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1b42a1e668958877.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-20c5cc6f982a3e85.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca0d342fa00cbf19.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-aebf027405725863.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-d381b85661f36fb6.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-67c119c1b02790c3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
33072024-06-06T20:37:41.551Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=9bcdafe238bcd9d6 -C extra-filename=-9bcdafe238bcd9d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-8ca1036dcb2d1b89.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6c2724e6edd91e08.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eefc6c2c8eb656d2.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-46a36afa47ba6411.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-00eab56eea97850a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7a2565e57ff87f49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8ffa72b1ae449b0c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-838bbf4909faa86a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9cd002f069e9f4d7.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-2294ae709a1c927e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a46ca571bd70deb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-424414fabc4499ec.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5bc39b9252c70a4e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-5e36fa81df9b4e43.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-aa57942cd67d6ad0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1fb77af8fb876970.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3f10d7d011d859de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6a916716bc876a62.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-df1d9c401a5ae196.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a4cd739e6dd8d804.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-c0fd3c9f883ff8f5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9c4dd10d005266ca.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dcd12755a2014649.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-150f065b710a6abc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-326bf6bd7828f523.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-bc024d24cb5fc7bd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-69c4414a85fd428d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1a441ead8dfc4e0d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-62f4c623cc2d1f23.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cf1e92b173cfdae7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7072ec40407940ca.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fec17b369b0f8d1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8a4e85fda4001f88.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eb709d51b25398a6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-97b905aa179980dd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/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-9313c2542a0347c7/out`
33082024-06-06T20:37:43.844Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33092024-06-06T20:37:43.869Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=b375a3de2e5242c2 -C extra-filename=-b375a3de2e5242c2 --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-24884ce4024aab08.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf176e4de1063fdb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-62f4c623cc2d1f23.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
33102024-06-06T20:37:45.027Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=44b4c1042e19e7ae -C extra-filename=-44b4c1042e19e7ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8ffa72b1ae449b0c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-5e36fa81df9b4e43.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6a916716bc876a62.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-2eba6291d56c12b6.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf176e4de1063fdb.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-b375a3de2e5242c2.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-62f4c623cc2d1f23.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
33112024-06-06T20:37:46.808Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33122024-06-06T20:37:46.836Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=620420dd2a2f5e1a -C extra-filename=-620420dd2a2f5e1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-2eba6291d56c12b6.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf176e4de1063fdb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
33132024-06-06T20:37:48.501Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33142024-06-06T20:37:48.548Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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"' -C metadata=91c5f9fa26349eab -C extra-filename=-91c5f9fa26349eab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-46a36afa47ba6411.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7a2565e57ff87f49.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8ffa72b1ae449b0c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e278056a0e34d789.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-37e30d08a17b28fb.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5e3c6b151c807602.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-424414fabc4499ec.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-5e36fa81df9b4e43.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6a916716bc876a62.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf176e4de1063fdb.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-9ba346c8706bf110.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ba848bc144e5dc4.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a4cd739e6dd8d804.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9c4dd10d005266ca.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-6b13caffb445d914.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-150f065b710a6abc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cbe51ef47ffa2b0d.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-62f4c623cc2d1f23.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
33152024-06-06T20:37:53.992Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=72fb1563a17db353 -C extra-filename=-72fb1563a17db353 --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-ffb435b01cf406b3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf176e4de1063fdb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-314b65ee0de4730c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
33162024-06-06T20:37:54.978Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=9ab44c5987ba757f -C extra-filename=-9ab44c5987ba757f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eefc6c2c8eb656d2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-46a36afa47ba6411.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f0e75680f417757a.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8ffa72b1ae449b0c.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-838bbf4909faa86a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-891d19a8f26b58cb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9cd002f069e9f4d7.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5e3c6b151c807602.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-424414fabc4499ec.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-5e36fa81df9b4e43.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1fb77af8fb876970.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-eef46c2f887e1bff.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3f10d7d011d859de.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6a916716bc876a62.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-2eba6291d56c12b6.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf176e4de1063fdb.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-cbb1b89a5f45a1ca.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ca0aaf465cf5ed33.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-72fb1563a17db353.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-b375a3de2e5242c2.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-44b4c1042e19e7ae.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f0d3c4e4460801d4.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-620420dd2a2f5e1a.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-9ba346c8706bf110.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ba848bc144e5dc4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cff019792d5aa2ff.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9c4dd10d005266ca.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-314b65ee0de4730c.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5474e27801da06be.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dcd12755a2014649.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-150f065b710a6abc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-977ffafa78d3238a.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9bec796bcb182e2c.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-326bf6bd7828f523.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7dcd56b592db0c45.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-09115cfae2534dec.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6be79ad4e86270a5.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-0fe8b954d2cd8929.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cbe51ef47ffa2b0d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-62f4c623cc2d1f23.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c8f6444a1d353b3d.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-133946324ab55d58.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6e947024342f4776.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-20c5cc6f982a3e85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/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=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
33172024-06-06T20:37:56.822Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name commtest --edition=2021 end-to-end-tests/src/bin/commtest.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=750fd9d186038c47 -C extra-filename=-750fd9d186038c47 --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-9cdfe1db1ea1f39e.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f15526b7eec2aae7.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-e9a57d12fd60a377.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-e7f5f507e37b7959.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-156e62651fc45a6b.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-5a0a68ceb469a8a0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a4cd739e6dd8d804.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-3ce57211d9b261d1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-8a0b92b645bad7f6.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-d7cb38e36f7725f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-638e6319dfcb29c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/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-9313c2542a0347c7/out`
33182024-06-06T20:37:59.393Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=34b16faa0c9a8301 -C extra-filename=-34b16faa0c9a8301 --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-9cdfe1db1ea1f39e.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f15526b7eec2aae7.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-e9a57d12fd60a377.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-156e62651fc45a6b.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-5a0a68ceb469a8a0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a4cd739e6dd8d804.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-3ce57211d9b261d1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-8a0b92b645bad7f6.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-d7cb38e36f7725f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-638e6319dfcb29c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/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-9313c2542a0347c7/out`
33192024-06-06T20:38:02.346Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap --edition=2021 end-to-end-tests/src/bin/bootstrap.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=c82576bedd007d59 -C extra-filename=-c82576bedd007d59 --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-9cdfe1db1ea1f39e.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f15526b7eec2aae7.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-e9a57d12fd60a377.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-e7f5f507e37b7959.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-156e62651fc45a6b.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-5a0a68ceb469a8a0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a4cd739e6dd8d804.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-3ce57211d9b261d1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-8a0b92b645bad7f6.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-d7cb38e36f7725f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-638e6319dfcb29c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/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-9313c2542a0347c7/out`
33202024-06-06T20:38:02.513Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name services_ledger_check_migrate --edition=2021 sled-agent/src/bin/services-ledger-check-migrate.rs --error-format=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' -C metadata=2845c9fe5f1d9a0d -C extra-filename=-2845c9fe5f1d9a0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-8ca1036dcb2d1b89.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6c2724e6edd91e08.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eefc6c2c8eb656d2.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-46a36afa47ba6411.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-00eab56eea97850a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7a2565e57ff87f49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8ffa72b1ae449b0c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-838bbf4909faa86a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9cd002f069e9f4d7.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a46ca571bd70deb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-424414fabc4499ec.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5bc39b9252c70a4e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-5e36fa81df9b4e43.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-aa57942cd67d6ad0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1fb77af8fb876970.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3f10d7d011d859de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6a916716bc876a62.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-df1d9c401a5ae196.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a4cd739e6dd8d804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-c0fd3c9f883ff8f5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9c4dd10d005266ca.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dcd12755a2014649.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-150f065b710a6abc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-326bf6bd7828f523.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-bc024d24cb5fc7bd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-69c4414a85fd428d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1a441ead8dfc4e0d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-62f4c623cc2d1f23.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cf1e92b173cfdae7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7072ec40407940ca.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fec17b369b0f8d1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8a4e85fda4001f88.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eb709d51b25398a6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-97b905aa179980dd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/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-9313c2542a0347c7/out`
33212024-06-06T20:38:05.400Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=ca5e2a06b7a3f4cc -C extra-filename=-ca5e2a06b7a3f4cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-8ca1036dcb2d1b89.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6c2724e6edd91e08.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eefc6c2c8eb656d2.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-46a36afa47ba6411.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-00eab56eea97850a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7a2565e57ff87f49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8ffa72b1ae449b0c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-838bbf4909faa86a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9cd002f069e9f4d7.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-2294ae709a1c927e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a46ca571bd70deb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-424414fabc4499ec.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5bc39b9252c70a4e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-5e36fa81df9b4e43.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-aa57942cd67d6ad0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1fb77af8fb876970.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3f10d7d011d859de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6a916716bc876a62.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-df1d9c401a5ae196.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a4cd739e6dd8d804.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-c0fd3c9f883ff8f5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9c4dd10d005266ca.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dcd12755a2014649.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-150f065b710a6abc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-326bf6bd7828f523.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-bc024d24cb5fc7bd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-69c4414a85fd428d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1a441ead8dfc4e0d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-62f4c623cc2d1f23.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cf1e92b173cfdae7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7072ec40407940ca.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fec17b369b0f8d1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8a4e85fda4001f88.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eb709d51b25398a6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-97b905aa179980dd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/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-9313c2542a0347c7/out`
33222024-06-06T20:38:07.226Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=55055aae9701f91d -C extra-filename=-55055aae9701f91d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95fd1bd9c2e6afd0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-70a2fd0a758aa88c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0e8047a55dacc6b8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ba848bc144e5dc4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6fd8ebc828003d8f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-681f3e511a1932d7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6698e029970b3969.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7072ec40407940ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-029f01e2e850e073.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-9a0fee9650b67427.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d4dd4bd950638c62.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-1851202a411ab618.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03d269933db56fd2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca0d342fa00cbf19.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-c4622b478deef68b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-aebf027405725863.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-67c119c1b02790c3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
33232024-06-06T20:38:07.795Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicket/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=82a893d7a5d6ecef -C extra-filename=-82a893d7a5d6ecef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-5d956d53c4a226b6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95fd1bd9c2e6afd0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-70a2fd0a758aa88c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0e8047a55dacc6b8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ba848bc144e5dc4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-ce85f94723c42894.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6fd8ebc828003d8f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-681f3e511a1932d7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6698e029970b3969.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7072ec40407940ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-029f01e2e850e073.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-9a0fee9650b67427.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d4dd4bd950638c62.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-1851202a411ab618.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03d269933db56fd2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca0d342fa00cbf19.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-c4622b478deef68b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-aebf027405725863.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-67c119c1b02790c3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
33242024-06-06T20:38:09.091Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=15984d39fe11fcc3 -C extra-filename=-15984d39fe11fcc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95fd1bd9c2e6afd0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-70a2fd0a758aa88c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c7ddb6c4619d0e26.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-c4622b478deef68b.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
33252024-06-06T20:38:11.068Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=f04db48958b95813 -C extra-filename=-f04db48958b95813 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-5d956d53c4a226b6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95fd1bd9c2e6afd0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-70a2fd0a758aa88c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0e8047a55dacc6b8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ba848bc144e5dc4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-ce85f94723c42894.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6fd8ebc828003d8f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-681f3e511a1932d7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6698e029970b3969.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7072ec40407940ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-029f01e2e850e073.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-9a0fee9650b67427.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d4dd4bd950638c62.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-1851202a411ab618.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03d269933db56fd2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca0d342fa00cbf19.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-c4622b478deef68b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-aebf027405725863.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-67c119c1b02790c3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
33262024-06-06T20:38:11.260Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=b7bb72604e5484b0 -C extra-filename=-b7bb72604e5484b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-5d956d53c4a226b6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-06094d2b7e85625c.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-4adad993e2b62136.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3a4d64827cf56c09.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-5838c260b0ba55c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1b42a1e668958877.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
33272024-06-06T20:38:12.722Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=49a7c597a3373f62 -C extra-filename=-49a7c597a3373f62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-5d956d53c4a226b6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-06094d2b7e85625c.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-4adad993e2b62136.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3a4d64827cf56c09.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-5838c260b0ba55c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-8a0fab26750c7407.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1b42a1e668958877.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
33282024-06-06T20:38:13.242Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=a1339025cc1dcb3f -C extra-filename=-a1339025cc1dcb3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-5d956d53c4a226b6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-06094d2b7e85625c.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-4adad993e2b62136.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3a4d64827cf56c09.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-5838c260b0ba55c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-8a0fab26750c7407.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1b42a1e668958877.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
33292024-06-06T20:38:14.398Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=c8de3cefffb14a2c -C extra-filename=-c8de3cefffb14a2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-5d956d53c4a226b6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-06094d2b7e85625c.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-4adad993e2b62136.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3a4d64827cf56c09.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-5838c260b0ba55c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-8a0fab26750c7407.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1b42a1e668958877.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
33302024-06-06T20:38:17.909Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=7476f93da678e5e0 -C extra-filename=-7476f93da678e5e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-8ca1036dcb2d1b89.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6c2724e6edd91e08.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eefc6c2c8eb656d2.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-46a36afa47ba6411.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-00eab56eea97850a.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7a2565e57ff87f49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8ffa72b1ae449b0c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-838bbf4909faa86a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-617024dcb90a8ae7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9cd002f069e9f4d7.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-2294ae709a1c927e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a46ca571bd70deb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-424414fabc4499ec.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5bc39b9252c70a4e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-5e36fa81df9b4e43.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-aa57942cd67d6ad0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1fb77af8fb876970.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3f10d7d011d859de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6a916716bc876a62.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-df1d9c401a5ae196.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-c0fd3c9f883ff8f5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9c4dd10d005266ca.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dcd12755a2014649.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-150f065b710a6abc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-326bf6bd7828f523.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-bc024d24cb5fc7bd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-69c4414a85fd428d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1a441ead8dfc4e0d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-62f4c623cc2d1f23.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cf1e92b173cfdae7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7072ec40407940ca.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fec17b369b0f8d1c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8a4e85fda4001f88.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eb709d51b25398a6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-97b905aa179980dd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/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-9313c2542a0347c7/out`
33312024-06-06T20:38:21.828Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 installinator-artifactd/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 -C metadata=2d95b6a3026a8eb1 -C extra-filename=-2d95b6a3026a8eb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-9ebf47cbac5391ec.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5bc39b9252c70a4e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
33322024-06-06T20:38:23.629Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/bin/installinator-artifactd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=7a95fd1dd2dfc932 -C extra-filename=-7a95fd1dd2dfc932 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-9ebf47cbac5391ec.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5bc39b9252c70a4e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
33332024-06-06T20:38:25.506Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/bin/installinator-artifactd.rs --error-format=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' -C metadata=6b56d32272168ca5 -C extra-filename=-6b56d32272168ca5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-9ebf47cbac5391ec.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5bc39b9252c70a4e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
33342024-06-06T20:38:26.389Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=5e393432e3e4c1bb -C extra-filename=-5e393432e3e4c1bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-5d956d53c4a226b6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95fd1bd9c2e6afd0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-70a2fd0a758aa88c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0e8047a55dacc6b8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ba848bc144e5dc4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-ce85f94723c42894.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6fd8ebc828003d8f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-681f3e511a1932d7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6698e029970b3969.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7072ec40407940ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-029f01e2e850e073.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-9a0fee9650b67427.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d4dd4bd950638c62.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-1851202a411ab618.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03d269933db56fd2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca0d342fa00cbf19.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-aebf027405725863.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-67c119c1b02790c3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
33352024-06-06T20:38:26.510Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2021 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=7acca7928a39ae05 -C extra-filename=-7acca7928a39ae05 --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-2eba6291d56c12b6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
33362024-06-06T20:38:27.252Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2021 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=e20c950d526a9455 -C extra-filename=-e20c950d526a9455 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-fd3709cf28c5b1ef.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-7b8eafab6692b7b4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5e3c6b151c807602.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-ba33c99523a0690b.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-848c931c5030db56.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-2eba6291d56c12b6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cff019792d5aa2ff.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-0349c826d3a27220.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-0fe8b954d2cd8929.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cbe51ef47ffa2b0d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
33372024-06-06T20:38:28.918Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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"' -C metadata=f559e7f9c8f6bcb8 -C extra-filename=-f559e7f9c8f6bcb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0ec9663701154891.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-053ab04ce97f4cf5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-d0b5d2f61617be67.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-53d9954913da7e88.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1146aeae4614d126.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-726946b42eceecce.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9cd002f069e9f4d7.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ecc42aaaddac3137.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-424414fabc4499ec.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-5e36fa81df9b4e43.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-eef46c2f887e1bff.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6a916716bc876a62.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-848c931c5030db56.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-2eba6291d56c12b6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ca0aaf465cf5ed33.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f0d3c4e4460801d4.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-91c5f9fa26349eab.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ba848bc144e5dc4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a4cd739e6dd8d804.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-0349c826d3a27220.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9c4dd10d005266ca.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b61fc3fa1ef52932.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-30c26ed74ac6be72.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-5838c260b0ba55c5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7dcd56b592db0c45.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-09115cfae2534dec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-62f4c623cc2d1f23.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-e75d4bcb766f97d9.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c8f6444a1d353b3d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-10687806c0c4c1d6.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-f75757e0b8ad0343.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
33382024-06-06T20:38:34.458Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=968fb793ea81e717 -C extra-filename=-968fb793ea81e717 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0ec9663701154891.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eefc6c2c8eb656d2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-cffc5d8ec562e86b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-46a36afa47ba6411.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f0e75680f417757a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1146aeae4614d126.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7a2565e57ff87f49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8ffa72b1ae449b0c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-838bbf4909faa86a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-891d19a8f26b58cb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9cd002f069e9f4d7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e278056a0e34d789.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-37e30d08a17b28fb.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5e3c6b151c807602.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-4cc44253a6334d9a.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-7f8500dbe77cd2d8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ecc42aaaddac3137.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-424414fabc4499ec.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-5e36fa81df9b4e43.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1fb77af8fb876970.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-eef46c2f887e1bff.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3f10d7d011d859de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6a916716bc876a62.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-2eba6291d56c12b6.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf176e4de1063fdb.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-cbb1b89a5f45a1ca.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ca0aaf465cf5ed33.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-72fb1563a17db353.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-b375a3de2e5242c2.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-44b4c1042e19e7ae.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f0d3c4e4460801d4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-620420dd2a2f5e1a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-9ba346c8706bf110.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-91c5f9fa26349eab.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9e713e327910fad1.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ba848bc144e5dc4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a4cd739e6dd8d804.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cff019792d5aa2ff.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-3ce57211d9b261d1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9c4dd10d005266ca.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-314b65ee0de4730c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-6b13caffb445d914.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5474e27801da06be.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dcd12755a2014649.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-150f065b710a6abc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-977ffafa78d3238a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b61fc3fa1ef52932.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-30c26ed74ac6be72.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9bec796bcb182e2c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-326bf6bd7828f523.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7dcd56b592db0c45.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-09115cfae2534dec.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6be79ad4e86270a5.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-0fe8b954d2cd8929.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cbe51ef47ffa2b0d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-374b3a9c041d946e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-62f4c623cc2d1f23.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-998d139fb062dd26.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c8f6444a1d353b3d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-f75757e0b8ad0343.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-133946324ab55d58.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6e947024342f4776.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-8a0fab26750c7407.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1b42a1e668958877.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-20c5cc6f982a3e85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
33392024-06-06T20:38:35.721Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=52eaf5089fac9864 -C extra-filename=-52eaf5089fac9864 --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-24884ce4024aab08.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf176e4de1063fdb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-62f4c623cc2d1f23.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
33402024-06-06T20:38:36.514Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=a1c410b963a3ed00 -C extra-filename=-a1c410b963a3ed00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-2eba6291d56c12b6.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf176e4de1063fdb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
33412024-06-06T20:38:37.874Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=4f68f2edb3db6cab -C extra-filename=-4f68f2edb3db6cab --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-0ec9663701154891.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1146aeae4614d126.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-4cc44253a6334d9a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-2eba6291d56c12b6.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf176e4de1063fdb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-91c5f9fa26349eab.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-314b65ee0de4730c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
33422024-06-06T20:38:38.542Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=407d6fa3a10b6638 -C extra-filename=-407d6fa3a10b6638 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0ec9663701154891.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-70a2fd0a758aa88c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-46a36afa47ba6411.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-ab1b021ba8a061c8.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1146aeae4614d126.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-acaadff11df4bfa2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9cd002f069e9f4d7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e278056a0e34d789.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-37e30d08a17b28fb.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0e8047a55dacc6b8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-5e36fa81df9b4e43.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-78d21dcc618c8152.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3f10d7d011d859de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6a916716bc876a62.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-2eba6291d56c12b6.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf176e4de1063fdb.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-620420dd2a2f5e1a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-314b65ee0de4730c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6fd8ebc828003d8f.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c7ddb6c4619d0e26.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-62f4c623cc2d1f23.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-e2bf497102f66a9f.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-9a0fee9650b67427.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03d269933db56fd2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
33432024-06-06T20:38:42.166Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2021 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=485a0d19a4b0373d -C extra-filename=-485a0d19a4b0373d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-ab1b021ba8a061c8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-424414fabc4499ec.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-91c5f9fa26349eab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae9db4e827001c1.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
33442024-06-06T20:38:46.285Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin --edition=2021 cockroach-admin/src/bin/cockroach-admin.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=ce5759727b1f665b -C extra-filename=-ce5759727b1f665b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-ab1b021ba8a061c8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-424414fabc4499ec.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-91c5f9fa26349eab.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-9f7b38ba3c0df92e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae9db4e827001c1.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
33452024-06-06T20:38:48.065Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=4c3484cd0855914d -C extra-filename=-4c3484cd0855914d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8ffa72b1ae449b0c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-44b4c1042e19e7ae.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f0d3c4e4460801d4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c7ddb6c4619d0e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-10687806c0c4c1d6.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-e2bf497102f66a9f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
33462024-06-06T20:39:12.409Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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"' -C metadata=34a4af98e5cf9bc0 -C extra-filename=-34a4af98e5cf9bc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-46a36afa47ba6411.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7a2565e57ff87f49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8ffa72b1ae449b0c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e278056a0e34d789.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-37e30d08a17b28fb.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5e3c6b151c807602.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-424414fabc4499ec.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-5e36fa81df9b4e43.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6a916716bc876a62.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf176e4de1063fdb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-9ba346c8706bf110.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ba848bc144e5dc4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a4cd739e6dd8d804.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9c4dd10d005266ca.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-6b13caffb445d914.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-150f065b710a6abc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cbe51ef47ffa2b0d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-62f4c623cc2d1f23.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
33472024-06-06T20:39:13.866Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
33482024-06-06T20:39:13.891Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_releng --edition=2021 dev-tools/releng/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=b88253ebd8931250 -C extra-filename=-b88253ebd8931250 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-2030e0308595f12b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3a4d64827cf56c09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-d4af579a12e6329d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6698e029970b3969.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1b42a1e668958877.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
33492024-06-06T20:39:16.439Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2021 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=5015bf666d1bc5a8 -C extra-filename=-5015bf666d1bc5a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-5e36fa81df9b4e43.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3f10d7d011d859de.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9c4dd10d005266ca.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-314b65ee0de4730c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-6b13caffb445d914.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5474e27801da06be.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
33502024-06-06T20:39:16.812Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=b3852bfe7196175a -C extra-filename=-b3852bfe7196175a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-5e36fa81df9b4e43.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3f10d7d011d859de.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9c4dd10d005266ca.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-314b65ee0de4730c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-6b13caffb445d914.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5474e27801da06be.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
33512024-06-06T20:39:18.595Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=25de1e43804799d7 -C extra-filename=-25de1e43804799d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-5e36fa81df9b4e43.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3f10d7d011d859de.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9c4dd10d005266ca.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-314b65ee0de4730c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-6b13caffb445d914.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5474e27801da06be.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
33522024-06-06T20:39:20.429Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=9838c9d4a26f0e82 -C extra-filename=-9838c9d4a26f0e82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-5e36fa81df9b4e43.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3f10d7d011d859de.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9c4dd10d005266ca.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-314b65ee0de4730c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-6b13caffb445d914.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5474e27801da06be.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
33532024-06-06T20:39:30.163Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=1142f729158c88f6 -C extra-filename=-1142f729158c88f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-5e36fa81df9b4e43.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3f10d7d011d859de.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9c4dd10d005266ca.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-314b65ee0de4730c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-6b13caffb445d914.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5474e27801da06be.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
33542024-06-06T20:39:30.385Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=217b31c4cc0f0d0a -C extra-filename=-217b31c4cc0f0d0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-7f8500dbe77cd2d8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6e947024342f4776.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-8a0fab26750c7407.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1b42a1e668958877.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
33552024-06-06T20:39:30.908Z Running `/home/build/.rustup/toolchains/1.78.0-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' -C metadata=9ac5cca81c1446c2 -C extra-filename=-9ac5cca81c1446c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-06094d2b7e85625c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-8a0fab26750c7407.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1b42a1e668958877.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
33562024-06-06T20:39:43.692Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=3cefceca54028c60 -C extra-filename=-3cefceca54028c60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eefc6c2c8eb656d2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-16be061ce4b51a38.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0e8047a55dacc6b8.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-fa8e6a817a5a96af.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-43dbd843f8ec402a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-30c26ed74ac6be72.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-029f01e2e850e073.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-10687806c0c4c1d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03d269933db56fd2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
33572024-06-06T20:39:49.884Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=66d638cb9021d6a0 -C extra-filename=-66d638cb9021d6a0 --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-ffb435b01cf406b3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5bc39b9252c70a4e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-17db47bd8662f004.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7072ec40407940ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca0d342fa00cbf19.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-aebf027405725863.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
33582024-06-06T20:39:50.855Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=b395051749d037dc -C extra-filename=-b395051749d037dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-5e36fa81df9b4e43.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3f10d7d011d859de.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9c4dd10d005266ca.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-314b65ee0de4730c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5474e27801da06be.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
33592024-06-06T20:39:56.263Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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="oxql"' --cfg 'feature="sql"' -C metadata=4dd03fbb88c54929 -C extra-filename=-4dd03fbb88c54929 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-647a770ab00d8d13.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-30f549e0875ff5eb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-70a2fd0a758aa88c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-24c8ccd833f0876a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9911d058f70bbb5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9c4dd10d005266ca.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5474e27801da06be.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-dd43f2d5cb007aa5.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c7ddb6c4619d0e26.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b52fb48a2e962234.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-c71ca3546e5586a5.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-1fc3c1677c491e87.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-e2bf497102f66a9f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
33602024-06-06T20:39:58.382Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=e6037564e6b7f546 -C extra-filename=-e6037564e6b7f546 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9cd002f069e9f4d7.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-5e36fa81df9b4e43.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a311a60ce806e489.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6a916716bc876a62.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ca0aaf465cf5ed33.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-ce85f94723c42894.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-62f4c623cc2d1f23.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f2b1cdffc9101e49.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-69a8405685430d37.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
33612024-06-06T20:40:03.267Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=c02159f1781fb01f -C extra-filename=-c02159f1781fb01f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-424414fabc4499ec.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0e8047a55dacc6b8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-d4af579a12e6329d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-30c26ed74ac6be72.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-9cc7f706c24f99fe.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cf1e92b173cfdae7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-02034f1f8eda1b97.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8a4e85fda4001f88.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-10687806c0c4c1d6.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
33622024-06-06T20:40:08.906Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=0225464acc96cc44 -C extra-filename=-0225464acc96cc44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e278056a0e34d789.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-4c1a15903cd67418.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-37e30d08a17b28fb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-424414fabc4499ec.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-845f3f0df04db177.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-ea8c1dcd1d36efaa.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-254efb6fd81b5eca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-998d139fb062dd26.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c3793144883fdd47.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
33632024-06-06T20:40:10.285Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=65b91be153667d08 -C extra-filename=-65b91be153667d08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e278056a0e34d789.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-4c1a15903cd67418.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-37e30d08a17b28fb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-424414fabc4499ec.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-845f3f0df04db177.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-88bc25a4f27858b8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-ea8c1dcd1d36efaa.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-254efb6fd81b5eca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-998d139fb062dd26.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c3793144883fdd47.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
33642024-06-06T20:40:13.947Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=b81ce33fc3ef6022 -C extra-filename=-b81ce33fc3ef6022 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e278056a0e34d789.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-4c1a15903cd67418.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-37e30d08a17b28fb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-424414fabc4499ec.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-845f3f0df04db177.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-88bc25a4f27858b8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-ea8c1dcd1d36efaa.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-254efb6fd81b5eca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-998d139fb062dd26.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c3793144883fdd47.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
33652024-06-06T20:40:16.058Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=965ae771c9a937ce -C extra-filename=-965ae771c9a937ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e278056a0e34d789.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-4c1a15903cd67418.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-424414fabc4499ec.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-845f3f0df04db177.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-88bc25a4f27858b8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-ea8c1dcd1d36efaa.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-254efb6fd81b5eca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c3793144883fdd47.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
33662024-06-06T20:40:17.475Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=8148ea5690cf8846 -C extra-filename=-8148ea5690cf8846 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e278056a0e34d789.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-88bc25a4f27858b8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-998d139fb062dd26.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-3d2e616800d0994d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/`
33672024-06-06T20:40:18.892Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=562fc948fd01b4b6 -C extra-filename=-562fc948fd01b4b6 --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-5c59870acc66e82f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e278056a0e34d789.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-88bc25a4f27858b8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-998d139fb062dd26.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
33682024-06-06T20:40:19.276Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=6d79d2744e15b6f1 -C extra-filename=-6d79d2744e15b6f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e278056a0e34d789.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-88bc25a4f27858b8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-3d2e616800d0994d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/`
33692024-06-06T20:40:20.961Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=aca5ffbce86ca431 -C extra-filename=-aca5ffbce86ca431 --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-24a07ba228a1a806.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-715685859e2d8232.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-427baba788a3f0d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
33702024-06-06T20:40:21.458Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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="oxql"' --cfg 'feature="sql"' -C metadata=a09fe486a6e7c6bb -C extra-filename=-a09fe486a6e7c6bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-647a770ab00d8d13.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-30f549e0875ff5eb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-70a2fd0a758aa88c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-24c8ccd833f0876a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-9911d058f70bbb5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9c4dd10d005266ca.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-dd43f2d5cb007aa5.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c7ddb6c4619d0e26.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b52fb48a2e962234.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-c71ca3546e5586a5.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-1fc3c1677c491e87.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-e2bf497102f66a9f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
33712024-06-06T20:40:21.922Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2021 bootstore/tests/v0-fsm-proptest-learner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 -C metadata=1d864216a6191471 -C extra-filename=-1d864216a6191471 --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-83e122273fb94066.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-8ca1036dcb2d1b89.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-400ff4240984f72b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95fd1bd9c2e6afd0.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-00eab56eea97850a.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-d6f81de67164b7f9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-ce85f94723c42894.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-4f840c46559cb2ee.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1a441ead8dfc4e0d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7072ec40407940ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-fd7046c9343efd28.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
33722024-06-06T20:40:22.524Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2021 bootstore/tests/v0-fsm-proptest-rack-coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 -C metadata=6f93e21db0f183da -C extra-filename=-6f93e21db0f183da --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-83e122273fb94066.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-8ca1036dcb2d1b89.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-400ff4240984f72b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95fd1bd9c2e6afd0.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-00eab56eea97850a.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-d6f81de67164b7f9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-ce85f94723c42894.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-4f840c46559cb2ee.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1a441ead8dfc4e0d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7072ec40407940ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-fd7046c9343efd28.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
33732024-06-06T20:40:31.767Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 -C metadata=6aefed1ce6999ced -C extra-filename=-6aefed1ce6999ced --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-83e122273fb94066.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-400ff4240984f72b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95fd1bd9c2e6afd0.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-00eab56eea97850a.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-d6f81de67164b7f9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-ce85f94723c42894.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-4f840c46559cb2ee.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1a441ead8dfc4e0d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7072ec40407940ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-fd7046c9343efd28.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
33742024-06-06T20:40:42.062Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=8c1ce633e7d21493 -C extra-filename=-8c1ce633e7d21493 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7a2565e57ff87f49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8ffa72b1ae449b0c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
33752024-06-06T20:40:43.296Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_test --edition=2021 dns-server/tests/openapi_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 -C metadata=75c1b6b9181650e3 -C extra-filename=-75c1b6b9181650e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7a2565e57ff87f49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8ffa72b1ae449b0c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-28cab2eecb5d24fb.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-17bec7af9286f326.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a14bcaea3cd725f7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
33762024-06-06T20:40:44.263Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=8672ba2fb255ae60 -C extra-filename=-8672ba2fb255ae60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8ffa72b1ae449b0c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-28cab2eecb5d24fb.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-17bec7af9286f326.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a14bcaea3cd725f7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
33772024-06-06T20:40:55.509Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name apigen --edition=2021 dns-server/src/bin/apigen.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=31b4a8a856c75d49 -C extra-filename=-31b4a8a856c75d49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7a2565e57ff87f49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8ffa72b1ae449b0c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-28cab2eecb5d24fb.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-17bec7af9286f326.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a14bcaea3cd725f7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
33782024-06-06T20:40:56.803Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2021 dns-server/tests/commands_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=f83d3170dc908248 -C extra-filename=-f83d3170dc908248 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7a2565e57ff87f49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8ffa72b1ae449b0c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-28cab2eecb5d24fb.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-17bec7af9286f326.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a14bcaea3cd725f7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
33792024-06-06T20:40:57.011Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=02ee72aa78bc3aeb -C extra-filename=-02ee72aa78bc3aeb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7a2565e57ff87f49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8ffa72b1ae449b0c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-28cab2eecb5d24fb.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-17bec7af9286f326.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a14bcaea3cd725f7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
33802024-06-06T20:40:58.132Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2021 dns-server/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=ef445c699fc5a97b -C extra-filename=-ef445c699fc5a97b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7a2565e57ff87f49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8ffa72b1ae449b0c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-28cab2eecb5d24fb.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-17bec7af9286f326.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a14bcaea3cd725f7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
33812024-06-06T20:41:01.288Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=7d505d096a13948b -C extra-filename=-7d505d096a13948b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-5bc39b9252c70a4e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
33822024-06-06T20:41:03.137Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=91f8b01e247d5900 -C extra-filename=-91f8b01e247d5900 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7a2565e57ff87f49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8ffa72b1ae449b0c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-28cab2eecb5d24fb.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-17bec7af9286f326.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a14bcaea3cd725f7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
33832024-06-06T20:41:03.663Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=dffb33911ce4f6f3 -C extra-filename=-dffb33911ce4f6f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7a2565e57ff87f49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8ffa72b1ae449b0c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-28cab2eecb5d24fb.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-17bec7af9286f326.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a14bcaea3cd725f7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
33842024-06-06T20:41:05.373Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=195f97d5f5879004 -C extra-filename=-195f97d5f5879004 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3a4d64827cf56c09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-7f8500dbe77cd2d8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-ab981ef8e9581646.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-ef94b071d94223ba.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6e947024342f4776.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-5ae9db4e827001c1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a1dee7d7307cdaea.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
33852024-06-06T20:41:07.517Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=f535d714a3ee54a5 -C extra-filename=-f535d714a3ee54a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-53d9954913da7e88.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-16be061ce4b51a38.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1146aeae4614d126.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-ba33c99523a0690b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6a916716bc876a62.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-cbb1b89a5f45a1ca.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-82365eedab01cd2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ba848bc144e5dc4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-977ffafa78d3238a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7dcd56b592db0c45.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-62f4c623cc2d1f23.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c8f6444a1d353b3d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
33862024-06-06T20:41:13.026Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=0c2c1399b77bf5b2 -C extra-filename=-0c2c1399b77bf5b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-5e36fa81df9b4e43.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3f10d7d011d859de.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9c4dd10d005266ca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
33872024-06-06T20:41:15.491Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=a50822ffef81cbfd -C extra-filename=-a50822ffef81cbfd --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-8e62f12868c0d965.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-98930e4cc72f023e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-8c149a71f1829d26.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-98f4e172600b3940.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-43be38bd7aabbd14.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro -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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
33882024-06-06T20:41:17.273Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=8dc00e52e68b948e -C extra-filename=-8dc00e52e68b948e --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-8e62f12868c0d965.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-98930e4cc72f023e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-8c149a71f1829d26.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-98f4e172600b3940.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-43be38bd7aabbd14.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro -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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
33892024-06-06T20:41:20.625Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=e7f7f445bdb1ce4b -C extra-filename=-e7f7f445bdb1ce4b --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-8b47b0ad828ebbf1.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6a916716bc876a62.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
33902024-06-06T20:41:22.288Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=ef357c065354b81b -C extra-filename=-ef357c065354b81b --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-ffb435b01cf406b3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ba848bc144e5dc4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-17db47bd8662f004.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
33912024-06-06T20:41:23.067Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=974878297efdb0ac -C extra-filename=-974878297efdb0ac --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-ffb435b01cf406b3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9bec796bcb182e2c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-17db47bd8662f004.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
33922024-06-06T20:41:30.435Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=424c7900337e90a7 -C extra-filename=-424c7900337e90a7 --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-6cd145163fd70236.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-95fd1bd9c2e6afd0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-ce85f94723c42894.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f2b1cdffc9101e49.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -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 native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
33932024-06-06T20:41:30.732Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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"' -C metadata=d20051eb4e872c93 -C extra-filename=-d20051eb4e872c93 --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-6cd145163fd70236.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-6a1d8a5593b99648.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9c4dd10d005266ca.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
33942024-06-06T20:41:34.886Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=46effd7571a7f42b -C extra-filename=-46effd7571a7f42b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4fe18731d1c70ac9.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-3d5ab6afc9126bd6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-424414fabc4499ec.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-5e6219bd35f2d32d.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-0a75b63f50c8f557.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7072ec40407940ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eb709d51b25398a6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/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-9313c2542a0347c7/out`
33952024-06-06T20:41:38.436Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=1903b86d7e770088 -C extra-filename=-1903b86d7e770088 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-424414fabc4499ec.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-ce85f94723c42894.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f2b1cdffc9101e49.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca0d342fa00cbf19.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
33962024-06-06T20:41:43.552Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=913eb337d6845fc9 -C extra-filename=-913eb337d6845fc9 --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-b12c99a1d5ce9296.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-17db47bd8662f004.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7072ec40407940ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
33972024-06-06T20:41:45.990Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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"' -C metadata=197568d45fd3c14a -C extra-filename=-197568d45fd3c14a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a9c078c17606aae6.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-00eab56eea97850a.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-009c09a73c940a7e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-424414fabc4499ec.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-aa57942cd67d6ad0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-cf1e92b173cfdae7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/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-9313c2542a0347c7/out`
33982024-06-06T20:41:47.232Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=d31e5461e943ba20 -C extra-filename=-d31e5461e943ba20 --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-8d39b621c21b8f32.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9bec796bcb182e2c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7072ec40407940ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
33992024-06-06T20:41:47.778Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifact_client --edition=2021 clients/installinator-artifact-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 -C metadata=90cb45fdeacc434c -C extra-filename=-90cb45fdeacc434c --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-5bc39b9252c70a4e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-17db47bd8662f004.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca0d342fa00cbf19.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34002024-06-06T20:41:49.264Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=70834f5b89d21d26 -C extra-filename=-70834f5b89d21d26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9cd002f069e9f4d7.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-9404687583d38e0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c45fdf9b4e3eeb94.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7072ec40407940ca.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-ca0d342fa00cbf19.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
34012024-06-06T20:41:49.288Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=4d334ffadeac3a1b -C extra-filename=-4d334ffadeac3a1b --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-424414fabc4499ec.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34022024-06-06T20:41:51.716Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=73b9b6f1f883c54f -C extra-filename=-73b9b6f1f883c54f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7a2565e57ff87f49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8ffa72b1ae449b0c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-28cab2eecb5d24fb.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-17bec7af9286f326.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a14bcaea3cd725f7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
34032024-06-06T20:41:56.104Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=216f701ac0ff5aa9 -C extra-filename=-216f701ac0ff5aa9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7a2565e57ff87f49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8ffa72b1ae449b0c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-28cab2eecb5d24fb.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-17bec7af9286f326.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a14bcaea3cd725f7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
34042024-06-06T20:41:57.463Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name apigen --edition=2021 dns-server/src/bin/apigen.rs --error-format=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' -C metadata=a757c738109ee98c -C extra-filename=-a757c738109ee98c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7a2565e57ff87f49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8ffa72b1ae449b0c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-28cab2eecb5d24fb.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-17bec7af9286f326.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a14bcaea3cd725f7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
34052024-06-06T20:41:58.756Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=2be5751390a21abb -C extra-filename=-2be5751390a21abb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7a2565e57ff87f49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8ffa72b1ae449b0c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4c07280b1303a8bc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-da7637f35d7ddf76.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0eea9df8532afa3c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-28cab2eecb5d24fb.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-17bec7af9286f326.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-a14bcaea3cd725f7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
34062024-06-06T20:42:03.546Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=b8fd0530d7189d4c -C extra-filename=-b8fd0530d7189d4c --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-8b47b0ad828ebbf1.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-d6f81de67164b7f9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-4f840c46559cb2ee.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1a441ead8dfc4e0d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34072024-06-06T20:42:03.880Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=bf67aad3a3251645 -C extra-filename=-bf67aad3a3251645 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-b61781c85e025a44.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-16be061ce4b51a38.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-00eab56eea97850a.so --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8ffa72b1ae449b0c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9cd002f069e9f4d7.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-24a07ba228a1a806.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ba848bc144e5dc4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cff019792d5aa2ff.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-977ffafa78d3238a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-ce85f94723c42894.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-62f4c623cc2d1f23.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c8f6444a1d353b3d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f2b1cdffc9101e49.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
34082024-06-06T20:42:06.950Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
34092024-06-06T20:42:06.978Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2021 internal-dns-cli/src/bin/dnswait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=0505dda8c4de72a0 -C extra-filename=-0505dda8c4de72a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-5e36fa81df9b4e43.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
34102024-06-06T20:42:07.329Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner_cli --edition=2021 test-utils/src/bin/falcon_runner_cli.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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"' -C metadata=7e4d53917c89632c -C extra-filename=-7e4d53917c89632c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-c2d4ca1f53562fa7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-fe9199de518d5372.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4fe18731d1c70ac9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5e3c6b151c807602.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-0ce9c850e724215d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6a916716bc876a62.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b61fc3fa1ef52932.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-09115cfae2534dec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-133946324ab55d58.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34112024-06-06T20:42:08.228Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner --edition=2021 test-utils/src/bin/falcon_runner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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"' -C metadata=74d0947d8756f58f -C extra-filename=-74d0947d8756f58f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-c2d4ca1f53562fa7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-fe9199de518d5372.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4fe18731d1c70ac9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5e3c6b151c807602.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-0ce9c850e724215d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6a916716bc876a62.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b61fc3fa1ef52932.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-09115cfae2534dec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-133946324ab55d58.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34122024-06-06T20:42:08.543Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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"' -C metadata=d4bb9c8226e834fc -C extra-filename=-d4bb9c8226e834fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-c2d4ca1f53562fa7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-fe9199de518d5372.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4fe18731d1c70ac9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5e3c6b151c807602.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-0ce9c850e724215d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6a916716bc876a62.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b61fc3fa1ef52932.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-09115cfae2534dec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c55d4ffcf1b23fee.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-133946324ab55d58.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-46f81c5457cebf70.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34132024-06-06T20:42:08.653Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=3ddd17a6a322b4a8 -C extra-filename=-3ddd17a6a322b4a8 --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-8bcc55f5e1ff0008.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-54d620cccad1afc5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cff019792d5aa2ff.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a5fa10a87a4478be.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34142024-06-06T20:42:10.200Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
34152024-06-06T20:42:10.224Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2021 dev-tools/crdb-seed/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=16c7201aa78f707a -C extra-filename=-16c7201aa78f707a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34162024-06-06T20:42:11.001Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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"' -C metadata=1eb3b2d4f512488e -C extra-filename=-1eb3b2d4f512488e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-2fc9be4bc7887e8e.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6cd145163fd70236.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-6d3d2f0ae9ef1e19.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-ab14b31bd69f1bc8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-c0fd3c9f883ff8f5.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-b90248766d2a46dd.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-b3818cfba0e20e15.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-17db47bd8662f004.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8a4e85fda4001f88.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-5002e28a22761be6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-97b905aa179980dd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34172024-06-06T20:42:11.808Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=a91d301d82a12c1f -C extra-filename=-a91d301d82a12c1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-133946324ab55d58.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34182024-06-06T20:42:15.855Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=02d2a088b41a76bd -C extra-filename=-02d2a088b41a76bd --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-ffb435b01cf406b3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34192024-06-06T20:42:17.950Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=47997396959a68f7 -C extra-filename=-47997396959a68f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-17db47bd8662f004.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34202024-06-06T20:42:22.039Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=72f51808054e9304 -C extra-filename=-72f51808054e9304 --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-62e80274e97641d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34212024-06-06T20:42:24.312Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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"' -C metadata=5aac8c95e955bfb1 -C extra-filename=-5aac8c95e955bfb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-b61781c85e025a44.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-383f901f27801735.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1fb77af8fb876970.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-977ffafa78d3238a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9bec796bcb182e2c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-ce85f94723c42894.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-17db47bd8662f004.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-69c4414a85fd428d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cbe51ef47ffa2b0d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f2b1cdffc9101e49.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34222024-06-06T20:42:25.629Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=21e435bcf6239263 -C extra-filename=-21e435bcf6239263 --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-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e278056a0e34d789.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
34232024-06-06T20:42:26.031Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=e23ed280c3104218 -C extra-filename=-e23ed280c3104218 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-17db47bd8662f004.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
34242024-06-06T20:42:29.272Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=6c9c304496b39a1f -C extra-filename=-6c9c304496b39a1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-60451ba76cf06c5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
34252024-06-06T20:42:29.647Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/bin/oxlog.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=60aba9d0239b0f93 -C extra-filename=-60aba9d0239b0f93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-b3818cfba0e20e15.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-a6e2710882dbcdf1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
34262024-06-06T20:42:30.218Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=743d5eae4f049007 -C extra-filename=-743d5eae4f049007 --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-bc17f96731b424fe.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro -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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
34272024-06-06T20:42:30.586Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=c3145b451f09ae3b -C extra-filename=-c3145b451f09ae3b --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-bc17f96731b424fe.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
34282024-06-06T20:42:31.026Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=2209e3fe1565734d -C extra-filename=-2209e3fe1565734d --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-bc17f96731b424fe.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro -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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
34292024-06-06T20:42:31.743Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=0c463405fe656925 -C extra-filename=-0c463405fe656925 --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-bc17f96731b424fe.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
34302024-06-06T20:42:32.440Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=c0518d38b2edc7e6 -C extra-filename=-c0518d38b2edc7e6 --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-bc17f96731b424fe.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-638d0eecd01221b9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern proc_macro -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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
34312024-06-06T20:42:33.141Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=eaac31d68a9505a5 -C extra-filename=-eaac31d68a9505a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-a6e2710882dbcdf1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
34322024-06-06T20:42:33.537Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=b3929c6384f5fd3a -C extra-filename=-b3929c6384f5fd3a --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-6163d56a4d54cf7e.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-1fd9564269861caa.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-fd6a4ef1678aa560.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-fed351dfccf21ec0.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-7ab01f8821dfd213.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-69ae6b86f325c5cb.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3aa8a2c4fb2b2dd9.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-2d37155bb5cf3f0a.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4079b563d11206ed.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-46383a6241addb39.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-ea725b54fa142c98.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-06094d2b7e85625c.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-e1a935d3d543cf79.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-370ba663e455d276.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a68a0ba69dfbf991.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-70a2fd0a758aa88c.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-469342026b890081.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f60248ae21ce4171.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1146aeae4614d126.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-eaca827472c55861.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-818d7209e93ed925.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c6ebce9b8f2b7960.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-51770b30c6d2f0cd.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9e49121eb754b2c4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-fb668c5b60c76fe7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-3a4d64827cf56c09.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-afd81f7a37d03f0e.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-4a234987197be9fa.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cfa3035534aaa817.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4cb8e409c90cd6c4.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-6b7b230ac7fdda05.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-708cbd8ae01528fb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e278056a0e34d789.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-c30fc5b0644f3206.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-84b0b01dae64acc1.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-b5b89f4419a02478.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-4826ff5533775fa1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-cd18b5466500dc52.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-5414d2346777725c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-90cc6d0cca9cde1d.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6ca0e1158c143a14.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-df9d2374a4417971.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a206aa3e5ae8d451.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-ea0c299f5a09e9f8.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d9b2ede3219a3f1f.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9f0966d2e489a4ef.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-e8c302dc3ba54578.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-fcc97ed3a0776e3a.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-77e9c3006f007dd4.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-da8aea025e0dde22.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-8f9b7af0cb4f1e2a.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-39678f3abe8ee19d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-30c26ed74ac6be72.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-0d598709936f3160.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-5838c260b0ba55c5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-affedceec9f1d802.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-b328ca2e85c26ba1.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-e5e7129e53ac8b8b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-7c528e277d2672f3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-96e907db81b39683.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-c7d7a53cc449c24d.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-153ded7b943adc66.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b79becaab4538f2c.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-a84cf16555a1e5a6.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-59c2e2f244dbdceb.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d6b6d230a68694b6.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08c0f7f27d6aba4.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3a595e0835c9418a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-133946324ab55d58.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ca2e57cae899556c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dc3accfb3da32bde.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2ca70ed40e4f4725.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5ebcc46274e75cd7.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d4dd4bd950638c62.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2e17325f08e11d93.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-17bec7af9286f326.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-99ebbc53cc68e61d.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-64697c3f9169cd97.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-355639dd9dcfe430.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-6a84e9d6d5856bfe.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-45639ca498687069.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-76d1243ed8074ece.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-07a93449407c39c2.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64`
34332024-06-06T20:42:33.903Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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"' -C metadata=e56be6c70c0c861c -C extra-filename=-e56be6c70c0c861c --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-24a07ba228a1a806.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34342024-06-06T20:44:12.578Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=f065de675a5033b2 -C extra-filename=-f065de675a5033b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0ec9663701154891.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1146aeae4614d126.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8ffa72b1ae449b0c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-4cc44253a6334d9a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-5e36fa81df9b4e43.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a311a60ce806e489.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6a916716bc876a62.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-2eba6291d56c12b6.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf176e4de1063fdb.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ca0aaf465cf5ed33.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-b375a3de2e5242c2.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f0d3c4e4460801d4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-620420dd2a2f5e1a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-91c5f9fa26349eab.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9e713e327910fad1.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9ab44c5987ba757f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-62f4c623cc2d1f23.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
34352024-06-06T20:44:12.648Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=7e290ead38b5f901 -C extra-filename=-7e290ead38b5f901 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0ec9663701154891.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-70a2fd0a758aa88c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-46a36afa47ba6411.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-ab1b021ba8a061c8.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1146aeae4614d126.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-acaadff11df4bfa2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9cd002f069e9f4d7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e278056a0e34d789.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-37e30d08a17b28fb.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0e8047a55dacc6b8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-5e36fa81df9b4e43.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-78d21dcc618c8152.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3f10d7d011d859de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6a916716bc876a62.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-2eba6291d56c12b6.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf176e4de1063fdb.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-620420dd2a2f5e1a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-91c5f9fa26349eab.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9e713e327910fad1.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9ab44c5987ba757f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-314b65ee0de4730c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6fd8ebc828003d8f.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c7ddb6c4619d0e26.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-62f4c623cc2d1f23.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-e2bf497102f66a9f.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-9a0fee9650b67427.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03d269933db56fd2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
34362024-06-06T20:44:12.648Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=9c5dbf898d75ae7a -C extra-filename=-9c5dbf898d75ae7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0ec9663701154891.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eefc6c2c8eb656d2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-cffc5d8ec562e86b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-46a36afa47ba6411.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f0e75680f417757a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1146aeae4614d126.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7a2565e57ff87f49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8ffa72b1ae449b0c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-838bbf4909faa86a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-891d19a8f26b58cb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9cd002f069e9f4d7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e278056a0e34d789.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-37e30d08a17b28fb.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5e3c6b151c807602.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-4cc44253a6334d9a.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-7f8500dbe77cd2d8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ecc42aaaddac3137.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-424414fabc4499ec.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-5e36fa81df9b4e43.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1fb77af8fb876970.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-eef46c2f887e1bff.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3f10d7d011d859de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6a916716bc876a62.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-2eba6291d56c12b6.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf176e4de1063fdb.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-cbb1b89a5f45a1ca.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ca0aaf465cf5ed33.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-72fb1563a17db353.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-b375a3de2e5242c2.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-44b4c1042e19e7ae.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f0d3c4e4460801d4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-620420dd2a2f5e1a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-9ba346c8706bf110.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-91c5f9fa26349eab.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9e713e327910fad1.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9ab44c5987ba757f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ba848bc144e5dc4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a4cd739e6dd8d804.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cff019792d5aa2ff.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-3ce57211d9b261d1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9c4dd10d005266ca.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-314b65ee0de4730c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-6b13caffb445d914.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5474e27801da06be.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dcd12755a2014649.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-150f065b710a6abc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-977ffafa78d3238a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b61fc3fa1ef52932.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-30c26ed74ac6be72.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9bec796bcb182e2c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-326bf6bd7828f523.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7dcd56b592db0c45.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-09115cfae2534dec.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6be79ad4e86270a5.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-0fe8b954d2cd8929.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cbe51ef47ffa2b0d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-374b3a9c041d946e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-62f4c623cc2d1f23.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-998d139fb062dd26.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c8f6444a1d353b3d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-f75757e0b8ad0343.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-133946324ab55d58.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6e947024342f4776.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-8a0fab26750c7407.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1b42a1e668958877.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-20c5cc6f982a3e85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
34372024-06-06T20:44:12.648Z Running `/home/build/.rustup/toolchains/1.78.0-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 -C metadata=31ead1ef7217f249 -C extra-filename=-31ead1ef7217f249 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8ffa72b1ae449b0c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3f10d7d011d859de.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf176e4de1063fdb.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-44b4c1042e19e7ae.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f0d3c4e4460801d4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-620420dd2a2f5e1a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-91c5f9fa26349eab.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9e713e327910fad1.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9ab44c5987ba757f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c7ddb6c4619d0e26.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-10687806c0c4c1d6.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-e2bf497102f66a9f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
34382024-06-06T20:44:12.649Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/bin/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 -C metadata=0d22b6aa45af4c54 -C extra-filename=-0d22b6aa45af4c54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e278056a0e34d789.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-37e30d08a17b28fb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6a916716bc876a62.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-9ba346c8706bf110.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-91c5f9fa26349eab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9ab44c5987ba757f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cff019792d5aa2ff.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-3ce57211d9b261d1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-ea8c1dcd1d36efaa.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-254efb6fd81b5eca.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-133946324ab55d58.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.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-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
34392024-06-06T20:44:16.006Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/bin/omicron-dev.rs --error-format=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' -C metadata=3fe76602c0f69aa1 -C extra-filename=-3fe76602c0f69aa1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e278056a0e34d789.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-37e30d08a17b28fb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6a916716bc876a62.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-9ba346c8706bf110.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-91c5f9fa26349eab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9ab44c5987ba757f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-ea8c1dcd1d36efaa.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-254efb6fd81b5eca.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-133946324ab55d58.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.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-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
34402024-06-06T20:44:16.878Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2021 dev-tools/omdb/tests/test_all_output.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=3700179bab34629d -C extra-filename=-3700179bab34629d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0ec9663701154891.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-70a2fd0a758aa88c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-46a36afa47ba6411.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-ab1b021ba8a061c8.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1146aeae4614d126.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-acaadff11df4bfa2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9cd002f069e9f4d7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e278056a0e34d789.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-37e30d08a17b28fb.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0e8047a55dacc6b8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-5e36fa81df9b4e43.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-78d21dcc618c8152.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3f10d7d011d859de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6a916716bc876a62.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-2eba6291d56c12b6.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf176e4de1063fdb.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-620420dd2a2f5e1a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-91c5f9fa26349eab.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9e713e327910fad1.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9ab44c5987ba757f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-314b65ee0de4730c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-6fd8ebc828003d8f.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c7ddb6c4619d0e26.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-62f4c623cc2d1f23.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-e2bf497102f66a9f.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-9a0fee9650b67427.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03d269933db56fd2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
34412024-06-06T20:44:20.025Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=0edf6b9f6b3f4112 -C extra-filename=-0edf6b9f6b3f4112 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eefc6c2c8eb656d2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-46a36afa47ba6411.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f0e75680f417757a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8ffa72b1ae449b0c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-838bbf4909faa86a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-891d19a8f26b58cb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9cd002f069e9f4d7.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5e3c6b151c807602.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-424414fabc4499ec.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-5e36fa81df9b4e43.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1fb77af8fb876970.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-eef46c2f887e1bff.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3f10d7d011d859de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6a916716bc876a62.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-2eba6291d56c12b6.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf176e4de1063fdb.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-cbb1b89a5f45a1ca.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ca0aaf465cf5ed33.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-72fb1563a17db353.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-b375a3de2e5242c2.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-44b4c1042e19e7ae.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f0d3c4e4460801d4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-620420dd2a2f5e1a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-9ba346c8706bf110.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9ab44c5987ba757f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ba848bc144e5dc4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cff019792d5aa2ff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9c4dd10d005266ca.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-314b65ee0de4730c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5474e27801da06be.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dcd12755a2014649.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-150f065b710a6abc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-977ffafa78d3238a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9bec796bcb182e2c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-326bf6bd7828f523.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7dcd56b592db0c45.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-09115cfae2534dec.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6be79ad4e86270a5.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-0fe8b954d2cd8929.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cbe51ef47ffa2b0d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-62f4c623cc2d1f23.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c8f6444a1d353b3d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-133946324ab55d58.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6e947024342f4776.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-20c5cc6f982a3e85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/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=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
34422024-06-06T20:44:20.466Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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 metadata=da3e6bac7336a420 -C extra-filename=-da3e6bac7336a420 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eefc6c2c8eb656d2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-46a36afa47ba6411.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f0e75680f417757a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8ffa72b1ae449b0c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-838bbf4909faa86a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-891d19a8f26b58cb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9cd002f069e9f4d7.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5e3c6b151c807602.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-424414fabc4499ec.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-5e36fa81df9b4e43.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1fb77af8fb876970.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-eef46c2f887e1bff.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3f10d7d011d859de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6a916716bc876a62.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-2eba6291d56c12b6.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf176e4de1063fdb.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-cbb1b89a5f45a1ca.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ca0aaf465cf5ed33.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-72fb1563a17db353.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-b375a3de2e5242c2.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-44b4c1042e19e7ae.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f0d3c4e4460801d4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-620420dd2a2f5e1a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-9ba346c8706bf110.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9ab44c5987ba757f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ba848bc144e5dc4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cff019792d5aa2ff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9c4dd10d005266ca.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-314b65ee0de4730c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5474e27801da06be.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dcd12755a2014649.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-150f065b710a6abc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-977ffafa78d3238a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9bec796bcb182e2c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-326bf6bd7828f523.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7dcd56b592db0c45.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-09115cfae2534dec.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6be79ad4e86270a5.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-0fe8b954d2cd8929.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cbe51ef47ffa2b0d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-62f4c623cc2d1f23.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c8f6444a1d353b3d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-133946324ab55d58.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6e947024342f4776.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-20c5cc6f982a3e85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/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=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib`
34432024-06-06T20:44:37.356Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=307257c8e349a81b -C extra-filename=-307257c8e349a81b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0ec9663701154891.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eefc6c2c8eb656d2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-cffc5d8ec562e86b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-46a36afa47ba6411.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f0e75680f417757a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1146aeae4614d126.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7a2565e57ff87f49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8ffa72b1ae449b0c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-838bbf4909faa86a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-891d19a8f26b58cb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9cd002f069e9f4d7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e278056a0e34d789.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-37e30d08a17b28fb.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5e3c6b151c807602.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-4cc44253a6334d9a.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-7f8500dbe77cd2d8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ecc42aaaddac3137.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-424414fabc4499ec.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-5e36fa81df9b4e43.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1fb77af8fb876970.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-eef46c2f887e1bff.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3f10d7d011d859de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6a916716bc876a62.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-2eba6291d56c12b6.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf176e4de1063fdb.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-cbb1b89a5f45a1ca.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ca0aaf465cf5ed33.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-72fb1563a17db353.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-b375a3de2e5242c2.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-44b4c1042e19e7ae.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f0d3c4e4460801d4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-620420dd2a2f5e1a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-9ba346c8706bf110.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-91c5f9fa26349eab.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9e713e327910fad1.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9ab44c5987ba757f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ba848bc144e5dc4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a4cd739e6dd8d804.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cff019792d5aa2ff.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-3ce57211d9b261d1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9c4dd10d005266ca.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-314b65ee0de4730c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-6b13caffb445d914.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5474e27801da06be.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dcd12755a2014649.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-150f065b710a6abc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-977ffafa78d3238a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b61fc3fa1ef52932.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-30c26ed74ac6be72.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9bec796bcb182e2c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-326bf6bd7828f523.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7dcd56b592db0c45.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-09115cfae2534dec.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6be79ad4e86270a5.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-0fe8b954d2cd8929.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cbe51ef47ffa2b0d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-374b3a9c041d946e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-62f4c623cc2d1f23.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-998d139fb062dd26.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c8f6444a1d353b3d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-f75757e0b8ad0343.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-133946324ab55d58.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6e947024342f4776.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-8a0fab26750c7407.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1b42a1e668958877.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-20c5cc6f982a3e85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
34442024-06-06T20:44:47.789Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=e5cfb07e500d4da3 -C extra-filename=-e5cfb07e500d4da3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8ffa72b1ae449b0c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6012d0f29de951c9.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-85fe8b34d5818712.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3f10d7d011d859de.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf176e4de1063fdb.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-44b4c1042e19e7ae.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f0d3c4e4460801d4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-620420dd2a2f5e1a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-91c5f9fa26349eab.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9e713e327910fad1.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9ab44c5987ba757f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c7ddb6c4619d0e26.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-10687806c0c4c1d6.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-e2bf497102f66a9f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
34452024-06-06T20:44:50.699Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2021 dev-tools/omicron-dev/tests/test_omicron_dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=24299174d699e6e9 -C extra-filename=-24299174d699e6e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e278056a0e34d789.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-37e30d08a17b28fb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9e9eff94c6618bbf.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6a916716bc876a62.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-9ba346c8706bf110.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-91c5f9fa26349eab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9ab44c5987ba757f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cff019792d5aa2ff.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-3ce57211d9b261d1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-ea8c1dcd1d36efaa.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-254efb6fd81b5eca.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-133946324ab55d58.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-84417b4f673cbfe5.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-170fee1a60efccfd/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
34462024-06-06T20:45:53.872Z Running `/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test -C metadata=88e24c53c5f70ecf -C extra-filename=-88e24c53c5f70ecf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-3c29e5bf0859ca58.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-83e122273fb94066.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0ec9663701154891.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-8b47b0ad828ebbf1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a69496bcd97c9671.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cf83c744c5f0df0b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4c4fe9871302af71.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-5c59870acc66e82f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-db1b50b598a8f800.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-eefc6c2c8eb656d2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ffb435b01cf406b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-865e84b7a84584b1.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-cffc5d8ec562e86b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-46a36afa47ba6411.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-f0e75680f417757a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-1146aeae4614d126.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-8bcc55f5e1ff0008.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-7a2565e57ff87f49.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8ffa72b1ae449b0c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-838bbf4909faa86a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-38f0805d017a1a64.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-8e62f12868c0d965.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-891d19a8f26b58cb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-24884ce4024aab08.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9cd002f069e9f4d7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e278056a0e34d789.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-37e30d08a17b28fb.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5e3c6b151c807602.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-69413bc4625a4929.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2f6144cc237d078b.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-4cc44253a6334d9a.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-7f8500dbe77cd2d8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-671b944fd3812f33.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ecc42aaaddac3137.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-424414fabc4499ec.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-5e36fa81df9b4e43.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-62e80274e97641d4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0b4037e4c176bd20.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-07fdeb523b7d7309.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1fb77af8fb876970.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-eef46c2f887e1bff.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3f10d7d011d859de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6a916716bc876a62.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-2eba6291d56c12b6.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-bf176e4de1063fdb.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-cbb1b89a5f45a1ca.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ca0aaf465cf5ed33.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-72fb1563a17db353.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-b375a3de2e5242c2.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-44b4c1042e19e7ae.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f0d3c4e4460801d4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-620420dd2a2f5e1a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-9ba346c8706bf110.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-91c5f9fa26349eab.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9e713e327910fad1.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-51ac33199e9cb923.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6f07fa01fde21d6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b12c99a1d5ce9296.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9ab44c5987ba757f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4ba848bc144e5dc4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a4cd739e6dd8d804.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-91c6d74edcea37d0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2cfd50758911ea05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-bc17f96731b424fe.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-646417322ca33c73.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c61d68a7ffa7b345.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1dd61003af64f293.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-cff019792d5aa2ff.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-3ce57211d9b261d1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9c4dd10d005266ca.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-314b65ee0de4730c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-6b13caffb445d914.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5474e27801da06be.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dcd12755a2014649.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-150f065b710a6abc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-9ae5cbd7be291eec.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-977ffafa78d3238a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c154bb579214bdf5.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-b61fc3fa1ef52932.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-30c26ed74ac6be72.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1cd9bddfea8231ef.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-71b85029e648d3c5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-9bec796bcb182e2c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-326bf6bd7828f523.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-26edd622f87e2dfc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f71a934fa8695411.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-7dcd56b592db0c45.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-fcffde8d79cabe6d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6f1f518a9035521a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7f4db6d592aed0d9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-09115cfae2534dec.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6be79ad4e86270a5.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-0fe8b954d2cd8929.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-be9efc8591410730.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-452f460e0884e8de.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-820c2ce8c834bb45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-465132f3f6f81b89.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cbe51ef47ffa2b0d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-68fc249146261ca1.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-374b3a9c041d946e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-62f4c623cc2d1f23.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-b70d90a376f7e844.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7247a83db1f3a892.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-cbe690b0e8cb5d8e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-232562438a75f507.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-f4405207809138e7.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-998d139fb062dd26.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c8f6444a1d353b3d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-19027edc1ec71ca5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3af8e2c5d96eb9d8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a1bd05b29ea8a8e6.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-f75757e0b8ad0343.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f5929b7079a2c0d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-36a1cc2998aaf01b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-133946324ab55d58.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2bae00d0c3d895c0.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6e947024342f4776.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-5d93a7d577050d84.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-8a0fab26750c7407.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1b42a1e668958877.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-20c5cc6f982a3e85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-87c4e8b2c0f2b8e3.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-170fee1a60efccfd/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out`
34472024-06-06T20:51:03.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18m 44s
34482024-06-06T20:51:08.763Z
34492024-06-06T20:51:08.788Zreal 18:49.846152697
34502024-06-06T20:51:08.788Zuser 1:29:49.581066621
34512024-06-06T20:51:08.788Zsys 22:30.617689321
34522024-06-06T20:51:08.788Ztrap 20.996795970
34532024-06-06T20:51:08.789Ztflt 2.481498632
34542024-06-06T20:51:08.789Zdflt 9:33.037218165
34552024-06-06T20:51:08.789Zkflt 0.115714689
34562024-06-06T20:51:08.789Zlock 4:06:16.441314828
34572024-06-06T20:51:08.789Zslp 7:21:42.900682653
34582024-06-06T20:51:08.789Zlat 12:14.868431337
34592024-06-06T20:51:08.789Zstop 5:48.968019475
34602024-06-06T20:51:10.760Z
34612024-06-06T20:51:10.760Z ##### ###### #### #####
34622024-06-06T20:51:10.760Z # # # #
34632024-06-06T20:51:10.760Z # ##### #### #
34642024-06-06T20:51:10.760Z # # # #
34652024-06-06T20:51:10.761Z # # # # #
34662024-06-06T20:51:10.761Z # ###### #### #
34672024-06-06T20:51:10.761Z
34682024-06-06T20:51:12.556Zinfo: experimental features enabled: setup-scripts
34692024-06-06T20:51:14.059Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
34702024-06-06T20:51:14.092Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34712024-06-06T20:51:14.117Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34722024-06-06T20:51:28.645Z Finished `test` profile [unoptimized + debuginfo] target(s) in 16.06s
34732024-06-06T20:51:31.284Z Starting 1269 tests across 121 binaries (3 skipped; run ID: bf147b3f-3856-4304-988d-b3562d21cd51, nextest profile: ci)
34742024-06-06T20:51:31.314Z SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
34752024-06-06T20:51:32.344Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34762024-06-06T20:51:40.612Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34772024-06-06T20:51:42.553Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34782024-06-06T20:51:44.753Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
34792024-06-06T20:51:53.429Z Finished `test` profile [unoptimized + debuginfo] target(s) in 22.06s
34802024-06-06T20:51:53.504Z Running `target/debug/crdb-seed`
34812024-06-06T20:51:53.548ZJun 06 20:51:52.796 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpUJy2NI
34822024-06-06T20:51:53.573ZJun 06 20:51:52.797 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpC15z2w,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpUJy2NI/listen-url
34832024-06-06T20:51:53.573ZJun 06 20:51:52.799 INFO cockroach environment: BUILDOMAT_JOB_ID=01HZQKSVSCZA4EMJ9F5BQHFEGK BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo CARGO_HOME=/home/build/.cargo CARGO_INCREMENTAL=0 CARGO_MANIFEST_DIR=/work/oxidecomputer/omicron/dev-tools/crdb-seed CARGO_PKG_AUTHORS= CARGO_PKG_DESCRIPTION= CARGO_PKG_HOMEPAGE= CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE= CARGO_PKG_NAME=crdb-seed CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY= CARGO_PKG_RUST_VERSION= CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CI=true GITHUB_BRANCH=show_versions_working GITHUB_REF=refs/heads/show_versions_working GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=8610b4cd2c80ceab6614a5fb940312b0563247ee GOTRACEBACK=crash HOME=/home/build LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out:/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out:/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envRsuGvB NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/blake3-472e76a60a92f7e8/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7975931029728112/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-170fee1a60efccfd/out:/work/oxidecomputer/omicron/target/debug/build/ring-a7e2b88188210ba4/out:/work/oxidecomputer/omicron/target/debug/build/tofino-9313c2542a0347c7/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=bf147b3f-3856-4304-988d-b3562d21cd51 PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin PWD=/work/oxidecomputer/omicron RUSTC_BOOTSTRAP=1 RUSTDOCFLAGS=-D warnings RUSTFLAGS=-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.78.0-x86_64-unknown-illumos RUST_BACKTRACE=1 RUST_RECURSION_COUNT=2 SHLVL=1 SSL_CERT_DIR=/usr/ssl/certs SSL_CERT_FILE=/etc/ssl/cacert.pem TMPDIR=/var/tmp/omicron_tmp TZ=UTC USER=build _=/usr/bin/ptime
34842024-06-06T20:51:54.430ZJun 06 20:51:53.678 INFO cockroach pid: 4535
34852024-06-06T20:51:54.430ZJun 06 20:51:53.678 INFO cockroach listen URL: postgresql://root@[::1]:34405/omicron?sslmode=disable
34862024-06-06T20:51:54.430ZJun 06 20:51:53.678 INFO cockroach: populating
34872024-06-06T20:51:57.831ZJun 06 20:51:57.080 INFO cockroach: populated
34882024-06-06T20:52:00.471ZJun 06 20:51:59.720 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/88d1af2b1127f0e50255e1684c0fc0feaedd7e9c16d80262b801f3dd2f57042d.tar`
34892024-06-06T20:52:00.496Z SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
34902024-06-06T20:52:00.585Z PASS [ 0.062s] authz-macros tests::test_authz_snapshots
34912024-06-06T20:52:00.585Z PASS [ 0.054s] bootstore schemes::tests::hello_roundtrip
34922024-06-06T20:52:00.585Z PASS [ 0.034s] bootstore schemes::v0::share_pkg::tests::create_packages
34932024-06-06T20:52:00.610Z PASS [ 0.028s] bootstore trust_quorum::rack_secret::tests::create_and_verify
34942024-06-06T20:52:00.610Z PASS [ 0.053s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
34952024-06-06T20:52:00.610Z PASS [ 0.027s] db-macros tests::test_derive_metadata_identity_fails_for_enums
34962024-06-06T20:52:00.667Z PASS [ 0.027s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
34972024-06-06T20:52:00.667Z PASS [ 0.092s] bootstore schemes::v0::peer::tests::network_config
34982024-06-06T20:52:00.667Z PASS [ 0.035s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
34992024-06-06T20:52:00.667Z PASS [ 0.027s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
35002024-06-06T20:52:00.667Z PASS [ 0.033s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
35012024-06-06T20:52:00.667Z PASS [ 0.086s] db-macros lookup::test::test_lookup_snapshots
35022024-06-06T20:52:00.668Z PASS [ 0.036s] db-macros tests::test_derive_with_unknown_field
35032024-06-06T20:52:00.692Z PASS [ 0.044s] db-macros tests::test_derive_snapshots
35042024-06-06T20:52:00.841Z PASS [ 0.204s] dns-server storage::test::test_update_in_progress
35052024-06-06T20:52:00.871Z PASS [ 0.217s] dns-server storage::test::test_update_interrupted
35062024-06-06T20:52:00.896Z PASS [ 0.244s] dns-server storage::test::test_update_basic
35072024-06-06T20:52:01.106Z PASS [ 0.449s] dns-server::basic_test a_crud
35082024-06-06T20:52:01.131Z PASS [ 0.285s] dns-server::basic_test empty_record
35092024-06-06T20:52:01.157Z PASS [ 0.272s] dns-server::basic_test multi_record_crud
35102024-06-06T20:52:01.157Z PASS [ 0.468s] dns-server::basic_test aaaa_crud
35112024-06-06T20:52:01.157Z PASS [ 0.277s] dns-server::basic_test name_contains_zone
35122024-06-06T20:52:01.361Z PASS [ 0.254s] dns-server::basic_test nxdomain
35132024-06-06T20:52:01.385Z PASS [ 0.245s] dns-server::basic_test servfail
35142024-06-06T20:52:01.411Z PASS [ 0.264s] dns-server::basic_test srv_crud
35152024-06-06T20:52:01.435Z PASS [ 0.066s] dns-service-client diff::test::diff_different
35162024-06-06T20:52:01.461Z PASS [ 0.066s] dns-service-client diff::test::diff_equivalent
35172024-06-06T20:52:01.461Z PASS [ 0.051s] dns-service-client diff::test::diff_invalid
35182024-06-06T20:52:01.494Z PASS [ 0.057s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
35192024-06-06T20:52:01.494Z PASS [ 0.046s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
35202024-06-06T20:52:01.518Z PASS [ 0.364s] dns-server::openapi_test test_dns_server_openapi
35212024-06-06T20:52:01.547Z PASS [ 0.041s] illumos-utils destructor::test::test_destructor_bad_close
35222024-06-06T20:52:01.547Z PASS [ 0.086s] illumos-utils destructor::test::test_delayed_delete
35232024-06-06T20:52:01.572Z PASS [ 0.043s] illumos-utils link::test::test_allocate
35242024-06-06T20:52:01.597Z PASS [ 0.040s] illumos-utils link::test::test_allocate_within_scopes
35252024-06-06T20:52:01.597Z PASS [ 0.039s] illumos-utils running_zone::tests::test_is_oxide_smf_service
35262024-06-06T20:52:01.625Z PASS [ 0.041s] illumos-utils zone::tests::test_parse_ip_network
35272024-06-06T20:52:01.625Z PASS [ 0.036s] illumos-utils zpool::test::test_parse_zpool
35282024-06-06T20:52:01.660Z PASS [ 0.038s] illumos-utils zpool::test::test_parse_zpool_missing_column
35292024-06-06T20:52:01.687Z PASS [ 1.149s] bootstore schemes::v0::peer::tests::basic_3_nodes
35302024-06-06T20:52:01.827Z PASS [ 0.174s] installinator-common block_size_writer::tests::proptest_block_writer
35312024-06-06T20:52:01.867Z PASS [ 0.041s] internal-dns config::test::display_hosts
35322024-06-06T20:52:01.900Z PASS [ 0.033s] internal-dns config::test::display_srv_service
35332024-06-06T20:52:01.952Z PASS [ 0.052s] internal-dns config::test::test_builder_errors
35342024-06-06T20:52:01.999Z PASS [ 0.378s] installinator-artifactd::mod integration_tests::openapi::test_server_openapi
35352024-06-06T20:52:02.026Z PASS [ 0.058s] internal-dns config::test::test_builder_output
35362024-06-06T20:52:02.181Z PASS [ 0.698s] illumos-utils destructor::test::test_delayed_delete_with_error
35372024-06-06T20:52:02.380Z PASS [ 0.368s] internal-dns resolver::test::insert_and_lookup_one_record
35382024-06-06T20:52:02.419Z PASS [ 0.237s] internal-dns resolver::test::lookup_nonexistent_record_fails
35392024-06-06T20:52:02.464Z PASS [ 0.463s] internal-dns resolver::test::insert_and_lookup_multiple_records
35402024-06-06T20:52:02.819Z PASS [ 0.402s] internal-dns resolver::test::resolver_can_be_used_with_progenitor_client
35412024-06-06T20:52:02.845Z PASS [ 0.463s] internal-dns resolver::test::resolver_can_access_backup_dns_server
35422024-06-06T20:52:02.879Z PASS [ 0.035s] ipcc tests::deserialize_fixed_value
35432024-06-06T20:52:02.904Z PASS [ 0.424s] internal-dns resolver::test::resolver_doesnt_bail_on_missing_targets
35442024-06-06T20:52:02.941Z PASS [ 0.052s] ipcc tests::serialized_size
35452024-06-06T20:52:02.965Z PASS [ 0.073s] ipcc tests::installinator_image_id_round_trip
35462024-06-06T20:52:03.016Z PASS [ 0.058s] key-manager tests::different_disks_produce_different_keys
35472024-06-06T20:52:03.040Z PASS [ 0.058s] key-manager tests::different_ikm_produces_different_keys
35482024-06-06T20:52:03.040Z PASS [ 0.030s] key-manager tests::disk_encryption_key_epoch_0
35492024-06-06T20:52:03.041Z PASS [ 0.032s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
35502024-06-06T20:52:03.079Z PASS [ 0.047s] nexus-auth authn::external::cookies::test::test_parse_cookies_empty_headers
35512024-06-06T20:52:03.109Z PASS [ 0.049s] nexus-auth authn::external::cookies::test::test_parse_cookies_ignore_other_headers
35522024-06-06T20:52:03.136Z PASS [ 0.038s] nexus-auth authn::external::cookies::test::test_parse_cookies_one_cookie
35532024-06-06T20:52:03.136Z PASS [ 0.036s] nexus-auth authn::external::cookies::test::test_parse_cookies_two_cookie_headers
35542024-06-06T20:52:03.136Z PASS [ 0.305s] internal-dns resolver::test::update_record
35552024-06-06T20:52:03.161Z PASS [ 0.032s] nexus-auth authn::external::cookies::test::test_parse_cookies_two_cookie_headers_same_name
35562024-06-06T20:52:03.185Z PASS [ 0.039s] nexus-auth authn::external::cookies::test::test_parse_cookies_two_cookies
35572024-06-06T20:52:03.216Z PASS [ 0.047s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie
35582024-06-06T20:52:03.240Z PASS [ 0.080s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
35592024-06-06T20:52:03.241Z PASS [ 0.090s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
35602024-06-06T20:52:03.265Z PASS [ 0.045s] nexus-auth authn::external::session_cookie::test::test_get_token
35612024-06-06T20:52:03.291Z PASS [ 0.041s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header
35622024-06-06T20:52:03.316Z PASS [ 0.041s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
35632024-06-06T20:52:03.316Z PASS [ 0.040s] nexus-auth authn::external::session_cookie::test::test_missing_cookie
35642024-06-06T20:52:03.316Z PASS [ 0.039s] nexus-auth authn::external::session_cookie::test::test_other_cookie
35652024-06-06T20:52:03.316Z PASS [ 0.039s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value
35662024-06-06T20:52:03.340Z PASS [ 0.039s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
35672024-06-06T20:52:03.365Z PASS [ 0.040s] nexus-auth authn::external::session_cookie::test::test_valid_cookie
35682024-06-06T20:52:03.366Z PASS [ 0.041s] nexus-auth authn::external::spoof::test::test_make_header_value
35692024-06-06T20:52:03.391Z PASS [ 0.034s] nexus-auth authn::external::spoof::test::test_make_header_value_raw
35702024-06-06T20:52:03.391Z PASS [ 0.031s] nexus-auth authn::external::spoof::test::test_spoof_header_missing
35712024-06-06T20:52:03.419Z PASS [ 0.052s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
35722024-06-06T20:52:03.419Z PASS [ 0.039s] nexus-auth authn::external::spoof::test::test_spoof_header_valid
35732024-06-06T20:52:03.470Z PASS [ 0.041s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values
35742024-06-06T20:52:03.470Z PASS [ 0.049s] nexus-auth authn::external::test::test_authn_sequence
35752024-06-06T20:52:03.470Z PASS [ 0.037s] nexus-auth authn::external::token::test::test_make_header_value
35762024-06-06T20:52:03.470Z PASS [ 0.037s] nexus-auth authn::external::token::test::test_token_header_bad_utf8
35772024-06-06T20:52:03.495Z PASS [ 0.034s] nexus-auth authn::external::token::test::test_token_header_missing
35782024-06-06T20:52:03.521Z PASS [ 0.041s] nexus-auth authn::external::token::test::test_token_header_valid
35792024-06-06T20:52:03.546Z PASS [ 0.053s] nexus-auth authn::test::test_internal_users
35802024-06-06T20:52:03.570Z PASS [ 0.050s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
35812024-06-06T20:52:03.600Z PASS [ 0.076s] nexus-auth context::test::test_background_context
35822024-06-06T20:52:03.627Z PASS [ 0.125s] nexus-auth authz::context::test::test_unregistered_resource
35832024-06-06T20:52:03.627Z PASS [ 0.067s] nexus-auth context::test::test_child_context
35842024-06-06T20:52:03.664Z PASS [ 0.050s] nexus-config nexus_config::test::test_config_bad_toml
35852024-06-06T20:52:03.689Z PASS [ 0.077s] nexus-auth context::test::test_test_context
35862024-06-06T20:52:03.689Z PASS [ 0.081s] nexus-config nexus_config::test::test_bad_authn_schemes
35872024-06-06T20:52:03.714Z PASS [ 0.033s] nexus-config nexus_config::test::test_config_empty
35882024-06-06T20:52:03.714Z PASS [ 0.034s] nexus-config nexus_config::test::test_config_nonexistent
35892024-06-06T20:52:03.738Z PASS [ 0.045s] nexus-config nexus_config::test::test_deployment_config_schema
35902024-06-06T20:52:03.765Z PASS [ 0.045s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
35912024-06-06T20:52:03.792Z PASS [ 0.055s] nexus-config nexus_config::test::test_repo_configs_are_valid
35922024-06-06T20:52:03.793Z PASS [ 0.032s] nexus-config postgres_config::test::test_bad_url
35932024-06-06T20:52:03.793Z PASS [ 0.053s] nexus-config nexus_config::test::test_valid
35942024-06-06T20:52:03.818Z PASS [ 0.031s] nexus-config postgres_config::test::test_example_url
35952024-06-06T20:52:03.819Z PASS [ 0.039s] nexus-db-fixed-data role_builtin::test::test_fixed_role_data
35962024-06-06T20:52:03.847Z PASS [ 0.030s] nexus-db-fixed-data test::test_allowlist_id_is_valid
35972024-06-06T20:52:03.847Z PASS [ 0.049s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
35982024-06-06T20:52:03.871Z PASS [ 0.031s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
35992024-06-06T20:52:03.871Z PASS [ 0.038s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
36002024-06-06T20:52:03.871Z PASS [ 0.037s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
36012024-06-06T20:52:03.897Z PASS [ 0.046s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
36022024-06-06T20:52:03.922Z PASS [ 0.045s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
36032024-06-06T20:52:03.947Z PASS [ 0.064s] nexus-db-model device_auth::test::test_generate_user_code
36042024-06-06T20:52:03.947Z PASS [ 2.804s] dns-server::commands_test test_dnsadm
36052024-06-06T20:52:03.972Z PASS [ 0.040s] nexus-db-model schema_versions::test::test_known_versions
36062024-06-06T20:52:03.973Z PASS [ 0.065s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
36072024-06-06T20:52:03.973Z PASS [ 0.045s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
36082024-06-06T20:52:03.998Z PASS [ 0.040s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
36092024-06-06T20:52:04.024Z PASS [ 0.039s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files
36102024-06-06T20:52:04.024Z PASS [ 0.031s] nexus-db-model schema_versions::test::test_verify
36112024-06-06T20:52:04.050Z PASS [ 0.042s] nexus-db-model semver_version::test::test_to_from_sortable_string
36122024-06-06T20:52:04.050Z PASS [ 0.037s] nexus-db-model tests::test_ip_subnet_check_requestable_address
36132024-06-06T20:52:04.050Z PASS [ 0.038s] nexus-db-model tests::test_ipv6_net_random_subnet
36142024-06-06T20:52:04.050Z PASS [ 0.039s] nexus-db-model tests::test_roles_database_strings
36152024-06-06T20:52:04.075Z PASS [ 0.046s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
36162024-06-06T20:52:08.637Z PASS [ 7.041s] installinator mock_peers::tests::proptest_fetch_artifact
36172024-06-06T20:52:09.508Z PASS [ 7.899s] installinator write::tests::proptest_write_artifact
36182024-06-06T20:52:10.692Z PASS [ 6.652s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
36192024-06-06T20:52:11.893Z PASS [ 7.873s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
36202024-06-06T20:52:11.993Z PASS [ 7.934s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
36212024-06-06T20:52:12.022Z PASS [ 7.988s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
36222024-06-06T20:52:15.737Z PASS [ 7.098s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
36232024-06-06T20:52:15.805Z PASS [ 0.067s] nexus-db-queries db::collection_attach::test::test_verify_query
36242024-06-06T20:52:16.875Z PASS [ 7.349s] nexus-db-queries db::collection_attach::test::test_attach_once
36252024-06-06T20:52:18.223Z PASS [ 7.530s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
36262024-06-06T20:52:18.247Z PASS [ 6.338s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
36272024-06-06T20:52:19.494Z PASS [ 7.472s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
36282024-06-06T20:52:19.518Z PASS [ 7.525s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
36292024-06-06T20:52:23.077Z PASS [ 7.272s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
36302024-06-06T20:52:23.131Z PASS [ 0.056s] nexus-db-queries db::collection_detach::test::test_verify_query
36312024-06-06T20:52:24.358Z PASS [ 7.498s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
36322024-06-06T20:52:25.556Z PASS [ 7.294s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
36332024-06-06T20:52:26.136Z PASS [ 7.903s] nexus-db-queries db::collection_detach::test::test_detach_once
36342024-06-06T20:52:27.291Z PASS [ 7.772s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
36352024-06-06T20:52:27.458Z PASS [ 7.964s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
36362024-06-06T20:52:30.186Z PASS [ 29.647s] bootstore::v0-fsm-proptest-learner run
36372024-06-06T20:52:30.373Z PASS [ 7.242s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
36382024-06-06T20:52:31.725Z PASS [ 7.367s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
36392024-06-06T20:52:31.780Z PASS [ 0.056s] nexus-db-queries db::collection_detach_many::test::test_verify_query
36402024-06-06T20:52:32.926Z PASS [ 7.411s] nexus-db-queries db::collection_detach_many::test::test_detach_many
36412024-06-06T20:52:33.439Z PASS [ 7.303s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
36422024-06-06T20:52:33.491Z PASS [ 0.052s] nexus-db-queries db::collection_insert::test::test_verify_query
36432024-06-06T20:52:33.557Z PASS [ 0.064s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
36442024-06-06T20:52:33.623Z PASS [ 0.069s] nexus-db-queries db::column_walker::test::test_walk_columns
36452024-06-06T20:52:33.676Z PASS [ 0.054s] nexus-db-queries db::column_walker::test::test_walk_table
36462024-06-06T20:52:34.688Z PASS [ 7.399s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
36472024-06-06T20:52:35.018Z PASS [ 7.554s] nexus-db-queries db::collection_detach_many::test::test_detach_once
36482024-06-06T20:52:37.468Z PASS [ 7.284s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
36492024-06-06T20:52:37.716Z PASS [ 7.343s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
36502024-06-06T20:52:38.366Z PASS [ 37.814s] bootstore::v0-fsm-proptest-rack-coordinator run
36512024-06-06T20:52:39.421Z PASS [ 7.642s] nexus-db-queries db::collection_insert::test::test_collection_not_present
36522024-06-06T20:52:40.150Z PASS [ 7.224s] nexus-db-queries db::collection_insert::test::test_collection_present
36532024-06-06T20:52:41.133Z PASS [ 7.458s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
36542024-06-06T20:52:42.311Z PASS [ 7.624s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
36552024-06-06T20:52:42.730Z PASS [ 7.717s] nexus-db-queries db::datastore::dataset::test::test_insert_if_not_exists
36562024-06-06T20:52:44.827Z PASS [ 7.113s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
36572024-06-06T20:52:44.851Z PASS [ 7.368s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
36582024-06-06T20:52:44.876Z PASS [ 0.045s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
36592024-06-06T20:52:45.330Z PASS [ 6.970s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
36602024-06-06T20:52:46.980Z PASS [ 7.556s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
36612024-06-06T20:52:47.967Z PASS [ 7.819s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
36622024-06-06T20:52:48.545Z PASS [ 7.412s] nexus-db-queries db::datastore::deployment::tests::test_set_target
36632024-06-06T20:52:50.365Z PASS [ 8.055s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
36642024-06-06T20:52:50.392Z PASS [ 7.666s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
36652024-06-06T20:52:51.910Z PASS [ 7.074s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
36662024-06-06T20:52:52.355Z PASS [ 7.481s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
36672024-06-06T20:52:53.624Z PASS [ 8.295s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
36682024-06-06T20:52:54.322Z PASS [ 7.349s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
36692024-06-06T20:52:55.569Z PASS [ 7.602s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
36702024-06-06T20:52:55.936Z PASS [ 7.388s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
36712024-06-06T20:52:57.894Z PASS [ 7.503s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
36722024-06-06T20:52:58.762Z PASS [ 8.393s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
36732024-06-06T20:52:59.504Z PASS [ 7.594s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
36742024-06-06T20:52:59.757Z PASS [ 7.404s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_unlocking_someone_elses_instance_errors
36752024-06-06T20:53:01.057Z PASS [ 7.431s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
36762024-06-06T20:53:02.831Z PASS [ 7.263s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
36772024-06-06T20:53:03.185Z PASS [ 7.252s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool
36782024-06-06T20:53:04.868Z PASS [ 10.546s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
36792024-06-06T20:53:05.486Z PASS [ 7.589s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization
36802024-06-06T20:53:06.671Z PASS [ 7.170s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones
36812024-06-06T20:53:06.950Z PASS [ 7.194s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
36822024-06-06T20:53:08.535Z PASS [ 9.779s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset
36832024-06-06T20:53:09.061Z PASS [ 8.006s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
36842024-06-06T20:53:10.370Z PASS [ 7.186s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
36852024-06-06T20:53:10.726Z PASS [ 7.894s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
36862024-06-06T20:53:12.042Z PASS [ 7.174s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
36872024-06-06T20:53:12.917Z PASS [ 7.434s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
36882024-06-06T20:53:14.163Z PASS [ 7.491s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
36892024-06-06T20:53:14.353Z PASS [ 7.404s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
36902024-06-06T20:53:16.176Z PASS [ 7.642s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
36912024-06-06T20:53:16.327Z PASS [ 7.267s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
36922024-06-06T20:53:18.990Z PASS [ 8.621s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
36932024-06-06T20:53:19.029Z PASS [ 0.036s] nexus-db-queries db::datastore::region::test::test_extent_count
36942024-06-06T20:53:20.348Z PASS [ 8.307s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
36952024-06-06T20:53:20.633Z PASS [ 9.907s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
36962024-06-06T20:53:20.718Z PASS [ 7.797s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
36972024-06-06T20:53:22.039Z PASS [ 7.873s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
36982024-06-06T20:53:23.300Z PASS [ 8.947s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
36992024-06-06T20:53:23.623Z PASS [ 7.298s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
37002024-06-06T20:53:24.297Z PASS [ 8.123s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
37012024-06-06T20:53:26.958Z PASS [ 7.933s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
37022024-06-06T20:53:27.801Z PASS [ 7.454s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
37032024-06-06T20:53:30.557Z PASS [ 9.844s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
37042024-06-06T20:53:30.746Z PASS [ 8.708s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
37052024-06-06T20:53:30.890Z PASS [ 10.260s] nexus-db-queries db::datastore::sled::test::sled_list_batch
37062024-06-06T20:53:31.646Z PASS [ 8.022s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
37072024-06-06T20:53:31.782Z PASS [ 7.479s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_fails_with_stale_sled_agent_gen
37082024-06-06T20:53:34.225Z PASS [ 7.259s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
37092024-06-06T20:53:34.928Z PASS [ 7.128s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
37102024-06-06T20:53:35.250Z PASS [ 11.950s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
37112024-06-06T20:53:38.169Z PASS [ 7.423s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
37122024-06-06T20:53:38.569Z PASS [ 8.014s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
37132024-06-06T20:53:38.825Z PASS [ 7.935s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
37142024-06-06T20:53:39.146Z PASS [ 7.502s] nexus-db-queries db::datastore::test::test_project_creation
37152024-06-06T20:53:39.876Z PASS [ 8.099s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
37162024-06-06T20:53:41.733Z PASS [ 7.517s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
37172024-06-06T20:53:42.589Z PASS [ 7.336s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
37182024-06-06T20:53:46.871Z PASS [ 8.700s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
37192024-06-06T20:53:47.275Z PASS [ 8.704s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
37202024-06-06T20:53:50.554Z PASS [ 15.610s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
37212024-06-06T20:53:50.579Z PASS [ 7.963s] nexus-db-queries db::datastore::test::test_session_methods
37222024-06-06T20:53:53.401Z PASS [ 14.248s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
37232024-06-06T20:53:54.109Z PASS [ 7.243s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
37242024-06-06T20:53:54.329Z PASS [ 15.503s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
37252024-06-06T20:53:54.477Z PASS [ 7.204s] nexus-db-queries db::datastore::test::test_ssh_keys
37262024-06-06T20:53:55.842Z PASS [ 15.966s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
37272024-06-06T20:53:56.655Z PASS [ 14.923s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
37282024-06-06T20:53:57.791Z PASS [ 7.252s] nexus-db-queries db::datastore::test::test_table_scan
37292024-06-06T20:53:57.820Z PASS [ 7.274s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
37302024-06-06T20:54:01.305Z PASS [ 7.910s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
37312024-06-06T20:54:01.757Z PASS [ 7.429s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
37322024-06-06T20:54:01.785Z PASS [ 7.289s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
37332024-06-06T20:54:01.815Z PASS [ 7.707s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
37342024-06-06T20:54:03.410Z PASS [ 7.561s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
37352024-06-06T20:54:04.376Z PASS [ 7.722s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
37362024-06-06T20:54:05.081Z PASS [ 7.292s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
37372024-06-06T20:54:07.353Z PASS [ 9.533s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
37382024-06-06T20:54:07.404Z PASS [ 0.048s] nexus-db-queries db::pagination::test::test_paginator
37392024-06-06T20:54:08.380Z PASS [ 7.077s] nexus-db-queries db::explain::test::test_explain_async
37402024-06-06T20:54:09.053Z PASS [ 7.286s] nexus-db-queries db::lookup::test::test_lookup
37412024-06-06T20:54:09.146Z PASS [ 7.378s] nexus-db-queries db::explain::test::test_explain_full_table_scan
37422024-06-06T20:54:09.246Z PASS [ 7.430s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
37432024-06-06T20:54:10.924Z PASS [ 7.522s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
37442024-06-06T20:54:11.634Z PASS [ 7.258s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
37452024-06-06T20:54:12.720Z PASS [ 7.639s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
37462024-06-06T20:54:15.554Z PASS [ 8.151s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
37472024-06-06T20:54:16.543Z PASS [ 8.163s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
37482024-06-06T20:54:16.940Z PASS [ 7.806s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
37492024-06-06T20:54:17.103Z PASS [ 7.858s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
37502024-06-06T20:54:17.144Z PASS [ 0.041s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
37512024-06-06T20:54:17.335Z PASS [ 8.283s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
37522024-06-06T20:54:18.888Z PASS [ 7.963s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
37532024-06-06T20:54:19.282Z PASS [ 7.649s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
37542024-06-06T20:54:20.447Z PASS [ 7.726s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
37552024-06-06T20:54:23.544Z PASS [ 7.991s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
37562024-06-06T20:54:24.485Z PASS [ 7.942s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
37572024-06-06T20:54:25.295Z PASS [ 8.149s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
37582024-06-06T20:54:25.612Z PASS [ 8.275s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
37592024-06-06T20:54:26.484Z PASS [ 7.595s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
37602024-06-06T20:54:27.043Z PASS [ 7.761s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
37612024-06-06T20:54:28.225Z PASS [ 7.779s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
37622024-06-06T20:54:30.889Z PASS [ 13.951s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
37632024-06-06T20:54:31.417Z PASS [ 7.875s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
37642024-06-06T20:54:32.156Z PASS [ 7.671s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
37652024-06-06T20:54:32.198Z PASS [ 0.043s] nexus-db-queries db::queries::network_interface::tests::test_last_address_offset
37662024-06-06T20:54:32.458Z PASS [ 7.165s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
37672024-06-06T20:54:32.504Z PASS [ 0.045s] nexus-db-queries db::queries::network_interface::tests::test_next_mac_shifts_for_guest
37682024-06-06T20:54:32.553Z PASS [ 0.048s] nexus-db-queries db::queries::network_interface::tests::test_next_mac_shifts_for_system
37692024-06-06T20:54:33.335Z PASS [ 7.727s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
37702024-06-06T20:54:33.374Z PASS [ 0.038s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
37712024-06-06T20:54:34.420Z PASS [ 7.939s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
37722024-06-06T20:54:34.855Z PASS [ 7.812s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
37732024-06-06T20:54:35.481Z PASS [ 1.060s] nexus-db-queries db::queries::region_allocation::test::expectorate_query
37742024-06-06T20:54:35.773Z PASS [ 7.544s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
37752024-06-06T20:54:36.062Z PASS [ 0.581s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
37762024-06-06T20:54:36.128Z PASS [ 0.360s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
37772024-06-06T20:54:36.380Z PASS [ 0.317s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
37782024-06-06T20:54:36.485Z PASS [ 0.349s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
37792024-06-06T20:54:38.751Z PASS [ 6.200s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
37802024-06-06T20:54:38.947Z PASS [ 8.059s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
37812024-06-06T20:54:39.478Z PASS [ 8.062s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
37822024-06-06T20:54:39.567Z PASS [ 0.090s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
37832024-06-06T20:54:39.613Z PASS [ 0.043s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
37842024-06-06T20:54:39.657Z PASS [ 0.041s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
37852024-06-06T20:54:39.691Z PASS [ 0.036s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
37862024-06-06T20:54:39.733Z PASS [ 0.044s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
37872024-06-06T20:54:41.115Z PASS [ 7.741s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
37882024-06-06T20:54:42.625Z PASS [ 7.771s] nexus-db-queries db::queries::region_allocation::test::explainable
37892024-06-06T20:54:43.411Z PASS [ 11.213s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
37902024-06-06T20:54:43.561Z PASS [ 7.073s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
37912024-06-06T20:54:44.130Z PASS [ 7.740s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
37922024-06-06T20:54:45.946Z PASS [ 7.196s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
37932024-06-06T20:54:46.058Z PASS [ 7.111s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
37942024-06-06T20:54:46.093Z PASS [ 0.036s] nexus-defaults tests::test_random_vpc_ipv6_prefix
37952024-06-06T20:54:46.268Z PASS [ 0.174s] nexus-inventory builder::test::test_basic
37962024-06-06T20:54:46.301Z PASS [ 0.034s] nexus-inventory builder::test::test_empty
37972024-06-06T20:54:46.346Z PASS [ 0.041s] nexus-inventory builder::test::test_problems
37982024-06-06T20:54:46.826Z PASS [ 7.093s] nexus-db-queries db::queries::vpc_subnet::test::test_filter_conflicting_vpc_subnet_ranges_query
37992024-06-06T20:54:47.522Z PASS [ 1.182s] nexus-inventory collector::test::test_basic
38002024-06-06T20:54:48.078Z PASS [ 1.252s] nexus-inventory collector::test::test_multi_mgs
38012024-06-06T20:54:48.173Z PASS [ 7.058s] nexus-db-queries db::saga_recovery::test::test_failure_during_saga_can_be_recovered
38022024-06-06T20:54:48.349Z PASS [ 0.826s] nexus-inventory collector::test::test_multi_mgs_failure
38032024-06-06T20:54:48.987Z PASS [ 0.910s] nexus-inventory collector::test::test_sled_agent_failure
38042024-06-06T20:54:49.675Z PASS [ 7.051s] nexus-db-queries db::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
38052024-06-06T20:54:51.204Z PASS [ 7.087s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
38062024-06-06T20:54:51.473Z PASS [ 0.243s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
38072024-06-06T20:54:51.876Z PASS [ 0.428s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
38082024-06-06T20:54:51.923Z PASS [ 0.045s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
38092024-06-06T20:54:51.991Z PASS [ 0.069s] nexus-reconfigurator-execution dns::test::test_dns_compute_update
38102024-06-06T20:54:54.238Z PASS [ 8.292s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
38112024-06-06T20:54:57.276Z PASS [ 13.866s] nexus-db-queries policy_test::test_conferred_roles
38122024-06-06T20:55:03.103Z PASS [ 9.948s] nexus-metrics-producer-gc tests::test_prune_expired_producers
38132024-06-06T20:55:03.211Z PASS [ 10.069s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
38142024-06-06T20:55:21.088Z PASS [ 32.102s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
38152024-06-06T20:55:22.011Z PASS [ 32.339s] nexus-reconfigurator-execution datasets::tests::test_ensure_crucible_dataset_records_exist
38162024-06-06T20:55:22.151Z PASS [ 0.139s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
38172024-06-06T20:55:22.206Z PASS [ 0.054s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
38182024-06-06T20:55:22.260Z PASS [ 0.055s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
38192024-06-06T20:55:22.320Z PASS [ 0.060s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
38202024-06-06T20:55:22.395Z PASS [ 0.074s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_initial
38212024-06-06T20:55:22.443Z PASS [ 0.046s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_nexus_zones_with_same_nic_ip
38222024-06-06T20:55:22.537Z PASS [ 0.095s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_zones_with_same_external_ip
38232024-06-06T20:55:22.563Z PASS [ 28.312s] nexus-reconfigurator-execution external_networking::tests::test_allocate_external_networking
38242024-06-06T20:55:22.599Z PASS [ 0.059s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_zones_with_same_vnic_mac
38252024-06-06T20:55:22.625Z PASS [ 0.068s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_prune_decommissioned_sleds
38262024-06-06T20:55:22.676Z PASS [ 0.059s] nexus-reconfigurator-planning blueprint_builder::zones::tests::test_builder_zones
38272024-06-06T20:55:22.703Z PASS [ 0.092s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_available_iterator
38282024-06-06T20:55:22.731Z PASS [ 0.033s] nexus-reconfigurator-planning ip_allocator::test::test_basic
38292024-06-06T20:55:22.757Z PASS [ 0.053s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
38302024-06-06T20:55:22.784Z PASS [ 0.068s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds
38312024-06-06T20:55:22.810Z PASS [ 0.065s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
38322024-06-06T20:55:22.872Z PASS [ 0.066s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks
38332024-06-06T20:55:22.899Z PASS [ 0.103s] nexus-reconfigurator-planning planner::test::test_basic_add_sled
38342024-06-06T20:55:22.934Z PASS [ 0.054s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option
38352024-06-06T20:55:22.960Z PASS [ 0.073s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones
38362024-06-06T20:55:23.048Z PASS [ 0.103s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
38372024-06-06T20:55:23.074Z PASS [ 0.131s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
38382024-06-06T20:55:23.110Z PASS [ 0.060s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
38392024-06-06T20:55:23.510Z PASS [ 26.234s] nexus-reconfigurator-execution external_networking::tests::test_deallocate_external_networking
38402024-06-06T20:55:23.552Z PASS [ 0.042s] nexus-types deployment::tri_map::tests::test_insert_entry_no_dups
38412024-06-06T20:55:23.591Z PASS [ 0.036s] nexus-types external_api::shared::test::test_policy_parsing
38422024-06-06T20:55:23.805Z PASS [ 0.219s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
38432024-06-06T20:55:23.883Z PASS [ 0.077s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
38442024-06-06T20:55:24.087Z PASS [ 0.203s] omicron-certificates tests::test_cert_extended_key_usage
38452024-06-06T20:55:24.243Z PASS [ 40.694s] nexus-db-queries policy_test::test_iam_roles_behavior
38462024-06-06T20:55:24.288Z PASS [ 0.191s] omicron-certificates tests::test_common_name_is_validated
38472024-06-06T20:55:24.384Z PASS [ 0.143s] omicron-certificates tests::test_subject_alternate_names_are_validated
38482024-06-06T20:55:24.454Z PASS [ 0.072s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_parse_multiple_lines_from_csv
38492024-06-06T20:55:24.495Z PASS [ 0.040s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_parse_single_line_from_csv
38502024-06-06T20:55:24.531Z PASS [ 0.036s] omicron-common address::test::test_dns_subnets
38512024-06-06T20:55:24.558Z PASS [ 0.028s] omicron-common address::test::test_ip_range_checks_non_decreasing
38522024-06-06T20:55:24.602Z PASS [ 0.039s] omicron-common address::test::test_ip_range_enum_deserialization
38532024-06-06T20:55:24.628Z PASS [ 0.030s] omicron-common address::test::test_ip_range_iter
38542024-06-06T20:55:24.694Z PASS [ 0.050s] omicron-common address::test::test_ip_range_length
38552024-06-06T20:55:24.737Z PASS [ 0.057s] omicron-common address::test::test_ip_range_try_from
38562024-06-06T20:55:24.787Z PASS [ 0.049s] omicron-common address::test::test_ipv6_subnet_deserialize
38572024-06-06T20:55:24.821Z PASS [ 0.035s] omicron-common address::test::test_sled_address
38582024-06-06T20:55:24.854Z PASS [ 0.030s] omicron-common api::external::error::test::test_bail_unless
38592024-06-06T20:55:24.892Z PASS [ 0.033s] omicron-common api::external::error::test::test_context
38602024-06-06T20:55:24.928Z PASS [ 0.043s] omicron-common api::external::http_pagination::test::test_pagination_examples
38612024-06-06T20:55:24.973Z PASS [ 0.046s] omicron-common api::external::http_pagination::test::test_pagination_schemas
38622024-06-06T20:55:25.037Z PASS [ 0.057s] omicron-common api::external::http_pagination::test::test_scan_by_id
38632024-06-06T20:55:25.123Z PASS [ 0.085s] omicron-common api::external::http_pagination::test::test_scan_by_name
38642024-06-06T20:55:25.155Z PASS [ 0.038s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
38652024-06-06T20:55:25.183Z PASS [ 0.031s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
38662024-06-06T20:55:25.236Z PASS [ 0.053s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
38672024-06-06T20:55:25.267Z PASS [ 0.031s] omicron-common api::external::test::test_bytecount
38682024-06-06T20:55:25.295Z PASS [ 0.028s] omicron-common api::external::test::test_bytecount_display
38692024-06-06T20:55:25.333Z PASS [ 0.037s] omicron-common api::external::test::test_digest
38702024-06-06T20:55:25.364Z PASS [ 0.031s] omicron-common api::external::test::test_firewall_deserialization
38712024-06-06T20:55:25.390Z PASS [ 27.254s] nexus-reconfigurator-execution omicron_physical_disks::test::test_deploy_omicron_disks
38722024-06-06T20:55:25.416Z PASS [ 26.977s] nexus-reconfigurator-execution omicron_zones::test::test_deploy_omicron_zones
38732024-06-06T20:55:25.456Z PASS [ 0.065s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
38742024-06-06T20:55:25.457Z PASS [ 0.065s] omicron-common api::external::test::test_firewall_rule_target_parse
38752024-06-06T20:55:25.650Z PASS [ 0.054s] omicron-common api::external::test::test_hostname_from_str
38762024-06-06T20:55:25.650Z PASS [ 0.032s] omicron-common api::external::test::test_ip_port_range_from_str
38772024-06-06T20:55:25.651Z PASS [ 0.031s] omicron-common api::external::test::test_ip_port_range_into_str
38782024-06-06T20:55:25.651Z PASS [ 0.029s] omicron-common api::external::test::test_ipv6_net_operations
38792024-06-06T20:55:25.708Z PASS [ 0.035s] omicron-common api::external::test::test_mac_system_iterator
38802024-06-06T20:55:25.708Z PASS [ 0.035s] omicron-common api::external::test::test_mac_to_int_conversions
38812024-06-06T20:55:25.735Z PASS [ 0.033s] omicron-common api::external::test::test_macaddr
38822024-06-06T20:55:25.735Z PASS [ 0.031s] omicron-common api::external::test::test_name_parse
38832024-06-06T20:55:25.735Z PASS [ 0.033s] omicron-common api::external::test::test_name_parse_from_param
38842024-06-06T20:55:25.736Z PASS [ 0.035s] omicron-common api::external::test::test_resource_name_parse
38852024-06-06T20:55:25.736Z PASS [ 0.032s] omicron-common api::external::test::test_role_name_parse
38862024-06-06T20:55:25.736Z PASS [ 0.031s] omicron-common api::external::test::test_semver_serialize
38872024-06-06T20:55:25.736Z PASS [ 0.063s] omicron-common api::external::test::test_route_destination_parse
38882024-06-06T20:55:25.736Z PASS [ 0.061s] omicron-common api::external::test::test_route_target_parse
38892024-06-06T20:55:25.736Z PASS [ 0.029s] omicron-common api::external::test::test_semver_validation
38902024-06-06T20:55:25.737Z PASS [ 0.029s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
38912024-06-06T20:55:25.737Z PASS [ 0.029s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
38922024-06-06T20:55:25.737Z PASS [ 0.030s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
38932024-06-06T20:55:25.737Z PASS [ 0.030s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string
38942024-06-06T20:55:25.737Z PASS [ 0.047s] omicron-common ledger::test::test_commit_handles_write_failures
38952024-06-06T20:55:25.737Z PASS [ 0.035s] omicron-common ledger::test::test_create_ledger_reads_from_storage
38962024-06-06T20:55:25.737Z PASS [ 0.043s] omicron-common ledger::test::test_create_default_ledger
38972024-06-06T20:55:25.737Z PASS [ 0.036s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
38982024-06-06T20:55:25.737Z PASS [ 0.036s] omicron-common update::tests::serde_artifact_kind
38992024-06-06T20:55:25.767Z PASS [ 0.038s] omicron-common zpool_name::test::test_parse_bad_zpool_names
39002024-06-06T20:55:25.767Z PASS [ 0.029s] omicron-common zpool_name::test::test_parse_external_zpool_name
39012024-06-06T20:55:25.768Z PASS [ 0.029s] omicron-common zpool_name::test::test_parse_internal_zpool_name
39022024-06-06T20:55:25.795Z PASS [ 0.031s] omicron-common zpool_name::test::test_parse_zpool_name_json
39032024-06-06T20:55:25.795Z PASS [ 0.040s] omicron-common zpool_name::test::test_zpool_name_regex
39042024-06-06T20:55:26.507Z PASS [ 0.748s] omicron-dev::test_omicron_dev test_cert_create
39052024-06-06T20:55:26.617Z PASS [ 0.110s] omicron-dev::test_omicron_dev test_omicron_dev_bad_cmd
39062024-06-06T20:55:26.720Z PASS [ 0.103s] omicron-dev::test_omicron_dev test_omicron_dev_db_populate_no_args
39072024-06-06T20:55:26.822Z PASS [ 0.102s] omicron-dev::test_omicron_dev test_omicron_dev_db_wipe_no_args
39082024-06-06T20:55:26.930Z PASS [ 0.108s] omicron-dev::test_omicron_dev test_omicron_dev_no_args
39092024-06-06T20:55:29.401Z PASS [ 6.294s] nexus-types deployment::tri_map::tests::proptest_serialize_roundtrip
39102024-06-06T20:55:29.525Z PASS [ 0.122s] omicron-gateway management_switch::location_map::tests::test_config_validation
39112024-06-06T20:55:29.571Z PASS [ 0.046s] omicron-gateway management_switch::location_map::tests::test_resolve_location
39122024-06-06T20:55:29.773Z PASS [ 37.785s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
39132024-06-06T20:55:30.276Z PASS [ 0.504s] omicron-gateway::test_all integration_tests::component_list::component_list
39142024-06-06T20:55:30.677Z PASS [ 0.401s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
39152024-06-06T20:55:30.986Z PASS [ 0.308s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
39162024-06-06T20:55:31.154Z FAIL [ 1.558s] omicron-gateway::test_all integration_tests::commands::test_mgs_openapi_sled
39172024-06-06T20:55:31.154Z
39182024-06-06T20:55:31.154Z--- STDOUT: omicron-gateway::test_all integration_tests::commands::test_mgs_openapi_sled ---
39192024-06-06T20:55:31.155Z
39202024-06-06T20:55:31.155Zrunning 1 test
39212024-06-06T20:55:31.155Z@@ -2607,15 +2607,16 @@
39222024-06-06T20:55:31.155Z "type": "string"
39232024-06-06T20:55:31.155Z },
39242024-06-06T20:55:31.156Z "name": {
39252024-06-06T20:55:31.156Z "type": "string"
39262024-06-06T20:55:31.156Z },
39272024-06-06T20:55:31.156Z- "version": {
39282024-06-06T20:55:31.156Z+ "sign": {
39292024-06-06T20:55:31.156Z+ "nullable": true,
39302024-06-06T20:55:31.156Z "type": "string"
39312024-06-06T20:55:31.157Z },
39322024-06-06T20:55:31.157Z- "sign": {
39332024-06-06T20:55:31.157Z- "type": "string"
39342024-06-06T20:55:31.157Z+ "version": {
39352024-06-06T20:55:31.158Z+ "type": "string"
39362024-06-06T20:55:31.158Z }
39372024-06-06T20:55:31.158Z },
39382024-06-06T20:55:31.158Z "required": [
39392024-06-06T20:55:31.158Z "board",
39402024-06-06T20:55:31.159Z "git_commit",
39412024-06-06T20:55:31.159Z
39422024-06-06T20:55:31.159Ztest integration_tests::commands::test_mgs_openapi_sled ... FAILED
39432024-06-06T20:55:31.159Z
39442024-06-06T20:55:31.159Zfailures:
39452024-06-06T20:55:31.159Z
39462024-06-06T20:55:31.159Zfailures:
39472024-06-06T20:55:31.159Z integration_tests::commands::test_mgs_openapi_sled
39482024-06-06T20:55:31.160Z
39492024-06-06T20:55:31.160Ztest result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 4 filtered out; finished in 1.49s
39502024-06-06T20:55:31.160Z
39512024-06-06T20:55:31.160Z
39522024-06-06T20:55:31.160Z--- STDERR: omicron-gateway::test_all integration_tests::commands::test_mgs_openapi_sled ---
39532024-06-06T20:55:31.161Zthread 'integration_tests::commands::test_mgs_openapi_sled' panicked at gateway/tests/integration_tests/commands.rs:38:5:
39542024-06-06T20:55:31.161Zassertion failed: string doesn't match the contents of file: "../openapi/gateway.json" see diffset above
39552024-06-06T20:55:31.161Z set EXPECTORATE=overwrite if these changes are intentional
39562024-06-06T20:55:31.161Zstack backtrace:
39572024-06-06T20:55:31.161Z 0: rust_begin_unwind
39582024-06-06T20:55:31.161Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panicking.rs:645:5
39592024-06-06T20:55:31.161Z 1: core::panicking::panic_fmt
39602024-06-06T20:55:31.161Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/panicking.rs:72:14
39612024-06-06T20:55:31.161Z 2: assert_contents<&str>
39622024-06-06T20:55:31.162Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs:64:9
39632024-06-06T20:55:31.162Z 3: test_all::integration_tests::commands::test_mgs_openapi_sled
39642024-06-06T20:55:31.162Z at ./tests/integration_tests/commands.rs:38:5
39652024-06-06T20:55:31.162Z 4: test_all::integration_tests::commands::test_mgs_openapi_sled::{{closure}}
39662024-06-06T20:55:31.162Z at ./tests/integration_tests/commands.rs:22:27
39672024-06-06T20:55:31.163Z 5: core::ops::function::FnOnce::call_once
39682024-06-06T20:55:31.163Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/ops/function.rs:250:5
39692024-06-06T20:55:31.163Z 6: core::ops::function::FnOnce::call_once
39702024-06-06T20:55:31.163Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/ops/function.rs:250:5
39712024-06-06T20:55:31.163Znote: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
39722024-06-06T20:55:31.163Z
39732024-06-06T20:55:31.286Z PASS [ 0.292s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
39742024-06-06T20:55:31.550Z PASS [ 7.274s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
39752024-06-06T20:55:32.509Z PASS [ 9.445s] nexus-types deployment::tri_map::tests::proptest_ops
39762024-06-06T20:55:36.409Z PASS [ 10.641s] omicron-dev::test_omicron_dev test_db_killed
39772024-06-06T20:55:39.039Z PASS [ 17.953s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
39782024-06-06T20:55:45.981Z PASS [ 19.032s] omicron-dev::test_omicron_dev test_run_all
39792024-06-06T20:55:54.219Z PASS [ 28.432s] omicron-dev::test_omicron_dev test_db_run
39802024-06-06T20:55:57.044Z PASS [ 24.536s] omicron-nexus app::background::blueprint_execution::test::test_deploy_omicron_zones
39812024-06-06T20:55:58.147Z PASS [ 21.740s] omicron-nexus app::background::blueprint_load::test::test_load_blueprints
39822024-06-06T20:56:00.360Z PASS [ 29.085s] omicron-nexus app::background::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
39832024-06-06T20:56:00.954Z PASS [ 21.913s] omicron-nexus app::background::common::test::test_activation_in_progress
39842024-06-06T20:56:01.159Z PASS [ 29.611s] omicron-nexus app::background::abandoned_vmm_reaper::tests::vmm_already_deleted
39852024-06-06T20:56:01.509Z PASS [ 30.380s] omicron-nexus app::background::abandoned_vmm_reaper::tests::sled_resource_already_deleted
39862024-06-06T20:56:04.197Z PASS [ 18.232s] omicron-nexus app::background::common::test::test_driver_basic
39872024-06-06T20:56:14.025Z PASS [ 19.809s] omicron-nexus app::background::common::test::test_saga_request_flow
39882024-06-06T20:56:14.801Z PASS [ 0.775s] omicron-nexus app::external_endpoints::test::test_authority
39892024-06-06T20:56:14.922Z PASS [ 0.120s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
39902024-06-06T20:56:16.189Z PASS [ 1.269s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
39912024-06-06T20:56:16.307Z PASS [ 0.116s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
39922024-06-06T20:56:16.368Z PASS [ 0.062s] omicron-nexus app::external_endpoints::test::test_no_endpoint
39932024-06-06T20:56:16.444Z PASS [ 0.072s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
39942024-06-06T20:56:17.689Z PASS [ 20.646s] omicron-nexus app::background::dns_config::test::test_basic
39952024-06-06T20:56:18.068Z PASS [ 19.919s] omicron-nexus app::background::dns_propagation::test::test_basic
39962024-06-06T20:56:20.477Z PASS [ 20.113s] omicron-nexus app::background::external_endpoints::test::test_basic
39972024-06-06T20:56:21.665Z PASS [ 20.717s] omicron-nexus app::background::init::test::test_dns_propagation_basic
39982024-06-06T20:56:21.713Z PASS [ 20.210s] omicron-nexus app::background::inventory_collection::test::test_db_sled_enumerator
39992024-06-06T20:56:22.312Z PASS [ 18.121s] omicron-nexus app::background::metrics_producer_gc::tests::test_pruning
40002024-06-06T20:56:43.648Z PASS [ 42.491s] omicron-nexus app::background::inventory_collection::test::test_basic
40012024-06-06T20:56:46.314Z PASS [ 28.251s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
40022024-06-06T20:56:47.524Z PASS [ 27.053s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
40032024-06-06T20:56:47.580Z PASS [ 31.137s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
40042024-06-06T20:56:48.779Z PASS [ 31.088s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
40052024-06-06T20:56:49.009Z PASS [ 27.296s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
40062024-06-06T20:56:49.345Z PASS [ 27.680s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
40072024-06-06T20:57:20.538Z PASS [ 32.990s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
40082024-06-06T20:57:22.162Z PASS [ 33.390s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
40092024-06-06T20:57:22.306Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
40102024-06-06T20:57:22.411Z PASS [ 34.837s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
40112024-06-06T20:57:23.395Z PASS [ 37.078s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
40122024-06-06T20:57:24.246Z PASS [ 35.242s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
40132024-06-06T20:57:24.339Z PASS [ 34.997s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
40142024-06-06T20:57:43.644Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
40152024-06-06T20:57:53.648Z PASS [ 33.141s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
40162024-06-06T20:57:54.512Z PASS [ 32.352s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
40172024-06-06T20:57:56.943Z PASS [ 32.694s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
40182024-06-06T20:57:57.058Z PASS [ 32.712s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
40192024-06-06T20:58:00.024Z PASS [ 37.603s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
40202024-06-06T20:58:00.459Z PASS [ 37.064s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
40212024-06-06T20:58:22.304Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
40222024-06-06T20:58:23.189Z PASS [ 28.681s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
40232024-06-06T20:58:24.977Z PASS [ 27.929s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
40242024-06-06T20:58:26.402Z PASS [ 25.953s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
40252024-06-06T20:58:26.858Z PASS [ 26.849s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
40262024-06-06T20:58:32.027Z PASS [ 35.086s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
40272024-06-06T20:58:32.110Z PASS [ 0.081s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
40282024-06-06T20:58:43.642Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
40292024-06-06T20:58:45.491Z PASS [ 20.514s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
40302024-06-06T20:58:50.941Z PASS [ 27.753s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
40312024-06-06T20:58:53.644Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
40322024-06-06T20:58:55.097Z PASS [ 61.451s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
40332024-06-06T20:59:01.238Z PASS [ 29.136s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
40342024-06-06T20:59:15.104Z PASS [ 20.010s] omicron-nexus app::sagas::test_saga::test_saga_stuck
40352024-06-06T20:59:22.076Z PASS [ 36.590s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
40362024-06-06T20:59:22.300Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
40372024-06-06T20:59:26.392Z PASS [ 35.452s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
40382024-06-06T20:59:26.421Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
40392024-06-06T20:59:26.446Z PASS [ 0.048s] omicron-nexus external_api::console_api::test::test_accept_gz
40402024-06-06T20:59:26.496Z PASS [ 0.052s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
40412024-06-06T20:59:26.547Z PASS [ 0.054s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
40422024-06-06T20:59:26.624Z PASS [ 0.058s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
40432024-06-06T20:59:26.684Z PASS [ 0.074s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
40442024-06-06T20:59:26.746Z PASS [ 0.063s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
40452024-06-06T20:59:26.820Z PASS [ 0.075s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
40462024-06-06T20:59:26.854Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
40472024-06-06T20:59:26.880Z PASS [ 0.049s] omicron-nexus external_api::console_api::test::test_relative_uri
40482024-06-06T20:59:26.978Z PASS [ 0.111s] omicron-nexus external_api::http_entrypoints::test::test_nexus_tag_policy
40492024-06-06T20:59:27.498Z PASS [ 26.261s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
40502024-06-06T20:59:27.804Z PASS [ 5.728s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
40512024-06-06T20:59:37.107Z PASS [ 22.003s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
40522024-06-06T20:59:43.639Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
40532024-06-06T20:59:45.344Z PASS [ 78.489s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
40542024-06-06T20:59:46.532Z PASS [ 1.185s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
40552024-06-06T20:59:47.726Z PASS [ 1.200s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
40562024-06-06T20:59:47.840Z PASS [ 0.110s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
40572024-06-06T20:59:48.206Z PASS [ 20.713s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
40582024-06-06T20:59:48.365Z PASS [ 20.561s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
40592024-06-06T20:59:59.729Z PASS [ 22.625s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list
40602024-06-06T21:00:08.068Z PASS [ 20.233s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
40612024-06-06T21:00:08.302Z PASS [ 20.096s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
40622024-06-06T21:00:08.994Z PASS [ 20.627s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
40632024-06-06T21:00:20.246Z PASS [ 20.517s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
40642024-06-06T21:00:22.298Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
40652024-06-06T21:00:26.395Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
40662024-06-06T21:00:26.975Z SLOW [> 60.000s] omicron-nexus populate::test::test_populators
40672024-06-06T21:00:27.725Z PASS [ 19.409s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
40682024-06-06T21:00:27.975Z PASS [ 18.986s] omicron-nexus::test_all integration_tests::basic::test_ping
40692024-06-06T21:00:29.111Z PASS [ 21.040s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
40702024-06-06T21:00:43.636Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
40712024-06-06T21:00:45.787Z PASS [ 25.540s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
40722024-06-06T21:00:46.673Z PASS [ 79.701s] omicron-nexus populate::test::test_populators
40732024-06-06T21:00:46.980Z PASS [ 19.007s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
40742024-06-06T21:00:47.932Z PASS [ 18.824s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
40752024-06-06T21:00:58.759Z PASS [ 31.042s] omicron-nexus::test_all integration_tests::basic::test_projects_list
40762024-06-06T21:01:05.148Z PASS [ 19.364s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
40772024-06-06T21:01:05.574Z PASS [ 18.593s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
40782024-06-06T21:01:06.272Z PASS [ 19.589s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
40792024-06-06T21:01:07.953Z PASS [ 1.692s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
40802024-06-06T21:01:07.977Z PASS [ 2.399s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
40812024-06-06T21:01:08.088Z PASS [ 0.135s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
40822024-06-06T21:01:08.658Z PASS [ 0.568s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi_internal
40832024-06-06T21:01:08.733Z PASS [ 20.804s] omicron-nexus::test_all integration_tests::certificates::test_crud
40842024-06-06T21:01:09.097Z PASS [ 1.103s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi
40852024-06-06T21:01:18.339Z PASS [ 19.590s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
40862024-06-06T21:01:22.293Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
40872024-06-06T21:01:26.392Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
40882024-06-06T21:01:27.706Z PASS [ 19.049s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
40892024-06-06T21:01:27.937Z PASS [ 19.203s] omicron-nexus::test_all integration_tests::console_api::test_assets
40902024-06-06T21:01:28.121Z PASS [ 19.049s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
40912024-06-06T21:01:30.321Z PASS [ 25.176s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
40922024-06-06T21:01:42.098Z PASS [ 23.761s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
40932024-06-06T21:01:43.635Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
40942024-06-06T21:01:48.032Z PASS [ 20.099s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
40952024-06-06T21:01:48.393Z PASS [ 20.274s] omicron-nexus::test_all integration_tests::console_api::test_session_me
40962024-06-06T21:01:50.261Z PASS [ 19.942s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
40972024-06-06T21:01:53.377Z PASS [ 25.676s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
40982024-06-06T21:02:06.275Z PASS [ 24.174s] omicron-nexus::test_all integration_tests::console_api::test_sessions
40992024-06-06T21:02:07.634Z PASS [ 19.596s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
41002024-06-06T21:02:07.813Z PASS [ 19.420s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
41012024-06-06T21:02:21.113Z PASS [ 30.851s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
41022024-06-06T21:02:22.290Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
41032024-06-06T21:02:26.391Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
41042024-06-06T21:02:31.433Z PASS [ 38.058s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
41052024-06-06T21:02:34.177Z PASS [ 27.910s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
41062024-06-06T21:02:35.752Z PASS [ 27.941s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
41072024-06-06T21:02:35.878Z PASS [ 28.253s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
41082024-06-06T21:02:43.636Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
41092024-06-06T21:02:48.738Z PASS [ 27.627s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
41102024-06-06T21:02:50.871Z PASS [ 264.471s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
41112024-06-06T21:03:04.220Z PASS [ 28.342s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
41122024-06-06T21:03:11.524Z PASS [ 20.672s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
41132024-06-06T21:03:14.375Z PASS [ 25.636s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
41142024-06-06T21:03:16.745Z PASS [ 42.569s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
41152024-06-06T21:03:17.458Z PASS [ 46.028s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
41162024-06-06T21:03:22.287Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
41172024-06-06T21:03:23.139Z PASS [ 18.923s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
41182024-06-06T21:03:23.292Z PASS [ 47.541s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
41192024-06-06T21:03:35.291Z PASS [ 20.922s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
41202024-06-06T21:03:36.020Z PASS [ 24.495s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
41212024-06-06T21:03:43.627Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
41222024-06-06T21:03:44.328Z PASS [ 27.584s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
41232024-06-06T21:03:48.395Z PASS [ 25.257s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
41242024-06-06T21:03:51.659Z PASS [ 28.370s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
41252024-06-06T21:03:55.665Z PASS [ 38.209s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
41262024-06-06T21:04:03.697Z PASS [ 28.410s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
41272024-06-06T21:04:05.253Z PASS [ 29.236s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
41282024-06-06T21:04:10.439Z PASS [ 26.110s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
41292024-06-06T21:04:15.864Z PASS [ 27.470s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
41302024-06-06T21:04:16.553Z PASS [ 24.897s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
41312024-06-06T21:04:20.892Z PASS [ 25.229s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_after_delete
41322024-06-06T21:04:22.284Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
41332024-06-06T21:04:37.888Z PASS [ 24.062s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
41342024-06-06T21:04:38.008Z PASS [ 27.539s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
41352024-06-06T21:04:38.008Z PASS [ 22.694s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
41362024-06-06T21:04:42.514Z PASS [ 25.963s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
41372024-06-06T21:04:43.073Z PASS [ 27.211s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
41382024-06-06T21:04:43.624Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
41392024-06-06T21:04:51.704Z PASS [ 30.810s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
41402024-06-06T21:05:02.514Z PASS [ 20.000s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
41412024-06-06T21:05:07.111Z PASS [ 37.803s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
41422024-06-06T21:05:12.474Z PASS [ 20.774s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
41432024-06-06T21:05:13.998Z PASS [ 30.921s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
41442024-06-06T21:05:15.104Z PASS [ 43.867s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
41452024-06-06T21:05:15.986Z PASS [ 42.860s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
41462024-06-06T21:05:22.281Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
41472024-06-06T21:05:27.599Z PASS [ 20.490s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
41482024-06-06T21:05:31.541Z PASS [ 29.030s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
41492024-06-06T21:05:31.969Z PASS [ 0.427s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress
41502024-06-06T21:05:32.492Z PASS [ 0.523s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance
41512024-06-06T21:05:32.697Z PASS [ 20.226s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
41522024-06-06T21:05:32.893Z PASS [ 0.402s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure
41532024-06-06T21:05:33.066Z PASS [ 0.369s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled
41542024-06-06T21:05:33.806Z PASS [ 19.817s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
41552024-06-06T21:05:36.744Z PASS [ 20.760s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
41562024-06-06T21:05:36.800Z PASS [ 21.702s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
41572024-06-06T21:05:43.622Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
41582024-06-06T21:05:48.959Z PASS [ 21.361s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
41592024-06-06T21:05:58.197Z PASS [ 25.305s] omicron-nexus::test_all integration_tests::images::test_image_create
41602024-06-06T21:05:58.980Z PASS [ 25.912s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
41612024-06-06T21:06:02.643Z PASS [ 25.842s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
41622024-06-06T21:06:03.174Z PASS [ 26.431s] omicron-nexus::test_all integration_tests::images::test_image_promotion
41632024-06-06T21:06:03.262Z PASS [ 29.455s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
41642024-06-06T21:06:12.199Z PASS [ 9.027s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
41652024-06-06T21:06:12.515Z PASS [ 9.255s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
41662024-06-06T21:06:12.548Z PASS [ 23.567s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
41672024-06-06T21:06:13.744Z PASS [ 11.102s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
41682024-06-06T21:06:20.874Z PASS [ 21.899s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
41692024-06-06T21:06:22.852Z PASS [ 9.565s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
41702024-06-06T21:06:22.877Z SLOW [>600.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
41712024-06-06T21:06:22.877Z PASS [ 24.617s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
41722024-06-06T21:06:36.658Z PASS [ 24.145s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
41732024-06-06T21:06:38.924Z PASS [ 616.658s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
41742024-06-06T21:06:41.957Z PASS [ 19.144s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
41752024-06-06T21:06:43.619Z SLOW [>600.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
41762024-06-06T21:06:45.487Z PASS [ 31.731s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
41772024-06-06T21:06:47.506Z PASS [ 603.900s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
41782024-06-06T21:06:51.463Z PASS [ 29.701s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
41792024-06-06T21:06:54.850Z PASS [ 42.328s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
41802024-06-06T21:06:57.748Z PASS [ 21.092s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
41812024-06-06T21:07:03.174Z PASS [ 21.223s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
41822024-06-06T21:07:04.188Z PASS [ 43.318s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
41832024-06-06T21:07:14.288Z PASS [ 19.439s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
41842024-06-06T21:07:17.707Z PASS [ 38.787s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
41852024-06-06T21:07:18.215Z PASS [ 26.755s] omicron-nexus::test_all integration_tests::instances::test_instance_access
41862024-06-06T21:07:24.577Z PASS [ 39.108s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
41872024-06-06T21:07:28.540Z PASS [ 30.796s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
41882024-06-06T21:07:38.530Z PASS [ 35.356s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
41892024-06-06T21:07:45.367Z PASS [ 41.182s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
41902024-06-06T21:07:47.502Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
41912024-06-06T21:07:48.628Z PASS [ 34.342s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
41922024-06-06T21:07:49.099Z PASS [ 31.393s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
41932024-06-06T21:07:52.638Z PASS [ 34.424s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
41942024-06-06T21:08:06.409Z PASS [ 41.834s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
41952024-06-06T21:08:06.827Z PASS [ 28.300s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
41962024-06-06T21:08:08.147Z PASS [ 80.647s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
41972024-06-06T21:08:09.765Z PASS [ 24.400s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
41982024-06-06T21:08:15.909Z PASS [ 46.973s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
41992024-06-06T21:08:22.989Z PASS [ 34.364s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_error
42002024-06-06T21:08:24.037Z PASS [ 31.400s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
42012024-06-06T21:08:29.755Z PASS [ 40.649s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
42022024-06-06T21:08:37.865Z PASS [ 31.455s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
42032024-06-06T21:08:39.847Z PASS [ 33.022s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p
42042024-06-06T21:08:42.845Z PASS [ 33.082s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
42052024-06-06T21:08:43.642Z PASS [ 20.654s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
42062024-06-06T21:08:50.858Z PASS [ 42.714s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
42072024-06-06T21:08:50.939Z PASS [ 21.196s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
42082024-06-06T21:08:51.789Z PASS [ 36.279s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
42092024-06-06T21:08:54.968Z PASS [ 30.936s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
42102024-06-06T21:09:03.227Z PASS [ 20.383s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
42112024-06-06T21:09:06.142Z PASS [ 28.283s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
42122024-06-06T21:09:07.005Z PASS [ 27.160s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
42132024-06-06T21:09:10.945Z PASS [ 19.161s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
42142024-06-06T21:09:15.224Z PASS [ 20.258s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
42152024-06-06T21:09:18.220Z PASS [ 27.364s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
42162024-06-06T21:09:20.494Z PASS [ 29.555s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
42172024-06-06T21:09:22.027Z PASS [ 38.387s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
42182024-06-06T21:09:23.009Z PASS [ 19.784s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
42192024-06-06T21:09:26.268Z PASS [ 20.127s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
42202024-06-06T21:09:27.122Z PASS [ 20.119s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
42212024-06-06T21:09:34.678Z PASS [ 23.716s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
42222024-06-06T21:09:36.184Z PASS [ 20.959s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
42232024-06-06T21:09:38.918Z PASS [ 20.700s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
42242024-06-06T21:09:40.208Z PASS [ 19.717s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
42252024-06-06T21:09:41.374Z PASS [ 18.364s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
42262024-06-06T21:09:41.602Z PASS [ 19.577s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
42272024-06-06T21:09:46.529Z PASS [ 19.408s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
42282024-06-06T21:09:46.946Z PASS [ 20.680s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
42292024-06-06T21:09:57.407Z PASS [ 22.741s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
42302024-06-06T21:09:57.633Z PASS [ 21.455s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
42312024-06-06T21:10:01.065Z PASS [ 19.691s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total
42322024-06-06T21:10:02.264Z PASS [ 22.057s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
42332024-06-06T21:10:03.281Z PASS [ 24.365s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
42342024-06-06T21:10:10.599Z PASS [ 28.999s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
42352024-06-06T21:10:16.794Z PASS [ 19.156s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
42362024-06-06T21:10:17.039Z PASS [ 19.640s] omicron-nexus::test_all integration_tests::metrics::test_timeseries_schema_list
42372024-06-06T21:10:24.978Z PASS [ 23.916s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
42382024-06-06T21:10:29.207Z PASS [ 42.678s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
42392024-06-06T21:10:35.828Z PASS [ 25.230s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
42402024-06-06T21:10:36.668Z PASS [ 34.394s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
42412024-06-06T21:10:41.458Z PASS [ 24.416s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
42422024-06-06T21:10:41.834Z PASS [ 25.044s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
42432024-06-06T21:10:45.504Z PASS [ 58.561s] omicron-nexus::test_all integration_tests::metrics::test_metrics
42442024-06-06T21:10:53.260Z PASS [ 49.986s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
42452024-06-06T21:11:02.097Z PASS [ 26.269s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
42462024-06-06T21:11:10.920Z PASS [ 45.946s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
42472024-06-06T21:11:14.635Z PASS [ 45.432s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
42482024-06-06T21:11:15.185Z PASS [ 33.353s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
42492024-06-06T21:11:17.376Z PASS [ 24.115s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
42502024-06-06T21:11:18.295Z PASS [ 36.842s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
42512024-06-06T21:11:20.468Z PASS [ 34.963s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
42522024-06-06T21:11:22.269Z PASS [ 45.618s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
42532024-06-06T21:11:38.235Z PASS [ 23.049s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
42542024-06-06T21:11:38.980Z PASS [ 21.608s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
42552024-06-06T21:11:42.015Z PASS [ 19.741s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
42562024-06-06T21:11:43.472Z PASS [ 25.179s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
42572024-06-06T21:11:45.297Z PASS [ 24.833s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
42582024-06-06T21:11:46.476Z PASS [ 44.376s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
42592024-06-06T21:11:59.863Z PASS [ 48.948s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
42602024-06-06T21:12:01.928Z PASS [ 19.918s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
42612024-06-06T21:12:02.621Z PASS [ 24.390s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
42622024-06-06T21:12:03.356Z PASS [ 19.882s] omicron-nexus::test_all integration_tests::projects::test_projects
42632024-06-06T21:12:06.090Z PASS [ 20.781s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits
42642024-06-06T21:12:06.335Z PASS [ 27.346s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
42652024-06-06T21:12:12.829Z PASS [ 58.200s] omicron-nexus::test_all integration_tests::password_login::test_local_users
42662024-06-06T21:12:19.579Z PASS [ 19.711s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
42672024-06-06T21:12:21.067Z PASS [ 19.141s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
42682024-06-06T21:12:23.510Z PASS [ 20.889s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
42692024-06-06T21:12:24.360Z PASS [ 21.009s] omicron-nexus::test_all integration_tests::rack::test_sled_add
42702024-06-06T21:12:24.727Z PASS [ 18.653s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
42712024-06-06T21:12:25.023Z PASS [ 18.700s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
42722024-06-06T21:12:25.507Z PASS [ 0.435s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure
42732024-06-06T21:12:27.824Z PASS [ 3.464s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress
42742024-06-06T21:12:28.289Z PASS [ 3.548s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance
42752024-06-06T21:12:29.048Z PASS [ 3.590s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled
42762024-06-06T21:12:29.155Z PASS [ 0.108s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
42772024-06-06T21:12:29.250Z PASS [ 0.093s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
42782024-06-06T21:12:29.364Z PASS [ 0.116s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
42792024-06-06T21:12:29.468Z PASS [ 0.103s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
42802024-06-06T21:12:29.597Z PASS [ 0.118s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
42812024-06-06T21:12:31.188Z PASS [ 3.360s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch
42822024-06-06T21:12:31.973Z PASS [ 19.141s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
42832024-06-06T21:12:32.105Z PASS [ 45.641s] omicron-nexus::test_all integration_tests::quotas::test_quotas
42842024-06-06T21:12:36.667Z PASS [ 17.093s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
42852024-06-06T21:12:38.259Z PASS [ 17.196s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
42862024-06-06T21:12:43.271Z PASS [ 19.764s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
42872024-06-06T21:12:43.370Z PASS [ 0.098s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
42882024-06-06T21:12:50.750Z PASS [ 21.165s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
42892024-06-06T21:12:51.284Z PASS [ 23.010s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes
42902024-06-06T21:12:51.389Z PASS [ 0.099s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
42912024-06-06T21:12:51.494Z PASS [ 0.106s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
42922024-06-06T21:12:51.575Z PASS [ 20.390s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
42932024-06-06T21:12:51.862Z PASS [ 19.732s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
42942024-06-06T21:12:51.908Z PASS [ 19.937s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
42952024-06-06T21:12:55.977Z PASS [ 19.318s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
42962024-06-06T21:12:56.804Z PASS [ 18.555s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
42972024-06-06T21:13:03.106Z PASS [ 19.747s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
42982024-06-06T21:13:08.298Z PASS [ 16.726s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
42992024-06-06T21:13:08.418Z PASS [ 17.679s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
43002024-06-06T21:13:08.484Z PASS [ 17.004s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
43012024-06-06T21:13:08.540Z PASS [ 16.711s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
43022024-06-06T21:13:08.788Z PASS [ 16.883s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
43032024-06-06T21:13:20.694Z PASS [ 12.396s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
43042024-06-06T21:13:21.215Z PASS [ 12.430s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
43052024-06-06T21:13:33.746Z PASS [ 13.053s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
43062024-06-06T21:13:33.772Z PASS [ 12.538s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
43072024-06-06T21:13:46.181Z PASS [ 12.424s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
43082024-06-06T21:13:46.690Z PASS [ 12.946s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
43092024-06-06T21:13:53.987Z PASS [ 7.298s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
43102024-06-06T21:14:35.301Z PASS [ 41.316s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
43112024-06-06T21:14:41.420Z PASS [ 55.248s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
43122024-06-06T21:14:54.068Z PASS [ 18.769s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
43132024-06-06T21:15:16.967Z PASS [ 35.524s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
43142024-06-06T21:15:31.041Z PASS [ 14.100s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
43152024-06-06T21:15:31.853Z PASS [ 14.894s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
43162024-06-06T21:15:32.499Z PASS [ 15.549s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
43172024-06-06T21:15:32.593Z PASS [ 15.626s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
43182024-06-06T21:15:34.789Z PASS [ 40.620s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
43192024-06-06T21:15:50.630Z PASS [ 19.589s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
43202024-06-06T21:15:51.814Z PASS [ 19.963s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
43212024-06-06T21:15:52.210Z PASS [ 19.709s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
43222024-06-06T21:15:52.707Z PASS [ 20.116s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
43232024-06-06T21:15:53.659Z PASS [ 18.965s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
43242024-06-06T21:15:53.930Z PASS [ 19.206s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
43252024-06-06T21:15:53.959Z PASS [ 19.232s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
43262024-06-06T21:15:55.734Z PASS [ 21.050s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
43272024-06-06T21:16:12.807Z PASS [ 22.178s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
43282024-06-06T21:16:13.634Z PASS [ 21.820s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
43292024-06-06T21:16:13.911Z PASS [ 21.206s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
43302024-06-06T21:16:14.002Z PASS [ 20.059s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
43312024-06-06T21:16:14.366Z PASS [ 20.435s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
43322024-06-06T21:16:15.010Z PASS [ 19.277s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
43332024-06-06T21:16:15.320Z PASS [ 21.664s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
43342024-06-06T21:16:19.090Z PASS [ 26.884s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
43352024-06-06T21:16:33.496Z PASS [ 19.864s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
43362024-06-06T21:16:34.106Z PASS [ 21.298s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
43372024-06-06T21:16:34.960Z PASS [ 19.634s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
43382024-06-06T21:16:35.776Z PASS [ 21.394s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
43392024-06-06T21:16:36.826Z PASS [ 22.915s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
43402024-06-06T21:16:40.008Z PASS [ 26.012s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
43412024-06-06T21:16:45.257Z PASS [ 25.373s] omicron-nexus::test_all integration_tests::silos::test_silos
43422024-06-06T21:16:45.362Z PASS [ 25.708s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
43432024-06-06T21:16:53.430Z PASS [ 19.936s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
43442024-06-06T21:16:56.782Z PASS [ 21.830s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
43452024-06-06T21:16:58.017Z PASS [ 18.012s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
43462024-06-06T21:16:59.888Z PASS [ 19.508s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
43472024-06-06T21:17:00.294Z PASS [ 26.179s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
43482024-06-06T21:17:04.495Z PASS [ 19.696s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
43492024-06-06T21:17:06.479Z PASS [ 30.725s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
43502024-06-06T21:17:08.786Z PASS [ 31.962s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
43512024-06-06T21:17:09.028Z PASS [ 4.538s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress
43522024-06-06T21:17:10.185Z PASS [ 1.400s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure
43532024-06-06T21:17:10.960Z PASS [ 4.481s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance
43542024-06-06T21:17:12.137Z PASS [ 18.707s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
43552024-06-06T21:17:13.405Z PASS [ 4.377s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled
43562024-06-06T21:17:14.603Z PASS [ 4.420s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch
43572024-06-06T21:17:18.069Z PASS [ 3.465s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
43582024-06-06T21:17:25.178Z PASS [ 24.898s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
43592024-06-06T21:17:26.308Z PASS [ 26.423s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
43602024-06-06T21:17:26.649Z PASS [ 28.636s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
43612024-06-06T21:17:26.926Z PASS [ 30.147s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
43622024-06-06T21:17:30.234Z PASS [ 19.277s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
43632024-06-06T21:17:35.350Z PASS [ 17.283s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
43642024-06-06T21:17:40.424Z FAIL [ 15.223s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end
43652024-06-06T21:17:40.424Z
43662024-06-06T21:17:40.424Z--- STDOUT: omicron-nexus::test_all integration_tests::updates::test_update_end_to_end ---
43672024-06-06T21:17:40.424Z
43682024-06-06T21:17:40.425Zrunning 1 test
43692024-06-06T21:17:40.425Ztest integration_tests::updates::test_update_end_to_end ... FAILED
43702024-06-06T21:17:40.425Z
43712024-06-06T21:17:40.425Zfailures:
43722024-06-06T21:17:40.425Z
43732024-06-06T21:17:40.425Zfailures:
43742024-06-06T21:17:40.426Z integration_tests::updates::test_update_end_to_end
43752024-06-06T21:17:40.427Z
43762024-06-06T21:17:40.427Ztest result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 345 filtered out; finished in 15.01s
43772024-06-06T21:17:40.427Z
43782024-06-06T21:17:40.427Z
43792024-06-06T21:17:40.427Z--- STDERR: omicron-nexus::test_all integration_tests::updates::test_update_end_to_end ---
43802024-06-06T21:17:40.427Zlog file: /var/tmp/omicron_tmp/test_all-307257c8e349a81b-test_update_end_to_end.14911.0.log
43812024-06-06T21:17:40.427Znote: configured to log to "/var/tmp/omicron_tmp/test_all-307257c8e349a81b-test_update_end_to_end.14911.0.log"
43822024-06-06T21:17:40.427Zhint: Generated a random key:
43832024-06-06T21:17:40.428Zhint:
43842024-06-06T21:17:40.428Zhint: ed25519:9377fb781851cd3dcea34d5fb315d2892bada17ff1f59c4c597e01e468db46ff
43852024-06-06T21:17:40.428Zhint:
43862024-06-06T21:17:40.428Zhint: To modify this repository, you will need this key. Use the -k/--key
43872024-06-06T21:17:40.428Zhint: command line flag or the TUFACEOUS_KEY environment variable:
43882024-06-06T21:17:40.428Zhint:
43892024-06-06T21:17:40.428Zhint: export TUFACEOUS_KEY=ed25519:9377fb781851cd3dcea34d5fb315d2892bada17ff1f59c4c597e01e468db46ff
43902024-06-06T21:17:40.428Zhint:
43912024-06-06T21:17:40.428Zhint: To prevent this default behavior, use --no-generate-key.
43922024-06-06T21:17:40.428Zlog file: /var/tmp/omicron_tmp/test_all-307257c8e349a81b-test_update_end_to_end.14911.1.log
43932024-06-06T21:17:40.428Znote: configured to log to "/var/tmp/omicron_tmp/test_all-307257c8e349a81b-test_update_end_to_end.14911.1.log"
43942024-06-06T21:17:40.428ZDB URL: postgresql://root@[::1]:38267/omicron?sslmode=disable
43952024-06-06T21:17:40.429ZDB address: [::1]:38267
43962024-06-06T21:17:40.429Zlog file: /var/tmp/omicron_tmp/test_all-307257c8e349a81b-test_update_end_to_end.14911.3.log
43972024-06-06T21:17:40.429Znote: configured to log to "/var/tmp/omicron_tmp/test_all-307257c8e349a81b-test_update_end_to_end.14911.3.log"
43982024-06-06T21:17:40.429Zlog file: /var/tmp/omicron_tmp/test_all-307257c8e349a81b-test_update_end_to_end.14911.4.log
43992024-06-06T21:17:40.429Znote: configured to log to "/var/tmp/omicron_tmp/test_all-307257c8e349a81b-test_update_end_to_end.14911.4.log"
44002024-06-06T21:17:40.429Zthread 'tokio-runtime-worker' panicked at /work/oxidecomputer/omicron/update-common/src/artifacts/update_plan.rs:359:49:
44012024-06-06T21:17:40.429Zshould decode: InvalidHexCharacter { c: 'S', index: 0 }
44022024-06-06T21:17:40.429Zstack backtrace:
44032024-06-06T21:17:40.429Z 0: rust_begin_unwind
44042024-06-06T21:17:40.429Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panicking.rs:645:5
44052024-06-06T21:17:40.429Z 1: core::panicking::panic_fmt
44062024-06-06T21:17:40.429Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/panicking.rs:72:14
44072024-06-06T21:17:40.430Z 2: core::result::unwrap_failed
44082024-06-06T21:17:40.430Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:1654:5
44092024-06-06T21:17:40.430Z 3: core::result::Result<T,E>::expect
44102024-06-06T21:17:40.430Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:1034:23
44112024-06-06T21:17:40.430Z 4: {async_fn#0}<core::pin::Pin<alloc::boxed::Box<(dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, tough::error::Error>> + core::marker::Send), alloc::alloc::Global>>>
44122024-06-06T21:17:40.430Z at /work/oxidecomputer/omicron/update-common/src/artifacts/update_plan.rs:359:23
44132024-06-06T21:17:40.430Z 5: {async_fn#0}<core::pin::Pin<alloc::boxed::Box<(dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, tough::error::Error>> + core::marker::Send), alloc::alloc::Global>>>
44142024-06-06T21:17:40.430Z at /work/oxidecomputer/omicron/update-common/src/artifacts/update_plan.rs:203:75
44152024-06-06T21:17:40.430Z 6: {async_fn#0}<std::io::buffered::bufreader::BufReader<std::fs::File>>
44162024-06-06T21:17:40.430Z at /work/oxidecomputer/omicron/update-common/src/artifacts/artifacts_with_plan.rs:242:18
44172024-06-06T21:17:40.430Z 7: {async_fn#0}<async_stream::async_stream::AsyncStream<core::result::Result<bytes::bytes::Bytes, dropshot::error::HttpError>, dropshot::extractor::body::{impl#2}::into_stream::{async_block_env#0}>>
44182024-06-06T21:17:40.430Z at /work/oxidecomputer/omicron/update-common/src/artifacts/artifacts_with_plan.rs:120:10
44192024-06-06T21:17:40.431Z 8: {async_fn#0}<async_stream::async_stream::AsyncStream<core::result::Result<bytes::bytes::Bytes, dropshot::error::HttpError>, dropshot::extractor::body::{impl#2}::into_stream::{async_block_env#0}>>
44202024-06-06T21:17:40.431Z at ./src/app/update/mod.rs:57:18
44212024-06-06T21:17:40.431Z 9: {async_block#0}
44222024-06-06T21:17:40.431Z at ./src/external_api/http_entrypoints.rs:6480:73
44232024-06-06T21:17:40.431Z 10: {async_fn#0}<omicron_nexus::context::ApiContext, omicron_nexus::external_api::http_entrypoints::{impl#179}::from::system_update_put_repository::{async_fn#0}::{async_block_env#0}, dropshot::handler::HttpResponseOk<omicron_common::api::external::TufRepoInsertResponse>>
44242024-06-06T21:17:40.431Z at /work/oxidecomputer/omicron/oximeter/instruments/src/http.rs:177:30
44252024-06-06T21:17:40.431Z 11: {async_fn#0}
44262024-06-06T21:17:40.431Z at ./src/external_api/http_entrypoints.rs:6487:10
44272024-06-06T21:17:40.483Z 12: {async_block#0}<omicron_nexus::context::ApiContext, fn(dropshot::handler::RequestContext<omicron_nexus::context::ApiContext>, dropshot::extractor::query::Query<nexus_types::external_api::params::UpdatesPutRepositoryParams>, dropshot::extractor::body::StreamingBody) -> omicron_nexus::external_api::http_entrypoints::{impl#179}::from::system_update_put_repository::{async_fn_env#0}, omicron_nexus::external_api::http_entrypoints::{impl#179}::from::system_update_put_repository::{async_fn_env#0}, dropshot::handler::HttpResponseOk<omicron_common::api::external::TufRepoInsertResponse>, dropshot::extractor::query::Query<nexus_types::external_api::params::UpdatesPutRepositoryParams>, dropshot::extractor::body::StreamingBody>
44282024-06-06T21:17:40.483Z at /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/0cd0e82/dropshot/src/handler.rs:350:53
44292024-06-06T21:17:40.483Z 13: poll<alloc::boxed::Box<(dyn core::future::future::Future<Output=core::result::Result<http::response::Response<hyper::body::body::Body>, dropshot::error::HttpError>> + core::marker::Send), alloc::alloc::Global>>
44302024-06-06T21:17:40.484Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/future/future.rs:123:9
44312024-06-06T21:17:40.484Z 14: {async_block#0}<omicron_nexus::context::ApiContext, fn(dropshot::handler::RequestContext<omicron_nexus::context::ApiContext>, dropshot::extractor::query::Query<nexus_types::external_api::params::UpdatesPutRepositoryParams>, dropshot::extractor::body::StreamingBody) -> omicron_nexus::external_api::http_entrypoints::{impl#179}::from::system_update_put_repository::{async_fn_env#0}, (dropshot::extractor::query::Query<nexus_types::external_api::params::UpdatesPutRepositoryParams>, dropshot::extractor::body::StreamingBody), dropshot::handler::HttpResponseOk<omicron_common::api::external::TufRepoInsertResponse>>
44322024-06-06T21:17:40.484Z at /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/0cd0e82/dropshot/src/handler.rs:461:16
44332024-06-06T21:17:40.484Z 15: poll<alloc::boxed::Box<(dyn core::future::future::Future<Output=core::result::Result<http::response::Response<hyper::body::body::Body>, dropshot::error::HttpError>> + core::marker::Send), alloc::alloc::Global>>
44342024-06-06T21:17:40.484Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/future/future.rs:123:9
44352024-06-06T21:17:40.484Z 16: {async_block#0}<omicron_nexus::context::ApiContext>
44362024-06-06T21:17:40.484Z at /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/0cd0e82/dropshot/src/server.rs:943:69
44372024-06-06T21:17:40.484Z 17: {closure#0}<dropshot::server::http_request_handle::{async_fn#0}::{async_block_env#0}<omicron_nexus::context::ApiContext>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>
44382024-06-06T21:17:40.484Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/core.rs:328:17
44392024-06-06T21:17:40.485Z 18: with_mut<tokio::runtime::task::core::Stage<dropshot::server::http_request_handle::{async_fn#0}::{async_block_env#0}<omicron_nexus::context::ApiContext>>, core::task::poll::Poll<()>, tokio::runtime::task::core::{impl#6}::poll::{closure_env#0}<dropshot::server::http_request_handle::{async_fn#0}::{async_block_env#0}<omicron_nexus::context::ApiContext>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>>
44402024-06-06T21:17:40.485Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/loom/std/unsafe_cell.rs:16:9
44412024-06-06T21:17:40.485Z 19: poll<dropshot::server::http_request_handle::{async_fn#0}::{async_block_env#0}<omicron_nexus::context::ApiContext>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>
44422024-06-06T21:17:40.485Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/core.rs:317:13
44432024-06-06T21:17:40.485Z 20: tokio::runtime::task::harness::poll_future::{{closure}}
44442024-06-06T21:17:40.485Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:485:19
44452024-06-06T21:17:40.485Z 21: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
44462024-06-06T21:17:40.485Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/panic/unwind_safe.rs:272:9
44472024-06-06T21:17:40.486Z 22: do_call<core::panic::unwind_safe::AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<dropshot::server::http_request_handle::{async_fn#0}::{async_block_env#0}<omicron_nexus::context::ApiContext>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>>, core::task::poll::Poll<()>>
44482024-06-06T21:17:40.486Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panicking.rs:552:40
44492024-06-06T21:17:40.486Z 23: __rust_try
44502024-06-06T21:17:40.486Z 24: try<core::task::poll::Poll<()>, core::panic::unwind_safe::AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<dropshot::server::http_request_handle::{async_fn#0}::{async_block_env#0}<omicron_nexus::context::ApiContext>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>>>
44512024-06-06T21:17:40.486Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panicking.rs:516:19
44522024-06-06T21:17:40.486Z 25: std::panic::catch_unwind
44532024-06-06T21:17:40.486Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panic.rs:146:14
44542024-06-06T21:17:40.487Z 26: tokio::runtime::task::harness::poll_future
44552024-06-06T21:17:40.487Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:473:18
44562024-06-06T21:17:40.487Z 27: tokio::runtime::task::harness::Harness<T,S>::poll_inner
44572024-06-06T21:17:40.487Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:208:27
44582024-06-06T21:17:40.487Z 28: tokio::runtime::task::harness::Harness<T,S>::poll
44592024-06-06T21:17:40.487Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:153:15
44602024-06-06T21:17:40.487Z 29: tokio::runtime::task::raw::poll
44612024-06-06T21:17:40.488Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/raw.rs:271:5
44622024-06-06T21:17:40.488Z 30: tokio::runtime::task::raw::RawTask::poll
44632024-06-06T21:17:40.488Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/raw.rs:201:18
44642024-06-06T21:17:40.488Z 31: tokio::runtime::task::LocalNotified<S>::run
44652024-06-06T21:17:40.488Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/mod.rs:427:9
44662024-06-06T21:17:40.488Z 32: {closure#0}
44672024-06-06T21:17:40.489Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:576:13
44682024-06-06T21:17:40.489Z 33: with_budget<core::result::Result<alloc::boxed::Box<tokio::runtime::scheduler::multi_thread::worker::Core, alloc::alloc::Global>, ()>, tokio::runtime::scheduler::multi_thread::worker::{impl#1}::run_task::{closure_env#0}>
44692024-06-06T21:17:40.489Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/coop.rs:107:5
44702024-06-06T21:17:40.489Z 34: budget<core::result::Result<alloc::boxed::Box<tokio::runtime::scheduler::multi_thread::worker::Core, alloc::alloc::Global>, ()>, tokio::runtime::scheduler::multi_thread::worker::{impl#1}::run_task::{closure_env#0}>
44712024-06-06T21:17:40.489Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/coop.rs:73:5
44722024-06-06T21:17:40.489Z 35: run_task
44732024-06-06T21:17:40.490Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:575:9
44742024-06-06T21:17:40.490Z 36: tokio::runtime::scheduler::multi_thread::worker::Context::run
44752024-06-06T21:17:40.490Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:526:24
44762024-06-06T21:17:40.490Z 37: tokio::runtime::scheduler::multi_thread::worker::run::{{closure}}::{{closure}}
44772024-06-06T21:17:40.491Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:491:21
44782024-06-06T21:17:40.491Z 38: tokio::runtime::context::scoped::Scoped<T>::set
44792024-06-06T21:17:40.491Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
44802024-06-06T21:17:40.491Z 39: tokio::runtime::context::set_scheduler::{{closure}}
44812024-06-06T21:17:40.491Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context.rs:176:26
44822024-06-06T21:17:40.491Z 40: try_with<tokio::runtime::context::Context, tokio::runtime::context::set_scheduler::{closure_env#0}<(), tokio::runtime::scheduler::multi_thread::worker::run::{closure#0}::{closure_env#0}>, ()>
44832024-06-06T21:17:40.492Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/thread/local.rs:284:16
44842024-06-06T21:17:40.492Z 41: std::thread::local::LocalKey<T>::with
44852024-06-06T21:17:40.492Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/thread/local.rs:260:9
44862024-06-06T21:17:40.492Z 42: tokio::runtime::context::set_scheduler
44872024-06-06T21:17:40.492Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context.rs:176:9
44882024-06-06T21:17:40.492Z 43: tokio::runtime::scheduler::multi_thread::worker::run::{{closure}}
44892024-06-06T21:17:40.492Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:486:9
44902024-06-06T21:17:40.493Z 44: tokio::runtime::context::runtime::enter_runtime
44912024-06-06T21:17:40.493Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
44922024-06-06T21:17:40.493Z 45: tokio::runtime::scheduler::multi_thread::worker::run
44932024-06-06T21:17:40.493Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:478:5
44942024-06-06T21:17:40.493Z 46: tokio::runtime::scheduler::multi_thread::worker::Launch::launch::{{closure}}
44952024-06-06T21:17:40.493Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:447:45
44962024-06-06T21:17:40.493Z 47: <tokio::runtime::blocking::task::BlockingTask<T> as core::future::future::Future>::poll
44972024-06-06T21:17:40.494Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/blocking/task.rs:42:21
44982024-06-06T21:17:40.494Z 48: {closure#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::{impl#0}::launch::{closure_env#0}>, tokio::runtime::blocking::schedule::BlockingSchedule>
44992024-06-06T21:17:40.494Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/core.rs:328:17
45002024-06-06T21:17:40.494Z 49: with_mut<tokio::runtime::task::core::Stage<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::{impl#0}::launch::{closure_env#0}>>, core::task::poll::Poll<()>, tokio::runtime::task::core::{impl#6}::poll::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::{impl#0}::launch::{closure_env#0}>, tokio::runtime::blocking::schedule::BlockingSchedule>>
45012024-06-06T21:17:40.494Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/loom/std/unsafe_cell.rs:16:9
45022024-06-06T21:17:40.494Z 50: poll<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::{impl#0}::launch::{closure_env#0}>, tokio::runtime::blocking::schedule::BlockingSchedule>
45032024-06-06T21:17:40.494Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/core.rs:317:13
45042024-06-06T21:17:40.494Z 51: tokio::runtime::task::harness::poll_future::{{closure}}
45052024-06-06T21:17:40.495Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:485:19
45062024-06-06T21:17:40.495Z 52: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
45072024-06-06T21:17:40.495Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/panic/unwind_safe.rs:272:9
45082024-06-06T21:17:40.495Z 53: do_call<core::panic::unwind_safe::AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::{impl#0}::launch::{closure_env#0}>, tokio::runtime::blocking::schedule::BlockingSchedule>>, core::task::poll::Poll<()>>
45092024-06-06T21:17:40.495Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panicking.rs:552:40
45102024-06-06T21:17:40.495Z 54: __rust_try
45112024-06-06T21:17:40.496Z 55: try<core::task::poll::Poll<()>, core::panic::unwind_safe::AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::{impl#0}::launch::{closure_env#0}>, tokio::runtime::blocking::schedule::BlockingSchedule>>>
45122024-06-06T21:17:40.496Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panicking.rs:516:19
45132024-06-06T21:17:40.496Z 56: std::panic::catch_unwind
45142024-06-06T21:17:40.496Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panic.rs:146:14
45152024-06-06T21:17:40.496Z 57: tokio::runtime::task::harness::poll_future
45162024-06-06T21:17:40.496Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:473:18
45172024-06-06T21:17:40.496Z 58: tokio::runtime::task::harness::Harness<T,S>::poll_inner
45182024-06-06T21:17:40.497Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:208:27
45192024-06-06T21:17:40.497Z 59: tokio::runtime::task::harness::Harness<T,S>::poll
45202024-06-06T21:17:40.497Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:153:15
45212024-06-06T21:17:40.497Z 60: tokio::runtime::task::raw::poll
45222024-06-06T21:17:40.497Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/raw.rs:271:5
45232024-06-06T21:17:40.498Z 61: tokio::runtime::task::raw::RawTask::poll
45242024-06-06T21:17:40.498Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/raw.rs:201:18
45252024-06-06T21:17:40.498Z 62: tokio::runtime::task::UnownedTask<S>::run
45262024-06-06T21:17:40.498Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/mod.rs:464:9
45272024-06-06T21:17:40.526Z 63: tokio::runtime::blocking::pool::Task::run
45282024-06-06T21:17:40.526Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/blocking/pool.rs:159:9
45292024-06-06T21:17:40.527Z 64: run
45302024-06-06T21:17:40.527Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/blocking/pool.rs:513:17
45312024-06-06T21:17:40.527Z 65: tokio::runtime::blocking::pool::Spawner::spawn_thread::{{closure}}
45322024-06-06T21:17:40.527Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/blocking/pool.rs:471:13
45332024-06-06T21:17:40.527Znote: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
45342024-06-06T21:17:40.527ZWARN: dropped CockroachInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked)
45352024-06-06T21:17:40.528ZWARN: temporary directory leaked: "/var/tmp/omicron_tmp/.tmpvXQTu0"
45362024-06-06T21:17:40.528ZIf you would like to access the database for debugging, run the following:
45372024-06-06T21:17:40.528Z
45382024-06-06T21:17:40.528Z# Run the database
45392024-06-06T21:17:40.528Zcargo run --bin omicron-dev db-run --no-populate --store-dir "/var/tmp/omicron_tmp/.tmpvXQTu0/data"
45402024-06-06T21:17:40.528Z# Access the database. Note the port may change if you run multiple databases.
45412024-06-06T21:17:40.528Zcockroach sql --host=localhost:32221 --insecure
45422024-06-06T21:17:40.528ZWARN: dropped ClickHouseInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked)
45432024-06-06T21:17:40.529Zfailed to clean up ClickHouse data dir:
45442024-06-06T21:17:40.529Z- /var/tmp/omicron_tmp/test_all-307257c8e349a81b-test_update_end_to_end.14911.2-clickhouse-Ivmt61: File exists (os error 17)
45452024-06-06T21:17:40.529ZWARN: dropped DendriteInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked)
45462024-06-06T21:17:40.529ZWARN: dendrite temporary directory leaked: /var/tmp/omicron_tmp/.tmp7q8BDJ
45472024-06-06T21:17:40.529ZWARN: dropped DendriteInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked)
45482024-06-06T21:17:40.529ZWARN: dendrite temporary directory leaked: /var/tmp/omicron_tmp/.tmpI6rri3
45492024-06-06T21:17:40.529ZWARN: dropped MgdInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked)
45502024-06-06T21:17:40.530ZWARN: mgd temporary directory leaked: /var/tmp/omicron_tmp/.tmpHX1A0H
45512024-06-06T21:17:40.530ZWARN: dropped MgdInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked)
45522024-06-06T21:17:40.530ZWARN: mgd temporary directory leaked: /var/tmp/omicron_tmp/.tmpfy6umg
45532024-06-06T21:17:40.530ZError: error uploading repository
45542024-06-06T21:17:40.530Z
45552024-06-06T21:17:40.530ZCaused by:
45562024-06-06T21:17:40.531Z 0: making request to server
45572024-06-06T21:17:40.531Z 1: connection closed before message completed
45582024-06-06T21:17:40.531Z
45592024-06-06T21:17:40.531ZStack backtrace:
45602024-06-06T21:17:40.531Z 0: <E as anyhow::context::ext::StdError>::ext_context
45612024-06-06T21:17:40.531Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.86/src/context.rs:27:29
45622024-06-06T21:17:40.531Z 1: anyhow::context::<impl anyhow::Context<T,E> for core::result::Result<T,E>>::context
45632024-06-06T21:17:40.531Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.86/src/context.rs:54:31
45642024-06-06T21:17:40.532Z 2: {async_fn#0}
45652024-06-06T21:17:40.532Z at ./test-utils/src/http_testing.rs:317:28
45662024-06-06T21:17:40.532Z 3: {async_fn#0}
45672024-06-06T21:17:40.532Z at ./test-utils/src/http_testing.rs:602:40
45682024-06-06T21:17:40.532Z 4: {async_block#0}
45692024-06-06T21:17:40.533Z at ./tests/integration_tests/updates.rs:132:18
45702024-06-06T21:17:40.533Z 5: poll<&mut dyn core::future::future::Future<Output=core::result::Result<(), anyhow::Error>>>
45712024-06-06T21:17:40.533Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/future/future.rs:123:9
45722024-06-06T21:17:40.533Z 6: {closure#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=core::result::Result<(), anyhow::Error>>>>
45732024-06-06T21:17:40.533Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/park.rs:281:63
45742024-06-06T21:17:40.533Z 7: with_budget<core::task::poll::Poll<core::result::Result<(), anyhow::Error>>, tokio::runtime::park::{impl#4}::block_on::{closure_env#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=core::result::Result<(), anyhow::Error>>>>>
45752024-06-06T21:17:40.533Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/coop.rs:107:5
45762024-06-06T21:17:40.533Z 8: budget<core::task::poll::Poll<core::result::Result<(), anyhow::Error>>, tokio::runtime::park::{impl#4}::block_on::{closure_env#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=core::result::Result<(), anyhow::Error>>>>>
45772024-06-06T21:17:40.533Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/coop.rs:73:5
45782024-06-06T21:17:40.533Z 9: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=core::result::Result<(), anyhow::Error>>>>
45792024-06-06T21:17:40.534Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/park.rs:281:31
45802024-06-06T21:17:40.534Z 10: tokio::runtime::context::blocking::BlockingRegionGuard::block_on
45812024-06-06T21:17:40.534Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context/blocking.rs:66:9
45822024-06-06T21:17:40.534Z 11: tokio::runtime::scheduler::multi_thread::MultiThread::block_on::{{closure}}
45832024-06-06T21:17:40.534Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/mod.rs:87:13
45842024-06-06T21:17:40.534Z 12: tokio::runtime::context::runtime::enter_runtime
45852024-06-06T21:17:40.534Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
45862024-06-06T21:17:40.534Z 13: tokio::runtime::scheduler::multi_thread::MultiThread::block_on
45872024-06-06T21:17:40.534Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/mod.rs:86:9
45882024-06-06T21:17:40.534Z 14: tokio::runtime::runtime::Runtime::block_on
45892024-06-06T21:17:40.534Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/runtime.rs:351:45
45902024-06-06T21:17:40.534Z 15: test_update_end_to_end
45912024-06-06T21:17:40.535Z at ./tests/integration_tests/updates.rs:269:5
45922024-06-06T21:17:40.535Z 16: test_all::integration_tests::updates::test_update_end_to_end::{{closure}}
45932024-06-06T21:17:40.535Z at ./tests/integration_tests/updates.rs:95:38
45942024-06-06T21:17:40.535Z 17: core::ops::function::FnOnce::call_once
45952024-06-06T21:17:40.535Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/ops/function.rs:250:5
45962024-06-06T21:17:40.535Z 18: core::ops::function::FnOnce::call_once
45972024-06-06T21:17:40.535Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/ops/function.rs:250:5
45982024-06-06T21:17:40.535Z 19: test::__rust_begin_short_backtrace
45992024-06-06T21:17:40.535Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/test/src/lib.rs:621:18
46002024-06-06T21:17:40.535Z 20: test::run_test_in_process::{{closure}}
46012024-06-06T21:17:40.535Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/test/src/lib.rs:644:60
46022024-06-06T21:17:40.535Z 21: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
46032024-06-06T21:17:40.536Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/panic/unwind_safe.rs:272:9
46042024-06-06T21:17:40.536Z 22: std::panicking::try::do_call
46052024-06-06T21:17:40.536Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panicking.rs:552:40
46062024-06-06T21:17:40.536Z 23: std::panicking::try
46072024-06-06T21:17:40.536Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panicking.rs:516:19
46082024-06-06T21:17:40.536Z 24: std::panic::catch_unwind
46092024-06-06T21:17:40.536Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panic.rs:146:14
46102024-06-06T21:17:40.536Z 25: test::run_test_in_process
46112024-06-06T21:17:40.536Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/test/src/lib.rs:644:27
46122024-06-06T21:17:40.536Z 26: test::run_test::{{closure}}
46132024-06-06T21:17:40.536Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/test/src/lib.rs:567:43
46142024-06-06T21:17:40.536Z 27: test::run_test::{{closure}}
46152024-06-06T21:17:40.537Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/test/src/lib.rs:595:41
46162024-06-06T21:17:40.537Z 28: std::sys_common::backtrace::__rust_begin_short_backtrace
46172024-06-06T21:17:40.537Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/sys_common/backtrace.rs:155:18
46182024-06-06T21:17:40.537Z 29: std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}
46192024-06-06T21:17:40.537Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/thread/mod.rs:528:17
46202024-06-06T21:17:40.537Z 30: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
46212024-06-06T21:17:40.537Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/panic/unwind_safe.rs:272:9
46222024-06-06T21:17:40.537Z 31: std::panicking::try::do_call
46232024-06-06T21:17:40.537Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panicking.rs:552:40
46242024-06-06T21:17:40.537Z 32: std::panicking::try
46252024-06-06T21:17:40.537Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panicking.rs:516:19
46262024-06-06T21:17:40.537Z 33: std::panic::catch_unwind
46272024-06-06T21:17:40.598Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panic.rs:146:14
46282024-06-06T21:17:40.598Z 34: std::thread::Builder::spawn_unchecked_::{{closure}}
46292024-06-06T21:17:40.598Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/thread/mod.rs:527:30
46302024-06-06T21:17:40.599Z 35: core::ops::function::FnOnce::call_once{{vtable.shim}}
46312024-06-06T21:17:40.599Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/ops/function.rs:250:5
46322024-06-06T21:17:40.599Z 36: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
46332024-06-06T21:17:40.599Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/alloc/src/boxed.rs:2020:9
46342024-06-06T21:17:40.599Z 37: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
46352024-06-06T21:17:40.599Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/alloc/src/boxed.rs:2020:9
46362024-06-06T21:17:40.599Z 38: std::sys::pal::unix::thread::Thread::new::thread_start
46372024-06-06T21:17:40.599Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/sys/pal/unix/thread.rs:108:17
46382024-06-06T21:17:40.600Z 39: _thrp_setup
46392024-06-06T21:17:40.600Z 40: <unknown>
46402024-06-06T21:17:40.600Z
46412024-06-06T21:17:43.880Z PASS [ 17.572s] omicron-nexus::test_all integration_tests::updates::test_update_uninitialized
46422024-06-06T21:17:45.791Z PASS [ 19.139s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
46432024-06-06T21:17:47.028Z PASS [ 34.895s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
46442024-06-06T21:18:00.380Z PASS [ 30.146s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
46452024-06-06T21:18:01.384Z PASS [ 34.460s] omicron-nexus::test_all integration_tests::utilization::test_utilization
46462024-06-06T21:18:07.050Z PASS [ 31.702s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
46472024-06-06T21:18:08.941Z PASS [ 28.543s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
46482024-06-06T21:18:13.402Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
46492024-06-06T21:18:14.543Z PASS [ 30.667s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
46502024-06-06T21:18:15.940Z PASS [ 30.151s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
46512024-06-06T21:18:18.294Z PASS [ 31.268s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
46522024-06-06T21:18:31.730Z PASS [ 31.348s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
46532024-06-06T21:18:32.116Z PASS [ 30.733s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
46542024-06-06T21:18:36.609Z PASS [ 27.670s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
46552024-06-06T21:18:37.647Z PASS [ 30.598s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
46562024-06-06T21:18:39.077Z PASS [ 24.532s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
46572024-06-06T21:18:47.633Z PASS [ 94.232s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
46582024-06-06T21:18:51.358Z PASS [ 35.420s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
46592024-06-06T21:18:52.439Z PASS [ 34.147s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
46602024-06-06T21:19:08.111Z PASS [ 29.038s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
46612024-06-06T21:19:09.782Z PASS [ 37.667s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
46622024-06-06T21:19:10.957Z PASS [ 39.234s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
46632024-06-06T21:19:11.084Z PASS [ 18.639s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
46642024-06-06T21:19:14.093Z PASS [ 37.479s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
46652024-06-06T21:19:16.412Z PASS [ 38.759s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
46662024-06-06T21:19:21.093Z PASS [ 33.462s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
46672024-06-06T21:19:22.493Z PASS [ 31.136s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
46682024-06-06T21:19:27.588Z PASS [ 19.472s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
46692024-06-06T21:19:29.726Z PASS [ 18.649s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
46702024-06-06T21:19:30.136Z PASS [ 19.173s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
46712024-06-06T21:19:30.903Z PASS [ 20.796s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
46722024-06-06T21:19:34.102Z PASS [ 20.011s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
46732024-06-06T21:19:35.281Z PASS [ 18.459s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
46742024-06-06T21:19:40.751Z PASS [ 19.659s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
46752024-06-06T21:19:41.485Z PASS [ 18.998s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
46762024-06-06T21:19:49.668Z PASS [ 19.945s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
46772024-06-06T21:19:49.799Z PASS [ 19.670s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
46782024-06-06T21:19:49.827Z PASS [ 19.242s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
46792024-06-06T21:19:50.193Z PASS [ 22.609s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
46802024-06-06T21:19:52.511Z PASS [ 18.412s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
46812024-06-06T21:19:53.817Z PASS [ 18.952s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
46822024-06-06T21:19:59.977Z PASS [ 18.494s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
46832024-06-06T21:20:00.535Z PASS [ 19.788s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
46842024-06-06T21:20:08.873Z PASS [ 19.058s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
46852024-06-06T21:20:09.967Z PASS [ 20.170s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
46862024-06-06T21:20:10.019Z PASS [ 20.346s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
46872024-06-06T21:20:10.391Z PASS [ 20.198s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
46882024-06-06T21:20:11.916Z PASS [ 19.412s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
46892024-06-06T21:20:13.000Z PASS [ 19.184s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
46902024-06-06T21:20:19.576Z PASS [ 19.037s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
46912024-06-06T21:20:19.689Z PASS [ 19.713s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
46922024-06-06T21:20:30.175Z PASS [ 21.300s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
46932024-06-06T21:20:31.008Z PASS [ 21.041s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
46942024-06-06T21:20:32.968Z PASS [ 22.957s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
46952024-06-06T21:20:33.043Z PASS [ 0.076s] omicron-package dot::test::test_bad_dependency
46962024-06-06T21:20:33.081Z PASS [ 0.039s] omicron-package dot::test::test_dot_output
46972024-06-06T21:20:34.233Z PASS [ 23.849s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers
46982024-06-06T21:20:34.258Z PASS [ 0.021s] omicron-passwords test::test_password_constraints
46992024-06-06T21:20:35.812Z PASS [ 4.808s] omicron-omdb::test_all_output test_omdb_usage_errors
47002024-06-06T21:20:36.715Z PASS [ 23.719s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
47012024-06-06T21:20:36.768Z PASS [ 0.055s] omicron-passwords test::test_stable
47022024-06-06T21:20:36.793Z PASS [ 2.521s] omicron-passwords test::test_reproducible
47032024-06-06T21:20:36.819Z PASS [ 0.027s] omicron-passwords test::test_weak_hashes
47042024-06-06T21:20:36.819Z PASS [ 0.026s] omicron-rpaths internal::tests::test_configure_from_path
47052024-06-06T21:20:36.844Z PASS [ 0.024s] omicron-rpaths internal::tests::test_emit_rpath
47062024-06-06T21:20:36.844Z PASS [ 0.048s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
47072024-06-06T21:20:36.997Z PASS [ 0.171s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
47082024-06-06T21:20:37.097Z PASS [ 0.099s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
47092024-06-06T21:20:37.246Z PASS [ 0.150s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
47102024-06-06T21:20:37.360Z PASS [ 0.114s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
47112024-06-06T21:20:37.481Z PASS [ 0.642s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
47122024-06-06T21:20:37.553Z PASS [ 0.067s] omicron-sled-agent bootstrap::early_networking::tests::serialized_early_network_config_v0_to_v1_conversion
47132024-06-06T21:20:37.587Z PASS [ 0.037s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
47142024-06-06T21:20:37.677Z PASS [ 0.090s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization
47152024-06-06T21:20:37.719Z PASS [ 0.043s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization_weak_hash
47162024-06-06T21:20:37.758Z PASS [ 0.038s] omicron-sled-agent bootstrap::params::tests::serialize_start_sled_agent_v0_deserialize_v1
47172024-06-06T21:20:37.810Z PASS [ 0.051s] omicron-sled-agent bootstrap::params::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
47182024-06-06T21:20:37.867Z PASS [ 0.057s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
47192024-06-06T21:20:37.912Z PASS [ 0.047s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
47202024-06-06T21:20:37.937Z PASS [ 0.561s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
47212024-06-06T21:20:37.964Z PASS [ 0.029s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
47222024-06-06T21:20:37.964Z PASS [ 0.031s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
47232024-06-06T21:20:37.989Z PASS [ 0.036s] omicron-sled-agent common::instance::test::migration_out_after_migration_in
47242024-06-06T21:20:37.990Z PASS [ 0.037s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
47252024-06-06T21:20:38.014Z PASS [ 0.033s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
47262024-06-06T21:20:38.039Z PASS [ 0.031s] omicron-sled-agent common::instance::test::test_migration_ids_already_set
47272024-06-06T21:20:38.065Z PASS [ 0.047s] omicron-sled-agent config::test::test_smf_configs
47282024-06-06T21:20:38.090Z PASS [ 0.071s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores
47292024-06-06T21:20:38.115Z PASS [ 0.055s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
47302024-06-06T21:20:38.141Z PASS [ 0.042s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
47312024-06-06T21:20:38.165Z PASS [ 0.048s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
47322024-06-06T21:20:38.190Z PASS [ 0.042s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
47332024-06-06T21:20:38.215Z PASS [ 0.042s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
47342024-06-06T21:20:38.910Z PASS [ 5.822s] omicron-passwords test::test_compatible
47352024-06-06T21:20:40.717Z PASS [ 28.803s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
47362024-06-06T21:20:40.781Z PASS [ 2.604s] omicron-sled-agent instance::tests::test_instance_create_events_normal
47372024-06-06T21:20:41.556Z PASS [ 3.348s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_creating_zone
47382024-06-06T21:20:41.583Z PASS [ 21.990s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
47392024-06-06T21:20:41.609Z PASS [ 0.034s] omicron-sled-agent probe_manager::test::probe_state_set_ops
47402024-06-06T21:20:41.609Z PASS [ 0.035s] omicron-sled-agent profile::tests::empty_profile
47412024-06-06T21:20:41.635Z PASS [ 0.035s] omicron-sled-agent profile::tests::test_disabled_instance
47422024-06-06T21:20:41.635Z PASS [ 0.035s] omicron-sled-agent profile::tests::test_instance
47432024-06-06T21:20:41.660Z PASS [ 0.034s] omicron-sled-agent profile::tests::test_multiple
47442024-06-06T21:20:41.685Z PASS [ 0.033s] omicron-sled-agent profile::tests::test_property
47452024-06-06T21:20:41.712Z PASS [ 0.036s] omicron-sled-agent profile::tests::test_property_group
47462024-06-06T21:20:41.712Z PASS [ 0.039s] omicron-sled-agent profile::tests::test_service
47472024-06-06T21:20:41.740Z PASS [ 0.051s] omicron-sled-agent profile::tests::test_service_property_group
47482024-06-06T21:20:41.774Z PASS [ 0.072s] omicron-sled-agent rack_setup::config::test::test_extra_certs
47492024-06-06T21:20:41.800Z PASS [ 0.044s] omicron-sled-agent rack_setup::config::test::test_subnets
47502024-06-06T21:20:41.800Z PASS [ 22.096s] omicron-omdb::test_all_output test_omdb_env_settings
47512024-06-06T21:20:41.825Z PASS [ 0.036s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
47522024-06-06T21:20:41.825Z PASS [ 0.037s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
47532024-06-06T21:20:41.849Z PASS [ 2.936s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
47542024-06-06T21:20:41.874Z PASS [ 0.064s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
47552024-06-06T21:20:41.874Z PASS [ 0.044s] omicron-sled-agent rack_setup::plan::sled::tests::test_read_known_rss_sled_plans
47562024-06-06T21:20:41.874Z PASS [ 0.055s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_v3_schema
47572024-06-06T21:20:41.899Z PASS [ 0.044s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema
47582024-06-06T21:20:41.924Z PASS [ 0.049s] omicron-sled-agent services::test::test_all_zones_requests_schema
47592024-06-06T21:20:41.924Z PASS [ 0.041s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
47602024-06-06T21:20:41.949Z PASS [ 0.085s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
47612024-06-06T21:20:42.727Z PASS [ 2.011s] omicron-sled-agent instance::tests::test_instance_manager_creation
47622024-06-06T21:20:44.392Z PASS [ 2.472s] omicron-sled-agent services::test::test_ensure_service
47632024-06-06T21:20:44.451Z PASS [ 2.507s] omicron-sled-agent services::test::test_ensure_service_which_already_exists
47642024-06-06T21:20:44.498Z PASS [ 2.622s] omicron-sled-agent services::test::test_bad_generations
47652024-06-06T21:20:44.570Z PASS [ 2.631s] omicron-sled-agent services::test::test_ensure_service_before_timesync
47662024-06-06T21:20:44.605Z PASS [ 0.043s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
47672024-06-06T21:20:44.649Z PASS [ 0.048s] omicron-sled-agent services_migration::test::test_all_services_requests_schema
47682024-06-06T21:20:44.717Z PASS [ 1.984s] omicron-sled-agent services::test::test_old_ledger_migration
47692024-06-06T21:20:44.761Z PASS [ 0.049s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
47702024-06-06T21:20:44.790Z PASS [ 0.123s] omicron-sled-agent services_migration::test::test_convert_known_ledgers
47712024-06-06T21:20:44.824Z PASS [ 0.048s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
47722024-06-06T21:20:44.856Z PASS [ 0.049s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
47732024-06-06T21:20:45.293Z PASS [ 0.053s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
47742024-06-06T21:20:45.293Z PASS [ 0.051s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
47752024-06-06T21:20:45.324Z PASS [ 0.052s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
47762024-06-06T21:20:45.324Z PASS [ 0.041s] omicron-sled-agent updates::test::test_query_no_components
47772024-06-06T21:20:45.324Z PASS [ 0.047s] omicron-sled-agent updates::test::test_query_sled_agent_version
47782024-06-06T21:20:45.325Z PASS [ 0.047s] omicron-sled-agent updates::test::test_query_zone_version
47792024-06-06T21:20:45.325Z PASS [ 0.149s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem
47802024-06-06T21:20:45.325Z PASS [ 0.033s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
47812024-06-06T21:20:46.157Z PASS [ 1.766s] omicron-sled-agent services::test::test_old_ledger_migration_bad
47822024-06-06T21:20:46.658Z PASS [ 2.201s] omicron-sled-agent services::test::test_services_are_recreated_on_reboot
47832024-06-06T21:20:46.701Z PASS [ 0.047s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
47842024-06-06T21:20:46.792Z PASS [ 2.209s] omicron-sled-agent services::test::test_services_do_not_persist_without_config
47852024-06-06T21:20:47.496Z PASS [ 2.262s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
47862024-06-06T21:20:48.234Z PASS [ 2.068s] omicron-sled-agent zone_bundle::illumos_tests::test_context
47872024-06-06T21:20:48.294Z PASS [ 0.061s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
47882024-06-06T21:20:48.322Z PASS [ 0.037s] omicron-sled-agent zone_bundle::tests::test_compare_bundles
47892024-06-06T21:20:48.375Z PASS [ 0.058s] omicron-sled-agent zone_bundle::tests::test_disk_usage
47902024-06-06T21:20:48.409Z PASS [ 0.033s] omicron-sled-agent zone_bundle::tests::test_priority_dimension
47912024-06-06T21:20:48.441Z PASS [ 0.034s] omicron-sled-agent zone_bundle::tests::test_sort_zone_bundle_cause
47922024-06-06T21:20:48.480Z PASS [ 0.033s] omicron-sled-agent zone_bundle::tests::test_storage_limit_bytes_available
47932024-06-06T21:20:48.639Z PASS [ 1.920s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
47942024-06-06T21:20:48.816Z PASS [ 12.996s] omicron-passwords test::test_smoke
47952024-06-06T21:20:48.816Z PASS [ 0.181s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
47962024-06-06T21:20:49.010Z PASS [ 2.301s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
47972024-06-06T21:20:49.554Z PASS [ 0.592s] omicron-sled-agent::mod integration_tests::commands::test_bootstrap_agent_openapi_sled
47982024-06-06T21:20:49.554Z PASS [ 0.086s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
47992024-06-06T21:20:49.554Z PASS [ 0.279s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
48002024-06-06T21:20:49.554Z PASS [ 0.307s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_openapi_sled
48012024-06-06T21:20:49.554Z PASS [ 0.052s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
48022024-06-06T21:20:49.555Z PASS [ 0.036s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
48032024-06-06T21:20:49.555Z PASS [ 0.027s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port
48042024-06-06T21:20:49.555Z PASS [ 0.033s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_timeout
48052024-06-06T21:20:49.555Z PASS [ 0.086s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_slow_write
48062024-06-06T21:20:49.555Z PASS [ 0.264s] omicron-test-utils dev::db::test::test_bad_cmd
48072024-06-06T21:20:49.555Z PASS [ 1.974s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
48082024-06-06T21:20:49.555Z PASS [ 0.043s] omicron-test-utils dev::db::test::test_make_pg_config_fail
48092024-06-06T21:20:50.008Z PASS [ 0.027s] omicron-test-utils dev::db::test::test_make_pg_config_ok
48102024-06-06T21:20:50.008Z PASS [ 0.033s] omicron-test-utils dev::db::test::test_process_exit_abnormal
48112024-06-06T21:20:50.008Z PASS [ 0.048s] omicron-test-utils dev::db::test::test_process_exit_normal
48122024-06-06T21:20:50.008Z PASS [ 0.523s] omicron-test-utils dev::db::test::test_cmd_fails
48132024-06-06T21:20:50.008Z PASS [ 0.302s] omicron-test-utils dev::db::test::test_database_start_hang
48142024-06-06T21:20:50.118Z PASS [ 1.033s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
48152024-06-06T21:20:50.157Z PASS [ 0.034s] omicron-test-utils dev::db::test::test_starter_tmpdir
48162024-06-06T21:20:50.212Z PASS [ 0.060s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
48172024-06-06T21:20:50.248Z PASS [ 0.038s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
48182024-06-06T21:20:50.291Z PASS [ 0.038s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
48192024-06-06T21:20:50.354Z PASS [ 0.050s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path
48202024-06-06T21:20:50.470Z LEAK [ 0.796s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
48212024-06-06T21:20:50.470Z PASS [ 0.089s] omicron-test-utils dev::test_cmds::tests::test_redact_extra
48222024-06-06T21:20:50.470Z PASS [ 0.043s] oximeter histogram::tests::test_bin_range
48232024-06-06T21:20:50.470Z PASS [ 0.039s] oximeter histogram::tests::test_bin_range_from
48242024-06-06T21:20:50.505Z PASS [ 0.027s] oximeter histogram::tests::test_bin_range_to
48252024-06-06T21:20:50.505Z PASS [ 0.031s] oximeter histogram::tests::test_empty_bins_not_supported
48262024-06-06T21:20:50.532Z PASS [ 0.026s] oximeter histogram::tests::test_ensure_finite
48272024-06-06T21:20:50.533Z PASS [ 0.030s] oximeter histogram::tests::test_histogram
48282024-06-06T21:20:50.558Z PASS [ 0.025s] oximeter histogram::tests::test_histogram_extreme_bins
48292024-06-06T21:20:50.588Z PASS [ 0.030s] oximeter histogram::tests::test_histogram_extreme_samples
48302024-06-06T21:20:50.589Z PASS [ 0.033s] oximeter histogram::tests::test_histogram_float_bins
48312024-06-06T21:20:50.616Z PASS [ 0.034s] oximeter histogram::tests::test_histogram_to_arrays
48322024-06-06T21:20:50.616Z PASS [ 0.035s] oximeter histogram::tests::test_histogram_unbounded_samples
48332024-06-06T21:20:50.640Z PASS [ 0.033s] oximeter histogram::tests::test_histogram_unsorted_bins
48342024-06-06T21:20:50.665Z PASS [ 0.037s] oximeter histogram::tests::test_histogram_with_bins
48352024-06-06T21:20:50.665Z PASS [ 0.032s] oximeter histogram::tests::test_histogram_with_non_partitioned_bins
48362024-06-06T21:20:50.699Z PASS [ 0.036s] oximeter histogram::tests::test_histogram_with_overlapping_bins
48372024-06-06T21:20:50.724Z PASS [ 5.817s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
48382024-06-06T21:20:50.724Z PASS [ 0.055s] oximeter histogram::tests::test_log_linear_bins_all_representable
48392024-06-06T21:20:50.724Z PASS [ 0.047s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
48402024-06-06T21:20:50.752Z PASS [ 0.048s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
48412024-06-06T21:20:50.752Z PASS [ 0.037s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
48422024-06-06T21:20:51.190Z PASS [ 0.035s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
48432024-06-06T21:20:51.224Z PASS [ 0.038s] oximeter histogram::tests::test_log_linear_bins_integer_size_checks
48442024-06-06T21:20:51.224Z PASS [ 0.032s] oximeter histogram::tests::test_log_linear_bins_small_bin_count
48452024-06-06T21:20:51.224Z PASS [ 0.028s] oximeter histogram::tests::test_span_decades_other_counts_f64
48462024-06-06T21:20:51.224Z PASS [ 0.055s] oximeter histogram::tests::test_span_decades
48472024-06-06T21:20:51.224Z PASS [ 0.033s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_ok
48482024-06-06T21:20:51.224Z PASS [ 0.045s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
48492024-06-06T21:20:51.225Z PASS [ 0.046s] oximeter schema::tests::test_field_schema_ordering
48502024-06-06T21:20:51.225Z PASS [ 0.049s] oximeter schema::tests::test_timeseries_name
48512024-06-06T21:20:51.225Z PASS [ 0.079s] oximeter schema::tests::test_schema_field_ordering_across_target_metric
48522024-06-06T21:20:51.225Z PASS [ 0.058s] oximeter schema::tests::test_timeseries_name_from_str
48532024-06-06T21:20:51.225Z PASS [ 0.041s] oximeter schema::tests::test_timeseries_schema_from_parts
48542024-06-06T21:20:51.225Z PASS [ 0.049s] oximeter schema::tests::test_timeseries_schema_from_sample
48552024-06-06T21:20:51.225Z PASS [ 0.048s] oximeter test_util::tests::test_gen_test_samples
48562024-06-06T21:20:51.225Z PASS [ 0.045s] oximeter traits::tests::test_metric_trait
48572024-06-06T21:20:51.225Z PASS [ 0.028s] oximeter traits::tests::test_producer_trait
48582024-06-06T21:20:51.225Z PASS [ 0.037s] oximeter traits::tests::test_target_trait
48592024-06-06T21:20:51.225Z PASS [ 0.041s] oximeter types::tests::test_cumulative_f64
48602024-06-06T21:20:51.225Z PASS [ 0.043s] oximeter types::tests::test_cumulative_i64
48612024-06-06T21:20:51.225Z PASS [ 0.041s] oximeter types::tests::test_datum
48622024-06-06T21:20:51.225Z PASS [ 0.030s] oximeter types::tests::test_field_value_parse_as_type::case_01_as_string
48632024-06-06T21:20:51.225Z PASS [ 0.059s] oximeter types::tests::test_field_value_parse_as_type::case_04_as_i16
48642024-06-06T21:20:51.225Z PASS [ 0.069s] oximeter types::tests::test_field_value_parse_as_type::case_03_as_u8
48652024-06-06T21:20:51.225Z PASS [ 0.080s] oximeter types::tests::test_field_value_parse_as_type::case_02_as_i8
48662024-06-06T21:20:51.225Z PASS [ 0.094s] oximeter types::tests::test_field_value_parse_as_type::case_05_as_u16
48672024-06-06T21:20:51.252Z PASS [ 0.047s] oximeter types::tests::test_field_value_parse_as_type::case_06_as_i32
48682024-06-06T21:20:51.253Z PASS [ 0.032s] oximeter types::tests::test_field_value_parse_as_type::case_08_as_i64
48692024-06-06T21:20:51.281Z PASS [ 0.065s] oximeter types::tests::test_field_value_parse_as_type::case_07_as_u32
48702024-06-06T21:20:51.281Z PASS [ 0.045s] oximeter types::tests::test_field_value_parse_as_type::case_09_as_u64
48712024-06-06T21:20:51.309Z PASS [ 0.038s] oximeter types::tests::test_field_value_parse_as_type::case_10_as_uuid
48722024-06-06T21:20:51.309Z PASS [ 0.041s] oximeter types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
48732024-06-06T21:20:51.416Z PASS [ 0.045s] oximeter types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
48742024-06-06T21:20:51.457Z PASS [ 0.043s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
48752024-06-06T21:20:51.457Z PASS [ 0.042s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
48762024-06-06T21:20:51.457Z PASS [ 0.037s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
48772024-06-06T21:20:51.457Z PASS [ 0.044s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
48782024-06-06T21:20:51.457Z PASS [ 0.055s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
48792024-06-06T21:20:51.457Z PASS [ 0.055s] oximeter types::tests::test_measurement
48802024-06-06T21:20:51.457Z PASS [ 0.047s] oximeter types::tests::test_sample_struct
48812024-06-06T21:20:51.457Z PASS [ 0.038s] oximeter types::tests::test_verify_field_names
48822024-06-06T21:20:51.501Z PASS [ 0.100s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds
48832024-06-06T21:20:51.653Z PASS [ 0.241s] oximeter-collector agent::tests::test_self_stat_collection_count
48842024-06-06T21:20:51.679Z PASS [ 0.234s] oximeter-collector agent::tests::test_self_stat_error_counter
48852024-06-06T21:20:51.679Z PASS [ 0.175s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
48862024-06-06T21:20:51.704Z PASS [ 0.030s] oximeter-collector self_stats::tests::test_failure_reason_serialization
48872024-06-06T21:20:51.744Z PASS [ 0.080s] oximeter-collector self_stats::tests::test_no_schema_changes
48882024-06-06T21:20:51.805Z PASS [ 0.052s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
48892024-06-06T21:20:51.847Z PASS [ 0.037s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
48902024-06-06T21:20:51.881Z PASS [ 0.038s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
48912024-06-06T21:20:51.974Z PASS [ 0.296s] oximeter-collector::test_commands test_oximeter_no_args
48922024-06-06T21:20:52.117Z PASS [ 0.434s] oximeter-collector::test_commands test_oximeter_openapi
48932024-06-06T21:20:53.145Z PASS [ 22.968s] omicron-omdb::test_all_output test_omdb_success_cases
48942024-06-06T21:20:53.653Z PASS [ 1.332s] oximeter-db client::oxql::tests::test_get_entire_table
48952024-06-06T21:20:53.653Z PASS [ 1.301s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
48962024-06-06T21:20:53.653Z PASS [ 1.234s] oximeter-db client::oxql::tests::test_get_one_timeseries
48972024-06-06T21:20:53.996Z PASS [ 0.724s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
48982024-06-06T21:20:54.388Z PASS [ 1.038s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
48992024-06-06T21:20:54.424Z PASS [ 1.287s] oximeter-db client::oxql::tests::test_limit_operations
49002024-06-06T21:20:54.481Z PASS [ 0.038s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
49012024-06-06T21:20:55.037Z PASS [ 1.041s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
49022024-06-06T21:20:55.356Z PASS [ 0.968s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
49032024-06-06T21:20:55.878Z PASS [ 1.416s] oximeter-db client::tests::test_select_all_field_types
49042024-06-06T21:20:55.910Z PASS [ 0.032s] oximeter-db client::tests::test_unravel_index
49052024-06-06T21:20:55.952Z PASS [ 0.043s] oximeter-db client::tests::test_verify_schema_upgrades
49062024-06-06T21:20:55.983Z PASS [ 0.031s] oximeter-db model::tests::test_db_bool
49072024-06-06T21:20:56.268Z PASS [ 3.056s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
49082024-06-06T21:20:56.298Z PASS [ 7.078s] omicron-test-utils dev::db::test::test_database_concurrent
49092024-06-06T21:20:56.324Z PASS [ 0.027s] oximeter-db model::tests::test_db_datum_type_conversion
49102024-06-06T21:20:56.350Z PASS [ 0.033s] oximeter-db model::tests::test_db_field_list_conversion
49112024-06-06T21:20:56.377Z PASS [ 0.030s] oximeter-db model::tests::test_db_field_type_conversion
49122024-06-06T21:20:56.404Z PASS [ 0.030s] oximeter-db model::tests::test_db_histogram
49132024-06-06T21:20:56.443Z PASS [ 0.032s] oximeter-db model::tests::test_histogram_to_arrays
49142024-06-06T21:20:56.443Z PASS [ 0.453s] oximeter-db model::tests::test_db_bool_bad
49152024-06-06T21:20:56.473Z PASS [ 0.030s] oximeter-db model::tests::test_parse_bytes_measurement
49162024-06-06T21:20:56.502Z PASS [ 0.029s] oximeter-db model::tests::test_parse_string_datum_requiring_escape
49172024-06-06T21:20:56.534Z PASS [ 0.029s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement
49182024-06-06T21:20:56.566Z PASS [ 0.029s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement
49192024-06-06T21:20:56.595Z PASS [ 0.028s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement
49202024-06-06T21:20:56.624Z PASS [ 0.161s] oximeter-db model::tests::test_parse_bad_cumulative_json_data
49212024-06-06T21:20:56.624Z PASS [ 6.898s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
49222024-06-06T21:20:56.624Z PASS [ 0.032s] oximeter-db model::tests::test_unroll_from_source
49232024-06-06T21:20:56.662Z PASS [ 0.032s] oximeter-db model::tests::test_unroll_measurement_row
49242024-06-06T21:20:56.695Z PASS [ 0.038s] oximeter-db model::tests::test_unroll_missing_measurement_row
49252024-06-06T21:20:56.695Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal
49262024-06-06T21:20:56.696Z PASS [ 0.044s] oximeter-db oxql::ast::grammar::tests::test_align_table_op
49272024-06-06T21:20:56.696Z PASS [ 0.033s] oximeter-db oxql::ast::grammar::tests::test_comparison
49282024-06-06T21:20:56.696Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
49292024-06-06T21:20:56.737Z PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_double_literal
49302024-06-06T21:20:56.737Z PASS [ 0.035s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
49312024-06-06T21:20:56.737Z PASS [ 0.037s] oximeter-db oxql::ast::grammar::tests::test_duration_literal
49322024-06-06T21:20:56.779Z PASS [ 0.036s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
49332024-06-06T21:20:56.780Z PASS [ 0.039s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
49342024-06-06T21:20:56.780Z PASS [ 0.037s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
49352024-06-06T21:20:56.780Z PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
49362024-06-06T21:20:56.813Z PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
49372024-06-06T21:20:56.814Z PASS [ 0.040s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op
49382024-06-06T21:20:56.849Z PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_group_by
49392024-06-06T21:20:56.849Z PASS [ 0.048s] oximeter-db oxql::ast::grammar::tests::test_get_table_op
49402024-06-06T21:20:56.849Z PASS [ 0.039s] oximeter-db oxql::ast::grammar::tests::test_ident
49412024-06-06T21:20:56.882Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_integer_literal
49422024-06-06T21:20:56.882Z PASS [ 0.039s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
49432024-06-06T21:20:56.883Z PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
49442024-06-06T21:20:56.917Z PASS [ 0.041s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation
49452024-06-06T21:20:56.917Z PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
49462024-06-06T21:20:56.918Z PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
49472024-06-06T21:20:56.944Z PASS [ 0.037s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
49482024-06-06T21:20:56.944Z PASS [ 0.038s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
49492024-06-06T21:20:56.945Z PASS [ 0.040s] oximeter-db oxql::ast::grammar::tests::test_query
49502024-06-06T21:20:56.978Z PASS [ 0.047s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
49512024-06-06T21:20:57.004Z PASS [ 0.035s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
49522024-06-06T21:20:57.004Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
49532024-06-06T21:20:57.029Z PASS [ 1.646s] oximeter-db client::tests::test_sql_query_output
49542024-06-06T21:20:57.029Z PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
49552024-06-06T21:20:57.029Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_reducer
49562024-06-06T21:20:57.029Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
49572024-06-06T21:20:57.053Z PASS [ 0.033s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal
49582024-06-06T21:20:57.053Z PASS [ 0.032s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
49592024-06-06T21:20:57.085Z PASS [ 0.030s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field
49602024-06-06T21:20:57.086Z PASS [ 0.026s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
49612024-06-06T21:20:57.521Z PASS [ 0.036s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
49622024-06-06T21:20:57.521Z PASS [ 0.037s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
49632024-06-06T21:20:57.521Z PASS [ 0.041s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
49642024-06-06T21:20:57.550Z PASS [ 0.033s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
49652024-06-06T21:20:57.550Z PASS [ 0.034s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
49662024-06-06T21:20:57.550Z PASS [ 0.029s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
49672024-06-06T21:20:57.550Z PASS [ 0.029s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
49682024-06-06T21:20:57.550Z PASS [ 0.049s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
49692024-06-06T21:20:57.550Z PASS [ 0.036s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
49702024-06-06T21:20:57.550Z PASS [ 0.038s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
49712024-06-06T21:20:57.550Z PASS [ 0.038s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
49722024-06-06T21:20:57.551Z PASS [ 0.040s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
49732024-06-06T21:20:57.551Z PASS [ 0.033s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
49742024-06-06T21:20:57.551Z PASS [ 0.032s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
49752024-06-06T21:20:57.551Z PASS [ 0.032s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
49762024-06-06T21:20:57.551Z PASS [ 0.035s] oximeter-db oxql::ast::table_ops::join::tests::test_join_point_arrays
49772024-06-06T21:20:57.551Z PASS [ 0.035s] oximeter-db oxql::ast::table_ops::join::tests::test_push_concrete_values
49782024-06-06T21:20:57.551Z PASS [ 0.034s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
49792024-06-06T21:20:57.551Z PASS [ 0.031s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
49802024-06-06T21:20:57.551Z PASS [ 0.031s] oximeter-db oxql::point::tests::test_cast_points_from_bool
49812024-06-06T21:20:57.551Z PASS [ 0.032s] oximeter-db oxql::point::tests::test_cast_points_from_double
49822024-06-06T21:20:57.551Z PASS [ 0.031s] oximeter-db oxql::point::tests::test_cast_points_from_double_distribution
49832024-06-06T21:20:57.551Z PASS [ 0.032s] oximeter-db oxql::point::tests::test_cast_points_from_int_distribution
49842024-06-06T21:20:57.551Z PASS [ 0.032s] oximeter-db oxql::point::tests::test_cast_points_from_integer
49852024-06-06T21:20:57.551Z PASS [ 0.029s] oximeter-db oxql::point::tests::test_point_delta_between
49862024-06-06T21:20:57.551Z PASS [ 0.046s] oximeter-db oxql::point::tests::test_cast_points_from_string
49872024-06-06T21:20:57.551Z PASS [ 0.034s] oximeter-db oxql::point::tests::test_point_delta_between_overlapping_time_ranges
49882024-06-06T21:20:57.551Z PASS [ 0.030s] oximeter-db oxql::point::tests::test_point_delta_between_with_new_epoch
49892024-06-06T21:20:57.551Z PASS [ 0.030s] oximeter-db oxql::query::tests::test_coalesce_limits
49902024-06-06T21:20:57.552Z PASS [ 0.033s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
49912024-06-06T21:20:57.552Z PASS [ 0.032s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
49922024-06-06T21:20:57.552Z PASS [ 0.041s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
49932024-06-06T21:20:57.552Z PASS [ 0.039s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
49942024-06-06T21:20:57.552Z PASS [ 0.038s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
49952024-06-06T21:20:57.552Z PASS [ 0.031s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
49962024-06-06T21:20:57.552Z PASS [ 0.037s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
49972024-06-06T21:20:57.552Z PASS [ 0.039s] oximeter-db oxql::query::tests::test_coalesce_predicates
49982024-06-06T21:20:57.552Z PASS [ 0.040s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
49992024-06-06T21:20:57.552Z PASS [ 0.035s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
50002024-06-06T21:20:57.552Z PASS [ 0.034s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
50012024-06-06T21:20:57.579Z PASS [ 0.039s] oximeter-db oxql::query::tests::test_query_end_time
50022024-06-06T21:20:57.580Z PASS [ 0.038s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
50032024-06-06T21:20:57.580Z PASS [ 0.031s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
50042024-06-06T21:20:57.621Z PASS [ 0.028s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
50052024-06-06T21:20:57.622Z PASS [ 0.035s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
50062024-06-06T21:20:57.622Z PASS [ 0.027s] oximeter-db query::tests::test_field_cmp
50072024-06-06T21:20:57.622Z PASS [ 0.046s] oximeter-db oxql::query::tests::test_split_query
50082024-06-06T21:20:57.648Z PASS [ 0.029s] oximeter-db query::tests::test_field_selector_as_query
50092024-06-06T21:20:57.648Z PASS [ 0.028s] oximeter-db query::tests::test_field_value_as_db_str
50102024-06-06T21:20:57.678Z PASS [ 0.039s] oximeter-db query::tests::test_select_query_builder_field_selectors
50112024-06-06T21:20:57.679Z PASS [ 0.032s] oximeter-db query::tests::test_select_query_builder_from_parts
50122024-06-06T21:20:57.705Z PASS [ 0.049s] oximeter-db query::tests::test_select_query_builder_filter_raw
50132024-06-06T21:20:57.705Z PASS [ 0.039s] oximeter-db query::tests::test_select_query_builder_full
50142024-06-06T21:20:57.738Z PASS [ 0.033s] oximeter-db query::tests::test_select_query_builder_limit_offset
50152024-06-06T21:20:57.738Z PASS [ 0.036s] oximeter-db query::tests::test_select_query_builder_no_fields
50162024-06-06T21:20:57.764Z PASS [ 0.037s] oximeter-db query::tests::test_select_query_builder_no_selectors
50172024-06-06T21:20:57.765Z PASS [ 0.032s] oximeter-db query::tests::test_time_range
50182024-06-06T21:20:57.765Z PASS [ 0.050s] oximeter-db query::tests::test_string_field_selector
50192024-06-06T21:20:57.792Z PASS [ 0.042s] oximeter-db sql::tests::test_allow_limit_offset
50202024-06-06T21:20:57.792Z PASS [ 0.036s] oximeter-db sql::tests::test_allow_subqueries
50212024-06-06T21:20:57.819Z PASS [ 0.039s] oximeter-db sql::tests::test_cannot_name_database
50222024-06-06T21:20:57.819Z PASS [ 0.036s] oximeter-db sql::tests::test_ctes_are_not_supported
50232024-06-06T21:20:57.844Z PASS [ 0.037s] oximeter-db sql::tests::test_function_allow_list
50242024-06-06T21:20:57.885Z PASS [ 0.036s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
50252024-06-06T21:20:57.885Z PASS [ 0.067s] oximeter-db sql::tests::test_join_must_be_inner
50262024-06-06T21:20:57.931Z PASS [ 0.051s] oximeter-db sql::tests::test_query_must_be_select_statement
50272024-06-06T21:20:57.932Z PASS [ 0.039s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
50282024-06-06T21:20:57.932Z PASS [ 0.042s] oximeter-db sql::tests::test_require_table_is_timeseries_name
50292024-06-06T21:20:57.932Z PASS [ 0.042s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
50302024-06-06T21:20:57.958Z PASS [ 0.047s] oximeter-db sql::tests::test_with_comma_join_fails
50312024-06-06T21:20:57.958Z PASS [ 0.046s] oximeter-db tests::test_timeseries_key_field_stability
50322024-06-06T21:20:57.983Z PASS [ 0.048s] oximeter-db tests::test_timeseries_key_sample_stability
50332024-06-06T21:20:57.983Z PASS [ 0.045s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read
50342024-06-06T21:20:58.024Z PASS [ 0.045s] oximeter-instruments http::tests::test_normalize_uri_path
50352024-06-06T21:20:58.062Z PASS [ 0.067s] oximeter-instruments http::tests::test_latency_tracker
50362024-06-06T21:20:58.140Z PASS [ 0.130s] oximeter-instruments kstat::link::tests::test_kstat_sampler
50372024-06-06T21:20:58.198Z PASS [ 0.142s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
50382024-06-06T21:20:58.199Z PASS [ 0.131s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
50392024-06-06T21:20:58.225Z PASS [ 0.098s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
50402024-06-06T21:20:58.256Z PASS [ 0.086s] oximeter-instruments kstat::link::tests::test_physical_datalink
50412024-06-06T21:20:58.294Z PASS [ 0.079s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
50422024-06-06T21:20:58.320Z PASS [ 0.070s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
50432024-06-06T21:20:58.365Z PASS [ 0.035s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
50442024-06-06T21:20:58.366Z PASS [ 0.145s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
50452024-06-06T21:20:58.391Z PASS [ 0.072s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
50462024-06-06T21:20:58.489Z PASS [ 0.064s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
50472024-06-06T21:20:58.489Z PASS [ 0.038s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
50482024-06-06T21:20:58.489Z PASS [ 0.036s] oximeter-macro-impl tests::test_metric_annotated_field
50492024-06-06T21:20:59.005Z PASS [ 0.034s] oximeter-macro-impl tests::test_metric_datum_field
50502024-06-06T21:20:59.006Z PASS [ 0.032s] oximeter-macro-impl tests::test_metric_enum
50512024-06-06T21:20:59.006Z PASS [ 0.029s] oximeter-macro-impl tests::test_metric_without_datum_field
50522024-06-06T21:20:59.006Z PASS [ 0.028s] oximeter-macro-impl tests::test_target
50532024-06-06T21:20:59.006Z PASS [ 0.027s] oximeter-macro-impl tests::test_target_empty_struct
50542024-06-06T21:20:59.006Z PASS [ 0.027s] oximeter-macro-impl tests::test_target_enum
50552024-06-06T21:20:59.006Z PASS [ 0.026s] oximeter-macro-impl tests::test_target_unit_struct
50562024-06-06T21:20:59.007Z PASS [ 0.027s] oximeter-macro-impl tests::test_target_with_datum_field
50572024-06-06T21:20:59.007Z PASS [ 0.022s] oxlog tests::test_is_oxide_smf_log_file
50582024-06-06T21:20:59.007Z PASS [ 0.024s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
50592024-06-06T21:20:59.007Z PASS [ 0.025s] oxlog tests::test_sort_logs
50602024-06-06T21:20:59.007Z PASS [ 1.597s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
50612024-06-06T21:20:59.007Z PASS [ 0.044s] sled-hardware disk::test::test_disk_paths
50622024-06-06T21:20:59.007Z PASS [ 0.028s] sled-hardware disk::test::test_partition_device_paths
50632024-06-06T21:20:59.007Z PASS [ 0.056s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
50642024-06-06T21:20:59.007Z PASS [ 0.038s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
50652024-06-06T21:20:59.007Z PASS [ 0.038s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
50662024-06-06T21:20:59.008Z PASS [ 0.029s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
50672024-06-06T21:20:59.008Z PASS [ 0.056s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
50682024-06-06T21:20:59.008Z PASS [ 0.043s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
50692024-06-06T21:20:59.008Z PASS [ 0.040s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
50702024-06-06T21:20:59.008Z PASS [ 0.042s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
50712024-06-06T21:20:59.036Z PASS [ 0.084s] sled-storage dataset::test::serialize_dataset_name
50722024-06-06T21:20:59.080Z PASS [ 0.567s] reconfigurator-cli::test_basic test_basic
50732024-06-06T21:20:59.114Z PASS [ 0.055s] sled-storage manager::test::test_omicron_physical_disks_schema
50742024-06-06T21:21:00.240Z PASS [ 1.158s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool
50752024-06-06T21:21:00.302Z PASS [ 0.062s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification
50762024-06-06T21:21:01.739Z PASS [ 3.271s] oximeter-producer tests::test_producer_registration_task
50772024-06-06T21:21:01.795Z PASS [ 0.060s] sled-storage manager::tests::ensure_using_exactly_these_disks
50782024-06-06T21:21:01.889Z PASS [ 2.816s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager
50792024-06-06T21:21:03.854Z PASS [ 3.547s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready
50802024-06-06T21:21:03.986Z PASS [ 2.182s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2
50812024-06-06T21:21:05.682Z PASS [ 15.993s] omicron-test-utils dev::db::test::test_setup_database_default_dir
50822024-06-06T21:21:06.162Z PASS [ 2.167s] sled-storage manager::tests::upsert_filesystem
50832024-06-06T21:21:06.206Z PASS [ 4.313s] sled-storage manager::tests::ledgerless_to_ledgered_migration
50842024-06-06T21:21:06.471Z PASS [ 2.622s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
50852024-06-06T21:21:06.864Z PASS [ 0.664s] tufaceous::integration-tests command_tests::test_init_and_add
50862024-06-06T21:21:06.907Z PASS [ 1.230s] sled-storage manager::tests::wait_for_boot_disk
50872024-06-06T21:21:06.931Z PASS [ 0.050s] tufaceous-lib archive::tests::test_validate_path
50882024-06-06T21:21:06.961Z PASS [ 0.044s] tufaceous-lib key::tests::test_from_str
50892024-06-06T21:21:06.985Z PASS [ 0.062s] tufaceous-lib assemble::manifest::tests::fake_roundtrip
50902024-06-06T21:21:07.139Z PASS [ 0.174s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
50912024-06-06T21:21:07.214Z PASS [ 0.744s] tufaceous::manifest-tests check_manifest::fake.toml
50922024-06-06T21:21:07.257Z PASS [ 1.111s] tufaceous::integration-tests command_tests::test_assemble_fake
50932024-06-06T21:21:07.826Z FAIL [ 0.557s] update-common artifacts::update_plan::tests::test_bad_rot_versions
50942024-06-06T21:21:07.826Z
50952024-06-06T21:21:07.826Z--- STDOUT: update-common artifacts::update_plan::tests::test_bad_rot_versions ---
50962024-06-06T21:21:07.826Z
50972024-06-06T21:21:07.826Zrunning 1 test
50982024-06-06T21:21:07.826Ztest artifacts::update_plan::tests::test_bad_rot_versions ... FAILED
50992024-06-06T21:21:07.826Z
51002024-06-06T21:21:07.826Zfailures:
51012024-06-06T21:21:07.826Z
51022024-06-06T21:21:07.826Zfailures:
51032024-06-06T21:21:07.826Z artifacts::update_plan::tests::test_bad_rot_versions
51042024-06-06T21:21:07.826Z
51052024-06-06T21:21:07.826Ztest result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 4 filtered out; finished in 0.48s
51062024-06-06T21:21:07.826Z
51072024-06-06T21:21:07.826Z
51082024-06-06T21:21:07.826Z--- STDERR: update-common artifacts::update_plan::tests::test_bad_rot_versions ---
51092024-06-06T21:21:07.826Zlog file: /var/tmp/omicron_tmp/update_common-217b31c4cc0f0d0a-test_multi_rot_version.18199.0.log
51102024-06-06T21:21:07.827Znote: configured to log to "/var/tmp/omicron_tmp/update_common-217b31c4cc0f0d0a-test_multi_rot_version.18199.0.log"
51112024-06-06T21:21:07.827Zthread 'artifacts::update_plan::tests::test_bad_rot_versions' panicked at update-common/src/artifacts/update_plan.rs:359:49:
51122024-06-06T21:21:07.827Zshould decode: InvalidHexCharacter { c: 'g', index: 0 }
51132024-06-06T21:21:07.827Zstack backtrace:
51142024-06-06T21:21:07.827Z 0: rust_begin_unwind
51152024-06-06T21:21:07.827Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panicking.rs:645:5
51162024-06-06T21:21:07.827Z 1: core::panicking::panic_fmt
51172024-06-06T21:21:07.827Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/panicking.rs:72:14
51182024-06-06T21:21:07.827Z 2: core::result::unwrap_failed
51192024-06-06T21:21:07.827Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:1654:5
51202024-06-06T21:21:07.827Z 3: core::result::Result<T,E>::expect
51212024-06-06T21:21:07.827Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:1034:23
51222024-06-06T21:21:07.827Z 4: {async_fn#0}<futures_util::stream::iter::Iter<core::array::iter::IntoIter<core::result::Result<bytes::bytes::Bytes, tough::error::Error>, 1>>>
51232024-06-06T21:21:07.827Z at ./src/artifacts/update_plan.rs:359:23
51242024-06-06T21:21:07.827Z 5: {async_fn#0}<futures_util::stream::iter::Iter<core::array::iter::IntoIter<core::result::Result<bytes::bytes::Bytes, tough::error::Error>, 1>>>
51252024-06-06T21:21:07.827Z at ./src/artifacts/update_plan.rs:203:75
51262024-06-06T21:21:07.827Z 6: {async_block#0}
51272024-06-06T21:21:07.827Z at ./src/artifacts/update_plan.rs:1164:18
51282024-06-06T21:21:07.827Z 7: poll<&mut dyn core::future::future::Future<Output=()>>
51292024-06-06T21:21:07.827Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/future/future.rs:123:9
51302024-06-06T21:21:07.827Z 8: {closure#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
51312024-06-06T21:21:07.827Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/park.rs:281:63
51322024-06-06T21:21:07.827Z 9: with_budget<core::task::poll::Poll<()>, tokio::runtime::park::{impl#4}::block_on::{closure_env#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
51332024-06-06T21:21:07.828Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/coop.rs:107:5
51342024-06-06T21:21:07.828Z 10: budget<core::task::poll::Poll<()>, tokio::runtime::park::{impl#4}::block_on::{closure_env#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
51352024-06-06T21:21:07.828Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/coop.rs:73:5
51362024-06-06T21:21:07.828Z 11: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
51372024-06-06T21:21:07.828Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/park.rs:281:31
51382024-06-06T21:21:07.828Z 12: tokio::runtime::context::blocking::BlockingRegionGuard::block_on
51392024-06-06T21:21:07.828Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context/blocking.rs:66:9
51402024-06-06T21:21:07.828Z 13: tokio::runtime::scheduler::multi_thread::MultiThread::block_on::{{closure}}
51412024-06-06T21:21:07.828Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/mod.rs:87:13
51422024-06-06T21:21:07.828Z 14: tokio::runtime::context::runtime::enter_runtime
51432024-06-06T21:21:07.828Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
51442024-06-06T21:21:07.828Z 15: tokio::runtime::scheduler::multi_thread::MultiThread::block_on
51452024-06-06T21:21:07.828Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/mod.rs:86:9
51462024-06-06T21:21:07.828Z 16: tokio::runtime::runtime::Runtime::block_on
51472024-06-06T21:21:07.828Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/runtime.rs:351:45
51482024-06-06T21:21:07.828Z 17: test_bad_rot_versions
51492024-06-06T21:21:07.828Z at ./src/artifacts/update_plan.rs:1181:9
51502024-06-06T21:21:07.828Z 18: update_common::artifacts::update_plan::tests::test_bad_rot_versions::{{closure}}
51512024-06-06T21:21:07.828Z at ./src/artifacts/update_plan.rs:1056:37
51522024-06-06T21:21:07.828Z 19: core::ops::function::FnOnce::call_once
51532024-06-06T21:21:07.828Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/ops/function.rs:250:5
51542024-06-06T21:21:07.828Z 20: core::ops::function::FnOnce::call_once
51552024-06-06T21:21:07.828Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/ops/function.rs:250:5
51562024-06-06T21:21:07.828Znote: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
51572024-06-06T21:21:07.829Z
51582024-06-06T21:21:07.829Z FAIL [ 0.516s] update-common artifacts::update_plan::tests::test_multi_rot_version
51592024-06-06T21:21:07.829Z
51602024-06-06T21:21:07.829Z--- STDOUT: update-common artifacts::update_plan::tests::test_multi_rot_version ---
51612024-06-06T21:21:07.829Z
51622024-06-06T21:21:07.829Zrunning 1 test
51632024-06-06T21:21:07.829Ztest artifacts::update_plan::tests::test_multi_rot_version ... FAILED
51642024-06-06T21:21:07.829Z
51652024-06-06T21:21:07.829Zfailures:
51662024-06-06T21:21:07.829Z
51672024-06-06T21:21:07.829Zfailures:
51682024-06-06T21:21:07.829Z artifacts::update_plan::tests::test_multi_rot_version
51692024-06-06T21:21:07.829Z
51702024-06-06T21:21:07.829Ztest result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 4 filtered out; finished in 0.43s
51712024-06-06T21:21:07.829Z
51722024-06-06T21:21:07.829Z
51732024-06-06T21:21:07.829Z--- STDERR: update-common artifacts::update_plan::tests::test_multi_rot_version ---
51742024-06-06T21:21:07.829Zlog file: /var/tmp/omicron_tmp/update_common-217b31c4cc0f0d0a-test_multi_rot_version.18200.0.log
51752024-06-06T21:21:07.829Znote: configured to log to "/var/tmp/omicron_tmp/update_common-217b31c4cc0f0d0a-test_multi_rot_version.18200.0.log"
51762024-06-06T21:21:07.829Zthread 'artifacts::update_plan::tests::test_multi_rot_version' panicked at update-common/src/artifacts/update_plan.rs:359:49:
51772024-06-06T21:21:07.829Zshould decode: InvalidHexCharacter { c: 'g', index: 0 }
51782024-06-06T21:21:07.829Zstack backtrace:
51792024-06-06T21:21:07.829Z 0: rust_begin_unwind
51802024-06-06T21:21:07.830Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panicking.rs:645:5
51812024-06-06T21:21:07.830Z 1: core::panicking::panic_fmt
51822024-06-06T21:21:07.830Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/panicking.rs:72:14
51832024-06-06T21:21:07.830Z 2: core::result::unwrap_failed
51842024-06-06T21:21:07.830Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:1654:5
51852024-06-06T21:21:07.830Z 3: core::result::Result<T,E>::expect
51862024-06-06T21:21:07.830Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:1034:23
51872024-06-06T21:21:07.830Z 4: {async_fn#0}<futures_util::stream::iter::Iter<core::array::iter::IntoIter<core::result::Result<bytes::bytes::Bytes, tough::error::Error>, 1>>>
51882024-06-06T21:21:07.830Z at ./src/artifacts/update_plan.rs:359:23
51892024-06-06T21:21:07.830Z 5: {async_fn#0}<futures_util::stream::iter::Iter<core::array::iter::IntoIter<core::result::Result<bytes::bytes::Bytes, tough::error::Error>, 1>>>
51902024-06-06T21:21:07.830Z at ./src/artifacts/update_plan.rs:203:75
51912024-06-06T21:21:07.830Z 6: {async_block#0}
51922024-06-06T21:21:07.830Z at ./src/artifacts/update_plan.rs:1300:18
51932024-06-06T21:21:07.867Z 7: poll<&mut dyn core::future::future::Future<Output=()>>
51942024-06-06T21:21:07.867Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/future/future.rs:123:9
51952024-06-06T21:21:07.867Z 8: {closure#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
51962024-06-06T21:21:07.867Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/park.rs:281:63
51972024-06-06T21:21:07.867Z 9: with_budget<core::task::poll::Poll<()>, tokio::runtime::park::{impl#4}::block_on::{closure_env#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
51982024-06-06T21:21:07.868Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/coop.rs:107:5
51992024-06-06T21:21:07.868Z 10: budget<core::task::poll::Poll<()>, tokio::runtime::park::{impl#4}::block_on::{closure_env#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
52002024-06-06T21:21:07.868Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/coop.rs:73:5
52012024-06-06T21:21:07.868Z 11: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
52022024-06-06T21:21:07.868Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/park.rs:281:31
52032024-06-06T21:21:07.868Z 12: tokio::runtime::context::blocking::BlockingRegionGuard::block_on
52042024-06-06T21:21:07.868Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context/blocking.rs:66:9
52052024-06-06T21:21:07.868Z 13: tokio::runtime::scheduler::multi_thread::MultiThread::block_on::{{closure}}
52062024-06-06T21:21:07.868Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/mod.rs:87:13
52072024-06-06T21:21:07.868Z 14: tokio::runtime::context::runtime::enter_runtime
52082024-06-06T21:21:07.868Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
52092024-06-06T21:21:07.868Z 15: tokio::runtime::scheduler::multi_thread::MultiThread::block_on
52102024-06-06T21:21:07.868Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/mod.rs:86:9
52112024-06-06T21:21:07.868Z 16: tokio::runtime::runtime::Runtime::block_on
52122024-06-06T21:21:07.868Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/runtime.rs:351:45
52132024-06-06T21:21:07.868Z 17: test_multi_rot_version
52142024-06-06T21:21:07.868Z at ./src/artifacts/update_plan.rs:1334:9
52152024-06-06T21:21:07.868Z 18: update_common::artifacts::update_plan::tests::test_multi_rot_version::{{closure}}
52162024-06-06T21:21:07.868Z at ./src/artifacts/update_plan.rs:1189:38
52172024-06-06T21:21:07.868Z 19: core::ops::function::FnOnce::call_once
52182024-06-06T21:21:07.868Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/ops/function.rs:250:5
52192024-06-06T21:21:07.868Z 20: core::ops::function::FnOnce::call_once
52202024-06-06T21:21:07.868Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/ops/function.rs:250:5
52212024-06-06T21:21:07.869Znote: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
52222024-06-06T21:21:07.869Z
52232024-06-06T21:21:08.117Z FAIL [ 0.339s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
52242024-06-06T21:21:08.117Z
52252024-06-06T21:21:08.118Z--- STDOUT: update-common artifacts::update_plan::tests::test_update_plan_from_artifacts ---
52262024-06-06T21:21:08.118Z
52272024-06-06T21:21:08.118Zrunning 1 test
52282024-06-06T21:21:08.118Ztest artifacts::update_plan::tests::test_update_plan_from_artifacts ... FAILED
52292024-06-06T21:21:08.118Z
52302024-06-06T21:21:08.118Zfailures:
52312024-06-06T21:21:08.118Z
52322024-06-06T21:21:08.118Zfailures:
52332024-06-06T21:21:08.118Z artifacts::update_plan::tests::test_update_plan_from_artifacts
52342024-06-06T21:21:08.118Z
52352024-06-06T21:21:08.118Ztest result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 4 filtered out; finished in 0.27s
52362024-06-06T21:21:08.118Z
52372024-06-06T21:21:08.118Z
52382024-06-06T21:21:08.118Z--- STDERR: update-common artifacts::update_plan::tests::test_update_plan_from_artifacts ---
52392024-06-06T21:21:08.118Zlog file: /var/tmp/omicron_tmp/update_common-217b31c4cc0f0d0a-test_update_plan_from_artifacts.18201.0.log
52402024-06-06T21:21:08.118Znote: configured to log to "/var/tmp/omicron_tmp/update_common-217b31c4cc0f0d0a-test_update_plan_from_artifacts.18201.0.log"
52412024-06-06T21:21:08.118Zthread 'artifacts::update_plan::tests::test_update_plan_from_artifacts' panicked at update-common/src/artifacts/update_plan.rs:359:49:
52422024-06-06T21:21:08.118Zshould decode: InvalidHexCharacter { c: 'g', index: 0 }
52432024-06-06T21:21:08.118Zstack backtrace:
52442024-06-06T21:21:08.118Z 0: rust_begin_unwind
52452024-06-06T21:21:08.118Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panicking.rs:645:5
52462024-06-06T21:21:08.118Z 1: core::panicking::panic_fmt
52472024-06-06T21:21:08.119Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/panicking.rs:72:14
52482024-06-06T21:21:08.119Z 2: core::result::unwrap_failed
52492024-06-06T21:21:08.119Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:1654:5
52502024-06-06T21:21:08.119Z 3: core::result::Result<T,E>::expect
52512024-06-06T21:21:08.119Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:1034:23
52522024-06-06T21:21:08.119Z 4: {async_fn#0}<futures_util::stream::iter::Iter<core::array::iter::IntoIter<core::result::Result<bytes::bytes::Bytes, tough::error::Error>, 1>>>
52532024-06-06T21:21:08.119Z at ./src/artifacts/update_plan.rs:359:23
52542024-06-06T21:21:08.119Z 5: {async_fn#0}<futures_util::stream::iter::Iter<core::array::iter::IntoIter<core::result::Result<bytes::bytes::Bytes, tough::error::Error>, 1>>>
52552024-06-06T21:21:08.119Z at ./src/artifacts/update_plan.rs:203:75
52562024-06-06T21:21:08.119Z 6: {async_block#0}
52572024-06-06T21:21:08.119Z at ./src/artifacts/update_plan.rs:1469:18
52582024-06-06T21:21:08.119Z 7: poll<&mut dyn core::future::future::Future<Output=()>>
52592024-06-06T21:21:08.119Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/future/future.rs:123:9
52602024-06-06T21:21:08.119Z 8: {closure#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
52612024-06-06T21:21:08.119Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/park.rs:281:63
52622024-06-06T21:21:08.119Z 9: with_budget<core::task::poll::Poll<()>, tokio::runtime::park::{impl#4}::block_on::{closure_env#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
52632024-06-06T21:21:08.119Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/coop.rs:107:5
52642024-06-06T21:21:08.119Z 10: budget<core::task::poll::Poll<()>, tokio::runtime::park::{impl#4}::block_on::{closure_env#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
52652024-06-06T21:21:08.119Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/coop.rs:73:5
52662024-06-06T21:21:08.119Z 11: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
52672024-06-06T21:21:08.119Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/park.rs:281:31
52682024-06-06T21:21:08.119Z 12: tokio::runtime::context::blocking::BlockingRegionGuard::block_on
52692024-06-06T21:21:08.119Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context/blocking.rs:66:9
52702024-06-06T21:21:08.120Z 13: tokio::runtime::scheduler::multi_thread::MultiThread::block_on::{{closure}}
52712024-06-06T21:21:08.120Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/mod.rs:87:13
52722024-06-06T21:21:08.120Z 14: tokio::runtime::context::runtime::enter_runtime
52732024-06-06T21:21:08.120Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
52742024-06-06T21:21:08.120Z 15: tokio::runtime::scheduler::multi_thread::MultiThread::block_on
52752024-06-06T21:21:08.120Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/mod.rs:86:9
52762024-06-06T21:21:08.120Z 16: tokio::runtime::runtime::Runtime::block_on
52772024-06-06T21:21:08.120Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/runtime.rs:351:45
52782024-06-06T21:21:08.120Z 17: test_update_plan_from_artifacts
52792024-06-06T21:21:08.120Z at ./src/artifacts/update_plan.rs:1582:9
52802024-06-06T21:21:08.120Z 18: update_common::artifacts::update_plan::tests::test_update_plan_from_artifacts::{{closure}}
52812024-06-06T21:21:08.120Z at ./src/artifacts/update_plan.rs:1340:47
52822024-06-06T21:21:08.120Z 19: core::ops::function::FnOnce::call_once
52832024-06-06T21:21:08.120Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/ops/function.rs:250:5
52842024-06-06T21:21:08.120Z 20: core::ops::function::FnOnce::call_once
52852024-06-06T21:21:08.120Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/ops/function.rs:250:5
52862024-06-06T21:21:08.120Znote: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
52872024-06-06T21:21:08.120Z
52882024-06-06T21:21:08.146Z FAIL [ 1.169s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
52892024-06-06T21:21:08.147Z
52902024-06-06T21:21:08.147Z--- STDOUT: update-common artifacts::artifacts_with_plan::tests::test_extract_fake ---
52912024-06-06T21:21:08.147Z
52922024-06-06T21:21:08.147Zrunning 1 test
52932024-06-06T21:21:08.147Ztest artifacts::artifacts_with_plan::tests::test_extract_fake ... FAILED
52942024-06-06T21:21:08.147Z
52952024-06-06T21:21:08.147Zfailures:
52962024-06-06T21:21:08.147Z
52972024-06-06T21:21:08.147Zfailures:
52982024-06-06T21:21:08.147Z artifacts::artifacts_with_plan::tests::test_extract_fake
52992024-06-06T21:21:08.147Z
53002024-06-06T21:21:08.147Ztest result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 4 filtered out; finished in 1.07s
53012024-06-06T21:21:08.147Z
53022024-06-06T21:21:08.147Z
53032024-06-06T21:21:08.147Z--- STDERR: update-common artifacts::artifacts_with_plan::tests::test_extract_fake ---
53042024-06-06T21:21:08.147Zlog file: /var/tmp/omicron_tmp/update_common-217b31c4cc0f0d0a-test_extract_fake.18196.0.log
53052024-06-06T21:21:08.147Znote: configured to log to "/var/tmp/omicron_tmp/update_common-217b31c4cc0f0d0a-test_extract_fake.18196.0.log"
53062024-06-06T21:21:08.147Zhint: Generated a random key:
53072024-06-06T21:21:08.147Zhint:
53082024-06-06T21:21:08.147Zhint: ed25519:0f9b3887ec240179eb358ed4f5e01b947bfe1478b63c8cd9809e2b26f77e97e0
53092024-06-06T21:21:08.147Zhint:
53102024-06-06T21:21:08.147Zhint: To modify this repository, you will need this key. Use the -k/--key
53112024-06-06T21:21:08.147Zhint: command line flag or the TUFACEOUS_KEY environment variable:
53122024-06-06T21:21:08.148Zhint:
53132024-06-06T21:21:08.148Zhint: export TUFACEOUS_KEY=ed25519:0f9b3887ec240179eb358ed4f5e01b947bfe1478b63c8cd9809e2b26f77e97e0
53142024-06-06T21:21:08.148Zhint:
53152024-06-06T21:21:08.148Zhint: To prevent this default behavior, use --no-generate-key.
53162024-06-06T21:21:08.148Zthread 'artifacts::artifacts_with_plan::tests::test_extract_fake' panicked at update-common/src/artifacts/update_plan.rs:359:49:
53172024-06-06T21:21:08.148Zshould decode: InvalidHexCharacter { c: 'S', index: 0 }
53182024-06-06T21:21:08.148Zstack backtrace:
53192024-06-06T21:21:08.148Z 0: rust_begin_unwind
53202024-06-06T21:21:08.148Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panicking.rs:645:5
53212024-06-06T21:21:08.148Z 1: core::panicking::panic_fmt
53222024-06-06T21:21:08.148Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/panicking.rs:72:14
53232024-06-06T21:21:08.148Z 2: core::result::unwrap_failed
53242024-06-06T21:21:08.148Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:1654:5
53252024-06-06T21:21:08.148Z 3: core::result::Result<T,E>::expect
53262024-06-06T21:21:08.148Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:1034:23
53272024-06-06T21:21:08.148Z 4: {async_fn#0}<core::pin::Pin<alloc::boxed::Box<(dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, tough::error::Error>> + core::marker::Send), alloc::alloc::Global>>>
53282024-06-06T21:21:08.148Z at ./src/artifacts/update_plan.rs:359:23
53292024-06-06T21:21:08.148Z 5: {async_fn#0}<core::pin::Pin<alloc::boxed::Box<(dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, tough::error::Error>> + core::marker::Send), alloc::alloc::Global>>>
53302024-06-06T21:21:08.148Z at ./src/artifacts/update_plan.rs:203:75
53312024-06-06T21:21:08.148Z 6: {async_fn#0}<std::fs::File>
53322024-06-06T21:21:08.148Z at ./src/artifacts/artifacts_with_plan.rs:242:18
53332024-06-06T21:21:08.148Z 7: {async_fn#0}
53342024-06-06T21:21:08.148Z at ./src/artifacts/artifacts_with_plan.rs:509:14
53352024-06-06T21:21:08.148Z 8: {async_block#0}
53362024-06-06T21:21:08.149Z at ./src/artifacts/artifacts_with_plan.rs:370:67
53372024-06-06T21:21:08.149Z 9: poll<&mut dyn core::future::future::Future<Output=core::result::Result<(), anyhow::Error>>>
53382024-06-06T21:21:08.149Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/future/future.rs:123:9
53392024-06-06T21:21:08.149Z 10: {closure#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=core::result::Result<(), anyhow::Error>>>>
53402024-06-06T21:21:08.149Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/park.rs:281:63
53412024-06-06T21:21:08.149Z 11: with_budget<core::task::poll::Poll<core::result::Result<(), anyhow::Error>>, tokio::runtime::park::{impl#4}::block_on::{closure_env#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=core::result::Result<(), anyhow::Error>>>>>
53422024-06-06T21:21:08.149Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/coop.rs:107:5
53432024-06-06T21:21:08.149Z 12: budget<core::task::poll::Poll<core::result::Result<(), anyhow::Error>>, tokio::runtime::park::{impl#4}::block_on::{closure_env#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=core::result::Result<(), anyhow::Error>>>>>
53442024-06-06T21:21:08.149Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/coop.rs:73:5
53452024-06-06T21:21:08.149Z 13: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=core::result::Result<(), anyhow::Error>>>>
53462024-06-06T21:21:08.149Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/park.rs:281:31
53472024-06-06T21:21:08.149Z 14: tokio::runtime::context::blocking::BlockingRegionGuard::block_on
53482024-06-06T21:21:08.149Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context/blocking.rs:66:9
53492024-06-06T21:21:08.149Z 15: tokio::runtime::scheduler::multi_thread::MultiThread::block_on::{{closure}}
53502024-06-06T21:21:08.149Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/mod.rs:87:13
53512024-06-06T21:21:08.149Z 16: tokio::runtime::context::runtime::enter_runtime
53522024-06-06T21:21:08.149Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
53532024-06-06T21:21:08.149Z 17: tokio::runtime::scheduler::multi_thread::MultiThread::block_on
53542024-06-06T21:21:08.149Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/mod.rs:86:9
53552024-06-06T21:21:08.149Z 18: tokio::runtime::runtime::Runtime::block_on
53562024-06-06T21:21:08.149Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/runtime.rs:351:45
53572024-06-06T21:21:08.149Z 19: test_extract_fake
53582024-06-06T21:21:08.149Z at ./src/artifacts/artifacts_with_plan.rs:441:9
53592024-06-06T21:21:08.150Z 20: update_common::artifacts::artifacts_with_plan::tests::test_extract_fake::{{closure}}
53602024-06-06T21:21:08.150Z at ./src/artifacts/artifacts_with_plan.rs:360:37
53612024-06-06T21:21:08.150Z 21: core::ops::function::FnOnce::call_once
53622024-06-06T21:21:08.150Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/ops/function.rs:250:5
53632024-06-06T21:21:08.150Z 22: core::ops::function::FnOnce::call_once
53642024-06-06T21:21:08.150Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/ops/function.rs:250:5
53652024-06-06T21:21:08.150Znote: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
53662024-06-06T21:21:08.150Z
53672024-06-06T21:21:08.178Z PASS [ 0.397s] update-engine buffer::tests::test_buffer
53682024-06-06T21:21:08.202Z PASS [ 0.049s] update-engine display::line_display_shared::tests::test_format_progress_counter
53692024-06-06T21:21:08.229Z FAIL [ 1.082s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
53702024-06-06T21:21:08.229Z
53712024-06-06T21:21:08.229Z--- STDOUT: update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent ---
53722024-06-06T21:21:08.229Z
53732024-06-06T21:21:08.229Zrunning 1 test
53742024-06-06T21:21:08.229Ztest artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent ... FAILED
53752024-06-06T21:21:08.229Z
53762024-06-06T21:21:08.229Zfailures:
53772024-06-06T21:21:08.229Z
53782024-06-06T21:21:08.229Zfailures:
53792024-06-06T21:21:08.229Z artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
53802024-06-06T21:21:08.229Z
53812024-06-06T21:21:08.229Ztest result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 4 filtered out; finished in 1.01s
53822024-06-06T21:21:08.229Z
53832024-06-06T21:21:08.229Z
53842024-06-06T21:21:08.229Z--- STDERR: update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent ---
53852024-06-06T21:21:08.229Zlog file: /var/tmp/omicron_tmp/update_common-217b31c4cc0f0d0a-test_fake_archive_idempotent.18197.0.log
53862024-06-06T21:21:08.229Znote: configured to log to "/var/tmp/omicron_tmp/update_common-217b31c4cc0f0d0a-test_fake_archive_idempotent.18197.0.log"
53872024-06-06T21:21:08.230Zhint: Generated a random key:
53882024-06-06T21:21:08.230Zhint:
53892024-06-06T21:21:08.230Zhint: ed25519:bd3c811a89ca1155af8e791c0ea95f634bd0a4cfc33b60080dbd5b8aefbbfe7b
53902024-06-06T21:21:08.230Zhint:
53912024-06-06T21:21:08.230Zhint: To modify this repository, you will need this key. Use the -k/--key
53922024-06-06T21:21:08.230Zhint: command line flag or the TUFACEOUS_KEY environment variable:
53932024-06-06T21:21:08.230Zhint:
53942024-06-06T21:21:08.230Zhint: export TUFACEOUS_KEY=ed25519:bd3c811a89ca1155af8e791c0ea95f634bd0a4cfc33b60080dbd5b8aefbbfe7b
53952024-06-06T21:21:08.230Zhint:
53962024-06-06T21:21:08.230Zhint: To prevent this default behavior, use --no-generate-key.
53972024-06-06T21:21:08.230Zthread 'artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent' panicked at update-common/src/artifacts/update_plan.rs:359:49:
53982024-06-06T21:21:08.230Zshould decode: InvalidHexCharacter { c: 'S', index: 0 }
53992024-06-06T21:21:08.230Zstack backtrace:
54002024-06-06T21:21:08.230Z 0: rust_begin_unwind
54012024-06-06T21:21:08.230Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panicking.rs:645:5
54022024-06-06T21:21:08.230Z 1: core::panicking::panic_fmt
54032024-06-06T21:21:08.230Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/panicking.rs:72:14
54042024-06-06T21:21:08.230Z 2: core::result::unwrap_failed
54052024-06-06T21:21:08.230Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:1654:5
54062024-06-06T21:21:08.230Z 3: core::result::Result<T,E>::expect
54072024-06-06T21:21:08.230Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:1034:23
54082024-06-06T21:21:08.230Z 4: {async_fn#0}<core::pin::Pin<alloc::boxed::Box<(dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, tough::error::Error>> + core::marker::Send), alloc::alloc::Global>>>
54092024-06-06T21:21:08.230Z at ./src/artifacts/update_plan.rs:359:23
54102024-06-06T21:21:08.230Z 5: {async_fn#0}<core::pin::Pin<alloc::boxed::Box<(dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, tough::error::Error>> + core::marker::Send), alloc::alloc::Global>>>
54112024-06-06T21:21:08.231Z at ./src/artifacts/update_plan.rs:203:75
54122024-06-06T21:21:08.231Z 6: {async_fn#0}<std::fs::File>
54132024-06-06T21:21:08.231Z at ./src/artifacts/artifacts_with_plan.rs:242:18
54142024-06-06T21:21:08.231Z 7: {async_fn#0}
54152024-06-06T21:21:08.231Z at ./src/artifacts/artifacts_with_plan.rs:509:14
54162024-06-06T21:21:08.231Z 8: {async_block#0}
54172024-06-06T21:21:08.231Z at ./src/artifacts/artifacts_with_plan.rs:455:67
54182024-06-06T21:21:08.231Z 9: poll<&mut dyn core::future::future::Future<Output=core::result::Result<(), anyhow::Error>>>
54192024-06-06T21:21:08.231Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/future/future.rs:123:9
54202024-06-06T21:21:08.231Z 10: {closure#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=core::result::Result<(), anyhow::Error>>>>
54212024-06-06T21:21:08.231Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/park.rs:281:63
54222024-06-06T21:21:08.231Z 11: with_budget<core::task::poll::Poll<core::result::Result<(), anyhow::Error>>, tokio::runtime::park::{impl#4}::block_on::{closure_env#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=core::result::Result<(), anyhow::Error>>>>>
54232024-06-06T21:21:08.231Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/coop.rs:107:5
54242024-06-06T21:21:08.231Z 12: budget<core::task::poll::Poll<core::result::Result<(), anyhow::Error>>, tokio::runtime::park::{impl#4}::block_on::{closure_env#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=core::result::Result<(), anyhow::Error>>>>>
54252024-06-06T21:21:08.231Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/coop.rs:73:5
54262024-06-06T21:21:08.231Z 13: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=core::result::Result<(), anyhow::Error>>>>
54272024-06-06T21:21:08.231Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/park.rs:281:31
54282024-06-06T21:21:08.231Z 14: tokio::runtime::context::blocking::BlockingRegionGuard::block_on
54292024-06-06T21:21:08.231Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context/blocking.rs:66:9
54302024-06-06T21:21:08.231Z 15: tokio::runtime::scheduler::multi_thread::MultiThread::block_on::{{closure}}
54312024-06-06T21:21:08.231Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/mod.rs:87:13
54322024-06-06T21:21:08.231Z 16: tokio::runtime::context::runtime::enter_runtime
54332024-06-06T21:21:08.231Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
54342024-06-06T21:21:08.232Z 17: tokio::runtime::scheduler::multi_thread::MultiThread::block_on
54352024-06-06T21:21:08.232Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/mod.rs:86:9
54362024-06-06T21:21:08.232Z 18: tokio::runtime::runtime::Runtime::block_on
54372024-06-06T21:21:08.232Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/runtime.rs:351:45
54382024-06-06T21:21:08.232Z 19: test_fake_archive_idempotent
54392024-06-06T21:21:08.232Z at ./src/artifacts/artifacts_with_plan.rs:479:9
54402024-06-06T21:21:08.232Z 20: update_common::artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent::{{closure}}
54412024-06-06T21:21:08.232Z at ./src/artifacts/artifacts_with_plan.rs:447:48
54422024-06-06T21:21:08.232Z 21: core::ops::function::FnOnce::call_once
54432024-06-06T21:21:08.232Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/ops/function.rs:250:5
54442024-06-06T21:21:08.232Z 22: core::ops::function::FnOnce::call_once
54452024-06-06T21:21:08.232Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/ops/function.rs:250:5
54462024-06-06T21:21:08.232Znote: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
54472024-06-06T21:21:08.232Z
54482024-06-06T21:21:08.257Z PASS [ 0.048s] update-engine engine::tests::error_exits_early
54492024-06-06T21:21:08.257Z PASS [ 0.050s] update-engine events::tests::progress_event_parse_unknown
54502024-06-06T21:21:08.257Z PASS [ 0.127s] update-engine display::group_display::tests::test_stats
54512024-06-06T21:21:08.285Z PASS [ 0.042s] update-engine events::tests::step_event_parse_unknown
54522024-06-06T21:21:08.309Z PASS [ 0.055s] wicket state::inventory::tests::component_id_display
54532024-06-06T21:21:08.377Z PASS [ 0.118s] wicket-common rack_setup::tests::roundtrip_import_export_policy
54542024-06-06T21:21:08.428Z PASS [ 0.186s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
54552024-06-06T21:21:08.428Z PASS [ 0.120s] wicketd installinator_progress::tests::test_states
54562024-06-06T21:21:08.453Z PASS [ 0.061s] wicketd rss_config::tests::test_bgp_auth_key_states
54572024-06-06T21:21:08.682Z PASS [ 0.433s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
54582024-06-06T21:21:09.680Z PASS [ 1.253s] wicketd::mod integration_tests::inventory::test_inventory
54592024-06-06T21:21:09.882Z PASS [ 13.628s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
54602024-06-06T21:21:10.170Z FAIL [ 1.721s] wicketd::mod integration_tests::commands::test_wicketd_openapi
54612024-06-06T21:21:10.170Z
54622024-06-06T21:21:10.170Z--- STDOUT: wicketd::mod integration_tests::commands::test_wicketd_openapi ---
54632024-06-06T21:21:10.170Z
54642024-06-06T21:21:10.170Zrunning 1 test
54652024-06-06T21:21:10.170Z@@ -1657,19 +1657,19 @@
54662024-06-06T21:21:10.170Z "type": "array",
54672024-06-06T21:21:10.170Z "items": {
54682024-06-06T21:21:10.170Z "$ref": "#/components/schemas/ArtifactHashId"
54692024-06-06T21:21:10.171Z }
54702024-06-06T21:21:10.171Z },
54712024-06-06T21:21:10.171Z- "sign": {
54722024-06-06T21:21:10.171Z- "nullable": true,
54732024-06-06T21:21:10.171Z- "type": "array",
54742024-06-06T21:21:10.171Z+ "sign": {
54752024-06-06T21:21:10.171Z+ "nullable": true,
54762024-06-06T21:21:10.171Z+ "type": "array",
54772024-06-06T21:21:10.171Z "items": {
54782024-06-06T21:21:10.171Z- "type": "integer",
54792024-06-06T21:21:10.171Z- "format": "uint8",
54802024-06-06T21:21:10.171Z- "minimum": 0
54812024-06-06T21:21:10.171Z- }
54822024-06-06T21:21:10.171Z- }
54832024-06-06T21:21:10.171Z+ "type": "integer",
54842024-06-06T21:21:10.171Z+ "format": "uint8",
54852024-06-06T21:21:10.171Z+ "minimum": 0
54862024-06-06T21:21:10.171Z+ }
54872024-06-06T21:21:10.171Z+ }
54882024-06-06T21:21:10.171Z },
54892024-06-06T21:21:10.171Z "required": [
54902024-06-06T21:21:10.171Z "artifact_id",
54912024-06-06T21:21:10.171Z "installable"
54922024-06-06T21:21:10.171Z ]
54932024-06-06T21:21:10.172Z@@ -2901,11 +2901,11 @@
54942024-06-06T21:21:10.172Z ]
54952024-06-06T21:21:10.172Z }
54962024-06-06T21:21:10.172Z ]
54972024-06-06T21:21:10.172Z },
54982024-06-06T21:21:10.172Z "SpComponentCaboose": {
54992024-06-06T21:21:10.172Z- "description": "SpComponentCaboose\n\n<details><summary>JSON schema</summary>\n\n```json { \"type\": \"object\", \"required\": [ \"board\", \"git_commit\", \"name\", \"version\" ], \"properties\": { \"board\": { \"type\": \"string\" }, \"git_commit\": { \"type\": \"string\" }, \"name\": { \"type\": \"string\" }, \"version\": { \"type\": \"string\" } } } ``` </details>",
55002024-06-06T21:21:10.172Z+ "description": "SpComponentCaboose\n\n<details><summary>JSON schema</summary>\n\n```json { \"type\": \"object\", \"required\": [ \"board\", \"git_commit\", \"name\", \"version\" ], \"properties\": { \"board\": { \"type\": \"string\" }, \"git_commit\": { \"type\": \"string\" }, \"name\": { \"type\": \"string\" }, \"sign\": { \"type\": \"string\" }, \"version\": { \"type\": \"string\" } } } ``` </details>",
55012024-06-06T21:21:10.172Z "type": "object",
55022024-06-06T21:21:10.172Z "properties": {
55032024-06-06T21:21:10.172Z "board": {
55042024-06-06T21:21:10.172Z "type": "string"
55052024-06-06T21:21:10.172Z },
55062024-06-06T21:21:10.172Z@@ -2913,16 +2913,17 @@
55072024-06-06T21:21:10.172Z "type": "string"
55082024-06-06T21:21:10.172Z },
55092024-06-06T21:21:10.172Z "name": {
55102024-06-06T21:21:10.172Z "type": "string"
55112024-06-06T21:21:10.172Z },
55122024-06-06T21:21:10.172Z- "version": {
55132024-06-06T21:21:10.172Z+ "sign": {
55142024-06-06T21:21:10.172Z+ "nullable": true,
55152024-06-06T21:21:10.172Z "type": "string"
55162024-06-06T21:21:10.172Z },
55172024-06-06T21:21:10.173Z- "sign": {
55182024-06-06T21:21:10.173Z+ "version": {
55192024-06-06T21:21:10.173Z "type": "string"
55202024-06-06T21:21:10.173Z- }
55212024-06-06T21:21:10.173Z+ }
55222024-06-06T21:21:10.173Z },
55232024-06-06T21:21:10.173Z "required": [
55242024-06-06T21:21:10.173Z "board",
55252024-06-06T21:21:10.173Z "git_commit",
55262024-06-06T21:21:10.173Z "name",
55272024-06-06T21:21:10.173Z
55282024-06-06T21:21:10.173Ztest integration_tests::commands::test_wicketd_openapi ... FAILED
55292024-06-06T21:21:10.173Z
55302024-06-06T21:21:10.173Zfailures:
55312024-06-06T21:21:10.173Z
55322024-06-06T21:21:10.173Zfailures:
55332024-06-06T21:21:10.173Z integration_tests::commands::test_wicketd_openapi
55342024-06-06T21:21:10.173Z
55352024-06-06T21:21:10.173Ztest result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 4 filtered out; finished in 1.64s
55362024-06-06T21:21:10.173Z
55372024-06-06T21:21:10.173Z
55382024-06-06T21:21:10.173Z--- STDERR: wicketd::mod integration_tests::commands::test_wicketd_openapi ---
55392024-06-06T21:21:10.173Zthread 'integration_tests::commands::test_wicketd_openapi' panicked at wicketd/tests/integration_tests/commands.rs:42:5:
55402024-06-06T21:21:10.174Zassertion failed: string doesn't match the contents of file: "../openapi/wicketd.json" see diffset above
55412024-06-06T21:21:10.174Z set EXPECTORATE=overwrite if these changes are intentional
55422024-06-06T21:21:10.174Zstack backtrace:
55432024-06-06T21:21:10.174Z 0: rust_begin_unwind
55442024-06-06T21:21:10.174Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panicking.rs:645:5
55452024-06-06T21:21:10.174Z 1: core::panicking::panic_fmt
55462024-06-06T21:21:10.174Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/panicking.rs:72:14
55472024-06-06T21:21:10.174Z 2: assert_contents<&str>
55482024-06-06T21:21:10.174Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs:64:9
55492024-06-06T21:21:10.174Z 3: mod::integration_tests::commands::test_wicketd_openapi
55502024-06-06T21:21:10.174Z at ./tests/integration_tests/commands.rs:42:5
55512024-06-06T21:21:10.174Z 4: mod::integration_tests::commands::test_wicketd_openapi::{{closure}}
55522024-06-06T21:21:10.174Z at ./tests/integration_tests/commands.rs:26:26
55532024-06-06T21:21:10.174Z 5: core::ops::function::FnOnce::call_once
55542024-06-06T21:21:10.174Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/ops/function.rs:250:5
55552024-06-06T21:21:10.174Z 6: core::ops::function::FnOnce::call_once
55562024-06-06T21:21:10.174Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/ops/function.rs:250:5
55572024-06-06T21:21:10.174Znote: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
55582024-06-06T21:21:10.174Z
55592024-06-06T21:21:10.571Z FAIL [ 2.142s] wicketd::mod integration_tests::updates::test_installinator_fetch
55602024-06-06T21:21:10.571Z
55612024-06-06T21:21:10.571Z--- STDOUT: wicketd::mod integration_tests::updates::test_installinator_fetch ---
55622024-06-06T21:21:10.571Z
55632024-06-06T21:21:10.571Zrunning 1 test
55642024-06-06T21:21:10.571Ztest integration_tests::updates::test_installinator_fetch ... FAILED
55652024-06-06T21:21:10.571Z
55662024-06-06T21:21:10.571Zfailures:
55672024-06-06T21:21:10.571Z
55682024-06-06T21:21:10.571Zfailures:
55692024-06-06T21:21:10.571Z integration_tests::updates::test_installinator_fetch
55702024-06-06T21:21:10.571Z
55712024-06-06T21:21:10.571Ztest result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 4 filtered out; finished in 2.01s
55722024-06-06T21:21:10.571Z
55732024-06-06T21:21:10.571Z
55742024-06-06T21:21:10.571Z--- STDERR: wicketd::mod integration_tests::updates::test_installinator_fetch ---
55752024-06-06T21:21:10.571Zlog file: /var/tmp/omicron_tmp/mod-54d4afbabb92502d-test_updates.18217.0.log
55762024-06-06T21:21:10.571Znote: configured to log to "/var/tmp/omicron_tmp/mod-54d4afbabb92502d-test_updates.18217.0.log"
55772024-06-06T21:21:10.571Zhint: Generated a random key:
55782024-06-06T21:21:10.571Zhint:
55792024-06-06T21:21:10.571Zhint: ed25519:dbe94cc5da05357f1bdff94d637f072fd4e8dcbcaf517042fedaa772cede480f
55802024-06-06T21:21:10.572Zhint:
55812024-06-06T21:21:10.572Zhint: To modify this repository, you will need this key. Use the -k/--key
55822024-06-06T21:21:10.572Zhint: command line flag or the TUFACEOUS_KEY environment variable:
55832024-06-06T21:21:10.572Zhint:
55842024-06-06T21:21:10.572Zhint: export TUFACEOUS_KEY=ed25519:dbe94cc5da05357f1bdff94d637f072fd4e8dcbcaf517042fedaa772cede480f
55852024-06-06T21:21:10.572Zhint:
55862024-06-06T21:21:10.572Zhint: To prevent this default behavior, use --no-generate-key.
55872024-06-06T21:21:10.572Zthread 'tokio-runtime-worker' panicked at /work/oxidecomputer/omicron/update-common/src/artifacts/update_plan.rs:359:49:
55882024-06-06T21:21:10.572Zshould decode: InvalidHexCharacter { c: 'S', index: 0 }
55892024-06-06T21:21:10.572Zstack backtrace:
55902024-06-06T21:21:10.572Z 0: rust_begin_unwind
55912024-06-06T21:21:10.572Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panicking.rs:645:5
55922024-06-06T21:21:10.572Z 1: core::panicking::panic_fmt
55932024-06-06T21:21:10.572Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/panicking.rs:72:14
55942024-06-06T21:21:10.600Z 2: core::result::unwrap_failed
55952024-06-06T21:21:10.600Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:1654:5
55962024-06-06T21:21:10.601Z 3: core::result::Result<T,E>::expect
55972024-06-06T21:21:10.601Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:1034:23
55982024-06-06T21:21:10.601Z 4: {async_fn#0}<core::pin::Pin<alloc::boxed::Box<(dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, tough::error::Error>> + core::marker::Send), alloc::alloc::Global>>>
55992024-06-06T21:21:10.601Z at /work/oxidecomputer/omicron/update-common/src/artifacts/update_plan.rs:359:23
56002024-06-06T21:21:10.601Z 5: {async_fn#0}<core::pin::Pin<alloc::boxed::Box<(dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, tough::error::Error>> + core::marker::Send), alloc::alloc::Global>>>
56012024-06-06T21:21:10.601Z at /work/oxidecomputer/omicron/update-common/src/artifacts/update_plan.rs:203:75
56022024-06-06T21:21:10.601Z 6: {async_fn#0}<std::io::buffered::bufreader::BufReader<std::fs::File>>
56032024-06-06T21:21:10.601Z at /work/oxidecomputer/omicron/update-common/src/artifacts/artifacts_with_plan.rs:242:18
56042024-06-06T21:21:10.601Z 7: {async_fn#0}<async_stream::async_stream::AsyncStream<core::result::Result<bytes::bytes::Bytes, dropshot::error::HttpError>, dropshot::extractor::body::{impl#2}::into_stream::{async_block_env#0}>>
56052024-06-06T21:21:10.601Z at /work/oxidecomputer/omicron/update-common/src/artifacts/artifacts_with_plan.rs:120:10
56062024-06-06T21:21:10.601Z 8: {async_fn#0}<async_stream::async_stream::AsyncStream<core::result::Result<bytes::bytes::Bytes, dropshot::error::HttpError>, dropshot::extractor::body::{impl#2}::into_stream::{async_block_env#0}>>
56072024-06-06T21:21:10.601Z at ./src/update_tracker.rs:358:10
56082024-06-06T21:21:10.601Z 9: {async_fn#0}
56092024-06-06T21:21:10.601Z at ./src/http_entrypoints.rs:630:61
56102024-06-06T21:21:10.601Z 10: {async_block#0}<wicketd::context::ServerContext, fn(dropshot::handler::RequestContext<wicketd::context::ServerContext>, dropshot::extractor::body::StreamingBody) -> wicketd::http_entrypoints::{impl#70}::from::put_repository::{async_fn_env#0}, wicketd::http_entrypoints::{impl#70}::from::put_repository::{async_fn_env#0}, dropshot::handler::HttpResponseUpdatedNoContent, dropshot::extractor::body::StreamingBody>
56112024-06-06T21:21:10.601Z at /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/0cd0e82/dropshot/src/handler.rs:350:53
56122024-06-06T21:21:10.601Z 11: poll<alloc::boxed::Box<(dyn core::future::future::Future<Output=core::result::Result<http::response::Response<hyper::body::body::Body>, dropshot::error::HttpError>> + core::marker::Send), alloc::alloc::Global>>
56132024-06-06T21:21:10.601Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/future/future.rs:123:9
56142024-06-06T21:21:10.601Z 12: {async_block#0}<wicketd::context::ServerContext, fn(dropshot::handler::RequestContext<wicketd::context::ServerContext>, dropshot::extractor::body::StreamingBody) -> wicketd::http_entrypoints::{impl#70}::from::put_repository::{async_fn_env#0}, (dropshot::extractor::body::StreamingBody), dropshot::handler::HttpResponseUpdatedNoContent>
56152024-06-06T21:21:10.601Z at /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/0cd0e82/dropshot/src/handler.rs:461:16
56162024-06-06T21:21:10.602Z 13: poll<alloc::boxed::Box<(dyn core::future::future::Future<Output=core::result::Result<http::response::Response<hyper::body::body::Body>, dropshot::error::HttpError>> + core::marker::Send), alloc::alloc::Global>>
56172024-06-06T21:21:10.602Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/future/future.rs:123:9
56182024-06-06T21:21:10.602Z 14: {async_block#0}<wicketd::context::ServerContext>
56192024-06-06T21:21:10.602Z at /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/0cd0e82/dropshot/src/server.rs:943:69
56202024-06-06T21:21:10.602Z 15: {closure#0}<dropshot::server::http_request_handle::{async_fn#0}::{async_block_env#0}<wicketd::context::ServerContext>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>
56212024-06-06T21:21:10.602Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/core.rs:328:17
56222024-06-06T21:21:10.602Z 16: with_mut<tokio::runtime::task::core::Stage<dropshot::server::http_request_handle::{async_fn#0}::{async_block_env#0}<wicketd::context::ServerContext>>, core::task::poll::Poll<()>, tokio::runtime::task::core::{impl#6}::poll::{closure_env#0}<dropshot::server::http_request_handle::{async_fn#0}::{async_block_env#0}<wicketd::context::ServerContext>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>>
56232024-06-06T21:21:10.602Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/loom/std/unsafe_cell.rs:16:9
56242024-06-06T21:21:10.602Z 17: poll<dropshot::server::http_request_handle::{async_fn#0}::{async_block_env#0}<wicketd::context::ServerContext>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>
56252024-06-06T21:21:10.602Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/core.rs:317:13
56262024-06-06T21:21:10.602Z 18: tokio::runtime::task::harness::poll_future::{{closure}}
56272024-06-06T21:21:10.602Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:485:19
56282024-06-06T21:21:10.602Z 19: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
56292024-06-06T21:21:10.602Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/panic/unwind_safe.rs:272:9
56302024-06-06T21:21:10.602Z 20: do_call<core::panic::unwind_safe::AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<dropshot::server::http_request_handle::{async_fn#0}::{async_block_env#0}<wicketd::context::ServerContext>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>>, core::task::poll::Poll<()>>
56312024-06-06T21:21:10.602Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panicking.rs:552:40
56322024-06-06T21:21:10.602Z 21: __rust_try
56332024-06-06T21:21:10.602Z 22: try<core::task::poll::Poll<()>, core::panic::unwind_safe::AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<dropshot::server::http_request_handle::{async_fn#0}::{async_block_env#0}<wicketd::context::ServerContext>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>>>
56342024-06-06T21:21:10.602Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panicking.rs:516:19
56352024-06-06T21:21:10.602Z 23: std::panic::catch_unwind
56362024-06-06T21:21:10.602Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panic.rs:146:14
56372024-06-06T21:21:10.602Z 24: tokio::runtime::task::harness::poll_future
56382024-06-06T21:21:10.602Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:473:18
56392024-06-06T21:21:10.603Z 25: tokio::runtime::task::harness::Harness<T,S>::poll_inner
56402024-06-06T21:21:10.603Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:208:27
56412024-06-06T21:21:10.603Z 26: tokio::runtime::task::harness::Harness<T,S>::poll
56422024-06-06T21:21:10.603Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:153:15
56432024-06-06T21:21:10.603Z 27: tokio::runtime::task::raw::poll
56442024-06-06T21:21:10.603Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/raw.rs:271:5
56452024-06-06T21:21:10.603Z 28: tokio::runtime::task::raw::RawTask::poll
56462024-06-06T21:21:10.603Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/raw.rs:201:18
56472024-06-06T21:21:10.603Z 29: tokio::runtime::task::LocalNotified<S>::run
56482024-06-06T21:21:10.603Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/mod.rs:427:9
56492024-06-06T21:21:10.603Z 30: {closure#0}
56502024-06-06T21:21:10.603Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:576:13
56512024-06-06T21:21:10.603Z 31: with_budget<core::result::Result<alloc::boxed::Box<tokio::runtime::scheduler::multi_thread::worker::Core, alloc::alloc::Global>, ()>, tokio::runtime::scheduler::multi_thread::worker::{impl#1}::run_task::{closure_env#0}>
56522024-06-06T21:21:10.603Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/coop.rs:107:5
56532024-06-06T21:21:10.603Z 32: budget<core::result::Result<alloc::boxed::Box<tokio::runtime::scheduler::multi_thread::worker::Core, alloc::alloc::Global>, ()>, tokio::runtime::scheduler::multi_thread::worker::{impl#1}::run_task::{closure_env#0}>
56542024-06-06T21:21:10.603Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/coop.rs:73:5
56552024-06-06T21:21:10.603Z 33: run_task
56562024-06-06T21:21:10.603Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:575:9
56572024-06-06T21:21:10.603Z 34: tokio::runtime::scheduler::multi_thread::worker::Context::run
56582024-06-06T21:21:10.603Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:526:24
56592024-06-06T21:21:10.603Z 35: tokio::runtime::scheduler::multi_thread::worker::run::{{closure}}::{{closure}}
56602024-06-06T21:21:10.603Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:491:21
56612024-06-06T21:21:10.603Z 36: tokio::runtime::context::scoped::Scoped<T>::set
56622024-06-06T21:21:10.603Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
56632024-06-06T21:21:10.604Z 37: tokio::runtime::context::set_scheduler::{{closure}}
56642024-06-06T21:21:10.604Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context.rs:176:26
56652024-06-06T21:21:10.604Z 38: try_with<tokio::runtime::context::Context, tokio::runtime::context::set_scheduler::{closure_env#0}<(), tokio::runtime::scheduler::multi_thread::worker::run::{closure#0}::{closure_env#0}>, ()>
56662024-06-06T21:21:10.604Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/thread/local.rs:284:16
56672024-06-06T21:21:10.604Z 39: std::thread::local::LocalKey<T>::with
56682024-06-06T21:21:10.604Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/thread/local.rs:260:9
56692024-06-06T21:21:10.604Z 40: tokio::runtime::context::set_scheduler
56702024-06-06T21:21:10.604Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context.rs:176:9
56712024-06-06T21:21:10.604Z 41: tokio::runtime::scheduler::multi_thread::worker::run::{{closure}}
56722024-06-06T21:21:10.604Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:486:9
56732024-06-06T21:21:10.604Z 42: tokio::runtime::context::runtime::enter_runtime
56742024-06-06T21:21:10.604Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
56752024-06-06T21:21:10.604Z 43: tokio::runtime::scheduler::multi_thread::worker::run
56762024-06-06T21:21:10.604Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:478:5
56772024-06-06T21:21:10.604Z 44: tokio::runtime::scheduler::multi_thread::worker::Launch::launch::{{closure}}
56782024-06-06T21:21:10.604Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:447:45
56792024-06-06T21:21:10.604Z 45: <tokio::runtime::blocking::task::BlockingTask<T> as core::future::future::Future>::poll
56802024-06-06T21:21:10.604Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/blocking/task.rs:42:21
56812024-06-06T21:21:10.604Z 46: {closure#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::{impl#0}::launch::{closure_env#0}>, tokio::runtime::blocking::schedule::BlockingSchedule>
56822024-06-06T21:21:10.604Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/core.rs:328:17
56832024-06-06T21:21:10.604Z 47: with_mut<tokio::runtime::task::core::Stage<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::{impl#0}::launch::{closure_env#0}>>, core::task::poll::Poll<()>, tokio::runtime::task::core::{impl#6}::poll::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::{impl#0}::launch::{closure_env#0}>, tokio::runtime::blocking::schedule::BlockingSchedule>>
56842024-06-06T21:21:10.604Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/loom/std/unsafe_cell.rs:16:9
56852024-06-06T21:21:10.605Z 48: poll<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::{impl#0}::launch::{closure_env#0}>, tokio::runtime::blocking::schedule::BlockingSchedule>
56862024-06-06T21:21:10.605Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/core.rs:317:13
56872024-06-06T21:21:10.605Z 49: tokio::runtime::task::harness::poll_future::{{closure}}
56882024-06-06T21:21:10.605Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:485:19
56892024-06-06T21:21:10.605Z 50: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
56902024-06-06T21:21:10.605Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/panic/unwind_safe.rs:272:9
56912024-06-06T21:21:10.605Z 51: do_call<core::panic::unwind_safe::AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::{impl#0}::launch::{closure_env#0}>, tokio::runtime::blocking::schedule::BlockingSchedule>>, core::task::poll::Poll<()>>
56922024-06-06T21:21:10.605Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panicking.rs:552:40
56932024-06-06T21:21:10.605Z 52: __rust_try
56942024-06-06T21:21:10.632Z 53: try<core::task::poll::Poll<()>, core::panic::unwind_safe::AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::{impl#0}::launch::{closure_env#0}>, tokio::runtime::blocking::schedule::BlockingSchedule>>>
56952024-06-06T21:21:10.632Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panicking.rs:516:19
56962024-06-06T21:21:10.632Z 54: std::panic::catch_unwind
56972024-06-06T21:21:10.632Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panic.rs:146:14
56982024-06-06T21:21:10.632Z 55: tokio::runtime::task::harness::poll_future
56992024-06-06T21:21:10.632Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:473:18
57002024-06-06T21:21:10.632Z 56: tokio::runtime::task::harness::Harness<T,S>::poll_inner
57012024-06-06T21:21:10.632Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:208:27
57022024-06-06T21:21:10.632Z 57: tokio::runtime::task::harness::Harness<T,S>::poll
57032024-06-06T21:21:10.632Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:153:15
57042024-06-06T21:21:10.632Z 58: tokio::runtime::task::raw::poll
57052024-06-06T21:21:10.632Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/raw.rs:271:5
57062024-06-06T21:21:10.632Z 59: tokio::runtime::task::raw::RawTask::poll
57072024-06-06T21:21:10.632Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/raw.rs:201:18
57082024-06-06T21:21:10.632Z 60: tokio::runtime::task::UnownedTask<S>::run
57092024-06-06T21:21:10.632Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/mod.rs:464:9
57102024-06-06T21:21:10.632Z 61: tokio::runtime::blocking::pool::Task::run
57112024-06-06T21:21:10.632Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/blocking/pool.rs:159:9
57122024-06-06T21:21:10.632Z 62: run
57132024-06-06T21:21:10.632Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/blocking/pool.rs:513:17
57142024-06-06T21:21:10.632Z 63: tokio::runtime::blocking::pool::Spawner::spawn_thread::{{closure}}
57152024-06-06T21:21:10.633Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/blocking/pool.rs:471:13
57162024-06-06T21:21:10.633Znote: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
57172024-06-06T21:21:10.633Zthread 'integration_tests::updates::test_installinator_fetch' panicked at wicketd/tests/integration_tests/updates.rs:291:10:
57182024-06-06T21:21:10.633Zbytes read and archived: Communication Error: error sending request for url (http://[::1]:45218/repository): connection closed before message completed
57192024-06-06T21:21:10.633Zstack backtrace:
57202024-06-06T21:21:10.633Z 0: rust_begin_unwind
57212024-06-06T21:21:10.633Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panicking.rs:645:5
57222024-06-06T21:21:10.633Z 1: core::panicking::panic_fmt
57232024-06-06T21:21:10.633Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/panicking.rs:72:14
57242024-06-06T21:21:10.633Z 2: core::result::unwrap_failed
57252024-06-06T21:21:10.633Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:1654:5
57262024-06-06T21:21:10.633Z 3: core::result::Result<T,E>::expect
57272024-06-06T21:21:10.633Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:1034:23
57282024-06-06T21:21:10.633Z 4: {async_block#0}
57292024-06-06T21:21:10.633Z at ./tests/integration_tests/updates.rs:287:5
57302024-06-06T21:21:10.633Z 5: poll<&mut dyn core::future::future::Future<Output=()>>
57312024-06-06T21:21:10.633Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/future/future.rs:123:9
57322024-06-06T21:21:10.633Z 6: {closure#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
57332024-06-06T21:21:10.633Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/park.rs:281:63
57342024-06-06T21:21:10.633Z 7: with_budget<core::task::poll::Poll<()>, tokio::runtime::park::{impl#4}::block_on::{closure_env#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
57352024-06-06T21:21:10.633Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/coop.rs:107:5
57362024-06-06T21:21:10.633Z 8: budget<core::task::poll::Poll<()>, tokio::runtime::park::{impl#4}::block_on::{closure_env#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
57372024-06-06T21:21:10.633Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/coop.rs:73:5
57382024-06-06T21:21:10.634Z 9: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
57392024-06-06T21:21:10.634Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/park.rs:281:31
57402024-06-06T21:21:10.634Z 10: tokio::runtime::context::blocking::BlockingRegionGuard::block_on
57412024-06-06T21:21:10.634Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context/blocking.rs:66:9
57422024-06-06T21:21:10.634Z 11: tokio::runtime::scheduler::multi_thread::MultiThread::block_on::{{closure}}
57432024-06-06T21:21:10.634Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/mod.rs:87:13
57442024-06-06T21:21:10.634Z 12: tokio::runtime::context::runtime::enter_runtime
57452024-06-06T21:21:10.634Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
57462024-06-06T21:21:10.634Z 13: tokio::runtime::scheduler::multi_thread::MultiThread::block_on
57472024-06-06T21:21:10.634Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/mod.rs:86:9
57482024-06-06T21:21:10.634Z 14: tokio::runtime::runtime::Runtime::block_on
57492024-06-06T21:21:10.634Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/runtime.rs:351:45
57502024-06-06T21:21:10.634Z 15: test_installinator_fetch
57512024-06-06T21:21:10.634Z at ./tests/integration_tests/updates.rs:395:5
57522024-06-06T21:21:10.634Z 16: mod::integration_tests::updates::test_installinator_fetch::{{closure}}
57532024-06-06T21:21:10.634Z at ./tests/integration_tests/updates.rs:266:36
57542024-06-06T21:21:10.634Z 17: core::ops::function::FnOnce::call_once
57552024-06-06T21:21:10.634Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/ops/function.rs:250:5
57562024-06-06T21:21:10.634Z 18: core::ops::function::FnOnce::call_once
57572024-06-06T21:21:10.634Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/ops/function.rs:250:5
57582024-06-06T21:21:10.634Znote: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
57592024-06-06T21:21:10.634Z
57602024-06-06T21:21:10.634Z FAIL [ 1.932s] wicketd::mod integration_tests::updates::test_update_races
57612024-06-06T21:21:10.634Z
57622024-06-06T21:21:10.635Z--- STDOUT: wicketd::mod integration_tests::updates::test_update_races ---
57632024-06-06T21:21:10.635Z
57642024-06-06T21:21:10.635Zrunning 1 test
57652024-06-06T21:21:10.635Ztest integration_tests::updates::test_update_races ... FAILED
57662024-06-06T21:21:10.635Z
57672024-06-06T21:21:10.635Zfailures:
57682024-06-06T21:21:10.635Z
57692024-06-06T21:21:10.635Zfailures:
57702024-06-06T21:21:10.635Z integration_tests::updates::test_update_races
57712024-06-06T21:21:10.635Z
57722024-06-06T21:21:10.635Ztest result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 4 filtered out; finished in 1.81s
57732024-06-06T21:21:10.635Z
57742024-06-06T21:21:10.635Z
57752024-06-06T21:21:10.635Z--- STDERR: wicketd::mod integration_tests::updates::test_update_races ---
57762024-06-06T21:21:10.635Zlog file: /var/tmp/omicron_tmp/mod-54d4afbabb92502d-test_artifact_upload_while_updating.18221.0.log
57772024-06-06T21:21:10.635Znote: configured to log to "/var/tmp/omicron_tmp/mod-54d4afbabb92502d-test_artifact_upload_while_updating.18221.0.log"
57782024-06-06T21:21:10.635Zhint: Generated a random key:
57792024-06-06T21:21:10.635Zhint:
57802024-06-06T21:21:10.635Zhint: ed25519:3fae56c4d78daeedc07c1a4e7b128112ff233c7ac59ae3fe6510f8071c3139fb
57812024-06-06T21:21:10.635Zhint:
57822024-06-06T21:21:10.635Zhint: To modify this repository, you will need this key. Use the -k/--key
57832024-06-06T21:21:10.635Zhint: command line flag or the TUFACEOUS_KEY environment variable:
57842024-06-06T21:21:10.635Zhint:
57852024-06-06T21:21:10.636Zhint: export TUFACEOUS_KEY=ed25519:3fae56c4d78daeedc07c1a4e7b128112ff233c7ac59ae3fe6510f8071c3139fb
57862024-06-06T21:21:10.636Zhint:
57872024-06-06T21:21:10.636Zhint: To prevent this default behavior, use --no-generate-key.
57882024-06-06T21:21:10.636Zthread 'tokio-runtime-worker' panicked at /work/oxidecomputer/omicron/update-common/src/artifacts/update_plan.rs:359:49:
57892024-06-06T21:21:10.636Zshould decode: InvalidHexCharacter { c: 'S', index: 0 }
57902024-06-06T21:21:10.636Zstack backtrace:
57912024-06-06T21:21:10.636Z 0: rust_begin_unwind
57922024-06-06T21:21:10.636Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panicking.rs:645:5
57932024-06-06T21:21:10.636Z 1: core::panicking::panic_fmt
57942024-06-06T21:21:10.663Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/panicking.rs:72:14
57952024-06-06T21:21:10.663Z 2: core::result::unwrap_failed
57962024-06-06T21:21:10.663Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:1654:5
57972024-06-06T21:21:10.664Z 3: core::result::Result<T,E>::expect
57982024-06-06T21:21:10.664Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:1034:23
57992024-06-06T21:21:10.664Z 4: {async_fn#0}<core::pin::Pin<alloc::boxed::Box<(dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, tough::error::Error>> + core::marker::Send), alloc::alloc::Global>>>
58002024-06-06T21:21:10.664Z at /work/oxidecomputer/omicron/update-common/src/artifacts/update_plan.rs:359:23
58012024-06-06T21:21:10.664Z 5: {async_fn#0}<core::pin::Pin<alloc::boxed::Box<(dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, tough::error::Error>> + core::marker::Send), alloc::alloc::Global>>>
58022024-06-06T21:21:10.664Z at /work/oxidecomputer/omicron/update-common/src/artifacts/update_plan.rs:203:75
58032024-06-06T21:21:10.664Z 6: {async_fn#0}<std::io::buffered::bufreader::BufReader<std::fs::File>>
58042024-06-06T21:21:10.664Z at /work/oxidecomputer/omicron/update-common/src/artifacts/artifacts_with_plan.rs:242:18
58052024-06-06T21:21:10.664Z 7: {async_fn#0}<async_stream::async_stream::AsyncStream<core::result::Result<bytes::bytes::Bytes, dropshot::error::HttpError>, dropshot::extractor::body::{impl#2}::into_stream::{async_block_env#0}>>
58062024-06-06T21:21:10.664Z at /work/oxidecomputer/omicron/update-common/src/artifacts/artifacts_with_plan.rs:120:10
58072024-06-06T21:21:10.664Z 8: {async_fn#0}<async_stream::async_stream::AsyncStream<core::result::Result<bytes::bytes::Bytes, dropshot::error::HttpError>, dropshot::extractor::body::{impl#2}::into_stream::{async_block_env#0}>>
58082024-06-06T21:21:10.664Z at ./src/update_tracker.rs:358:10
58092024-06-06T21:21:10.664Z 9: {async_fn#0}
58102024-06-06T21:21:10.664Z at ./src/http_entrypoints.rs:630:61
58112024-06-06T21:21:10.664Z 10: {async_block#0}<wicketd::context::ServerContext, fn(dropshot::handler::RequestContext<wicketd::context::ServerContext>, dropshot::extractor::body::StreamingBody) -> wicketd::http_entrypoints::{impl#70}::from::put_repository::{async_fn_env#0}, wicketd::http_entrypoints::{impl#70}::from::put_repository::{async_fn_env#0}, dropshot::handler::HttpResponseUpdatedNoContent, dropshot::extractor::body::StreamingBody>
58122024-06-06T21:21:10.664Z at /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/0cd0e82/dropshot/src/handler.rs:350:53
58132024-06-06T21:21:10.664Z 11: poll<alloc::boxed::Box<(dyn core::future::future::Future<Output=core::result::Result<http::response::Response<hyper::body::body::Body>, dropshot::error::HttpError>> + core::marker::Send), alloc::alloc::Global>>
58142024-06-06T21:21:10.664Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/future/future.rs:123:9
58152024-06-06T21:21:10.664Z 12: {async_block#0}<wicketd::context::ServerContext, fn(dropshot::handler::RequestContext<wicketd::context::ServerContext>, dropshot::extractor::body::StreamingBody) -> wicketd::http_entrypoints::{impl#70}::from::put_repository::{async_fn_env#0}, (dropshot::extractor::body::StreamingBody), dropshot::handler::HttpResponseUpdatedNoContent>
58162024-06-06T21:21:10.664Z at /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/0cd0e82/dropshot/src/handler.rs:461:16
58172024-06-06T21:21:10.665Z 13: poll<alloc::boxed::Box<(dyn core::future::future::Future<Output=core::result::Result<http::response::Response<hyper::body::body::Body>, dropshot::error::HttpError>> + core::marker::Send), alloc::alloc::Global>>
58182024-06-06T21:21:10.665Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/future/future.rs:123:9
58192024-06-06T21:21:10.665Z 14: {async_block#0}<wicketd::context::ServerContext>
58202024-06-06T21:21:10.665Z at /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/0cd0e82/dropshot/src/server.rs:943:69
58212024-06-06T21:21:10.665Z 15: {closure#0}<dropshot::server::http_request_handle::{async_fn#0}::{async_block_env#0}<wicketd::context::ServerContext>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>
58222024-06-06T21:21:10.665Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/core.rs:328:17
58232024-06-06T21:21:10.665Z 16: with_mut<tokio::runtime::task::core::Stage<dropshot::server::http_request_handle::{async_fn#0}::{async_block_env#0}<wicketd::context::ServerContext>>, core::task::poll::Poll<()>, tokio::runtime::task::core::{impl#6}::poll::{closure_env#0}<dropshot::server::http_request_handle::{async_fn#0}::{async_block_env#0}<wicketd::context::ServerContext>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>>
58242024-06-06T21:21:10.665Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/loom/std/unsafe_cell.rs:16:9
58252024-06-06T21:21:10.665Z 17: poll<dropshot::server::http_request_handle::{async_fn#0}::{async_block_env#0}<wicketd::context::ServerContext>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>
58262024-06-06T21:21:10.665Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/core.rs:317:13
58272024-06-06T21:21:10.665Z 18: tokio::runtime::task::harness::poll_future::{{closure}}
58282024-06-06T21:21:10.665Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:485:19
58292024-06-06T21:21:10.665Z 19: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
58302024-06-06T21:21:10.665Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/panic/unwind_safe.rs:272:9
58312024-06-06T21:21:10.665Z 20: do_call<core::panic::unwind_safe::AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<dropshot::server::http_request_handle::{async_fn#0}::{async_block_env#0}<wicketd::context::ServerContext>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>>, core::task::poll::Poll<()>>
58322024-06-06T21:21:10.665Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panicking.rs:552:40
58332024-06-06T21:21:10.665Z 21: __rust_try
58342024-06-06T21:21:10.665Z 22: try<core::task::poll::Poll<()>, core::panic::unwind_safe::AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<dropshot::server::http_request_handle::{async_fn#0}::{async_block_env#0}<wicketd::context::ServerContext>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>>>
58352024-06-06T21:21:10.665Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panicking.rs:516:19
58362024-06-06T21:21:10.665Z 23: std::panic::catch_unwind
58372024-06-06T21:21:10.665Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panic.rs:146:14
58382024-06-06T21:21:10.665Z 24: tokio::runtime::task::harness::poll_future
58392024-06-06T21:21:10.665Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:473:18
58402024-06-06T21:21:10.665Z 25: tokio::runtime::task::harness::Harness<T,S>::poll_inner
58412024-06-06T21:21:10.666Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:208:27
58422024-06-06T21:21:10.666Z 26: tokio::runtime::task::harness::Harness<T,S>::poll
58432024-06-06T21:21:10.666Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:153:15
58442024-06-06T21:21:10.666Z 27: tokio::runtime::task::raw::poll
58452024-06-06T21:21:10.666Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/raw.rs:271:5
58462024-06-06T21:21:10.666Z 28: tokio::runtime::task::raw::RawTask::poll
58472024-06-06T21:21:10.666Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/raw.rs:201:18
58482024-06-06T21:21:10.666Z 29: tokio::runtime::task::LocalNotified<S>::run
58492024-06-06T21:21:10.666Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/mod.rs:427:9
58502024-06-06T21:21:10.666Z 30: {closure#0}
58512024-06-06T21:21:10.666Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:576:13
58522024-06-06T21:21:10.666Z 31: with_budget<core::result::Result<alloc::boxed::Box<tokio::runtime::scheduler::multi_thread::worker::Core, alloc::alloc::Global>, ()>, tokio::runtime::scheduler::multi_thread::worker::{impl#1}::run_task::{closure_env#0}>
58532024-06-06T21:21:10.666Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/coop.rs:107:5
58542024-06-06T21:21:10.666Z 32: budget<core::result::Result<alloc::boxed::Box<tokio::runtime::scheduler::multi_thread::worker::Core, alloc::alloc::Global>, ()>, tokio::runtime::scheduler::multi_thread::worker::{impl#1}::run_task::{closure_env#0}>
58552024-06-06T21:21:10.666Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/coop.rs:73:5
58562024-06-06T21:21:10.666Z 33: run_task
58572024-06-06T21:21:10.666Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:575:9
58582024-06-06T21:21:10.666Z 34: tokio::runtime::scheduler::multi_thread::worker::Context::run
58592024-06-06T21:21:10.666Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:526:24
58602024-06-06T21:21:10.666Z 35: tokio::runtime::scheduler::multi_thread::worker::run::{{closure}}::{{closure}}
58612024-06-06T21:21:10.666Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:491:21
58622024-06-06T21:21:10.666Z 36: tokio::runtime::context::scoped::Scoped<T>::set
58632024-06-06T21:21:10.666Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
58642024-06-06T21:21:10.667Z 37: tokio::runtime::context::set_scheduler::{{closure}}
58652024-06-06T21:21:10.667Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context.rs:176:26
58662024-06-06T21:21:10.667Z 38: try_with<tokio::runtime::context::Context, tokio::runtime::context::set_scheduler::{closure_env#0}<(), tokio::runtime::scheduler::multi_thread::worker::run::{closure#0}::{closure_env#0}>, ()>
58672024-06-06T21:21:10.667Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/thread/local.rs:284:16
58682024-06-06T21:21:10.667Z 39: std::thread::local::LocalKey<T>::with
58692024-06-06T21:21:10.667Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/thread/local.rs:260:9
58702024-06-06T21:21:10.667Z 40: tokio::runtime::context::set_scheduler
58712024-06-06T21:21:10.667Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context.rs:176:9
58722024-06-06T21:21:10.667Z 41: tokio::runtime::scheduler::multi_thread::worker::run::{{closure}}
58732024-06-06T21:21:10.667Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:486:9
58742024-06-06T21:21:10.667Z 42: tokio::runtime::context::runtime::enter_runtime
58752024-06-06T21:21:10.667Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
58762024-06-06T21:21:10.667Z 43: tokio::runtime::scheduler::multi_thread::worker::run
58772024-06-06T21:21:10.667Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:478:5
58782024-06-06T21:21:10.667Z 44: tokio::runtime::scheduler::multi_thread::worker::block_in_place::{{closure}}::{{closure}}
58792024-06-06T21:21:10.667Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:422:41
58802024-06-06T21:21:10.667Z 45: <tokio::runtime::blocking::task::BlockingTask<T> as core::future::future::Future>::poll
58812024-06-06T21:21:10.667Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/blocking/task.rs:42:21
58822024-06-06T21:21:10.667Z 46: {closure#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<update_common::artifacts::update_plan::{impl#0}::extract_nested_artifact_pair::{closure_env#0}<update_common::artifacts::update_plan::{impl#0}::add_rot_artifact::{async_fn#0}::{closure_env#0}<core::pin::Pin<alloc::boxed::Box<(dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, tough::error::Error>> + core::marker::Send), alloc::alloc::Global>>>, core::pin::Pin<alloc::boxed::Box<(dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, tough::error::Error>> + core::marker::Send), alloc::alloc::Global>>>, core::result::Result<(update_common::artifacts::extracted_artifacts::ExtractedArtifactDataHandle, update_common::artifacts::extracted_artifacts::ExtractedArtifactDataHandle), update_common::errors::RepositoryError>>>, tokio::runtime::blocking::schedule::BlockingSchedule>
58832024-06-06T21:21:10.667Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/core.rs:328:17
58842024-06-06T21:21:10.668Z 47: with_mut<tokio::runtime::task::core::Stage<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<update_common::artifacts::update_plan::{impl#0}::extract_nested_artifact_pair::{closure_env#0}<update_common::artifacts::update_plan::{impl#0}::add_rot_artifact::{async_fn#0}::{closure_env#0}<core::pin::Pin<alloc::boxed::Box<(dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, tough::error::Error>> + core::marker::Send), alloc::alloc::Global>>>, core::pin::Pin<alloc::boxed::Box<(dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, tough::error::Error>> + core::marker::Send), alloc::alloc::Global>>>, core::result::Result<(update_common::artifacts::extracted_artifacts::ExtractedArtifactDataHandle, update_common::artifacts::extracted_artifacts::ExtractedArtifactDataHandle), update_common::errors::RepositoryError>>>>, core::task::poll::Poll<()>, tokio::runtime::task::core::{impl#6}::poll::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<update_common::artifacts::update_plan::{impl#0}::extract_nested_artifact_pair::{closure_env#0}<update_common::artifacts::update_plan::{impl#0}::add_rot_artifact::{async_fn#0}::{closure_env#0}<core::pin::Pin<alloc::boxed::Box<(dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, tough::error::Error>> + core::marker::Send), alloc::alloc::Global>>>, core::pin::Pin<alloc::boxed::Box<(dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, tough::error::Error>> + core::marker::Send), alloc::alloc::Global>>>, core::result::Result<(update_common::artifacts::extracted_artifacts::ExtractedArtifactDataHandle, update_common::artifacts::extracted_artifacts::ExtractedArtifactDataHandle), update_common::errors::RepositoryError>>>, tokio::runtime::blocking::schedule::BlockingSchedule>>
58852024-06-06T21:21:10.668Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/loom/std/unsafe_cell.rs:16:9
58862024-06-06T21:21:10.668Z 48: poll<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<update_common::artifacts::update_plan::{impl#0}::extract_nested_artifact_pair::{closure_env#0}<update_common::artifacts::update_plan::{impl#0}::add_rot_artifact::{async_fn#0}::{closure_env#0}<core::pin::Pin<alloc::boxed::Box<(dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, tough::error::Error>> + core::marker::Send), alloc::alloc::Global>>>, core::pin::Pin<alloc::boxed::Box<(dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, tough::error::Error>> + core::marker::Send), alloc::alloc::Global>>>, core::result::Result<(update_common::artifacts::extracted_artifacts::ExtractedArtifactDataHandle, update_common::artifacts::extracted_artifacts::ExtractedArtifactDataHandle), update_common::errors::RepositoryError>>>, tokio::runtime::blocking::schedule::BlockingSchedule>
58872024-06-06T21:21:10.668Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/core.rs:317:13
58882024-06-06T21:21:10.668Z 49: tokio::runtime::task::harness::poll_future::{{closure}}
58892024-06-06T21:21:10.668Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:485:19
58902024-06-06T21:21:10.668Z 50: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
58912024-06-06T21:21:10.668Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/panic/unwind_safe.rs:272:9
58922024-06-06T21:21:10.668Z 51: do_call<core::panic::unwind_safe::AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<update_common::artifacts::update_plan::{impl#0}::extract_nested_artifact_pair::{closure_env#0}<update_common::artifacts::update_plan::{impl#0}::add_rot_artifact::{async_fn#0}::{closure_env#0}<core::pin::Pin<alloc::boxed::Box<(dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, tough::error::Error>> + core::marker::Send), alloc::alloc::Global>>>, core::pin::Pin<alloc::boxed::Box<(dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, tough::error::Error>> + core::marker::Send), alloc::alloc::Global>>>, core::result::Result<(update_common::artifacts::extracted_artifacts::ExtractedArtifactDataHandle, update_common::artifacts::extracted_artifacts::ExtractedArtifactDataHandle), update_common::errors::RepositoryError>>>, tokio::runtime::blocking::schedule::BlockingSchedule>>, core::task::poll::Poll<()>>
58932024-06-06T21:21:10.668Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panicking.rs:552:40
58942024-06-06T21:21:10.708Z 52: __rust_try
58952024-06-06T21:21:10.708Z 53: try<core::task::poll::Poll<()>, core::panic::unwind_safe::AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<update_common::artifacts::update_plan::{impl#0}::extract_nested_artifact_pair::{closure_env#0}<update_common::artifacts::update_plan::{impl#0}::add_rot_artifact::{async_fn#0}::{closure_env#0}<core::pin::Pin<alloc::boxed::Box<(dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, tough::error::Error>> + core::marker::Send), alloc::alloc::Global>>>, core::pin::Pin<alloc::boxed::Box<(dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, tough::error::Error>> + core::marker::Send), alloc::alloc::Global>>>, core::result::Result<(update_common::artifacts::extracted_artifacts::ExtractedArtifactDataHandle, update_common::artifacts::extracted_artifacts::ExtractedArtifactDataHandle), update_common::errors::RepositoryError>>>, tokio::runtime::blocking::schedule::BlockingSchedule>>>
58962024-06-06T21:21:10.708Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panicking.rs:516:19
58972024-06-06T21:21:10.708Z 54: std::panic::catch_unwind
58982024-06-06T21:21:10.708Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panic.rs:146:14
58992024-06-06T21:21:10.708Z 55: tokio::runtime::task::harness::poll_future
59002024-06-06T21:21:10.708Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:473:18
59012024-06-06T21:21:10.708Z 56: tokio::runtime::task::harness::Harness<T,S>::poll_inner
59022024-06-06T21:21:10.708Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:208:27
59032024-06-06T21:21:10.708Z 57: tokio::runtime::task::harness::Harness<T,S>::poll
59042024-06-06T21:21:10.708Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:153:15
59052024-06-06T21:21:10.708Z 58: tokio::runtime::task::raw::poll
59062024-06-06T21:21:10.708Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/raw.rs:271:5
59072024-06-06T21:21:10.708Z 59: tokio::runtime::task::raw::RawTask::poll
59082024-06-06T21:21:10.708Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/raw.rs:201:18
59092024-06-06T21:21:10.708Z 60: tokio::runtime::task::UnownedTask<S>::run
59102024-06-06T21:21:10.708Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/mod.rs:464:9
59112024-06-06T21:21:10.709Z 61: tokio::runtime::blocking::pool::Task::run
59122024-06-06T21:21:10.709Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/blocking/pool.rs:159:9
59132024-06-06T21:21:10.709Z 62: run
59142024-06-06T21:21:10.709Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/blocking/pool.rs:513:17
59152024-06-06T21:21:10.709Z 63: tokio::runtime::blocking::pool::Spawner::spawn_thread::{{closure}}
59162024-06-06T21:21:10.709Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/blocking/pool.rs:471:13
59172024-06-06T21:21:10.709Znote: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
59182024-06-06T21:21:10.709Zthread 'integration_tests::updates::test_update_races' panicked at wicketd/tests/integration_tests/updates.rs:430:10:
59192024-06-06T21:21:10.709Zbytes read and archived: Communication Error: error sending request for url (http://[::1]:35030/repository): connection closed before message completed
59202024-06-06T21:21:10.709Zstack backtrace:
59212024-06-06T21:21:10.709Z 0: rust_begin_unwind
59222024-06-06T21:21:10.709Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panicking.rs:645:5
59232024-06-06T21:21:10.709Z 1: core::panicking::panic_fmt
59242024-06-06T21:21:10.709Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/panicking.rs:72:14
59252024-06-06T21:21:10.709Z 2: core::result::unwrap_failed
59262024-06-06T21:21:10.709Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:1654:5
59272024-06-06T21:21:10.709Z 3: core::result::Result<T,E>::expect
59282024-06-06T21:21:10.709Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:1034:23
59292024-06-06T21:21:10.709Z 4: {async_block#0}
59302024-06-06T21:21:10.709Z at ./tests/integration_tests/updates.rs:426:5
59312024-06-06T21:21:10.709Z 5: poll<&mut dyn core::future::future::Future<Output=()>>
59322024-06-06T21:21:10.709Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/future/future.rs:123:9
59332024-06-06T21:21:10.709Z 6: {closure#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
59342024-06-06T21:21:10.709Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/park.rs:281:63
59352024-06-06T21:21:10.710Z 7: with_budget<core::task::poll::Poll<()>, tokio::runtime::park::{impl#4}::block_on::{closure_env#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
59362024-06-06T21:21:10.710Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/coop.rs:107:5
59372024-06-06T21:21:10.710Z 8: budget<core::task::poll::Poll<()>, tokio::runtime::park::{impl#4}::block_on::{closure_env#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
59382024-06-06T21:21:10.710Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/coop.rs:73:5
59392024-06-06T21:21:10.710Z 9: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
59402024-06-06T21:21:10.710Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/park.rs:281:31
59412024-06-06T21:21:10.710Z 10: tokio::runtime::context::blocking::BlockingRegionGuard::block_on
59422024-06-06T21:21:10.710Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context/blocking.rs:66:9
59432024-06-06T21:21:10.710Z 11: tokio::runtime::scheduler::multi_thread::MultiThread::block_on::{{closure}}
59442024-06-06T21:21:10.710Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/mod.rs:87:13
59452024-06-06T21:21:10.710Z 12: tokio::runtime::context::runtime::enter_runtime
59462024-06-06T21:21:10.710Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
59472024-06-06T21:21:10.710Z 13: tokio::runtime::scheduler::multi_thread::MultiThread::block_on
59482024-06-06T21:21:10.710Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/mod.rs:86:9
59492024-06-06T21:21:10.710Z 14: tokio::runtime::runtime::Runtime::block_on
59502024-06-06T21:21:10.710Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/runtime.rs:351:45
59512024-06-06T21:21:10.710Z 15: test_update_races
59522024-06-06T21:21:10.710Z at ./tests/integration_tests/updates.rs:509:5
59532024-06-06T21:21:10.710Z 16: mod::integration_tests::updates::test_update_races::{{closure}}
59542024-06-06T21:21:10.710Z at ./tests/integration_tests/updates.rs:401:29
59552024-06-06T21:21:10.710Z 17: core::ops::function::FnOnce::call_once
59562024-06-06T21:21:10.710Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/ops/function.rs:250:5
59572024-06-06T21:21:10.710Z 18: core::ops::function::FnOnce::call_once
59582024-06-06T21:21:10.711Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/ops/function.rs:250:5
59592024-06-06T21:21:10.711Znote: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
59602024-06-06T21:21:10.711Z
59612024-06-06T21:21:11.103Z FAIL [ 1.419s] wicketd::mod integration_tests::updates::test_updates
59622024-06-06T21:21:11.103Z
59632024-06-06T21:21:11.103Z--- STDOUT: wicketd::mod integration_tests::updates::test_updates ---
59642024-06-06T21:21:11.103Z
59652024-06-06T21:21:11.103Zrunning 1 test
59662024-06-06T21:21:11.103Ztest integration_tests::updates::test_updates ... FAILED
59672024-06-06T21:21:11.103Z
59682024-06-06T21:21:11.103Zfailures:
59692024-06-06T21:21:11.104Z
59702024-06-06T21:21:11.104Zfailures:
59712024-06-06T21:21:11.104Z integration_tests::updates::test_updates
59722024-06-06T21:21:11.104Z
59732024-06-06T21:21:11.104Ztest result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 4 filtered out; finished in 1.32s
59742024-06-06T21:21:11.104Z
59752024-06-06T21:21:11.104Z
59762024-06-06T21:21:11.104Z--- STDERR: wicketd::mod integration_tests::updates::test_updates ---
59772024-06-06T21:21:11.104Zlog file: /var/tmp/omicron_tmp/mod-54d4afbabb92502d-test_updates.18222.0.log
59782024-06-06T21:21:11.104Znote: configured to log to "/var/tmp/omicron_tmp/mod-54d4afbabb92502d-test_updates.18222.0.log"
59792024-06-06T21:21:11.104Zhint: Generated a random key:
59802024-06-06T21:21:11.104Zhint:
59812024-06-06T21:21:11.105Zhint: ed25519:53cb2ff4382ef073c1b0a32317eddd72bd28e3844d56010ddcd883c20b64c2d5
59822024-06-06T21:21:11.105Zhint:
59832024-06-06T21:21:11.105Zhint: To modify this repository, you will need this key. Use the -k/--key
59842024-06-06T21:21:11.105Zhint: command line flag or the TUFACEOUS_KEY environment variable:
59852024-06-06T21:21:11.105Zhint:
59862024-06-06T21:21:11.105Zhint: export TUFACEOUS_KEY=ed25519:53cb2ff4382ef073c1b0a32317eddd72bd28e3844d56010ddcd883c20b64c2d5
59872024-06-06T21:21:11.105Zhint:
59882024-06-06T21:21:11.105Zhint: To prevent this default behavior, use --no-generate-key.
59892024-06-06T21:21:11.105Zthread 'tokio-runtime-worker' panicked at /work/oxidecomputer/omicron/update-common/src/artifacts/update_plan.rs:359:49:
59902024-06-06T21:21:11.105Zshould decode: InvalidHexCharacter { c: 'S', index: 0 }
59912024-06-06T21:21:11.105Zstack backtrace:
59922024-06-06T21:21:11.105Z 0: rust_begin_unwind
59932024-06-06T21:21:11.106Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panicking.rs:645:5
59942024-06-06T21:21:11.106Z 1: core::panicking::panic_fmt
59952024-06-06T21:21:11.106Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/panicking.rs:72:14
59962024-06-06T21:21:11.106Z 2: core::result::unwrap_failed
59972024-06-06T21:21:11.106Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:1654:5
59982024-06-06T21:21:11.106Z 3: core::result::Result<T,E>::expect
59992024-06-06T21:21:11.106Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:1034:23
60002024-06-06T21:21:11.106Z 4: {async_fn#0}<core::pin::Pin<alloc::boxed::Box<(dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, tough::error::Error>> + core::marker::Send), alloc::alloc::Global>>>
60012024-06-06T21:21:11.106Z at /work/oxidecomputer/omicron/update-common/src/artifacts/update_plan.rs:359:23
60022024-06-06T21:21:11.106Z 5: {async_fn#0}<core::pin::Pin<alloc::boxed::Box<(dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, tough::error::Error>> + core::marker::Send), alloc::alloc::Global>>>
60032024-06-06T21:21:11.106Z at /work/oxidecomputer/omicron/update-common/src/artifacts/update_plan.rs:203:75
60042024-06-06T21:21:11.106Z 6: {async_fn#0}<std::io::buffered::bufreader::BufReader<std::fs::File>>
60052024-06-06T21:21:11.107Z at /work/oxidecomputer/omicron/update-common/src/artifacts/artifacts_with_plan.rs:242:18
60062024-06-06T21:21:11.107Z 7: {async_fn#0}<async_stream::async_stream::AsyncStream<core::result::Result<bytes::bytes::Bytes, dropshot::error::HttpError>, dropshot::extractor::body::{impl#2}::into_stream::{async_block_env#0}>>
60072024-06-06T21:21:11.107Z at /work/oxidecomputer/omicron/update-common/src/artifacts/artifacts_with_plan.rs:120:10
60082024-06-06T21:21:11.107Z 8: {async_fn#0}<async_stream::async_stream::AsyncStream<core::result::Result<bytes::bytes::Bytes, dropshot::error::HttpError>, dropshot::extractor::body::{impl#2}::into_stream::{async_block_env#0}>>
60092024-06-06T21:21:11.107Z at ./src/update_tracker.rs:358:10
60102024-06-06T21:21:11.107Z 9: {async_fn#0}
60112024-06-06T21:21:11.107Z at ./src/http_entrypoints.rs:630:61
60122024-06-06T21:21:11.107Z 10: {async_block#0}<wicketd::context::ServerContext, fn(dropshot::handler::RequestContext<wicketd::context::ServerContext>, dropshot::extractor::body::StreamingBody) -> wicketd::http_entrypoints::{impl#70}::from::put_repository::{async_fn_env#0}, wicketd::http_entrypoints::{impl#70}::from::put_repository::{async_fn_env#0}, dropshot::handler::HttpResponseUpdatedNoContent, dropshot::extractor::body::StreamingBody>
60132024-06-06T21:21:11.107Z at /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/0cd0e82/dropshot/src/handler.rs:350:53
60142024-06-06T21:21:11.107Z 11: poll<alloc::boxed::Box<(dyn core::future::future::Future<Output=core::result::Result<http::response::Response<hyper::body::body::Body>, dropshot::error::HttpError>> + core::marker::Send), alloc::alloc::Global>>
60152024-06-06T21:21:11.107Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/future/future.rs:123:9
60162024-06-06T21:21:11.107Z 12: {async_block#0}<wicketd::context::ServerContext, fn(dropshot::handler::RequestContext<wicketd::context::ServerContext>, dropshot::extractor::body::StreamingBody) -> wicketd::http_entrypoints::{impl#70}::from::put_repository::{async_fn_env#0}, (dropshot::extractor::body::StreamingBody), dropshot::handler::HttpResponseUpdatedNoContent>
60172024-06-06T21:21:11.107Z at /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/0cd0e82/dropshot/src/handler.rs:461:16
60182024-06-06T21:21:11.108Z 13: poll<alloc::boxed::Box<(dyn core::future::future::Future<Output=core::result::Result<http::response::Response<hyper::body::body::Body>, dropshot::error::HttpError>> + core::marker::Send), alloc::alloc::Global>>
60192024-06-06T21:21:11.108Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/future/future.rs:123:9
60202024-06-06T21:21:11.108Z 14: {async_block#0}<wicketd::context::ServerContext>
60212024-06-06T21:21:11.108Z at /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/0cd0e82/dropshot/src/server.rs:943:69
60222024-06-06T21:21:11.108Z 15: {closure#0}<dropshot::server::http_request_handle::{async_fn#0}::{async_block_env#0}<wicketd::context::ServerContext>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>
60232024-06-06T21:21:11.108Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/core.rs:328:17
60242024-06-06T21:21:11.108Z 16: with_mut<tokio::runtime::task::core::Stage<dropshot::server::http_request_handle::{async_fn#0}::{async_block_env#0}<wicketd::context::ServerContext>>, core::task::poll::Poll<()>, tokio::runtime::task::core::{impl#6}::poll::{closure_env#0}<dropshot::server::http_request_handle::{async_fn#0}::{async_block_env#0}<wicketd::context::ServerContext>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>>
60252024-06-06T21:21:11.108Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/loom/std/unsafe_cell.rs:16:9
60262024-06-06T21:21:11.108Z 17: poll<dropshot::server::http_request_handle::{async_fn#0}::{async_block_env#0}<wicketd::context::ServerContext>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>
60272024-06-06T21:21:11.108Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/core.rs:317:13
60282024-06-06T21:21:11.108Z 18: tokio::runtime::task::harness::poll_future::{{closure}}
60292024-06-06T21:21:11.108Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:485:19
60302024-06-06T21:21:11.109Z 19: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
60312024-06-06T21:21:11.109Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/panic/unwind_safe.rs:272:9
60322024-06-06T21:21:11.109Z 20: do_call<core::panic::unwind_safe::AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<dropshot::server::http_request_handle::{async_fn#0}::{async_block_env#0}<wicketd::context::ServerContext>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>>, core::task::poll::Poll<()>>
60332024-06-06T21:21:11.109Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panicking.rs:552:40
60342024-06-06T21:21:11.109Z 21: __rust_try
60352024-06-06T21:21:11.109Z 22: try<core::task::poll::Poll<()>, core::panic::unwind_safe::AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<dropshot::server::http_request_handle::{async_fn#0}::{async_block_env#0}<wicketd::context::ServerContext>, alloc::sync::Arc<tokio::runtime::scheduler::multi_thread::handle::Handle, alloc::alloc::Global>>>>
60362024-06-06T21:21:11.109Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panicking.rs:516:19
60372024-06-06T21:21:11.109Z 23: std::panic::catch_unwind
60382024-06-06T21:21:11.109Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panic.rs:146:14
60392024-06-06T21:21:11.109Z 24: tokio::runtime::task::harness::poll_future
60402024-06-06T21:21:11.109Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:473:18
60412024-06-06T21:21:11.109Z 25: tokio::runtime::task::harness::Harness<T,S>::poll_inner
60422024-06-06T21:21:11.109Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:208:27
60432024-06-06T21:21:11.109Z 26: tokio::runtime::task::harness::Harness<T,S>::poll
60442024-06-06T21:21:11.140Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:153:15
60452024-06-06T21:21:11.140Z 27: tokio::runtime::task::raw::poll
60462024-06-06T21:21:11.140Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/raw.rs:271:5
60472024-06-06T21:21:11.140Z 28: tokio::runtime::task::raw::RawTask::poll
60482024-06-06T21:21:11.141Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/raw.rs:201:18
60492024-06-06T21:21:11.141Z 29: tokio::runtime::task::LocalNotified<S>::run
60502024-06-06T21:21:11.141Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/mod.rs:427:9
60512024-06-06T21:21:11.141Z 30: {closure#0}
60522024-06-06T21:21:11.141Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:576:13
60532024-06-06T21:21:11.141Z 31: with_budget<core::result::Result<alloc::boxed::Box<tokio::runtime::scheduler::multi_thread::worker::Core, alloc::alloc::Global>, ()>, tokio::runtime::scheduler::multi_thread::worker::{impl#1}::run_task::{closure_env#0}>
60542024-06-06T21:21:11.141Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/coop.rs:107:5
60552024-06-06T21:21:11.141Z 32: budget<core::result::Result<alloc::boxed::Box<tokio::runtime::scheduler::multi_thread::worker::Core, alloc::alloc::Global>, ()>, tokio::runtime::scheduler::multi_thread::worker::{impl#1}::run_task::{closure_env#0}>
60562024-06-06T21:21:11.141Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/coop.rs:73:5
60572024-06-06T21:21:11.141Z 33: run_task
60582024-06-06T21:21:11.141Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:575:9
60592024-06-06T21:21:11.141Z 34: tokio::runtime::scheduler::multi_thread::worker::Context::run
60602024-06-06T21:21:11.142Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:526:24
60612024-06-06T21:21:11.142Z 35: tokio::runtime::scheduler::multi_thread::worker::run::{{closure}}::{{closure}}
60622024-06-06T21:21:11.142Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:491:21
60632024-06-06T21:21:11.142Z 36: tokio::runtime::context::scoped::Scoped<T>::set
60642024-06-06T21:21:11.142Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
60652024-06-06T21:21:11.142Z 37: tokio::runtime::context::set_scheduler::{{closure}}
60662024-06-06T21:21:11.142Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context.rs:176:26
60672024-06-06T21:21:11.142Z 38: try_with<tokio::runtime::context::Context, tokio::runtime::context::set_scheduler::{closure_env#0}<(), tokio::runtime::scheduler::multi_thread::worker::run::{closure#0}::{closure_env#0}>, ()>
60682024-06-06T21:21:11.142Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/thread/local.rs:284:16
60692024-06-06T21:21:11.142Z 39: std::thread::local::LocalKey<T>::with
60702024-06-06T21:21:11.142Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/thread/local.rs:260:9
60712024-06-06T21:21:11.142Z 40: tokio::runtime::context::set_scheduler
60722024-06-06T21:21:11.143Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context.rs:176:9
60732024-06-06T21:21:11.143Z 41: tokio::runtime::scheduler::multi_thread::worker::run::{{closure}}
60742024-06-06T21:21:11.143Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:486:9
60752024-06-06T21:21:11.143Z 42: tokio::runtime::context::runtime::enter_runtime
60762024-06-06T21:21:11.143Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
60772024-06-06T21:21:11.143Z 43: tokio::runtime::scheduler::multi_thread::worker::run
60782024-06-06T21:21:11.143Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:478:5
60792024-06-06T21:21:11.143Z 44: tokio::runtime::scheduler::multi_thread::worker::block_in_place::{{closure}}::{{closure}}
60802024-06-06T21:21:11.143Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:422:41
60812024-06-06T21:21:11.143Z 45: <tokio::runtime::blocking::task::BlockingTask<T> as core::future::future::Future>::poll
60822024-06-06T21:21:11.143Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/blocking/task.rs:42:21
60832024-06-06T21:21:11.143Z 46: {closure#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<update_common::artifacts::update_plan::{impl#0}::extract_nested_artifact_pair::{closure_env#0}<update_common::artifacts::update_plan::{impl#0}::add_rot_artifact::{async_fn#0}::{closure_env#0}<core::pin::Pin<alloc::boxed::Box<(dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, tough::error::Error>> + core::marker::Send), alloc::alloc::Global>>>, core::pin::Pin<alloc::boxed::Box<(dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, tough::error::Error>> + core::marker::Send), alloc::alloc::Global>>>, core::result::Result<(update_common::artifacts::extracted_artifacts::ExtractedArtifactDataHandle, update_common::artifacts::extracted_artifacts::ExtractedArtifactDataHandle), update_common::errors::RepositoryError>>>, tokio::runtime::blocking::schedule::BlockingSchedule>
60842024-06-06T21:21:11.144Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/core.rs:328:17
60852024-06-06T21:21:11.144Z 47: with_mut<tokio::runtime::task::core::Stage<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<update_common::artifacts::update_plan::{impl#0}::extract_nested_artifact_pair::{closure_env#0}<update_common::artifacts::update_plan::{impl#0}::add_rot_artifact::{async_fn#0}::{closure_env#0}<core::pin::Pin<alloc::boxed::Box<(dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, tough::error::Error>> + core::marker::Send), alloc::alloc::Global>>>, core::pin::Pin<alloc::boxed::Box<(dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, tough::error::Error>> + core::marker::Send), alloc::alloc::Global>>>, core::result::Result<(update_common::artifacts::extracted_artifacts::ExtractedArtifactDataHandle, update_common::artifacts::extracted_artifacts::ExtractedArtifactDataHandle), update_common::errors::RepositoryError>>>>, core::task::poll::Poll<()>, tokio::runtime::task::core::{impl#6}::poll::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<update_common::artifacts::update_plan::{impl#0}::extract_nested_artifact_pair::{closure_env#0}<update_common::artifacts::update_plan::{impl#0}::add_rot_artifact::{async_fn#0}::{closure_env#0}<core::pin::Pin<alloc::boxed::Box<(dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, tough::error::Error>> + core::marker::Send), alloc::alloc::Global>>>, core::pin::Pin<alloc::boxed::Box<(dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, tough::error::Error>> + core::marker::Send), alloc::alloc::Global>>>, core::result::Result<(update_common::artifacts::extracted_artifacts::ExtractedArtifactDataHandle, update_common::artifacts::extracted_artifacts::ExtractedArtifactDataHandle), update_common::errors::RepositoryError>>>, tokio::runtime::blocking::schedule::BlockingSchedule>>
60862024-06-06T21:21:11.144Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/loom/std/unsafe_cell.rs:16:9
60872024-06-06T21:21:11.144Z 48: poll<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<update_common::artifacts::update_plan::{impl#0}::extract_nested_artifact_pair::{closure_env#0}<update_common::artifacts::update_plan::{impl#0}::add_rot_artifact::{async_fn#0}::{closure_env#0}<core::pin::Pin<alloc::boxed::Box<(dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, tough::error::Error>> + core::marker::Send), alloc::alloc::Global>>>, core::pin::Pin<alloc::boxed::Box<(dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, tough::error::Error>> + core::marker::Send), alloc::alloc::Global>>>, core::result::Result<(update_common::artifacts::extracted_artifacts::ExtractedArtifactDataHandle, update_common::artifacts::extracted_artifacts::ExtractedArtifactDataHandle), update_common::errors::RepositoryError>>>, tokio::runtime::blocking::schedule::BlockingSchedule>
60882024-06-06T21:21:11.144Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/core.rs:317:13
60892024-06-06T21:21:11.144Z 49: tokio::runtime::task::harness::poll_future::{{closure}}
60902024-06-06T21:21:11.144Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:485:19
60912024-06-06T21:21:11.144Z 50: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
60922024-06-06T21:21:11.144Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/panic/unwind_safe.rs:272:9
60932024-06-06T21:21:11.144Z 51: do_call<core::panic::unwind_safe::AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<update_common::artifacts::update_plan::{impl#0}::extract_nested_artifact_pair::{closure_env#0}<update_common::artifacts::update_plan::{impl#0}::add_rot_artifact::{async_fn#0}::{closure_env#0}<core::pin::Pin<alloc::boxed::Box<(dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, tough::error::Error>> + core::marker::Send), alloc::alloc::Global>>>, core::pin::Pin<alloc::boxed::Box<(dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, tough::error::Error>> + core::marker::Send), alloc::alloc::Global>>>, core::result::Result<(update_common::artifacts::extracted_artifacts::ExtractedArtifactDataHandle, update_common::artifacts::extracted_artifacts::ExtractedArtifactDataHandle), update_common::errors::RepositoryError>>>, tokio::runtime::blocking::schedule::BlockingSchedule>>, core::task::poll::Poll<()>>
60942024-06-06T21:21:11.144Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panicking.rs:552:40
60952024-06-06T21:21:11.145Z 52: __rust_try
60962024-06-06T21:21:11.145Z 53: try<core::task::poll::Poll<()>, core::panic::unwind_safe::AssertUnwindSafe<tokio::runtime::task::harness::poll_future::{closure_env#0}<tokio::runtime::blocking::task::BlockingTask<tokio::runtime::scheduler::multi_thread::worker::block_in_place::{closure#0}::{closure_env#0}<update_common::artifacts::update_plan::{impl#0}::extract_nested_artifact_pair::{closure_env#0}<update_common::artifacts::update_plan::{impl#0}::add_rot_artifact::{async_fn#0}::{closure_env#0}<core::pin::Pin<alloc::boxed::Box<(dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, tough::error::Error>> + core::marker::Send), alloc::alloc::Global>>>, core::pin::Pin<alloc::boxed::Box<(dyn futures_core::stream::Stream<Item=core::result::Result<bytes::bytes::Bytes, tough::error::Error>> + core::marker::Send), alloc::alloc::Global>>>, core::result::Result<(update_common::artifacts::extracted_artifacts::ExtractedArtifactDataHandle, update_common::artifacts::extracted_artifacts::ExtractedArtifactDataHandle), update_common::errors::RepositoryError>>>, tokio::runtime::blocking::schedule::BlockingSchedule>>>
60972024-06-06T21:21:11.145Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panicking.rs:516:19
60982024-06-06T21:21:11.145Z 54: std::panic::catch_unwind
60992024-06-06T21:21:11.145Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panic.rs:146:14
61002024-06-06T21:21:11.145Z 55: tokio::runtime::task::harness::poll_future
61012024-06-06T21:21:11.145Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:473:18
61022024-06-06T21:21:11.145Z 56: tokio::runtime::task::harness::Harness<T,S>::poll_inner
61032024-06-06T21:21:11.145Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:208:27
61042024-06-06T21:21:11.145Z 57: tokio::runtime::task::harness::Harness<T,S>::poll
61052024-06-06T21:21:11.145Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:153:15
61062024-06-06T21:21:11.145Z 58: tokio::runtime::task::raw::poll
61072024-06-06T21:21:11.145Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/raw.rs:271:5
61082024-06-06T21:21:11.146Z 59: tokio::runtime::task::raw::RawTask::poll
61092024-06-06T21:21:11.146Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/raw.rs:201:18
61102024-06-06T21:21:11.146Z 60: tokio::runtime::task::UnownedTask<S>::run
61112024-06-06T21:21:11.146Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/mod.rs:464:9
61122024-06-06T21:21:11.146Z 61: tokio::runtime::blocking::pool::Task::run
61132024-06-06T21:21:11.146Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/blocking/pool.rs:159:9
61142024-06-06T21:21:11.146Z 62: run
61152024-06-06T21:21:11.146Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/blocking/pool.rs:513:17
61162024-06-06T21:21:11.146Z 63: tokio::runtime::blocking::pool::Spawner::spawn_thread::{{closure}}
61172024-06-06T21:21:11.146Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/blocking/pool.rs:471:13
61182024-06-06T21:21:11.146Znote: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
61192024-06-06T21:21:11.146Zthread 'integration_tests::updates::test_updates' panicked at wicketd/tests/integration_tests/updates.rs:62:10:
61202024-06-06T21:21:11.146Zbytes read and archived: Communication Error: error sending request for url (http://[::1]:50024/repository): connection closed before message completed
61212024-06-06T21:21:11.146Zstack backtrace:
61222024-06-06T21:21:11.146Z 0: rust_begin_unwind
61232024-06-06T21:21:11.146Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panicking.rs:645:5
61242024-06-06T21:21:11.146Z 1: core::panicking::panic_fmt
61252024-06-06T21:21:11.146Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/panicking.rs:72:14
61262024-06-06T21:21:11.146Z 2: core::result::unwrap_failed
61272024-06-06T21:21:11.147Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:1654:5
61282024-06-06T21:21:11.147Z 3: core::result::Result<T,E>::expect
61292024-06-06T21:21:11.147Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/result.rs:1034:23
61302024-06-06T21:21:11.147Z 4: {async_block#0}
61312024-06-06T21:21:11.147Z at ./tests/integration_tests/updates.rs:58:5
61322024-06-06T21:21:11.147Z 5: poll<&mut dyn core::future::future::Future<Output=()>>
61332024-06-06T21:21:11.147Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/future/future.rs:123:9
61342024-06-06T21:21:11.147Z 6: {closure#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
61352024-06-06T21:21:11.147Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/park.rs:281:63
61362024-06-06T21:21:11.147Z 7: with_budget<core::task::poll::Poll<()>, tokio::runtime::park::{impl#4}::block_on::{closure_env#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
61372024-06-06T21:21:11.147Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/coop.rs:107:5
61382024-06-06T21:21:11.147Z 8: budget<core::task::poll::Poll<()>, tokio::runtime::park::{impl#4}::block_on::{closure_env#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
61392024-06-06T21:21:11.147Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/coop.rs:73:5
61402024-06-06T21:21:11.147Z 9: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
61412024-06-06T21:21:11.147Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/park.rs:281:31
61422024-06-06T21:21:11.147Z 10: tokio::runtime::context::blocking::BlockingRegionGuard::block_on
61432024-06-06T21:21:11.147Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context/blocking.rs:66:9
61442024-06-06T21:21:11.172Z 11: tokio::runtime::scheduler::multi_thread::MultiThread::block_on::{{closure}}
61452024-06-06T21:21:11.173Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/mod.rs:87:13
61462024-06-06T21:21:11.173Z 12: tokio::runtime::context::runtime::enter_runtime
61472024-06-06T21:21:11.173Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
61482024-06-06T21:21:11.173Z 13: tokio::runtime::scheduler::multi_thread::MultiThread::block_on
61492024-06-06T21:21:11.173Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/mod.rs:86:9
61502024-06-06T21:21:11.173Z 14: tokio::runtime::runtime::Runtime::block_on
61512024-06-06T21:21:11.173Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/runtime.rs:351:45
61522024-06-06T21:21:11.173Z 15: test_updates
61532024-06-06T21:21:11.173Z at ./tests/integration_tests/updates.rs:260:5
61542024-06-06T21:21:11.173Z 16: mod::integration_tests::updates::test_updates::{{closure}}
61552024-06-06T21:21:11.173Z at ./tests/integration_tests/updates.rs:37:24
61562024-06-06T21:21:11.173Z 17: core::ops::function::FnOnce::call_once
61572024-06-06T21:21:11.173Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/ops/function.rs:250:5
61582024-06-06T21:21:11.173Z 18: core::ops::function::FnOnce::call_once
61592024-06-06T21:21:11.173Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/ops/function.rs:250:5
61602024-06-06T21:21:11.173Znote: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
61612024-06-06T21:21:11.173Z
61622024-06-06T21:21:11.784Z PASS [ 16.757s] oximeter-db client::tests::test_single_node
61632024-06-06T21:21:12.906Z PASS [ 32.138s] omicron-sled-agent nexus::test::nexus_self_notification_test
61642024-06-06T21:21:16.709Z PASS [ 18.194s] reconfigurator-cli::test_basic test_blueprint_edit
61652024-06-06T21:22:09.880Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
61662024-06-06T21:23:09.877Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
61672024-06-06T21:24:09.874Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
61682024-06-06T21:25:09.871Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
61692024-06-06T21:25:41.482Z PASS [ 271.627s] oximeter-db client::tests::test_replicated
61702024-06-06T21:25:41.507Z------------
61712024-06-06T21:25:41.507Z Summary [2050.357s] 1269 tests run: 1258 passed (9 slow, 1 leaky), 11 failed, 3 skipped
61722024-06-06T21:25:41.507Z FAIL [ 1.558s] omicron-gateway::test_all integration_tests::commands::test_mgs_openapi_sled
61732024-06-06T21:25:41.507Z FAIL [ 15.223s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end
61742024-06-06T21:25:41.507Z FAIL [ 1.169s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
61752024-06-06T21:25:41.507Z FAIL [ 1.082s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
61762024-06-06T21:25:41.507Z FAIL [ 0.557s] update-common artifacts::update_plan::tests::test_bad_rot_versions
61772024-06-06T21:25:41.507Z FAIL [ 0.516s] update-common artifacts::update_plan::tests::test_multi_rot_version
61782024-06-06T21:25:41.507Z FAIL [ 0.339s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
61792024-06-06T21:25:41.507Z FAIL [ 1.721s] wicketd::mod integration_tests::commands::test_wicketd_openapi
61802024-06-06T21:25:41.507Z FAIL [ 2.142s] wicketd::mod integration_tests::updates::test_installinator_fetch
61812024-06-06T21:25:41.507Z FAIL [ 1.932s] wicketd::mod integration_tests::updates::test_update_races
61822024-06-06T21:25:41.507Z FAIL [ 1.419s] wicketd::mod integration_tests::updates::test_updates
61832024-06-06T21:25:41.507Zerror: test run failed
61842024-06-06T21:25:41.532Z
61852024-06-06T21:25:41.532Zreal 34:31.871411412
61862024-06-06T21:25:41.532Zuser 2:40:09.903297568
61872024-06-06T21:25:41.532Zsys 43:56.777976582
61882024-06-06T21:25:41.532Ztrap 2:23.455889902
61892024-06-06T21:25:41.532Ztflt 9.755229005
61902024-06-06T21:25:41.532Zdflt 36.828160175
61912024-06-06T21:25:41.533Zkflt 0.184766714
61922024-06-06T21:25:41.533Zlock 936:41:35.087949531
61932024-06-06T21:25:41.533Zslp 40:59:11.400069324
61942024-06-06T21:25:41.533Zlat 3:41:17.692398461
61952024-06-06T21:25:41.533Zstop 45:03.802789736
61962024-06-06T21:25:41.608Zprocess exited: duration 3373946 ms, exit code 100
 
61972024-06-06T21:25:41.693Zfound 13 output files
61982024-06-06T21:25:41.693Zuploading: /work/crate-build-timings.json (504184 bytes)
61992024-06-06T21:25:43.089Zuploaded: /work/crate-build-timings.json
62002024-06-06T21:25:43.089Zuploading: /var/tmp/omicron_tmp/mod-54d4afbabb92502d-test_artifact_upload_while_updating.18221.0.log (413715 bytes)
62012024-06-06T21:25:44.480Zuploaded: /var/tmp/omicron_tmp/mod-54d4afbabb92502d-test_artifact_upload_while_updating.18221.0.log
62022024-06-06T21:25:44.480Zuploading: /var/tmp/omicron_tmp/mod-54d4afbabb92502d-test_updates.18217.0.log (391269 bytes)
62032024-06-06T21:25:45.862Zuploaded: /var/tmp/omicron_tmp/mod-54d4afbabb92502d-test_updates.18217.0.log
62042024-06-06T21:25:45.862Zuploading: /var/tmp/omicron_tmp/mod-54d4afbabb92502d-test_updates.18222.0.log (391908 bytes)
62052024-06-06T21:25:47.624Zuploaded: /var/tmp/omicron_tmp/mod-54d4afbabb92502d-test_updates.18222.0.log
62062024-06-06T21:25:47.624Zuploading: /var/tmp/omicron_tmp/test_all-307257c8e349a81b-test_update_end_to_end.14911.0.log (3373 bytes)
62072024-06-06T21:25:48.718Zuploaded: /var/tmp/omicron_tmp/test_all-307257c8e349a81b-test_update_end_to_end.14911.0.log
62082024-06-06T21:25:48.718Zuploading: /var/tmp/omicron_tmp/test_all-307257c8e349a81b-test_update_end_to_end.14911.1.log (1404932 bytes)
62092024-06-06T21:25:51.005Zuploaded: /var/tmp/omicron_tmp/test_all-307257c8e349a81b-test_update_end_to_end.14911.1.log
62102024-06-06T21:25:51.006Zuploading: /var/tmp/omicron_tmp/test_all-307257c8e349a81b-test_update_end_to_end.14911.3.log (59362 bytes)
62112024-06-06T21:25:52.708Zuploaded: /var/tmp/omicron_tmp/test_all-307257c8e349a81b-test_update_end_to_end.14911.3.log
62122024-06-06T21:25:52.708Zuploading: /var/tmp/omicron_tmp/test_all-307257c8e349a81b-test_update_end_to_end.14911.4.log (197998 bytes)
62132024-06-06T21:25:54.154Zuploaded: /var/tmp/omicron_tmp/test_all-307257c8e349a81b-test_update_end_to_end.14911.4.log
62142024-06-06T21:25:54.179Zuploading: /var/tmp/omicron_tmp/update_common-217b31c4cc0f0d0a-test_extract_fake.18196.0.log (4071 bytes)
62152024-06-06T21:25:55.265Zuploaded: /var/tmp/omicron_tmp/update_common-217b31c4cc0f0d0a-test_extract_fake.18196.0.log
62162024-06-06T21:25:55.290Zuploading: /var/tmp/omicron_tmp/update_common-217b31c4cc0f0d0a-test_fake_archive_idempotent.18197.0.log (4245 bytes)
62172024-06-06T21:25:56.365Zuploaded: /var/tmp/omicron_tmp/update_common-217b31c4cc0f0d0a-test_fake_archive_idempotent.18197.0.log
62182024-06-06T21:25:56.365Zuploading: /var/tmp/omicron_tmp/update_common-217b31c4cc0f0d0a-test_multi_rot_version.18199.0.log (3673 bytes)
62192024-06-06T21:25:57.470Zuploaded: /var/tmp/omicron_tmp/update_common-217b31c4cc0f0d0a-test_multi_rot_version.18199.0.log
62202024-06-06T21:25:57.470Zuploading: /var/tmp/omicron_tmp/update_common-217b31c4cc0f0d0a-test_multi_rot_version.18200.0.log (3674 bytes)
62212024-06-06T21:25:58.567Zuploaded: /var/tmp/omicron_tmp/update_common-217b31c4cc0f0d0a-test_multi_rot_version.18200.0.log
62222024-06-06T21:25:58.591Zuploading: /var/tmp/omicron_tmp/update_common-217b31c4cc0f0d0a-test_update_plan_from_artifacts.18201.0.log (4421 bytes)
62232024-06-06T21:25:59.663Zuploaded: /var/tmp/omicron_tmp/update_common-217b31c4cc0f0d0a-test_update_plan_from_artifacts.18201.0.log