01HZMKJSQ5ZG32EC6JCAHZJ7CK: 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: 01HZMKK1PZHH4FFAS8CK3NHNZQ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-06-05T16:27:32.603Zjob assigned to worker 01HZMKK68ZRGZHMJ8K11A1SBW0 (queued for 40 s)
 
22024-06-05T16:27:32.878Zstarting task 0: "setup"
32024-06-05T16:27:32.904Z++ uname -s
42024-06-05T16:27:32.904Z+ kern=SunOS
52024-06-05T16:27:32.904Z+ case "$kern" in
62024-06-05T16:27:32.904Z+ groupadd -g 12345 build
72024-06-05T16:27:32.904Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-06-05T16:27:34.910Z+ zfs create -o mountpoint=/work rpool/work
92024-06-05T16:27:34.954Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-06-05T16:27:34.987Z+ home_fs=zfs
112024-06-05T16:27:34.987Z+ [[ zfs == autofs ]]
122024-06-05T16:27:34.987Z+ mkdir -p /home/build
132024-06-05T16:27:34.988Z+ chown build:build /home/build /work
142024-06-05T16:27:36.963Z+ chmod 0700 /home/build /work
152024-06-05T16:27:36.989Zprocess exited: duration 4088 ms, exit code 0
 
162024-06-05T16:27:37.040Zstarting task 1: "rust-toolchain"
172024-06-05T16:27:37.065Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-06-05T16:27:37.065Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
192024-06-05T16:27:37.194Zinfo: downloading installer
202024-06-05T16:27:42.853Zwarning: it looks like you have an existing installation of Rust at:
212024-06-05T16:27:42.853Zwarning: /opt/ooce/bin
222024-06-05T16:27:42.853Zwarning: It is recommended that rustup be the primary Rust installation.
232024-06-05T16:27:42.853Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-06-05T16:27:42.853Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-06-05T16:27:42.853Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-06-05T16:27:42.853Zwarning: or pass `-y' to ignore all ignorable checks.
272024-06-05T16:27:42.853Zerror: cannot install while Rust is installed
282024-06-05T16:27:42.853Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-06-05T16:27:42.910Zinfo: profile set to 'default'
302024-06-05T16:27:42.911Zinfo: default host triple is x86_64-unknown-illumos
312024-06-05T16:27:42.935Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
322024-06-05T16:27:43.018Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
332024-06-05T16:27:43.018Zinfo: downloading component 'cargo'
342024-06-05T16:27:43.151Zinfo: downloading component 'clippy'
352024-06-05T16:27:43.188Zinfo: downloading component 'rust-docs'
362024-06-05T16:27:43.343Zinfo: downloading component 'rust-std'
372024-06-05T16:27:43.623Zinfo: downloading component 'rustc'
382024-06-05T16:27:45.280Zinfo: downloading component 'rustfmt'
392024-06-05T16:27:45.881Zinfo: installing component 'cargo'
402024-06-05T16:27:46.971Zinfo: installing component 'clippy'
412024-06-05T16:27:47.401Zinfo: installing component 'rust-docs'
422024-06-05T16:27:49.912Zinfo: installing component 'rust-std'
432024-06-05T16:27:52.111Zinfo: installing component 'rustc'
442024-06-05T16:27:57.147Zinfo: installing component 'rustfmt'
452024-06-05T16:27:57.543Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
462024-06-05T16:27:57.544Z
472024-06-05T16:27:57.653Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
482024-06-05T16:27:57.653Z
492024-06-05T16:27:57.683Z
502024-06-05T16:27:57.683ZRust is installed now. Great!
512024-06-05T16:27:57.683Z
522024-06-05T16:27:57.683ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-06-05T16:27:57.683Zenvironment variable. This has not been done automatically.
542024-06-05T16:27:57.684Z
552024-06-05T16:27:57.684ZTo configure your current shell, you need to source
562024-06-05T16:27:57.684Zthe corresponding env file under $HOME/.cargo.
572024-06-05T16:27:57.684Z
582024-06-05T16:27:57.684ZThis is usually done by running one of the following (note the leading DOT):
592024-06-05T16:27:57.685Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-06-05T16:27:57.685Zsource "$HOME/.cargo/env.fish" # For fish
612024-06-05T16:27:57.724Z+ rustc --version
622024-06-05T16:27:57.804Zrustc 1.78.0 (9b00956e5 2024-04-29)
632024-06-05T16:27:57.838Zprocess exited: duration 20766 ms, exit code 0
 
642024-06-05T16:27:57.893Zstarting task 2: "authentication"
652024-06-05T16:27:57.973Zprocess exited: duration 80 ms, exit code 0
 
662024-06-05T16:27:58.045Zstarting task 3: "clone repository"
672024-06-05T16:27:58.092Z+ mkdir -p /work/oxidecomputer/omicron
682024-06-05T16:27:58.092Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-06-05T16:27:58.093ZCloning into '/work/oxidecomputer/omicron'...
702024-06-05T16:28:04.168Z+ cd /work/oxidecomputer/omicron
712024-06-05T16:28:04.203Z+ git fetch origin 1d91b713a1bf44aab37ffa547dfb988353f26676
722024-06-05T16:28:04.628ZFrom https://github.com/oxidecomputer/omicron
732024-06-05T16:28:04.628Z * branch 1d91b713a1bf44aab37ffa547dfb988353f26676 -> FETCH_HEAD
742024-06-05T16:28:04.654Z+ [[ -n gjcolombo/separate-instance-vmm-state-enums ]]
752024-06-05T16:28:04.655Z++ git branch --show-current
762024-06-05T16:28:04.655Z+ current=main
772024-06-05T16:28:04.655Z+ [[ main != gjcolombo/separate-instance-vmm-state-enums ]]
782024-06-05T16:28:04.655Z+ git branch -f gjcolombo/separate-instance-vmm-state-enums 1d91b713a1bf44aab37ffa547dfb988353f26676
792024-06-05T16:28:04.655Z+ git checkout -f gjcolombo/separate-instance-vmm-state-enums
802024-06-05T16:28:04.818ZSwitched to branch 'gjcolombo/separate-instance-vmm-state-enums'
812024-06-05T16:28:04.849Z+ git reset --hard 1d91b713a1bf44aab37ffa547dfb988353f26676
822024-06-05T16:28:04.849ZHEAD is now at 1d91b713a fix version number post-rebase
832024-06-05T16:28:04.849Zprocess exited: duration 6801 ms, exit code 0
 
842024-06-05T16:28:04.912Zstarting task 4: "build"
852024-06-05T16:28:04.940Z+ target_os=illumos
862024-06-05T16:28:04.940Z+ NEXTEST_VERSION=0.9.70
872024-06-05T16:28:04.940Z+ cargo --version
882024-06-05T16:28:05.134Zcargo 1.78.0 (54d8815d0 2024-03-26)
892024-06-05T16:28:05.161Z+ rustc --version
902024-06-05T16:28:05.161Zrustc 1.78.0 (9b00956e5 2024-04-29)
912024-06-05T16:28:05.161Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.70/illumos
922024-06-05T16:28:05.161Z+ gunzip
932024-06-05T16:28:05.161Z+ tar -xvf - -C /home/build/.cargo/bin
942024-06-05T16:28:06.188Zx cargo-nextest, 16766824 bytes, 32748 tape blocks
952024-06-05T16:28:06.236Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
962024-06-05T16:28:06.237Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
972024-06-05T16:28:06.237Ztests will store ephemeral output in /var/tmp/omicron_tmp
982024-06-05T16:28:06.237Z+ mkdir /var/tmp/omicron_tmp
992024-06-05T16:28:06.237Z+ OUTPUT_DIR=/work
1002024-06-05T16:28:06.237Z+ echo 'tests will store non-ephemeral output in /work'
1012024-06-05T16:28:06.237Ztests will store non-ephemeral output in /work
1022024-06-05T16:28:06.237Z+ mkdir -p /work
1032024-06-05T16:28:06.237Z+ source ./env.sh
1042024-06-05T16:28:06.237Z++ set -o xtrace
1052024-06-05T16:28:06.237Z++++ dirname ./env.sh
1062024-06-05T16:28:06.237Z+++ readlink -f .
1072024-06-05T16:28:06.237Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082024-06-05T16:28:06.237Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092024-06-05T16:28:06.237Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102024-06-05T16:28:06.237Z++ 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
1112024-06-05T16:28:06.237Z++ 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
1122024-06-05T16:28:06.237Z++ 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
1132024-06-05T16:28:06.237Z++ 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
1142024-06-05T16:28:06.237Z++ 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
1152024-06-05T16:28:06.237Z++ 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
1162024-06-05T16:28:06.237Z++ unset OMICRON_WS
1172024-06-05T16:28:06.238Z++ set +o xtrace
1182024-06-05T16:28:06.238Z
1192024-06-05T16:28:06.238Z ##### ##### ###### ##### ###### #### # # # #### #
1202024-06-05T16:28:06.238Z # # # # # # # # # # # # # # #
1212024-06-05T16:28:06.238Z # # # # ##### # # ##### # # # # # #### #
1222024-06-05T16:28:06.238Z ##### ##### # ##### # # # # # # # # #
1232024-06-05T16:28:06.238Z # # # # # # # # # # # # # # #
1242024-06-05T16:28:06.238Z # # # ###### # # ###### ### # #### # #### #
1252024-06-05T16:28:06.238Z
1262024-06-05T16:28:11.138Z Startup: Refreshing catalog 'helios-dev' ... Done
1272024-06-05T16:28:13.078Z Startup: Caching catalogs ... Done
1282024-06-05T16:28:15.500ZPlanning: Solver setup ... Done (1.842s)
1292024-06-05T16:28:15.535ZPlanning: Running solver ... Done (0.035s)
1302024-06-05T16:28:15.569ZPlanning: Finding local manifests ... Done (0.002s)
1312024-06-05T16:28:15.658ZPlanning: Fetching manifests: 0/4 0% complete
1322024-06-05T16:28:16.484ZPlanning: Fetching manifests: 4/4 100% complete
1332024-06-05T16:28:16.547ZPlanning: Package planning ... Done (0.059s)
1342024-06-05T16:28:16.601ZPlanning: Merging actions ... Done (0.060s)
1352024-06-05T16:28:16.975ZPlanning: Checking for conflicting actions ... Done (0.362s)
1362024-06-05T16:28:17.008ZPlanning: Consolidating action changes ... Done (0.013s)
1372024-06-05T16:28:17.622ZPlanning: Evaluating mediators ... Done (0.648s)
1382024-06-05T16:28:17.663ZPlanning: Planning completed in 4.50 seconds
1392024-06-05T16:28:17.664Z Packages to install: 4
1402024-06-05T16:28:17.664Z Mediators to change: 2
1412024-06-05T16:28:17.664Z Services to change: 1
1422024-06-05T16:28:17.664Z Estimated space available: 148.89 GB
1432024-06-05T16:28:17.664ZEstimated space to be consumed: 1.45 GB
1442024-06-05T16:28:17.664Z Create boot environment: No
1452024-06-05T16:28:17.665ZCreate backup boot environment: No
1462024-06-05T16:28:17.665Z Rebuild boot archive: No
1472024-06-05T16:28:17.665Z
1482024-06-05T16:28:17.666ZChanged mediators:
1492024-06-05T16:28:17.666Z mediator clang:
1502024-06-05T16:28:17.666Z version: None -> 15 (system default)
1512024-06-05T16:28:17.666Z
1522024-06-05T16:28:17.667Z mediator llvm:
1532024-06-05T16:28:17.667Z version: 14 (system default) -> 15 (system default)
1542024-06-05T16:28:17.667Z
1552024-06-05T16:28:17.667ZChanged packages:
1562024-06-05T16:28:17.668Zhelios-dev
1572024-06-05T16:28:17.668Z developer/build-essential
1582024-06-05T16:28:17.668Z None -> 11-2.0
1592024-06-05T16:28:17.668Z library/libxmlsec1
1602024-06-05T16:28:17.668Z None -> 1.2.35-2.0
1612024-06-05T16:28:17.669Z ooce/developer/clang-15
1622024-06-05T16:28:17.669Z None -> 15.0.7-2.0
1632024-06-05T16:28:17.669Z ooce/developer/llvm-15
1642024-06-05T16:28:17.669Z None -> 15.0.7-2.0
1652024-06-05T16:28:17.669Z
1662024-06-05T16:28:17.669ZServices:
1672024-06-05T16:28:17.669Z restart_fmri:
1682024-06-05T16:28:17.669Z svc:/system/update-man-index:default
1692024-06-05T16:28:17.707Z
1702024-06-05T16:28:17.707ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1712024-06-05T16:28:22.706ZDownload: 1196/3290 items 78.7/212.6MB 37% complete (16.4M/s)
1722024-06-05T16:28:27.710ZDownload: 1637/3290 items 117.1/212.6MB 55% complete (11.8M/s)
1732024-06-05T16:28:32.704ZDownload: 2507/3290 items 120.3/212.6MB 56% complete (4.2M/s)
1742024-06-05T16:28:37.952ZDownload: 3248/3290 items 203.1/212.6MB 95% complete (8.6M/s)
1752024-06-05T16:28:42.268ZDownload: Completed 212.60 MB in 24.57 seconds (8.7M/s)
1762024-06-05T16:28:42.419Z Actions: 1/3689 actions (Installing new actions)
1772024-06-05T16:28:47.581Z Actions: 3451/3689 actions (Installing new actions)
1782024-06-05T16:28:48.290Z Actions: Completed 3689 actions in 5.87 seconds.
1792024-06-05T16:28:48.611Z Done (0.315s)
1802024-06-05T16:28:48.611Z Done (0.000s)
1812024-06-05T16:28:48.968Z Done (0.356s)
1822024-06-05T16:28:54.246Z Done (5.146s)
1832024-06-05T16:28:54.344Z Done (0.019s)
1842024-06-05T16:28:54.372Z Done (0.000s)
1852024-06-05T16:28:54.492Z Done (0.000s)
1862024-06-05T16:28:55.107ZPlanning: Evaluating mediator changes ... Done
1872024-06-05T16:28:55.311ZPlanning: Checking for conflicting actions ... Done
1882024-06-05T16:28:55.342ZPlanning: Consolidating action changes ... Done
1892024-06-05T16:28:55.664ZPlanning: Evaluating mediators ... Done
1902024-06-05T16:28:55.690ZPlanning: Planning completed in 0.56 seconds
1912024-06-05T16:28:55.717Z Mediators to change: 2
1922024-06-05T16:28:55.717Z Create boot environment: No
1932024-06-05T16:28:55.717ZCreate backup boot environment: No
1942024-06-05T16:28:55.788Z Done
1952024-06-05T16:28:55.789Z Done
1962024-06-05T16:28:56.056Z Done
1972024-06-05T16:29:00.335Z Done
1982024-06-05T16:29:00.439Z Done
1992024-06-05T16:29:00.467Z Done
2002024-06-05T16:29:00.521Z Done
2012024-06-05T16:29:01.301ZPlanning: Evaluating mediator changes ... Done
2022024-06-05T16:29:01.328ZPlanning: Merging actions ... Done
2032024-06-05T16:29:01.534ZPlanning: Checking for conflicting actions ... Done
2042024-06-05T16:29:01.559ZPlanning: Consolidating action changes ... Done
2052024-06-05T16:29:01.853ZPlanning: Evaluating mediators ... Done
2062024-06-05T16:29:01.923ZPlanning: Planning completed in 0.92 seconds
2072024-06-05T16:29:01.961Z Packages to change: 1
2082024-06-05T16:29:01.962Z Mediators to change: 1
2092024-06-05T16:29:01.962Z Services to change: 1
2102024-06-05T16:29:01.962Z Create boot environment: No
2112024-06-05T16:29:01.962ZCreate backup boot environment: Yes
2122024-06-05T16:29:03.499Z Actions: 1/6 actions (Updating modified actions)
2132024-06-05T16:29:03.525Z Actions: Completed 6 actions in 0.00 seconds.
2142024-06-05T16:29:03.525Z Done
2152024-06-05T16:29:03.525Z Done
2162024-06-05T16:29:03.576Z Done
2172024-06-05T16:29:07.920Z Done
2182024-06-05T16:29:08.009Z Done
2192024-06-05T16:29:08.009Z Done
2202024-06-05T16:29:08.081Z Done
2212024-06-05T16:29:08.609ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2222024-06-05T16:29:08.609Zclang system 15 system
2232024-06-05T16:29:08.610Zcsh system system illumos
2242024-06-05T16:29:08.610Zctags system system illumos
2252024-06-05T16:29:08.610Zgcc vendor 12 vendor
2262024-06-05T16:29:08.610Zgcc system 10 system
2272024-06-05T16:29:08.610Zgcc system 7 system
2282024-06-05T16:29:08.610Zgo system 1.20 system
2292024-06-05T16:29:08.610Zgo system 1.19 system
2302024-06-05T16:29:08.610Zllvm system 15 system
2312024-06-05T16:29:08.610Zllvm system 14 system
2322024-06-05T16:29:08.610Zmariadb system 10.6 system
2332024-06-05T16:29:08.610Zmta vendor vendor dma
2342024-06-05T16:29:08.610Zopenjdk system 17 system
2352024-06-05T16:29:08.610Zopenjdk system 11 system
2362024-06-05T16:29:08.610Zopenjdk system 1.8 system
2372024-06-05T16:29:08.610Zopenssl vendor 3 vendor
2382024-06-05T16:29:08.610Zperl system 5.36 system
2392024-06-05T16:29:08.610Zpostgresql system 15 system
2402024-06-05T16:29:08.610Zpostgresql system 13 system
2412024-06-05T16:29:08.610Zpython vendor 3 vendor
2422024-06-05T16:29:08.610Zpython system 2 system
2432024-06-05T16:29:08.610Zpython3 system 3.11 system
2442024-06-05T16:29:08.610Zruby system 3.0 system
2452024-06-05T16:29:08.610Zwords vendor vendor american-english
2462024-06-05T16:29:08.611Zwords system system australian-english
2472024-06-05T16:29:08.611Zwords system system british-english
2482024-06-05T16:29:08.611Zwords system system canadian-english
2492024-06-05T16:29:08.611Zwords system system french
2502024-06-05T16:29:08.611Zwords system system italian
2512024-06-05T16:29:08.611Zwords system system ngerman
2522024-06-05T16:29:08.611Zwords system system ogerman
2532024-06-05T16:29:08.611Zwords system system spanish
2542024-06-05T16:29:09.015ZPUBLISHER TYPE STATUS P LOCATION
2552024-06-05T16:29:09.015Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2562024-06-05T16:29:10.809ZFMRI IFO
2572024-06-05T16:29:10.809Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2582024-06-05T16:29:10.809Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2592024-06-05T16:29:10.809Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2602024-06-05T16:29:10.809Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2612024-06-05T16:29:10.809Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2622024-06-05T16:29:10.809Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2632024-06-05T16:29:10.809Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2642024-06-05T16:29:10.809Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2652024-06-05T16:29:10.809Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2662024-06-05T16:29:10.809Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2672024-06-05T16:29:10.809Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2682024-06-05T16:29:10.809Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2692024-06-05T16:29:11.367Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2702024-06-05T16:29:11.930Z Updating git repository `https://github.com/oxidecomputer/zone`
2712024-06-05T16:29:12.445Z Updating crates.io index
2722024-06-05T16:29:12.470Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2732024-06-05T16:29:13.321Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2742024-06-05T16:29:14.228Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2752024-06-05T16:29:14.729Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2762024-06-05T16:29:16.893Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
2772024-06-05T16:29:17.355Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2782024-06-05T16:29:17.832Z Updating git repository `https://github.com/oxidecomputer/propolis`
2792024-06-05T16:29:19.176Z Updating git repository `https://github.com/oxidecomputer/crucible`
2802024-06-05T16:29:21.021Z Updating git repository `https://github.com/oxidecomputer/opte`
2812024-06-05T16:29:22.191Z Updating git repository `https://github.com/oxidecomputer/falcon`
2822024-06-05T16:29:23.116Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2832024-06-05T16:29:23.901Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2842024-06-05T16:29:24.504Z Updating git repository `http://github.com/oxidecomputer/sprockets`
2852024-06-05T16:29:25.211Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2862024-06-05T16:29:25.735Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2872024-06-05T16:29:26.356Z Updating git repository `http://github.com/oxidecomputer/tofino`
2882024-06-05T16:29:26.924Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2892024-06-05T16:29:27.451Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2902024-06-05T16:29:27.785Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2912024-06-05T16:29:28.212Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2922024-06-05T16:29:28.715Z Updating git repository `https://github.com/oxidecomputer/ispf`
2932024-06-05T16:29:29.189Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2942024-06-05T16:29:29.636Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2952024-06-05T16:29:30.407Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2962024-06-05T16:29:30.805Z Updating git repository `https://github.com/cbiffle/hubpack.git`
2972024-06-05T16:29:31.222Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2982024-06-05T16:29:31.765Z Updating git repository `https://github.com/oxidecomputer/typify`
2992024-06-05T16:29:33.928Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3002024-06-05T16:29:34.455Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3012024-06-05T16:29:34.877Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3022024-06-05T16:29:35.550Z Updating git repository `https://github.com/oxidecomputer/rfb`
3032024-06-05T16:29:36.784Z Downloading crates ...
3042024-06-05T16:29:36.861Z Downloaded colorchoice v1.0.1
3052024-06-05T16:29:36.886Z Downloaded anstream v0.6.14
3062024-06-05T16:29:36.886Z Downloaded ryu v1.0.18
3072024-06-05T16:29:36.886Z Downloaded tar v0.4.40
3082024-06-05T16:29:36.911Z Downloaded smallvec v1.13.2
3092024-06-05T16:29:36.911Z Downloaded want v0.3.1
3102024-06-05T16:29:36.911Z Downloaded toml_edit v0.22.13
3112024-06-05T16:29:36.936Z Downloaded xattr v1.3.1
3122024-06-05T16:29:36.936Z Downloaded utf8parse v0.2.1
3132024-06-05T16:29:36.961Z Downloaded winnow v0.6.8
3142024-06-05T16:29:36.961Z Downloaded httpdate v1.0.3
3152024-06-05T16:29:36.961Z Downloaded vcpkg v0.2.15
3162024-06-05T16:29:37.007Z Downloaded pin-project-lite v0.2.14
3172024-06-05T16:29:37.033Z Downloaded quote v1.0.36
3182024-06-05T16:29:37.033Z Downloaded tokio v1.37.0
3192024-06-05T16:29:37.072Z Downloaded reqwest v0.11.27
3202024-06-05T16:29:37.097Z Downloaded rustix v0.38.34
3212024-06-05T16:29:37.121Z Downloaded idna v0.5.0
3222024-06-05T16:29:37.122Z Downloaded libc v0.2.155
3232024-06-05T16:29:37.156Z Downloaded hyper v0.14.28
3242024-06-05T16:29:37.183Z Downloaded h2 v0.3.26
3252024-06-05T16:29:37.184Z Downloaded futures-util v0.3.30
3262024-06-05T16:29:37.209Z Downloaded encoding_rs v0.8.34
3272024-06-05T16:29:37.234Z Downloaded clap_builder v4.5.2
3282024-06-05T16:29:37.234Z Downloaded openssl v0.10.64
3292024-06-05T16:29:37.234Z Downloaded indexmap v2.2.6
3302024-06-05T16:29:37.260Z Downloaded hashbrown v0.14.5
3312024-06-05T16:29:37.260Z Downloaded proc-macro2 v1.0.82
3322024-06-05T16:29:37.260Z Downloaded parking_lot_core v0.9.10
3332024-06-05T16:29:37.260Z Downloaded parking_lot v0.12.2
3342024-06-05T16:29:37.260Z Downloaded openssl-sys v0.9.102
3352024-06-05T16:29:37.260Z Downloaded mio v0.8.11
3362024-06-05T16:29:37.285Z Downloaded miniz_oxide v0.7.2
3372024-06-05T16:29:37.285Z Downloaded memchr v2.7.2
3382024-06-05T16:29:37.285Z Downloaded log v0.4.21
3392024-06-05T16:29:37.286Z Downloaded lock_api v0.4.12
3402024-06-05T16:29:37.286Z Downloaded ipnet v2.9.0
3412024-06-05T16:29:37.286Z Downloaded httparse v1.8.0
3422024-06-05T16:29:37.286Z Downloaded http v0.2.12
3432024-06-05T16:29:37.286Z Downloaded futures-channel v0.3.30
3442024-06-05T16:29:37.312Z Downloaded futures v0.3.30
3452024-06-05T16:29:37.312Z Downloaded flate2 v1.0.30
3462024-06-05T16:29:37.312Z Downloaded crossbeam-utils v0.8.19
3472024-06-05T16:29:37.312Z Downloaded crossbeam-channel v0.5.12
3482024-06-05T16:29:37.312Z Downloaded cc v1.0.97
3492024-06-05T16:29:37.312Z Downloaded rustls-pemfile v1.0.4
3502024-06-05T16:29:37.337Z Downloaded pkg-config v0.3.30
3512024-06-05T16:29:37.337Z Downloaded pin-utils v0.1.0
3522024-06-05T16:29:37.337Z Downloaded percent-encoding v2.3.1
3532024-06-05T16:29:37.337Z Downloaded once_cell v1.19.0
3542024-06-05T16:29:37.338Z Downloaded num_cpus v1.16.0
3552024-06-05T16:29:37.338Z Downloaded native-tls v0.2.11
3562024-06-05T16:29:37.338Z Downloaded mime v0.3.17
3572024-06-05T16:29:37.338Z Downloaded macaddr v1.0.1
3582024-06-05T16:29:37.338Z Downloaded itoa v1.0.11
3592024-06-05T16:29:37.338Z Downloaded hyper-tls v0.5.0
3602024-06-05T16:29:37.338Z Downloaded heck v0.4.1
3612024-06-05T16:29:37.338Z Downloaded crypto-common v0.1.6
3622024-06-05T16:29:37.338Z Downloaded futures-io v0.3.30
3632024-06-05T16:29:37.338Z Downloaded dirs-next v2.0.0
3642024-06-05T16:29:37.338Z Downloaded powerfmt v0.2.0
3652024-06-05T16:29:37.338Z Downloaded openssl-probe v0.1.5
3662024-06-05T16:29:37.363Z Downloaded openssl-macros v0.1.1
3672024-06-05T16:29:37.364Z Downloaded http-body v0.4.6
3682024-06-05T16:29:37.364Z Downloaded hostname v0.3.1
3692024-06-05T16:29:37.364Z Downloaded heck v0.5.0
3702024-06-05T16:29:37.364Z Downloaded futures-executor v0.3.30
3712024-06-05T16:29:37.364Z Downloaded fnv v1.0.7
3722024-06-05T16:29:37.364Z Downloaded url v2.5.0
3732024-06-05T16:29:37.364Z Downloaded unicode-normalization v0.1.23
3742024-06-05T16:29:37.364Z Downloaded unicode-ident v1.0.12
3752024-06-05T16:29:37.364Z Downloaded unicode-bidi v0.3.15
3762024-06-05T16:29:37.364Z Downloaded typenum v1.17.0
3772024-06-05T16:29:37.364Z Downloaded try-lock v0.2.5
3782024-06-05T16:29:37.389Z Downloaded tracing-core v0.1.32
3792024-06-05T16:29:37.389Z Downloaded tracing v0.1.40
3802024-06-05T16:29:37.389Z Downloaded tower-service v0.3.2
3812024-06-05T16:29:37.389Z Downloaded toml_datetime v0.6.6
3822024-06-05T16:29:37.389Z Downloaded toml v0.8.13
3832024-06-05T16:29:37.389Z Downloaded tokio-util v0.7.11
3842024-06-05T16:29:37.389Z Downloaded tinyvec_macros v0.1.1
3852024-06-05T16:29:37.390Z Downloaded tinyvec v1.6.0
3862024-06-05T16:29:37.415Z Downloaded time-macros v0.2.18
3872024-06-05T16:29:37.415Z Downloaded time-core v0.1.2
3882024-06-05T16:29:37.415Z Downloaded time v0.3.36
3892024-06-05T16:29:37.415Z Downloaded thiserror-impl v1.0.60
3902024-06-05T16:29:37.415Z Downloaded thiserror v1.0.60
3912024-06-05T16:29:37.415Z Downloaded take_mut v0.2.2
3922024-06-05T16:29:37.415Z Downloaded rustversion v1.0.17
3932024-06-05T16:29:37.415Z Downloaded num_threads v0.1.7
3942024-06-05T16:29:37.441Z Downloaded num-conv v0.1.0
3952024-06-05T16:29:37.441Z Downloaded match_cfg v0.1.0
3962024-06-05T16:29:37.441Z Downloaded is_terminal_polyfill v1.70.0
3972024-06-05T16:29:37.441Z Downloaded is-terminal v0.4.12
3982024-06-05T16:29:37.441Z Downloaded futures-core v0.3.30
3992024-06-05T16:29:37.441Z Downloaded fs-err v2.11.0
4002024-06-05T16:29:37.441Z Downloaded form_urlencoded v1.2.1
4012024-06-05T16:29:37.441Z Downloaded foreign-types-shared v0.1.1
4022024-06-05T16:29:37.441Z Downloaded foreign-types v0.3.2
4032024-06-05T16:29:37.441Z Downloaded equivalent v1.0.1
4042024-06-05T16:29:37.441Z Downloaded deranged v0.3.11
4052024-06-05T16:29:37.441Z Downloaded cargo_toml v0.20.2
4062024-06-05T16:29:37.441Z Downloaded cargo_metadata v0.18.1
4072024-06-05T16:29:37.441Z Downloaded cargo-platform v0.1.8
4082024-06-05T16:29:37.441Z Downloaded version_check v0.9.4
4092024-06-05T16:29:37.442Z Downloaded md5 v0.7.0
4102024-06-05T16:29:37.442Z Downloaded generic-array v0.14.7
4112024-06-05T16:29:37.442Z Downloaded futures-task v0.3.30
4122024-06-05T16:29:37.442Z Downloaded futures-sink v0.3.30
4132024-06-05T16:29:37.442Z Downloaded dirs-sys-next v0.1.2
4142024-06-05T16:29:37.442Z Downloaded crc32fast v1.4.0
4152024-06-05T16:29:37.467Z Downloaded anstyle-query v1.0.3
4162024-06-05T16:29:37.467Z Downloaded tokio-native-tls v0.3.1
4172024-06-05T16:29:37.467Z Downloaded tokio-macros v2.2.0
4182024-06-05T16:29:37.467Z Downloaded thread_local v1.1.8
4192024-06-05T16:29:37.467Z Downloaded terminal_size v0.3.0
4202024-06-05T16:29:37.467Z Downloaded term v0.7.0
4212024-06-05T16:29:37.467Z Downloaded syn v2.0.64
4222024-06-05T16:29:37.492Z Downloaded futures-macro v0.3.30
4232024-06-05T16:29:37.492Z Downloaded digest v0.10.7
4242024-06-05T16:29:37.492Z Downloaded clap_lex v0.7.0
4252024-06-05T16:29:37.492Z Downloaded clap v4.5.4
4262024-06-05T16:29:37.492Z Downloaded cfg-if v1.0.0
4272024-06-05T16:29:37.492Z Downloaded camino v1.1.7
4282024-06-05T16:29:37.492Z Downloaded bitflags v2.5.0
4292024-06-05T16:29:37.492Z Downloaded anyhow v1.0.86
4302024-06-05T16:29:37.518Z Downloaded anstyle-parse v0.2.4
4312024-06-05T16:29:37.518Z Downloaded slog-term v2.9.1
4322024-06-05T16:29:37.518Z Downloaded errno v0.3.9
4332024-06-05T16:29:37.518Z Downloaded clap_derive v4.5.4
4342024-06-05T16:29:37.518Z Downloaded bytes v1.6.0
4352024-06-05T16:29:37.518Z Downloaded block-buffer v0.10.4
4362024-06-05T16:29:37.518Z Downloaded base64 v0.21.7
4372024-06-05T16:29:37.518Z Downloaded sync_wrapper v0.1.2
4382024-06-05T16:29:37.518Z Downloaded swrite v0.1.0
4392024-06-05T16:29:37.518Z Downloaded strum_macros v0.26.2
4402024-06-05T16:29:37.544Z Downloaded strum v0.26.2
4412024-06-05T16:29:37.544Z Downloaded strsim v0.11.1
4422024-06-05T16:29:37.544Z Downloaded socket2 v0.5.7
4432024-06-05T16:29:37.544Z Downloaded slog-json v2.6.1
4442024-06-05T16:29:37.544Z Downloaded slog-bunyan v2.5.0
4452024-06-05T16:29:37.544Z Downloaded slog-async v2.8.0
4462024-06-05T16:29:37.544Z Downloaded slog v2.7.0
4472024-06-05T16:29:37.544Z Downloaded slab v0.4.9
4482024-06-05T16:29:37.544Z Downloaded signal-hook-registry v1.4.2
4492024-06-05T16:29:37.544Z Downloaded sha2 v0.10.8
4502024-06-05T16:29:37.544Z Downloaded serde_urlencoded v0.7.1
4512024-06-05T16:29:37.544Z Downloaded serde_spanned v0.6.6
4522024-06-05T16:29:37.544Z Downloaded serde_json v1.0.117
4532024-06-05T16:29:37.569Z Downloaded serde_derive v1.0.203
4542024-06-05T16:29:37.569Z Downloaded serde v1.0.203
4552024-06-05T16:29:37.569Z Downloaded semver v1.0.23
4562024-06-05T16:29:37.569Z Downloaded scopeguard v1.2.0
4572024-06-05T16:29:37.569Z Downloaded filetime v0.2.23
4582024-06-05T16:29:37.569Z Downloaded cpufeatures v0.2.12
4592024-06-05T16:29:37.569Z Downloaded anstyle v1.0.7
4602024-06-05T16:29:37.570Z Downloaded adler v1.0.2
4612024-06-05T16:29:37.570Z Downloaded autocfg v1.3.0
4622024-06-05T16:29:37.718Z Compiling proc-macro2 v1.0.82
4632024-06-05T16:29:37.718Z Compiling unicode-ident v1.0.12
4642024-06-05T16:29:37.718Z Compiling libc v0.2.155
4652024-06-05T16:29:37.718Z Compiling cfg-if v1.0.0
4662024-06-05T16:29:37.743Z Compiling autocfg v1.3.0
4672024-06-05T16:29:37.743Z Compiling serde v1.0.203
4682024-06-05T16:29:37.743Z Compiling itoa v1.0.11
4692024-06-05T16:29:37.743Z Compiling pin-project-lite v0.2.14
4702024-06-05T16:29:37.920Z Compiling once_cell v1.19.0
4712024-06-05T16:29:38.014Z Compiling bitflags v2.5.0
4722024-06-05T16:29:38.039Z Compiling pkg-config v0.3.30
4732024-06-05T16:29:38.116Z Compiling cc v1.0.97
4742024-06-05T16:29:38.463Z Compiling vcpkg v0.2.15
4752024-06-05T16:29:38.544Z Compiling parking_lot_core v0.9.10
4762024-06-05T16:29:38.580Z Compiling scopeguard v1.2.0
4772024-06-05T16:29:38.746Z Compiling futures-core v0.3.30
4782024-06-05T16:29:38.902Z Compiling lock_api v0.4.12
4792024-06-05T16:29:39.075Z Compiling slab v0.4.9
4802024-06-05T16:29:39.146Z Compiling futures-sink v0.3.30
4812024-06-05T16:29:39.388Z Compiling smallvec v1.13.2
4822024-06-05T16:29:39.413Z Compiling bytes v1.6.0
4832024-06-05T16:29:39.730Z Compiling quote v1.0.36
4842024-06-05T16:29:39.869Z Compiling equivalent v1.0.1
4852024-06-05T16:29:39.965Z Compiling hashbrown v0.14.5
4862024-06-05T16:29:40.175Z Compiling syn v2.0.64
4872024-06-05T16:29:40.359Z Compiling parking_lot v0.12.2
4882024-06-05T16:29:40.489Z Compiling num_cpus v1.16.0
4892024-06-05T16:29:40.514Z Compiling socket2 v0.5.7
4902024-06-05T16:29:40.547Z Compiling mio v0.8.11
4912024-06-05T16:29:40.642Z Compiling signal-hook-registry v1.4.2
4922024-06-05T16:29:40.671Z Compiling futures-channel v0.3.30
4932024-06-05T16:29:41.055Z Compiling indexmap v2.2.6
4942024-06-05T16:29:41.158Z Compiling futures-io v0.3.30
4952024-06-05T16:29:41.208Z Compiling memchr v2.7.2
4962024-06-05T16:29:41.359Z Compiling rustix v0.38.34
4972024-06-05T16:29:41.415Z Compiling futures-task v0.3.30
4982024-06-05T16:29:41.442Z Compiling typenum v1.17.0
4992024-06-05T16:29:41.488Z Compiling openssl-sys v0.9.102
5002024-06-05T16:29:41.678Z Compiling pin-utils v0.1.0
5012024-06-05T16:29:41.711Z Compiling version_check v0.9.4
5022024-06-05T16:29:41.766Z Compiling errno v0.3.9
5032024-06-05T16:29:41.965Z Compiling slog v2.7.0
5042024-06-05T16:29:42.110Z Compiling foreign-types-shared v0.1.1
5052024-06-05T16:29:42.165Z Compiling fnv v1.0.7
5062024-06-05T16:29:42.228Z Compiling openssl v0.10.64
5072024-06-05T16:29:42.299Z Compiling ryu v1.0.18
5082024-06-05T16:29:42.421Z Compiling generic-array v0.14.7
5092024-06-05T16:29:42.514Z Compiling http v0.2.12
5102024-06-05T16:29:42.632Z Compiling foreign-types v0.3.2
5112024-06-05T16:29:42.715Z Compiling tracing-core v0.1.32
5122024-06-05T16:29:42.752Z Compiling num-conv v0.1.0
5132024-06-05T16:29:42.777Z Compiling serde_json v1.0.117
5142024-06-05T16:29:43.016Z Compiling powerfmt v0.2.0
5152024-06-05T16:29:43.110Z Compiling native-tls v0.2.11
5162024-06-05T16:29:43.431Z Compiling time-core v0.1.2
5172024-06-05T16:29:43.471Z Compiling httparse v1.8.0
5182024-06-05T16:29:43.618Z Compiling tinyvec_macros v0.1.1
5192024-06-05T16:29:43.721Z Compiling tinyvec v1.6.0
5202024-06-05T16:29:43.915Z Compiling time-macros v0.2.18
5212024-06-05T16:29:43.948Z Compiling tracing v0.1.40
5222024-06-05T16:29:44.157Z Compiling deranged v0.3.11
5232024-06-05T16:29:44.894Z Compiling rustversion v1.0.17
5242024-06-05T16:29:45.055Z Compiling utf8parse v0.2.1
5252024-06-05T16:29:45.081Z Compiling openssl-probe v0.1.5
5262024-06-05T16:29:45.164Z Compiling percent-encoding v2.3.1
5272024-06-05T16:29:45.223Z Compiling log v0.4.21
5282024-06-05T16:29:45.265Z Compiling num_threads v0.1.7
5292024-06-05T16:29:45.394Z Compiling crossbeam-utils v0.8.19
5302024-06-05T16:29:45.426Z Compiling try-lock v0.2.5
5312024-06-05T16:29:45.535Z Compiling form_urlencoded v1.2.1
5322024-06-05T16:29:45.602Z Compiling want v0.3.1
5332024-06-05T16:29:45.627Z Compiling anstyle-parse v0.2.4
5342024-06-05T16:29:45.667Z Compiling unicode-normalization v0.1.23
5352024-06-05T16:29:45.884Z Compiling http-body v0.4.6
5362024-06-05T16:29:45.939Z Compiling dirs-sys-next v0.1.2
5372024-06-05T16:29:45.964Z Compiling httpdate v1.0.3
5382024-06-05T16:29:46.025Z Compiling unicode-bidi v0.3.15
5392024-06-05T16:29:46.277Z Compiling is_terminal_polyfill v1.70.0
5402024-06-05T16:29:46.388Z Compiling colorchoice v1.0.1
5412024-06-05T16:29:46.414Z Compiling winnow v0.6.8
5422024-06-05T16:29:46.459Z Compiling anstyle v1.0.7
5432024-06-05T16:29:46.520Z Compiling semver v1.0.23
5442024-06-05T16:29:46.548Z Compiling tower-service v0.3.2
5452024-06-05T16:29:46.585Z Compiling camino v1.1.7
5462024-06-05T16:29:46.668Z Compiling thiserror v1.0.60
5472024-06-05T16:29:46.821Z Compiling time v0.3.36
5482024-06-05T16:29:46.865Z Compiling crc32fast v1.4.0
5492024-06-05T16:29:46.939Z Compiling anstyle-query v1.0.3
5502024-06-05T16:29:47.070Z Compiling anstream v0.6.14
5512024-06-05T16:29:47.257Z Compiling idna v0.5.0
5522024-06-05T16:29:47.310Z Compiling dirs-next v2.0.0
5532024-06-05T16:29:47.476Z Compiling crypto-common v0.1.6
5542024-06-05T16:29:47.658Z Compiling block-buffer v0.10.4
5552024-06-05T16:29:47.709Z Compiling terminal_size v0.3.0
5562024-06-05T16:29:47.865Z Compiling fs-err v2.11.0
5572024-06-05T16:29:47.920Z Compiling thread_local v1.1.8
5582024-06-05T16:29:48.136Z Compiling base64 v0.21.7
5592024-06-05T16:29:48.451Z Compiling heck v0.5.0
5602024-06-05T16:29:48.486Z Compiling match_cfg v0.1.0
5612024-06-05T16:29:48.573Z Compiling anyhow v1.0.86
5622024-06-05T16:29:48.600Z Compiling heck v0.4.1
5632024-06-05T16:29:48.739Z Compiling strsim v0.11.1
5642024-06-05T16:29:48.780Z Compiling slog-async v2.8.0
5652024-06-05T16:29:48.901Z Compiling adler v1.0.2
5662024-06-05T16:29:49.020Z Compiling clap_lex v0.7.0
5672024-06-05T16:29:49.110Z Compiling miniz_oxide v0.7.2
5682024-06-05T16:29:49.252Z Compiling clap_builder v4.5.2
5692024-06-05T16:29:49.277Z Compiling hostname v0.3.1
5702024-06-05T16:29:49.494Z Compiling rustls-pemfile v1.0.4
5712024-06-05T16:29:49.561Z Compiling crossbeam-channel v0.5.12
5722024-06-05T16:29:49.619Z Compiling url v2.5.0
5732024-06-05T16:29:49.653Z Compiling digest v0.10.7
5742024-06-05T16:29:49.879Z Compiling term v0.7.0
5752024-06-05T16:29:50.146Z Compiling xattr v1.3.1
5762024-06-05T16:29:50.318Z Compiling is-terminal v0.4.12
5772024-06-05T16:29:50.386Z Compiling filetime v0.2.23
5782024-06-05T16:29:50.440Z Compiling encoding_rs v0.8.34
5792024-06-05T16:29:50.470Z Compiling mime v0.3.17
5802024-06-05T16:29:50.515Z Compiling sync_wrapper v0.1.2
5812024-06-05T16:29:50.651Z Compiling ipnet v2.9.0
5822024-06-05T16:29:50.718Z Compiling take_mut v0.2.2
5832024-06-05T16:29:50.859Z Compiling cpufeatures v0.2.12
5842024-06-05T16:29:50.956Z Compiling sha2 v0.10.8
5852024-06-05T16:29:51.252Z Compiling tar v0.4.40
5862024-06-05T16:29:51.280Z Compiling slog-term v2.9.1
5872024-06-05T16:29:51.503Z Compiling serde_derive v1.0.203
5882024-06-05T16:29:51.751Z Compiling tokio-macros v2.2.0
5892024-06-05T16:29:52.101Z Compiling futures-macro v0.3.30
5902024-06-05T16:29:52.364Z Compiling openssl-macros v0.1.1
5912024-06-05T16:29:53.079Z Compiling thiserror-impl v1.0.60
5922024-06-05T16:29:53.217Z Compiling tokio v1.37.0
5932024-06-05T16:29:53.559Z Compiling strum_macros v0.26.2
5942024-06-05T16:29:53.913Z Compiling futures-util v0.3.30
5952024-06-05T16:29:54.227Z Compiling clap_derive v4.5.4
5962024-06-05T16:29:56.055Z Compiling flate2 v1.0.30
5972024-06-05T16:29:57.781Z Compiling swrite v0.1.0
5982024-06-05T16:29:57.912Z Compiling md5 v0.7.0
5992024-06-05T16:29:58.359Z Compiling strum v0.26.2
6002024-06-05T16:29:58.567Z Compiling clap v4.5.4
6012024-06-05T16:29:59.009Z Compiling futures-executor v0.3.30
6022024-06-05T16:29:59.251Z Compiling futures v0.3.30
6032024-06-05T16:30:00.101Z Compiling tokio-util v0.7.11
6042024-06-05T16:30:00.101Z Compiling tokio-native-tls v0.3.1
6052024-06-05T16:30:00.955Z Compiling h2 v0.3.26
6062024-06-05T16:30:03.827Z Compiling toml_datetime v0.6.6
6072024-06-05T16:30:03.827Z Compiling serde_spanned v0.6.6
6082024-06-05T16:30:03.914Z Compiling serde_urlencoded v0.7.1
6092024-06-05T16:30:04.369Z Compiling cargo-platform v0.1.8
6102024-06-05T16:30:04.397Z Compiling toml_edit v0.22.13
6112024-06-05T16:30:04.938Z Compiling macaddr v1.0.1
6122024-06-05T16:30:04.967Z Compiling hyper v0.14.28
6132024-06-05T16:30:05.320Z Compiling slog-json v2.6.1
6142024-06-05T16:30:05.320Z Compiling cargo_metadata v0.18.1
6152024-06-05T16:30:05.710Z Compiling slog-bunyan v2.5.0
6162024-06-05T16:30:06.932Z Compiling toml v0.8.13
6172024-06-05T16:30:07.732Z Compiling cargo_toml v0.20.2
6182024-06-05T16:30:08.189Z Compiling hyper-tls v0.5.0
6192024-06-05T16:30:08.410Z Compiling reqwest v0.11.27
6202024-06-05T16:30:14.393Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6212024-06-05T16:30:23.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s
6222024-06-05T16:30:23.714Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
6232024-06-05T16:30:24.199ZJun 05 16:30:23.205 INFO Starting download, target: Cockroach
6242024-06-05T16:30:24.199ZJun 05 16:30:23.205 INFO Starting download, target: Clickhouse
6252024-06-05T16:30:24.200ZJun 05 16:30:23.205 INFO Starting download, target: DendriteOpenapi
6262024-06-05T16:30:24.200ZJun 05 16:30:23.205 INFO Starting download, target: Console
6272024-06-05T16:30:24.234ZJun 05 16:30:23.205 INFO Starting download, target: DendriteStub
6282024-06-05T16:30:24.234ZJun 05 16:30:23.205 INFO Starting download, target: MaghemiteMgd
6292024-06-05T16:30:24.234ZJun 05 16:30:23.205 INFO Starting download, target: TransceiverControl
6302024-06-05T16:30:24.234ZJun 05 16:30:23.206 INFO Downloading out/downloads/console.tar.gz, target: Console
6312024-06-05T16:30:24.234ZJun 05 16:30:23.206 INFO Downloading out/downloads/mgd.tar.gz, target: MaghemiteMgd
6322024-06-05T16:30:24.234ZJun 05 16:30:23.206 INFO Downloading out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json, target: DendriteOpenapi
6332024-06-05T16:30:24.234ZJun 05 16:30:23.207 INFO Downloading out/downloads/xcvradm.gz, target: TransceiverControl
6342024-06-05T16:30:24.234ZJun 05 16:30:23.207 INFO Downloading out/downloads/dendrite-stub.tar.gz, target: DendriteStub
6352024-06-05T16:30:24.235ZJun 05 16:30:23.207 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
6362024-06-05T16:30:24.235ZJun 05 16:30:23.207 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz, target: Clickhouse
6372024-06-05T16:30:24.700ZJun 05 16:30:24.114 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
6382024-06-05T16:30:25.081ZJun 05 16:30:24.487 INFO Download complete, target: Console
6392024-06-05T16:30:26.490ZJun 05 16:30:24.546 INFO Download complete, target: DendriteOpenapi
6402024-06-05T16:30:26.926ZJun 05 16:30:26.344 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
6412024-06-05T16:30:27.653ZJun 05 16:30:27.067 INFO Download complete, target: TransceiverControl
6422024-06-05T16:30:34.599ZJun 05 16:30:34.015 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
6432024-06-05T16:30:34.599ZJun 05 16:30:34.015 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
6442024-06-05T16:30:37.561ZJun 05 16:30:36.974 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
6452024-06-05T16:30:41.046ZJun 05 16:30:40.463 INFO Download complete, target: MaghemiteMgd
6462024-06-05T16:30:44.035ZJun 05 16:30:43.456 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
6472024-06-05T16:30:44.955ZJun 05 16:30:44.376 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
6482024-06-05T16:30:45.415ZJun 05 16:30:44.837 INFO Checking that binary works, target: Cockroach
6492024-06-05T16:30:45.654ZJun 05 16:30:45.075 INFO Download complete, target: Cockroach
6502024-06-05T16:30:46.196ZJun 05 16:30:45.615 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
6512024-06-05T16:30:47.526ZJun 05 16:30:46.948 INFO Download complete, target: DendriteStub
6522024-06-05T16:31:03.416ZJun 05 16:31:02.831 INFO Checking that binary works, target: Clickhouse
6532024-06-05T16:31:03.538ZJun 05 16:31:02.958 INFO Download complete, target: Clickhouse
6542024-06-05T16:31:03.570ZAll builder prerequisites installed successfully, and PATH looks valid
6552024-06-05T16:31:03.598Z
6562024-06-05T16:31:03.598Zreal 2:57.359939770
6572024-06-05T16:31:03.599Zuser 4:42.463790054
6582024-06-05T16:31:03.599Zsys 1:12.824144213
6592024-06-05T16:31:03.599Ztrap 0.161276720
6602024-06-05T16:31:03.599Ztflt 0.184048678
6612024-06-05T16:31:03.599Zdflt 1.186752717
6622024-06-05T16:31:03.599Zkflt 0.007276483
6632024-06-05T16:31:03.599Zlock 15:38.459194069
6642024-06-05T16:31:03.599Zslp 12:23.638212208
6652024-06-05T16:31:03.599Zlat 20.510379068
6662024-06-05T16:31:03.599Zstop 49.777197082
6672024-06-05T16:31:03.599Z
6682024-06-05T16:31:03.599Z ##### # # # # #####
6692024-06-05T16:31:03.599Z # # # # # # # #
6702024-06-05T16:31:03.599Z ##### # # # # # #
6712024-06-05T16:31:03.599Z # # # # # # # #
6722024-06-05T16:31:03.599Z # # # # # # # #
6732024-06-05T16:31:03.599Z ##### #### # ###### #####
6742024-06-05T16:31:03.599Z
6752024-06-05T16:31:04.476Z Downloading crates ...
6762024-06-05T16:31:04.687Z Downloaded curve25519-dalek-derive v0.1.1
6772024-06-05T16:31:04.718Z Downloaded ipnetwork v0.20.0
6782024-06-05T16:31:04.718Z Downloaded lru-cache v0.1.2
6792024-06-05T16:31:05.159Z Downloaded parking_lot v0.11.2
6802024-06-05T16:31:05.159Z Downloaded paste v1.0.15
6812024-06-05T16:31:05.209Z Downloaded fxhash v0.2.1
6822024-06-05T16:31:05.209Z Downloaded headers-core v0.2.0
6832024-06-05T16:31:05.209Z Downloaded sigpipe v0.1.3
6842024-06-05T16:31:05.209Z Downloaded slog-scope v4.4.0
6852024-06-05T16:31:05.209Z Downloaded slog-envlogger v2.2.0
6862024-06-05T16:31:05.209Z Downloaded snafu-derive v0.8.2
6872024-06-05T16:31:05.209Z Downloaded phf v0.11.2
6882024-06-05T16:31:05.209Z Downloaded phf_shared v0.11.2
6892024-06-05T16:31:05.209Z Downloaded dhcproto-macros v0.1.0
6902024-06-05T16:31:05.209Z Downloaded diesel_table_macro_syntax v0.1.0
6912024-06-05T16:31:05.209Z Downloaded embedded-io v0.4.0
6922024-06-05T16:31:05.209Z Downloaded structmeta-derive v0.3.0
6932024-06-05T16:31:05.209Z Downloaded rpassword v7.3.1
6942024-06-05T16:31:05.209Z Downloaded proc-macro-crate v1.3.1
6952024-06-05T16:31:05.209Z Downloaded proc-macro-error-attr v1.0.4
6962024-06-05T16:31:05.209Z Downloaded endian-type v0.1.2
6972024-06-05T16:31:05.209Z Downloaded psl-types v2.0.11
6982024-06-05T16:31:05.209Z Downloaded hyper-rustls v0.24.2
6992024-06-05T16:31:05.209Z Downloaded radium v0.7.0
7002024-06-05T16:31:05.210Z Downloaded env_logger v0.9.3
7012024-06-05T16:31:05.210Z Downloaded rand_core v0.6.4
7022024-06-05T16:31:05.210Z Downloaded termtree v0.4.1
7032024-06-05T16:31:05.210Z Downloaded threadpool v1.8.1
7042024-06-05T16:31:05.210Z Downloaded thiserror-no-std v2.0.2
7052024-06-05T16:31:05.210Z Downloaded thread-id v4.2.1
7062024-06-05T16:31:05.210Z Downloaded string_cache v0.8.7
7072024-06-05T16:31:05.210Z Downloaded tiny-keccak v2.0.2
7082024-06-05T16:31:05.210Z Downloaded textwrap v0.16.1
7092024-06-05T16:31:05.210Z Downloaded rand_chacha v0.2.2
7102024-06-05T16:31:05.210Z Downloaded tinytemplate v1.2.1
7112024-06-05T16:31:05.210Z Downloaded reedline v0.31.0
7122024-06-05T16:31:05.210Z Downloaded quick-xml v0.31.0
7132024-06-05T16:31:05.210Z Downloaded rayon v1.10.0
7142024-06-05T16:31:05.210Z Downloaded ratatui v0.26.2
7152024-06-05T16:31:05.210Z Downloaded steno v0.4.0
7162024-06-05T16:31:05.210Z Downloaded hkdf v0.12.4
7172024-06-05T16:31:05.210Z Downloaded webpki-roots v0.25.4
7182024-06-05T16:31:05.210Z Downloaded bstr v0.2.17
7192024-06-05T16:31:05.210Z Downloaded polar-core v0.27.3
7202024-06-05T16:31:05.210Z Downloaded regex v1.10.4
7212024-06-05T16:31:05.210Z Downloaded finl_unicode v1.2.0
7222024-06-05T16:31:05.210Z Downloaded csv v1.3.0
7232024-06-05T16:31:05.211Z Downloaded zerocopy-derive v0.6.6
7242024-06-05T16:31:05.211Z Downloaded rustls v0.22.4
7252024-06-05T16:31:05.211Z Downloaded bzip2-sys v0.1.11+1.0.8
7262024-06-05T16:31:05.211Z Downloaded trust-dns-proto v0.22.0
7272024-06-05T16:31:05.211Z Downloaded bstr v1.9.1
7282024-06-05T16:31:05.211Z Downloaded rustls v0.21.12
7292024-06-05T16:31:05.211Z Downloaded curve25519-dalek v4.1.2
7302024-06-05T16:31:05.211Z Downloaded rand v0.7.3
7312024-06-05T16:31:05.211Z Downloaded plotters v0.3.5
7322024-06-05T16:31:05.236Z Downloaded portable-atomic v1.6.0
7332024-06-05T16:31:05.236Z Downloaded regex-automata v0.4.6
7342024-06-05T16:31:05.236Z Downloaded regex-automata v0.1.10
7352024-06-05T16:31:05.237Z Downloaded zerocopy v0.7.34
7362024-06-05T16:31:05.273Z Downloaded winnow v0.5.40
7372024-06-05T16:31:05.273Z Downloaded petgraph v0.6.5
7382024-06-05T16:31:05.303Z Downloaded hyper v1.3.1
7392024-06-05T16:31:05.303Z Downloaded sha3 v0.10.8
7402024-06-05T16:31:05.303Z Downloaded chrono v0.4.38
7412024-06-05T16:31:05.303Z Downloaded ring v0.17.8
7422024-06-05T16:31:05.385Z Downloaded rand v0.8.5
7432024-06-05T16:31:05.412Z Downloaded toml_edit v0.19.15
7442024-06-05T16:31:05.412Z Downloaded expectorate v1.1.0
7452024-06-05T16:31:05.412Z Downloaded blake3 v1.5.1
7462024-06-05T16:31:05.441Z Downloaded bitvec v1.0.1
7472024-06-05T16:31:05.467Z Downloaded ring v0.16.20
7482024-06-05T16:31:05.538Z Downloaded radix_trie v0.2.1
7492024-06-05T16:31:05.564Z Downloaded diesel v2.1.6
7502024-06-05T16:31:05.590Z Downloaded x509-cert v0.2.5
7512024-06-05T16:31:05.590Z Downloaded http v1.1.0
7522024-06-05T16:31:05.590Z Downloaded sled v0.34.7
7532024-06-05T16:31:05.590Z Downloaded serde_with v3.8.1
7542024-06-05T16:31:05.616Z Downloaded proptest v1.4.0
7552024-06-05T16:31:05.617Z Downloaded syn v1.0.109
7562024-06-05T16:31:05.642Z Downloaded regress v0.9.1
7572024-06-05T16:31:05.643Z Downloaded regex-syntax v0.8.3
7582024-06-05T16:31:05.643Z Downloaded regex-syntax v0.6.29
7592024-06-05T16:31:05.672Z Downloaded trust-dns-server v0.22.1
7602024-06-05T16:31:05.672Z Downloaded trust-dns-resolver v0.22.0
7612024-06-05T16:31:05.672Z Downloaded trust-dns-client v0.22.0
7622024-06-05T16:31:05.673Z Downloaded toml v0.7.8
7632024-06-05T16:31:05.715Z Downloaded heapless v0.7.17
7642024-06-05T16:31:05.715Z Downloaded crossterm v0.27.0
7652024-06-05T16:31:05.716Z Downloaded publicsuffix v2.2.3
7662024-06-05T16:31:05.716Z Downloaded tower v0.4.13
7672024-06-05T16:31:05.716Z Downloaded tough v0.17.1
7682024-06-05T16:31:05.757Z Downloaded tabled v0.15.0
7692024-06-05T16:31:05.757Z Downloaded heapless v0.8.0
7702024-06-05T16:31:05.757Z Downloaded smoltcp v0.11.0
7712024-06-05T16:31:05.788Z Downloaded test-strategy v0.3.1
7722024-06-05T16:31:05.788Z Downloaded rcgen v0.12.1
7732024-06-05T16:31:05.788Z Downloaded tokio-postgres v0.7.10
7742024-06-05T16:31:05.788Z Downloaded postcard v1.0.8
7752024-06-05T16:31:05.788Z Downloaded tabwriter v1.4.0
7762024-06-05T16:31:05.788Z Downloaded stable_deref_trait v1.2.0
7772024-06-05T16:31:05.788Z Downloaded rfc6979 v0.4.0
7782024-06-05T16:31:05.788Z Downloaded rayon-core v1.12.1
7792024-06-05T16:31:05.788Z Downloaded rand_seeder v0.2.3
7802024-06-05T16:31:05.788Z Downloaded platforms v3.4.0
7812024-06-05T16:31:05.788Z Downloaded erased-serde v0.3.31
7822024-06-05T16:31:05.788Z Downloaded env_logger v0.10.2
7832024-06-05T16:31:05.788Z Downloaded resolv-conf v0.7.0
7842024-06-05T16:31:05.788Z Downloaded rand_core v0.5.1
7852024-06-05T16:31:05.788Z Downloaded rand_chacha v0.3.1
7862024-06-05T16:31:05.820Z Downloaded russh v0.43.0
7872024-06-05T16:31:05.821Z Downloaded zerocopy v0.6.6
7882024-06-05T16:31:05.821Z Downloaded vte v0.11.1
7892024-06-05T16:31:05.821Z Downloaded vsss-rs v3.3.4
7902024-06-05T16:31:05.822Z Downloaded trybuild v1.0.96
7912024-06-05T16:31:05.822Z Downloaded fancy-regex v0.13.0
7922024-06-05T16:31:05.822Z Downloaded tempfile v3.10.1
7932024-06-05T16:31:05.822Z Downloaded target-lexicon v0.12.14
7942024-06-05T16:31:05.822Z Downloaded static_assertions v1.1.0
7952024-06-05T16:31:05.822Z Downloaded ref-cast-impl v1.0.23
7962024-06-05T16:31:05.822Z Downloaded toml v0.5.11
7972024-06-05T16:31:05.854Z Downloaded tls_codec_derive v0.4.1
7982024-06-05T16:31:05.854Z Downloaded tls_codec v0.4.1
7992024-06-05T16:31:05.855Z Downloaded dtrace-parser v0.2.0
8002024-06-05T16:31:05.855Z Downloaded thiserror-impl-no-std v2.0.2
8012024-06-05T16:31:05.855Z Downloaded termios v0.3.3
8022024-06-05T16:31:05.855Z Downloaded topological-sort v0.2.2
8032024-06-05T16:31:05.855Z Downloaded polyval v0.6.2
8042024-06-05T16:31:05.856Z Downloaded poly1305 v0.8.0
8052024-06-05T16:31:05.856Z Downloaded bindgen v0.69.4
8062024-06-05T16:31:05.856Z Downloaded termcolor v1.4.1
8072024-06-05T16:31:05.856Z Downloaded target-spec v3.1.0
8082024-06-05T16:31:05.857Z Downloaded tap v1.0.1
8092024-06-05T16:31:05.857Z Downloaded tokio-tungstenite v0.20.1
8102024-06-05T16:31:05.888Z Downloaded tokio-rustls v0.24.1
8112024-06-05T16:31:05.888Z Downloaded ena v0.14.3
8122024-06-05T16:31:05.888Z Downloaded plain v0.2.3
8132024-06-05T16:31:05.888Z Downloaded smoltcp v0.9.1
8142024-06-05T16:31:05.888Z Downloaded typed-path v0.7.1
8152024-06-05T16:31:05.889Z Downloaded ref-cast v1.0.23
8162024-06-05T16:31:05.889Z Downloaded rand_xorshift v0.3.0
8172024-06-05T16:31:05.889Z Downloaded r2d2 v0.8.10
8182024-06-05T16:31:05.889Z Downloaded quick-error v1.2.3
8192024-06-05T16:31:05.889Z Downloaded tokio-tungstenite v0.21.0
8202024-06-05T16:31:05.889Z Downloaded tokio-stream v0.1.15
8212024-06-05T16:31:05.935Z Downloaded pretty_assertions v1.4.0
8222024-06-05T16:31:05.935Z Downloaded hmac v0.12.1
8232024-06-05T16:31:05.935Z Downloaded tokio-rustls v0.25.0
8242024-06-05T16:31:05.935Z Downloaded prettyplease v0.2.20
8252024-06-05T16:31:05.935Z Downloaded rsa v0.9.6
8262024-06-05T16:31:05.935Z Downloaded zerocopy-derive v0.7.34
8272024-06-05T16:31:05.935Z Downloaded yasna v0.5.2
8282024-06-05T16:31:05.935Z Downloaded yansi v0.5.1
8292024-06-05T16:31:05.935Z Downloaded whoami v1.5.1
8302024-06-05T16:31:05.935Z Downloaded walkdir v2.5.0
8312024-06-05T16:31:05.936Z Downloaded enum-as-inner v0.5.1
8322024-06-05T16:31:05.936Z Downloaded toolchain_find v0.4.0
8332024-06-05T16:31:05.936Z Downloaded rstest_macros v0.19.0
8342024-06-05T16:31:05.936Z Downloaded httptest v0.15.5
8352024-06-05T16:31:05.970Z Downloaded ron v0.8.1
8362024-06-05T16:31:05.971Z Downloaded plotters-backend v0.3.5
8372024-06-05T16:31:05.971Z Downloaded structmeta-derive v0.2.0
8382024-06-05T16:31:05.971Z Downloaded structmeta v0.3.0
8392024-06-05T16:31:05.971Z Downloaded structmeta v0.2.0
8402024-06-05T16:31:05.971Z Downloaded strip-ansi-escapes v0.2.0
8412024-06-05T16:31:05.971Z Downloaded stringprep v0.1.4
8422024-06-05T16:31:05.971Z Downloaded tracing-attributes v0.1.27
8432024-06-05T16:31:05.972Z Downloaded criterion v0.5.1
8442024-06-05T16:31:05.972Z Downloaded proc-macro-error v1.0.4
8452024-06-05T16:31:05.972Z Downloaded escape8259 v0.5.2
8462024-06-05T16:31:05.972Z Downloaded ron v0.7.1
8472024-06-05T16:31:05.972Z Downloaded ed25519-dalek v2.1.1
8482024-06-05T16:31:06.000Z Downloaded tower-layer v0.3.2
8492024-06-05T16:31:06.001Z Downloaded primeorder v0.13.6
8502024-06-05T16:31:06.001Z Downloaded predicates-core v1.0.6
8512024-06-05T16:31:06.001Z Downloaded zeroize_derive v1.4.2
8522024-06-05T16:31:06.001Z Downloaded zeroize v1.7.0
8532024-06-05T16:31:06.002Z Downloaded rustls-pki-types v1.7.0
8542024-06-05T16:31:06.002Z Downloaded rustc-demangle v0.1.24
8552024-06-05T16:31:06.002Z Downloaded rust-argon2 v2.1.0
8562024-06-05T16:31:06.002Z Downloaded postgres-types v0.2.6
8572024-06-05T16:31:06.003Z Downloaded postgres-protocol v0.6.6
8582024-06-05T16:31:06.003Z Downloaded subprocess v0.2.9
8592024-06-05T16:31:06.003Z Downloaded which v4.4.2
8602024-06-05T16:31:06.004Z Downloaded pretty-hex v0.4.1
8612024-06-05T16:31:06.004Z Downloaded pretty-hex v0.2.1
8622024-06-05T16:31:06.004Z Downloaded predicates-tree v1.0.9
8632024-06-05T16:31:06.005Z Downloaded predicates v3.1.0
8642024-06-05T16:31:06.005Z Downloaded stability v0.2.0
8652024-06-05T16:31:06.005Z Downloaded sqlparser_derive v0.2.2
8662024-06-05T16:31:06.005Z Downloaded russh-cryptovec v0.7.2
8672024-06-05T16:31:06.005Z Downloaded rtoolbox v0.0.2
8682024-06-05T16:31:06.006Z Downloaded rstest v0.19.0
8692024-06-05T16:31:06.037Z Downloaded portpicker v0.1.1
8702024-06-05T16:31:06.037Z Downloaded plotters-svg v0.3.5
8712024-06-05T16:31:06.037Z Downloaded supports-color v3.0.0
8722024-06-05T16:31:06.037Z Downloaded wyz v0.5.1
8732024-06-05T16:31:06.037Z Downloaded wait-timeout v0.2.0
8742024-06-05T16:31:06.038Z Downloaded sqlparser v0.45.0
8752024-06-05T16:31:06.038Z Downloaded precomputed-hash v0.1.1
8762024-06-05T16:31:06.038Z Downloaded ppv-lite86 v0.2.17
8772024-06-05T16:31:06.038Z Downloaded tabled_derive v0.7.0
8782024-06-05T16:31:06.038Z Downloaded subtle v2.5.0
8792024-06-05T16:31:06.038Z Downloaded strum_macros v0.25.3
8802024-06-05T16:31:06.039Z Downloaded strum_macros v0.24.3
8812024-06-05T16:31:06.039Z Downloaded elliptic-curve v0.13.8
8822024-06-05T16:31:06.039Z Downloaded either v1.12.0
8832024-06-05T16:31:06.039Z Downloaded diff v0.1.13
8842024-06-05T16:31:06.074Z Downloaded diesel_derives v2.1.4
8852024-06-05T16:31:06.074Z Downloaded derive-where v1.2.7
8862024-06-05T16:31:06.075Z Downloaded der_derive v0.7.2
8872024-06-05T16:31:06.075Z Downloaded der v0.7.9
8882024-06-05T16:31:06.075Z Downloaded darling_core v0.20.9
8892024-06-05T16:31:06.075Z Downloaded pest v2.7.10
8902024-06-05T16:31:06.075Z Downloaded hostname v0.4.0
8912024-06-05T16:31:06.075Z Downloaded rustls-webpki v0.102.4
8922024-06-05T16:31:06.123Z Downloaded tungstenite v0.21.0
8932024-06-05T16:31:06.124Z Downloaded crypto-bigint v0.5.5
8942024-06-05T16:31:06.124Z Downloaded crc-any v2.5.0
8952024-06-05T16:31:06.124Z Downloaded relative-path v1.9.3
8962024-06-05T16:31:06.124Z Downloaded ed25519 v2.2.3
8972024-06-05T16:31:06.155Z Downloaded ed25519 v1.5.3
8982024-06-05T16:31:06.155Z Downloaded ecdsa v0.16.9
8992024-06-05T16:31:06.155Z Downloaded dyn-clone v1.0.17
9002024-06-05T16:31:06.155Z Downloaded display-error-chain v0.2.0
9012024-06-05T16:31:06.156Z Downloaded dirs-sys v0.4.1
9022024-06-05T16:31:06.156Z Downloaded dirs v5.0.1
9032024-06-05T16:31:06.156Z Downloaded dhcproto v0.11.0
9042024-06-05T16:31:06.157Z Downloaded datatest-stable v0.2.9
9052024-06-05T16:31:06.157Z Downloaded humantime v2.1.0
9062024-06-05T16:31:06.157Z Downloaded highway v1.1.0
9072024-06-05T16:31:06.157Z Downloaded hex v0.4.3
9082024-06-05T16:31:06.157Z Downloaded heck v0.3.3
9092024-06-05T16:31:06.158Z Downloaded rustls-native-certs v0.7.0
9102024-06-05T16:31:06.158Z Downloaded russh-keys v0.43.0
9112024-06-05T16:31:06.158Z Downloaded gimli v0.28.1
9122024-06-05T16:31:06.158Z Downloaded fatfs v0.3.6
9132024-06-05T16:31:06.159Z Downloaded tungstenite v0.20.1
9142024-06-05T16:31:06.159Z Downloaded schemars v0.8.20
9152024-06-05T16:31:06.192Z Downloaded samael v0.0.15
9162024-06-05T16:31:06.192Z Downloaded downcast v0.11.0
9172024-06-05T16:31:06.192Z Downloaded dof v0.3.0
9182024-06-05T16:31:06.193Z Downloaded doc-comment v0.3.3
9192024-06-05T16:31:06.193Z Downloaded difflib v0.4.0
9202024-06-05T16:31:06.193Z Downloaded derive_more v0.99.17
9212024-06-05T16:31:06.193Z Downloaded zip v0.6.6
9222024-06-05T16:31:06.193Z Downloaded waitgroup v0.1.2
9232024-06-05T16:31:06.194Z Downloaded vte_generate_state_changes v0.1.1
9242024-06-05T16:31:06.194Z Downloaded pin-project v1.1.5
9252024-06-05T16:31:06.642Z Downloaded pest_meta v2.7.10
9262024-06-05T16:31:06.643Z Downloaded home v0.5.9
9272024-06-05T16:31:06.643Z Downloaded fallible-iterator v0.2.0
9282024-06-05T16:31:06.643Z Downloaded rustls-pemfile v2.1.2
9292024-06-05T16:31:06.644Z Downloaded derive_builder_macro v0.20.0
9302024-06-05T16:31:06.644Z Downloaded derive_builder_core v0.20.0
9312024-06-05T16:31:06.644Z Downloaded derive_builder v0.20.0
9322024-06-05T16:31:06.644Z Downloaded defmt-parser v0.3.4
9332024-06-05T16:31:06.645Z Downloaded data-encoding v2.6.0
9342024-06-05T16:31:06.645Z Downloaded zone_cfg_derive v0.1.2
9352024-06-05T16:31:06.645Z Downloaded zone v0.1.8
9362024-06-05T16:31:06.645Z Downloaded pkcs8 v0.10.2
9372024-06-05T16:31:06.646Z Downloaded pkcs1 v0.7.5
9382024-06-05T16:31:06.646Z Downloaded pem-rfc7468 v0.7.0
9392024-06-05T16:31:06.677Z Downloaded hubpack v0.1.2
9402024-06-05T16:31:06.677Z Downloaded rustyline v14.0.0
9412024-06-05T16:31:06.677Z Downloaded const_format v0.2.32
9422024-06-05T16:31:06.678Z Downloaded defmt-macros v0.3.9
9432024-06-05T16:31:06.678Z Downloaded defmt v0.3.8
9442024-06-05T16:31:06.678Z Downloaded debug-ignore v1.0.5
9452024-06-05T16:31:06.679Z Downloaded darling_macro v0.20.9
9462024-06-05T16:31:06.679Z Downloaded darling v0.20.9
9472024-06-05T16:31:06.679Z Downloaded pin-project-internal v1.1.5
9482024-06-05T16:31:06.679Z Downloaded pest_generator v2.7.10
9492024-06-05T16:31:06.680Z Downloaded pest_derive v2.7.10
9502024-06-05T16:31:06.680Z Downloaded pathdiff v0.2.1
9512024-06-05T16:31:06.680Z Downloaded path-slash v0.1.5
9522024-06-05T16:31:06.680Z Downloaded hubpack_derive v0.1.1
9532024-06-05T16:31:06.680Z Downloaded goblin v0.8.2
9542024-06-05T16:31:06.681Z Downloaded base64 v0.22.1
9552024-06-05T16:31:06.681Z Downloaded phf_shared v0.10.0
9562024-06-05T16:31:06.681Z Downloaded peg-runtime v0.8.3
9572024-06-05T16:31:06.682Z Downloaded peg-macros v0.8.3
9582024-06-05T16:31:06.682Z Downloaded peg v0.8.3
9592024-06-05T16:31:06.682Z Downloaded pbkdf2 v0.12.2
9602024-06-05T16:31:06.682Z Downloaded pbkdf2 v0.11.0
9612024-06-05T16:31:06.683Z Downloaded http-range v0.1.5
9622024-06-05T16:31:06.683Z Downloaded http-body v1.0.0
9632024-06-05T16:31:06.683Z Downloaded salty v0.2.0
9642024-06-05T16:31:06.683Z Downloaded rustfmt-wrapper v0.2.1
9652024-06-05T16:31:06.684Z Downloaded rustc_version v0.4.0
9662024-06-05T16:31:06.684Z Downloaded rustc_version v0.1.7
9672024-06-05T16:31:06.684Z Downloaded rustc-hash v1.1.0
9682024-06-05T16:31:06.684Z Downloaded guppy v0.17.5
9692024-06-05T16:31:06.685Z Downloaded sct v0.7.1
9702024-06-05T16:31:06.685Z Downloaded openapiv3 v2.0.0
9712024-06-05T16:31:06.685Z Downloaded nix v0.28.0
9722024-06-05T16:31:06.685Z Downloaded pem v3.0.4
9732024-06-05T16:31:06.686Z Downloaded hex-literal v0.4.1
9742024-06-05T16:31:06.686Z Downloaded sqlformat v0.2.3
9752024-06-05T16:31:06.686Z Downloaded spki v0.7.3
9762024-06-05T16:31:06.686Z Downloaded spin v0.9.8
9772024-06-05T16:31:06.687Z Downloaded spin v0.5.2
9782024-06-05T16:31:06.687Z Downloaded socket2 v0.4.10
9792024-06-05T16:31:06.687Z Downloaded snafu v0.8.2
9802024-06-05T16:31:06.687Z Downloaded smallvec v0.6.14
9812024-06-05T16:31:06.687Z Downloaded slog-stdlog v4.1.1
9822024-06-05T16:31:06.688Z Downloaded similar v2.5.0
9832024-06-05T16:31:06.688Z Downloaded chacha20poly1305 v0.10.1
9842024-06-05T16:31:06.688Z Downloaded smf v0.2.3
9852024-06-05T16:31:06.688Z Downloaded smawk v0.3.2
9862024-06-05T16:31:06.689Z Downloaded slog-dtrace v0.3.0
9872024-06-05T16:31:06.689Z Downloaded flagset v0.4.5
9882024-06-05T16:31:06.689Z Downloaded fixedbitset v0.4.2
9892024-06-05T16:31:06.689Z Downloaded ff v0.13.0
9902024-06-05T16:31:06.690Z Downloaded fastrand v2.1.0
9912024-06-05T16:31:06.690Z Downloaded serde_derive_internals v0.29.1
9922024-06-05T16:31:06.690Z Downloaded scroll v0.12.0
9932024-06-05T16:31:06.690Z Downloaded const-oid v0.9.6
9942024-06-05T16:31:06.691Z Downloaded arc-swap v1.7.1
9952024-06-05T16:31:06.691Z Downloaded similar-asserts v1.5.0
9962024-06-05T16:31:06.691Z Downloaded signal-hook-mio v0.2.3
9972024-06-05T16:31:06.691Z Downloaded rusty-fork v0.3.0
9982024-06-05T16:31:06.692Z Downloaded hashbrown v0.13.2
9992024-06-05T16:31:06.692Z Downloaded hashbrown v0.12.3
10002024-06-05T16:31:06.692Z Downloaded serde_repr v0.1.19
10012024-06-05T16:31:06.692Z Downloaded secrecy v0.8.0
10022024-06-05T16:31:06.693Z Downloaded rustls-webpki v0.101.7
10032024-06-05T16:31:06.693Z Downloaded object v0.32.2
10042024-06-05T16:31:06.693Z Downloaded object v0.30.4
10052024-06-05T16:31:06.693Z Downloaded clang-sys v1.7.0
10062024-06-05T16:31:06.693Z Downloaded cfg-expr v0.15.8
10072024-06-05T16:31:06.694Z Downloaded aes-gcm v0.10.3
10082024-06-05T16:31:06.694Z Downloaded siphasher v0.3.11
10092024-06-05T16:31:06.694Z Downloaded signature v2.2.0
10102024-06-05T16:31:06.694Z Downloaded signature v1.6.4
10112024-06-05T16:31:06.695Z Downloaded signal-hook-tokio v0.3.1
10122024-06-05T16:31:06.695Z Downloaded tui-tree-widget v0.19.0
10132024-06-05T16:31:06.695Z Downloaded headers v0.3.9
10142024-06-05T16:31:06.696Z Downloaded half v2.4.1
10152024-06-05T16:31:06.696Z Downloaded group v0.13.0
10162024-06-05T16:31:06.696Z Downloaded glob v0.3.1
10172024-06-05T16:31:06.696Z Downloaded ghash v0.5.1
10182024-06-05T16:31:06.697Z Downloaded getrandom v0.2.14
10192024-06-05T16:31:06.697Z Downloaded flume v0.11.0
10202024-06-05T16:31:06.697Z Downloaded fd-lock v4.0.2
10212024-06-05T16:31:06.697Z Downloaded uuid v1.8.0
10222024-06-05T16:31:06.698Z Downloaded usdt-impl v0.5.0
10232024-06-05T16:31:06.698Z Downloaded unsafe-libyaml v0.2.11
10242024-06-05T16:31:06.698Z Downloaded unicode_categories v0.1.1
10252024-06-05T16:31:06.698Z Downloaded unicode-segmentation v1.11.0
10262024-06-05T16:31:06.699Z Downloaded ucd-trie v0.1.6
10272024-06-05T16:31:06.699Z Downloaded schemars_derive v0.8.20
10282024-06-05T16:31:06.699Z Downloaded p521 v0.13.3
10292024-06-05T16:31:06.699Z Downloaded nix v0.27.1
10302024-06-05T16:31:06.700Z Downloaded compact_str v0.7.1
10312024-06-05T16:31:06.700Z Downloaded hash32 v0.3.1
10322024-06-05T16:31:06.700Z Downloaded hash32 v0.2.1
10332024-06-05T16:31:06.700Z Downloaded guppy-workspace-hack v0.1.0
10342024-06-05T16:31:06.701Z Downloaded globset v0.4.14
10352024-06-05T16:31:06.701Z Downloaded getrandom v0.1.16
10362024-06-05T16:31:06.701Z Downloaded getopts v0.2.21
10372024-06-05T16:31:06.701Z Downloaded gethostname v0.4.3
10382024-06-05T16:31:06.702Z Downloaded futures-timer v3.0.3
10392024-06-05T16:31:06.733Z Downloaded funty v2.0.0
10402024-06-05T16:31:06.734Z Downloaded fragile v2.0.0
10412024-06-05T16:31:06.734Z Downloaded foreign-types-macros v0.2.3
10422024-06-05T16:31:06.734Z Downloaded foreign-types v0.5.0
10432024-06-05T16:31:06.734Z Downloaded float-cmp v0.9.0
10442024-06-05T16:31:06.734Z Downloaded unicode-linebreak v0.1.5
10452024-06-05T16:31:06.734Z Downloaded unicase v2.7.0
10462024-06-05T16:31:06.735Z Downloaded unarray v0.1.4
10472024-06-05T16:31:06.735Z Downloaded signal-hook v0.3.17
10482024-06-05T16:31:06.735Z Downloaded shlex v1.3.0
10492024-06-05T16:31:06.736Z Downloaded shell-words v1.1.0
10502024-06-05T16:31:06.736Z Downloaded serde_tokenstream v0.2.0
10512024-06-05T16:31:06.736Z Downloaded serde_plain v1.0.2
10522024-06-05T16:31:06.736Z Downloaded serde_path_to_error v0.1.16
10532024-06-05T16:31:06.736Z Downloaded serde_arrays v0.1.0
10542024-06-05T16:31:06.737Z Downloaded serde-hex v0.1.0
10552024-06-05T16:31:06.737Z Downloaded semver v0.1.20
10562024-06-05T16:31:06.737Z Downloaded sec1 v0.7.3
10572024-06-05T16:31:06.737Z Downloaded scheduled-thread-pool v0.2.7
10582024-06-05T16:31:06.738Z Downloaded same-file v1.0.6
10592024-06-05T16:31:06.738Z Downloaded p256 v0.13.2
10602024-06-05T16:31:06.738Z Downloaded owo-colors v4.0.0
10612024-06-05T16:31:06.739Z Downloaded oso v0.27.3
10622024-06-05T16:31:06.739Z Downloaded multer v3.1.0
10632024-06-05T16:31:06.739Z Downloaded libxml v0.3.3
10642024-06-05T16:31:06.740Z Downloaded crossbeam-epoch v0.9.18
10652024-06-05T16:31:06.740Z Downloaded crc v3.2.1
10662024-06-05T16:31:06.740Z Downloaded corncobs v0.1.3
10672024-06-05T16:31:06.740Z Downloaded cookie_store v0.20.0
10682024-06-05T16:31:06.741Z Downloaded cookie v0.18.1
10692024-06-05T16:31:06.741Z Downloaded cookie v0.17.0
10702024-06-05T16:31:06.741Z Downloaded const_format_proc_macros v0.2.32
10712024-06-05T16:31:06.741Z Downloaded ciborium v0.2.2
10722024-06-05T16:31:06.741Z Downloaded cancel-safe-futures v0.1.5
10732024-06-05T16:31:06.742Z Downloaded camino-tempfile v1.1.1
10742024-06-05T16:31:06.742Z Downloaded buf-list v1.0.3
10752024-06-05T16:31:06.742Z Downloaded blake2b_simd v1.0.2
10762024-06-05T16:31:06.742Z Downloaded bcs v0.1.6
10772024-06-05T16:31:06.743Z Downloaded base64ct v1.6.0
10782024-06-05T16:31:06.743Z Downloaded foreign-types-shared v0.3.1
10792024-06-05T16:31:06.743Z Downloaded uzers v0.11.3
10802024-06-05T16:31:06.743Z Downloaded utf-8 v0.7.6
10812024-06-05T16:31:06.744Z Downloaded usdt-macro v0.5.0
10822024-06-05T16:31:06.744Z Downloaded usdt-attr-macro v0.5.0
10832024-06-05T16:31:06.744Z Downloaded usdt v0.5.0
10842024-06-05T16:31:06.744Z Downloaded untrusted v0.9.0
10852024-06-05T16:31:06.744Z Downloaded untrusted v0.7.1
10862024-06-05T16:31:06.745Z Downloaded universal-hash v0.5.1
10872024-06-05T16:31:06.745Z Downloaded unicode-xid v0.2.4
10882024-06-05T16:31:06.745Z Downloaded unicode-width v0.1.12
10892024-06-05T16:31:06.746Z Downloaded sha1 v0.10.6
10902024-06-05T16:31:06.746Z Downloaded serde_yaml v0.9.34+deprecated
10912024-06-05T16:31:06.746Z Downloaded serde_with_macros v3.8.1
10922024-06-05T16:31:06.746Z Downloaded serde-big-array v0.5.1
10932024-06-05T16:31:06.747Z Downloaded serde-big-array v0.4.1
10942024-06-05T16:31:06.747Z Downloaded scroll_derive v0.12.0
10952024-06-05T16:31:06.747Z Downloaded packed_struct v0.10.1
10962024-06-05T16:31:06.747Z Downloaded num-bigint-dig v0.8.4
10972024-06-05T16:31:06.747Z Downloaded nu-ansi-term v0.50.0
10982024-06-05T16:31:06.747Z Downloaded memoffset v0.9.1
10992024-06-05T16:31:06.748Z Downloaded ctr v0.9.2
11002024-06-05T16:31:06.748Z Downloaded csv-core v0.1.11
11012024-06-05T16:31:06.748Z Downloaded crucible-workspace-hack v0.1.0
11022024-06-05T16:31:06.748Z Downloaded criterion-plot v0.5.0
11032024-06-05T16:31:06.749Z Downloaded convert_case v0.4.0
11042024-06-05T16:31:06.749Z Downloaded constant_time_eq v0.3.0
11052024-06-05T16:31:06.749Z Downloaded console v0.15.8
11062024-06-05T16:31:06.750Z Downloaded cobs v0.2.3
11072024-06-05T16:31:06.750Z Downloaded ciborium-ll v0.2.2
11082024-06-05T16:31:06.750Z Downloaded cbc v0.1.2
11092024-06-05T16:31:06.750Z Downloaded cast v0.3.0
11102024-06-05T16:31:06.751Z Downloaded cassowary v0.3.0
11112024-06-05T16:31:06.751Z Downloaded byteorder v1.5.0
11122024-06-05T16:31:06.751Z Downloaded bitflags v1.3.2
11132024-06-05T16:31:06.751Z Downloaded bit-vec v0.6.3
11142024-06-05T16:31:06.752Z Downloaded bit-set v0.5.3
11152024-06-05T16:31:06.752Z Downloaded bcrypt-pbkdf v0.10.0
11162024-06-05T16:31:06.752Z Downloaded bb8 v0.8.3
11172024-06-05T16:31:06.752Z Downloaded async-trait v0.1.80
11182024-06-05T16:31:06.752Z Downloaded password-hash v0.5.0
11192024-06-05T16:31:06.753Z Downloaded password-hash v0.4.2
11202024-06-05T16:31:06.753Z Downloaded partial-io v0.5.4
11212024-06-05T16:31:06.753Z Downloaded parse-size v1.0.0
11222024-06-05T16:31:06.753Z Downloaded parse-display-derive v0.9.0
11232024-06-05T16:31:06.754Z Downloaded parse-display v0.9.0
11242024-06-05T16:31:06.754Z Downloaded parking_lot_core v0.8.6
11252024-06-05T16:31:06.754Z Downloaded papergrid v0.11.0
11262024-06-05T16:31:06.754Z Downloaded packed_struct_codegen v0.10.1
11272024-06-05T16:31:06.755Z Downloaded opaque-debug v0.3.1
11282024-06-05T16:31:06.755Z Downloaded oorandom v11.1.3
11292024-06-05T16:31:06.755Z Downloaded omicron-zone-package v0.11.0
11302024-06-05T16:31:06.755Z Downloaded olpc-cjson v0.1.3
11312024-06-05T16:31:06.755Z Downloaded num_enum_derive v0.5.11
11322024-06-05T16:31:06.756Z Downloaded num-rational v0.4.2
11332024-06-05T16:31:06.756Z Downloaded num-iter v0.1.45
11342024-06-05T16:31:06.756Z Downloaded num-integer v0.1.46
11352024-06-05T16:31:06.757Z Downloaded num-derive v0.4.2
11362024-06-05T16:31:06.757Z Downloaded num-complex v0.4.6
11372024-06-05T16:31:06.757Z Downloaded num-bigint v0.4.5
11382024-06-05T16:31:06.757Z Downloaded num v0.4.3
11392024-06-05T16:31:06.791Z Downloaded nibble_vec v0.1.0
11402024-06-05T16:31:06.791Z Downloaded newtype-uuid v1.1.0
11412024-06-05T16:31:06.791Z Downloaded new_debug_unreachable v1.0.6
11422024-06-05T16:31:06.792Z Downloaded nanorand v0.7.0
11432024-06-05T16:31:06.792Z Downloaded multimap v0.10.0
11442024-06-05T16:31:06.792Z Downloaded mockall_derive v0.12.1
11452024-06-05T16:31:06.792Z Downloaded mockall v0.12.1
11462024-06-05T16:31:06.793Z Downloaded mime_guess v2.0.4
11472024-06-05T16:31:06.793Z Downloaded cstr-argument v0.1.2
11482024-06-05T16:31:06.793Z Downloaded crossbeam-deque v0.8.5
11492024-06-05T16:31:06.793Z Downloaded crc-catalog v2.4.0
11502024-06-05T16:31:06.793Z Downloaded colored v2.1.0
11512024-06-05T16:31:06.794Z Downloaded ciborium-io v0.2.2
11522024-06-05T16:31:06.794Z Downloaded castaway v0.2.2
11532024-06-05T16:31:06.794Z Downloaded blowfish v0.9.1
11542024-06-05T16:31:06.794Z Downloaded block-padding v0.3.3
11552024-06-05T16:31:06.794Z Downloaded blake2 v0.10.6
11562024-06-05T16:31:06.795Z Downloaded bitstruct v0.1.1
11572024-06-05T16:31:06.795Z Downloaded bitfield v0.14.0
11582024-06-05T16:31:06.795Z Downloaded backoff v0.4.0
11592024-06-05T16:31:06.795Z Downloaded oso-derive v0.27.3
11602024-06-05T16:31:06.795Z Downloaded option-ext v0.2.0
11612024-06-05T16:31:06.796Z Downloaded number_prefix v0.4.0
11622024-06-05T16:31:06.796Z Downloaded num_enum v0.5.11
11632024-06-05T16:31:06.796Z Downloaded num-traits v0.2.19
11642024-06-05T16:31:06.796Z Downloaded normalize-line-endings v0.3.0
11652024-06-05T16:31:06.796Z Downloaded nom v7.1.3
11662024-06-05T16:31:06.796Z Downloaded nodrop v0.1.14
11672024-06-05T16:31:06.796Z Downloaded newtype_derive v0.1.6
11682024-06-05T16:31:06.797Z Downloaded newline-converter v0.3.0
11692024-06-05T16:31:06.797Z Downloaded nested v0.1.1
11702024-06-05T16:31:06.797Z Downloaded minimal-lexical v0.2.1
11712024-06-05T16:31:06.797Z Downloaded memmap2 v0.9.4
11722024-06-05T16:31:06.797Z Downloaded memmap v0.7.0
11732024-06-05T16:31:06.797Z Downloaded md-5 v0.10.6
11742024-06-05T16:31:06.797Z Downloaded maybe-uninit v2.0.0
11752024-06-05T16:31:06.797Z Downloaded matches v0.1.10
11762024-06-05T16:31:06.798Z Downloaded maplit v1.0.2
11772024-06-05T16:31:06.798Z Downloaded managed v0.8.0
11782024-06-05T16:31:06.837Z Downloaded lru v0.12.3
11792024-06-05T16:31:06.837Z Downloaded linear-map v1.2.0
11802024-06-05T16:31:06.838Z Downloaded libtest-mimic v0.7.3
11812024-06-05T16:31:06.838Z Downloaded libsw v3.3.1
11822024-06-05T16:31:06.838Z Downloaded libm v0.2.8
11832024-06-05T16:31:06.838Z Downloaded libloading v0.8.3
11842024-06-05T16:31:06.838Z Downloaded libefi-sys v0.1.0
11852024-06-05T16:31:06.838Z Downloaded lalrpop v0.19.12
11862024-06-05T16:31:06.838Z Downloaded crunchy v0.2.2
11872024-06-05T16:31:06.838Z Downloaded chacha20 v0.9.1
11882024-06-05T16:31:06.838Z Downloaded cfg_aliases v0.1.1
11892024-06-05T16:31:06.838Z Downloaded cexpr v0.6.0
11902024-06-05T16:31:06.838Z Downloaded bzip2 v0.4.4
11912024-06-05T16:31:06.839Z Downloaded backtrace v0.3.71
11922024-06-05T16:31:06.871Z Downloaded atomicwrites v0.4.3
11932024-06-05T16:31:06.871Z Downloaded assert_cmd v2.0.14
11942024-06-05T16:31:06.871Z Downloaded linked-hash-map v0.5.6
11952024-06-05T16:31:06.871Z Downloaded lazycell v1.3.0
11962024-06-05T16:31:06.871Z Downloaded lazy_static v1.4.0
11972024-06-05T16:31:06.872Z Downloaded lalrpop-util v0.19.12
11982024-06-05T16:31:06.872Z Downloaded kstat-rs v0.2.3
11992024-06-05T16:31:06.872Z Downloaded keccak v0.1.5
12002024-06-05T16:31:06.872Z Downloaded itertools v0.12.1
12012024-06-05T16:31:06.872Z Downloaded itertools v0.10.5
12022024-06-05T16:31:06.872Z Downloaded is_ci v1.2.0
12032024-06-05T16:31:06.873Z Downloaded internet-checksum v0.2.1
12042024-06-05T16:31:06.873Z Downloaded instant v0.1.12
12052024-06-05T16:31:06.873Z Downloaded inout v0.1.3
12062024-06-05T16:31:06.873Z Downloaded indoc v2.0.5
12072024-06-05T16:31:07.310Z Downloaded indoc v1.0.9
12082024-06-05T16:31:07.310Z Downloaded indicatif v0.17.8
12092024-06-05T16:31:07.310Z Downloaded indexmap v1.9.3
12102024-06-05T16:31:07.310Z Downloaded idna v0.3.0
12112024-06-05T16:31:07.310Z Downloaded ident_case v1.0.1
12122024-06-05T16:31:07.311Z Downloaded cipher v0.4.4
12132024-06-05T16:31:07.311Z Downloaded bytecount v0.6.8
12142024-06-05T16:31:07.311Z Downloaded atomic-waker v1.1.2
12152024-06-05T16:31:07.311Z Downloaded assert_matches v1.5.0
12162024-06-05T16:31:07.311Z Downloaded impl-trait-for-tuples v0.2.2
12172024-06-05T16:31:07.311Z Downloaded idna v0.2.3
12182024-06-05T16:31:07.341Z Downloaded iana-time-zone v0.1.60
12192024-06-05T16:31:07.341Z Downloaded hyper-util v0.1.3
12202024-06-05T16:31:07.341Z Downloaded hyper-staticfile v0.9.5
12212024-06-05T16:31:07.341Z Downloaded hyper-rustls v0.26.0
12222024-06-05T16:31:07.341Z Downloaded bitstruct_derive v0.1.0
12232024-06-05T16:31:07.341Z Downloaded base64 v0.13.1
12242024-06-05T16:31:07.341Z Downloaded base16ct v0.2.0
12252024-06-05T16:31:07.341Z Downloaded atty v0.2.14
12262024-06-05T16:31:07.342Z Downloaded async-stream-impl v0.3.5
12272024-06-05T16:31:07.342Z Downloaded async-stream v0.3.5
12282024-06-05T16:31:07.342Z Downloaded async-recursion v1.1.1
12292024-06-05T16:31:07.342Z Downloaded ascii-canvas v3.0.0
12302024-06-05T16:31:07.342Z Downloaded ascii v1.1.0
12312024-06-05T16:31:07.342Z Downloaded arrayvec v0.7.4
12322024-06-05T16:31:07.343Z Downloaded arrayref v0.3.7
12332024-06-05T16:31:07.343Z Downloaded array-init v0.0.4
12342024-06-05T16:31:07.343Z Downloaded argon2 v0.5.3
12352024-06-05T16:31:07.343Z Downloaded approx v0.5.1
12362024-06-05T16:31:07.343Z Downloaded anes v0.1.6
12372024-06-05T16:31:07.343Z Downloaded allocator-api2 v0.2.18
12382024-06-05T16:31:07.344Z Downloaded aho-corasick v1.1.3
12392024-06-05T16:31:07.344Z Downloaded ahash v0.8.11
12402024-06-05T16:31:07.344Z Downloaded aes v0.8.4
12412024-06-05T16:31:07.344Z Downloaded aead v0.5.2
12422024-06-05T16:31:07.344Z Downloaded addr2line v0.21.0
12432024-06-05T16:31:07.791Z Dirty proc-macro2 v1.0.82: the rustflags changed
12442024-06-05T16:31:07.791Z Compiling proc-macro2 v1.0.82
12452024-06-05T16:31:07.792Z Dirty unicode-ident v1.0.12: the rustflags changed
12462024-06-05T16:31:07.792Z Compiling unicode-ident v1.0.12
12472024-06-05T16:31:07.828Z Dirty libc v0.2.155: the rustflags changed
12482024-06-05T16:31:07.828Z Compiling libc v0.2.155
12492024-06-05T16:31:07.829Z Dirty cfg-if v1.0.0: the rustflags changed
12502024-06-05T16:31:07.829Z Compiling cfg-if v1.0.0
12512024-06-05T16:31:07.829Z Compiling serde v1.0.203
12522024-06-05T16:31:07.829Z Dirty version_check v0.9.4: the rustflags changed
12532024-06-05T16:31:07.829Z Compiling version_check v0.9.4
12542024-06-05T16:31:07.829Z Dirty autocfg v1.3.0: the rustflags changed
12552024-06-05T16:31:07.830Z Compiling autocfg v1.3.0
12562024-06-05T16:31:07.830Z Dirty memchr v2.7.2: the rustflags changed
12572024-06-05T16:31:07.830Z Compiling memchr v2.7.2
12582024-06-05T16:31:07.830Z 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`
12592024-06-05T16:31:07.830Z 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`
12602024-06-05T16:31:07.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/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`
12612024-06-05T16:31:07.831Z 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`
12622024-06-05T16:31:07.831Z 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`
12632024-06-05T16:31:07.859Z 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`
12642024-06-05T16:31:07.859Z 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`
12652024-06-05T16:31:07.859Z 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`
12662024-06-05T16:31:07.961Z Compiling log v0.4.21
12672024-06-05T16:31:07.988Z 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`
12682024-06-05T16:31:08.646Z Compiling byteorder v1.5.0
12692024-06-05T16:31:08.684Z 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`
12702024-06-05T16:31:08.684Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-79b0b9eeed9d5fcc/build-script-build`
12712024-06-05T16:31:08.684Z Dirty once_cell v1.19.0: the rustflags changed
12722024-06-05T16:31:08.685Z Compiling once_cell v1.19.0
12732024-06-05T16:31:08.685Z 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`
12742024-06-05T16:31:08.685Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-e13208b22652b8af/build-script-build`
12752024-06-05T16:31:08.685Z Dirty itoa v1.0.11: the rustflags changed
12762024-06-05T16:31:08.685Z Compiling itoa v1.0.11
12772024-06-05T16:31:08.721Z 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`
12782024-06-05T16:31:08.721Z Compiling scopeguard v1.2.0
12792024-06-05T16:31:08.721Z 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`
12802024-06-05T16:31:08.775Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-3cba3e4111e6a12c/build-script-build`
12812024-06-05T16:31:08.806Z 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`
12822024-06-05T16:31:08.836Z 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`
12832024-06-05T16:31:08.862Z Compiling smallvec v1.13.2
12842024-06-05T16:31:08.863Z 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`
12852024-06-05T16:31:08.887Z Dirty parking_lot_core v0.9.10: the rustflags changed
12862024-06-05T16:31:08.888Z Compiling parking_lot_core v0.9.10
12872024-06-05T16:31:08.888Z Dirty pin-project-lite v0.2.14: the rustflags changed
12882024-06-05T16:31:08.888Z Compiling pin-project-lite v0.2.14
12892024-06-05T16:31:08.888Z 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`
12902024-06-05T16:31:08.888Z 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`
12912024-06-05T16:31:08.913Z Dirty lock_api v0.4.12: the rustflags changed
12922024-06-05T16:31:08.913Z Compiling lock_api v0.4.12
12932024-06-05T16:31:08.913Z 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`
12942024-06-05T16:31:08.938Z Compiling libm v0.2.8
12952024-06-05T16:31:08.938Z 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`
12962024-06-05T16:31:09.004Z Compiling num-traits v0.2.19
12972024-06-05T16:31:09.029Z 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`
12982024-06-05T16:31:09.177Z Dirty cc v1.0.97: the rustflags changed
12992024-06-05T16:31:09.177Z Compiling cc v1.0.97
13002024-06-05T16:31:09.207Z 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`
13012024-06-05T16:31:09.207Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-4af9be3a59741d39/build-script-build`
13022024-06-05T16:31:09.274Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-095fcd23f830a54d/build-script-build`
13032024-06-05T16:31:09.300Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-8d46e527a12f1bac/build-script-build`
13042024-06-05T16:31:09.325Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-e2a2ec7d9b6a4b62/build-script-build`
13052024-06-05T16:31:09.354Z 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`
13062024-06-05T16:31:09.379Z Dirty thiserror v1.0.60: the rustflags changed
13072024-06-05T16:31:09.379Z Compiling thiserror v1.0.60
13082024-06-05T16:31:09.379Z 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`
13092024-06-05T16:31:09.379Z 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`
13102024-06-05T16:31:09.518Z Dirty quote v1.0.36: the rustflags changed
13112024-06-05T16:31:09.518Z Compiling quote v1.0.36
13122024-06-05T16:31:09.546Z 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`
13132024-06-05T16:31:09.645Z Compiling ahash v0.8.11
13142024-06-05T16:31:09.677Z 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`
13152024-06-05T16:31:09.797Z Compiling getrandom v0.2.14
13162024-06-05T16:31:09.836Z 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`
13172024-06-05T16:31:09.902Z Compiling syn v2.0.64
13182024-06-05T16:31:09.927Z 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`
13192024-06-05T16:31:09.965Z 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`
13202024-06-05T16:31:10.054Z Compiling rand_core v0.6.4
13212024-06-05T16:31:10.085Z 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`
13222024-06-05T16:31:10.160Z 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`
13232024-06-05T16:31:10.232Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-b87d92f35a7ebd14/build-script-build`
13242024-06-05T16:31:10.258Z Dirty signal-hook-registry v1.4.2: the rustflags changed
13252024-06-05T16:31:10.258Z Compiling signal-hook-registry v1.4.2
13262024-06-05T16:31:10.258Z 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`
13272024-06-05T16:31:10.454Z Compiling parking_lot v0.12.2
13282024-06-05T16:31:10.480Z 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`
13292024-06-05T16:31:10.505Z Compiling mio v0.8.11
13302024-06-05T16:31:10.505Z 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`
13312024-06-05T16:31:10.532Z Dirty ryu v1.0.18: the rustflags changed
13322024-06-05T16:31:10.532Z Compiling ryu v1.0.18
13332024-06-05T16:31:10.572Z 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`
13342024-06-05T16:31:10.573Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-f38055c8d994fd52/build-script-build`
13352024-06-05T16:31:10.619Z Dirty num_cpus v1.16.0: the rustflags changed
13362024-06-05T16:31:10.619Z Compiling num_cpus v1.16.0
13372024-06-05T16:31:10.658Z 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`
13382024-06-05T16:31:10.736Z Dirty typenum v1.17.0: the rustflags changed
13392024-06-05T16:31:10.736Z Compiling typenum v1.17.0
13402024-06-05T16:31:10.761Z 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`
13412024-06-05T16:31:10.814Z Dirty futures-core v0.3.30: the rustflags changed
13422024-06-05T16:31:10.814Z Compiling futures-core v0.3.30
13432024-06-05T16:31:10.839Z 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`
13442024-06-05T16:31:10.999Z Compiling allocator-api2 v0.2.18
13452024-06-05T16:31:11.025Z 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`
13462024-06-05T16:31:11.025Z Dirty socket2 v0.5.7: the rustflags changed
13472024-06-05T16:31:11.025Z Compiling socket2 v0.5.7
13482024-06-05T16:31:11.025Z 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`
13492024-06-05T16:31:11.253Z Compiling generic-array v0.14.7
13502024-06-05T16:31:11.278Z 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`
13512024-06-05T16:31:11.547Z Compiling serde_json v1.0.117
13522024-06-05T16:31:11.576Z 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`
13532024-06-05T16:31:11.605Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-25df682b96f0072c/build-script-build`
13542024-06-05T16:31:11.645Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-27eeebb75c45b94d/build-script-main`
13552024-06-05T16:31:11.670Z Compiling subtle v2.5.0
13562024-06-05T16:31:11.670Z 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`
13572024-06-05T16:31:11.700Z Dirty equivalent v1.0.1: the rustflags changed
13582024-06-05T16:31:11.700Z Compiling equivalent v1.0.1
13592024-06-05T16:31:11.700Z 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`
13602024-06-05T16:31:11.783Z Dirty futures-sink v0.3.30: the rustflags changed
13612024-06-05T16:31:11.784Z Compiling futures-sink v0.3.30
13622024-06-05T16:31:11.809Z Dirty slab v0.4.9: the rustflags changed
13632024-06-05T16:31:11.809Z Compiling slab v0.4.9
13642024-06-05T16:31:11.809Z 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`
13652024-06-05T16:31:11.809Z 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`
13662024-06-05T16:31:11.834Z 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`
13672024-06-05T16:31:11.859Z Dirty fnv v1.0.7: the rustflags changed
13682024-06-05T16:31:11.859Z Compiling fnv v1.0.7
13692024-06-05T16:31:11.886Z 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`
13702024-06-05T16:31:11.886Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-99bfbf8c0a37708f/build-script-build`
13712024-06-05T16:31:11.911Z Dirty futures-channel v0.3.30: the rustflags changed
13722024-06-05T16:31:11.911Z Compiling futures-channel v0.3.30
13732024-06-05T16:31:11.911Z 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`
13742024-06-05T16:31:11.938Z Dirty pin-utils v0.1.0: the rustflags changed
13752024-06-05T16:31:11.938Z Compiling pin-utils v0.1.0
13762024-06-05T16:31:11.938Z 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`
13772024-06-05T16:31:11.972Z Dirty futures-task v0.3.30: the rustflags changed
13782024-06-05T16:31:11.973Z Compiling futures-task v0.3.30
13792024-06-05T16:31:12.006Z 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`
13802024-06-05T16:31:12.007Z Compiling syn v1.0.109
13812024-06-05T16:31:12.007Z 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`
13822024-06-05T16:31:12.035Z Dirty futures-io v0.3.30: the rustflags changed
13832024-06-05T16:31:12.035Z Compiling futures-io v0.3.30
13842024-06-05T16:31:12.035Z 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`
13852024-06-05T16:31:12.105Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-f1ebead8b418469f/build-script-build`
13862024-06-05T16:31:12.147Z Compiling const-oid v0.9.6
13872024-06-05T16:31:12.172Z 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`
13882024-06-05T16:31:12.233Z Compiling regex-syntax v0.8.3
13892024-06-05T16:31:12.260Z 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`
13902024-06-05T16:31:12.285Z 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`
13912024-06-05T16:31:12.286Z Compiling aho-corasick v1.1.3
13922024-06-05T16:31:12.286Z 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`
13932024-06-05T16:31:12.311Z Compiling iana-time-zone v0.1.60
13942024-06-05T16:31:12.311Z 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`
13952024-06-05T16:31:12.559Z Compiling spin v0.5.2
13962024-06-05T16:31:12.588Z 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`
13972024-06-05T16:31:12.614Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-9135e84cd8615b52/build-script-build`
13982024-06-05T16:31:12.663Z 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`
13992024-06-05T16:31:12.716Z Dirty semver v1.0.23: the rustflags changed
14002024-06-05T16:31:12.716Z Compiling semver v1.0.23
14012024-06-05T16:31:12.744Z 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`
14022024-06-05T16:31:12.769Z Dirty tinyvec_macros v0.1.1: the rustflags changed
14032024-06-05T16:31:12.769Z Compiling tinyvec_macros v0.1.1
14042024-06-05T16:31:12.769Z 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`
14052024-06-05T16:31:12.851Z Dirty tinyvec v1.6.0: the rustflags changed
14062024-06-05T16:31:12.852Z Compiling tinyvec v1.6.0
14072024-06-05T16:31:12.892Z 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`
14082024-06-05T16:31:13.152Z Dirty pkg-config v0.3.30: the rustflags changed
14092024-06-05T16:31:13.152Z Compiling pkg-config v0.3.30
14102024-06-05T16:31:13.178Z 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`
14112024-06-05T16:31:13.203Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-a46954a1d6188817/build-script-build`
14122024-06-05T16:31:13.240Z Compiling ppv-lite86 v0.2.17
14132024-06-05T16:31:13.265Z 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`
14142024-06-05T16:31:13.658Z Compiling lazy_static v1.4.0
14152024-06-05T16:31:13.687Z 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`
14162024-06-05T16:31:13.758Z Dirty cpufeatures v0.2.12: the rustflags changed
14172024-06-05T16:31:13.758Z Compiling cpufeatures v0.2.12
14182024-06-05T16:31:13.786Z 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`
14192024-06-05T16:31:13.851Z Compiling schemars v0.8.20
14202024-06-05T16:31:13.876Z 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`
14212024-06-05T16:31:13.877Z Compiling dyn-clone v1.0.17
14222024-06-05T16:31:13.877Z 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`
14232024-06-05T16:31:14.044Z Compiling unicode-normalization v0.1.23
14242024-06-05T16:31:14.069Z 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`
14252024-06-05T16:31:14.094Z Compiling unicode-bidi v0.3.15
14262024-06-05T16:31:14.094Z 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`
14272024-06-05T16:31:14.182Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-5001bcccabd27358/build-script-build`
14282024-06-05T16:31:14.232Z Dirty tracing-core v0.1.32: the rustflags changed
14292024-06-05T16:31:14.232Z Compiling tracing-core v0.1.32
14302024-06-05T16:31:14.272Z 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`
14312024-06-05T16:31:14.471Z Dirty rustix v0.38.34: the rustflags changed
14322024-06-05T16:31:14.471Z Compiling rustix v0.38.34
14332024-06-05T16:31:14.496Z 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`
14342024-06-05T16:31:14.903Z Compiling rand_chacha v0.3.1
14352024-06-05T16:31:14.929Z 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`
14362024-06-05T16:31:15.161Z Compiling regex-automata v0.4.6
14372024-06-05T16:31:15.186Z 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`
14382024-06-05T16:31:15.364Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-d971cc53717d749f/build-script-build`
14392024-06-05T16:31:15.451Z Dirty errno v0.3.9: the rustflags changed
14402024-06-05T16:31:15.451Z Compiling errno v0.3.9
14412024-06-05T16:31:15.477Z 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`
14422024-06-05T16:31:15.477Z Dirty percent-encoding v2.3.1: the rustflags changed
14432024-06-05T16:31:15.477Z Compiling percent-encoding v2.3.1
14442024-06-05T16:31:15.502Z 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`
14452024-06-05T16:31:15.654Z Dirty heck v0.4.1: the rustflags changed
14462024-06-05T16:31:15.654Z Compiling heck v0.4.1
14472024-06-05T16:31:15.684Z 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`
14482024-06-05T16:31:15.783Z Compiling rand v0.8.5
14492024-06-05T16:31:15.822Z 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`
14502024-06-05T16:31:16.053Z Compiling serde_derive_internals v0.29.1
14512024-06-05T16:31:16.081Z 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`
14522024-06-05T16:31:16.660Z Compiling spin v0.9.8
14532024-06-05T16:31:16.685Z 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`
14542024-06-05T16:31:16.975Z Dirty form_urlencoded v1.2.1: the rustflags changed
14552024-06-05T16:31:16.975Z Compiling form_urlencoded v1.2.1
14562024-06-05T16:31:17.002Z 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`
14572024-06-05T16:31:17.059Z Dirty powerfmt v0.2.0: the rustflags changed
14582024-06-05T16:31:17.059Z Compiling powerfmt v0.2.0
14592024-06-05T16:31:17.084Z 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`
14602024-06-05T16:31:17.290Z Dirty httparse v1.8.0: the rustflags changed
14612024-06-05T16:31:17.290Z Compiling httparse v1.8.0
14622024-06-05T16:31:17.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/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`
14632024-06-05T16:31:17.500Z Dirty num-conv v0.1.0: the rustflags changed
14642024-06-05T16:31:17.500Z Compiling num-conv v0.1.0
14652024-06-05T16:31:17.529Z 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`
14662024-06-05T16:31:17.644Z Dirty time-core v0.1.2: the rustflags changed
14672024-06-05T16:31:17.644Z Compiling time-core v0.1.2
14682024-06-05T16:31:17.669Z 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`
14692024-06-05T16:31:17.782Z Dirty deranged v0.3.11: the rustflags changed
14702024-06-05T16:31:17.782Z Compiling deranged v0.3.11
14712024-06-05T16:31:17.812Z 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`
14722024-06-05T16:31:17.843Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-b68e58fa5461d0d8/build-script-build`
14732024-06-05T16:31:17.844Z Compiling time-macros v0.2.18
14742024-06-05T16:31:17.844Z 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`
14752024-06-05T16:31:17.875Z Compiling ring v0.17.8
14762024-06-05T16:31:17.875Z 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`
14772024-06-05T16:31:18.314Z Dirty num_threads v0.1.7: the rustflags changed
14782024-06-05T16:31:18.314Z Compiling num_threads v0.1.7
14792024-06-05T16:31:18.314Z 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`
14802024-06-05T16:31:18.314Z 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`
14812024-06-05T16:31:18.753Z Compiling idna v0.5.0
14822024-06-05T16:31:18.753Z 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`
14832024-06-05T16:31:18.753Z Compiling unicode-width v0.1.12
14842024-06-05T16:31:18.753Z 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`
14852024-06-05T16:31:18.842Z Compiling either v1.12.0
14862024-06-05T16:31:18.870Z 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`
14872024-06-05T16:31:18.962Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-dae6dd42be0e067a/build-script-build`
14882024-06-05T16:31:19.195Z Compiling untrusted v0.9.0
14892024-06-05T16:31:19.220Z 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`
14902024-06-05T16:31:19.366Z Compiling url v2.5.0
14912024-06-05T16:31:19.394Z 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`
14922024-06-05T16:31:19.424Z Dirty rustversion v1.0.17: the rustflags changed
14932024-06-05T16:31:19.424Z Compiling rustversion v1.0.17
14942024-06-05T16:31:19.449Z 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`
14952024-06-05T16:31:20.032Z Compiling regex v1.10.4
14962024-06-05T16:31:20.064Z 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`
14972024-06-05T16:31:20.152Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-0231db8ead83e2b9/build-script-build`
14982024-06-05T16:31:20.225Z Compiling slog v2.7.0
14992024-06-05T16:31:20.252Z 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`
15002024-06-05T16:31:20.688Z Dirty vcpkg v0.2.15: the rustflags changed
15012024-06-05T16:31:20.688Z Compiling vcpkg v0.2.15
15022024-06-05T16:31:20.718Z 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`
15032024-06-05T16:31:20.816Z Compiling time v0.3.36
15042024-06-05T16:31:20.842Z 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`
15052024-06-05T16:31:21.013Z Dirty adler v1.0.2: the rustflags changed
15062024-06-05T16:31:21.013Z Compiling adler v1.0.2
15072024-06-05T16:31:21.041Z 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`
15082024-06-05T16:31:21.079Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-f19229a953384392/build-script-build`
15092024-06-05T16:31:21.560Z Dirty miniz_oxide v0.7.2: the rustflags changed
15102024-06-05T16:31:21.560Z Compiling miniz_oxide v0.7.2
15112024-06-05T16:31:21.585Z 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`
15122024-06-05T16:31:21.585Z 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`
15132024-06-05T16:31:21.641Z 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`
15142024-06-05T16:31:22.406Z Compiling serde_derive v1.0.203
15152024-06-05T16:31:22.431Z 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`
15162024-06-05T16:31:22.536Z Compiling zerocopy-derive v0.7.34
15172024-06-05T16:31:22.561Z 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`
15182024-06-05T16:31:22.641Z Compiling zeroize_derive v1.4.2
15192024-06-05T16:31:22.669Z 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`
15202024-06-05T16:31:22.669Z Compiling thiserror-impl v1.0.60
15212024-06-05T16:31:22.669Z 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`
15222024-06-05T16:31:24.123Z Compiling zeroize v1.7.0
15232024-06-05T16:31:24.148Z 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`
15242024-06-05T16:31:24.460Z Compiling tokio-macros v2.2.0
15252024-06-05T16:31:24.486Z 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`
15262024-06-05T16:31:24.645Z Compiling zerocopy v0.7.34
15272024-06-05T16:31:24.671Z 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`
15282024-06-05T16:31:24.921Z 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`
15292024-06-05T16:31:25.057Z Compiling futures-macro v0.3.30
15302024-06-05T16:31:25.085Z 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`
15312024-06-05T16:31:25.444Z Compiling schemars_derive v0.8.20
15322024-06-05T16:31:25.475Z 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`
15332024-06-05T16:31:26.048Z 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`
15342024-06-05T16:31:26.074Z Compiling tracing-attributes v0.1.27
15352024-06-05T16:31:26.074Z 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`
15362024-06-05T16:31:26.075Z 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"'`
15372024-06-05T16:31:26.075Z Compiling crypto-common v0.1.6
15382024-06-05T16:31:26.075Z Compiling block-buffer v0.10.4
15392024-06-05T16:31:26.075Z 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`
15402024-06-05T16:31:26.075Z 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`
15412024-06-05T16:31:26.276Z Compiling digest v0.10.7
15422024-06-05T16:31:26.304Z 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`
15432024-06-05T16:31:26.329Z Dirty openssl-sys v0.9.102: the rustflags changed
15442024-06-05T16:31:26.330Z Compiling openssl-sys v0.9.102
15452024-06-05T16:31:26.330Z 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`
15462024-06-05T16:31:26.449Z Compiling hashbrown v0.14.5
15472024-06-05T16:31:26.474Z 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`
15482024-06-05T16:31:26.474Z Dirty base64 v0.21.7: the rustflags changed
15492024-06-05T16:31:26.474Z Compiling base64 v0.21.7
15502024-06-05T16:31:26.474Z 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`
15512024-06-05T16:31:26.692Z Dirty heck v0.5.0: the rustflags changed
15522024-06-05T16:31:26.692Z Compiling heck v0.5.0
15532024-06-05T16:31:26.718Z 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`
15542024-06-05T16:31:26.963Z Compiling futures-util v0.3.30
15552024-06-05T16:31:26.988Z 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`
15562024-06-05T16:31:27.117Z Dirty try-lock v0.2.5: the rustflags changed
15572024-06-05T16:31:27.118Z Compiling try-lock v0.2.5
15582024-06-05T16:31:27.146Z 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`
15592024-06-05T16:31:27.146Z Compiling async-trait v0.1.80
15602024-06-05T16:31:27.146Z 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`
15612024-06-05T16:31:27.251Z Dirty want v0.3.1: the rustflags changed
15622024-06-05T16:31:27.252Z Compiling want v0.3.1
15632024-06-05T16:31:27.277Z 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`
15642024-06-05T16:31:27.277Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-33ed2822f879be84/build-script-main`
15652024-06-05T16:31:27.415Z 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`
15662024-06-05T16:31:27.539Z Dirty tower-service v0.3.2: the rustflags changed
15672024-06-05T16:31:27.539Z Compiling tower-service v0.3.2
15682024-06-05T16:31:27.569Z 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`
15692024-06-05T16:31:27.659Z Compiling base64ct v1.6.0
15702024-06-05T16:31:27.697Z 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`
15712024-06-05T16:31:27.728Z Dirty httpdate v1.0.3: the rustflags changed
15722024-06-05T16:31:27.728Z Compiling httpdate v1.0.3
15732024-06-05T16:31:27.728Z 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`
15742024-06-05T16:31:28.120Z Dirty foreign-types-shared v0.1.1: the rustflags changed
15752024-06-05T16:31:28.120Z Compiling foreign-types-shared v0.1.1
15762024-06-05T16:31:28.148Z 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`
15772024-06-05T16:31:28.195Z Dirty openssl v0.10.64: the rustflags changed
15782024-06-05T16:31:28.196Z Compiling openssl v0.10.64
15792024-06-05T16:31:28.223Z Dirty openssl-probe v0.1.5: the rustflags changed
15802024-06-05T16:31:28.223Z Compiling openssl-probe v0.1.5
15812024-06-05T16:31:28.223Z 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`
15822024-06-05T16:31:28.223Z 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`
15832024-06-05T16:31:28.251Z Dirty foreign-types v0.3.2: the rustflags changed
15842024-06-05T16:31:28.251Z Compiling foreign-types v0.3.2
15852024-06-05T16:31:28.251Z 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`
15862024-06-05T16:31:28.341Z 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`
15872024-06-05T16:31:28.432Z Compiling openssl-macros v0.1.1
15882024-06-05T16:31:28.463Z 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`
15892024-06-05T16:31:28.506Z Compiling backtrace v0.3.71
15902024-06-05T16:31:28.532Z 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`
15912024-06-05T16:31:28.629Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-322e0cb3647e37e1/build-script-build`
15922024-06-05T16:31:28.656Z Compiling crossbeam-utils v0.8.19
15932024-06-05T16:31:28.682Z 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`
15942024-06-05T16:31:28.944Z Dirty mime v0.3.17: the rustflags changed
15952024-06-05T16:31:28.944Z Compiling mime v0.3.17
15962024-06-05T16:31:28.973Z 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`
15972024-06-05T16:31:29.236Z Compiling gimli v0.28.1
15982024-06-05T16:31:29.271Z 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`
15992024-06-05T16:31:29.271Z Dirty ipnet v2.9.0: the rustflags changed
16002024-06-05T16:31:29.271Z Compiling ipnet v2.9.0
16012024-06-05T16:31:29.271Z 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`
16022024-06-05T16:31:29.307Z Compiling tracing v0.1.40
16032024-06-05T16:31:29.335Z 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`
16042024-06-05T16:31:29.474Z Dirty strsim v0.11.1: the rustflags changed
16052024-06-05T16:31:29.475Z Compiling strsim v0.11.1
16062024-06-05T16:31:29.500Z 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`
16072024-06-05T16:31:29.525Z 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`
16082024-06-05T16:31:29.550Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-bdd76902b9dc9574/build-script-build`
16092024-06-05T16:31:29.575Z Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-5ec7fdb506f70d5d/build-script-build`
16102024-06-05T16:31:29.600Z Compiling object v0.32.2
16112024-06-05T16:31:29.631Z 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`
16122024-06-05T16:31:29.771Z Compiling rustls v0.21.12
16132024-06-05T16:31:29.797Z 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`
16142024-06-05T16:31:29.846Z Dirty native-tls v0.2.11: the rustflags changed
16152024-06-05T16:31:29.847Z Compiling native-tls v0.2.11
16162024-06-05T16:31:29.874Z 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`
16172024-06-05T16:31:30.041Z Compiling rustc-demangle v0.1.24
16182024-06-05T16:31:30.067Z 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`
16192024-06-05T16:31:30.165Z Compiling anyhow v1.0.86
16202024-06-05T16:31:30.190Z 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`
16212024-06-05T16:31:30.303Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-dd402baa13a09a10/build-script-build`
16222024-06-05T16:31:30.334Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-bc80f71c69e9b6e8/build-script-build`
16232024-06-05T16:31:30.360Z 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`
16242024-06-05T16:31:30.387Z Compiling rustls-webpki v0.101.7
16252024-06-05T16:31:30.387Z 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`
16262024-06-05T16:31:30.703Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-3526ed6e7ec9351c/build-script-build`
16272024-06-05T16:31:30.916Z Compiling sct v0.7.1
16282024-06-05T16:31:30.945Z 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`
16292024-06-05T16:31:30.973Z Compiling cookie v0.17.0
16302024-06-05T16:31:30.973Z 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`
16312024-06-05T16:31:31.190Z Compiling winnow v0.5.40
16322024-06-05T16:31:31.639Z 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`
16332024-06-05T16:31:31.640Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-a372cc94cab348de/build-script-build`
16342024-06-05T16:31:31.640Z 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`
16352024-06-05T16:31:31.640Z Compiling pem-rfc7468 v0.7.0
16362024-06-05T16:31:31.640Z 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`
16372024-06-05T16:31:32.017Z Compiling futures-executor v0.3.30
16382024-06-05T16:31:32.044Z 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`
16392024-06-05T16:31:32.104Z Compiling der_derive v0.7.2
16402024-06-05T16:31:32.135Z 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`
16412024-06-05T16:31:32.269Z Compiling futures v0.3.30
16422024-06-05T16:31:32.298Z 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`
16432024-06-05T16:31:32.411Z Compiling idna v0.3.0
16442024-06-05T16:31:32.438Z 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`
16452024-06-05T16:31:32.567Z Dirty encoding_rs v0.8.34: the rustflags changed
16462024-06-05T16:31:32.567Z Compiling encoding_rs v0.8.34
16472024-06-05T16:31:32.593Z 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`
16482024-06-05T16:31:33.422Z Compiling addr2line v0.21.0
16492024-06-05T16:31:33.452Z 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`
16502024-06-05T16:31:33.774Z Compiling psl-types v2.0.11
16512024-06-05T16:31:33.799Z 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`
16522024-06-05T16:31:33.950Z Dirty utf8parse v0.2.1: the rustflags changed
16532024-06-05T16:31:33.950Z Compiling utf8parse v0.2.1
16542024-06-05T16:31:33.975Z 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`
16552024-06-05T16:31:34.001Z Compiling ucd-trie v0.1.6
16562024-06-05T16:31:34.001Z 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`
16572024-06-05T16:31:34.120Z Compiling flagset v0.4.5
16582024-06-05T16:31:34.145Z 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`
16592024-06-05T16:31:34.313Z Compiling pest v2.7.10
16602024-06-05T16:31:34.344Z 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`
16612024-06-05T16:31:34.422Z Compiling bytes v1.6.0
16622024-06-05T16:31:34.447Z 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`
16632024-06-05T16:31:34.494Z Compiling bitflags v2.5.0
16642024-06-05T16:31:34.523Z 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`
16652024-06-05T16:31:34.574Z 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`
16662024-06-05T16:31:34.756Z Compiling indexmap v2.2.6
16672024-06-05T16:31:35.272Z 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`
16682024-06-05T16:31:35.272Z Compiling chrono v0.4.38
16692024-06-05T16:31:35.272Z 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-05T16:31:35.483Z Compiling tokio v1.37.0
16712024-06-05T16:31:35.508Z 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`
16722024-06-05T16:31:35.674Z Compiling uuid v1.8.0
16732024-06-05T16:31:35.705Z 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`
16742024-06-05T16:31:35.897Z 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`
16752024-06-05T16:31:36.267Z 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`
16762024-06-05T16:31:36.570Z Compiling http v0.2.12
16772024-06-05T16:31:36.605Z 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`
16782024-06-05T16:31:36.805Z 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`
16792024-06-05T16:31:36.868Z Compiling serde_spanned v0.6.6
16802024-06-05T16:31:36.894Z 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`
16812024-06-05T16:31:37.082Z Compiling toml_datetime v0.6.6
16822024-06-05T16:31:37.114Z 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`
16832024-06-05T16:31:37.188Z Compiling serde_tokenstream v0.2.0
16842024-06-05T16:31:37.213Z 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`
16852024-06-05T16:31:37.529Z 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`
16862024-06-05T16:31:37.664Z 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`
16872024-06-05T16:31:38.096Z Compiling http-body v0.4.6
16882024-06-05T16:31:38.121Z 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`
16892024-06-05T16:31:38.480Z 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`
16902024-06-05T16:31:38.748Z Compiling toml_edit v0.19.15
16912024-06-05T16:31:38.773Z 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`
16922024-06-05T16:31:38.773Z Compiling serde_urlencoded v0.7.1
16932024-06-05T16:31:38.774Z 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`
16942024-06-05T16:31:39.192Z Compiling rustc_version v0.4.0
16952024-06-05T16:31:39.236Z 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`
16962024-06-05T16:31:39.237Z Compiling der v0.7.9
16972024-06-05T16:31:39.237Z 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`
16982024-06-05T16:31:39.266Z Compiling publicsuffix v2.2.3
16992024-06-05T16:31:39.291Z 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`
17002024-06-05T16:31:39.481Z 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`
17012024-06-05T16:31:39.845Z Compiling pest_meta v2.7.10
17022024-06-05T16:31:39.869Z 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`
17032024-06-05T16:31:39.972Z Compiling cookie_store v0.20.0
17042024-06-05T16:31:39.997Z 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`
17052024-06-05T16:31:40.422Z Dirty rustls-pemfile v1.0.4: the rustflags changed
17062024-06-05T16:31:40.422Z Compiling rustls-pemfile v1.0.4
17072024-06-05T16:31:40.448Z 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`
17082024-06-05T16:31:40.715Z Compiling scroll_derive v0.12.0
17092024-06-05T16:31:40.741Z 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`
17102024-06-05T16:31:40.796Z Compiling data-encoding v2.6.0
17112024-06-05T16:31:40.821Z 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`
17122024-06-05T16:31:41.270Z Compiling spki v0.7.3
17132024-06-05T16:31:41.295Z 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`
17142024-06-05T16:31:41.604Z Dirty anstyle v1.0.7: the rustflags changed
17152024-06-05T16:31:41.604Z Compiling anstyle v1.0.7
17162024-06-05T16:31:41.631Z 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`
17172024-06-05T16:31:41.988Z Compiling webpki-roots v0.25.4
17182024-06-05T16:31:42.020Z 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`
17192024-06-05T16:31:42.020Z Dirty sync_wrapper v0.1.2: the rustflags changed
17202024-06-05T16:31:42.020Z Compiling sync_wrapper v0.1.2
17212024-06-05T16:31:42.020Z 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`
17222024-06-05T16:31:42.123Z Compiling scroll v0.12.0
17232024-06-05T16:31:42.149Z 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`
17242024-06-05T16:31:42.149Z Compiling pest_generator v2.7.10
17252024-06-05T16:31:42.150Z Compiling openapiv3 v2.0.0
17262024-06-05T16:31:42.150Z 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`
17272024-06-05T16:31:42.177Z 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`
17282024-06-05T16:31:43.086Z Compiling tokio-util v0.7.11
17292024-06-05T16:31:43.116Z 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`
17302024-06-05T16:31:43.117Z 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`
17312024-06-05T16:31:43.355Z Compiling tokio-native-tls v0.3.1
17322024-06-05T16:31:43.789Z 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`
17332024-06-05T16:31:43.789Z Compiling h2 v0.3.26
17342024-06-05T16:31:43.790Z 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`
17352024-06-05T16:31:43.817Z Compiling tokio-rustls v0.24.1
17362024-06-05T16:31:43.817Z 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`
17372024-06-05T16:31:43.858Z Compiling sha2 v0.10.8
17382024-06-05T16:31:43.886Z 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`
17392024-06-05T16:31:44.151Z Compiling bitflags v1.3.2
17402024-06-05T16:31:44.179Z 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`
17412024-06-05T16:31:44.246Z Compiling plain v0.2.3
17422024-06-05T16:31:44.271Z 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`
17432024-06-05T16:31:44.271Z Compiling pest_derive v2.7.10
17442024-06-05T16:31:44.315Z 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`
17452024-06-05T16:31:44.806Z Compiling goblin v0.8.2
17462024-06-05T16:31:45.247Z 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`
17472024-06-05T16:31:45.247Z Compiling pkcs8 v0.10.2
17482024-06-05T16:31:45.247Z 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`
17492024-06-05T16:31:45.276Z Compiling hmac v0.12.1
17502024-06-05T16:31:45.277Z 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`
17512024-06-05T16:31:45.303Z Compiling usdt-impl v0.5.0
17522024-06-05T16:31:45.303Z 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`
17532024-06-05T16:31:45.328Z Dirty crc32fast v1.4.0: the rustflags changed
17542024-06-05T16:31:45.329Z Compiling crc32fast v1.4.0
17552024-06-05T16:31:45.329Z 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`
17562024-06-05T16:31:45.514Z Compiling bit-vec v0.6.3
17572024-06-05T16:31:45.539Z 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`
17582024-06-05T16:31:45.615Z Compiling pretty-hex v0.4.1
17592024-06-05T16:31:45.643Z 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`
17602024-06-05T16:31:45.791Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-c699cf63ed344068/build-script-build`
17612024-06-05T16:31:45.821Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-beb49674faa1392d/build-script-build`
17622024-06-05T16:31:45.848Z Compiling dtrace-parser v0.2.0
17632024-06-05T16:31:45.848Z 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`
17642024-06-05T16:31:45.874Z Dirty anstyle-parse v0.2.4: the rustflags changed
17652024-06-05T16:31:45.874Z Compiling anstyle-parse v0.2.4
17662024-06-05T16:31:45.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`
17672024-06-05T16:31:45.911Z Compiling num-integer v0.1.46
17682024-06-05T16:31:45.937Z 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`
17692024-06-05T16:31:45.964Z Compiling thread-id v4.2.1
17702024-06-05T16:31:45.964Z 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`
17712024-06-05T16:31:46.070Z Dirty is_terminal_polyfill v1.70.0: the rustflags changed
17722024-06-05T16:31:46.070Z Compiling is_terminal_polyfill v1.70.0
17732024-06-05T16:31:46.102Z 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`
17742024-06-05T16:31:46.159Z Dirty colorchoice v1.0.1: the rustflags changed
17752024-06-05T16:31:46.159Z Compiling colorchoice v1.0.1
17762024-06-05T16:31:46.607Z 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`
17772024-06-05T16:31:46.607Z Dirty anstyle-query v1.0.3: the rustflags changed
17782024-06-05T16:31:46.607Z Compiling anstyle-query v1.0.3
17792024-06-05T16:31:46.637Z 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`
17802024-06-05T16:31:46.637Z Dirty anstream v0.6.14: the rustflags changed
17812024-06-05T16:31:46.637Z Compiling anstream v0.6.14
17822024-06-05T16:31:46.637Z 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`
17832024-06-05T16:31:46.637Z 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`
17842024-06-05T16:31:46.637Z Compiling terminal_size v0.3.0
17852024-06-05T16:31:46.637Z 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`
17862024-06-05T16:31:46.637Z Compiling block-padding v0.3.3
17872024-06-05T16:31:46.637Z 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`
17882024-06-05T16:31:46.637Z Dirty clap_lex v0.7.0: the rustflags changed
17892024-06-05T16:31:46.637Z Compiling clap_lex v0.7.0
17902024-06-05T16:31:46.637Z 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`
17912024-06-05T16:31:46.638Z Compiling unicode-segmentation v1.11.0
17922024-06-05T16:31:46.638Z 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`
17932024-06-05T16:31:46.768Z Compiling inout v0.1.3
17942024-06-05T16:31:46.796Z 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`
17952024-06-05T16:31:46.983Z Compiling clap_builder v4.5.2
17962024-06-05T16:31:47.012Z 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`
17972024-06-05T16:31:47.037Z Compiling clap_derive v4.5.4
17982024-06-05T16:31:47.037Z 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`
17992024-06-05T16:31:47.101Z Compiling siphasher v0.3.11
18002024-06-05T16:31:47.128Z 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`
18012024-06-05T16:31:47.327Z Compiling cipher v0.4.4
18022024-06-05T16:31:47.360Z 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`
18032024-06-05T16:31:47.478Z Compiling hex v0.4.3
18042024-06-05T16:31:47.503Z 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`
18052024-06-05T16:31:47.747Z Compiling crossbeam-epoch v0.9.18
18062024-06-05T16:31:47.773Z 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`
18072024-06-05T16:31:47.807Z Compiling itertools v0.10.5
18082024-06-05T16:31:47.832Z 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`
18092024-06-05T16:31:47.973Z Compiling memmap v0.7.0
18102024-06-05T16:31:47.998Z 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`
18112024-06-05T16:31:48.278Z Dirty winnow v0.6.8: the rustflags changed
18122024-06-05T16:31:48.278Z Compiling winnow v0.6.8
18132024-06-05T16:31:48.304Z 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`
18142024-06-05T16:31:48.407Z Compiling stable_deref_trait v1.2.0
18152024-06-05T16:31:48.438Z Dirty flate2 v1.0.30: the rustflags changed
18162024-06-05T16:31:48.438Z Compiling flate2 v1.0.30
18172024-06-05T16:31:48.438Z 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`
18182024-06-05T16:31:48.438Z 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`
18192024-06-05T16:31:48.515Z Compiling bit-set v0.5.3
18202024-06-05T16:31:48.540Z 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`
18212024-06-05T16:31:48.752Z Compiling itertools v0.12.1
18222024-06-05T16:31:48.777Z 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`
18232024-06-05T16:31:49.244Z Compiling hyper v0.14.28
18242024-06-05T16:31:49.269Z 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`
18252024-06-05T16:31:50.131Z Compiling dof v0.3.0
18262024-06-05T16:31:50.156Z 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`
18272024-06-05T16:31:51.200Z 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`
18282024-06-05T16:31:51.322Z Compiling clap v4.5.4
18292024-06-05T16:31:51.347Z 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`
18302024-06-05T16:31:51.378Z Compiling toml_edit v0.22.13
18312024-06-05T16:31:51.378Z 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`
18322024-06-05T16:31:51.429Z Compiling ff v0.13.0
18332024-06-05T16:31:51.454Z 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`
18342024-06-05T16:31:51.616Z Compiling base16ct v0.2.0
18352024-06-05T16:31:51.642Z 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`
18362024-06-05T16:31:51.921Z Compiling sec1 v0.7.3
18372024-06-05T16:31:51.946Z 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`
18382024-06-05T16:31:52.026Z Compiling group v0.13.0
18392024-06-05T16:31:52.051Z 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`
18402024-06-05T16:31:52.319Z Compiling hkdf v0.12.4
18412024-06-05T16:31:52.344Z 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`
18422024-06-05T16:31:52.372Z Compiling toml v0.7.8
18432024-06-05T16:31:52.400Z 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`
18442024-06-05T16:31:52.472Z Compiling ipnetwork v0.20.0
18452024-06-05T16:31:52.497Z 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`
18462024-06-05T16:31:52.591Z Compiling crypto-bigint v0.5.5
18472024-06-05T16:31:52.617Z 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`
18482024-06-05T16:31:52.651Z Compiling zerocopy-derive v0.6.6
18492024-06-05T16:31:52.676Z 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`
18502024-06-05T16:31:53.223Z Compiling fixedbitset v0.4.2
18512024-06-05T16:31:53.249Z 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`
18522024-06-05T16:31:53.361Z Compiling usdt-macro v0.5.0
18532024-06-05T16:31:53.386Z 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`
18542024-06-05T16:31:53.623Z Compiling usdt-attr-macro v0.5.0
18552024-06-05T16:31:53.648Z 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`
18562024-06-05T16:31:53.815Z Compiling signal-hook v0.3.17
18572024-06-05T16:31:53.841Z 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`
18582024-06-05T16:31:54.082Z Compiling managed v0.8.0
18592024-06-05T16:31:54.107Z 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`
18602024-06-05T16:31:54.442Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-d34d96712c379bd8/build-script-build`
18612024-06-05T16:31:54.471Z Compiling petgraph v0.6.5
18622024-06-05T16:31:54.496Z 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`
18632024-06-05T16:31:54.638Z Compiling zerocopy v0.6.6
18642024-06-05T16:31:54.666Z 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`
18652024-06-05T16:31:54.846Z Compiling hyper-tls v0.5.0
18662024-06-05T16:31:54.871Z 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`
18672024-06-05T16:31:55.123Z Compiling hyper-rustls v0.24.2
18682024-06-05T16:31:55.150Z 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`
18692024-06-05T16:31:55.176Z Compiling elliptic-curve v0.13.8
18702024-06-05T16:31:55.176Z 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`
18712024-06-05T16:31:55.275Z Compiling usdt v0.5.0
18722024-06-05T16:31:55.300Z 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`
18732024-06-05T16:31:55.339Z Compiling phf_shared v0.10.0
18742024-06-05T16:31:55.364Z 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`
18752024-06-05T16:31:55.435Z Compiling reqwest v0.11.27
18762024-06-05T16:31:55.461Z 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`
18772024-06-05T16:31:55.694Z Compiling unicode-xid v0.2.4
18782024-06-05T16:31:55.720Z 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`
18792024-06-05T16:31:55.720Z Compiling new_debug_unreachable v1.0.6
18802024-06-05T16:31:55.721Z 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`
18812024-06-05T16:31:55.815Z Compiling minimal-lexical v0.2.1
18822024-06-05T16:31:55.840Z 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`
18832024-06-05T16:31:55.865Z Compiling precomputed-hash v0.1.1
18842024-06-05T16:31:55.866Z 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`
18852024-06-05T16:31:55.912Z 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`
18862024-06-05T16:31:55.979Z Compiling string_cache v0.8.7
18872024-06-05T16:31:56.004Z 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`
18882024-06-05T16:31:56.270Z Compiling nom v7.1.3
18892024-06-05T16:31:56.295Z 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`
18902024-06-05T16:31:56.407Z Compiling num-iter v0.1.45
18912024-06-05T16:31:56.445Z 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`
18922024-06-05T16:31:56.573Z Compiling matches v0.1.10
18932024-06-05T16:31:56.599Z 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`
18942024-06-05T16:31:56.665Z Compiling static_assertions v1.1.0
18952024-06-05T16:31:56.690Z 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`
18962024-06-05T16:31:56.768Z Compiling idna v0.2.3
18972024-06-05T16:31:56.794Z 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`
18982024-06-05T16:31:56.794Z Compiling heapless v0.7.17
18992024-06-05T16:31:56.794Z 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`
19002024-06-05T16:31:57.218Z Compiling enum-as-inner v0.5.1
19012024-06-05T16:31:57.243Z 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`
19022024-06-05T16:31:57.470Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19032024-06-05T16:31:57.495Z 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`
19042024-06-05T16:31:57.637Z Compiling lalrpop-util v0.19.12
19052024-06-05T16:31:57.662Z 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`
19062024-06-05T16:31:57.836Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-584231f239a38115/build-script-build`
19072024-06-05T16:31:57.904Z Compiling signal-hook-mio v0.2.3
19082024-06-05T16:31:57.904Z 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`
19092024-06-05T16:31:57.941Z Compiling num-bigint v0.4.5
19102024-06-05T16:31:57.966Z 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`
19112024-06-05T16:31:58.047Z Compiling diesel_table_macro_syntax v0.1.0
19122024-06-05T16:31:58.073Z 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`
19132024-06-05T16:31:58.142Z Compiling scheduled-thread-pool v0.2.7
19142024-06-05T16:31:58.577Z 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`
19152024-06-05T16:31:58.604Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-d1aa2e19855dbd67/build-script-build`
19162024-06-05T16:31:58.604Z Compiling trust-dns-proto v0.22.0
19172024-06-05T16:31:58.604Z 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`
19182024-06-05T16:31:58.604Z Compiling hash32 v0.2.1
19192024-06-05T16:31:58.604Z 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`
19202024-06-05T16:31:58.604Z Compiling finl_unicode v1.2.0
19212024-06-05T16:31:58.604Z 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`
19222024-06-05T16:31:58.630Z Compiling smoltcp v0.9.1
19232024-06-05T16:31:58.630Z 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`
19242024-06-05T16:31:59.085Z Compiling predicates-core v1.0.6
19252024-06-05T16:31:59.111Z 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`
19262024-06-05T16:31:59.111Z 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`
19272024-06-05T16:31:59.111Z Compiling stringprep v0.1.4
19282024-06-05T16:31:59.111Z 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`
19292024-06-05T16:31:59.111Z Compiling diesel_derives v2.1.4
19302024-06-05T16:31:59.111Z 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`
19312024-06-05T16:31:59.259Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-fca4dce097f68fd8/build-script-build`
19322024-06-05T16:31:59.285Z Compiling r2d2 v0.8.10
19332024-06-05T16:31:59.310Z 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`
19342024-06-05T16:31:59.388Z 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`
19352024-06-05T16:31:59.589Z Compiling crossterm v0.27.0
19362024-06-05T16:31:59.615Z 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`
19372024-06-05T16:31:59.644Z Compiling md-5 v0.10.6
19382024-06-05T16:31:59.644Z 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`
19392024-06-05T16:31:59.771Z Compiling hubpack_derive v0.1.1
19402024-06-05T16:31:59.796Z 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`
19412024-06-05T16:31:59.848Z Compiling bstr v1.9.1
19422024-06-05T16:31:59.874Z 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`
19432024-06-05T16:31:59.937Z Compiling console v0.15.8
19442024-06-05T16:31:59.962Z 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`
19452024-06-05T16:32:00.727Z Compiling yasna v0.5.2
19462024-06-05T16:32:00.754Z 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`
19472024-06-05T16:32:01.218Z Compiling float-cmp v0.9.0
19482024-06-05T16:32:01.249Z 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`
19492024-06-05T16:32:01.308Z Compiling fs-err v2.11.0
19502024-06-05T16:32:01.333Z 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`
19512024-06-05T16:32:01.421Z Compiling fallible-iterator v0.2.0
19522024-06-05T16:32:01.446Z 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`
19532024-06-05T16:32:01.593Z Compiling difflib v0.4.0
19542024-06-05T16:32:01.618Z 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`
19552024-06-05T16:32:02.020Z Compiling normalize-line-endings v0.3.0
19562024-06-05T16:32:02.045Z 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`
19572024-06-05T16:32:02.129Z Compiling predicates v3.1.0
19582024-06-05T16:32:02.155Z 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`
19592024-06-05T16:32:02.311Z Compiling postgres-protocol v0.6.6
19602024-06-05T16:32:02.337Z 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`
19612024-06-05T16:32:02.810Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-5067c74e83f59cd7/build-script-build`
19622024-06-05T16:32:02.946Z Compiling hubpack v0.1.2
19632024-06-05T16:32:02.972Z 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`
19642024-06-05T16:32:03.061Z 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`
19652024-06-05T16:32:03.346Z Compiling phf_shared v0.11.2
19662024-06-05T16:32:03.372Z 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`
19672024-06-05T16:32:03.506Z Compiling similar v2.5.0
19682024-06-05T16:32:03.533Z 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`
19692024-06-05T16:32:03.651Z Compiling tokio-stream v0.1.15
19702024-06-05T16:32:03.676Z 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`
19712024-06-05T16:32:03.677Z Compiling strum_macros v0.25.3
19722024-06-05T16:32:03.702Z 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`
19732024-06-05T16:32:04.467Z Compiling serde_repr v0.1.19
19742024-06-05T16:32:04.503Z 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`
19752024-06-05T16:32:04.822Z Compiling peg-runtime v0.8.3
19762024-06-05T16:32:04.848Z 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`
19772024-06-05T16:32:05.397Z Compiling phf v0.11.2
19782024-06-05T16:32:05.422Z 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`
19792024-06-05T16:32:05.423Z Compiling postgres-types v0.2.6
19802024-06-05T16:32:05.423Z 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`
19812024-06-05T16:32:05.596Z 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`
19822024-06-05T16:32:05.621Z Compiling whoami v1.5.1
19832024-06-05T16:32:05.621Z 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`
19842024-06-05T16:32:05.658Z Compiling regress v0.9.1
19852024-06-05T16:32:05.684Z 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`
19862024-06-05T16:32:06.175Z Compiling tokio-postgres v0.7.10
19872024-06-05T16:32:06.201Z 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`
19882024-06-05T16:32:06.316Z Compiling getopts v0.2.21
19892024-06-05T16:32:06.341Z 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`
19902024-06-05T16:32:06.616Z Compiling unsafe-libyaml v0.2.11
19912024-06-05T16:32:06.641Z 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`
19922024-06-05T16:32:06.703Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19932024-06-05T16:32:06.730Z 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`
19942024-06-05T16:32:07.095Z Dirty camino v1.1.7: the rustflags changed
19952024-06-05T16:32:07.095Z Compiling camino v1.1.7
19962024-06-05T16:32:07.121Z 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`
19972024-06-05T16:32:07.211Z Dirty is-terminal v0.4.12: the rustflags changed
19982024-06-05T16:32:07.211Z Compiling is-terminal v0.4.12
19992024-06-05T16:32:07.236Z 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`
20002024-06-05T16:32:07.339Z Dirty dirs-sys-next v0.1.2: the rustflags changed
20012024-06-05T16:32:07.340Z Compiling dirs-sys-next v0.1.2
20022024-06-05T16:32:07.365Z 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`
20032024-06-05T16:32:07.390Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
20042024-06-05T16:32:07.390Z 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`
20052024-06-05T16:32:07.707Z Compiling serde_yaml v0.9.34+deprecated
20062024-06-05T16:32:07.733Z 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`
20072024-06-05T16:32:07.905Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-3edaebbd5305735c/build-script-build`
20082024-06-05T16:32:07.940Z 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`
20092024-06-05T16:32:08.244Z Dirty dirs-next v2.0.0: the rustflags changed
20102024-06-05T16:32:08.244Z Compiling dirs-next v2.0.0
20112024-06-05T16:32:08.269Z 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`
20122024-06-05T16:32:08.418Z Compiling fastrand v2.1.0
20132024-06-05T16:32:08.445Z 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`
20142024-06-05T16:32:08.587Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
20152024-06-05T16:32:08.614Z 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`
20162024-06-05T16:32:08.752Z Compiling base64 v0.22.1
20172024-06-05T16:32:08.784Z 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`
20182024-06-05T16:32:08.911Z Compiling tempfile v3.10.1
20192024-06-05T16:32:08.939Z 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`
20202024-06-05T16:32:09.411Z Dirty term v0.7.0: the rustflags changed
20212024-06-05T16:32:09.411Z Compiling term v0.7.0
20222024-06-05T16:32:09.436Z 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`
20232024-06-05T16:32:09.655Z Compiling sha1 v0.10.6
20242024-06-05T16:32:09.680Z 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`
20252024-06-05T16:32:09.729Z Compiling toml v0.8.13
20262024-06-05T16:32:09.755Z 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`
20272024-06-05T16:32:10.018Z Compiling http v1.1.0
20282024-06-05T16:32:10.047Z 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`
20292024-06-05T16:32:10.404Z Compiling strum_macros v0.26.2
20302024-06-05T16:32:10.429Z 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`
20312024-06-05T16:32:10.736Z Compiling paste v1.0.15
20322024-06-05T16:32:10.762Z 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`
20332024-06-05T16:32:11.204Z Dirty match_cfg v0.1.0: the rustflags changed
20342024-06-05T16:32:11.204Z Compiling match_cfg v0.1.0
20352024-06-05T16:32:11.231Z 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`
20362024-06-05T16:32:11.256Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-1a9c426bb3aaa154/build-script-build`
20372024-06-05T16:32:11.281Z Compiling rustls-pki-types v1.7.0
20382024-06-05T16:32:11.281Z 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`
20392024-06-05T16:32:11.307Z Dirty hostname v0.3.1: the rustflags changed
20402024-06-05T16:32:11.307Z Compiling hostname v0.3.1
20412024-06-05T16:32:11.307Z 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`
20422024-06-05T16:32:11.332Z 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`
20432024-06-05T16:32:11.541Z Compiling crossbeam-channel v0.5.12
20442024-06-05T16:32:11.566Z 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`
20452024-06-05T16:32:11.748Z Compiling diesel v2.1.6
20462024-06-05T16:32:11.774Z 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`
20472024-06-05T16:32:12.048Z Dirty thread_local v1.1.8: the rustflags changed
20482024-06-05T16:32:12.048Z Compiling thread_local v1.1.8
20492024-06-05T16:32:12.074Z 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`
20502024-06-05T16:32:12.128Z Dirty slog-async v2.8.0: the rustflags changed
20512024-06-05T16:32:12.128Z Compiling slog-async v2.8.0
20522024-06-05T16:32:12.154Z 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`
20532024-06-05T16:32:12.444Z Compiling quick-error v1.2.3
20542024-06-05T16:32:12.474Z 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`
20552024-06-05T16:32:12.566Z Compiling ident_case v1.0.1
20562024-06-05T16:32:12.591Z Compiling rustls v0.22.4
20572024-06-05T16:32:12.591Z 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`
20582024-06-05T16:32:12.591Z 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`
20592024-06-05T16:32:12.617Z Dirty take_mut v0.2.2: the rustflags changed
20602024-06-05T16:32:12.617Z Compiling take_mut v0.2.2
20612024-06-05T16:32:12.670Z 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`
20622024-06-05T16:32:12.670Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-88e87e18665a3ab5/build-script-build`
20632024-06-05T16:32:12.708Z Compiling darling_core v0.20.9
20642024-06-05T16:32:12.733Z Compiling slog-term v2.9.1
20652024-06-05T16:32:12.733Z 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`
20662024-06-05T16:32:12.733Z 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`
20672024-06-05T16:32:12.759Z Compiling rustls-webpki v0.102.4
20682024-06-05T16:32:12.759Z 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`
20692024-06-05T16:32:12.790Z 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`
20702024-06-05T16:32:12.869Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-075d6eb2cf9c6bcd/build-script-build`
20712024-06-05T16:32:12.908Z Compiling instant v0.1.12
20722024-06-05T16:32:12.908Z 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`
20732024-06-05T16:32:13.033Z Compiling rustls-pemfile v2.1.2
20742024-06-05T16:32:13.059Z 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`
20752024-06-05T16:32:13.429Z Compiling slog-json v2.6.1
20762024-06-05T16:32:13.456Z 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`
20772024-06-05T16:32:13.754Z 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`
20782024-06-05T16:32:13.780Z Compiling multer v3.1.0
20792024-06-05T16:32:13.780Z 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`
20802024-06-05T16:32:13.819Z Compiling debug-ignore v1.0.5
20812024-06-05T16:32:13.851Z 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`
20822024-06-05T16:32:13.937Z Compiling slog-bunyan v2.5.0
20832024-06-05T16:32:13.963Z 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`
20842024-06-05T16:32:14.058Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-9e12a1bf43b5ebc8/build-script-build`
20852024-06-05T16:32:14.113Z Compiling async-stream-impl v0.3.5
20862024-06-05T16:32:14.140Z 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`
20872024-06-05T16:32:14.140Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
20882024-06-05T16:32:14.140Z 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`
20892024-06-05T16:32:14.427Z Compiling atomic-waker v1.1.2
20902024-06-05T16:32:14.453Z 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`
20912024-06-05T16:32:14.627Z Compiling waitgroup v0.1.2
20922024-06-05T16:32:14.657Z 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`
20932024-06-05T16:32:14.657Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-6255fddcb0a7bad6/build-script-build`
20942024-06-05T16:32:14.727Z 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`
20952024-06-05T16:32:14.871Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
20962024-06-05T16:32:14.897Z 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`
20972024-06-05T16:32:14.924Z Compiling strum v0.26.2
20982024-06-05T16:32:14.924Z 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`
20992024-06-05T16:32:15.098Z Compiling serde_path_to_error v0.1.16
21002024-06-05T16:32:15.124Z 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`
21012024-06-05T16:32:15.572Z Compiling async-stream v0.3.5
21022024-06-05T16:32:15.598Z 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`
21032024-06-05T16:32:15.770Z Compiling hostname v0.4.0
21042024-06-05T16:32:15.797Z 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`
21052024-06-05T16:32:15.887Z Compiling newtype-uuid v1.1.0
21062024-06-05T16:32:15.913Z 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`
21072024-06-05T16:32:15.913Z Compiling wait-timeout v0.2.0
21082024-06-05T16:32:15.913Z 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`
21092024-06-05T16:32:16.026Z Compiling structmeta-derive v0.3.0
21102024-06-05T16:32:16.051Z 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`
21112024-06-05T16:32:16.175Z Compiling rusty-fork v0.3.0
21122024-06-05T16:32:16.200Z 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`
21132024-06-05T16:32:16.453Z Compiling structmeta-derive v0.2.0
21142024-06-05T16:32:16.482Z 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`
21152024-06-05T16:32:16.887Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21162024-06-05T16:32:16.912Z 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`
21172024-06-05T16:32:17.059Z Compiling rand_xorshift v0.3.0
21182024-06-05T16:32:17.087Z 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`
21192024-06-05T16:32:17.346Z Compiling unarray v0.1.4
21202024-06-05T16:32:17.372Z 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`
21212024-06-05T16:32:17.502Z Compiling tokio-rustls v0.25.0
21222024-06-05T16:32:17.528Z 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`
21232024-06-05T16:32:17.710Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
21242024-06-05T16:32:17.740Z 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`
21252024-06-05T16:32:17.849Z 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`
21262024-06-05T16:32:17.986Z Running `/work/oxidecomputer/omicron/target/debug/build/mg-admin-client-7e37d417bdaed4d3/build-script-build`
21272024-06-05T16:32:18.013Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21282024-06-05T16:32:18.042Z 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`
21292024-06-05T16:32:18.174Z Compiling proptest v1.4.0
21302024-06-05T16:32:18.200Z 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`
21312024-06-05T16:32:18.844Z Compiling structmeta v0.3.0
21322024-06-05T16:32:18.870Z 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`
21332024-06-05T16:32:19.006Z Compiling darling_macro v0.20.9
21342024-06-05T16:32:19.037Z 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`
21352024-06-05T16:32:19.163Z Compiling structmeta v0.2.0
21362024-06-05T16:32:19.189Z 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`
21372024-06-05T16:32:19.227Z Compiling parse-display-derive v0.9.0
21382024-06-05T16:32:19.253Z 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`
21392024-06-05T16:32:19.535Z Compiling backoff v0.4.0
21402024-06-05T16:32:19.560Z 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`
21412024-06-05T16:32:19.823Z Compiling macaddr v1.0.1
21422024-06-05T16:32:19.852Z 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`
21432024-06-05T16:32:20.026Z Compiling darling v0.20.9
21442024-06-05T16:32:20.051Z 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`
21452024-06-05T16:32:20.134Z Compiling serde_with_macros v3.8.1
21462024-06-05T16:32:20.159Z 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`
21472024-06-05T16:32:20.210Z Compiling test-strategy v0.3.1
21482024-06-05T16:32:20.236Z 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`
21492024-06-05T16:32:22.754Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21502024-06-05T16:32:22.780Z 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`
21512024-06-05T16:32:22.992Z Compiling serde_with v3.8.1
21522024-06-05T16:32:23.018Z 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`
21532024-06-05T16:32:23.044Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7)
21542024-06-05T16:32:23.074Z 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`
21552024-06-05T16:32:23.754Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21562024-06-05T16:32:23.780Z 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`
21572024-06-05T16:32:23.807Z Compiling proc-macro-error-attr v1.0.4
21582024-06-05T16:32:23.807Z 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`
21592024-06-05T16:32:23.861Z Compiling parse-display v0.9.0
21602024-06-05T16:32:23.887Z 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`
21612024-06-05T16:32:23.919Z Compiling proc-macro-error v1.0.4
21622024-06-05T16:32:23.944Z 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`
21632024-06-05T16:32:24.137Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-8c28b7971eeb6ed6/build-script-build`
21642024-06-05T16:32:24.212Z 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`
21652024-06-05T16:32:24.251Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-13cd89168b66fd9a/build-script-build`
21662024-06-05T16:32:24.408Z Compiling camino-tempfile v1.1.1
21672024-06-05T16:32:24.433Z 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`
21682024-06-05T16:32:24.488Z Compiling proc-macro-crate v1.3.1
21692024-06-05T16:32:24.513Z 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`
21702024-06-05T16:32:24.819Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21712024-06-05T16:32:24.852Z 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`
21722024-06-05T16:32:25.054Z 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`
21732024-06-05T16:32:25.151Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
21742024-06-05T16:32:25.177Z 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`
21752024-06-05T16:32:25.177Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-07655fee64a19c85/build-script-build`
21762024-06-05T16:32:25.205Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21772024-06-05T16:32:25.235Z 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`
21782024-06-05T16:32:25.261Z Compiling foreign-types-macros v0.2.3
21792024-06-05T16:32:25.286Z 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`
21802024-06-05T16:32:25.456Z Compiling num_enum_derive v0.5.11
21812024-06-05T16:32:25.456Z 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`
21822024-06-05T16:32:25.483Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-443b768024434e96/build-script-build`
21832024-06-05T16:32:25.509Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
21842024-06-05T16:32:25.509Z 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`
21852024-06-05T16:32:25.661Z Compiling foreign-types-shared v0.3.1
21862024-06-05T16:32:25.687Z 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`
21872024-06-05T16:32:25.770Z 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`
21882024-06-05T16:32:25.796Z Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-a262f2ea15e53534/build-script-build`
21892024-06-05T16:32:25.822Z 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`
21902024-06-05T16:32:25.919Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
21912024-06-05T16:32:25.945Z 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`
21922024-06-05T16:32:25.974Z Compiling cstr-argument v0.1.2
21932024-06-05T16:32:26.000Z 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`
21942024-06-05T16:32:26.202Z Compiling pretty-hex v0.2.1
21952024-06-05T16:32:26.229Z 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`
21962024-06-05T16:32:26.358Z Compiling tabwriter v1.4.0
21972024-06-05T16:32:26.385Z 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`
21982024-06-05T16:32:26.385Z Compiling colored v2.1.0
21992024-06-05T16:32:26.385Z 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`
22002024-06-05T16:32:26.431Z Compiling foreign-types v0.5.0
22012024-06-05T16:32:26.458Z 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`
22022024-06-05T16:32:26.533Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22032024-06-05T16:32:26.559Z 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`
22042024-06-05T16:32:26.749Z 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`
22052024-06-05T16:32:26.823Z Compiling socket2 v0.4.10
22062024-06-05T16:32:26.849Z 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`
22072024-06-05T16:32:26.912Z Compiling smf v0.2.3
22082024-06-05T16:32:26.938Z 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`
22092024-06-05T16:32:27.052Z Compiling humantime v2.1.0
22102024-06-05T16:32:27.078Z 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`
22112024-06-05T16:32:27.078Z Compiling same-file v1.0.6
22122024-06-05T16:32:27.104Z 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`
22132024-06-05T16:32:27.278Z Compiling termcolor v1.4.1
22142024-06-05T16:32:27.306Z 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`
22152024-06-05T16:32:27.591Z Compiling walkdir v2.5.0
22162024-06-05T16:32:27.619Z 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`
22172024-06-05T16:32:27.647Z Compiling arc-swap v1.7.1
22182024-06-05T16:32:27.647Z 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`
22192024-06-05T16:32:28.116Z Compiling num_enum v0.5.11
22202024-06-05T16:32:28.150Z 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`
22212024-06-05T16:32:28.150Z Compiling slog-scope v4.4.0
22222024-06-05T16:32:28.150Z 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`
22232024-06-05T16:32:28.182Z Compiling newline-converter v0.3.0
22242024-06-05T16:32:28.210Z 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`
22252024-06-05T16:32:28.210Z Compiling xattr v1.3.1
22262024-06-05T16:32:28.210Z 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`
22272024-06-05T16:32:28.265Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22282024-06-05T16:32:28.291Z 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`
22292024-06-05T16:32:28.291Z Dirty filetime v0.2.23: the rustflags changed
22302024-06-05T16:32:28.291Z Compiling filetime v0.2.23
22312024-06-05T16:32:28.291Z 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`
22322024-06-05T16:32:28.331Z Compiling slog-stdlog v4.1.1
22332024-06-05T16:32:28.357Z 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`
22342024-06-05T16:32:28.460Z Compiling expectorate v1.1.0
22352024-06-05T16:32:28.490Z 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`
22362024-06-05T16:32:28.578Z Compiling slog-envlogger v2.2.0
22372024-06-05T16:32:28.621Z 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`
22382024-06-05T16:32:28.621Z Compiling tar v0.4.40
22392024-06-05T16:32:28.651Z 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`
22402024-06-05T16:32:28.651Z Compiling utf-8 v0.7.6
22412024-06-05T16:32:28.651Z Compiling termtree v0.4.1
22422024-06-05T16:32:28.651Z 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`
22432024-06-05T16:32:28.684Z 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`
22442024-06-05T16:32:28.685Z Compiling heapless v0.8.0
22452024-06-05T16:32:28.685Z 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`
22462024-06-05T16:32:28.851Z Compiling tungstenite v0.20.1
22472024-06-05T16:32:28.877Z 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`
22482024-06-05T16:32:28.921Z Compiling predicates-tree v1.0.9
22492024-06-05T16:32:28.947Z 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`
22502024-06-05T16:32:29.202Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-2543d08ff2114b80/build-script-build`
22512024-06-05T16:32:29.296Z Compiling hash32 v0.3.1
22522024-06-05T16:32:29.321Z 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`
22532024-06-05T16:32:29.408Z Compiling smoltcp v0.11.0
22542024-06-05T16:32:29.434Z 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`
22552024-06-05T16:32:29.464Z 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`
22562024-06-05T16:32:29.490Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
22572024-06-05T16:32:29.490Z 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`
22582024-06-05T16:32:29.518Z Compiling crucible-workspace-hack v0.1.0
22592024-06-05T16:32:29.544Z 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`
22602024-06-05T16:32:29.619Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
22612024-06-05T16:32:29.645Z 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`
22622024-06-05T16:32:29.793Z Compiling tokio-tungstenite v0.20.1
22632024-06-05T16:32:29.819Z 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`
22642024-06-05T16:32:30.093Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-40fb1982114f2451/build-script-build`
22652024-06-05T16:32:30.121Z Compiling cobs v0.2.3
22662024-06-05T16:32:30.147Z 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`
22672024-06-05T16:32:30.239Z Compiling embedded-io v0.4.0
22682024-06-05T16:32:30.264Z 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`
22692024-06-05T16:32:30.376Z 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`
22702024-06-05T16:32:30.403Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8)
22712024-06-05T16:32:30.403Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-d342f50ed996efb9/build-script-build`
22722024-06-05T16:32:30.403Z 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/d6177ca/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=fa7a24ee9a9cea7f -C extra-filename=-fa7a24ee9a9cea7f --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-fa7a24ee9a9cea7f -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`
22732024-06-05T16:32:30.855Z Compiling postcard v1.0.8
22742024-06-05T16:32:30.883Z 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`
22752024-06-05T16:32:30.883Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8)
22762024-06-05T16:32:30.883Z 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/d6177ca/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=af346d42ebba067a -C extra-filename=-af346d42ebba067a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22772024-06-05T16:32:30.883Z 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`
22782024-06-05T16:32:30.883Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8)
22792024-06-05T16:32:30.884Z 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/d6177ca/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=07233434fa50332d -C extra-filename=-07233434fa50332d --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`
22802024-06-05T16:32:30.884Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-fa7a24ee9a9cea7f/build-script-build`
22812024-06-05T16:32:30.884Z Compiling derive-where v1.2.7
22822024-06-05T16:32:30.884Z 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`
22832024-06-05T16:32:30.884Z Compiling atty v0.2.14
22842024-06-05T16:32:30.884Z 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`
22852024-06-05T16:32:30.937Z Compiling sigpipe v0.1.3
22862024-06-05T16:32:30.963Z 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`
22872024-06-05T16:32:31.064Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
22882024-06-05T16:32:31.096Z 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`
22892024-06-05T16:32:31.152Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22902024-06-05T16:32:31.178Z 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`
22912024-06-05T16:32:31.366Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-ef3b5ac7f0cd640c/build-script-build`
22922024-06-05T16:32:31.393Z 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`
22932024-06-05T16:32:31.445Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
22942024-06-05T16:32:31.471Z 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`
22952024-06-05T16:32:31.540Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
22962024-06-05T16:32:31.566Z 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`
22972024-06-05T16:32:31.941Z Compiling pem v3.0.4
22982024-06-05T16:32:31.967Z 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`
22992024-06-05T16:32:32.694Z Compiling num-derive v0.4.2
23002024-06-05T16:32:32.720Z 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`
23012024-06-05T16:32:32.903Z Compiling mockall_derive v0.12.1
23022024-06-05T16:32:32.903Z 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`
23032024-06-05T16:32:33.943Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8)
23042024-06-05T16:32:33.969Z 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/d6177ca/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=4e1c9d09c3a305e5 -C extra-filename=-4e1c9d09c3a305e5 --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-af346d42ebba067a.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`
23052024-06-05T16:32:34.576Z Compiling fragile v2.0.0
23062024-06-05T16:32:34.602Z 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`
23072024-06-05T16:32:34.630Z Compiling downcast v0.11.0
23082024-06-05T16:32:34.656Z 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`
23092024-06-05T16:32:34.743Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
23102024-06-05T16:32:34.770Z 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`
23112024-06-05T16:32:34.840Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
23122024-06-05T16:32:34.866Z 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`
23132024-06-05T16:32:35.141Z 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/d6177ca/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=bde9e82fded2d7bb -C extra-filename=-bde9e82fded2d7bb --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-af346d42ebba067a.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-07233434fa50332d.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-4e1c9d09c3a305e5.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`
23142024-06-05T16:32:35.327Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8)
23152024-06-05T16:32:35.353Z 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/d6177ca/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=eaba0e23150905c7 -C extra-filename=-eaba0e23150905c7 --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-af346d42ebba067a.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-bde9e82fded2d7bb.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`
23162024-06-05T16:32:35.571Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
23172024-06-05T16:32:35.599Z 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`
23182024-06-05T16:32:35.670Z Compiling env_logger v0.9.3
23192024-06-05T16:32:35.699Z 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`
23202024-06-05T16:32:35.937Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
23212024-06-05T16:32:35.963Z 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`
23222024-06-05T16:32:36.178Z Compiling bitstruct_derive v0.1.0
23232024-06-05T16:32:36.209Z 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`
23242024-06-05T16:32:36.338Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
23252024-06-05T16:32:36.363Z 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`
23262024-06-05T16:32:36.456Z Compiling ascii v1.1.0
23272024-06-05T16:32:36.483Z 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`
23282024-06-05T16:32:36.519Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23292024-06-05T16:32:36.545Z 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`
23302024-06-05T16:32:36.883Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8)
23312024-06-05T16:32:36.909Z 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/d6177ca/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=2351e7c39c491df3 -C extra-filename=-2351e7c39c491df3 --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-bde9e82fded2d7bb.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-eaba0e23150905c7.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`
23322024-06-05T16:32:37.013Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
23332024-06-05T16:32:37.039Z 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`
23342024-06-05T16:32:37.078Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
23352024-06-05T16:32:37.078Z 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`
23362024-06-05T16:32:37.304Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
23372024-06-05T16:32:37.330Z 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`
23382024-06-05T16:32:37.523Z Compiling bitstruct v0.1.1
23392024-06-05T16:32:37.549Z 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`
23402024-06-05T16:32:37.628Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
23412024-06-05T16:32:37.655Z 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`
23422024-06-05T16:32:37.744Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
23432024-06-05T16:32:37.770Z 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`
23442024-06-05T16:32:38.017Z Compiling erased-serde v0.3.31
23452024-06-05T16:32:38.043Z 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`
23462024-06-05T16:32:38.069Z Compiling serde_arrays v0.1.0
23472024-06-05T16:32:38.069Z 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`
23482024-06-05T16:32:38.211Z Compiling heck v0.3.3
23492024-06-05T16:32:38.237Z 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`
23502024-06-05T16:32:38.262Z Compiling convert_case v0.4.0
23512024-06-05T16:32:38.262Z 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`
23522024-06-05T16:32:38.379Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
23532024-06-05T16:32:38.409Z 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`
23542024-06-05T16:32:38.568Z Compiling zone_cfg_derive v0.1.2
23552024-06-05T16:32:38.594Z 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`
23562024-06-05T16:32:38.670Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-dc019a8d8d257539/build-script-build`
23572024-06-05T16:32:38.696Z Compiling tungstenite v0.21.0
23582024-06-05T16:32:38.722Z 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`
23592024-06-05T16:32:39.066Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
23602024-06-05T16:32:39.092Z 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`
23612024-06-05T16:32:39.150Z Compiling derive_more v0.99.17
23622024-06-05T16:32:39.176Z 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`
23632024-06-05T16:32:40.162Z Compiling mockall v0.12.1
23642024-06-05T16:32:40.212Z 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`
23652024-06-05T16:32:40.212Z Compiling headers-core v0.2.0
23662024-06-05T16:32:40.212Z 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`
23672024-06-05T16:32:40.212Z Compiling base64 v0.13.1
23682024-06-05T16:32:40.212Z 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`
23692024-06-05T16:32:40.212Z Compiling headers v0.3.9
23702024-06-05T16:32:40.212Z 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`
23712024-06-05T16:32:40.573Z Compiling ron v0.7.1
23722024-06-05T16:32:40.599Z 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`
23732024-06-05T16:32:40.599Z Compiling zone v0.1.8
23742024-06-05T16:32:40.599Z 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`
23752024-06-05T16:32:41.327Z Compiling tokio-tungstenite v0.21.0
23762024-06-05T16:32:41.354Z 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`
23772024-06-05T16:32:41.782Z 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`
23782024-06-05T16:32:41.808Z Compiling portpicker v0.1.1
23792024-06-05T16:32:41.834Z 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`
23802024-06-05T16:32:41.941Z Compiling rcgen v0.12.1
23812024-06-05T16:32:41.967Z 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`
23822024-06-05T16:32:42.094Z Compiling atomicwrites v0.4.3
23832024-06-05T16:32:42.119Z 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`
23842024-06-05T16:32:42.280Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23852024-06-05T16:32:42.315Z 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`
23862024-06-05T16:32:42.452Z Compiling subprocess v0.2.9
23872024-06-05T16:32:42.478Z 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`
23882024-06-05T16:32:42.626Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-bc030be448aeb889/build-script-build`
23892024-06-05T16:32:42.660Z 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`
23902024-06-05T16:32:42.686Z Compiling password-hash v0.5.0
23912024-06-05T16:32:42.686Z 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`
23922024-06-05T16:32:42.760Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23932024-06-05T16:32:42.792Z 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`
23942024-06-05T16:32:43.490Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23952024-06-05T16:32:43.516Z 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`
23962024-06-05T16:32:43.584Z Compiling blake2 v0.10.6
23972024-06-05T16:32:43.609Z 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`
23982024-06-05T16:32:44.127Z Compiling linked-hash-map v0.5.6
23992024-06-05T16:32:44.155Z 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`
24002024-06-05T16:32:44.190Z Compiling argon2 v0.5.3
24012024-06-05T16:32:44.216Z 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`
24022024-06-05T16:32:44.448Z Compiling lru-cache v0.1.2
24032024-06-05T16:32:44.474Z 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`
24042024-06-05T16:32:44.535Z Dirty swrite v0.1.0: the rustflags changed
24052024-06-05T16:32:44.535Z Compiling swrite v0.1.0
24062024-06-05T16:32:44.561Z 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`
24072024-06-05T16:32:44.611Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24082024-06-05T16:32:44.637Z 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`
24092024-06-05T16:32:44.638Z Compiling resolv-conf v0.7.0
24102024-06-05T16:32:44.638Z 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`
24112024-06-05T16:32:44.664Z Compiling semver v0.1.20
24122024-06-05T16:32:44.689Z 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`
24132024-06-05T16:32:44.907Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24142024-06-05T16:32:44.933Z 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`
24152024-06-05T16:32:44.991Z Compiling home v0.5.9
24162024-06-05T16:32:45.423Z 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`
24172024-06-05T16:32:45.453Z Compiling trust-dns-resolver v0.22.0
24182024-06-05T16:32:45.453Z 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`
24192024-06-05T16:32:45.453Z Compiling rustc_version v0.1.7
24202024-06-05T16:32:45.453Z 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`
24212024-06-05T16:32:45.454Z Compiling cancel-safe-futures v0.1.5
24222024-06-05T16:32:45.454Z 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`
24232024-06-05T16:32:45.454Z Compiling half v2.4.1
24242024-06-05T16:32:45.454Z 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`
24252024-06-05T16:32:45.608Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-7d5a5bf504233a9c/build-script-build`
24262024-06-05T16:32:45.636Z Compiling ciborium-io v0.2.2
24272024-06-05T16:32:45.663Z 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`
24282024-06-05T16:32:45.700Z Compiling newtype_derive v0.1.6
24292024-06-05T16:32:45.726Z 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`
24302024-06-05T16:32:45.766Z Compiling ciborium-ll v0.2.2
24312024-06-05T16:32:45.792Z 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`
24322024-06-05T16:32:45.821Z 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`
24332024-06-05T16:32:46.000Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-119d94e058e2fe69/build-script-build`
24342024-06-05T16:32:46.071Z 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`
24352024-06-05T16:32:46.137Z Compiling slog-dtrace v0.3.0
24362024-06-05T16:32:46.163Z 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`
24372024-06-05T16:32:46.189Z Compiling steno v0.4.0
24382024-06-05T16:32:46.189Z 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`
24392024-06-05T16:32:46.320Z Compiling rayon-core v1.12.1
24402024-06-05T16:32:46.346Z 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`
24412024-06-05T16:32:46.346Z Compiling glob v0.3.1
24422024-06-05T16:32:46.375Z 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`
24432024-06-05T16:32:46.443Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-c611d7d9fdd24599/build-script-build`
24442024-06-05T16:32:46.475Z Compiling ciborium v0.2.2
24452024-06-05T16:32:46.501Z 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`
24462024-06-05T16:32:46.527Z Compiling crossbeam-deque v0.8.5
24472024-06-05T16:32:46.527Z 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`
24482024-06-05T16:32:46.610Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-78abd3ebecc12dba/build-script-build`
24492024-06-05T16:32:46.637Z 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`
24502024-06-05T16:32:46.852Z 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`
24512024-06-05T16:32:47.159Z Compiling signature v2.2.0
24522024-06-05T16:32:47.184Z 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`
24532024-06-05T16:32:47.246Z Compiling libsw v3.3.1
24542024-06-05T16:32:47.271Z 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`
24552024-06-05T16:32:47.464Z Compiling owo-colors v4.0.0
24562024-06-05T16:32:47.490Z 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`
24572024-06-05T16:32:47.570Z Compiling rayon v1.10.0
24582024-06-05T16:32:47.596Z 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`
24592024-06-05T16:32:47.801Z Compiling linear-map v1.2.0
24602024-06-05T16:32:47.827Z 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`
24612024-06-05T16:32:48.107Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
24622024-06-05T16:32:48.133Z 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`
24632024-06-05T16:32:48.469Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
24642024-06-05T16:32:48.495Z 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`
24652024-06-05T16:32:48.495Z Compiling nibble_vec v0.1.0
24662024-06-05T16:32:48.522Z 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`
24672024-06-05T16:32:48.665Z Compiling endian-type v0.1.2
24682024-06-05T16:32:48.698Z 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`
24692024-06-05T16:32:48.855Z Compiling radix_trie v0.2.1
24702024-06-05T16:32:48.881Z 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`
24712024-06-05T16:32:49.059Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24722024-06-05T16:32:49.085Z 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`
24732024-06-05T16:32:49.281Z Compiling num-rational v0.4.2
24742024-06-05T16:32:49.307Z 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`
24752024-06-05T16:32:49.460Z Compiling num-complex v0.4.6
24762024-06-05T16:32:49.486Z 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`
24772024-06-05T16:32:50.274Z Compiling fxhash v0.2.1
24782024-06-05T16:32:50.300Z 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`
24792024-06-05T16:32:50.449Z Compiling display-error-chain v0.2.0
24802024-06-05T16:32:50.479Z 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`
24812024-06-05T16:32:50.548Z Compiling num v0.4.3
24822024-06-05T16:32:50.574Z 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`
24832024-06-05T16:32:50.611Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24842024-06-05T16:32:50.637Z 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`
24852024-06-05T16:32:50.662Z Compiling radium v0.7.0
24862024-06-05T16:32:50.662Z 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`
24872024-06-05T16:32:50.769Z Compiling tap v1.0.1
24882024-06-05T16:32:50.797Z 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`
24892024-06-05T16:32:50.939Z Compiling maybe-uninit v2.0.0
24902024-06-05T16:32:50.966Z 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`
24912024-06-05T16:32:51.108Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-5c375997c550e0f8/build-script-build`
24922024-06-05T16:32:51.134Z 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`
24932024-06-05T16:32:51.446Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-3693912ea490c5a6/build-script-build`
24942024-06-05T16:32:51.488Z Compiling wyz v0.5.1
24952024-06-05T16:32:51.514Z 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`
24962024-06-05T16:32:51.514Z Compiling bzip2-sys v0.1.11+1.0.8
24972024-06-05T16:32:51.514Z 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`
24982024-06-05T16:32:51.591Z Compiling num-bigint-dig v0.8.4
24992024-06-05T16:32:51.617Z 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`
25002024-06-05T16:32:51.723Z Compiling packed_struct v0.10.1
25012024-06-05T16:32:51.755Z 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`
25022024-06-05T16:32:51.884Z Compiling funty v2.0.0
25032024-06-05T16:32:51.911Z 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`
25042024-06-05T16:32:51.953Z Compiling crc-catalog v2.4.0
25052024-06-05T16:32:51.979Z 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`
25062024-06-05T16:32:52.027Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-92e0b719bee18269/build-script-build`
25072024-06-05T16:32:52.093Z Compiling crc v3.2.1
25082024-06-05T16:32:52.119Z 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`
25092024-06-05T16:32:52.176Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-3e908e771ed83f77/build-script-build`
25102024-06-05T16:32:52.212Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-86df98b0f743becd/build-script-build`
25112024-06-05T16:32:52.241Z 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`
25122024-06-05T16:32:52.267Z Compiling packed_struct_codegen v0.10.1
25132024-06-05T16:32:52.267Z 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`
25142024-06-05T16:32:52.348Z Compiling indexmap v1.9.3
25152024-06-05T16:32:52.376Z 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`
25162024-06-05T16:32:52.667Z Compiling nodrop v0.1.14
25172024-06-05T16:32:52.692Z 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`
25182024-06-05T16:32:52.718Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-33103ac4e6cf007e/build-script-build`
25192024-06-05T16:32:52.718Z Compiling bitvec v1.0.1
25202024-06-05T16:32:52.745Z 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`
25212024-06-05T16:32:52.745Z 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`
25222024-06-05T16:32:52.771Z Compiling smallvec v0.6.14
25232024-06-05T16:32:52.771Z 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`
25242024-06-05T16:32:52.800Z Compiling array-init v0.0.4
25252024-06-05T16:32:52.800Z 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`
25262024-06-05T16:32:52.904Z 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`
25272024-06-05T16:32:53.122Z Compiling pkcs1 v0.7.5
25282024-06-05T16:32:53.148Z 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`
25292024-06-05T16:32:53.247Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
25302024-06-05T16:32:53.273Z 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`
25312024-06-05T16:32:53.441Z 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`
25322024-06-05T16:32:53.474Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25332024-06-05T16:32:53.502Z 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`
25342024-06-05T16:32:53.710Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25352024-06-05T16:32:53.736Z 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`
25362024-06-05T16:32:53.963Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25372024-06-05T16:32:53.994Z 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`
25382024-06-05T16:32:54.891Z Compiling bitfield v0.14.0
25392024-06-05T16:32:54.924Z 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`
25402024-06-05T16:32:55.143Z Compiling arrayvec v0.7.4
25412024-06-05T16:32:55.169Z 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`
25422024-06-05T16:32:55.195Z Compiling constant_time_eq v0.3.0
25432024-06-05T16:32:55.195Z 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`
25442024-06-05T16:32:55.350Z Compiling arrayref v0.3.7
25452024-06-05T16:32:55.379Z 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`
25462024-06-05T16:32:55.448Z Compiling hashbrown v0.12.3
25472024-06-05T16:32:55.473Z 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`
25482024-06-05T16:32:55.506Z Compiling rsa v0.9.6
25492024-06-05T16:32:55.532Z 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`
25502024-06-05T16:32:55.791Z 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`
25512024-06-05T16:32:56.353Z 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`
25522024-06-05T16:32:57.121Z Compiling serde-hex v0.1.0
25532024-06-05T16:32:57.146Z 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`
25542024-06-05T16:32:59.026Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25552024-06-05T16:32:59.076Z 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`
25562024-06-05T16:32:59.352Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
25572024-06-05T16:32:59.380Z 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`
25582024-06-05T16:32:59.544Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
25592024-06-05T16:32:59.569Z 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`
25602024-06-05T16:33:00.007Z Compiling bzip2 v0.4.4
25612024-06-05T16:33:00.034Z 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`
25622024-06-05T16:33:00.351Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25632024-06-05T16:33:00.376Z 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`
25642024-06-05T16:33:00.634Z Compiling env_logger v0.10.2
25652024-06-05T16:33:00.659Z 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`
25662024-06-05T16:33:00.904Z Compiling x509-cert v0.2.5
25672024-06-05T16:33:00.929Z 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`
25682024-06-05T16:33:01.643Z Compiling ron v0.8.1
25692024-06-05T16:33:01.669Z 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`
25702024-06-05T16:33:01.721Z Compiling hashbrown v0.13.2
25712024-06-05T16:33:01.747Z 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`
25722024-06-05T16:33:02.679Z Compiling crc-any v2.5.0
25732024-06-05T16:33:02.704Z 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`
25742024-06-05T16:33:03.119Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25752024-06-05T16:33:03.146Z 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`
25762024-06-05T16:33:03.766Z Compiling object v0.30.4
25772024-06-05T16:33:03.792Z 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`
25782024-06-05T16:33:03.897Z Compiling zip v0.6.6
25792024-06-05T16:33:03.924Z 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`
25802024-06-05T16:33:03.924Z Compiling blake3 v1.5.1
25812024-06-05T16:33:03.924Z 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`
25822024-06-05T16:33:04.519Z Compiling ring v0.16.20
25832024-06-05T16:33:04.544Z 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`
25842024-06-05T16:33:04.687Z Compiling path-slash v0.1.5
25852024-06-05T16:33:04.714Z 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`
25862024-06-05T16:33:04.886Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-1ec3f446c8d6022e/build-script-build`
25872024-06-05T16:33:05.115Z Compiling memmap2 v0.9.4
25882024-06-05T16:33:05.140Z 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`
25892024-06-05T16:33:05.166Z Compiling untrusted v0.7.1
25902024-06-05T16:33:05.167Z 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`
25912024-06-05T16:33:05.259Z Compiling parking_lot_core v0.8.6
25922024-06-05T16:33:05.284Z 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`
25932024-06-05T16:33:05.343Z Compiling topological-sort v0.2.2
25942024-06-05T16:33:05.369Z 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`
25952024-06-05T16:33:05.529Z 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`
25962024-06-05T16:33:05.557Z Compiling maplit v1.0.2
25972024-06-05T16:33:05.558Z 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`
25982024-06-05T16:33:05.558Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-e4db3c45e381807a/build-script-build`
25992024-06-05T16:33:05.668Z Compiling async-recursion v1.1.1
26002024-06-05T16:33:05.694Z 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`
26012024-06-05T16:33:05.724Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-bb822fb252e22d13/build-script-build`
26022024-06-05T16:33:05.750Z 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`
26032024-06-05T16:33:06.304Z Compiling gethostname v0.4.3
26042024-06-05T16:33:06.331Z 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`
26052024-06-05T16:33:06.558Z Compiling libefi-sys v0.1.0
26062024-06-05T16:33:06.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/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`
26072024-06-05T16:33:06.858Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-91c363b6b9a1fe88/build-script-build`
26082024-06-05T16:33:06.888Z Compiling parking_lot v0.11.2
26092024-06-05T16:33:06.921Z 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`
26102024-06-05T16:33:06.962Z Compiling trust-dns-client v0.22.0
26112024-06-05T16:33:06.990Z 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`
26122024-06-05T16:33:07.279Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26132024-06-05T16:33:07.307Z 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`
26142024-06-05T16:33:07.787Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26152024-06-05T16:33:07.812Z 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=903ac693a48b8cec -C extra-filename=-903ac693a48b8cec --out-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-2351e7c39c491df3.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-eaba0e23150905c7.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`
26162024-06-05T16:33:07.928Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26172024-06-05T16:33:07.956Z 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`
26182024-06-05T16:33:09.647Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26192024-06-05T16:33:09.673Z 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`
26202024-06-05T16:33:09.734Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26212024-06-05T16:33:09.761Z 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`
26222024-06-05T16:33:11.215Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
26232024-06-05T16:33:11.240Z 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`
26242024-06-05T16:33:11.485Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
26252024-06-05T16:33:11.510Z 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`
26262024-06-05T16:33:12.085Z 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`
26272024-06-05T16:33:12.223Z Compiling toml v0.5.11
26282024-06-05T16:33:12.249Z 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`
26292024-06-05T16:33:12.966Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26302024-06-05T16:33:12.991Z 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`
26312024-06-05T16:33:13.325Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
26322024-06-05T16:33:13.351Z 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`
26332024-06-05T16:33:13.861Z Compiling omicron-zone-package v0.11.0
26342024-06-05T16:33:13.886Z 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`
26352024-06-05T16:33:15.329Z Compiling keccak v0.1.5
26362024-06-05T16:33:15.362Z 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`
26372024-06-05T16:33:15.362Z Compiling trust-dns-server v0.22.1
26382024-06-05T16:33:15.362Z 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`
26392024-06-05T16:33:15.736Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26402024-06-05T16:33:15.784Z 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`
26412024-06-05T16:33:16.089Z Compiling sha3 v0.10.8
26422024-06-05T16:33:16.115Z 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`
26432024-06-05T16:33:16.949Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-ec9c619fa8b6570e/build-script-build`
26442024-06-05T16:33:17.069Z Compiling sled v0.34.7
26452024-06-05T16:33:17.095Z 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`
26462024-06-05T16:33:17.121Z 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`
26472024-06-05T16:33:17.467Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26482024-06-05T16:33:17.909Z 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`
26492024-06-05T16:33:18.094Z Compiling secrecy v0.8.0
26502024-06-05T16:33:18.120Z 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`
26512024-06-05T16:33:18.325Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
26522024-06-05T16:33:18.353Z 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`
26532024-06-05T16:33:18.462Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
26542024-06-05T16:33:18.488Z 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`
26552024-06-05T16:33:19.005Z 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`
26562024-06-05T16:33:19.421Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26572024-06-05T16:33:19.446Z 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=dd60374deaf26d09 -C extra-filename=-dd60374deaf26d09 --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-903ac693a48b8cec.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`
26582024-06-05T16:33:19.473Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26592024-06-05T16:33:19.498Z 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=4ac91a4efa160aa2 -C extra-filename=-4ac91a4efa160aa2 --out-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-903ac693a48b8cec.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`
26602024-06-05T16:33:19.588Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26612024-06-05T16:33:19.613Z 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`
26622024-06-05T16:33:19.918Z Compiling toolchain_find v0.4.0
26632024-06-05T16:33:19.953Z 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`
26642024-06-05T16:33:20.253Z Compiling rustfmt-wrapper v0.2.1
26652024-06-05T16:33:20.278Z 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`
26662024-06-05T16:33:20.522Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26672024-06-05T16:33:20.549Z 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`
26682024-06-05T16:33:20.747Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
26692024-06-05T16:33:20.773Z 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`
26702024-06-05T16:33:21.070Z Running `/work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-21e48d078b4c129a/build-script-build`
26712024-06-05T16:33:21.100Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26722024-06-05T16:33:21.135Z 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`
26732024-06-05T16:33:21.135Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26742024-06-05T16:33:21.135Z 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=434fe694e3e52873 -C extra-filename=-434fe694e3e52873 --out-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-903ac693a48b8cec.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-dd60374deaf26d09.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`
26752024-06-05T16:33:21.174Z Compiling buf-list v1.0.3
26762024-06-05T16:33:21.203Z 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`
26772024-06-05T16:33:21.755Z Compiling platforms v3.4.0
26782024-06-05T16:33:21.783Z 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`
26792024-06-05T16:33:22.299Z Compiling curve25519-dalek v4.1.2
26802024-06-05T16:33:22.324Z 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`
26812024-06-05T16:33:22.870Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-9ee7582522da070e/build-script-build`
26822024-06-05T16:33:22.933Z 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`
26832024-06-05T16:33:24.123Z Compiling universal-hash v0.5.1
26842024-06-05T16:33:24.157Z 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`
26852024-06-05T16:33:24.300Z Compiling opaque-debug v0.3.1
26862024-06-05T16:33:24.327Z 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`
26872024-06-05T16:33:24.352Z 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`
26882024-06-05T16:33:24.403Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-6b0ca1a2e803a0c4/build-script-build`
26892024-06-05T16:33:24.511Z Compiling curve25519-dalek-derive v0.1.1
26902024-06-05T16:33:24.536Z 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`
26912024-06-05T16:33:24.821Z Compiling diff v0.1.13
26922024-06-05T16:33:24.849Z 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`
26932024-06-05T16:33:25.434Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26942024-06-05T16:33:25.460Z 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=d8d831133567d41d -C extra-filename=-d8d831133567d41d --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-dd60374deaf26d09.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`
26952024-06-05T16:33:25.971Z 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"'`
26962024-06-05T16:33:26.138Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26972024-06-05T16:33:26.164Z 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`
26982024-06-05T16:33:26.828Z Compiling aead v0.5.2
26992024-06-05T16:33:26.853Z 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`
27002024-06-05T16:33:26.914Z Compiling pin-project-internal v1.1.5
27012024-06-05T16:33:26.939Z 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`
27022024-06-05T16:33:27.171Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27032024-06-05T16:33:27.201Z 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=d434832a0098a2d1 -C extra-filename=-d434832a0098a2d1 --out-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-903ac693a48b8cec.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-434fe694e3e52873.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`
27042024-06-05T16:33:27.723Z Compiling poly1305 v0.8.0
27052024-06-05T16:33:27.748Z 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`
27062024-06-05T16:33:29.113Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27072024-06-05T16:33:29.142Z 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`
27082024-06-05T16:33:29.740Z Compiling pin-project v1.1.5
27092024-06-05T16:33:29.765Z 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`
27102024-06-05T16:33:29.864Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27112024-06-05T16:33:29.889Z 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`
27122024-06-05T16:33:30.452Z Compiling chacha20 v0.9.1
27132024-06-05T16:33:30.493Z 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`
27142024-06-05T16:33:30.520Z Compiling thiserror-impl-no-std v2.0.2
27152024-06-05T16:33:30.520Z 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`
27162024-06-05T16:33:30.681Z Compiling nanorand v0.7.0
27172024-06-05T16:33:30.707Z 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`
27182024-06-05T16:33:30.969Z Compiling unicase v2.7.0
27192024-06-05T16:33:30.996Z 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`
27202024-06-05T16:33:31.207Z Compiling prettyplease v0.2.20
27212024-06-05T16:33:31.233Z 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`
27222024-06-05T16:33:31.258Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-af773df03734cef5/build-script-build`
27232024-06-05T16:33:31.440Z Compiling flume v0.11.0
27242024-06-05T16:33:31.466Z 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`
27252024-06-05T16:33:31.928Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-ee598f944c741a1e/build-script-build`
27262024-06-05T16:33:32.358Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27272024-06-05T16:33:32.358Z 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=4e0ae875a3d51826 -C extra-filename=-4e0ae875a3d51826 --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-dd60374deaf26d09.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`
27282024-06-05T16:33:32.386Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27292024-06-05T16:33:32.386Z 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`
27302024-06-05T16:33:32.386Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27312024-06-05T16:33:32.386Z 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`
27322024-06-05T16:33:32.549Z Compiling kstat-rs v0.2.3
27332024-06-05T16:33:32.593Z 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`
27342024-06-05T16:33:32.692Z Compiling vte_generate_state_changes v0.1.1
27352024-06-05T16:33:32.720Z 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`
27362024-06-05T16:33:33.210Z Compiling crunchy v0.2.2
27372024-06-05T16:33:33.211Z 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`
27382024-06-05T16:33:33.211Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-e0b06aa1a1bea11c/build-script-build`
27392024-06-05T16:33:33.211Z 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`
27402024-06-05T16:33:33.330Z Compiling vte v0.11.1
27412024-06-05T16:33:33.356Z 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`
27422024-06-05T16:33:33.477Z Compiling thiserror-no-std v2.0.2
27432024-06-05T16:33:33.502Z 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`
27442024-06-05T16:33:33.547Z Compiling chacha20poly1305 v0.10.1
27452024-06-05T16:33:33.981Z 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`
27462024-06-05T16:33:34.010Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-130d10875e2d7017/build-script-build`
27472024-06-05T16:33:34.010Z Compiling vsss-rs v3.3.4
27482024-06-05T16:33:34.010Z 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`
27492024-06-05T16:33:34.010Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
27502024-06-05T16:33:34.010Z 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`
27512024-06-05T16:33:34.010Z Compiling clang-sys v1.7.0
27522024-06-05T16:33:34.010Z 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`
27532024-06-05T16:33:34.390Z Compiling fd-lock v4.0.2
27542024-06-05T16:33:34.415Z 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`
27552024-06-05T16:33:34.440Z Compiling tiny-keccak v2.0.2
27562024-06-05T16:33:34.440Z 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`
27572024-06-05T16:33:34.588Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27582024-06-05T16:33:34.613Z 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`
27592024-06-05T16:33:34.794Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-7393d053db3fb81f/build-script-build`
27602024-06-05T16:33:34.819Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-ada6db466aade206/build-script-build`
27612024-06-05T16:33:34.819Z Compiling strip-ansi-escapes v0.2.0
27622024-06-05T16:33:34.819Z 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`
27632024-06-05T16:33:34.930Z Running `/work/oxidecomputer/omicron/target/debug/build/ipcc-456b3df7018f2ba2/build-script-build`
27642024-06-05T16:33:34.967Z 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`
27652024-06-05T16:33:35.030Z Compiling mime_guess v2.0.4
27662024-06-05T16:33:35.056Z 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`
27672024-06-05T16:33:35.056Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27682024-06-05T16:33:35.057Z 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`
27692024-06-05T16:33:35.152Z 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`
27702024-06-05T16:33:35.189Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-bc944395e508ff18/build-script-build`
27712024-06-05T16:33:35.541Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
27722024-06-05T16:33:35.571Z 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`
27732024-06-05T16:33:35.786Z 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`
27742024-06-05T16:33:36.179Z Compiling ref-cast v1.0.23
27752024-06-05T16:33:36.204Z 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`
27762024-06-05T16:33:36.660Z Compiling nu-ansi-term v0.50.0
27772024-06-05T16:33:36.685Z 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`
27782024-06-05T16:33:37.343Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27792024-06-05T16:33:37.343Z 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`
27802024-06-05T16:33:37.425Z Compiling reedline v0.31.0
27812024-06-05T16:33:37.450Z 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`
27822024-06-05T16:33:37.900Z 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=9df0494bf8274617 -C extra-filename=-9df0494bf8274617 --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-dd60374deaf26d09.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`
27832024-06-05T16:33:37.953Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-d05054f9a0608075/build-script-build`
27842024-06-05T16:33:38.021Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-24d629e3f832fc6d/build-script-build`
27852024-06-05T16:33:38.068Z 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`
27862024-06-05T16:33:38.587Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27872024-06-05T16:33:38.613Z 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`
27882024-06-05T16:33:38.859Z Compiling ascii-canvas v3.0.0
27892024-06-05T16:33:38.884Z 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`
27902024-06-05T16:33:39.336Z Compiling ref-cast-impl v1.0.23
27912024-06-05T16:33:39.362Z 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`
27922024-06-05T16:33:39.854Z Compiling memoffset v0.9.1
27932024-06-05T16:33:39.879Z 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`
27942024-06-05T16:33:40.177Z Compiling ena v0.14.3
27952024-06-05T16:33:40.205Z 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`
27962024-06-05T16:33:40.476Z Compiling libloading v0.8.3
27972024-06-05T16:33:40.502Z 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`
27982024-06-05T16:33:40.540Z Compiling bindgen v0.69.4
27992024-06-05T16:33:40.566Z 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`
28002024-06-05T16:33:40.849Z Compiling regex-syntax v0.6.29
28012024-06-05T16:33:40.874Z 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`
28022024-06-05T16:33:41.221Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-1a1ee6a60c43570b/build-script-build`
28032024-06-05T16:33:41.248Z 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`
28042024-06-05T16:33:41.987Z 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`
28052024-06-05T16:33:42.021Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-7ab5dad469300190/build-script-build`
28062024-06-05T16:33:42.021Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-e56d02bf2b673fb4/build-script-build`
28072024-06-05T16:33:42.021Z 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`
28082024-06-05T16:33:42.503Z 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`
28092024-06-05T16:33:42.698Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28102024-06-05T16:33:42.725Z 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`
28112024-06-05T16:33:43.602Z Compiling lalrpop v0.19.12
28122024-06-05T16:33:43.631Z 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`
28132024-06-05T16:33:43.833Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28142024-06-05T16:33:43.858Z 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`
28152024-06-05T16:33:45.225Z Compiling which v4.4.2
28162024-06-05T16:33:45.251Z 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`
28172024-06-05T16:33:45.742Z Compiling cexpr v0.6.0
28182024-06-05T16:33:45.768Z 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`
28192024-06-05T16:33:45.800Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
28202024-06-05T16:33:45.800Z 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`
28212024-06-05T16:33:45.908Z Compiling snafu-derive v0.8.2
28222024-06-05T16:33:45.933Z 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`
28232024-06-05T16:33:46.136Z Compiling rustc-hash v1.1.0
28242024-06-05T16:33:46.161Z 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`
28252024-06-05T16:33:46.281Z Compiling shlex v1.3.0
28262024-06-05T16:33:46.307Z 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`
28272024-06-05T16:33:46.670Z Compiling http-range v0.1.5
28282024-06-05T16:33:46.699Z 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`
28292024-06-05T16:33:46.830Z Compiling lazycell v1.3.0
28302024-06-05T16:33:46.861Z 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`
28312024-06-05T16:33:47.002Z 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`
28322024-06-05T16:33:47.028Z Compiling hyper-staticfile v0.9.5
28332024-06-05T16:33:47.028Z 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`
28342024-06-05T16:33:47.308Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
28352024-06-05T16:33:47.337Z 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`
28362024-06-05T16:33:47.904Z 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`
28372024-06-05T16:33:47.992Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
28382024-06-05T16:33:48.018Z 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`
28392024-06-05T16:33:48.835Z Compiling derive_builder_core v0.20.0
28402024-06-05T16:33:48.888Z 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`
28412024-06-05T16:33:50.364Z Compiling globset v0.4.14
28422024-06-05T16:33:50.402Z 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`
28432024-06-05T16:33:50.960Z Compiling snafu v0.8.2
28442024-06-05T16:33:50.988Z 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`
28452024-06-05T16:33:51.698Z Compiling olpc-cjson v0.1.3
28462024-06-05T16:33:51.723Z 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`
28472024-06-05T16:33:51.724Z Compiling serde_plain v1.0.2
28482024-06-05T16:33:51.724Z 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`
28492024-06-05T16:33:51.955Z Compiling libxml v0.3.3
28502024-06-05T16:33:51.983Z 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`
28512024-06-05T16:33:51.983Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
28522024-06-05T16:33:51.983Z 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`
28532024-06-05T16:33:52.013Z Compiling typed-path v0.7.1
28542024-06-05T16:33:52.014Z 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`
28552024-06-05T16:33:52.111Z Compiling signature v1.6.4
28562024-06-05T16:33:52.135Z 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`
28572024-06-05T16:33:52.274Z Compiling salty v0.2.0
28582024-06-05T16:33:52.299Z 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`
28592024-06-05T16:33:52.300Z Compiling cfg_aliases v0.1.1
28602024-06-05T16:33:52.300Z 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`
28612024-06-05T16:33:52.325Z Compiling bytecount v0.6.8
28622024-06-05T16:33:52.382Z 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`
28632024-06-05T16:33:52.440Z Compiling nix v0.28.0
28642024-06-05T16:33:52.465Z 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`
28652024-06-05T16:33:52.592Z Compiling papergrid v0.11.0
28662024-06-05T16:33:52.622Z 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`
28672024-06-05T16:33:52.779Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-da72f3e91a6ecd83/build-script-build`
28682024-06-05T16:33:52.807Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-6fed92e26fd65c4e/build-script-build`
28692024-06-05T16:33:52.849Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-1a1592996fa9ab13/build-script-build`
28702024-06-05T16:33:52.949Z Compiling ed25519 v1.5.3
28712024-06-05T16:33:52.949Z 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`
28722024-06-05T16:33:53.186Z Compiling derive_builder_macro v0.20.0
28732024-06-05T16:33:53.215Z 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`
28742024-06-05T16:33:53.215Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-7aaf03fc33132c77/build-script-build`
28752024-06-05T16:33:53.245Z Compiling nix v0.27.1
28762024-06-05T16:33:53.276Z 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`
28772024-06-05T16:33:54.105Z Compiling tough v0.17.1
28782024-06-05T16:33:54.139Z 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`
28792024-06-05T16:33:54.812Z 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`
28802024-06-05T16:33:54.928Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28812024-06-05T16:33:54.955Z 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`
28822024-06-05T16:33:54.955Z Compiling tabled_derive v0.7.0
28832024-06-05T16:33:54.955Z 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`
28842024-06-05T16:33:55.212Z Compiling serde-big-array v0.5.1
28852024-06-05T16:33:55.242Z 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`
28862024-06-05T16:33:55.414Z Compiling strum_macros v0.24.3
28872024-06-05T16:33:55.440Z 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`
28882024-06-05T16:33:56.184Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
28892024-06-05T16:33:56.210Z 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`
28902024-06-05T16:33:57.075Z Compiling cookie v0.18.1
28912024-06-05T16:33:57.105Z 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`
28922024-06-05T16:33:57.313Z Compiling indoc v1.0.9
28932024-06-05T16:33:57.339Z 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`
28942024-06-05T16:33:57.365Z Compiling parse-size v1.0.0
28952024-06-05T16:33:57.365Z 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`
28962024-06-05T16:33:57.590Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-009a01de1221a26e/build-script-build`
28972024-06-05T16:33:57.659Z Compiling tabled v0.15.0
28982024-06-05T16:33:57.684Z 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`
28992024-06-05T16:33:58.340Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
29002024-06-05T16:33:58.368Z 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`
29012024-06-05T16:33:58.801Z 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`
29022024-06-05T16:33:58.802Z Compiling derive_builder v0.20.0
29032024-06-05T16:33:58.835Z 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`
29042024-06-05T16:33:58.835Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-3383d06de3eb6dbd/build-script-build`
29052024-06-05T16:33:58.865Z 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`
29062024-06-05T16:33:58.990Z 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`
29072024-06-05T16:34:00.901Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29082024-06-05T16:34:00.977Z 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=2f17fe134520817a -C extra-filename=-2f17fe134520817a --out-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-9df0494bf8274617.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4e0ae875a3d51826.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-903ac693a48b8cec.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4ac91a4efa160aa2.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-d8d831133567d41d.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-2351e7c39c491df3.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-434fe694e3e52873.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dd60374deaf26d09.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d434832a0098a2d1.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`
29092024-06-05T16:34:01.581Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
29102024-06-05T16:34:01.613Z 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`
29112024-06-05T16:34:01.865Z Compiling signal-hook-tokio v0.3.1
29122024-06-05T16:34:01.891Z 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`
29132024-06-05T16:34:02.058Z Compiling serde-big-array v0.4.1
29142024-06-05T16:34:02.085Z 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`
29152024-06-05T16:34:02.200Z Compiling quick-xml v0.31.0
29162024-06-05T16:34:02.228Z 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`
29172024-06-05T16:34:03.851Z Compiling oso-derive v0.27.3
29182024-06-05T16:34:03.879Z 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`
29192024-06-05T16:34:04.124Z Compiling impl-trait-for-tuples v0.2.2
29202024-06-05T16:34:04.149Z 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`
29212024-06-05T16:34:04.805Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
29222024-06-05T16:34:04.832Z 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`
29232024-06-05T16:34:04.861Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29242024-06-05T16:34:04.889Z 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=511a32e6c04db480 -C extra-filename=-511a32e6c04db480 --out-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-903ac693a48b8cec.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/`
29252024-06-05T16:34:05.130Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-7a415effa6c96e2e/build-script-build`
29262024-06-05T16:34:05.163Z 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`
29272024-06-05T16:34:05.754Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29282024-06-05T16:34:05.857Z 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`
29292024-06-05T16:34:08.421Z 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`
29302024-06-05T16:34:09.344Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29312024-06-05T16:34:09.785Z 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`
29322024-06-05T16:34:11.031Z Compiling peg-macros v0.8.3
29332024-06-05T16:34:11.067Z 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`
29342024-06-05T16:34:13.235Z Compiling sqlparser_derive v0.2.2
29352024-06-05T16:34:13.260Z 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`
29362024-06-05T16:34:13.660Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
29372024-06-05T16:34:13.685Z 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`
29382024-06-05T16:34:13.978Z Compiling corncobs v0.1.3
29392024-06-05T16:34:14.004Z 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`
29402024-06-05T16:34:14.262Z Compiling unicode_categories v0.1.1
29412024-06-05T16:34:14.288Z 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`
29422024-06-05T16:34:14.288Z Compiling peg v0.8.3
29432024-06-05T16:34:14.289Z 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`
29442024-06-05T16:34:14.365Z Compiling sqlparser v0.45.0
29452024-06-05T16:34:14.390Z 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`
29462024-06-05T16:34:14.419Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
29472024-06-05T16:34:14.419Z 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`
29482024-06-05T16:34:14.562Z Compiling sqlformat v0.2.3
29492024-06-05T16:34:14.599Z 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`
29502024-06-05T16:34:14.783Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-5270077f7341b780/build-script-build`
29512024-06-05T16:34:14.851Z Compiling rustyline v14.0.0
29522024-06-05T16:34:14.877Z 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`
29532024-06-05T16:34:18.599Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29542024-06-05T16:34:18.624Z 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`
29552024-06-05T16:34:18.865Z Compiling const_format_proc_macros v0.2.32
29562024-06-05T16:34:18.903Z 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`
29572024-06-05T16:34:19.682Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
29582024-06-05T16:34:19.711Z 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`
29592024-06-05T16:34:20.817Z Compiling bb8 v0.8.3
29602024-06-05T16:34:20.851Z 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`
29612024-06-05T16:34:21.246Z Compiling bcs v0.1.6
29622024-06-05T16:34:21.286Z 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`
29632024-06-05T16:34:21.405Z Compiling highway v1.1.0
29642024-06-05T16:34:21.436Z 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`
29652024-06-05T16:34:21.940Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
29662024-06-05T16:34:21.986Z 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`
29672024-06-05T16:34:22.068Z Compiling const_format v0.2.32
29682024-06-05T16:34:22.093Z 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`
29692024-06-05T16:34:22.469Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-6e6566c08ac48fd4/build-script-build`
29702024-06-05T16:34:22.497Z 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`
29712024-06-05T16:34:22.706Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29722024-06-05T16:34:22.738Z 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`
29732024-06-05T16:34:22.831Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29742024-06-05T16:34:22.865Z 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`
29752024-06-05T16:34:24.615Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29762024-06-05T16:34:24.641Z 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=596b603b92f1df8d -C extra-filename=-596b603b92f1df8d --out-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-511a32e6c04db480.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/`
29772024-06-05T16:34:28.595Z Compiling assert_matches v1.5.0
29782024-06-05T16:34:28.620Z 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`
29792024-06-05T16:34:28.706Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29802024-06-05T16:34:28.732Z 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=5dff6a8596467615 -C extra-filename=-5dff6a8596467615 --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-511a32e6c04db480.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-596b603b92f1df8d.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/`
29812024-06-05T16:34:30.200Z Compiling rand_seeder v0.2.3
29822024-06-05T16:34:30.226Z 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`
29832024-06-05T16:34:30.472Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29842024-06-05T16:34:30.520Z 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`
29852024-06-05T16:34:30.520Z Compiling portable-atomic v1.6.0
29862024-06-05T16:34:30.521Z 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`
29872024-06-05T16:34:31.405Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-8428a0bb14271d51/build-script-build`
29882024-06-05T16:34:31.479Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29892024-06-05T16:34:31.508Z 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`
29902024-06-05T16:34:31.646Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29912024-06-05T16:34:31.673Z 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`
29922024-06-05T16:34:32.035Z 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`
29932024-06-05T16:34:33.204Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29942024-06-05T16:34:33.235Z 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`
29952024-06-05T16:34:33.445Z Compiling number_prefix v0.4.0
29962024-06-05T16:34:33.472Z 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`
29972024-06-05T16:34:33.663Z Compiling indicatif v0.17.8
29982024-06-05T16:34:33.691Z 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`
29992024-06-05T16:34:35.195Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30002024-06-05T16:34:35.222Z 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`
30012024-06-05T16:34:35.590Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30022024-06-05T16:34:35.620Z 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`
30032024-06-05T16:34:35.868Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30042024-06-05T16:34:35.896Z 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`
30052024-06-05T16:34:36.152Z Compiling castaway v0.2.2
30062024-06-05T16:34:36.178Z 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`
30072024-06-05T16:34:36.310Z Compiling compact_str v0.7.1
30082024-06-05T16:34:36.336Z 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`
30092024-06-05T16:34:37.240Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
30102024-06-05T16:34:37.271Z 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`
30112024-06-05T16:34:40.355Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-485baf0e8a87f599/build-script-build`
30122024-06-05T16:34:40.392Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-b1c1edd6c6f80956/build-script-build`
30132024-06-05T16:34:40.420Z Compiling lru v0.12.3
30142024-06-05T16:34:40.420Z 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`
30152024-06-05T16:34:40.685Z Compiling stability v0.2.0
30162024-06-05T16:34:40.713Z 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`
30172024-06-05T16:34:41.705Z Compiling cassowary v0.3.0
30182024-06-05T16:34:41.732Z 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`
30192024-06-05T16:34:42.298Z Compiling indoc v2.0.5
30202024-06-05T16:34:42.323Z 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`
30212024-06-05T16:34:42.955Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30222024-06-05T16:34:42.985Z 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=4fd13116745a3113 -C extra-filename=-4fd13116745a3113 --out-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-dd60374deaf26d09.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`
30232024-06-05T16:34:43.040Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30242024-06-05T16:34:43.066Z 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`
30252024-06-05T16:34:43.316Z Compiling smawk v0.3.2
30262024-06-05T16:34:43.341Z 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`
30272024-06-05T16:34:43.371Z Compiling ratatui v0.26.2
30282024-06-05T16:34:43.371Z 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`
30292024-06-05T16:34:43.519Z Compiling unicode-linebreak v0.1.5
30302024-06-05T16:34:43.544Z 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`
30312024-06-05T16:34:43.908Z Compiling textwrap v0.16.1
30322024-06-05T16:34:43.939Z 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`
30332024-06-05T16:34:45.022Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-30d310c4ea0d8dee/build-script-build`
30342024-06-05T16:34:45.050Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
30352024-06-05T16:34:45.075Z 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`
30362024-06-05T16:34:46.666Z Compiling fatfs v0.3.6
30372024-06-05T16:34:46.698Z 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`
30382024-06-05T16:34:47.300Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30392024-06-05T16:34:47.325Z 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=4da93b3794d17b80 -C extra-filename=-4da93b3794d17b80 --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-4ac91a4efa160aa2.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-dd60374deaf26d09.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-4fd13116745a3113.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`
30402024-06-05T16:34:48.146Z Compiling is_ci v1.2.0
30412024-06-05T16:34:48.171Z 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`
30422024-06-05T16:34:48.388Z Compiling supports-color v3.0.0
30432024-06-05T16:34:48.417Z 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`
30442024-06-05T16:34:48.755Z Compiling rtoolbox v0.0.2
30452024-06-05T16:34:48.780Z 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`
30462024-06-05T16:34:48.925Z Compiling shell-words v1.1.0
30472024-06-05T16:34:48.956Z 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`
30482024-06-05T16:34:49.142Z Compiling rpassword v7.3.1
30492024-06-05T16:34:49.168Z 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`
30502024-06-05T16:34:49.207Z Compiling tui-tree-widget v0.19.0
30512024-06-05T16:34:49.236Z 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`
30522024-06-05T16:34:49.417Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
30532024-06-05T16:34:49.464Z 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`
30542024-06-05T16:34:49.499Z Compiling yansi v0.5.1
30552024-06-05T16:34:49.526Z 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`
30562024-06-05T16:34:50.203Z Compiling getrandom v0.1.16
30572024-06-05T16:34:50.237Z 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`
30582024-06-05T16:34:50.459Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-2ec73041e42815d9/build-script-build`
30592024-06-05T16:34:50.487Z Compiling pretty_assertions v1.4.0
30602024-06-05T16:34:50.512Z 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`
30612024-06-05T16:34:50.810Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30622024-06-05T16:34:50.836Z 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`
30632024-06-05T16:34:51.173Z Compiling target-lexicon v0.12.14
30642024-06-05T16:34:51.201Z 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`
30652024-06-05T16:34:52.001Z 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`
30662024-06-05T16:34:52.064Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-588496c0fbf4d627/build-script-build`
30672024-06-05T16:34:52.137Z 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`
30682024-06-05T16:34:52.643Z Compiling rfc6979 v0.4.0
30692024-06-05T16:34:52.669Z 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`
30702024-06-05T16:34:52.814Z Compiling cargo-platform v0.1.8
30712024-06-05T16:34:52.839Z 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`
30722024-06-05T16:34:53.106Z Compiling doc-comment v0.3.3
30732024-06-05T16:34:53.132Z 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`
30742024-06-05T16:34:53.323Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30752024-06-05T16:34:53.359Z 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=f6f2f235b7c85d9a -C extra-filename=-f6f2f235b7c85d9a --out-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 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-dd60374deaf26d09.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-4fd13116745a3113.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4da93b3794d17b80.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`
30762024-06-05T16:34:54.054Z Compiling guppy-workspace-hack v0.1.0
30772024-06-05T16:34:54.087Z 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`
30782024-06-05T16:34:54.087Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-ba0802f28cc6b545/build-script-build`
30792024-06-05T16:34:54.088Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-378b95388d82b812/build-script-build`
30802024-06-05T16:34:54.116Z Compiling cargo_metadata v0.18.1
30812024-06-05T16:34:54.117Z 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`
30822024-06-05T16:34:57.054Z Compiling ecdsa v0.16.9
30832024-06-05T16:34:57.081Z 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`
30842024-06-05T16:34:57.343Z Compiling rand_core v0.5.1
30852024-06-05T16:34:57.373Z 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`
30862024-06-05T16:34:57.837Z 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"'`
30872024-06-05T16:34:57.863Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
30882024-06-05T16:34:57.863Z 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`
30892024-06-05T16:34:58.531Z Compiling primeorder v0.13.6
30902024-06-05T16:34:58.556Z 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`
30912024-06-05T16:34:58.986Z Compiling target-spec v3.1.0
30922024-06-05T16:34:59.010Z 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`
30932024-06-05T16:34:59.291Z Compiling assert_cmd v2.0.14
30942024-06-05T16:34:59.318Z 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`
30952024-06-05T16:34:59.542Z Compiling option-ext v0.2.0
30962024-06-05T16:34:59.566Z 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`
30972024-06-05T16:34:59.676Z Compiling dirs-sys v0.4.1
30982024-06-05T16:34:59.700Z 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`
30992024-06-05T16:34:59.725Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-723a3592c5686b08/build-script-build`
31002024-06-05T16:34:59.749Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-de1d5a5b05aca86e/build-script-build`
31012024-06-05T16:34:59.773Z Compiling cfg-expr v0.15.8
31022024-06-05T16:34:59.773Z 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`
31032024-06-05T16:35:00.238Z Compiling rand_chacha v0.2.2
31042024-06-05T16:35:00.263Z 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`
31052024-06-05T16:35:00.837Z 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`
31062024-06-05T16:35:00.942Z 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`
31072024-06-05T16:35:01.045Z Compiling polyval v0.6.2
31082024-06-05T16:35:01.071Z 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`
31092024-06-05T16:35:01.436Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
31102024-06-05T16:35:01.462Z 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=31ae518a28cae1a1 -C extra-filename=-31ae518a28cae1a1 --out-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-4ac91a4efa160aa2.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`
31112024-06-05T16:35:01.852Z Compiling ed25519 v2.2.3
31122024-06-05T16:35:01.884Z 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`
31132024-06-05T16:35:02.286Z Compiling http-body v1.0.0
31142024-06-05T16:35:02.312Z 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`
31152024-06-05T16:35:02.523Z Compiling ctr v0.9.2
31162024-06-05T16:35:02.549Z 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`
31172024-06-05T16:35:02.846Z Compiling aes v0.8.4
31182024-06-05T16:35:02.871Z 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`
31192024-06-05T16:35:04.626Z Compiling samael v0.0.15
31202024-06-05T16:35:04.653Z 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`
31212024-06-05T16:35:04.962Z Compiling blowfish v0.9.1
31222024-06-05T16:35:04.988Z 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`
31232024-06-05T16:35:05.347Z Compiling password-hash v0.4.2
31242024-06-05T16:35:05.379Z 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`
31252024-06-05T16:35:06.164Z Compiling pbkdf2 v0.12.2
31262024-06-05T16:35:06.190Z 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`
31272024-06-05T16:35:06.333Z Compiling tower-layer v0.3.2
31282024-06-05T16:35:06.361Z 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`
31292024-06-05T16:35:06.584Z Dirty md5 v0.7.0: the rustflags changed
31302024-06-05T16:35:06.584Z Compiling md5 v0.7.0
31312024-06-05T16:35:06.609Z 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`
31322024-06-05T16:35:06.704Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-1bbad7734351a8ba/build-script-bindings`
31332024-06-05T16:35:07.029Z Compiling hex-literal v0.4.1
31342024-06-05T16:35:07.055Z 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`
31352024-06-05T16:35:07.196Z Compiling plotters-backend v0.3.5
31362024-06-05T16:35:07.221Z 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`
31372024-06-05T16:35:07.737Z Compiling regex-automata v0.1.10
31382024-06-05T16:35:07.776Z 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`
31392024-06-05T16:35:08.165Z Compiling bstr v0.2.17
31402024-06-05T16:35:08.165Z 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`
31412024-06-05T16:35:08.595Z 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`
31422024-06-05T16:35:09.364Z Compiling plotters-svg v0.3.5
31432024-06-05T16:35:09.389Z 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`
31442024-06-05T16:35:09.750Z Compiling tower v0.4.13
31452024-06-05T16:35:09.776Z 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`
31462024-06-05T16:35:10.479Z Compiling bcrypt-pbkdf v0.10.0
31472024-06-05T16:35:10.509Z 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`
31482024-06-05T16:35:11.015Z Compiling pbkdf2 v0.11.0
31492024-06-05T16:35:11.044Z 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`
31502024-06-05T16:35:11.336Z Compiling hyper v1.3.1
31512024-06-05T16:35:11.366Z 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`
31522024-06-05T16:35:12.141Z Compiling ed25519-dalek v2.1.1
31532024-06-05T16:35:12.167Z 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`
31542024-06-05T16:35:13.207Z Compiling ghash v0.5.1
31552024-06-05T16:35:13.260Z 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`
31562024-06-05T16:35:13.438Z 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`
31572024-06-05T16:35:13.987Z 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`
31582024-06-05T16:35:14.340Z Compiling rand v0.7.3
31592024-06-05T16:35:14.373Z 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`
31602024-06-05T16:35:15.229Z Compiling dirs v5.0.1
31612024-06-05T16:35:15.257Z 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`
31622024-06-05T16:35:15.439Z Compiling p521 v0.13.3
31632024-06-05T16:35:15.467Z 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`
31642024-06-05T16:35:16.592Z Compiling p256 v0.13.2
31652024-06-05T16:35:16.617Z 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`
31662024-06-05T16:35:17.409Z Compiling pathdiff v0.2.1
31672024-06-05T16:35:17.434Z 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`
31682024-06-05T16:35:17.579Z Compiling cbc v0.1.2
31692024-06-05T16:35:17.611Z 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`
31702024-06-05T16:35:17.611Z Compiling russh-cryptovec v0.7.2
31712024-06-05T16:35:17.611Z 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`
31722024-06-05T16:35:17.810Z Compiling csv-core v0.1.11
31732024-06-05T16:35:17.836Z 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`
31742024-06-05T16:35:17.924Z Compiling cast v0.3.0
31752024-06-05T16:35:17.924Z 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`
31762024-06-05T16:35:18.214Z Compiling nested v0.1.1
31772024-06-05T16:35:18.239Z 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`
31782024-06-05T16:35:18.311Z Compiling criterion-plot v0.5.0
31792024-06-05T16:35:18.336Z 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`
31802024-06-05T16:35:18.511Z Compiling guppy v0.17.5
31812024-06-05T16:35:18.541Z 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`
31822024-06-05T16:35:18.911Z Compiling csv v1.3.0
31832024-06-05T16:35:18.936Z 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`
31842024-06-05T16:35:19.226Z Compiling russh-keys v0.43.0
31852024-06-05T16:35:19.251Z 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`
31862024-06-05T16:35:20.083Z Compiling aes-gcm v0.10.3
31872024-06-05T16:35:20.112Z 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`
31882024-06-05T16:35:20.345Z Compiling hyper-util v0.1.3
31892024-06-05T16:35:20.375Z 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`
31902024-06-05T16:35:20.863Z Compiling plotters v0.3.5
31912024-06-05T16:35:20.891Z 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`
31922024-06-05T16:35:22.145Z Compiling httptest v0.15.5
31932024-06-05T16:35:22.171Z 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`
31942024-06-05T16:35:22.517Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
31952024-06-05T16:35:22.543Z 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=7a01f6254e45739d -C extra-filename=-7a01f6254e45739d --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-4ac91a4efa160aa2.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`
31962024-06-05T16:35:22.955Z Compiling rustls-native-certs v0.7.0
31972024-06-05T16:35:22.981Z 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`
31982024-06-05T16:35:23.336Z Compiling tinytemplate v1.2.1
31992024-06-05T16:35:23.363Z 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`
32002024-06-05T16:35:24.305Z Compiling escape8259 v0.5.2
32012024-06-05T16:35:24.333Z 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`
32022024-06-05T16:35:24.669Z Compiling threadpool v1.8.1
32032024-06-05T16:35:24.694Z 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`
32042024-06-05T16:35:25.450Z Compiling oorandom v11.1.3
32052024-06-05T16:35:25.476Z 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`
32062024-06-05T16:35:25.634Z Compiling anes v0.1.6
32072024-06-05T16:35:25.663Z 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`
32082024-06-05T16:35:26.055Z Compiling dhcproto-macros v0.1.0
32092024-06-05T16:35:26.080Z 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`
32102024-06-05T16:35:26.125Z Compiling criterion v0.5.1
32112024-06-05T16:35:26.151Z 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`
32122024-06-05T16:35:26.913Z Compiling libtest-mimic v0.7.3
32132024-06-05T16:35:26.940Z 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`
32142024-06-05T16:35:26.980Z Compiling dhcproto v0.11.0
32152024-06-05T16:35:27.007Z 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`
32162024-06-05T16:35:27.838Z Compiling hyper-rustls v0.26.0
32172024-06-05T16:35:27.867Z 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`
32182024-06-05T16:35:28.340Z Compiling russh v0.43.0
32192024-06-05T16:35:28.373Z 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`
32202024-06-05T16:35:28.818Z Compiling fancy-regex v0.13.0
32212024-06-05T16:35:28.846Z 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`
32222024-06-05T16:35:29.908Z Compiling rstest_macros v0.19.0
32232024-06-05T16:35:29.932Z 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`
32242024-06-05T16:35:30.401Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
32252024-06-05T16:35:30.425Z 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`
32262024-06-05T16:35:30.787Z Compiling internet-checksum v0.2.1
32272024-06-05T16:35:30.812Z 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`
32282024-06-05T16:35:30.812Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-b4fe41587a79d495/build-script-build`
32292024-06-05T16:35:30.923Z Compiling datatest-stable v0.2.9
32302024-06-05T16:35:30.948Z 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`
32312024-06-05T16:35:30.976Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32322024-06-05T16:35:31.002Z 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=00ea3d100bfedc94 -C extra-filename=-00ea3d100bfedc94 --out-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-903ac693a48b8cec.rmeta --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-7a01f6254e45739d.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4ac91a4efa160aa2.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-d8d831133567d41d.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-434fe694e3e52873.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dd60374deaf26d09.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d434832a0098a2d1.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`
32332024-06-05T16:35:31.461Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32342024-06-05T16:35:31.486Z 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`
32352024-06-05T16:35:31.541Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32362024-06-05T16:35:31.569Z 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`
32372024-06-05T16:35:31.747Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32382024-06-05T16:35:31.774Z 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`
32392024-06-05T16:35:31.849Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32402024-06-05T16:35:31.876Z 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`
32412024-06-05T16:35:32.055Z Compiling similar-asserts v1.5.0
32422024-06-05T16:35:32.080Z 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`
32432024-06-05T16:35:32.147Z Compiling trybuild v1.0.96
32442024-06-05T16:35:32.172Z 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`
32452024-06-05T16:35:32.651Z Compiling relative-path v1.9.3
32462024-06-05T16:35:32.675Z 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`
32472024-06-05T16:35:33.096Z Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-72d0c13a05399e6c/build-script-build`
32482024-06-05T16:35:33.125Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-5305ff39a885fb66/build-script-build`
32492024-06-05T16:35:33.152Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-06959899ab47e831/build-script-build`
32502024-06-05T16:35:33.182Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32512024-06-05T16:35:33.208Z 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=79fed27095dbc91f -C extra-filename=-79fed27095dbc91f --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-2f17fe134520817a.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`
32522024-06-05T16:35:33.265Z 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`
32532024-06-05T16:35:34.835Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-4efc16a8e0a5fe62/build-script-build`
32542024-06-05T16:35:34.862Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-c6f43ef596001527/build-script-build`
32552024-06-05T16:35:34.887Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32562024-06-05T16:35:34.933Z 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=16907b617d458347 -C extra-filename=-16907b617d458347 --out-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-4e0ae875a3d51826.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-903ac693a48b8cec.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-31ae518a28cae1a1.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4ac91a4efa160aa2.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-d8d831133567d41d.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-dd60374deaf26d09.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-4fd13116745a3113.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4da93b3794d17b80.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`
32572024-06-05T16:35:37.322Z Compiling multimap v0.10.0
32582024-06-05T16:35:37.346Z 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`
32592024-06-05T16:35:37.645Z Compiling futures-timer v3.0.3
32602024-06-05T16:35:37.670Z 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`
32612024-06-05T16:35:38.013Z 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`
32622024-06-05T16:35:38.451Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32632024-06-05T16:35:38.478Z 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=bebcd6785f790bf7 -C extra-filename=-bebcd6785f790bf7 --out-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-f6f2f235b7c85d9a.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`
32642024-06-05T16:35:39.245Z Compiling partial-io v0.5.4
32652024-06-05T16:35:39.271Z 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`
32662024-06-05T16:35:39.650Z Compiling blake2b_simd v1.0.2
32672024-06-05T16:35:39.675Z 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`
32682024-06-05T16:35:39.891Z Compiling polar-core v0.27.3
32692024-06-05T16:35:39.916Z 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`
32702024-06-05T16:35:41.260Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-75c5ba972dd206ec/build-script-build`
32712024-06-05T16:35:41.403Z Compiling rstest v0.19.0
32722024-06-05T16:35:41.429Z 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`
32732024-06-05T16:35:41.600Z Compiling approx v0.5.1
32742024-06-05T16:35:41.624Z 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`
32752024-06-05T16:35:41.814Z Compiling rust-argon2 v2.1.0
32762024-06-05T16:35:41.841Z 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`
32772024-06-05T16:35:42.922Z 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`
32782024-06-05T16:35:43.132Z 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=1e651a12ec99bb85 -C extra-filename=-1e651a12ec99bb85 --out-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-903ac693a48b8cec.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`
32792024-06-05T16:35:43.275Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32802024-06-05T16:35:43.304Z 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=2d77297c10865238 -C extra-filename=-2d77297c10865238 --out-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-903ac693a48b8cec.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-434fe694e3e52873.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`
32812024-06-05T16:35:43.510Z Compiling cargo_toml v0.20.2
32822024-06-05T16:35:43.534Z 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`
32832024-06-05T16:35:44.778Z Compiling uzers v0.11.3
32842024-06-05T16:35:44.803Z 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`
32852024-06-05T16:35:45.598Z Compiling termios v0.3.3
32862024-06-05T16:35:45.622Z 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`
32872024-06-05T16:35:45.839Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32882024-06-05T16:35:45.870Z 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`
32892024-06-05T16:35:45.908Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32902024-06-05T16:35:45.933Z 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=a99486ec90eee882 -C extra-filename=-a99486ec90eee882 --out-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-903ac693a48b8cec.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`
32912024-06-05T16:35:47.953Z 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=0e73a0025a10cf00 -C extra-filename=-0e73a0025a10cf00 --out-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-903ac693a48b8cec.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0e8047a55dacc6b8.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-2d77297c10865238.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-434fe694e3e52873.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`
32922024-06-05T16:35:49.388Z 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`
32932024-06-05T16:35:50.152Z Compiling oso v0.27.3
32942024-06-05T16:35:50.177Z 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`
32952024-06-05T16:35:50.325Z 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=0686848d167fb0b0 -C extra-filename=-0686848d167fb0b0 --out-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-f6f2f235b7c85d9a.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-bebcd6785f790bf7.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`
32962024-06-05T16:35:50.868Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32972024-06-05T16:35:50.893Z 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`
32982024-06-05T16:35:52.172Z 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=e8ce972c0f2d5b26 -C extra-filename=-e8ce972c0f2d5b26 --out-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-f6f2f235b7c85d9a.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-bebcd6785f790bf7.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`
32992024-06-05T16:35:52.709Z 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`
33002024-06-05T16:35:53.447Z 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`
33012024-06-05T16:35:54.120Z 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`
33022024-06-05T16:35:54.309Z 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=b23b1520616d01b6 -C extra-filename=-b23b1520616d01b6 --out-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-903ac693a48b8cec.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-7a01f6254e45739d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4ac91a4efa160aa2.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-d8d831133567d41d.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-434fe694e3e52873.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dd60374deaf26d09.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d434832a0098a2d1.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`
33032024-06-05T16:35:55.138Z 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=1423e70b5cffb967 -C extra-filename=-1423e70b5cffb967 --out-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-903ac693a48b8cec.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-00ea3d100bfedc94.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-7a01f6254e45739d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4ac91a4efa160aa2.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-d8d831133567d41d.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-434fe694e3e52873.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dd60374deaf26d09.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d434832a0098a2d1.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`
33042024-06-05T16:35:55.583Z 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=2006af1276d343de -C extra-filename=-2006af1276d343de --out-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-4e0ae875a3d51826.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-5dff6a8596467615.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-903ac693a48b8cec.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-00ea3d100bfedc94.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-7a01f6254e45739d.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-31ae518a28cae1a1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4ac91a4efa160aa2.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-d8d831133567d41d.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-dd60374deaf26d09.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-f6f2f235b7c85d9a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-4fd13116745a3113.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4da93b3794d17b80.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-05T16:35:55.936Z 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=bf1018839dfca00e -C extra-filename=-bf1018839dfca00e --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-2f17fe134520817a.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`
33062024-06-05T16:35:56.895Z 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`
33072024-06-05T16:36:00.945Z 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=3bf21ada43f68643 -C extra-filename=-3bf21ada43f68643 --out-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-9df0494bf8274617.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4e0ae875a3d51826.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-903ac693a48b8cec.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4ac91a4efa160aa2.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-d8d831133567d41d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2f17fe134520817a.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-2351e7c39c491df3.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-434fe694e3e52873.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dd60374deaf26d09.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d434832a0098a2d1.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`
33082024-06-05T16:36:01.809Z 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=0728c53f880991ef -C extra-filename=-0728c53f880991ef --out-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-9df0494bf8274617.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4e0ae875a3d51826.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-903ac693a48b8cec.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4ac91a4efa160aa2.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-d8d831133567d41d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2f17fe134520817a.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-2351e7c39c491df3.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-434fe694e3e52873.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dd60374deaf26d09.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d434832a0098a2d1.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`
33092024-06-05T16:36:04.067Z 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=5d461edba44433a3 -C extra-filename=-5d461edba44433a3 --out-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-9df0494bf8274617.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4e0ae875a3d51826.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-903ac693a48b8cec.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4ac91a4efa160aa2.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-d8d831133567d41d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2f17fe134520817a.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-2351e7c39c491df3.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-434fe694e3e52873.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dd60374deaf26d09.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d434832a0098a2d1.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`
33102024-06-05T16:36:06.196Z 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=7b4b5c1ca9380ab8 -C extra-filename=-7b4b5c1ca9380ab8 --out-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-9df0494bf8274617.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4e0ae875a3d51826.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-903ac693a48b8cec.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4ac91a4efa160aa2.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-d8d831133567d41d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2f17fe134520817a.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-2351e7c39c491df3.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-434fe694e3e52873.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dd60374deaf26d09.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d434832a0098a2d1.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`
33112024-06-05T16:36:13.007Z 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=bb0c0851b5fab043 -C extra-filename=-bb0c0851b5fab043 --out-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-9df0494bf8274617.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4e0ae875a3d51826.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-903ac693a48b8cec.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4ac91a4efa160aa2.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-d8d831133567d41d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2f17fe134520817a.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-2351e7c39c491df3.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-434fe694e3e52873.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dd60374deaf26d09.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d434832a0098a2d1.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`
33122024-06-05T16:36:14.950Z 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=beef256c75beaa3b -C extra-filename=-beef256c75beaa3b --out-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-5dff6a8596467615.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-2f17fe134520817a.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`
33132024-06-05T16:36:15.410Z 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=8555b4824d6bf367 -C extra-filename=-8555b4824d6bf367 --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-79fed27095dbc91f.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-2f17fe134520817a.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`
33142024-06-05T16:36:18.078Z 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=84fbcbfa2fd21069 -C extra-filename=-84fbcbfa2fd21069 --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-79fed27095dbc91f.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-2f17fe134520817a.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`
33152024-06-05T16:36:20.628Z 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=e67ffbcd1a11cc77 -C extra-filename=-e67ffbcd1a11cc77 --out-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-9df0494bf8274617.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4e0ae875a3d51826.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-903ac693a48b8cec.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4ac91a4efa160aa2.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-d8d831133567d41d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2f17fe134520817a.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-2351e7c39c491df3.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-434fe694e3e52873.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dd60374deaf26d09.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d434832a0098a2d1.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`
33162024-06-05T16:36:21.013Z 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=d1d0d4a6829a8576 -C extra-filename=-d1d0d4a6829a8576 --out-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-9df0494bf8274617.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4e0ae875a3d51826.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-903ac693a48b8cec.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4ac91a4efa160aa2.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-d8d831133567d41d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2f17fe134520817a.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-2351e7c39c491df3.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-434fe694e3e52873.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dd60374deaf26d09.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d434832a0098a2d1.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`
33172024-06-05T16:36:22.837Z 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=1c25e1aa0b59cc30 -C extra-filename=-1c25e1aa0b59cc30 --out-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-4e0ae875a3d51826.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-903ac693a48b8cec.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-31ae518a28cae1a1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4ac91a4efa160aa2.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-d8d831133567d41d.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-dd60374deaf26d09.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-4fd13116745a3113.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-16907b617d458347.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4da93b3794d17b80.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`
33182024-06-05T16:36:23.562Z 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=fafbb9e305a03e7d -C extra-filename=-fafbb9e305a03e7d --out-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-4e0ae875a3d51826.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-5dff6a8596467615.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-903ac693a48b8cec.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-00ea3d100bfedc94.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-7a01f6254e45739d.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-31ae518a28cae1a1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4ac91a4efa160aa2.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-d8d831133567d41d.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-dd60374deaf26d09.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-f6f2f235b7c85d9a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-4fd13116745a3113.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-16907b617d458347.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4da93b3794d17b80.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`
33192024-06-05T16:36:25.944Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33202024-06-05T16:36:25.969Z 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`
33212024-06-05T16:36:26.364Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33222024-06-05T16:36:26.389Z 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=da3bb1214502329c -C extra-filename=-da3bb1214502329c --out-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-5dff6a8596467615.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-903ac693a48b8cec.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-2f17fe134520817a.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`
33232024-06-05T16:36:27.163Z 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`
33242024-06-05T16:36:29.189Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33252024-06-05T16:36:29.213Z 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`
33262024-06-05T16:36:30.793Z 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`
33272024-06-05T16:36:31.688Z 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=15446891308a3bc5 -C extra-filename=-15446891308a3bc5 --out-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-903ac693a48b8cec.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`
33282024-06-05T16:36:31.820Z 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=e22b2e234e02b956 -C extra-filename=-e22b2e234e02b956 --out-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-4e0ae875a3d51826.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-5dff6a8596467615.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-903ac693a48b8cec.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-00ea3d100bfedc94.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-7a01f6254e45739d.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-31ae518a28cae1a1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4ac91a4efa160aa2.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-d8d831133567d41d.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-dd60374deaf26d09.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-f6f2f235b7c85d9a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-4fd13116745a3113.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-16907b617d458347.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4da93b3794d17b80.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`
33292024-06-05T16:36:34.575Z 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=eaa11554cab9fc90 -C extra-filename=-eaa11554cab9fc90 --out-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-9df0494bf8274617.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4e0ae875a3d51826.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-903ac693a48b8cec.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4ac91a4efa160aa2.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-d8d831133567d41d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2f17fe134520817a.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-2351e7c39c491df3.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-434fe694e3e52873.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dd60374deaf26d09.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d434832a0098a2d1.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`
33302024-06-05T16:36:36.060Z 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=ec70085d2d2b4ecf -C extra-filename=-ec70085d2d2b4ecf --out-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-9df0494bf8274617.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4e0ae875a3d51826.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-903ac693a48b8cec.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4ac91a4efa160aa2.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-d8d831133567d41d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2f17fe134520817a.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-2351e7c39c491df3.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-434fe694e3e52873.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dd60374deaf26d09.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d434832a0098a2d1.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`
33312024-06-05T16:36:44.120Z 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=1e927de7e772efe6 -C extra-filename=-1e927de7e772efe6 --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-79fed27095dbc91f.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-2f17fe134520817a.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`
33322024-06-05T16:36:46.438Z 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`
33332024-06-05T16:36:48.226Z 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`
33342024-06-05T16:36:54.405Z 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`
33352024-06-05T16:36:55.941Z 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`
33362024-06-05T16:36:57.950Z 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=de47ebc9c86e0905 -C extra-filename=-de47ebc9c86e0905 --out-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 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-dd60374deaf26d09.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-f6f2f235b7c85d9a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-4fd13116745a3113.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4da93b3794d17b80.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`
33372024-06-05T16:36:59.014Z 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=868c9e4e6cd01130 -C extra-filename=-868c9e4e6cd01130 --out-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 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-dd60374deaf26d09.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-f6f2f235b7c85d9a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-4fd13116745a3113.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4da93b3794d17b80.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`
33382024-06-05T16:37:00.703Z 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=3878a2085e739ebe -C extra-filename=-3878a2085e739ebe --out-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-f6f2f235b7c85d9a.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`
33392024-06-05T16:37:00.920Z 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=c16727ca103e3a43 -C extra-filename=-c16727ca103e3a43 --out-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 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-dd60374deaf26d09.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-f6f2f235b7c85d9a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-4fd13116745a3113.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4da93b3794d17b80.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`
33402024-06-05T16:37:02.991Z 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=b638060ce14e7c4d -C extra-filename=-b638060ce14e7c4d --out-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-9df0494bf8274617.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4e0ae875a3d51826.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-903ac693a48b8cec.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4ac91a4efa160aa2.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-d8d831133567d41d.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-2351e7c39c491df3.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-434fe694e3e52873.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dd60374deaf26d09.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-d434832a0098a2d1.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`
33412024-06-05T16:37:03.429Z 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=42642706b362e8c5 -C extra-filename=-42642706b362e8c5 --out-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-31ae518a28cae1a1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4ac91a4efa160aa2.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`
33422024-06-05T16:37:04.701Z 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=f18c5c7d924d7cc7 -C extra-filename=-f18c5c7d924d7cc7 --out-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-31ae518a28cae1a1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4ac91a4efa160aa2.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`
33432024-06-05T16:37:05.402Z 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=e1c4acc9c132559b -C extra-filename=-e1c4acc9c132559b --out-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-31ae518a28cae1a1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-4ac91a4efa160aa2.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`
33442024-06-05T16:37:08.316Z 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=035e5e4b76024005 -C extra-filename=-035e5e4b76024005 --out-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 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-dd60374deaf26d09.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-4fd13116745a3113.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4da93b3794d17b80.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`
33452024-06-05T16:37:11.654Z 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`
33462024-06-05T16:37:13.080Z 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`
33472024-06-05T16:37:14.058Z 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=d5c46b8aad8b23ac -C extra-filename=-d5c46b8aad8b23ac --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-da3bb1214502329c.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`
33482024-06-05T16:37:15.300Z 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=cf433c265fc20c9e -C extra-filename=-cf433c265fc20c9e --out-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-5dff6a8596467615.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-903ac693a48b8cec.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-2f17fe134520817a.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`
33492024-06-05T16:37:18.154Z 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=3fe6933a4864c122 -C extra-filename=-3fe6933a4864c122 --out-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-5dff6a8596467615.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-903ac693a48b8cec.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-da3bb1214502329c.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-2f17fe134520817a.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-596b603b92f1df8d.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`
33502024-06-05T16:37:19.235Z 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=745a06cb6a9182a0 -C extra-filename=-745a06cb6a9182a0 --out-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-5dff6a8596467615.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`
33512024-06-05T16:37:21.969Z 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`
33522024-06-05T16:37:22.393Z 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=37a9025a94876aa3 -C extra-filename=-37a9025a94876aa3 --out-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-903ac693a48b8cec.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-da3bb1214502329c.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-1e651a12ec99bb85.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`
33532024-06-05T16:37:23.898Z 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`
33542024-06-05T16:37:24.413Z 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`
33552024-06-05T16:37:25.855Z 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=78501843e5d3d57a -C extra-filename=-78501843e5d3d57a --out-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-903ac693a48b8cec.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-da3bb1214502329c.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`
33562024-06-05T16:37:42.839Z 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=8cab8bac18a8ebcb -C extra-filename=-8cab8bac18a8ebcb --out-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-903ac693a48b8cec.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-da3bb1214502329c.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-2f17fe134520817a.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`
33572024-06-05T16:37:46.927Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
33582024-06-05T16:37:46.953Z 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`
33592024-06-05T16:37:50.002Z 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`
33602024-06-05T16:37:51.791Z 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`
33612024-06-05T16:37:56.350Z 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`
33622024-06-05T16:38:05.368Z 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`
33632024-06-05T16:38:06.755Z 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`
33642024-06-05T16:38:07.372Z 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`
33652024-06-05T16:38:16.879Z 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`
33662024-06-05T16:38:16.907Z 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`
33672024-06-05T16:38:21.525Z 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=5ba83682ecc83871 -C extra-filename=-5ba83682ecc83871 --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-4ac91a4efa160aa2.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-dd60374deaf26d09.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-4fd13116745a3113.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`
33682024-06-05T16:38:28.271Z 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`
33692024-06-05T16:38:41.443Z 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`
33702024-06-05T16:38:41.490Z 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`
33712024-06-05T16:38:41.524Z 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=b0bdcb598fe81ad4 -C extra-filename=-b0bdcb598fe81ad4 --out-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-903ac693a48b8cec.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-434fe694e3e52873.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`
33722024-06-05T16:38:45.403Z 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=545c95291bb3a632 -C extra-filename=-545c95291bb3a632 --out-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-511a32e6c04db480.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-596b603b92f1df8d.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/`
33732024-06-05T16:38:47.248Z 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=cc256b7bbdd04d6a -C extra-filename=-cc256b7bbdd04d6a --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-511a32e6c04db480.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-596b603b92f1df8d.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/`
33742024-06-05T16:38:49.276Z 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=ac450539feecd5cd -C extra-filename=-ac450539feecd5cd --out-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-903ac693a48b8cec.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-511a32e6c04db480.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/`
33752024-06-05T16:38:54.001Z 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=1ed22968396fa6b1 -C extra-filename=-1ed22968396fa6b1 --out-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-511a32e6c04db480.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/`
33762024-06-05T16:38:54.881Z 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=e7ebbaf61ecde684 -C extra-filename=-e7ebbaf61ecde684 --out-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-5dff6a8596467615.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-903ac693a48b8cec.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-511a32e6c04db480.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-596b603b92f1df8d.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/`
33772024-06-05T16:38:56.670Z 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=d392b58cef3900ed -C extra-filename=-d392b58cef3900ed --out-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-5dff6a8596467615.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-903ac693a48b8cec.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-511a32e6c04db480.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-596b603b92f1df8d.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/`
33782024-06-05T16:38:57.596Z 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=d6609506621a980d -C extra-filename=-d6609506621a980d --out-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-5dff6a8596467615.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-903ac693a48b8cec.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-596b603b92f1df8d.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/`
33792024-06-05T16:38:58.004Z 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`
33802024-06-05T16:38:58.436Z 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`
33812024-06-05T16:38:59.025Z 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=9c9b5256937b398a -C extra-filename=-9c9b5256937b398a --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-dd60374deaf26d09.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`
33822024-06-05T16:39:06.741Z 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=913a07e4d99005c8 -C extra-filename=-913a07e4d99005c8 --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-9df0494bf8274617.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-dd60374deaf26d09.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`
33832024-06-05T16:39:10.983Z 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=5fe765cd20f2d1fe -C extra-filename=-5fe765cd20f2d1fe --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-9df0494bf8274617.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-dd60374deaf26d09.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`
33842024-06-05T16:39:26.289Z 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`
33852024-06-05T16:39:29.064Z 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`
33862024-06-05T16:39:30.131Z 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`
33872024-06-05T16:39:30.675Z 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`
33882024-06-05T16:39:31.599Z 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`
33892024-06-05T16:39:39.735Z 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=a7aa08524c701292 -C extra-filename=-a7aa08524c701292 --out-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-4ac91a4efa160aa2.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`
33902024-06-05T16:39:41.713Z 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`
33912024-06-05T16:39:45.816Z 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`
33922024-06-05T16:39:47.206Z 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`
33932024-06-05T16:39:48.842Z 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`
33942024-06-05T16:39:50.608Z 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`
33952024-06-05T16:39:52.920Z 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`
33962024-06-05T16:39:58.070Z 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`
33972024-06-05T16:39:59.571Z 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`
33982024-06-05T16:40:07.760Z 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`
33992024-06-05T16:40:09.260Z 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`
34002024-06-05T16:40:09.344Z 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`
34012024-06-05T16:40:11.107Z 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`
34022024-06-05T16:40:12.930Z 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`
34032024-06-05T16:40:17.753Z 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=62ee7c6e0bc8dd4b -C extra-filename=-62ee7c6e0bc8dd4b --out-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-dd60374deaf26d09.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`
34042024-06-05T16:40:19.866Z 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=cd29f7ef918af52f -C extra-filename=-cd29f7ef918af52f --out-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-903ac693a48b8cec.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`
34052024-06-05T16:40:21.268Z 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=d9f35ba6c103f2dc -C extra-filename=-d9f35ba6c103f2dc --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-dd60374deaf26d09.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`
34062024-06-05T16:40:22.428Z 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=b60715e05dd64aeb -C extra-filename=-b60715e05dd64aeb --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-903ac693a48b8cec.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`
34072024-06-05T16:40:23.268Z 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=99e55aa8c8be7f81 -C extra-filename=-99e55aa8c8be7f81 --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-4ac91a4efa160aa2.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`
34082024-06-05T16:40:27.204Z 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=5108b91c883ec812 -C extra-filename=-5108b91c883ec812 --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-dd60374deaf26d09.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`
34092024-06-05T16:40:28.506Z 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=6eca03b07345693c -C extra-filename=-6eca03b07345693c --out-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-903ac693a48b8cec.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-434fe694e3e52873.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`
34102024-06-05T16:40:28.946Z 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=4022d86ca3a7aed0 -C extra-filename=-4022d86ca3a7aed0 --out-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-903ac693a48b8cec.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-dd60374deaf26d09.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`
34112024-06-05T16:40:29.690Z 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`
34122024-06-05T16:40:30.604Z 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`
34132024-06-05T16:40:31.886Z 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`
34142024-06-05T16:40:38.794Z 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`
34152024-06-05T16:40:39.977Z 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`
34162024-06-05T16:40:42.052Z 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`
34172024-06-05T16:40:46.700Z 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`
34182024-06-05T16:40:50.648Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
34192024-06-05T16:40:50.673Z 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`
34202024-06-05T16:40:51.280Z 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`
34212024-06-05T16:40:52.591Z 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`
34222024-06-05T16:40:53.231Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
34232024-06-05T16:40:53.256Z 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`
34242024-06-05T16:40:54.448Z 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`
34252024-06-05T16:40:54.938Z 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`
34262024-06-05T16:40:55.353Z 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`
34272024-06-05T16:40:56.902Z 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=51cc2185a3fb1ee1 -C extra-filename=-51cc2185a3fb1ee1 --out-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-2351e7c39c491df3.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-eaba0e23150905c7.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`
34282024-06-05T16:41:00.742Z 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`
34292024-06-05T16:41:03.157Z 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`
34302024-06-05T16:41:03.276Z 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`
34312024-06-05T16:41:05.379Z 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`
34322024-06-05T16:41:09.195Z 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`
34332024-06-05T16:41:10.891Z 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`
34342024-06-05T16:41:15.521Z 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`
34352024-06-05T16:41:17.088Z 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`
34362024-06-05T16:41:17.703Z 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`
34372024-06-05T16:41:18.150Z 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`
34382024-06-05T16:41:19.265Z 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`
34392024-06-05T16:41:19.616Z 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`
34402024-06-05T16:41:19.719Z 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`
34412024-06-05T16:41:19.952Z 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`
34422024-06-05T16:41:20.097Z 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`
34432024-06-05T16:41:20.265Z 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`
34442024-06-05T16:43:04.364Z 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=cf3e36524e4c343a -C extra-filename=-cf3e36524e4c343a --out-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-da3bb1214502329c.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-15446891308a3bc5.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-05T16:43:04.364Z 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=49293e4ace5f9cf7 -C extra-filename=-49293e4ace5f9cf7 --out-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-903ac693a48b8cec.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-15446891308a3bc5.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`
34462024-06-05T16:43:04.390Z 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=87186ab18744235c -C extra-filename=-87186ab18744235c --out-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-da3bb1214502329c.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-15446891308a3bc5.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`
34472024-06-05T16:43:04.390Z 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=22c7c4e281aff340 -C extra-filename=-22c7c4e281aff340 --out-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-da3bb1214502329c.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-15446891308a3bc5.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`
34482024-06-05T16:43:07.284Z 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=79244f9b6b1c37ab -C extra-filename=-79244f9b6b1c37ab --out-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-5dff6a8596467615.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-903ac693a48b8cec.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-da3bb1214502329c.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-15446891308a3bc5.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-2f17fe134520817a.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-596b603b92f1df8d.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`
34492024-06-05T16:43:08.907Z 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=f116b18fbcb34f4b -C extra-filename=-f116b18fbcb34f4b --out-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-903ac693a48b8cec.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-15446891308a3bc5.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`
34502024-06-05T16:43:09.458Z 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=c31e669132e3e5a7 -C extra-filename=-c31e669132e3e5a7 --out-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-5dff6a8596467615.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-903ac693a48b8cec.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-da3bb1214502329c.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-15446891308a3bc5.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-2f17fe134520817a.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-596b603b92f1df8d.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`
34512024-06-05T16:43:10.353Z 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=8fee17bb7b0d90ac -C extra-filename=-8fee17bb7b0d90ac --out-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-5dff6a8596467615.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-da3bb1214502329c.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-15446891308a3bc5.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`
34522024-06-05T16:43:10.423Z 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=f5faf3126f2c77ed -C extra-filename=-f5faf3126f2c77ed --out-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-5dff6a8596467615.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-da3bb1214502329c.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-15446891308a3bc5.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`
34532024-06-05T16:43:17.705Z 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=e5de6bdebd58dbd2 -C extra-filename=-e5de6bdebd58dbd2 --out-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-5dff6a8596467615.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-da3bb1214502329c.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-15446891308a3bc5.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`
34542024-06-05T16:43:21.379Z 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=a80d72cd83a2e43e -C extra-filename=-a80d72cd83a2e43e --out-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-5dff6a8596467615.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-da3bb1214502329c.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-15446891308a3bc5.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`
34552024-06-05T16:43:32.626Z 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=092887eb61dbca4e -C extra-filename=-092887eb61dbca4e --out-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-5dff6a8596467615.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-903ac693a48b8cec.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-da3bb1214502329c.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-15446891308a3bc5.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-2f17fe134520817a.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-596b603b92f1df8d.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`
34562024-06-05T16:43:34.814Z 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=92404f9fdf162568 -C extra-filename=-92404f9fdf162568 --out-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-5dff6a8596467615.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-da3bb1214502329c.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-15446891308a3bc5.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`
34572024-06-05T16:53:27.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22m 23s
34582024-06-05T16:53:35.572Z
34592024-06-05T16:53:35.600Zreal 22:31.378268942
34602024-06-05T16:53:35.600Zuser 1:31:16.638504424
34612024-06-05T16:53:35.600Zsys 26:36.509071527
34622024-06-05T16:53:35.600Ztrap 27.912476992
34632024-06-05T16:53:35.600Ztflt 2.354936449
34642024-06-05T16:53:35.600Zdflt 22:19.929195360
34652024-06-05T16:53:35.600Zkflt 0.027981535
34662024-06-05T16:53:35.600Zlock 4:33:35.670592118
34672024-06-05T16:53:35.600Zslp 9:07:12.787511842
34682024-06-05T16:53:35.600Zlat 26:35.830123317
34692024-06-05T16:53:35.600Zstop 5:16.012362431
34702024-06-05T16:53:37.564Z
34712024-06-05T16:53:37.564Z ##### ###### #### #####
34722024-06-05T16:53:37.564Z # # # #
34732024-06-05T16:53:37.589Z # ##### #### #
34742024-06-05T16:53:37.589Z # # # #
34752024-06-05T16:53:37.589Z # # # # #
34762024-06-05T16:53:37.589Z # ###### #### #
34772024-06-05T16:53:37.589Z
34782024-06-05T16:53:39.766Zinfo: experimental features enabled: setup-scripts
34792024-06-05T16:53:41.674Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
34802024-06-05T16:53:41.710Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34812024-06-05T16:53:41.735Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34822024-06-05T16:53:55.515Z Finished `test` profile [unoptimized + debuginfo] target(s) in 15.73s
34832024-06-05T16:53:57.741Z Starting 1269 tests across 121 binaries (3 skipped; run ID: 3a2beb25-ce4d-412c-9e37-13960ddc133d, nextest profile: ci)
34842024-06-05T16:53:57.765Z SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
34852024-06-05T16:53:58.703Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34862024-06-05T16:54:06.237Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34872024-06-05T16:54:07.985Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34882024-06-05T16:54:10.080Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
34892024-06-05T16:54:17.809Z Finished `test` profile [unoptimized + debuginfo] target(s) in 19.98s
34902024-06-05T16:54:17.885Z Running `target/debug/crdb-seed`
34912024-06-05T16:54:17.925ZJun 05 16:54:17.362 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpNIqbKd
34922024-06-05T16:54:17.949ZJun 05 16:54:17.363 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpLwpdsy,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpNIqbKd/listen-url
34932024-06-05T16:54:17.949ZJun 05 16:54:17.365 INFO cockroach environment: BUILDOMAT_JOB_ID=01HZMKK1PZHH4FFAS8CK3NHNZQ 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=gjcolombo/separate-instance-vmm-state-enums GITHUB_REF=refs/heads/gjcolombo/separate-instance-vmm-state-enums GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=1d91b713a1bf44aab37ffa547dfb988353f26676 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-envwIe9dh 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=3a2beb25-ce4d-412c-9e37-13960ddc133d 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
34942024-06-05T16:54:18.721ZJun 05 16:54:18.160 INFO cockroach pid: 4535
34952024-06-05T16:54:18.721ZJun 05 16:54:18.160 INFO cockroach listen URL: postgresql://root@[::1]:64681/omicron?sslmode=disable
34962024-06-05T16:54:18.746ZJun 05 16:54:18.160 INFO cockroach: populating
34972024-06-05T16:54:21.847ZJun 05 16:54:21.284 INFO cockroach: populated
34982024-06-05T16:54:24.743ZJun 05 16:54:24.182 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/6cad55a6ba7c27826057ab0c6724d7e88f9444dd664d0485440bc82b91ce1e00.tar`
34992024-06-05T16:54:24.768Z SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
35002024-06-05T16:54:24.857Z PASS [ 0.051s] authz-macros tests::test_authz_snapshots
35012024-06-05T16:54:24.857Z PASS [ 0.043s] bootstore schemes::tests::hello_roundtrip
35022024-06-05T16:54:24.857Z PASS [ 0.036s] bootstore schemes::v0::share_pkg::tests::create_packages
35032024-06-05T16:54:24.857Z PASS [ 0.029s] bootstore trust_quorum::rack_secret::tests::create_and_verify
35042024-06-05T16:54:24.857Z PASS [ 0.036s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
35052024-06-05T16:54:24.883Z PASS [ 0.021s] db-macros tests::test_derive_metadata_identity_fails_for_enums
35062024-06-05T16:54:24.883Z PASS [ 0.021s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
35072024-06-05T16:54:24.883Z PASS [ 0.026s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
35082024-06-05T16:54:24.883Z PASS [ 0.027s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
35092024-06-05T16:54:24.883Z PASS [ 0.090s] bootstore schemes::v0::peer::tests::network_config
35102024-06-05T16:54:24.907Z PASS [ 0.069s] db-macros lookup::test::test_lookup_snapshots
35112024-06-05T16:54:24.907Z PASS [ 0.037s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
35122024-06-05T16:54:24.908Z PASS [ 0.030s] db-macros tests::test_derive_with_unknown_field
35132024-06-05T16:54:24.908Z PASS [ 0.038s] db-macros tests::test_derive_snapshots
35142024-06-05T16:54:25.065Z PASS [ 0.175s] dns-server storage::test::test_update_in_progress
35152024-06-05T16:54:25.089Z PASS [ 0.183s] dns-server storage::test::test_update_interrupted
35162024-06-05T16:54:25.089Z PASS [ 0.206s] dns-server storage::test::test_update_basic
35172024-06-05T16:54:25.303Z PASS [ 0.403s] dns-server::basic_test a_crud
35182024-06-05T16:54:25.328Z PASS [ 0.264s] dns-server::basic_test empty_record
35192024-06-05T16:54:25.352Z PASS [ 0.426s] dns-server::basic_test aaaa_crud
35202024-06-05T16:54:25.352Z PASS [ 0.256s] dns-server::basic_test name_contains_zone
35212024-06-05T16:54:25.352Z PASS [ 0.271s] dns-server::basic_test multi_record_crud
35222024-06-05T16:54:25.542Z PASS [ 0.216s] dns-server::basic_test servfail
35232024-06-05T16:54:25.578Z PASS [ 0.276s] dns-server::basic_test nxdomain
35242024-06-05T16:54:25.603Z PASS [ 0.050s] dns-service-client diff::test::diff_different
35252024-06-05T16:54:25.603Z PASS [ 0.269s] dns-server::basic_test srv_crud
35262024-06-05T16:54:25.627Z PASS [ 0.030s] dns-service-client diff::test::diff_equivalent
35272024-06-05T16:54:25.627Z PASS [ 0.034s] dns-service-client diff::test::diff_invalid
35282024-06-05T16:54:25.654Z PASS [ 0.036s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
35292024-06-05T16:54:25.679Z PASS [ 0.052s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
35302024-06-05T16:54:25.703Z PASS [ 0.337s] dns-server::openapi_test test_dns_server_openapi
35312024-06-05T16:54:25.703Z PASS [ 0.067s] illumos-utils destructor::test::test_delayed_delete
35322024-06-05T16:54:25.703Z PASS [ 0.038s] illumos-utils destructor::test::test_destructor_bad_close
35332024-06-05T16:54:25.727Z PASS [ 0.029s] illumos-utils link::test::test_allocate
35342024-06-05T16:54:25.727Z PASS [ 0.028s] illumos-utils link::test::test_allocate_within_scopes
35352024-06-05T16:54:25.727Z PASS [ 0.029s] illumos-utils running_zone::tests::test_is_oxide_smf_service
35362024-06-05T16:54:25.752Z PASS [ 0.029s] illumos-utils zone::tests::test_parse_ip_network
35372024-06-05T16:54:25.752Z PASS [ 0.029s] illumos-utils zpool::test::test_parse_zpool
35382024-06-05T16:54:25.776Z PASS [ 0.028s] illumos-utils zpool::test::test_parse_zpool_missing_column
35392024-06-05T16:54:25.915Z PASS [ 1.141s] bootstore schemes::v0::peer::tests::basic_3_nodes
35402024-06-05T16:54:26.073Z PASS [ 0.159s] installinator-common block_size_writer::tests::proptest_block_writer
35412024-06-05T16:54:26.105Z PASS [ 0.351s] installinator-artifactd::mod integration_tests::openapi::test_server_openapi
35422024-06-05T16:54:26.130Z PASS [ 0.039s] internal-dns config::test::display_hosts
35432024-06-05T16:54:26.154Z PASS [ 0.027s] internal-dns config::test::display_srv_service
35442024-06-05T16:54:26.178Z PASS [ 0.043s] internal-dns config::test::test_builder_errors
35452024-06-05T16:54:26.203Z PASS [ 0.047s] internal-dns config::test::test_builder_output
35462024-06-05T16:54:26.369Z PASS [ 0.717s] illumos-utils destructor::test::test_delayed_delete_with_error
35472024-06-05T16:54:26.519Z PASS [ 0.339s] internal-dns resolver::test::insert_and_lookup_one_record
35482024-06-05T16:54:26.603Z PASS [ 0.446s] internal-dns resolver::test::insert_and_lookup_multiple_records
35492024-06-05T16:54:26.627Z PASS [ 0.248s] internal-dns resolver::test::lookup_nonexistent_record_fails
35502024-06-05T16:54:26.926Z PASS [ 0.407s] internal-dns resolver::test::resolver_can_access_backup_dns_server
35512024-06-05T16:54:26.962Z PASS [ 0.360s] internal-dns resolver::test::resolver_can_be_used_with_progenitor_client
35522024-06-05T16:54:26.993Z PASS [ 0.379s] internal-dns resolver::test::resolver_doesnt_bail_on_missing_targets
35532024-06-05T16:54:27.020Z PASS [ 0.037s] ipcc tests::deserialize_fixed_value
35542024-06-05T16:54:27.046Z PASS [ 0.044s] ipcc tests::installinator_image_id_round_trip
35552024-06-05T16:54:27.071Z PASS [ 0.049s] ipcc tests::serialized_size
35562024-06-05T16:54:27.095Z PASS [ 0.042s] key-manager tests::different_ikm_produces_different_keys
35572024-06-05T16:54:27.095Z PASS [ 0.063s] key-manager tests::different_disks_produce_different_keys
35582024-06-05T16:54:27.119Z PASS [ 0.025s] key-manager tests::disk_encryption_key_epoch_0
35592024-06-05T16:54:27.143Z PASS [ 0.026s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
35602024-06-05T16:54:27.167Z PASS [ 0.040s] nexus-auth authn::external::cookies::test::test_parse_cookies_empty_headers
35612024-06-05T16:54:27.191Z PASS [ 0.046s] nexus-auth authn::external::cookies::test::test_parse_cookies_ignore_other_headers
35622024-06-05T16:54:27.191Z PASS [ 0.030s] nexus-auth authn::external::cookies::test::test_parse_cookies_one_cookie
35632024-06-05T16:54:27.216Z PASS [ 0.037s] nexus-auth authn::external::cookies::test::test_parse_cookies_two_cookie_headers
35642024-06-05T16:54:27.216Z PASS [ 0.288s] internal-dns resolver::test::update_record
35652024-06-05T16:54:27.240Z PASS [ 0.037s] nexus-auth authn::external::cookies::test::test_parse_cookies_two_cookie_headers_same_name
35662024-06-05T16:54:27.240Z PASS [ 0.032s] nexus-auth authn::external::cookies::test::test_parse_cookies_two_cookies
35672024-06-05T16:54:27.288Z PASS [ 0.042s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie
35682024-06-05T16:54:27.312Z PASS [ 0.081s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
35692024-06-05T16:54:27.312Z PASS [ 0.079s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
35702024-06-05T16:54:27.372Z PASS [ 0.041s] nexus-auth authn::external::session_cookie::test::test_get_token
35712024-06-05T16:54:27.372Z PASS [ 0.033s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header
35722024-06-05T16:54:27.396Z PASS [ 0.036s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
35732024-06-05T16:54:27.396Z PASS [ 0.031s] nexus-auth authn::external::session_cookie::test::test_missing_cookie
35742024-06-05T16:54:27.396Z PASS [ 0.036s] nexus-auth authn::external::session_cookie::test::test_other_cookie
35752024-06-05T16:54:27.397Z PASS [ 0.033s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value
35762024-06-05T16:54:27.397Z PASS [ 0.033s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
35772024-06-05T16:54:27.421Z PASS [ 0.045s] nexus-auth authn::external::session_cookie::test::test_valid_cookie
35782024-06-05T16:54:27.421Z PASS [ 0.046s] nexus-auth authn::external::spoof::test::test_make_header_value
35792024-06-05T16:54:27.450Z PASS [ 0.039s] nexus-auth authn::external::spoof::test::test_make_header_value_raw
35802024-06-05T16:54:27.475Z PASS [ 0.034s] nexus-auth authn::external::spoof::test::test_spoof_header_missing
35812024-06-05T16:54:27.475Z PASS [ 0.034s] nexus-auth authn::external::spoof::test::test_spoof_header_valid
35822024-06-05T16:54:27.475Z PASS [ 0.048s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
35832024-06-05T16:54:27.499Z PASS [ 0.031s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values
35842024-06-05T16:54:27.499Z PASS [ 0.028s] nexus-auth authn::external::token::test::test_make_header_value
35852024-06-05T16:54:27.523Z PASS [ 0.042s] nexus-auth authn::external::test::test_authn_sequence
35862024-06-05T16:54:27.523Z PASS [ 0.032s] nexus-auth authn::external::token::test::test_token_header_bad_utf8
35872024-06-05T16:54:27.523Z PASS [ 0.031s] nexus-auth authn::external::token::test::test_token_header_missing
35882024-06-05T16:54:27.547Z PASS [ 0.029s] nexus-auth authn::external::token::test::test_token_header_valid
35892024-06-05T16:54:27.572Z PASS [ 0.042s] nexus-auth authn::test::test_internal_users
35902024-06-05T16:54:27.595Z PASS [ 0.047s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
35912024-06-05T16:54:27.619Z PASS [ 0.060s] nexus-auth context::test::test_background_context
35922024-06-05T16:54:27.643Z PASS [ 0.103s] nexus-auth authz::context::test::test_unregistered_resource
35932024-06-05T16:54:27.644Z PASS [ 0.057s] nexus-auth context::test::test_child_context
35942024-06-05T16:54:27.670Z PASS [ 0.054s] nexus-auth context::test::test_test_context
35952024-06-05T16:54:27.694Z PASS [ 0.045s] nexus-config nexus_config::test::test_config_bad_toml
35962024-06-05T16:54:27.718Z PASS [ 0.071s] nexus-config nexus_config::test::test_bad_authn_schemes
35972024-06-05T16:54:27.718Z PASS [ 0.033s] nexus-config nexus_config::test::test_config_empty
35982024-06-05T16:54:27.718Z PASS [ 0.033s] nexus-config nexus_config::test::test_config_nonexistent
35992024-06-05T16:54:27.747Z PASS [ 0.032s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
36002024-06-05T16:54:27.747Z PASS [ 0.048s] nexus-config nexus_config::test::test_deployment_config_schema
36012024-06-05T16:54:27.771Z PASS [ 0.051s] nexus-config nexus_config::test::test_repo_configs_are_valid
36022024-06-05T16:54:27.795Z PASS [ 0.027s] nexus-config postgres_config::test::test_bad_url
36032024-06-05T16:54:27.795Z PASS [ 0.043s] nexus-config nexus_config::test::test_valid
36042024-06-05T16:54:27.795Z PASS [ 0.026s] nexus-config postgres_config::test::test_example_url
36052024-06-05T16:54:27.820Z PASS [ 0.035s] nexus-db-fixed-data role_builtin::test::test_fixed_role_data
36062024-06-05T16:54:27.820Z PASS [ 0.033s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
36072024-06-05T16:54:27.820Z PASS [ 0.030s] nexus-db-fixed-data test::test_allowlist_id_is_valid
36082024-06-05T16:54:27.844Z PASS [ 0.025s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
36092024-06-05T16:54:27.845Z PASS [ 0.031s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
36102024-06-05T16:54:27.895Z PASS [ 0.031s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
36112024-06-05T16:54:27.920Z PASS [ 0.042s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
36122024-06-05T16:54:27.920Z PASS [ 0.040s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
36132024-06-05T16:54:27.920Z PASS [ 0.056s] nexus-db-model device_auth::test::test_generate_user_code
36142024-06-05T16:54:27.944Z PASS [ 0.033s] nexus-db-model schema_versions::test::test_known_versions
36152024-06-05T16:54:27.944Z PASS [ 0.058s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
36162024-06-05T16:54:27.944Z PASS [ 0.040s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
36172024-06-05T16:54:27.968Z PASS [ 0.038s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
36182024-06-05T16:54:27.993Z PASS [ 0.029s] nexus-db-model schema_versions::test::test_verify
36192024-06-05T16:54:27.993Z PASS [ 0.039s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files
36202024-06-05T16:54:28.018Z PASS [ 0.029s] nexus-db-model tests::test_ip_subnet_check_requestable_address
36212024-06-05T16:54:28.018Z PASS [ 0.037s] nexus-db-model semver_version::test::test_to_from_sortable_string
36222024-06-05T16:54:28.018Z PASS [ 0.036s] nexus-db-model tests::test_ipv6_net_random_subnet
36232024-06-05T16:54:28.042Z PASS [ 0.028s] nexus-db-model tests::test_roles_database_strings
36242024-06-05T16:54:28.042Z PASS [ 0.028s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
36252024-06-05T16:54:28.149Z PASS [ 2.805s] dns-server::commands_test test_dnsadm
36262024-06-05T16:54:32.271Z PASS [ 6.528s] installinator mock_peers::tests::proptest_fetch_artifact
36272024-06-05T16:54:32.665Z PASS [ 6.915s] installinator write::tests::proptest_write_artifact
36282024-06-05T16:54:34.454Z PASS [ 6.419s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
36292024-06-05T16:54:35.690Z PASS [ 7.678s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
36302024-06-05T16:54:35.715Z PASS [ 7.677s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
36312024-06-05T16:54:35.715Z PASS [ 7.568s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
36322024-06-05T16:54:39.242Z PASS [ 6.971s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
36332024-06-05T16:54:39.285Z PASS [ 0.042s] nexus-db-queries db::collection_attach::test::test_verify_query
36342024-06-05T16:54:39.642Z PASS [ 6.977s] nexus-db-queries db::collection_attach::test::test_attach_once
36352024-06-05T16:54:41.769Z PASS [ 7.315s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
36362024-06-05T16:54:43.104Z PASS [ 7.392s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
36372024-06-05T16:54:43.177Z PASS [ 7.471s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
36382024-06-05T16:54:43.220Z PASS [ 7.517s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
36392024-06-05T16:54:46.445Z PASS [ 7.162s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
36402024-06-05T16:54:46.487Z PASS [ 0.043s] nexus-db-queries db::collection_detach::test::test_verify_query
36412024-06-05T16:54:46.618Z PASS [ 6.977s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
36422024-06-05T16:54:48.849Z PASS [ 7.081s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
36432024-06-05T16:54:50.357Z PASS [ 7.252s] nexus-db-queries db::collection_detach::test::test_detach_once
36442024-06-05T16:54:50.454Z PASS [ 7.277s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
36452024-06-05T16:54:50.558Z PASS [ 7.348s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
36462024-06-05T16:54:52.750Z PASS [ 27.945s] bootstore::v0-fsm-proptest-learner run
36472024-06-05T16:54:53.668Z PASS [ 7.180s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
36482024-06-05T16:54:53.739Z PASS [ 7.121s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
36492024-06-05T16:54:53.782Z PASS [ 0.043s] nexus-db-queries db::collection_detach_many::test::test_verify_query
36502024-06-05T16:54:55.908Z PASS [ 7.058s] nexus-db-queries db::collection_detach_many::test::test_detach_many
36512024-06-05T16:54:57.564Z PASS [ 7.208s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
36522024-06-05T16:54:57.611Z PASS [ 0.045s] nexus-db-queries db::collection_insert::test::test_verify_query
36532024-06-05T16:54:57.656Z PASS [ 0.047s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
36542024-06-05T16:54:57.682Z PASS [ 7.227s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
36552024-06-05T16:54:57.707Z PASS [ 0.041s] nexus-db-queries db::column_walker::test::test_walk_columns
36562024-06-05T16:54:57.732Z PASS [ 0.042s] nexus-db-queries db::column_walker::test::test_walk_table
36572024-06-05T16:54:57.887Z PASS [ 7.332s] nexus-db-queries db::collection_detach_many::test::test_detach_once
36582024-06-05T16:54:59.406Z PASS [ 34.591s] bootstore::v0-fsm-proptest-rack-coordinator run
36592024-06-05T16:54:59.893Z PASS [ 7.143s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
36602024-06-05T16:54:59.936Z PASS [ 6.156s] nexus-db-queries db::collection_insert::test::test_collection_not_present
36612024-06-05T16:55:00.927Z PASS [ 7.260s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
36622024-06-05T16:55:02.905Z PASS [ 6.995s] nexus-db-queries db::collection_insert::test::test_collection_present
36632024-06-05T16:55:04.893Z PASS [ 7.173s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
36642024-06-05T16:55:04.919Z PASS [ 7.212s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
36652024-06-05T16:55:05.272Z PASS [ 7.385s] nexus-db-queries db::datastore::dataset::test::test_insert_if_not_exists
36662024-06-05T16:55:06.444Z PASS [ 7.040s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
36672024-06-05T16:55:06.481Z PASS [ 0.041s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
36682024-06-05T16:55:07.197Z PASS [ 7.305s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
36692024-06-05T16:55:07.254Z PASS [ 7.302s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
36702024-06-05T16:55:08.228Z PASS [ 7.278s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
36712024-06-05T16:55:09.931Z PASS [ 7.030s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
36722024-06-05T16:55:11.889Z PASS [ 6.996s] nexus-db-queries db::datastore::deployment::tests::test_set_target
36732024-06-05T16:55:12.230Z PASS [ 6.959s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
36742024-06-05T16:55:12.447Z PASS [ 7.537s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
36752024-06-05T16:55:13.692Z PASS [ 7.209s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
36762024-06-05T16:55:14.452Z PASS [ 7.256s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
36772024-06-05T16:55:15.380Z PASS [ 8.140s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
36782024-06-05T16:55:15.720Z PASS [ 7.513s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
36792024-06-05T16:55:17.020Z PASS [ 7.086s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
36802024-06-05T16:55:19.012Z PASS [ 7.123s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
36812024-06-05T16:55:19.429Z PASS [ 6.983s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
36822024-06-05T16:55:19.834Z PASS [ 7.604s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
36832024-06-05T16:55:20.803Z PASS [ 7.112s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
36842024-06-05T16:55:21.784Z PASS [ 7.331s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_unlocking_someone_elses_instance_errors
36852024-06-05T16:55:22.414Z PASS [ 7.031s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
36862024-06-05T16:55:24.125Z PASS [ 7.108s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
36872024-06-05T16:55:25.702Z PASS [ 9.985s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
36882024-06-05T16:55:26.058Z PASS [ 7.048s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool
36892024-06-05T16:55:26.391Z PASS [ 6.962s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization
36902024-06-05T16:55:28.082Z PASS [ 7.277s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones
36912024-06-05T16:55:28.490Z PASS [ 8.655s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset
36922024-06-05T16:55:28.858Z PASS [ 7.072s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
36932024-06-05T16:55:29.569Z PASS [ 7.160s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
36942024-06-05T16:55:31.350Z PASS [ 7.207s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
36952024-06-05T16:55:32.732Z PASS [ 7.021s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
36962024-06-05T16:55:33.362Z PASS [ 6.971s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
36972024-06-05T16:55:33.491Z PASS [ 7.432s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
36982024-06-05T16:55:35.296Z PASS [ 7.211s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
36992024-06-05T16:55:35.660Z PASS [ 7.163s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
37002024-06-05T16:55:36.449Z PASS [ 7.171s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
37012024-06-05T16:55:36.716Z PASS [ 7.137s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
37022024-06-05T16:55:39.078Z PASS [ 7.737s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
37032024-06-05T16:55:39.522Z PASS [ 0.033s] nexus-db-queries db::datastore::region::test::test_extent_count
37042024-06-05T16:55:40.435Z PASS [ 6.939s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
37052024-06-05T16:55:40.861Z PASS [ 7.485s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
37062024-06-05T16:55:41.913Z PASS [ 9.182s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
37072024-06-05T16:55:43.004Z PASS [ 7.705s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
37082024-06-05T16:55:43.605Z PASS [ 7.571s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
37092024-06-05T16:55:43.634Z PASS [ 7.971s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
37102024-06-05T16:55:44.038Z PASS [ 7.330s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
37112024-06-05T16:55:46.220Z PASS [ 7.096s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
37122024-06-05T16:55:47.459Z PASS [ 6.998s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
37132024-06-05T16:55:50.308Z PASS [ 9.448s] nexus-db-queries db::datastore::sled::test::sled_list_batch
37142024-06-05T16:55:50.589Z PASS [ 8.680s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
37152024-06-05T16:55:51.114Z PASS [ 8.119s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
37162024-06-05T16:55:51.235Z PASS [ 7.611s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
37172024-06-05T16:55:51.906Z PASS [ 7.858s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_fails_with_stale_sled_agent_gen
37182024-06-05T16:55:53.777Z PASS [ 7.578s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
37192024-06-05T16:55:54.431Z PASS [ 7.000s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
37202024-06-05T16:55:54.501Z PASS [ 10.889s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
37212024-06-05T16:55:57.415Z PASS [ 7.121s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
37222024-06-05T16:55:57.622Z PASS [ 7.037s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
37232024-06-05T16:55:58.106Z PASS [ 6.872s] nexus-db-queries db::datastore::test::test_project_creation
37242024-06-05T16:55:58.303Z PASS [ 7.188s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
37252024-06-05T16:55:59.204Z PASS [ 7.308s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
37262024-06-05T16:56:01.176Z PASS [ 7.398s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
37272024-06-05T16:56:01.486Z PASS [ 7.000s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
37282024-06-05T16:56:05.190Z PASS [ 7.567s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
37292024-06-05T16:56:05.574Z PASS [ 8.158s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
37302024-06-05T16:56:08.159Z PASS [ 13.731s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
37312024-06-05T16:56:08.864Z PASS [ 7.379s] nexus-db-queries db::datastore::test::test_session_methods
37322024-06-05T16:56:10.890Z PASS [ 12.587s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
37332024-06-05T16:56:12.136Z PASS [ 14.024s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
37342024-06-05T16:56:12.273Z PASS [ 7.083s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
37352024-06-05T16:56:12.703Z PASS [ 7.130s] nexus-db-queries db::datastore::test::test_ssh_keys
37362024-06-05T16:56:13.669Z PASS [ 14.465s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
37372024-06-05T16:56:14.218Z PASS [ 13.043s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
37382024-06-05T16:56:15.202Z PASS [ 7.041s] nexus-db-queries db::datastore::test::test_table_scan
37392024-06-05T16:56:15.991Z PASS [ 7.125s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
37402024-06-05T16:56:17.956Z PASS [ 7.066s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
37412024-06-05T16:56:19.287Z PASS [ 7.003s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
37422024-06-05T16:56:19.802Z PASS [ 7.670s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
37432024-06-05T16:56:19.827Z PASS [ 7.106s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
37442024-06-05T16:56:21.041Z PASS [ 7.371s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
37452024-06-05T16:56:21.211Z PASS [ 6.994s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
37462024-06-05T16:56:22.468Z PASS [ 7.267s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
37472024-06-05T16:56:24.342Z PASS [ 8.350s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
37482024-06-05T16:56:24.379Z PASS [ 0.035s] nexus-db-queries db::pagination::test::test_paginator
37492024-06-05T16:56:25.009Z PASS [ 7.053s] nexus-db-queries db::explain::test::test_explain_async
37502024-06-05T16:56:26.320Z PASS [ 7.044s] nexus-db-queries db::explain::test::test_explain_full_table_scan
37512024-06-05T16:56:26.850Z PASS [ 7.049s] nexus-db-queries db::lookup::test::test_lookup
37522024-06-05T16:56:27.045Z PASS [ 7.236s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
37532024-06-05T16:56:28.300Z PASS [ 7.261s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
37542024-06-05T16:56:28.362Z PASS [ 7.150s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
37552024-06-05T16:56:29.611Z PASS [ 7.144s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
37562024-06-05T16:56:31.374Z PASS [ 6.992s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
37572024-06-05T16:56:32.087Z PASS [ 7.078s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
37582024-06-05T16:56:33.530Z PASS [ 7.211s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
37592024-06-05T16:56:34.123Z PASS [ 7.272s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
37602024-06-05T16:56:34.165Z PASS [ 0.038s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
37612024-06-05T16:56:34.217Z PASS [ 7.171s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
37622024-06-05T16:56:35.762Z PASS [ 7.400s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
37632024-06-05T16:56:35.797Z PASS [ 7.469s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
37642024-06-05T16:56:37.043Z PASS [ 7.427s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
37652024-06-05T16:56:38.523Z PASS [ 7.153s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
37662024-06-05T16:56:39.163Z PASS [ 7.068s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
37672024-06-05T16:56:41.861Z PASS [ 7.692s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
37682024-06-05T16:56:42.013Z PASS [ 7.797s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
37692024-06-05T16:56:43.455Z PASS [ 7.686s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
37702024-06-05T16:56:43.560Z PASS [ 7.798s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
37712024-06-05T16:56:44.514Z PASS [ 7.476s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
37722024-06-05T16:56:45.792Z PASS [ 12.260s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
37732024-06-05T16:56:45.821Z PASS [ 7.299s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
37742024-06-05T16:56:46.156Z PASS [ 7.002s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
37752024-06-05T16:56:46.192Z PASS [ 0.035s] nexus-db-queries db::queries::network_interface::tests::test_last_address_offset
37762024-06-05T16:56:48.759Z PASS [ 6.905s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
37772024-06-05T16:56:48.802Z PASS [ 0.043s] nexus-db-queries db::queries::network_interface::tests::test_next_mac_shifts_for_guest
37782024-06-05T16:56:48.838Z PASS [ 0.036s] nexus-db-queries db::queries::network_interface::tests::test_next_mac_shifts_for_system
37792024-06-05T16:56:49.236Z PASS [ 7.222s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
37802024-06-05T16:56:49.284Z PASS [ 0.048s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
37812024-06-05T16:56:50.712Z PASS [ 7.257s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
37822024-06-05T16:56:50.840Z PASS [ 7.280s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
37832024-06-05T16:56:51.285Z PASS [ 0.572s] nexus-db-queries db::queries::region_allocation::test::expectorate_query
37842024-06-05T16:56:51.640Z PASS [ 0.352s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
37852024-06-05T16:56:51.907Z PASS [ 0.269s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
37862024-06-05T16:56:52.225Z PASS [ 0.312s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
37872024-06-05T16:56:52.269Z PASS [ 7.751s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
37882024-06-05T16:56:52.664Z PASS [ 0.445s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
37892024-06-05T16:56:53.217Z PASS [ 7.426s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
37902024-06-05T16:56:53.264Z PASS [ 7.443s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
37912024-06-05T16:56:53.843Z PASS [ 5.003s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
37922024-06-05T16:56:53.966Z PASS [ 0.123s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
37932024-06-05T16:56:54.003Z PASS [ 0.036s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
37942024-06-05T16:56:54.046Z PASS [ 0.046s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
37952024-06-05T16:56:54.083Z PASS [ 0.036s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
37962024-06-05T16:56:54.123Z PASS [ 0.038s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
37972024-06-05T16:56:56.357Z PASS [ 7.071s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
37982024-06-05T16:56:56.621Z PASS [ 5.782s] nexus-db-queries db::queries::region_allocation::test::explainable
37992024-06-05T16:56:56.647Z PASS [ 10.446s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
38002024-06-05T16:56:59.101Z PASS [ 5.885s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
38012024-06-05T16:56:59.411Z PASS [ 7.141s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
38022024-06-05T16:56:59.626Z PASS [ 6.961s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
38032024-06-05T16:57:00.419Z PASS [ 7.155s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
38042024-06-05T16:57:00.454Z PASS [ 0.034s] nexus-defaults tests::test_random_vpc_ipv6_prefix
38052024-06-05T16:57:00.766Z PASS [ 0.307s] nexus-inventory builder::test::test_basic
38062024-06-05T16:57:00.802Z PASS [ 0.042s] nexus-inventory builder::test::test_empty
38072024-06-05T16:57:00.854Z PASS [ 0.042s] nexus-inventory builder::test::test_problems
38082024-06-05T16:57:01.242Z PASS [ 7.117s] nexus-db-queries db::queries::vpc_subnet::test::test_filter_conflicting_vpc_subnet_ranges_query
38092024-06-05T16:57:01.663Z PASS [ 5.037s] nexus-db-queries db::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
38102024-06-05T16:57:02.201Z PASS [ 1.357s] nexus-inventory collector::test::test_basic
38112024-06-05T16:57:02.249Z PASS [ 0.557s] nexus-inventory collector::test::test_multi_mgs_failure
38122024-06-05T16:57:02.653Z PASS [ 1.415s] nexus-inventory collector::test::test_multi_mgs
38132024-06-05T16:57:03.530Z PASS [ 0.802s] nexus-inventory collector::test::test_sled_agent_failure
38142024-06-05T16:57:03.530Z PASS [ 6.902s] nexus-db-queries db::saga_recovery::test::test_failure_during_saga_can_be_recovered
38152024-06-05T16:57:06.467Z PASS [ 9.828s] nexus-db-queries policy_test::test_conferred_roles
38162024-06-05T16:57:06.542Z PASS [ 7.134s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
38172024-06-05T16:57:06.571Z PASS [ 0.083s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
38182024-06-05T16:57:06.610Z PASS [ 0.059s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
38192024-06-05T16:57:06.651Z PASS [ 0.108s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
38202024-06-05T16:57:06.696Z PASS [ 7.035s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
38212024-06-05T16:57:06.721Z PASS [ 0.096s] nexus-reconfigurator-execution dns::test::test_dns_compute_update
38222024-06-05T16:57:10.980Z PASS [ 8.317s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
38232024-06-05T16:57:11.049Z PASS [ 8.831s] nexus-metrics-producer-gc tests::test_prune_expired_producers
38242024-06-05T16:57:31.829Z PASS [ 25.126s] nexus-reconfigurator-execution external_networking::tests::test_deallocate_external_networking
38252024-06-05T16:57:31.989Z PASS [ 28.982s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
38262024-06-05T16:57:32.132Z PASS [ 0.145s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
38272024-06-05T16:57:32.190Z PASS [ 0.057s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
38282024-06-05T16:57:32.262Z PASS [ 0.062s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
38292024-06-05T16:57:32.426Z PASS [ 0.175s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
38302024-06-05T16:57:32.551Z PASS [ 0.112s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_initial
38312024-06-05T16:57:32.636Z PASS [ 25.977s] nexus-reconfigurator-execution external_networking::tests::test_allocate_external_networking
38322024-06-05T16:57:32.666Z PASS [ 29.387s] nexus-reconfigurator-execution datasets::tests::test_ensure_crucible_dataset_records_exist
38332024-06-05T16:57:32.666Z PASS [ 0.106s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_nexus_zones_with_same_nic_ip
38342024-06-05T16:57:32.739Z PASS [ 0.095s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_zones_with_same_vnic_mac
38352024-06-05T16:57:32.768Z PASS [ 0.102s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_prune_decommissioned_sleds
38362024-06-05T16:57:32.795Z PASS [ 0.152s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_zones_with_same_external_ip
38372024-06-05T16:57:32.838Z PASS [ 0.069s] nexus-reconfigurator-planning blueprint_builder::zones::tests::test_builder_zones
38382024-06-05T16:57:32.906Z PASS [ 0.057s] nexus-reconfigurator-planning ip_allocator::test::test_basic
38392024-06-05T16:57:32.931Z PASS [ 0.107s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_available_iterator
38402024-06-05T16:57:32.956Z PASS [ 0.115s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
38412024-06-05T16:57:33.057Z PASS [ 0.176s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
38422024-06-05T16:57:33.083Z PASS [ 0.220s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds
38432024-06-05T16:57:33.108Z PASS [ 0.142s] nexus-reconfigurator-planning planner::test::test_basic_add_sled
38442024-06-05T16:57:33.133Z PASS [ 0.047s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones
38452024-06-05T16:57:33.165Z PASS [ 0.065s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option
38462024-06-05T16:57:33.192Z PASS [ 0.123s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks
38472024-06-05T16:57:33.285Z PASS [ 0.044s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
38482024-06-05T16:57:33.285Z PASS [ 0.112s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
38492024-06-05T16:57:33.312Z PASS [ 0.151s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
38502024-06-05T16:57:33.408Z PASS [ 0.082s] nexus-types deployment::tri_map::tests::test_insert_entry_no_dups
38512024-06-05T16:57:33.443Z PASS [ 0.057s] nexus-types external_api::shared::test::test_policy_parsing
38522024-06-05T16:57:33.777Z PASS [ 0.289s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
38532024-06-05T16:57:34.034Z PASS [ 0.301s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
38542024-06-05T16:57:34.206Z PASS [ 0.182s] omicron-certificates tests::test_cert_extended_key_usage
38552024-06-05T16:57:34.511Z PASS [ 0.304s] omicron-certificates tests::test_common_name_is_validated
38562024-06-05T16:57:34.692Z PASS [ 0.173s] omicron-certificates tests::test_subject_alternate_names_are_validated
38572024-06-05T16:57:35.371Z PASS [ 24.323s] nexus-reconfigurator-execution omicron_zones::test::test_deploy_omicron_zones
38582024-06-05T16:57:35.433Z PASS [ 24.466s] nexus-reconfigurator-execution omicron_physical_disks::test::test_deploy_omicron_disks
38592024-06-05T16:57:35.460Z PASS [ 0.072s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_parse_multiple_lines_from_csv
38602024-06-05T16:57:35.485Z PASS [ 0.033s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_parse_single_line_from_csv
38612024-06-05T16:57:35.485Z PASS [ 0.034s] omicron-common address::test::test_dns_subnets
38622024-06-05T16:57:35.511Z PASS [ 0.025s] omicron-common address::test::test_ip_range_checks_non_decreasing
38632024-06-05T16:57:35.511Z PASS [ 0.033s] omicron-common address::test::test_ip_range_enum_deserialization
38642024-06-05T16:57:35.541Z PASS [ 0.022s] omicron-common address::test::test_ip_range_iter
38652024-06-05T16:57:35.541Z PASS [ 0.021s] omicron-common address::test::test_ip_range_length
38662024-06-05T16:57:35.541Z PASS [ 0.023s] omicron-common address::test::test_ip_range_try_from
38672024-06-05T16:57:35.568Z PASS [ 0.028s] omicron-common address::test::test_ipv6_subnet_deserialize
38682024-06-05T16:57:35.568Z PASS [ 0.025s] omicron-common address::test::test_sled_address
38692024-06-05T16:57:35.594Z PASS [ 0.022s] omicron-common api::external::error::test::test_bail_unless
38702024-06-05T16:57:35.594Z PASS [ 0.023s] omicron-common api::external::error::test::test_context
38712024-06-05T16:57:35.619Z PASS [ 0.034s] omicron-common api::external::http_pagination::test::test_pagination_examples
38722024-06-05T16:57:35.645Z PASS [ 0.040s] omicron-common api::external::http_pagination::test::test_pagination_schemas
38732024-06-05T16:57:35.670Z PASS [ 0.038s] omicron-common api::external::http_pagination::test::test_scan_by_id
38742024-06-05T16:57:35.695Z PASS [ 0.047s] omicron-common api::external::http_pagination::test::test_scan_by_name
38752024-06-05T16:57:35.695Z PASS [ 0.027s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
38762024-06-05T16:57:35.721Z PASS [ 0.027s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
38772024-06-05T16:57:35.753Z PASS [ 0.024s] omicron-common api::external::test::test_bytecount
38782024-06-05T16:57:35.753Z PASS [ 0.052s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
38792024-06-05T16:57:35.754Z PASS [ 0.022s] omicron-common api::external::test::test_bytecount_display
38802024-06-05T16:57:35.781Z PASS [ 0.034s] omicron-common api::external::test::test_digest
38812024-06-05T16:57:35.781Z PASS [ 0.028s] omicron-common api::external::test::test_firewall_deserialization
38822024-06-05T16:57:35.860Z PASS [ 0.082s] omicron-common api::external::test::test_firewall_rule_target_parse
38832024-06-05T16:57:35.888Z PASS [ 0.100s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
38842024-06-05T16:57:35.916Z PASS [ 0.044s] omicron-common api::external::test::test_ip_port_range_from_str
38852024-06-05T16:57:35.917Z PASS [ 0.054s] omicron-common api::external::test::test_hostname_from_str
38862024-06-05T16:57:35.942Z PASS [ 0.032s] omicron-common api::external::test::test_ip_port_range_into_str
38872024-06-05T16:57:35.967Z PASS [ 0.034s] omicron-common api::external::test::test_ipv6_net_operations
38882024-06-05T16:57:35.996Z PASS [ 0.035s] omicron-common api::external::test::test_mac_system_iterator
38892024-06-05T16:57:36.026Z PASS [ 0.055s] omicron-common api::external::test::test_mac_to_int_conversions
38902024-06-05T16:57:36.055Z PASS [ 0.058s] omicron-common api::external::test::test_macaddr
38912024-06-05T16:57:36.080Z PASS [ 0.052s] omicron-common api::external::test::test_name_parse
38922024-06-05T16:57:36.080Z PASS [ 0.030s] omicron-common api::external::test::test_name_parse_from_param
38932024-06-05T16:57:36.105Z PASS [ 0.027s] omicron-common api::external::test::test_resource_name_parse
38942024-06-05T16:57:36.136Z PASS [ 0.032s] omicron-common api::external::test::test_role_name_parse
38952024-06-05T16:57:36.166Z PASS [ 0.056s] omicron-common api::external::test::test_route_destination_parse
38962024-06-05T16:57:36.194Z PASS [ 0.038s] omicron-common api::external::test::test_semver_serialize
38972024-06-05T16:57:36.194Z PASS [ 0.081s] omicron-common api::external::test::test_route_target_parse
38982024-06-05T16:57:36.241Z PASS [ 0.042s] omicron-common api::external::test::test_semver_validation
38992024-06-05T16:57:36.321Z PASS [ 0.057s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
39002024-06-05T16:57:36.370Z PASS [ 0.110s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
39012024-06-05T16:57:36.395Z PASS [ 0.082s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
39022024-06-05T16:57:36.395Z PASS [ 0.042s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string
39032024-06-05T16:57:36.435Z PASS [ 0.060s] omicron-common ledger::test::test_create_default_ledger
39042024-06-05T16:57:36.460Z PASS [ 0.091s] omicron-common ledger::test::test_commit_handles_write_failures
39052024-06-05T16:57:36.520Z PASS [ 0.064s] omicron-common ledger::test::test_create_ledger_reads_from_storage
39062024-06-05T16:57:36.545Z PASS [ 0.086s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
39072024-06-05T16:57:36.592Z PASS [ 0.062s] omicron-common update::tests::serde_artifact_kind
39082024-06-05T16:57:36.620Z PASS [ 0.037s] omicron-common zpool_name::test::test_parse_external_zpool_name
39092024-06-05T16:57:36.620Z PASS [ 0.066s] omicron-common zpool_name::test::test_parse_bad_zpool_names
39102024-06-05T16:57:36.646Z PASS [ 0.032s] omicron-common zpool_name::test::test_parse_internal_zpool_name
39112024-06-05T16:57:36.646Z PASS [ 0.032s] omicron-common zpool_name::test::test_parse_zpool_name_json
39122024-06-05T16:57:36.671Z PASS [ 0.029s] omicron-common zpool_name::test::test_zpool_name_regex
39132024-06-05T16:57:37.072Z PASS [ 0.436s] omicron-dev::test_omicron_dev test_cert_create
39142024-06-05T16:57:37.954Z PASS [ 38.852s] nexus-db-queries policy_test::test_iam_roles_behavior
39152024-06-05T16:57:38.468Z PASS [ 0.099s] omicron-dev::test_omicron_dev test_omicron_dev_bad_cmd
39162024-06-05T16:57:38.494Z PASS [ 0.099s] omicron-dev::test_omicron_dev test_omicron_dev_db_populate_no_args
39172024-06-05T16:57:38.494Z PASS [ 0.097s] omicron-dev::test_omicron_dev test_omicron_dev_db_wipe_no_args
39182024-06-05T16:57:38.494Z PASS [ 0.096s] omicron-dev::test_omicron_dev test_omicron_dev_no_args
39192024-06-05T16:57:38.720Z PASS [ 5.477s] nexus-types deployment::tri_map::tests::proptest_serialize_roundtrip
39202024-06-05T16:57:38.774Z PASS [ 0.054s] omicron-gateway management_switch::location_map::tests::test_config_validation
39212024-06-05T16:57:38.815Z PASS [ 0.043s] omicron-gateway management_switch::location_map::tests::test_resolve_location
39222024-06-05T16:57:39.342Z PASS [ 0.526s] omicron-gateway::test_all integration_tests::commands::test_mgs_openapi_sled
39232024-06-05T16:57:40.020Z PASS [ 0.676s] omicron-gateway::test_all integration_tests::component_list::component_list
39242024-06-05T16:57:40.576Z PASS [ 0.555s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
39252024-06-05T16:57:40.816Z PASS [ 0.242s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
39262024-06-05T16:57:41.038Z PASS [ 0.222s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
39272024-06-05T16:57:41.672Z PASS [ 6.989s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
39282024-06-05T16:57:42.370Z PASS [ 35.716s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
39292024-06-05T16:57:42.992Z PASS [ 9.768s] nexus-types deployment::tri_map::tests::proptest_ops
39302024-06-05T16:57:45.426Z PASS [ 8.769s] omicron-dev::test_omicron_dev test_db_killed
39312024-06-05T16:57:50.495Z PASS [ 18.666s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
39322024-06-05T16:57:55.623Z PASS [ 17.277s] omicron-dev::test_omicron_dev test_run_all
39332024-06-05T16:58:01.713Z PASS [ 24.639s] omicron-dev::test_omicron_dev test_db_run
39342024-06-05T16:58:04.861Z PASS [ 19.436s] omicron-nexus app::background::blueprint_load::test::test_load_blueprints
39352024-06-05T16:58:05.333Z PASS [ 22.340s] omicron-nexus app::background::blueprint_execution::test::test_deploy_omicron_zones
39362024-06-05T16:58:08.405Z PASS [ 27.361s] omicron-nexus app::background::abandoned_vmm_reaper::tests::sled_resource_already_deleted
39372024-06-05T16:58:08.584Z PASS [ 26.911s] omicron-nexus app::background::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
39382024-06-05T16:58:08.925Z PASS [ 26.559s] omicron-nexus app::background::abandoned_vmm_reaper::tests::vmm_already_deleted
39392024-06-05T16:58:10.111Z PASS [ 19.616s] omicron-nexus app::background::common::test::test_activation_in_progress
39402024-06-05T16:58:12.282Z PASS [ 16.641s] omicron-nexus app::background::common::test::test_driver_basic
39412024-06-05T16:58:19.001Z PASS [ 17.289s] omicron-nexus app::background::common::test::test_saga_request_flow
39422024-06-05T16:58:19.562Z PASS [ 0.556s] omicron-nexus app::external_endpoints::test::test_authority
39432024-06-05T16:58:19.677Z PASS [ 0.122s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
39442024-06-05T16:58:20.683Z PASS [ 1.006s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
39452024-06-05T16:58:20.763Z PASS [ 0.078s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
39462024-06-05T16:58:20.818Z PASS [ 0.052s] omicron-nexus app::external_endpoints::test::test_no_endpoint
39472024-06-05T16:58:20.879Z PASS [ 0.064s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
39482024-06-05T16:58:22.532Z PASS [ 17.670s] omicron-nexus app::background::dns_config::test::test_basic
39492024-06-05T16:58:23.164Z PASS [ 17.831s] omicron-nexus app::background::dns_propagation::test::test_basic
39502024-06-05T16:58:26.453Z PASS [ 18.054s] omicron-nexus app::background::external_endpoints::test::test_basic
39512024-06-05T16:58:26.774Z PASS [ 18.189s] omicron-nexus app::background::init::test::test_dns_propagation_basic
39522024-06-05T16:58:28.735Z PASS [ 18.624s] omicron-nexus app::background::inventory_collection::test::test_db_sled_enumerator
39532024-06-05T16:58:29.318Z PASS [ 17.033s] omicron-nexus app::background::metrics_producer_gc::tests::test_pruning
39542024-06-05T16:58:45.331Z PASS [ 36.406s] omicron-nexus app::background::inventory_collection::test::test_basic
39552024-06-05T16:58:47.761Z PASS [ 24.597s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
39562024-06-05T16:58:48.379Z PASS [ 27.501s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
39572024-06-05T16:58:49.127Z PASS [ 26.597s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
39582024-06-05T16:58:49.889Z PASS [ 23.435s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
39592024-06-05T16:58:51.763Z PASS [ 24.990s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
39602024-06-05T16:58:53.265Z PASS [ 24.528s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
39612024-06-05T16:59:17.645Z PASS [ 29.258s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
39622024-06-05T16:59:19.590Z PASS [ 29.703s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
39632024-06-05T16:59:19.648Z PASS [ 30.518s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
39642024-06-05T16:59:20.141Z PASS [ 32.379s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
39652024-06-05T16:59:23.748Z PASS [ 31.982s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
39662024-06-05T16:59:24.679Z PASS [ 31.418s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
39672024-06-05T16:59:29.298Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
39682024-06-05T16:59:45.330Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
39692024-06-05T16:59:46.619Z PASS [ 28.982s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
39702024-06-05T16:59:47.347Z PASS [ 27.757s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
39712024-06-05T16:59:51.746Z PASS [ 32.097s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
39722024-06-05T16:59:52.775Z PASS [ 29.031s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
39732024-06-05T16:59:52.882Z PASS [ 28.186s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
39742024-06-05T16:59:52.943Z PASS [ 32.805s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
39752024-06-05T17:00:13.499Z PASS [ 26.151s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
39762024-06-05T17:00:16.781Z PASS [ 23.831s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
39772024-06-05T17:00:16.830Z PASS [ 23.963s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
39782024-06-05T17:00:17.353Z PASS [ 24.579s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
39792024-06-05T17:00:22.410Z PASS [ 30.667s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
39802024-06-05T17:00:22.520Z PASS [ 0.106s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
39812024-06-05T17:00:29.299Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
39822024-06-05T17:00:35.239Z PASS [ 18.463s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
39832024-06-05T17:00:37.887Z PASS [ 24.391s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
39842024-06-05T17:00:39.624Z PASS [ 53.007s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
39852024-06-05T17:00:45.332Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
39862024-06-05T17:00:47.781Z PASS [ 25.257s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
39872024-06-05T17:00:56.376Z PASS [ 16.750s] omicron-nexus app::sagas::test_saga::test_saga_stuck
39882024-06-05T17:01:07.360Z PASS [ 32.118s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
39892024-06-05T17:01:09.891Z PASS [ 32.003s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
39902024-06-05T17:01:09.947Z PASS [ 0.057s] omicron-nexus external_api::console_api::test::test_accept_gz
39912024-06-05T17:01:09.989Z PASS [ 0.040s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
39922024-06-05T17:01:10.036Z PASS [ 0.048s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
39932024-06-05T17:01:10.075Z PASS [ 0.037s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
39942024-06-05T17:01:10.123Z PASS [ 0.042s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
39952024-06-05T17:01:10.158Z PASS [ 0.042s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
39962024-06-05T17:01:10.198Z PASS [ 0.040s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
39972024-06-05T17:01:10.243Z PASS [ 0.046s] omicron-nexus external_api::console_api::test::test_relative_uri
39982024-06-05T17:01:10.345Z PASS [ 0.100s] omicron-nexus external_api::http_entrypoints::test::test_nexus_tag_policy
39992024-06-05T17:01:10.812Z PASS [ 23.040s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
40002024-06-05T17:01:12.599Z PASS [ 5.243s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
40012024-06-05T17:01:14.713Z PASS [ 18.337s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
40022024-06-05T17:01:16.830Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
40032024-06-05T17:01:17.353Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
40042024-06-05T17:01:18.898Z PASS [ 61.544s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
40052024-06-05T17:01:20.229Z PASS [ 1.332s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
40062024-06-05T17:01:21.362Z PASS [ 1.124s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
40072024-06-05T17:01:21.469Z PASS [ 0.112s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
40082024-06-05T17:01:28.752Z PASS [ 17.940s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
40092024-06-05T17:01:29.302Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
40102024-06-05T17:01:30.127Z PASS [ 17.530s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
40112024-06-05T17:01:35.982Z PASS [ 21.269s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list
40122024-06-05T17:01:40.221Z PASS [ 18.758s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
40132024-06-05T17:01:45.337Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
40142024-06-05T17:01:46.979Z PASS [ 18.227s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
40152024-06-05T17:01:48.461Z PASS [ 18.332s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
40162024-06-05T17:01:52.882Z PASS [ 16.895s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
40172024-06-05T17:01:58.570Z PASS [ 18.350s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
40182024-06-05T17:02:04.336Z PASS [ 17.358s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
40192024-06-05T17:02:05.863Z PASS [ 17.404s] omicron-nexus::test_all integration_tests::basic::test_ping
40202024-06-05T17:02:10.346Z SLOW [> 60.000s] omicron-nexus populate::test::test_populators
40212024-06-05T17:02:16.332Z PASS [ 23.457s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
40222024-06-05T17:02:16.831Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
40232024-06-05T17:02:21.479Z PASS [ 17.140s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
40242024-06-05T17:02:23.014Z PASS [ 17.151s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
40252024-06-05T17:02:24.919Z PASS [ 26.336s] omicron-nexus::test_all integration_tests::basic::test_projects_list
40262024-06-05T17:02:29.301Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
40272024-06-05T17:02:32.880Z PASS [ 16.529s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
40282024-06-05T17:02:37.537Z PASS [ 16.061s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
40292024-06-05T17:02:39.362Z PASS [ 16.346s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
40302024-06-05T17:02:41.454Z PASS [ 2.091s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
40312024-06-05T17:02:42.350Z PASS [ 0.897s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
40322024-06-05T17:02:42.446Z PASS [ 0.098s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
40332024-06-05T17:02:42.705Z PASS [ 17.800s] omicron-nexus::test_all integration_tests::certificates::test_crud
40342024-06-05T17:02:43.069Z PASS [ 0.362s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi_internal
40352024-06-05T17:02:43.375Z PASS [ 0.928s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi
40362024-06-05T17:02:45.332Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
40372024-06-05T17:02:48.781Z PASS [ 15.919s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
40382024-06-05T17:02:53.175Z PASS [ 102.830s] omicron-nexus populate::test::test_populators
40392024-06-05T17:03:00.214Z PASS [ 16.765s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
40402024-06-05T17:03:00.214Z PASS [ 22.602s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
40412024-06-05T17:03:00.214Z PASS [ 16.782s] omicron-nexus::test_all integration_tests::console_api::test_assets
40422024-06-05T17:03:05.720Z PASS [ 16.938s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
40432024-06-05T17:03:14.971Z PASS [ 21.797s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
40442024-06-05T17:03:16.831Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
40452024-06-05T17:03:18.500Z PASS [ 18.343s] omicron-nexus::test_all integration_tests::console_api::test_session_me
40462024-06-05T17:03:18.688Z PASS [ 18.548s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
40472024-06-05T17:03:22.810Z PASS [ 22.975s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
40482024-06-05T17:03:23.473Z PASS [ 17.754s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
40492024-06-05T17:03:29.302Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
40502024-06-05T17:03:36.469Z PASS [ 17.969s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
40512024-06-05T17:03:36.847Z PASS [ 18.158s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
40522024-06-05T17:03:36.923Z PASS [ 21.952s] omicron-nexus::test_all integration_tests::console_api::test_sessions
40532024-06-05T17:03:45.333Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
40542024-06-05T17:03:51.903Z PASS [ 29.094s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
40552024-06-05T17:04:00.825Z PASS [ 37.351s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
40562024-06-05T17:04:02.500Z PASS [ 225.671s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
40572024-06-05T17:04:03.262Z PASS [ 26.790s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
40582024-06-05T17:04:03.577Z PASS [ 26.731s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
40592024-06-05T17:04:04.022Z PASS [ 27.100s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
40602024-06-05T17:04:17.922Z PASS [ 26.016s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
40612024-06-05T17:04:29.300Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
40622024-06-05T17:04:29.890Z PASS [ 26.315s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
40632024-06-05T17:04:30.441Z PASS [ 26.419s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
40642024-06-05T17:04:35.997Z PASS [ 35.175s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
40652024-06-05T17:04:36.117Z PASS [ 18.200s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
40662024-06-05T17:04:40.735Z PASS [ 38.236s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
40672024-06-05T17:04:45.333Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
40682024-06-05T17:04:45.862Z PASS [ 42.604s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
40692024-06-05T17:04:48.781Z PASS [ 18.890s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
40702024-06-05T17:04:52.733Z PASS [ 22.291s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
40712024-06-05T17:04:55.032Z PASS [ 19.035s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
40722024-06-05T17:05:02.102Z PASS [ 25.983s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
40732024-06-05T17:05:09.615Z PASS [ 23.755s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
40742024-06-05T17:05:15.248Z PASS [ 26.468s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
40752024-06-05T17:05:15.738Z PASS [ 35.004s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
40762024-06-05T17:05:19.670Z PASS [ 26.939s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
40772024-06-05T17:05:22.805Z PASS [ 27.774s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
40782024-06-05T17:05:27.638Z PASS [ 25.538s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
40792024-06-05T17:05:29.302Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
40802024-06-05T17:05:36.432Z PASS [ 26.817s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
40812024-06-05T17:05:39.422Z PASS [ 24.175s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
40822024-06-05T17:05:39.476Z PASS [ 23.737s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_after_delete
40832024-06-05T17:05:44.160Z PASS [ 24.488s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
40842024-06-05T17:05:44.252Z PASS [ 21.446s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
40852024-06-05T17:05:45.334Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
40862024-06-05T17:05:48.696Z PASS [ 21.059s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
40872024-06-05T17:06:02.595Z PASS [ 26.163s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
40882024-06-05T17:06:03.765Z PASS [ 24.341s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
40892024-06-05T17:06:07.304Z PASS [ 27.829s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
40902024-06-05T17:06:16.215Z PASS [ 32.058s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
40912024-06-05T17:06:21.596Z PASS [ 19.001s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
40922024-06-05T17:06:24.894Z PASS [ 40.643s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
40932024-06-05T17:06:28.368Z PASS [ 21.063s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
40942024-06-05T17:06:28.799Z PASS [ 40.101s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
40952024-06-05T17:06:29.302Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
40962024-06-05T17:06:33.147Z PASS [ 29.376s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
40972024-06-05T17:06:40.515Z PASS [ 18.918s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
40982024-06-05T17:06:44.113Z PASS [ 27.898s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
40992024-06-05T17:06:44.301Z PASS [ 19.406s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
41002024-06-05T17:06:44.559Z PASS [ 0.443s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress
41012024-06-05T17:06:44.756Z PASS [ 0.451s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance
41022024-06-05T17:06:44.946Z PASS [ 0.388s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure
41032024-06-05T17:06:45.190Z PASS [ 0.437s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled
41042024-06-05T17:06:45.334Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
41052024-06-05T17:06:47.829Z PASS [ 19.461s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
41062024-06-05T17:06:48.290Z PASS [ 19.494s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
41072024-06-05T17:06:51.715Z PASS [ 18.576s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
41082024-06-05T17:07:00.504Z PASS [ 19.991s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
41092024-06-05T17:07:08.785Z PASS [ 23.841s] omicron-nexus::test_all integration_tests::images::test_image_create
41102024-06-05T17:07:09.647Z PASS [ 24.459s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
41112024-06-05T17:07:12.648Z PASS [ 24.358s] omicron-nexus::test_all integration_tests::images::test_image_promotion
41122024-06-05T17:07:14.668Z PASS [ 26.841s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
41132024-06-05T17:07:15.807Z PASS [ 24.087s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
41142024-06-05T17:07:21.916Z PASS [ 532.625s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
41152024-06-05T17:07:23.199Z PASS [ 22.692s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
41162024-06-05T17:07:23.965Z PASS [ 11.317s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
41172024-06-05T17:07:24.010Z PASS [ 8.210s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
41182024-06-05T17:07:24.797Z PASS [ 10.127s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
41192024-06-05T17:07:30.018Z PASS [ 20.373s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
41202024-06-05T17:07:30.875Z PASS [ 22.091s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
41212024-06-05T17:07:31.161Z PASS [ 9.247s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
41222024-06-05T17:07:44.494Z PASS [ 539.168s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
41232024-06-05T17:07:47.733Z PASS [ 24.536s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
41242024-06-05T17:07:49.748Z PASS [ 18.872s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
41252024-06-05T17:07:50.237Z PASS [ 19.073s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
41262024-06-05T17:07:54.913Z PASS [ 30.902s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
41272024-06-05T17:07:59.576Z PASS [ 29.555s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
41282024-06-05T17:08:02.043Z PASS [ 37.245s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
41292024-06-05T17:08:02.341Z PASS [ 38.377s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
41302024-06-05T17:08:07.358Z PASS [ 19.625s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
41312024-06-05T17:08:17.757Z PASS [ 18.183s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
41322024-06-05T17:08:19.638Z PASS [ 24.726s] omicron-nexus::test_all integration_tests::instances::test_instance_access
41332024-06-05T17:08:20.929Z PASS [ 36.435s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
41342024-06-05T17:08:26.205Z PASS [ 36.459s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
41352024-06-05T17:08:31.302Z PASS [ 29.260s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
41362024-06-05T17:08:34.062Z PASS [ 31.722s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
41372024-06-05T17:08:40.430Z PASS [ 33.073s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
41382024-06-05T17:08:48.751Z PASS [ 29.113s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
41392024-06-05T17:08:49.715Z PASS [ 31.958s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
41402024-06-05T17:08:50.235Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
41412024-06-05T17:08:52.331Z PASS [ 31.405s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
41422024-06-05T17:08:52.945Z PASS [ 62.709s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
41432024-06-05T17:08:59.536Z PASS [ 25.465s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
41442024-06-05T17:09:00.132Z PASS [ 33.927s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
41452024-06-05T17:09:04.851Z PASS [ 24.420s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
41462024-06-05T17:09:16.928Z PASS [ 45.627s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
41472024-06-05T17:09:21.533Z PASS [ 32.783s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_error
41482024-06-05T17:09:21.833Z PASS [ 28.891s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
41492024-06-05T17:09:22.059Z PASS [ 29.728s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
41502024-06-05T17:09:24.969Z PASS [ 35.244s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
41512024-06-05T17:09:28.385Z PASS [ 28.855s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p
41522024-06-05T17:09:34.030Z PASS [ 29.180s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
41532024-06-05T17:09:36.558Z PASS [ 36.426s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
41542024-06-05T17:09:41.049Z PASS [ 19.515s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
41552024-06-05T17:09:41.910Z PASS [ 19.850s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
41562024-06-05T17:09:49.420Z PASS [ 32.492s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
41572024-06-05T17:09:50.819Z PASS [ 25.863s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
41582024-06-05T17:09:51.548Z PASS [ 29.716s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
41592024-06-05T17:09:51.929Z PASS [ 23.546s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
41602024-06-05T17:09:52.054Z PASS [ 18.025s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
41612024-06-05T17:10:05.553Z PASS [ 24.504s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
41622024-06-05T17:10:07.488Z PASS [ 18.069s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
41632024-06-05T17:10:08.410Z PASS [ 26.497s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
41642024-06-05T17:10:09.431Z PASS [ 18.611s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
41652024-06-05T17:10:09.722Z PASS [ 33.161s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
41662024-06-05T17:10:10.412Z PASS [ 18.863s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
41672024-06-05T17:10:10.587Z PASS [ 18.531s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
41682024-06-05T17:10:10.697Z PASS [ 18.770s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
41692024-06-05T17:10:27.921Z PASS [ 20.433s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
41702024-06-05T17:10:28.201Z PASS [ 18.482s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
41712024-06-05T17:10:28.226Z PASS [ 19.802s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
41722024-06-05T17:10:28.314Z PASS [ 22.762s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
41732024-06-05T17:10:28.339Z PASS [ 17.920s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
41742024-06-05T17:10:28.400Z PASS [ 18.969s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
41752024-06-05T17:10:28.664Z PASS [ 18.068s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
41762024-06-05T17:10:29.041Z PASS [ 18.346s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
41772024-06-05T17:10:47.065Z PASS [ 18.732s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total
41782024-06-05T17:10:48.952Z PASS [ 20.751s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
41792024-06-05T17:10:49.022Z PASS [ 20.705s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
41802024-06-05T17:10:49.210Z PASS [ 21.289s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
41812024-06-05T17:10:50.815Z PASS [ 22.597s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
41822024-06-05T17:10:55.360Z PASS [ 26.961s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
41832024-06-05T17:11:07.374Z PASS [ 18.420s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
41842024-06-05T17:11:07.719Z PASS [ 20.655s] omicron-nexus::test_all integration_tests::metrics::test_timeseries_schema_list
41852024-06-05T17:11:09.350Z PASS [ 40.696s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
41862024-06-05T17:11:12.485Z PASS [ 23.468s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
41872024-06-05T17:11:17.797Z PASS [ 22.437s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
41882024-06-05T17:11:21.004Z PASS [ 31.796s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
41892024-06-05T17:11:23.878Z PASS [ 54.835s] omicron-nexus::test_all integration_tests::metrics::test_metrics
41902024-06-05T17:11:31.378Z PASS [ 23.658s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
41912024-06-05T17:11:32.256Z PASS [ 24.885s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
41922024-06-05T17:11:34.211Z PASS [ 43.405s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
41932024-06-05T17:11:41.109Z PASS [ 23.308s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
41942024-06-05T17:11:51.200Z PASS [ 41.853s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
41952024-06-05T17:11:53.597Z PASS [ 41.113s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
41962024-06-05T17:11:56.578Z PASS [ 22.370s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
41972024-06-05T17:11:57.090Z PASS [ 33.212s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
41982024-06-05T17:12:01.631Z PASS [ 30.253s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
41992024-06-05T17:12:02.652Z PASS [ 41.648s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
42002024-06-05T17:12:03.244Z PASS [ 30.985s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
42012024-06-05T17:12:15.051Z PASS [ 17.963s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
42022024-06-05T17:12:17.617Z PASS [ 21.035s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
42032024-06-05T17:12:21.509Z PASS [ 18.269s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
42042024-06-05T17:12:21.990Z PASS [ 40.888s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
42052024-06-05T17:12:25.369Z PASS [ 22.707s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
42062024-06-05T17:12:25.531Z PASS [ 23.901s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
42072024-06-05T17:12:33.791Z PASS [ 42.591s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
42082024-06-05T17:12:37.049Z PASS [ 21.998s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
42092024-06-05T17:12:40.604Z PASS [ 18.610s] omicron-nexus::test_all integration_tests::projects::test_projects
42102024-06-05T17:12:40.917Z PASS [ 19.407s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
42112024-06-05T17:12:43.161Z PASS [ 25.548s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
42122024-06-05T17:12:44.812Z PASS [ 19.452s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits
42132024-06-05T17:12:48.483Z PASS [ 54.887s] omicron-nexus::test_all integration_tests::password_login::test_local_users
42142024-06-05T17:12:50.334Z PASS [ 16.542s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
42152024-06-05T17:12:54.078Z PASS [ 17.028s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
42162024-06-05T17:12:59.205Z PASS [ 18.599s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
42172024-06-05T17:12:59.591Z PASS [ 18.675s] omicron-nexus::test_all integration_tests::rack::test_sled_add
42182024-06-05T17:13:01.294Z PASS [ 18.134s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
42192024-06-05T17:13:02.473Z PASS [ 17.661s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
42202024-06-05T17:13:02.874Z PASS [ 0.396s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure
42212024-06-05T17:13:03.044Z PASS [ 3.452s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress
42222024-06-05T17:13:04.769Z PASS [ 3.474s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance
42232024-06-05T17:13:06.255Z PASS [ 3.383s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled
42242024-06-05T17:13:06.393Z PASS [ 3.349s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch
42252024-06-05T17:13:06.451Z PASS [ 0.172s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
42262024-06-05T17:13:06.476Z PASS [ 17.982s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
42272024-06-05T17:13:06.513Z PASS [ 0.114s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
42282024-06-05T17:13:06.563Z PASS [ 0.138s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
42292024-06-05T17:13:06.643Z PASS [ 0.171s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
42302024-06-05T17:13:06.668Z PASS [ 0.148s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
42312024-06-05T17:13:07.211Z PASS [ 16.877s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
42322024-06-05T17:13:07.879Z PASS [ 42.346s] omicron-nexus::test_all integration_tests::quotas::test_quotas
42332024-06-05T17:13:09.134Z PASS [ 15.057s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
42342024-06-05T17:13:18.236Z PASS [ 19.036s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
42352024-06-05T17:13:18.344Z PASS [ 0.106s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
42362024-06-05T17:13:24.751Z PASS [ 18.098s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
42372024-06-05T17:13:25.322Z PASS [ 18.762s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
42382024-06-05T17:13:25.425Z PASS [ 0.102s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
42392024-06-05T17:13:25.514Z PASS [ 0.086s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
42402024-06-05T17:13:25.556Z PASS [ 18.345s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
42412024-06-05T17:13:25.916Z PASS [ 21.147s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes
42422024-06-05T17:13:25.942Z PASS [ 19.291s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
42432024-06-05T17:13:26.241Z PASS [ 18.372s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
42442024-06-05T17:13:26.441Z PASS [ 17.316s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
42452024-06-05T17:13:36.439Z PASS [ 18.104s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
42462024-06-05T17:13:40.831Z PASS [ 15.320s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
42472024-06-05T17:13:40.926Z PASS [ 16.183s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
42482024-06-05T17:13:41.050Z PASS [ 15.503s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
42492024-06-05T17:13:41.078Z PASS [ 15.159s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
42502024-06-05T17:13:41.161Z PASS [ 15.235s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
42512024-06-05T17:13:51.918Z PASS [ 11.084s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
42522024-06-05T17:13:53.474Z PASS [ 12.312s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
42532024-06-05T17:14:02.991Z PASS [ 11.074s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
42542024-06-05T17:14:05.703Z PASS [ 12.229s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
42552024-06-05T17:14:15.147Z PASS [ 12.159s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
42562024-06-05T17:14:16.803Z PASS [ 11.101s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
42572024-06-05T17:14:23.477Z PASS [ 6.674s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
42582024-06-05T17:15:00.185Z PASS [ 36.707s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
42592024-06-05T17:15:04.242Z PASS [ 49.094s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
42602024-06-05T17:15:18.594Z PASS [ 18.410s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
42612024-06-05T17:15:28.390Z FAIL [ 24.081s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
42622024-06-05T17:15:28.390Z
42632024-06-05T17:15:28.390Z--- STDOUT: omicron-nexus::test_all integration_tests::schema::validate_data_migration ---
42642024-06-05T17:15:28.390Z
42652024-06-05T17:15:28.390Zrunning 1 test
42662024-06-05T17:15:28.390Ztest integration_tests::schema::validate_data_migration ... FAILED
42672024-06-05T17:15:28.391Z
42682024-06-05T17:15:28.391Zfailures:
42692024-06-05T17:15:28.391Z
42702024-06-05T17:15:28.391Zfailures:
42712024-06-05T17:15:28.391Z integration_tests::schema::validate_data_migration
42722024-06-05T17:15:28.391Z
42732024-06-05T17:15:28.391Ztest result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 345 filtered out; finished in 23.93s
42742024-06-05T17:15:28.391Z
42752024-06-05T17:15:28.391Z
42762024-06-05T17:15:28.391Z--- STDERR: omicron-nexus::test_all integration_tests::schema::validate_data_migration ---
42772024-06-05T17:15:28.392Zlog file: /var/tmp/omicron_tmp/test_all-c31e669132e3e5a7-validate_data_migration.13881.0.log
42782024-06-05T17:15:28.392Znote: configured to log to "/var/tmp/omicron_tmp/test_all-c31e669132e3e5a7-validate_data_migration.13881.0.log"
42792024-06-05T17:15:28.392Zthread 'integration_tests::schema::validate_data_migration' panicked at nexus/tests/integration_tests/schema.rs:1281:9:
42802024-06-05T17:15:28.392Zassertion failed: `(left == right)`
42812024-06-05T17:15:28.392Z
42822024-06-05T17:15:28.392ZDiff < left / right > :
42832024-06-05T17:15:28.392Z [
42842024-06-05T17:15:28.392Z ColumnValue {
42852024-06-05T17:15:28.392Z column: "state",
42862024-06-05T17:15:28.393Z value: Some(
42872024-06-05T17:15:28.393Z Enum(
42882024-06-05T17:15:28.393Z SqlEnum {
42892024-06-05T17:15:28.393Z< name: "instance_state",
42902024-06-05T17:15:28.393Z< variant: "stopped",
42912024-06-05T17:15:28.393Z> name: "instance_state_v2",
42922024-06-05T17:15:28.393Z> variant: "no_vmm",
42932024-06-05T17:15:28.393Z },
42942024-06-05T17:15:28.394Z ),
42952024-06-05T17:15:28.394Z ),
42962024-06-05T17:15:28.394Z },
42972024-06-05T17:15:28.394Z ]
42982024-06-05T17:15:28.394Z
42992024-06-05T17:15:28.394Z
43002024-06-05T17:15:28.394Zstack backtrace:
43012024-06-05T17:15:28.394Z 0: rust_begin_unwind
43022024-06-05T17:15:28.394Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panicking.rs:645:5
43032024-06-05T17:15:28.394Z 1: core::panicking::panic_fmt
43042024-06-05T17:15:28.394Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/panicking.rs:72:14
43052024-06-05T17:15:28.394Z 2: {async_block#0}
43062024-06-05T17:15:28.394Z at ./tests/integration_tests/schema.rs:1281:9
43072024-06-05T17:15:28.395Z 3: poll<alloc::boxed::Box<(dyn core::future::future::Future<Output=()> + core::marker::Send), alloc::alloc::Global>>
43082024-06-05T17:15:28.395Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/future/future.rs:123:9
43092024-06-05T17:15:28.395Z 4: {async_block#0}
43102024-06-05T17:15:28.395Z at ./tests/integration_tests/schema.rs:1397:28
43112024-06-05T17:15:28.395Z 5: poll<&mut dyn core::future::future::Future<Output=()>>
43122024-06-05T17:15:28.395Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/future/future.rs:123:9
43132024-06-05T17:15:28.395Z 6: poll<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
43142024-06-05T17:15:28.395Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/future/future.rs:123:9
43152024-06-05T17:15:28.395Z 7: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
43162024-06-05T17:15:28.395Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:659:57
43172024-06-05T17:15:28.395Z 8: with_budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>>
43182024-06-05T17:15:28.395Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/coop.rs:107:5
43192024-06-05T17:15:28.395Z 9: budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>>
43202024-06-05T17:15:28.395Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/coop.rs:73:5
43212024-06-05T17:15:28.395Z 10: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
43222024-06-05T17:15:28.395Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:659:25
43232024-06-05T17:15:28.395Z 11: tokio::runtime::scheduler::current_thread::Context::enter
43242024-06-05T17:15:28.395Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19
43252024-06-05T17:15:28.395Z 12: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
43262024-06-05T17:15:28.395Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:658:36
43272024-06-05T17:15:28.395Z 13: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}
43282024-06-05T17:15:28.396Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68
43292024-06-05T17:15:28.396Z 14: tokio::runtime::context::scoped::Scoped<T>::set
43302024-06-05T17:15:28.396Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
43312024-06-05T17:15:28.396Z 15: tokio::runtime::context::set_scheduler::{{closure}}
43322024-06-05T17:15:28.396Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context.rs:176:26
43332024-06-05T17:15:28.396Z 16: try_with<tokio::runtime::context::Context, tokio::runtime::context::set_scheduler::{closure_env#0}<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>), tokio::runtime::scheduler::current_thread::{impl#8}::enter::{closure_env#0}<tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>, core::option::Option<()>>>, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>)>
43342024-06-05T17:15:28.396Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/thread/local.rs:284:16
43352024-06-05T17:15:28.396Z 17: std::thread::local::LocalKey<T>::with
43362024-06-05T17:15:28.396Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/thread/local.rs:260:9
43372024-06-05T17:15:28.396Z 18: tokio::runtime::context::set_scheduler
43382024-06-05T17:15:28.396Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context.rs:176:9
43392024-06-05T17:15:28.396Z 19: tokio::runtime::scheduler::current_thread::CoreGuard::enter
43402024-06-05T17:15:28.396Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27
43412024-06-05T17:15:28.396Z 20: tokio::runtime::scheduler::current_thread::CoreGuard::block_on
43422024-06-05T17:15:28.396Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:19
43432024-06-05T17:15:28.396Z 21: {closure#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
43442024-06-05T17:15:28.396Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:28
43452024-06-05T17:15:28.396Z 22: tokio::runtime::context::runtime::enter_runtime
43462024-06-05T17:15:28.396Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
43472024-06-05T17:15:28.396Z 23: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
43482024-06-05T17:15:28.396Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9
43492024-06-05T17:15:28.396Z 24: tokio::runtime::runtime::Runtime::block_on
43502024-06-05T17:15:28.396Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/runtime.rs:349:47
43512024-06-05T17:15:28.396Z 25: validate_data_migration
43522024-06-05T17:15:28.397Z at ./tests/integration_tests/schema.rs:1406:5
43532024-06-05T17:15:28.397Z 26: test_all::integration_tests::schema::validate_data_migration::{{closure}}
43542024-06-05T17:15:28.397Z at ./tests/integration_tests/schema.rs:1369:35
43552024-06-05T17:15:28.397Z 27: core::ops::function::FnOnce::call_once
43562024-06-05T17:15:28.397Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/ops/function.rs:250:5
43572024-06-05T17:15:28.397Z 28: core::ops::function::FnOnce::call_once
43582024-06-05T17:15:28.397Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/ops/function.rs:250:5
43592024-06-05T17:15:28.397Znote: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
43602024-06-05T17:15:28.397ZWARN: dropped CockroachInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked)
43612024-06-05T17:15:28.424ZWARN: temporary directory leaked: "/var/tmp/omicron_tmp/.tmpGU2v2k"
43622024-06-05T17:15:28.424ZIf you would like to access the database for debugging, run the following:
43632024-06-05T17:15:28.424Z
43642024-06-05T17:15:28.425Z# Run the database
43652024-06-05T17:15:28.425Zcargo run --bin omicron-dev db-run --no-populate --store-dir "/var/tmp/omicron_tmp/.tmpGU2v2k/data"
43662024-06-05T17:15:28.425Z# Access the database. Note the port may change if you run multiple databases.
43672024-06-05T17:15:28.425Zcockroach sql --host=localhost:32221 --insecure
43682024-06-05T17:15:28.425Z
43692024-06-05T17:15:42.010Z PASS [ 13.683s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
43702024-06-05T17:15:42.159Z PASS [ 13.822s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
43712024-06-05T17:15:42.633Z PASS [ 14.302s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
43722024-06-05T17:15:43.102Z PASS [ 14.758s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
43732024-06-05T17:15:56.893Z PASS [ 14.887s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
43742024-06-05T17:15:57.028Z PASS [ 14.867s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
43752024-06-05T17:15:57.315Z PASS [ 14.684s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
43762024-06-05T17:15:57.418Z PASS [ 14.316s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
43772024-06-05T17:15:57.517Z PASS [ 38.897s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
43782024-06-05T17:16:16.694Z PASS [ 19.377s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
43792024-06-05T17:16:16.765Z PASS [ 19.737s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
43802024-06-05T17:16:17.096Z PASS [ 19.604s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
43812024-06-05T17:16:17.121Z PASS [ 19.687s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
43822024-06-05T17:16:17.616Z PASS [ 20.101s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
43832024-06-05T17:16:17.871Z PASS [ 20.977s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
43842024-06-05T17:16:17.919Z PASS [ 20.420s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
43852024-06-05T17:16:22.693Z PASS [ 25.184s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
43862024-06-05T17:16:35.880Z PASS [ 19.115s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
43872024-06-05T17:16:36.651Z PASS [ 19.555s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
43882024-06-05T17:16:36.799Z PASS [ 19.183s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
43892024-06-05T17:16:36.856Z PASS [ 19.752s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
43902024-06-05T17:16:36.928Z PASS [ 19.060s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
43912024-06-05T17:16:38.215Z PASS [ 21.522s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
43922024-06-05T17:16:40.662Z PASS [ 22.741s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
43932024-06-05T17:16:46.256Z PASS [ 23.566s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
43942024-06-05T17:16:56.442Z PASS [ 19.642s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
43952024-06-05T17:16:56.517Z PASS [ 20.639s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
43962024-06-05T17:16:56.543Z PASS [ 19.598s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
43972024-06-05T17:17:00.096Z PASS [ 19.436s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
43982024-06-05T17:17:00.928Z PASS [ 24.279s] omicron-nexus::test_all integration_tests::silos::test_silos
43992024-06-05T17:17:02.711Z PASS [ 25.853s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
44002024-06-05T17:17:03.079Z PASS [ 24.865s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
44012024-06-05T17:17:14.836Z PASS [ 28.580s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
44022024-06-05T17:17:14.862Z PASS [ 18.334s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
44032024-06-05T17:17:16.691Z PASS [ 20.164s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
44042024-06-05T17:17:20.728Z PASS [ 19.799s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
44052024-06-05T17:17:21.148Z PASS [ 4.459s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress
44062024-06-05T17:17:21.495Z PASS [ 21.399s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
44072024-06-05T17:17:22.541Z PASS [ 1.392s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure
44082024-06-05T17:17:25.198Z PASS [ 4.472s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance
44092024-06-05T17:17:25.880Z PASS [ 4.385s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled
44102024-06-05T17:17:26.595Z PASS [ 30.155s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
44112024-06-05T17:17:26.960Z PASS [ 4.420s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch
44122024-06-05T17:17:30.038Z PASS [ 3.079s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
44132024-06-05T17:17:31.601Z PASS [ 28.524s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
44142024-06-05T17:17:32.892Z PASS [ 30.181s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
44152024-06-05T17:17:39.555Z PASS [ 24.704s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
44162024-06-05T17:17:40.997Z PASS [ 26.162s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
44172024-06-05T17:17:44.982Z PASS [ 19.777s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
44182024-06-05T17:17:47.960Z PASS [ 17.915s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
44192024-06-05T17:17:49.632Z PASS [ 16.733s] omicron-nexus::test_all integration_tests::updates::test_update_uninitialized
44202024-06-05T17:17:53.065Z PASS [ 21.465s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end
44212024-06-05T17:17:57.605Z PASS [ 18.046s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
44222024-06-05T17:17:59.253Z PASS [ 33.371s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
44232024-06-05T17:18:11.689Z PASS [ 26.710s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
44242024-06-05T17:18:12.052Z PASS [ 31.051s] omicron-nexus::test_all integration_tests::utilization::test_utilization
44252024-06-05T17:18:17.169Z PASS [ 29.210s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
44262024-06-05T17:18:18.350Z PASS [ 28.722s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
44272024-06-05T17:18:21.580Z PASS [ 28.505s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
44282024-06-05T17:18:25.835Z PASS [ 28.230s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
44292024-06-05T17:18:26.598Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
44302024-06-05T17:18:28.036Z PASS [ 28.782s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
44312024-06-05T17:18:42.508Z PASS [ 30.452s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
44322024-06-05T17:18:42.731Z FAIL [ 76.090s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
44332024-06-05T17:18:42.732Z
44342024-06-05T17:18:42.732Z--- STDOUT: omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized ---
44352024-06-05T17:18:42.732Z
44362024-06-05T17:18:42.732Zrunning 1 test
44372024-06-05T17:18:42.732Z
44382024-06-05T17:18:42.732ZSUMMARY OF REQUESTS MADE
44392024-06-05T17:18:42.732Z
44402024-06-05T17:18:42.732ZKEY, USING HEADER AND EXAMPLE ROW:
44412024-06-05T17:18:42.732Z
44422024-06-05T17:18:42.732Z +----------------------------> privileged GET (expects 200 or 500)
44432024-06-05T17:18:42.732Z | (digit = last digit of status code)
44442024-06-05T17:18:42.732Z |
44452024-06-05T17:18:42.732Z | +-> privileged GET (expects same as above)
44462024-06-05T17:18:42.732Z | | (digit = last digit of status code)
44472024-06-05T17:18:42.732Z | | ('-' => skipped (N/A))
44482024-06-05T17:18:42.732Z ^ ^
44492024-06-05T17:18:42.732ZHEADER: G GET PUT POST DEL TRCE G URL
44502024-06-05T17:18:42.732ZEXAMPLE: 0 3111 5555 3111 5555 5555 0 /organizations
44512024-06-05T17:18:42.733Z ROW ^^^^
44522024-06-05T17:18:42.733Z |||| TEST CASES FOR EACH HTTP METHOD:
44532024-06-05T17:18:42.733Z +|||----------------------< authenticated, unauthorized request
44542024-06-05T17:18:42.733Z +||----------------------< unauthenticated request
44552024-06-05T17:18:42.733Z +|----------------------< bad authentication: no such user
44562024-06-05T17:18:42.733Z +----------------------< bad authentication: invalid syntax
44572024-06-05T17:18:42.733Z
44582024-06-05T17:18:42.733Z \__/ \__/ \__/ \__/ \__/
44592024-06-05T17:18:42.733Z GET PUT etc. The test cases are repeated for each HTTP method.
44602024-06-05T17:18:42.733Z
44612024-06-05T17:18:42.733Z The number in each cell is the last digit of the 400-level response
44622024-06-05T17:18:42.733Z that was expected for this test case.
44632024-06-05T17:18:42.733Z
44642024-06-05T17:18:42.733Z In this case, an unauthenticated request to "GET /organizations" returned
44652024-06-05T17:18:42.733Z 401. All requests to "PUT /organizations" returned 405.
44662024-06-05T17:18:42.733Z
44672024-06-05T17:18:42.733ZG GET PUT POST DEL TRCE G URL
44682024-06-05T17:18:42.733Z0 3111 3111 5555 5555 5555 0 /v1/system/policy
44692024-06-05T17:18:42.733Z0 3111 5555 3111 5555 5555 0 /v1/system/ip-pools
44702024-06-05T17:18:42.733Z0 -111 5555 5555 5555 5555 0 /v1/ip-pools
44712024-06-05T17:18:42.733Z0 4111 4111 5555 4111 5555 0 /v1/system/ip-pools/default
44722024-06-05T17:18:42.733Z0 -111 5555 5555 5555 5555 0 /v1/ip-pools/default?project=demo-project
44732024-06-05T17:18:42.733Z0 4111 5555 4111 5555 5555 0 /v1/system/ip-pools/default/silos
44742024-06-05T17:18:42.734Z- 5555 4111 5555 4111 5555 - /v1/system/ip-pools/default/silos/demo-silo
44752024-06-05T17:18:42.734Z0 4111 5555 5555 5555 5555 0 /v1/system/ip-pools/default/ranges
44762024-06-05T17:18:42.734Z- 5555 5555 4111 5555 5555 - /v1/system/ip-pools/default/ranges/add
44772024-06-05T17:18:42.734Z- 5555 5555 4111 5555 5555 - /v1/system/ip-pools/default/ranges/remove
44782024-06-05T17:18:42.734Z0 4111 5555 5555 5555 5555 0 /v1/system/ip-pools/default/utilization
44792024-06-05T17:18:42.734Z0 4111 5555 5555 5555 5555 0 /v1/system/ip-pools-service
44802024-06-05T17:18:42.734Z0 4111 5555 5555 5555 5555 0 /v1/system/ip-pools-service/ranges
44812024-06-05T17:18:42.734Z- 5555 5555 4111 5555 5555 - /v1/system/ip-pools-service/ranges/add
44822024-06-05T17:18:42.734Z- 5555 5555 4111 5555 5555 - /v1/system/ip-pools-service/ranges/remove
44832024-06-05T17:18:42.734Z0 3111 5555 3111 5555 5555 0 /v1/system/silos
44842024-06-05T17:18:42.734Z0 4111 5555 5555 4111 5555 0 /v1/system/silos/demo-silo
44852024-06-05T17:18:42.734Z0 4111 5555 5555 5555 5555 0 /v1/system/silos/demo-silo/ip-pools
44862024-06-05T17:18:42.734Z0 4111 4111 5555 5555 5555 0 /v1/system/silos/demo-silo/policy
44872024-06-05T17:18:42.734Z0 4111 4111 5555 5555 5555 0 /v1/system/silos/demo-silo/quotas
44882024-06-05T17:18:42.734Z0 3111 5555 5555 5555 5555 0 /v1/system/silo-quotas
44892024-06-05T17:18:42.734Z0 3111 5555 5555 5555 5555 0 /v1/system/utilization/silos
44902024-06-05T17:18:42.734Z0 4111 5555 5555 5555 5555 0 /v1/system/utilization/silos/demo-silo
44912024-06-05T17:18:42.734Z0 -111 5555 5555 5555 5555 0 /v1/utilization
44922024-06-05T17:18:42.734Z0 -111 3111 5555 5555 5555 0 /v1/policy
44932024-06-05T17:18:42.734Z0 -111 5555 5555 5555 5555 0 /v1/users
44942024-06-05T17:18:42.734Z0 -111 5555 5555 5555 5555 0 /v1/groups
44952024-06-05T17:18:42.734Z- -111 5555 5555 5555 5555 - /v1/groups/8d90b9a5-1cea-4a2b-9af4-71467dd33a04
44962024-06-05T17:18:42.734Z0 -111 5555 5555 5555 5555 0 /v1/system/users?silo=default-silo
44972024-06-05T17:18:42.734Z- -555 5555 3111 5555 5555 - /v1/system/identity-providers/local/users?silo=default-silo
44982024-06-05T17:18:42.735Z0 -111 5555 5555 5555 5555 0 /v1/system/users/{id}?silo=default-silo
44992024-06-05T17:18:42.735Z- -555 5555 5555 3111 5555 - /v1/system/identity-providers/local/users/{id}?silo=default-silo
45002024-06-05T17:18:42.735Z- -555 5555 3111 5555 5555 - /v1/system/identity-providers/local/users/{id}/set-password?silo=default-silo
45012024-06-05T17:18:42.735Z0 3111 5555 3111 5555 5555 0 /v1/projects
45022024-06-05T17:18:42.735Z0 4111 4111 5555 4111 5555 0 /v1/projects/demo-project
45032024-06-05T17:18:42.735Z0 4111 4111 5555 5555 5555 0 /v1/projects/demo-project/policy
45042024-06-05T17:18:42.735Z0 4111 5555 4111 5555 5555 0 /v1/vpcs?project=demo-project
45052024-06-05T17:18:42.735Z0 4111 4111 5555 4111 5555 0 /v1/vpcs/demo-vpc?project=demo-project
45062024-06-05T17:18:42.735Z0 4111 4111 5555 5555 5555 0 /v1/vpc-firewall-rules?project=demo-project&vpc=demo-vpc
45072024-06-05T17:18:42.735Z0 4111 5555 4111 5555 5555 0 /v1/vpc-subnets?project=demo-project&vpc=demo-vpc
45082024-06-05T17:18:42.735Z0 4111 4111 5555 4111 5555 0 /v1/vpc-subnets/demo-vpc-subnet?project=demo-project&vpc=demo-vpc
45092024-06-05T17:18:42.735Z0 4111 5555 5555 5555 5555 0 /v1/vpc-subnets/demo-vpc-subnet/network-interfaces?project=demo-project&vpc=demo-vpc
45102024-06-05T17:18:42.735Z0 4111 5555 4111 5555 5555 0 /v1/vpc-routers?project=demo-project&vpc=demo-vpc
45112024-06-05T17:18:42.735Z0 4111 4111 5555 4111 5555 0 /v1/vpc-routers/demo-vpc-router?project=demo-project&vpc=demo-vpc
45122024-06-05T17:18:42.735Z0 4111 5555 4111 5555 5555 0 /v1/vpc-router-routes?project=demo-project&vpc=demo-vpc&router=demo-vpc-router
45132024-06-05T17:18:42.735Z0 4111 4111 5555 4111 5555 0 /v1/vpc-router-routes/demo-router-route?project=demo-project&vpc=demo-vpc&router=demo-vpc-router
45142024-06-05T17:18:42.735Z0 4111 5555 4111 5555 5555 0 /v1/disks?project=demo-project
45152024-06-05T17:18:42.735Z0 4111 5555 5555 4111 5555 0 /v1/disks/demo-disk?project=demo-project
45162024-06-05T17:18:42.735Z0 4111 5555 5555 5555 5555 0 /v1/disks/demo-disk/metrics/activated?start_time=2024-06-05T17:18:00.050162456Z&end_time=2024-06-05T17:18:00.050163669Z&project=demo-project
45172024-06-05T17:18:42.735Z0 4111 5555 5555 5555 5555 0 /v1/instances/demo-instance/disks?project=demo-project
45182024-06-05T17:18:42.735Z- 5555 5555 4111 5555 5555 - /v1/instances/demo-instance/disks/attach?project=demo-project
45192024-06-05T17:18:42.735Z- 5555 5555 4111 5555 5555 - /v1/instances/demo-instance/disks/detach?project=demo-project
45202024-06-05T17:18:42.736Z- 5555 5555 4111 5555 5555 - /v1/disks/demo-import-disk/bulk-write-start?project=demo-project
45212024-06-05T17:18:42.736Z- 5555 5555 4111 5555 5555 - /v1/disks/demo-import-disk/bulk-write?project=demo-project
45222024-06-05T17:18:42.736Z- 5555 5555 4111 5555 5555 - /v1/disks/demo-import-disk/bulk-write-stop?project=demo-project
45232024-06-05T17:18:42.736Z- 5555 5555 4111 5555 5555 - /v1/disks/demo-import-disk/finalize?project=demo-project
45242024-06-05T17:18:42.736Z0 4111 5555 4111 5555 5555 0 /v1/images?project=demo-project
45252024-06-05T17:18:42.736Z0 4111 5555 5555 4111 5555 0 /v1/images/demo-image?project=demo-project
45262024-06-05T17:18:42.736Z- 5555 5555 4111 5555 5555 - /v1/images/demo-image/promote?project=demo-project
45272024-06-05T17:18:42.736Z- 5555 5555 4111 5555 5555 - /v1/images/demo-image/demote?project=demo-project
45282024-06-05T17:18:42.736Z0 4111 5555 4111 5555 5555 0 /v1/snapshots?project=demo-project
45292024-06-05T17:18:42.736Z0 4111 5555 5555 4111 5555 0 /v1/snapshots/demo-snapshot?project=demo-project
45302024-06-05T17:18:42.736Z0test integration_tests::unauthorized::test_unauthorized has been running for over 60 seconds
45312024-06-05T17:18:42.736Z 4111 5555 4111 5555 5555 0 /v1/instances?project=demo-project
45322024-06-05T17:18:42.786Z0 4111 5555 5555 4111 5555 0 /v1/instances/demo-instance?project=demo-project
45332024-06-05T17:18:42.786Z- 5555 5555 4111 5555 5555 - /v1/instances/demo-instance/start?project=demo-project
45342024-06-05T17:18:42.786Z- 5555 5555 4111 5555 5555 - /v1/instances/demo-instance/stop?project=demo-project
45352024-06-05T17:18:42.786Z- 5555 5555 4111 5555 5555 - /v1/instances/demo-instance/reboot?project=demo-project
45362024-06-05T17:18:42.786Z- 5555 5555 4111 5555 5555 - /v1/instances/demo-instance/migrate?project=demo-project
45372024-06-05T17:18:42.786Z- 4111 5555 5555 5555 5555 - /v1/instances/demo-instance/serial-console?project=demo-project
45382024-06-05T17:18:42.786Z1 4111 5555 5555 5555 5555 - /v1/instances/demo-instance/serial-console/stream?project=demo-project
45392024-06-05T17:18:42.786Z0 4111 5555 4111 5555 5555 0 /v1/network-interfaces?project=demo-project&instance=demo-instance
45402024-06-05T17:18:42.786Z0 4111 4111 5555 4111 5555 0 /v1/network-interfaces/net0?project=demo-project&instance=demo-instance
45412024-06-05T17:18:42.786Z0 4111 5555 5555 5555 5555 0 /v1/instances/demo-instance/external-ips?project=demo-project
45422024-06-05T17:18:42.787Z- 5555 5555 4111 4111 5555 - /v1/instances/demo-instance/external-ips/ephemeral?project=demo-project
45432024-06-05T17:18:42.787Z0 4111 5555 5555 5555 5555 0 /v1/instances/demo-instance/ssh-public-keys?project=demo-project
45442024-06-05T17:18:42.787Z0 3111 5555 5555 5555 5555 0 /v1/system/roles
45452024-06-05T17:18:42.787Z0 4111 5555 5555 5555 5555 0 /v1/system/roles/fleet.admin
45462024-06-05T17:18:42.787Z0 3111 5555 5555 5555 5555 0 /v1/system/users-builtin
45472024-06-05T17:18:42.787Z0 4111 5555 5555 5555 5555 0 /v1/system/users-builtin/db-init
45482024-06-05T17:18:42.787Z0 3111 5555 5555 5555 5555 0 /v1/system/hardware/racks
45492024-06-05T17:18:42.787Z0 4111 5555 5555 5555 5555 0 /v1/system/hardware/racks/c19a698f-c6f9-4a17-ae30-20d711b8f7dc
45502024-06-05T17:18:42.787Z0 3111 5555 5555 5555 5555 0 /v1/system/hardware/sleds-uninitialized
45512024-06-05T17:18:42.787Z0 3111 5555 3111 5555 5555 0 /v1/system/hardware/sleds
45522024-06-05T17:18:42.787Z0 4111 5555 5555 5555 5555 0 /v1/system/hardware/sleds/b6d65341-167c-41df-9b5c-41cded99c229/instances
45532024-06-05T17:18:42.787Z0 4111 5555 5555 5555 5555 0 /v1/system/hardware/sleds/b6d65341-167c-41df-9b5c-41cded99c229
45542024-06-05T17:18:42.787Z- 5555 4111 5555 5555 5555 - /v1/system/hardware/sleds/b6d65341-167c-41df-9b5c-41cded99c229/provision-policy
45552024-06-05T17:18:42.787Z0 3111 5555 5555 5555 5555 0 /v1/system/hardware/switches
45562024-06-05T17:18:42.787Z- 4111 5555 5555 5555 5555 - /v1/system/hardware/switches/dae4e1f1-410e-4314-bff1-fec0504be07e
45572024-06-05T17:18:42.787Z0 3111 5555 5555 5555 5555 0 /v1/system/hardware/disks
45582024-06-05T17:18:42.787Z0 4111 5555 5555 5555 5555 0 /v1/system/hardware/disks/fbf4e1f1-410e-4314-bff1-fec0504be07e
45592024-06-05T17:18:42.787Z0 3111 5555 5555 5555 5555 0 /v1/system/hardware/sleds/b6d65341-167c-41df-9b5c-41cded99c229/disks
45602024-06-05T17:18:42.787Z- 5555 3111 5555 5555 5555 - /v1/system/update/repository?file_name=demo-repo.zip
45612024-06-05T17:18:42.787Z0 3111 5555 5555 5555 5555 - /v1/system/update/repository/1.0.0
45622024-06-05T17:18:42.787Z0 3111 5555 5555 5555 5555 0 /v1/system/metrics/virtual_disk_space_provisioned?start_time=2024-06-05T17:18:00.050525746Z&end_time=2024-06-05T17:18:00.050526918Z
45632024-06-05T17:18:42.787Z0 -111 5555 5555 5555 5555 0 /v1/metrics/virtual_disk_space_provisioned?start_time=2024-06-05T17:18:00.050530666Z&end_time=2024-06-05T17:18:00.050530816Z
45642024-06-05T17:18:42.787Z0 3111 5555 5555 5555 5555 test integration_tests::unauthorized::test_unauthorized ... FAILED
45652024-06-05T17:18:42.788Z
45662024-06-05T17:18:42.788Zfailures:
45672024-06-05T17:18:42.788Z
45682024-06-05T17:18:42.788Zfailures:
45692024-06-05T17:18:42.788Z integration_tests::unauthorized::test_unauthorized
45702024-06-05T17:18:42.788Z
45712024-06-05T17:18:42.788Ztest result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 345 filtered out; finished in 75.79s
45722024-06-05T17:18:42.788Z
45732024-06-05T17:18:42.788Z
45742024-06-05T17:18:42.788Z--- STDERR: omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized ---
45752024-06-05T17:18:42.788Zlog file: /var/tmp/omicron_tmp/test_all-c31e669132e3e5a7-test_unauthorized.14837.0.log
45762024-06-05T17:18:42.788Znote: configured to log to "/var/tmp/omicron_tmp/test_all-c31e669132e3e5a7-test_unauthorized.14837.0.log"
45772024-06-05T17:18:42.788ZDB URL: postgresql://root@[::1]:62449/omicron?sslmode=disable
45782024-06-05T17:18:42.788ZDB address: [::1]:62449
45792024-06-05T17:18:42.788Zlog file: /var/tmp/omicron_tmp/test_all-c31e669132e3e5a7-test_unauthorized.14837.2.log
45802024-06-05T17:18:42.788Znote: configured to log to "/var/tmp/omicron_tmp/test_all-c31e669132e3e5a7-test_unauthorized.14837.2.log"
45812024-06-05T17:18:42.788Zlog file: /var/tmp/omicron_tmp/test_all-c31e669132e3e5a7-test_unauthorized.14837.3.log
45822024-06-05T17:18:42.788Znote: configured to log to "/var/tmp/omicron_tmp/test_all-c31e669132e3e5a7-test_unauthorized.14837.3.log"
45832024-06-05T17:18:42.788Zthread 'integration_tests::unauthorized::test_unauthorized' panicked at nexus/tests/integration_tests/unauthorized.rs:630:9:
45842024-06-05T17:18:42.788Zassertion `left == right` failed: resource changed after making a bunch of failed requests
45852024-06-05T17:18:42.788Z left: Object {"items": Array [Object {"created": String("2024-06-05T17:17:50.563708559Z"), "datum_type": String("i64"), "field_schema": Array [Object {"field_type": String("uuid"), "name": String("id"), "source": String("target")}], "timeseries_name": String("collection_target:cpus_provisioned")}, Object {"created": String("2024-06-05T17:17:50.571188043Z"), "datum_type": String("i64"), "field_schema": Array [Object {"field_type": String("uuid"), "name": String("id"), "source": String("target")}], "timeseries_name": String("collection_target:ram_provisioned")}, Object {"created": String("2024-06-05T17:17:50.583598372Z"), "datum_type": String("i64"), "field_schema": Array [Object {"field_type": String("uuid"), "name": String("id"), "source": String("target")}], "timeseries_name": String("collection_target:virtual_disk_space_provisioned")}, Object {"created": String("2024-06-05T17:17:50.537488863Z"), "datum_type": String("histogram_f64"), "field_schema": Array [Object {"field_type": String("uuid"), "name": String("id"), "source": String("target")}, Object {"field_type": String("string"), "name": String("method"), "source": String("metric")}, Object {"field_type": String("string"), "name": String("name"), "source": String("target")}, Object {"field_type": String("string"), "name": String("route"), "source": String("metric")}, Object {"field_type": String("i64"), "name": String("status_code"), "source": String("metric")}], "timeseries_name": String("http_service:request_latency_histogram")}, Object {"created": String("2024-06-05T17:17:42.097077452Z"), "datum_type": String("i64"), "field_schema": Array [Object {"field_type": String("string"), "name": String("metric_name"), "source": String("metric")}, Object {"field_type": String("string"), "name": String("target_name"), "source": String("target")}], "timeseries_name": String("integration_target:integration_metric")}, Object {"created": String("2024-06-05T17:18:10.819921694Z"), "datum_type": String("cumulative_u64"), "field_schema": Array [Object {"field_type": String("uuid"), "name": String("instance_id"), "source": String("target")}, Object {"field_type": String("uuid"), "name": String("nexus_id"), "source": String("target")}, Object {"field_type": String("uuid"), "name": String("project_id"), "source": String("target")}, Object {"field_type": String("uuid"), "name": String("rack_id"), "source": String("target")}, Object {"field_type": String("string"), "name": String("reason"), "source": String("metric")}, Object {"field_type": String("uuid"), "name": String("silo_id"), "source": String("target")}, Object {"field_type": String("uuid"), "name": String("sled_agent_id"), "source": String("target")}, Object {"field_type": String("ip_addr"), "name": String("sled_agent_ip"), "source": String("target")}, Object {"field_type": String("u16"), "name": String("sled_agent_port"), "source": String("target")}, Object {"field_type": String("string"), "name": String("state"), "source": String("metric")}, Object {"field_type": String("uuid"), "name": String("vmm_id"), "source": String("target")}], "timeseries_name": String("virtual_machine:check")}], "next_page": String("eyJ2IjoidjEiLCJwYWdlX3N0YXJ0IjoidmlydHVhbF9tYWNoaW5lOmNoZWNrIn0=")}
45862024-06-05T17:18:42.788Z right: Object {"items": Array [Object {"created": String("2024-06-05T17:17:50.563708559Z"), "datum_type": String("i64"), "field_schema": Array [Object {"field_type": String("uuid"), "name": String("id"), "source": String("target")}], "timeseries_name": String("collection_target:cpus_provisioned")}, Object {"created": String("2024-06-05T17:17:50.571188043Z"), "datum_type": String("i64"), "field_schema": Array [Object {"field_type": String("uuid"), "name": String("id"), "source": String("target")}], "timeseries_name": String("collection_target:ram_provisioned")}, Object {"created": String("2024-06-05T17:17:50.583598372Z"), "datum_type": String("i64"), "field_schema": Array [Object {"field_type": String("uuid"), "name": String("id"), "source": String("target")}], "timeseries_name": String("collection_target:virtual_disk_space_provisioned")}, Object {"created": String("2024-06-05T17:17:50.537488863Z"), "datum_type": String("histogram_f64"), "field_schema": Array [Object {"field_type": String("uuid"), "name": String("id"), "source": String("target")}, Object {"field_type": String("string"), "name": String("method"), "source": String("metric")}, Object {"field_type": String("string"), "name": String("name"), "source": String("target")}, Object {"field_type": String("string"), "name": String("route"), "source": String("metric")}, Object {"field_type": String("i64"), "name": String("status_code"), "source": String("metric")}], "timeseries_name": String("http_service:request_latency_histogram")}, Object {"created": String("2024-06-05T17:17:42.097077452Z"), "datum_type": String("i64"), "field_schema": Array [Object {"field_type": String("string"), "name": String("metric_name"), "source": String("metric")}, Object {"field_type": String("string"), "name": String("target_name"), "source": String("target")}], "timeseries_name": String("integration_target:integration_metric")}, Object {"created": String("2024-06-05T17:18:41.032294841Z"), "datum_type": String("cumulative_u64"), "field_schema": Array [Object {"field_type": String("string"), "name": String("base_route"), "source": String("metric")}, Object {"field_type": String("uuid"), "name": String("collector_id"), "source": String("target")}, Object {"field_type": String("ip_addr"), "name": String("collector_ip"), "source": String("target")}, Object {"field_type": String("u16"), "name": String("collector_port"), "source": String("target")}, Object {"field_type": String("uuid"), "name": String("producer_id"), "source": String("metric")}, Object {"field_type": String("ip_addr"), "name": String("producer_ip"), "source": String("metric")}, Object {"field_type": String("u16"), "name": String("producer_port"), "source": String("metric")}], "timeseries_name": String("oximeter_collector:collections")}, Object {"created": String("2024-06-05T17:18:10.819921694Z"), "datum_type": String("cumulative_u64"), "field_schema": Array [Object {"field_type": String("uuid"), "name": String("instance_id"), "source": String("target")}, Object {"field_type": String("uuid"), "name": String("nexus_id"), "source": String("target")}, Object {"field_type": String("uuid"), "name": String("project_id"), "source": String("target")}, Object {"field_type": String("uuid"), "name": String("rack_id"), "source": String("target")}, Object {"field_type": String("string"), "name": String("reason"), "source": String("metric")}, Object {"field_type": String("uuid"), "name": String("silo_id"), "source": String("target")}, Object {"field_type": String("uuid"), "name": String("sled_agent_id"), "source": String("target")}, Object {"field_type": String("ip_addr"), "name": String("sled_agent_ip"), "source": String("target")}, Object {"field_type": String("u16"), "name": String("sled_agent_port"), "source": String("target")}, Object {"field_type": String("string"), "name": String("state"), "source": String("metric")}, Object {"field_type": String("uuid"), "name": String("vmm_id"), "source": String("target")}], "timeseries_name": String("virtual_machine:check")}], "next_page": String("eyJ2IjoidjEiLCJwYWdlX3N0YXJ0IjoidmlydHVhbF9tYWNoaW5lOmNoZWNrIn0=")}
45872024-06-05T17:18:42.788Zstack backtrace:
45882024-06-05T17:18:42.789Z 0: rust_begin_unwind
45892024-06-05T17:18:42.789Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/panicking.rs:645:5
45902024-06-05T17:18:42.789Z 1: core::panicking::panic_fmt
45912024-06-05T17:18:42.789Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/panicking.rs:72:14
45922024-06-05T17:18:42.789Z 2: core::panicking::assert_failed_inner
45932024-06-05T17:18:42.789Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/panicking.rs:338:23
45942024-06-05T17:18:42.789Z 3: core::panicking::assert_failed
45952024-06-05T17:18:42.789Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/panicking.rs:298:5
45962024-06-05T17:18:42.789Z 4: {async_fn#0}
45972024-06-05T17:18:42.789Z at ./tests/integration_tests/unauthorized.rs:630:9
45982024-06-05T17:18:42.789Z 5: {async_fn#0}
45992024-06-05T17:18:42.789Z at ./tests/integration_tests/unauthorized.rs:110:65
46002024-06-05T17:18:42.789Z 6: {async_block#0}
46012024-06-05T17:18:42.789Z at ./tests/integration_tests/unauthorized.rs:56:1
46022024-06-05T17:18:42.789Z 7: poll<&mut dyn core::future::future::Future<Output=()>>
46032024-06-05T17:18:42.789Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/future/future.rs:123:9
46042024-06-05T17:18:42.789Z 8: poll<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
46052024-06-05T17:18:42.789Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/future/future.rs:123:9
46062024-06-05T17:18:42.789Z 9: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
46072024-06-05T17:18:42.789Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:659:57
46082024-06-05T17:18:42.789Z 10: with_budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>>
46092024-06-05T17:18:42.789Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/coop.rs:107:5
46102024-06-05T17:18:42.790Z 11: budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>>
46112024-06-05T17:18:42.790Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/coop.rs:73:5
46122024-06-05T17:18:42.790Z 12: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
46132024-06-05T17:18:42.790Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:659:25
46142024-06-05T17:18:42.790Z 13: tokio::runtime::scheduler::current_thread::Context::enter
46152024-06-05T17:18:42.790Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:404:19
46162024-06-05T17:18:42.790Z 14: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
46172024-06-05T17:18:42.790Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:658:36
46182024-06-05T17:18:42.790Z 15: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}
46192024-06-05T17:18:42.790Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:68
46202024-06-05T17:18:42.790Z 16: tokio::runtime::context::scoped::Scoped<T>::set
46212024-06-05T17:18:42.790Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
46222024-06-05T17:18:42.790Z 17: tokio::runtime::context::set_scheduler::{{closure}}
46232024-06-05T17:18:42.790Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context.rs:176:26
46242024-06-05T17:18:42.790Z 18: try_with<tokio::runtime::context::Context, tokio::runtime::context::set_scheduler::{closure_env#0}<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>), tokio::runtime::scheduler::current_thread::{impl#8}::enter::{closure_env#0}<tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>, core::option::Option<()>>>, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>)>
46252024-06-05T17:18:42.790Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/thread/local.rs:284:16
46262024-06-05T17:18:42.790Z 19: std::thread::local::LocalKey<T>::with
46272024-06-05T17:18:42.790Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/std/src/thread/local.rs:260:9
46282024-06-05T17:18:42.790Z 20: tokio::runtime::context::set_scheduler
46292024-06-05T17:18:42.790Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context.rs:176:9
46302024-06-05T17:18:42.790Z 21: tokio::runtime::scheduler::current_thread::CoreGuard::enter
46312024-06-05T17:18:42.790Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:737:27
46322024-06-05T17:18:42.817Z 22: tokio::runtime::scheduler::current_thread::CoreGuard::block_on
46332024-06-05T17:18:42.817Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:646:19
46342024-06-05T17:18:42.817Z 23: {closure#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
46352024-06-05T17:18:42.817Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:175:28
46362024-06-05T17:18:42.817Z 24: tokio::runtime::context::runtime::enter_runtime
46372024-06-05T17:18:42.817Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
46382024-06-05T17:18:42.817Z 25: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
46392024-06-05T17:18:42.817Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/current_thread/mod.rs:167:9
46402024-06-05T17:18:42.817Z 26: tokio::runtime::runtime::Runtime::block_on
46412024-06-05T17:18:42.817Z at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/runtime.rs:349:47
46422024-06-05T17:18:42.817Z 27: test_unauthorized
46432024-06-05T17:18:42.817Z at ./tests/integration_tests/unauthorized.rs:56:1
46442024-06-05T17:18:42.817Z 28: test_all::integration_tests::unauthorized::test_unauthorized::{{closure}}
46452024-06-05T17:18:42.817Z at ./tests/integration_tests/unauthorized.rs:57:64
46462024-06-05T17:18:42.817Z 29: core::ops::function::FnOnce::call_once
46472024-06-05T17:18:42.817Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/ops/function.rs:250:5
46482024-06-05T17:18:42.818Z 30: core::ops::function::FnOnce::call_once
46492024-06-05T17:18:42.818Z at /rustc/9b00956e56009bab2aa15d7bff10916599e3d6d6/library/core/src/ops/function.rs:250:5
46502024-06-05T17:18:42.818Znote: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
46512024-06-05T17:18:42.818ZWARN: dropped CockroachInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked)
46522024-06-05T17:18:42.818ZWARN: temporary directory leaked: "/var/tmp/omicron_tmp/.tmprR3HVz"
46532024-06-05T17:18:42.818ZIf you would like to access the database for debugging, run the following:
46542024-06-05T17:18:42.818Z
46552024-06-05T17:18:42.818Z# Run the database
46562024-06-05T17:18:42.818Zcargo run --bin omicron-dev db-run --no-populate --store-dir "/var/tmp/omicron_tmp/.tmprR3HVz/data"
46572024-06-05T17:18:42.818Z# Access the database. Note the port may change if you run multiple databases.
46582024-06-05T17:18:42.818Zcockroach sql --host=localhost:32221 --insecure
46592024-06-05T17:18:42.818ZWARN: dropped ClickHouseInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked)
46602024-06-05T17:18:42.818Zfailed to clean up ClickHouse data dir:
46612024-06-05T17:18:42.818Z- /var/tmp/omicron_tmp/test_all-c31e669132e3e5a7-test_unauthorized.14837.1-clickhouse-EfnRor: File exists (os error 17)
46622024-06-05T17:18:42.818ZWARN: dropped DendriteInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked)
46632024-06-05T17:18:42.818ZWARN: dendrite temporary directory leaked: /var/tmp/omicron_tmp/.tmptD6kXE
46642024-06-05T17:18:42.818ZWARN: dropped DendriteInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked)
46652024-06-05T17:18:42.818ZWARN: dendrite temporary directory leaked: /var/tmp/omicron_tmp/.tmpw2TM0m
46662024-06-05T17:18:42.818ZWARN: dropped MgdInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked)
46672024-06-05T17:18:42.818ZWARN: mgd temporary directory leaked: /var/tmp/omicron_tmp/.tmpf82MRC
46682024-06-05T17:18:42.818ZWARN: dropped MgdInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked)
46692024-06-05T17:18:42.818ZWARN: mgd temporary directory leaked: /var/tmp/omicron_tmp/.tmpE7TI6H
46702024-06-05T17:18:42.818Z
46712024-06-05T17:18:42.818Z PASS [ 31.006s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
46722024-06-05T17:18:44.808Z PASS [ 26.459s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
46732024-06-05T17:18:45.836Z PASS [ 24.259s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
46742024-06-05T17:18:47.476Z PASS [ 30.309s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
46752024-06-05T17:18:59.594Z PASS [ 33.763s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
46762024-06-05T17:19:01.393Z PASS [ 33.361s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
46772024-06-05T17:19:13.531Z PASS [ 27.699s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
46782024-06-05T17:19:17.839Z PASS [ 30.367s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
46792024-06-05T17:19:18.356Z PASS [ 35.856s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
46802024-06-05T17:19:18.685Z PASS [ 17.292s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
46812024-06-05T17:19:18.860Z PASS [ 36.175s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
46822024-06-05T17:19:20.038Z PASS [ 37.344s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
46832024-06-05T17:19:20.918Z PASS [ 36.114s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
46842024-06-05T17:19:27.875Z PASS [ 28.282s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
46852024-06-05T17:19:32.541Z PASS [ 19.011s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
46862024-06-05T17:19:39.144Z PASS [ 20.787s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
46872024-06-05T17:19:39.328Z PASS [ 21.488s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
46882024-06-05T17:19:39.452Z PASS [ 20.590s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
46892024-06-05T17:19:39.505Z PASS [ 20.820s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
46902024-06-05T17:19:40.072Z PASS [ 20.032s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
46912024-06-05T17:19:40.166Z PASS [ 19.247s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
46922024-06-05T17:19:45.537Z PASS [ 17.660s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
46932024-06-05T17:19:54.916Z PASS [ 22.375s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
46942024-06-05T17:19:58.849Z PASS [ 19.400s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
46952024-06-05T17:19:58.938Z PASS [ 19.611s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
46962024-06-05T17:19:58.968Z PASS [ 19.462s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
46972024-06-05T17:19:59.178Z PASS [ 20.034s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
46982024-06-05T17:19:59.299Z PASS [ 19.230s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
46992024-06-05T17:19:59.416Z PASS [ 19.248s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
47002024-06-05T17:20:04.436Z PASS [ 17.873s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
47012024-06-05T17:20:14.043Z PASS [ 19.125s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
47022024-06-05T17:20:18.616Z PASS [ 19.439s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
47032024-06-05T17:20:18.781Z PASS [ 19.842s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
47042024-06-05T17:20:18.892Z PASS [ 19.926s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
47052024-06-05T17:20:19.057Z PASS [ 19.758s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
47062024-06-05T17:20:19.086Z PASS [ 20.231s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
47072024-06-05T17:20:19.174Z PASS [ 19.756s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
47082024-06-05T17:20:22.352Z PASS [ 18.944s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
47092024-06-05T17:20:34.095Z PASS [ 20.053s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
47102024-06-05T17:20:38.633Z PASS [ 19.988s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
47112024-06-05T17:20:41.391Z PASS [ 22.610s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
47122024-06-05T17:20:41.473Z PASS [ 0.083s] omicron-package dot::test::test_bad_dependency
47132024-06-05T17:20:41.506Z PASS [ 0.031s] omicron-package dot::test::test_dot_output
47142024-06-05T17:20:42.868Z PASS [ 23.971s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers
47152024-06-05T17:20:42.893Z PASS [ 0.021s] omicron-passwords test::test_password_constraints
47162024-06-05T17:20:43.006Z PASS [ 4.403s] omicron-omdb::test_all_output test_omdb_usage_errors
47172024-06-05T17:20:43.318Z PASS [ 24.235s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
47182024-06-05T17:20:43.357Z PASS [ 0.040s] omicron-passwords test::test_stable
47192024-06-05T17:20:43.382Z PASS [ 0.024s] omicron-passwords test::test_weak_hashes
47202024-06-05T17:20:43.407Z PASS [ 0.022s] omicron-rpaths internal::tests::test_configure_from_path
47212024-06-05T17:20:43.448Z PASS [ 0.045s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
47222024-06-05T17:20:43.473Z PASS [ 0.022s] omicron-rpaths internal::tests::test_emit_rpath
47232024-06-05T17:20:43.648Z PASS [ 0.179s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
47242024-06-05T17:20:43.680Z PASS [ 24.512s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
47252024-06-05T17:20:43.773Z PASS [ 0.094s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
47262024-06-05T17:20:43.916Z PASS [ 0.141s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
47272024-06-05T17:20:44.011Z PASS [ 0.095s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
47282024-06-05T17:20:44.254Z PASS [ 0.607s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
47292024-06-05T17:20:44.314Z PASS [ 0.060s] omicron-sled-agent bootstrap::early_networking::tests::serialized_early_network_config_v0_to_v1_conversion
47302024-06-05T17:20:44.347Z PASS [ 0.032s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
47312024-06-05T17:20:44.417Z PASS [ 0.067s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization
47322024-06-05T17:20:44.457Z PASS [ 0.042s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization_weak_hash
47332024-06-05T17:20:44.499Z PASS [ 0.041s] omicron-sled-agent bootstrap::params::tests::serialize_start_sled_agent_v0_deserialize_v1
47342024-06-05T17:20:44.566Z PASS [ 0.555s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
47352024-06-05T17:20:44.591Z PASS [ 0.076s] omicron-sled-agent bootstrap::params::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
47362024-06-05T17:20:44.616Z PASS [ 0.044s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
47372024-06-05T17:20:44.641Z PASS [ 0.043s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
47382024-06-05T17:20:44.641Z PASS [ 0.032s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
47392024-06-05T17:20:44.666Z PASS [ 0.032s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
47402024-06-05T17:20:44.691Z PASS [ 0.028s] omicron-sled-agent common::instance::test::migration_out_after_migration_in
47412024-06-05T17:20:44.691Z PASS [ 0.030s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
47422024-06-05T17:20:44.716Z PASS [ 0.029s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
47432024-06-05T17:20:44.716Z PASS [ 0.028s] omicron-sled-agent common::instance::test::test_migration_ids_already_set
47442024-06-05T17:20:44.745Z PASS [ 0.046s] omicron-sled-agent config::test::test_smf_configs
47452024-06-05T17:20:44.776Z PASS [ 0.068s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores
47462024-06-05T17:20:44.801Z PASS [ 0.040s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
47472024-06-05T17:20:44.826Z PASS [ 0.033s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
47482024-06-05T17:20:44.851Z PASS [ 0.050s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
47492024-06-05T17:20:44.876Z PASS [ 0.045s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
47502024-06-05T17:20:44.905Z PASS [ 0.040s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
47512024-06-05T17:20:44.930Z PASS [ 2.032s] omicron-passwords test::test_reproducible
47522024-06-05T17:20:46.312Z PASS [ 23.960s] omicron-omdb::test_all_output test_omdb_env_settings
47532024-06-05T17:20:47.173Z PASS [ 5.668s] omicron-passwords test::test_compatible
47542024-06-05T17:20:47.494Z PASS [ 2.632s] omicron-sled-agent instance::tests::test_instance_create_events_normal
47552024-06-05T17:20:47.520Z PASS [ 0.033s] omicron-sled-agent probe_manager::test::probe_state_set_ops
47562024-06-05T17:20:47.551Z PASS [ 0.033s] omicron-sled-agent profile::tests::empty_profile
47572024-06-05T17:20:47.582Z PASS [ 0.032s] omicron-sled-agent profile::tests::test_disabled_instance
47582024-06-05T17:20:47.614Z PASS [ 0.032s] omicron-sled-agent profile::tests::test_instance
47592024-06-05T17:20:47.657Z PASS [ 0.041s] omicron-sled-agent profile::tests::test_multiple
47602024-06-05T17:20:47.691Z PASS [ 0.034s] omicron-sled-agent profile::tests::test_property
47612024-06-05T17:20:47.725Z PASS [ 0.034s] omicron-sled-agent profile::tests::test_property_group
47622024-06-05T17:20:47.762Z PASS [ 0.034s] omicron-sled-agent profile::tests::test_service
47632024-06-05T17:20:47.792Z PASS [ 0.034s] omicron-sled-agent profile::tests::test_service_property_group
47642024-06-05T17:20:47.872Z PASS [ 0.066s] omicron-sled-agent rack_setup::config::test::test_extra_certs
47652024-06-05T17:20:47.904Z PASS [ 0.037s] omicron-sled-agent rack_setup::config::test::test_subnets
47662024-06-05T17:20:47.940Z PASS [ 0.033s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
47672024-06-05T17:20:47.970Z PASS [ 28.881s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
47682024-06-05T17:20:48.001Z PASS [ 0.040s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
47692024-06-05T17:20:48.033Z PASS [ 0.044s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
47702024-06-05T17:20:48.033Z PASS [ 0.054s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_v3_schema
47712024-06-05T17:20:48.060Z PASS [ 0.053s] omicron-sled-agent rack_setup::plan::sled::tests::test_read_known_rss_sled_plans
47722024-06-05T17:20:48.097Z PASS [ 3.181s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_creating_zone
47732024-06-05T17:20:48.098Z PASS [ 3.157s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
47742024-06-05T17:20:48.098Z PASS [ 0.062s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema
47752024-06-05T17:20:48.131Z PASS [ 0.050s] omicron-sled-agent services::test::test_all_zones_requests_schema
47762024-06-05T17:20:48.131Z PASS [ 0.036s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
47772024-06-05T17:20:48.158Z PASS [ 0.093s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
47782024-06-05T17:20:48.614Z PASS [ 2.301s] omicron-sled-agent instance::tests::test_instance_manager_creation
47792024-06-05T17:20:50.586Z PASS [ 2.514s] omicron-sled-agent services::test::test_bad_generations
47802024-06-05T17:20:50.619Z PASS [ 2.005s] omicron-sled-agent services::test::test_old_ledger_migration
47812024-06-05T17:20:50.644Z PASS [ 2.508s] omicron-sled-agent services::test::test_ensure_service_which_already_exists
47822024-06-05T17:20:50.722Z PASS [ 2.613s] omicron-sled-agent services::test::test_ensure_service
47832024-06-05T17:20:50.760Z PASS [ 0.042s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
47842024-06-05T17:20:50.785Z PASS [ 2.648s] omicron-sled-agent services::test::test_ensure_service_before_timesync
47852024-06-05T17:20:50.818Z PASS [ 0.048s] omicron-sled-agent services_migration::test::test_all_services_requests_schema
47862024-06-05T17:20:50.857Z PASS [ 0.050s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
47872024-06-05T17:20:50.891Z PASS [ 0.121s] omicron-sled-agent services_migration::test::test_convert_known_ledgers
47882024-06-05T17:20:50.916Z PASS [ 0.041s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
47892024-06-05T17:20:50.941Z PASS [ 0.042s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
47902024-06-05T17:20:50.966Z PASS [ 0.046s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
47912024-06-05T17:20:50.992Z PASS [ 0.042s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
47922024-06-05T17:20:50.992Z PASS [ 0.040s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
47932024-06-05T17:20:51.034Z PASS [ 0.046s] omicron-sled-agent updates::test::test_query_no_components
47942024-06-05T17:20:51.089Z PASS [ 0.053s] omicron-sled-agent updates::test::test_query_sled_agent_version
47952024-06-05T17:20:51.166Z PASS [ 0.053s] omicron-sled-agent updates::test::test_query_zone_version
47962024-06-05T17:20:51.346Z PASS [ 0.205s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem
47972024-06-05T17:20:51.384Z PASS [ 0.037s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
47982024-06-05T17:20:52.394Z PASS [ 1.804s] omicron-sled-agent services::test::test_old_ledger_migration_bad
47992024-06-05T17:20:52.837Z PASS [ 2.220s] omicron-sled-agent services::test::test_services_are_recreated_on_reboot
48002024-06-05T17:20:52.898Z PASS [ 0.039s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
48012024-06-05T17:20:52.898Z PASS [ 2.250s] omicron-sled-agent services::test::test_services_do_not_persist_without_config
48022024-06-05T17:20:53.510Z PASS [ 2.122s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
48032024-06-05T17:20:54.279Z PASS [ 1.882s] omicron-sled-agent zone_bundle::illumos_tests::test_context
48042024-06-05T17:20:54.348Z PASS [ 0.069s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
48052024-06-05T17:20:54.386Z PASS [ 0.040s] omicron-sled-agent zone_bundle::tests::test_compare_bundles
48062024-06-05T17:20:54.438Z PASS [ 0.052s] omicron-sled-agent zone_bundle::tests::test_disk_usage
48072024-06-05T17:20:54.468Z PASS [ 0.033s] omicron-sled-agent zone_bundle::tests::test_priority_dimension
48082024-06-05T17:20:54.505Z PASS [ 0.032s] omicron-sled-agent zone_bundle::tests::test_sort_zone_bundle_cause
48092024-06-05T17:20:54.589Z PASS [ 0.064s] omicron-sled-agent zone_bundle::tests::test_storage_limit_bytes_available
48102024-06-05T17:20:54.887Z PASS [ 1.994s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
48112024-06-05T17:20:55.001Z PASS [ 0.118s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
48122024-06-05T17:20:55.209Z PASS [ 2.325s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
48132024-06-05T17:20:55.209Z PASS [ 0.637s] omicron-sled-agent::mod integration_tests::commands::test_bootstrap_agent_openapi_sled
48142024-06-05T17:20:55.240Z PASS [ 0.223s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_openapi_sled
48152024-06-05T17:20:55.294Z PASS [ 0.061s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
48162024-06-05T17:20:55.321Z PASS [ 0.083s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
48172024-06-05T17:20:55.353Z PASS [ 0.041s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
48182024-06-05T17:20:55.379Z PASS [ 0.036s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port
48192024-06-05T17:20:55.454Z PASS [ 0.087s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_slow_write
48202024-06-05T17:20:55.483Z PASS [ 0.278s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
48212024-06-05T17:20:55.509Z PASS [ 0.031s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_timeout
48222024-06-05T17:20:55.621Z PASS [ 12.593s] omicron-passwords test::test_smoke
48232024-06-05T17:20:55.653Z PASS [ 2.136s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
48242024-06-05T17:20:55.790Z PASS [ 0.300s] omicron-test-utils dev::db::test::test_bad_cmd
48252024-06-05T17:20:55.826Z PASS [ 0.047s] omicron-test-utils dev::db::test::test_make_pg_config_fail
48262024-06-05T17:20:55.860Z PASS [ 0.031s] omicron-test-utils dev::db::test::test_make_pg_config_ok
48272024-06-05T17:20:55.894Z PASS [ 0.034s] omicron-test-utils dev::db::test::test_process_exit_abnormal
48282024-06-05T17:20:55.930Z PASS [ 0.038s] omicron-test-utils dev::db::test::test_process_exit_normal
48292024-06-05T17:20:55.986Z PASS [ 0.338s] omicron-test-utils dev::db::test::test_database_start_hang
48302024-06-05T17:20:56.021Z PASS [ 0.520s] omicron-test-utils dev::db::test::test_cmd_fails
48312024-06-05T17:20:56.322Z PASS [ 1.036s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
48322024-06-05T17:20:56.358Z PASS [ 0.037s] omicron-test-utils dev::db::test::test_starter_tmpdir
48332024-06-05T17:20:56.432Z PASS [ 0.070s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
48342024-06-05T17:20:56.489Z PASS [ 0.056s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
48352024-06-05T17:20:56.530Z PASS [ 0.048s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
48362024-06-05T17:20:56.585Z PASS [ 0.050s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path
48372024-06-05T17:20:56.685Z PASS [ 0.101s] omicron-test-utils dev::test_cmds::tests::test_redact_extra
48382024-06-05T17:20:56.720Z PASS [ 0.038s] oximeter histogram::tests::test_bin_range
48392024-06-05T17:20:56.751Z PASS [ 22.650s] omicron-omdb::test_all_output test_omdb_success_cases
48402024-06-05T17:20:56.780Z PASS [ 0.043s] oximeter histogram::tests::test_bin_range_from
48412024-06-05T17:20:56.821Z PASS [ 0.043s] oximeter histogram::tests::test_bin_range_to
48422024-06-05T17:20:56.848Z LEAK [ 0.860s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
48432024-06-05T17:20:56.848Z PASS [ 0.067s] oximeter histogram::tests::test_empty_bins_not_supported
48442024-06-05T17:20:56.849Z PASS [ 0.059s] oximeter histogram::tests::test_ensure_finite
48452024-06-05T17:20:56.883Z PASS [ 0.027s] oximeter histogram::tests::test_histogram_extreme_samples
48462024-06-05T17:20:56.884Z PASS [ 0.063s] oximeter histogram::tests::test_histogram
48472024-06-05T17:20:56.911Z PASS [ 0.063s] oximeter histogram::tests::test_histogram_extreme_bins
48482024-06-05T17:20:56.911Z PASS [ 0.030s] oximeter histogram::tests::test_histogram_float_bins
48492024-06-05T17:20:56.937Z PASS [ 0.032s] oximeter histogram::tests::test_histogram_to_arrays
48502024-06-05T17:20:56.962Z PASS [ 0.038s] oximeter histogram::tests::test_histogram_unbounded_samples
48512024-06-05T17:20:56.963Z PASS [ 0.038s] oximeter histogram::tests::test_histogram_unsorted_bins
48522024-06-05T17:20:56.963Z PASS [ 0.036s] oximeter histogram::tests::test_histogram_with_bins
48532024-06-05T17:20:56.988Z PASS [ 0.036s] oximeter histogram::tests::test_histogram_with_non_partitioned_bins
48542024-06-05T17:20:56.988Z PASS [ 0.034s] oximeter histogram::tests::test_histogram_with_overlapping_bins
48552024-06-05T17:20:57.017Z PASS [ 0.034s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
48562024-06-05T17:20:57.043Z PASS [ 0.071s] oximeter histogram::tests::test_log_linear_bins_all_representable
48572024-06-05T17:20:57.043Z PASS [ 0.058s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
48582024-06-05T17:20:57.071Z PASS [ 0.035s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
48592024-06-05T17:20:57.071Z PASS [ 0.031s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
48602024-06-05T17:20:57.102Z PASS [ 0.036s] oximeter histogram::tests::test_log_linear_bins_integer_size_checks
48612024-06-05T17:20:57.102Z PASS [ 0.037s] oximeter histogram::tests::test_log_linear_bins_small_bin_count
48622024-06-05T17:20:57.129Z PASS [ 0.048s] oximeter histogram::tests::test_span_decades
48632024-06-05T17:20:57.129Z PASS [ 6.130s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
48642024-06-05T17:20:57.154Z PASS [ 0.059s] oximeter histogram::tests::test_span_decades_other_counts_f64
48652024-06-05T17:20:57.154Z PASS [ 0.046s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_ok
48662024-06-05T17:20:57.181Z PASS [ 0.059s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
48672024-06-05T17:20:57.181Z PASS [ 0.041s] oximeter schema::tests::test_field_schema_ordering
48682024-06-05T17:20:57.208Z PASS [ 0.056s] oximeter schema::tests::test_timeseries_name
48692024-06-05T17:20:57.235Z PASS [ 0.054s] oximeter schema::tests::test_timeseries_name_from_str
48702024-06-05T17:20:57.235Z PASS [ 0.086s] oximeter schema::tests::test_schema_field_ordering_across_target_metric
48712024-06-05T17:20:57.235Z PASS [ 0.055s] oximeter schema::tests::test_timeseries_schema_from_parts
48722024-06-05T17:20:57.260Z PASS [ 0.033s] oximeter schema::tests::test_timeseries_schema_from_sample
48732024-06-05T17:20:57.260Z PASS [ 0.032s] oximeter test_util::tests::test_gen_test_samples
48742024-06-05T17:20:57.286Z PASS [ 0.026s] oximeter traits::tests::test_producer_trait
48752024-06-05T17:20:57.286Z PASS [ 0.033s] oximeter traits::tests::test_metric_trait
48762024-06-05T17:20:57.286Z PASS [ 0.030s] oximeter traits::tests::test_target_trait
48772024-06-05T17:20:57.458Z PASS [ 0.029s] oximeter types::tests::test_cumulative_f64
48782024-06-05T17:20:57.458Z PASS [ 0.029s] oximeter types::tests::test_cumulative_i64
48792024-06-05T17:20:57.458Z PASS [ 0.032s] oximeter types::tests::test_datum
48802024-06-05T17:20:57.458Z PASS [ 0.033s] oximeter types::tests::test_field_value_parse_as_type::case_01_as_string
48812024-06-05T17:20:57.458Z PASS [ 0.032s] oximeter types::tests::test_field_value_parse_as_type::case_02_as_i8
48822024-06-05T17:20:57.458Z PASS [ 0.034s] oximeter types::tests::test_field_value_parse_as_type::case_03_as_u8
48832024-06-05T17:20:57.491Z PASS [ 0.036s] oximeter types::tests::test_field_value_parse_as_type::case_04_as_i16
48842024-06-05T17:20:57.491Z PASS [ 0.038s] oximeter types::tests::test_field_value_parse_as_type::case_05_as_u16
48852024-06-05T17:20:57.491Z PASS [ 0.038s] oximeter types::tests::test_field_value_parse_as_type::case_06_as_i32
48862024-06-05T17:20:57.491Z PASS [ 0.038s] oximeter types::tests::test_field_value_parse_as_type::case_07_as_u32
48872024-06-05T17:20:57.491Z PASS [ 0.034s] oximeter types::tests::test_field_value_parse_as_type::case_08_as_i64
48882024-06-05T17:20:57.491Z PASS [ 0.034s] oximeter types::tests::test_field_value_parse_as_type::case_09_as_u64
48892024-06-05T17:20:57.491Z PASS [ 0.032s] oximeter types::tests::test_field_value_parse_as_type::case_10_as_uuid
48902024-06-05T17:20:57.492Z PASS [ 0.033s] oximeter types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
48912024-06-05T17:20:57.492Z PASS [ 0.043s] oximeter types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
48922024-06-05T17:20:57.492Z PASS [ 0.034s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
48932024-06-05T17:20:57.492Z PASS [ 0.047s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
48942024-06-05T17:20:57.492Z PASS [ 0.038s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
48952024-06-05T17:20:57.492Z PASS [ 0.040s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
48962024-06-05T17:20:57.492Z PASS [ 0.032s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
48972024-06-05T17:20:57.492Z PASS [ 0.033s] oximeter types::tests::test_measurement
48982024-06-05T17:20:57.492Z PASS [ 0.033s] oximeter types::tests::test_sample_struct
48992024-06-05T17:20:57.492Z PASS [ 0.030s] oximeter types::tests::test_verify_field_names
49002024-06-05T17:20:57.550Z PASS [ 0.093s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds
49012024-06-05T17:20:57.582Z PASS [ 0.030s] oximeter-collector self_stats::tests::test_failure_reason_serialization
49022024-06-05T17:20:57.675Z PASS [ 0.090s] oximeter-collector self_stats::tests::test_no_schema_changes
49032024-06-05T17:20:57.703Z PASS [ 0.234s] oximeter-collector agent::tests::test_self_stat_collection_count
49042024-06-05T17:20:57.728Z PASS [ 0.230s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
49052024-06-05T17:20:57.728Z PASS [ 0.245s] oximeter-collector agent::tests::test_self_stat_error_counter
49062024-06-05T17:20:57.773Z PASS [ 0.056s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
49072024-06-05T17:20:57.801Z PASS [ 0.058s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
49082024-06-05T17:20:57.801Z PASS [ 0.032s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
49092024-06-05T17:20:57.964Z PASS [ 0.293s] oximeter-collector::test_commands test_oximeter_no_args
49102024-06-05T17:20:58.151Z PASS [ 0.441s] oximeter-collector::test_commands test_oximeter_openapi
49112024-06-05T17:20:59.073Z PASS [ 1.297s] oximeter-db client::oxql::tests::test_get_entire_table
49122024-06-05T17:20:59.166Z PASS [ 1.367s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
49132024-06-05T17:20:59.258Z PASS [ 1.294s] oximeter-db client::oxql::tests::test_get_one_timeseries
49142024-06-05T17:20:59.332Z PASS [ 1.192s] oximeter-db client::oxql::tests::test_limit_operations
49152024-06-05T17:21:00.018Z PASS [ 0.853s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
49162024-06-05T17:21:00.392Z PASS [ 1.057s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
49172024-06-05T17:21:00.834Z PASS [ 0.037s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
49182024-06-05T17:21:00.860Z PASS [ 1.225s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
49192024-06-05T17:21:01.158Z PASS [ 1.141s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
49202024-06-05T17:21:01.659Z PASS [ 1.235s] oximeter-db client::tests::test_select_all_field_types
49212024-06-05T17:21:01.687Z PASS [ 0.027s] oximeter-db client::tests::test_unravel_index
49222024-06-05T17:21:01.731Z PASS [ 0.042s] oximeter-db client::tests::test_verify_schema_upgrades
49232024-06-05T17:21:01.763Z PASS [ 0.032s] oximeter-db model::tests::test_db_bool
49242024-06-05T17:21:02.031Z PASS [ 2.957s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
49252024-06-05T17:21:02.484Z PASS [ 6.477s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
49262024-06-05T17:21:02.510Z PASS [ 0.740s] oximeter-db model::tests::test_db_bool_bad
49272024-06-05T17:21:02.537Z PASS [ 0.030s] oximeter-db model::tests::test_db_datum_type_conversion
49282024-06-05T17:21:02.537Z PASS [ 0.031s] oximeter-db model::tests::test_db_field_list_conversion
49292024-06-05T17:21:02.563Z PASS [ 0.029s] oximeter-db model::tests::test_db_field_type_conversion
49302024-06-05T17:21:02.588Z PASS [ 0.032s] oximeter-db model::tests::test_db_histogram
49312024-06-05T17:21:02.588Z PASS [ 0.031s] oximeter-db model::tests::test_histogram_to_arrays
49322024-06-05T17:21:02.614Z PASS [ 0.030s] oximeter-db model::tests::test_parse_bytes_measurement
49332024-06-05T17:21:02.639Z PASS [ 0.029s] oximeter-db model::tests::test_parse_string_datum_requiring_escape
49342024-06-05T17:21:02.665Z PASS [ 0.034s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement
49352024-06-05T17:21:02.694Z PASS [ 0.029s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement
49362024-06-05T17:21:02.723Z PASS [ 7.117s] omicron-test-utils dev::db::test::test_database_concurrent
49372024-06-05T17:21:02.749Z PASS [ 0.032s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement
49382024-06-05T17:21:02.749Z PASS [ 0.181s] oximeter-db model::tests::test_parse_bad_cumulative_json_data
49392024-06-05T17:21:02.775Z PASS [ 0.038s] oximeter-db model::tests::test_unroll_from_source
49402024-06-05T17:21:02.775Z PASS [ 0.038s] oximeter-db model::tests::test_unroll_measurement_row
49412024-06-05T17:21:02.803Z PASS [ 0.035s] oximeter-db model::tests::test_unroll_missing_measurement_row
49422024-06-05T17:21:02.803Z PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_align_table_op
49432024-06-05T17:21:02.803Z PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal
49442024-06-05T17:21:02.829Z PASS [ 0.033s] oximeter-db oxql::ast::grammar::tests::test_comparison
49452024-06-05T17:21:02.830Z PASS [ 0.038s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
49462024-06-05T17:21:02.856Z PASS [ 0.038s] oximeter-db oxql::ast::grammar::tests::test_double_literal
49472024-06-05T17:21:02.882Z PASS [ 0.038s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
49482024-06-05T17:21:02.882Z PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_duration_literal
49492024-06-05T17:21:02.882Z PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
49502024-06-05T17:21:02.909Z PASS [ 0.035s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
49512024-06-05T17:21:02.909Z PASS [ 0.035s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
49522024-06-05T17:21:02.909Z PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
49532024-06-05T17:21:02.938Z PASS [ 0.035s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
49542024-06-05T17:21:02.963Z PASS [ 0.036s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op
49552024-06-05T17:21:02.963Z PASS [ 0.046s] oximeter-db oxql::ast::grammar::tests::test_get_table_op
49562024-06-05T17:21:02.963Z PASS [ 0.040s] oximeter-db oxql::ast::grammar::tests::test_group_by
49572024-06-05T17:21:02.989Z PASS [ 0.038s] oximeter-db oxql::ast::grammar::tests::test_ident
49582024-06-05T17:21:02.989Z PASS [ 0.037s] oximeter-db oxql::ast::grammar::tests::test_integer_literal
49592024-06-05T17:21:03.015Z PASS [ 0.037s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
49602024-06-05T17:21:03.015Z PASS [ 0.037s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
49612024-06-05T17:21:03.040Z PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation
49622024-06-05T17:21:03.040Z PASS [ 0.035s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
49632024-06-05T17:21:03.066Z PASS [ 0.036s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
49642024-06-05T17:21:03.066Z PASS [ 0.036s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
49652024-06-05T17:21:03.092Z PASS [ 0.038s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
49662024-06-05T17:21:03.093Z PASS [ 0.042s] oximeter-db oxql::ast::grammar::tests::test_query
49672024-06-05T17:21:03.125Z PASS [ 0.055s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
49682024-06-05T17:21:03.151Z PASS [ 0.050s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
49692024-06-05T17:21:03.151Z PASS [ 0.036s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
49702024-06-05T17:21:03.177Z PASS [ 2.004s] oximeter-db client::tests::test_sql_query_output
49712024-06-05T17:21:03.202Z PASS [ 0.037s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
49722024-06-05T17:21:03.203Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_reducer
49732024-06-05T17:21:03.203Z PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
49742024-06-05T17:21:03.229Z PASS [ 0.037s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal
49752024-06-05T17:21:03.229Z PASS [ 0.038s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
49762024-06-05T17:21:03.229Z PASS [ 0.030s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field
49772024-06-05T17:21:03.254Z PASS [ 0.031s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
49782024-06-05T17:21:03.280Z PASS [ 0.036s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
49792024-06-05T17:21:03.280Z PASS [ 0.038s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
49802024-06-05T17:21:03.280Z PASS [ 0.035s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
49812024-06-05T17:21:03.310Z PASS [ 0.034s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
49822024-06-05T17:21:03.310Z PASS [ 0.033s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
49832024-06-05T17:21:03.335Z PASS [ 0.033s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
49842024-06-05T17:21:03.362Z PASS [ 0.040s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
49852024-06-05T17:21:03.362Z PASS [ 0.039s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
49862024-06-05T17:21:03.362Z PASS [ 0.048s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
49872024-06-05T17:21:03.388Z PASS [ 0.044s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
49882024-06-05T17:21:03.413Z PASS [ 0.032s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
49892024-06-05T17:21:03.413Z PASS [ 0.053s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
49902024-06-05T17:21:03.413Z PASS [ 0.035s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
49912024-06-05T17:21:03.439Z PASS [ 0.035s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
49922024-06-05T17:21:03.439Z PASS [ 0.035s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
49932024-06-05T17:21:03.465Z PASS [ 0.037s] oximeter-db oxql::ast::table_ops::join::tests::test_join_point_arrays
49942024-06-05T17:21:03.465Z PASS [ 0.032s] oximeter-db oxql::ast::table_ops::join::tests::test_push_concrete_values
49952024-06-05T17:21:03.492Z PASS [ 0.033s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
49962024-06-05T17:21:03.492Z PASS [ 0.036s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
49972024-06-05T17:21:03.517Z PASS [ 0.038s] oximeter-db oxql::point::tests::test_cast_points_from_bool
49982024-06-05T17:21:03.517Z PASS [ 0.040s] oximeter-db oxql::point::tests::test_cast_points_from_double
49992024-06-05T17:21:03.543Z PASS [ 0.036s] oximeter-db oxql::point::tests::test_cast_points_from_double_distribution
50002024-06-05T17:21:03.543Z PASS [ 0.033s] oximeter-db oxql::point::tests::test_cast_points_from_int_distribution
50012024-06-05T17:21:03.543Z PASS [ 0.033s] oximeter-db oxql::point::tests::test_cast_points_from_integer
50022024-06-05T17:21:03.569Z PASS [ 0.040s] oximeter-db oxql::point::tests::test_cast_points_from_string
50032024-06-05T17:21:03.569Z PASS [ 0.037s] oximeter-db oxql::point::tests::test_point_delta_between
50042024-06-05T17:21:03.594Z PASS [ 0.038s] oximeter-db oxql::point::tests::test_point_delta_between_overlapping_time_ranges
50052024-06-05T17:21:03.594Z PASS [ 0.033s] oximeter-db oxql::point::tests::test_point_delta_between_with_new_epoch
50062024-06-05T17:21:03.620Z PASS [ 0.042s] oximeter-db oxql::query::tests::test_coalesce_limits
50072024-06-05T17:21:03.649Z PASS [ 0.044s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
50082024-06-05T17:21:03.649Z PASS [ 0.043s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
50092024-06-05T17:21:03.675Z PASS [ 0.040s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
50102024-06-05T17:21:03.675Z PASS [ 0.037s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
50112024-06-05T17:21:03.675Z PASS [ 0.037s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
50122024-06-05T17:21:03.701Z PASS [ 0.042s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
50132024-06-05T17:21:03.726Z PASS [ 0.042s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
50142024-06-05T17:21:03.726Z PASS [ 0.043s] oximeter-db oxql::query::tests::test_coalesce_predicates
50152024-06-05T17:21:03.752Z PASS [ 0.043s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
50162024-06-05T17:21:03.778Z PASS [ 0.041s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
50172024-06-05T17:21:03.778Z PASS [ 0.050s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
50182024-06-05T17:21:03.805Z PASS [ 0.053s] oximeter-db oxql::query::tests::test_query_end_time
50192024-06-05T17:21:03.805Z PASS [ 0.032s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
50202024-06-05T17:21:03.805Z PASS [ 0.052s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
50212024-06-05T17:21:03.831Z PASS [ 0.030s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
50222024-06-05T17:21:03.859Z PASS [ 0.036s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
50232024-06-05T17:21:03.859Z PASS [ 0.041s] oximeter-db oxql::query::tests::test_split_query
50242024-06-05T17:21:03.859Z PASS [ 0.035s] oximeter-db query::tests::test_field_cmp
50252024-06-05T17:21:03.885Z PASS [ 0.032s] oximeter-db query::tests::test_field_selector_as_query
50262024-06-05T17:21:03.885Z PASS [ 0.036s] oximeter-db query::tests::test_field_value_as_db_str
50272024-06-05T17:21:03.916Z PASS [ 0.059s] oximeter-db query::tests::test_select_query_builder_field_selectors
50282024-06-05T17:21:03.942Z PASS [ 0.041s] oximeter-db query::tests::test_select_query_builder_from_parts
50292024-06-05T17:21:03.942Z PASS [ 0.058s] oximeter-db query::tests::test_select_query_builder_filter_raw
50302024-06-05T17:21:03.968Z PASS [ 0.040s] oximeter-db query::tests::test_select_query_builder_limit_offset
50312024-06-05T17:21:03.993Z PASS [ 0.042s] oximeter-db query::tests::test_select_query_builder_no_fields
50322024-06-05T17:21:03.993Z PASS [ 0.060s] oximeter-db query::tests::test_select_query_builder_full
50332024-06-05T17:21:04.019Z PASS [ 0.043s] oximeter-db query::tests::test_select_query_builder_no_selectors
50342024-06-05T17:21:04.045Z PASS [ 0.049s] oximeter-db query::tests::test_time_range
50352024-06-05T17:21:04.045Z PASS [ 0.073s] oximeter-db query::tests::test_string_field_selector
50362024-06-05T17:21:04.071Z PASS [ 0.048s] oximeter-db sql::tests::test_allow_limit_offset
50372024-06-05T17:21:04.096Z PASS [ 0.054s] oximeter-db sql::tests::test_allow_subqueries
50382024-06-05T17:21:04.096Z PASS [ 0.051s] oximeter-db sql::tests::test_cannot_name_database
50392024-06-05T17:21:04.121Z PASS [ 0.052s] oximeter-db sql::tests::test_ctes_are_not_supported
50402024-06-05T17:21:04.146Z PASS [ 0.048s] oximeter-db sql::tests::test_function_allow_list
50412024-06-05T17:21:04.146Z PASS [ 0.042s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
50422024-06-05T17:21:04.174Z PASS [ 0.074s] oximeter-db sql::tests::test_join_must_be_inner
50432024-06-05T17:21:04.199Z PASS [ 0.055s] oximeter-db sql::tests::test_query_must_be_select_statement
50442024-06-05T17:21:04.224Z PASS [ 0.051s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
50452024-06-05T17:21:04.225Z PASS [ 0.050s] oximeter-db sql::tests::test_require_table_is_timeseries_name
50462024-06-05T17:21:04.250Z PASS [ 0.042s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
50472024-06-05T17:21:04.250Z PASS [ 0.041s] oximeter-db sql::tests::test_with_comma_join_fails
50482024-06-05T17:21:04.276Z PASS [ 0.037s] oximeter-db tests::test_timeseries_key_field_stability
50492024-06-05T17:21:04.276Z PASS [ 0.037s] oximeter-db tests::test_timeseries_key_sample_stability
50502024-06-05T17:21:04.302Z PASS [ 0.040s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read
50512024-06-05T17:21:04.328Z PASS [ 0.047s] oximeter-instruments http::tests::test_normalize_uri_path
50522024-06-05T17:21:04.328Z PASS [ 0.066s] oximeter-instruments http::tests::test_latency_tracker
50532024-06-05T17:21:04.402Z PASS [ 0.125s] oximeter-instruments kstat::link::tests::test_kstat_sampler
50542024-06-05T17:21:04.430Z PASS [ 0.098s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
50552024-06-05T17:21:04.431Z PASS [ 0.089s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
50562024-06-05T17:21:04.476Z PASS [ 0.064s] oximeter-instruments kstat::link::tests::test_physical_datalink
50572024-06-05T17:21:04.501Z PASS [ 0.081s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
50582024-06-05T17:21:04.550Z PASS [ 0.097s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
50592024-06-05T17:21:04.575Z PASS [ 0.086s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
50602024-06-05T17:21:04.601Z PASS [ 0.107s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
50612024-06-05T17:21:04.601Z PASS [ 0.063s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
50622024-06-05T17:21:04.627Z PASS [ 0.024s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
50632024-06-05T17:21:04.708Z PASS [ 0.048s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
50642024-06-05T17:21:04.708Z PASS [ 0.068s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
50652024-06-05T17:21:04.733Z PASS [ 0.110s] oximeter-macro-impl tests::test_metric_annotated_field
50662024-06-05T17:21:04.733Z PASS [ 0.078s] oximeter-macro-impl tests::test_metric_datum_field
50672024-06-05T17:21:04.877Z PASS [ 0.072s] oximeter-macro-impl tests::test_metric_enum
50682024-06-05T17:21:04.877Z PASS [ 1.669s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
50692024-06-05T17:21:04.877Z PASS [ 0.038s] oximeter-macro-impl tests::test_metric_without_datum_field
50702024-06-05T17:21:04.877Z PASS [ 0.028s] oximeter-macro-impl tests::test_target
50712024-06-05T17:21:04.877Z PASS [ 0.036s] oximeter-macro-impl tests::test_target_empty_struct
50722024-06-05T17:21:04.877Z PASS [ 0.028s] oximeter-macro-impl tests::test_target_enum
50732024-06-05T17:21:04.903Z PASS [ 0.038s] oximeter-macro-impl tests::test_target_unit_struct
50742024-06-05T17:21:04.903Z PASS [ 0.027s] oximeter-macro-impl tests::test_target_with_datum_field
50752024-06-05T17:21:04.903Z PASS [ 0.036s] oxlog tests::test_is_oxide_smf_log_file
50762024-06-05T17:21:04.903Z PASS [ 0.042s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
50772024-06-05T17:21:04.903Z PASS [ 0.025s] oxlog tests::test_sort_logs
50782024-06-05T17:21:04.928Z PASS [ 0.063s] sled-hardware disk::test::test_disk_paths
50792024-06-05T17:21:04.968Z PASS [ 0.042s] sled-hardware disk::test::test_partition_device_paths
50802024-06-05T17:21:05.048Z PASS [ 0.081s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
50812024-06-05T17:21:05.091Z PASS [ 0.042s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
50822024-06-05T17:21:05.144Z PASS [ 0.055s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
50832024-06-05T17:21:05.187Z PASS [ 0.044s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
50842024-06-05T17:21:05.247Z PASS [ 0.054s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
50852024-06-05T17:21:05.290Z PASS [ 0.047s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
50862024-06-05T17:21:05.342Z PASS [ 0.042s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
50872024-06-05T17:21:05.398Z PASS [ 0.052s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
50882024-06-05T17:21:05.510Z PASS [ 0.102s] sled-storage dataset::test::serialize_dataset_name
50892024-06-05T17:21:05.534Z PASS [ 0.700s] reconfigurator-cli::test_basic test_basic
50902024-06-05T17:21:05.578Z PASS [ 0.091s] sled-storage manager::test::test_omicron_physical_disks_schema
50912024-06-05T17:21:06.928Z PASS [ 1.350s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool
50922024-06-05T17:21:07.002Z PASS [ 0.076s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification
50932024-06-05T17:21:07.958Z PASS [ 2.439s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager
50942024-06-05T17:21:08.008Z PASS [ 0.050s] sled-storage manager::tests::ensure_using_exactly_these_disks
50952024-06-05T17:21:08.146Z PASS [ 3.357s] oximeter-producer tests::test_producer_registration_task
50962024-06-05T17:21:10.161Z PASS [ 2.153s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2
50972024-06-05T17:21:10.247Z PASS [ 3.245s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready
50982024-06-05T17:21:12.657Z PASS [ 4.525s] sled-storage manager::tests::ledgerless_to_ledgered_migration
50992024-06-05T17:21:12.866Z PASS [ 2.603s] sled-storage manager::tests::upsert_filesystem
51002024-06-05T17:21:12.921Z PASS [ 16.944s] omicron-test-utils dev::db::test::test_setup_database_default_dir
51012024-06-05T17:21:13.130Z PASS [ 2.966s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
51022024-06-05T17:21:13.739Z PASS [ 0.819s] tufaceous::integration-tests command_tests::test_init_and_add
51032024-06-05T17:21:13.804Z PASS [ 1.147s] sled-storage manager::tests::wait_for_boot_disk
51042024-06-05T17:21:13.829Z PASS [ 0.078s] tufaceous-lib archive::tests::test_validate_path
51052024-06-05T17:21:13.870Z PASS [ 0.066s] tufaceous-lib assemble::manifest::tests::fake_roundtrip
51062024-06-05T17:21:13.895Z PASS [ 0.061s] tufaceous-lib key::tests::test_from_str
51072024-06-05T17:21:13.995Z PASS [ 0.865s] tufaceous::manifest-tests check_manifest::fake.toml
51082024-06-05T17:21:14.041Z PASS [ 0.169s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
51092024-06-05T17:21:14.087Z PASS [ 1.236s] tufaceous::integration-tests command_tests::test_assemble_fake
51102024-06-05T17:21:14.179Z PASS [ 0.136s] update-common artifacts::update_plan::tests::test_bad_rot_versions
51112024-06-05T17:21:14.228Z PASS [ 0.141s] update-common artifacts::update_plan::tests::test_multi_rot_version
51122024-06-05T17:21:14.306Z PASS [ 0.131s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
51132024-06-05T17:21:14.411Z PASS [ 0.103s] update-engine display::group_display::tests::test_stats
51142024-06-05T17:21:14.451Z PASS [ 0.041s] update-engine display::line_display_shared::tests::test_format_progress_counter
51152024-06-05T17:21:14.515Z PASS [ 0.061s] update-engine engine::tests::error_exits_early
51162024-06-05T17:21:14.576Z PASS [ 0.062s] update-engine events::tests::progress_event_parse_unknown
51172024-06-05T17:21:14.617Z PASS [ 0.044s] update-engine events::tests::step_event_parse_unknown
51182024-06-05T17:21:14.642Z PASS [ 0.407s] update-engine buffer::tests::test_buffer
51192024-06-05T17:21:14.668Z PASS [ 0.032s] wicket state::inventory::tests::component_id_display
51202024-06-05T17:21:14.722Z PASS [ 0.104s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
51212024-06-05T17:21:14.782Z PASS [ 0.060s] wicket-common rack_setup::tests::roundtrip_import_export_policy
51222024-06-05T17:21:14.825Z PASS [ 12.795s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
51232024-06-05T17:21:14.875Z PASS [ 0.093s] wicketd installinator_progress::tests::test_states
51242024-06-05T17:21:14.901Z PASS [ 1.019s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
51252024-06-05T17:21:14.941Z PASS [ 0.064s] wicketd rss_config::tests::test_bgp_auth_key_states
51262024-06-05T17:21:14.992Z PASS [ 0.324s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
51272024-06-05T17:21:15.538Z PASS [ 0.640s] wicketd::mod integration_tests::commands::test_wicketd_openapi
51282024-06-05T17:21:15.879Z PASS [ 0.941s] wicketd::mod integration_tests::inventory::test_inventory
51292024-06-05T17:21:17.042Z PASS [ 1.512s] wicketd::mod integration_tests::updates::test_update_races
51302024-06-05T17:21:17.592Z PASS [ 3.606s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
51312024-06-05T17:21:17.900Z PASS [ 17.426s] oximeter-db client::tests::test_single_node
51322024-06-05T17:21:18.497Z PASS [ 2.625s] wicketd::mod integration_tests::updates::test_updates
51332024-06-05T17:21:18.546Z PASS [ 3.563s] wicketd::mod integration_tests::updates::test_installinator_fetch
51342024-06-05T17:21:19.290Z PASS [ 32.125s] omicron-sled-agent nexus::test::nexus_self_notification_test
51352024-06-05T17:21:22.920Z PASS [ 18.094s] reconfigurator-cli::test_basic test_blueprint_edit
51362024-06-05T17:22:14.826Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
51372024-06-05T17:23:14.830Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
51382024-06-05T17:24:14.826Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
51392024-06-05T17:25:14.830Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
51402024-06-05T17:26:14.827Z SLOW [>300.000s] oximeter-db client::tests::test_replicated
51412024-06-05T17:26:37.466Z PASS [ 322.652s] oximeter-db client::tests::test_replicated
51422024-06-05T17:26:37.492Z------------
51432024-06-05T17:26:37.492Z Summary [1959.750s] 1269 tests run: 1267 passed (7 slow, 1 leaky), 2 failed, 3 skipped
51442024-06-05T17:26:37.492Z FAIL [ 24.081s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
51452024-06-05T17:26:37.492Z FAIL [ 76.090s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
51462024-06-05T17:26:37.492Zerror: test run failed
51472024-06-05T17:26:37.523Z
51482024-06-05T17:26:37.523Zreal 33:00.909744729
51492024-06-05T17:26:37.523Zuser 2:25:07.442064339
51502024-06-05T17:26:37.523Zsys 41:50.256447286
51512024-06-05T17:26:37.523Ztrap 2:17.284442983
51522024-06-05T17:26:37.523Ztflt 8.939421519
51532024-06-05T17:26:37.523Zdflt 33.320263217
51542024-06-05T17:26:37.523Zkflt 0.182850047
51552024-06-05T17:26:37.523Zlock 871:11:22.688654387
51562024-06-05T17:26:37.523Zslp 38:11:28.252950709
51572024-06-05T17:26:37.524Zlat 3:25:23.223967403
51582024-06-05T17:26:37.524Zstop 44:12.554385032
51592024-06-05T17:26:37.560Zprocess exited: duration 3512673 ms, exit code 100
 
51602024-06-05T17:26:38.493Zfound 5 output files
51612024-06-05T17:26:38.493Zuploading: /work/crate-build-timings.json (504188 bytes)
51622024-06-05T17:26:39.992Zuploaded: /work/crate-build-timings.json
51632024-06-05T17:26:39.992Zuploading: /var/tmp/omicron_tmp/test_all-c31e669132e3e5a7-test_unauthorized.14837.0.log (21327588 bytes)
51642024-06-05T17:26:49.280Zuploaded: /var/tmp/omicron_tmp/test_all-c31e669132e3e5a7-test_unauthorized.14837.0.log
51652024-06-05T17:26:49.305Zuploading: /var/tmp/omicron_tmp/test_all-c31e669132e3e5a7-test_unauthorized.14837.2.log (275425 bytes)
51662024-06-05T17:26:50.520Zuploaded: /var/tmp/omicron_tmp/test_all-c31e669132e3e5a7-test_unauthorized.14837.2.log
51672024-06-05T17:26:50.521Zuploading: /var/tmp/omicron_tmp/test_all-c31e669132e3e5a7-test_unauthorized.14837.3.log (1107335 bytes)
51682024-06-05T17:26:51.853Zuploaded: /var/tmp/omicron_tmp/test_all-c31e669132e3e5a7-test_unauthorized.14837.3.log
51692024-06-05T17:26:51.853Zuploading: /var/tmp/omicron_tmp/test_all-c31e669132e3e5a7-validate_data_migration.13881.0.log (130098 bytes)
51702024-06-05T17:26:53.074Zuploaded: /var/tmp/omicron_tmp/test_all-c31e669132e3e5a7-validate_data_migration.13881.0.log