01HSXZSY4MM8JRY4QBK8FBZXXD: clippy (helios)

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        String(
            "1.72.1",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01HSXZT88VXS1MCWCVVA7P1TEF

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-03-26T18:21:30.483Zjob assigned to worker 01HSXZT8SBZ9Y7YDEHXE456XXE (queued for 2 m 0 s)
 
22024-03-26T18:21:37.639Zstarting task 0: "setup"
32024-03-26T18:21:37.745Z++ uname -s
42024-03-26T18:21:37.764Z+ kern=SunOS
52024-03-26T18:21:37.764Z+ case "$kern" in
62024-03-26T18:21:37.765Z+ groupadd -g 12345 build
72024-03-26T18:21:37.838Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-03-26T18:21:39.844Z+ zfs create -o mountpoint=/work rpool/work
92024-03-26T18:21:39.925Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-03-26T18:21:39.928Z+ home_fs=zfs
112024-03-26T18:21:39.928Z+ [[ zfs == autofs ]]
122024-03-26T18:21:39.928Z+ mkdir -p /home/build
132024-03-26T18:21:39.928Z+ chown build:build /home/build /work
142024-03-26T18:21:41.928Z+ chmod 0700 /home/build /work
152024-03-26T18:21:41.931Zprocess exited: duration 4294 ms, exit code 0
 
162024-03-26T18:21:41.937Zstarting task 1: "rust-toolchain"
172024-03-26T18:21:41.944Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-03-26T18:21:41.951Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-03-26T18:21:42.056Zinfo: downloading installer
202024-03-26T18:21:44.241Zwarning: it looks like you have an existing installation of Rust at:
212024-03-26T18:21:44.241Zwarning: /opt/ooce/bin
222024-03-26T18:21:44.241Zwarning: It is recommended that rustup be the primary Rust installation.
232024-03-26T18:21:44.241Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-03-26T18:21:44.241Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-03-26T18:21:44.241Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-03-26T18:21:44.241Zwarning: or pass `-y' to ignore all ignorable checks.
272024-03-26T18:21:44.242Zerror: cannot install while Rust is installed
282024-03-26T18:21:44.242Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-03-26T18:21:44.731Zinfo: profile set to 'default'
302024-03-26T18:21:44.731Zinfo: default host triple is x86_64-unknown-illumos
312024-03-26T18:21:44.734Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-03-26T18:21:44.885Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-03-26T18:21:44.885Zinfo: downloading component 'cargo'
342024-03-26T18:21:45.816Zinfo: downloading component 'clippy'
352024-03-26T18:21:46.140Zinfo: downloading component 'rust-docs'
362024-03-26T18:21:47.306Zinfo: downloading component 'rust-std'
372024-03-26T18:21:49.394Zinfo: downloading component 'rustc'
382024-03-26T18:21:54.461Zinfo: downloading component 'rustfmt'
392024-03-26T18:21:54.748Zinfo: installing component 'cargo'
402024-03-26T18:21:55.573Zinfo: installing component 'clippy'
412024-03-26T18:21:55.934Zinfo: installing component 'rust-docs'
422024-03-26T18:21:57.334Zinfo: installing component 'rust-std'
432024-03-26T18:21:59.097Zinfo: installing component 'rustc'
442024-03-26T18:22:03.220Zinfo: installing component 'rustfmt'
452024-03-26T18:22:03.576Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-03-26T18:22:03.576Z
472024-03-26T18:22:03.868Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-03-26T18:22:03.868Z
492024-03-26T18:22:03.878Z
502024-03-26T18:22:03.878ZRust is installed now. Great!
512024-03-26T18:22:03.878Z
522024-03-26T18:22:03.878ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-03-26T18:22:03.878Zenvironment variable. This has not been done automatically.
542024-03-26T18:22:03.878Z
552024-03-26T18:22:03.878ZTo configure your current shell, you need to source
562024-03-26T18:22:03.878Zthe corresponding env file under $HOME/.cargo.
572024-03-26T18:22:03.878Z
582024-03-26T18:22:03.878ZThis is usually done by running one of the following (note the leading DOT):
592024-03-26T18:22:03.879Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-03-26T18:22:03.879Zsource "$HOME/.cargo/env.fish" # For fish
612024-03-26T18:22:03.990Z+ rustc --version
622024-03-26T18:22:04.053Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-03-26T18:22:04.056Zprocess exited: duration 22114 ms, exit code 0
 
642024-03-26T18:22:04.067Zstarting task 2: "authentication"
652024-03-26T18:22:04.090Zprocess exited: duration 22 ms, exit code 0
 
662024-03-26T18:22:04.098Zstarting task 3: "clone repository"
672024-03-26T18:22:04.104Z+ mkdir -p /work/oxidecomputer/omicron
682024-03-26T18:22:04.108Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-03-26T18:22:04.825ZCloning into '/work/oxidecomputer/omicron'...
702024-03-26T18:22:10.576Z+ cd /work/oxidecomputer/omicron
712024-03-26T18:22:10.576Z+ git fetch origin f784f78d67f703e3f8063c5525deed07f6c2c130
722024-03-26T18:22:10.923ZFrom https://github.com/oxidecomputer/omicron
732024-03-26T18:22:10.923Z * branch f784f78d67f703e3f8063c5525deed07f6c2c130 -> FETCH_HEAD
742024-03-26T18:22:10.939Z+ [[ -n refresh-oximeter-producer-list ]]
752024-03-26T18:22:10.949Z++ git branch --show-current
762024-03-26T18:22:10.950Z+ current=main
772024-03-26T18:22:10.950Z+ [[ main != refresh-oximeter-producer-list ]]
782024-03-26T18:22:10.950Z+ git branch -f refresh-oximeter-producer-list f784f78d67f703e3f8063c5525deed07f6c2c130
792024-03-26T18:22:10.951Z+ git checkout -f refresh-oximeter-producer-list
802024-03-26T18:22:11.057ZSwitched to branch 'refresh-oximeter-producer-list'
812024-03-26T18:22:11.083Z+ git reset --hard f784f78d67f703e3f8063c5525deed07f6c2c130
822024-03-26T18:22:11.101ZHEAD is now at f784f78d6 clippy
832024-03-26T18:22:11.101Zprocess exited: duration 6970 ms, exit code 0
 
842024-03-26T18:22:11.558Zstarting task 4: "build"
852024-03-26T18:22:11.589Z+ cargo --version
862024-03-26T18:22:11.589Zinfo: syncing channel updates for '1.76.0-x86_64-unknown-illumos'
872024-03-26T18:22:11.589Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
882024-03-26T18:22:11.589Zinfo: downloading component 'cargo'
892024-03-26T18:22:12.050Zinfo: downloading component 'clippy'
902024-03-26T18:22:12.389Zinfo: downloading component 'rust-docs'
912024-03-26T18:22:13.357Zinfo: downloading component 'rust-std'
922024-03-26T18:22:15.065Zinfo: downloading component 'rustc'
932024-03-26T18:22:18.974Zinfo: downloading component 'rustfmt'
942024-03-26T18:22:19.187Zinfo: installing component 'cargo'
952024-03-26T18:22:20.148Zinfo: installing component 'clippy'
962024-03-26T18:22:20.491Zinfo: installing component 'rust-docs'
972024-03-26T18:22:21.964Zinfo: installing component 'rust-std'
982024-03-26T18:22:23.705Zinfo: installing component 'rustc'
992024-03-26T18:22:27.796Zinfo: installing component 'rustfmt'
1002024-03-26T18:22:28.192Zcargo 1.76.0 (c84b36747 2024-01-18)
1012024-03-26T18:22:28.204Z+ rustc --version
1022024-03-26T18:22:28.297Zrustc 1.76.0 (07dca489a 2024-02-04)
1032024-03-26T18:22:28.306Z+ source ./env.sh
1042024-03-26T18:22:28.306Z++ set -o xtrace
1052024-03-26T18:22:28.306Z++++ dirname ./env.sh
1062024-03-26T18:22:28.392Z+++ readlink -f .
1072024-03-26T18:22:28.458Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082024-03-26T18:22:28.996Z++ 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-03-26T18:22:28.996Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102024-03-26T18:22:28.996Z++ 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-03-26T18:22:28.996Z++ 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-03-26T18:22:28.996Z++ 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-03-26T18:22:28.996Z++ 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-03-26T18:22:28.996Z++ 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-03-26T18:22:28.996Z++ 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-03-26T18:22:28.996Z++ unset OMICRON_WS
1172024-03-26T18:22:28.996Z++ set +o xtrace
1182024-03-26T18:22:28.996Z
1192024-03-26T18:22:28.996Z ##### ##### ###### ##### ###### #### # # # #### #
1202024-03-26T18:22:28.997Z # # # # # # # # # # # # # # #
1212024-03-26T18:22:28.997Z # # # # ##### # # ##### # # # # # #### #
1222024-03-26T18:22:28.997Z ##### ##### # ##### # # # # # # # # #
1232024-03-26T18:22:28.997Z # # # # # # # # # # # # # # #
1242024-03-26T18:22:28.997Z # # # ###### # # ###### ### # #### # #### #
1252024-03-26T18:22:28.997Z
1262024-03-26T18:22:46.234Z Startup: Refreshing catalog 'helios-dev' ... Done
1272024-03-26T18:22:47.658Z Startup: Caching catalogs ... Done
1282024-03-26T18:22:49.292ZPlanning: Solver setup ... Done (1.255s)
1292024-03-26T18:22:49.307ZPlanning: Running solver ... Done (0.025s)
1302024-03-26T18:22:49.637ZPlanning: Finding local manifests ... Done (0.303s)
1312024-03-26T18:22:49.648ZPlanning: Fetching manifests: 0/4 0% complete
1322024-03-26T18:22:50.168ZPlanning: Fetching manifests: 4/4 100% complete
1332024-03-26T18:22:50.215ZPlanning: Package planning ... Done (0.048s)
1342024-03-26T18:22:50.267ZPlanning: Merging actions ... Done (0.051s)
1352024-03-26T18:22:50.911ZPlanning: Checking for conflicting actions ... Done (0.645s)
1362024-03-26T18:22:50.922ZPlanning: Consolidating action changes ... Done (0.011s)
1372024-03-26T18:23:02.526ZPlanning: Evaluating mediators ... Done (11.595s)
1382024-03-26T18:23:02.541ZPlanning: Planning completed in 14.82 seconds
1392024-03-26T18:23:02.550Z Packages to install: 4
1402024-03-26T18:23:02.550Z Mediators to change: 2
1412024-03-26T18:23:02.550Z Services to change: 1
1422024-03-26T18:23:02.555Z Estimated space available: 155.32 GB
1432024-03-26T18:23:02.555ZEstimated space to be consumed: 1.43 GB
1442024-03-26T18:23:02.555Z Create boot environment: No
1452024-03-26T18:23:02.555ZCreate backup boot environment: No
1462024-03-26T18:23:02.555Z Rebuild boot archive: No
1472024-03-26T18:23:02.555Z
1482024-03-26T18:23:02.555ZChanged mediators:
1492024-03-26T18:23:02.556Z mediator clang:
1502024-03-26T18:23:02.556Z version: None -> 15 (system default)
1512024-03-26T18:23:02.556Z
1522024-03-26T18:23:02.556Z mediator llvm:
1532024-03-26T18:23:02.556Z version: 14 (system default) -> 15 (system default)
1542024-03-26T18:23:02.556Z
1552024-03-26T18:23:02.556ZChanged packages:
1562024-03-26T18:23:02.557Zhelios-dev
1572024-03-26T18:23:02.557Z developer/build-essential
1582024-03-26T18:23:02.557Z None -> 11-2.0
1592024-03-26T18:23:02.557Z library/libxmlsec1
1602024-03-26T18:23:02.557Z None -> 1.2.35-2.0
1612024-03-26T18:23:02.557Z ooce/developer/clang-15
1622024-03-26T18:23:02.558Z None -> 15.0.7-2.0
1632024-03-26T18:23:02.558Z ooce/developer/llvm-15
1642024-03-26T18:23:02.558Z None -> 15.0.7-2.0
1652024-03-26T18:23:02.558Z
1662024-03-26T18:23:02.558ZServices:
1672024-03-26T18:23:02.558Z restart_fmri:
1682024-03-26T18:23:02.558Z svc:/system/update-man-index:default
1692024-03-26T18:23:02.682Z
1702024-03-26T18:23:02.682ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1712024-03-26T18:23:07.683ZDownload: 1214/3290 items 86.0/212.6MB 40% complete (17.2M/s)
1722024-03-26T18:23:12.690ZDownload: 3029/3290 items 121.3/212.6MB 57% complete (12.2M/s)
1732024-03-26T18:23:15.557ZDownload: Completed 212.60 MB in 12.87 seconds (16.5M/s)
1742024-03-26T18:23:16.279Z Actions: 1/3689 actions (Installing new actions)
1752024-03-26T18:23:21.296Z Actions: 3542/3689 actions (Installing new actions)
1762024-03-26T18:23:22.191Z Actions: Completed 3689 actions in 5.90 seconds.
1772024-03-26T18:23:22.286Z Done (0.101s)
1782024-03-26T18:23:22.287Z Done (0.000s)
1792024-03-26T18:23:22.528Z Done (0.247s)
1802024-03-26T18:23:28.742Z Done (6.073s)
1812024-03-26T18:23:29.120Z Done (0.311s)
1822024-03-26T18:23:29.123Z Done (0.000s)
1832024-03-26T18:23:29.265Z Done (0.000s)
1842024-03-26T18:23:29.790ZPlanning: Evaluating mediator changes ... Done
1852024-03-26T18:23:29.950ZPlanning: Checking for conflicting actions ... Done
1862024-03-26T18:23:29.953ZPlanning: Consolidating action changes ... Done
1872024-03-26T18:23:30.218ZPlanning: Evaluating mediators ... Done
1882024-03-26T18:23:30.221ZPlanning: Planning completed in 0.43 seconds
1892024-03-26T18:23:30.252Z Mediators to change: 2
1902024-03-26T18:23:30.252Z Create boot environment: No
1912024-03-26T18:23:30.252ZCreate backup boot environment: No
1922024-03-26T18:23:30.324Z Done
1932024-03-26T18:23:30.324Z Done
1942024-03-26T18:23:30.470Z Done
1952024-03-26T18:23:34.029Z Done
1962024-03-26T18:23:34.113Z Done
1972024-03-26T18:23:34.113Z Done
1982024-03-26T18:23:34.215Z Done
1992024-03-26T18:23:34.847ZPlanning: Evaluating mediator changes ... Done
2002024-03-26T18:23:34.850ZPlanning: Merging actions ... Done
2012024-03-26T18:23:35.039ZPlanning: Checking for conflicting actions ... Done
2022024-03-26T18:23:35.043ZPlanning: Consolidating action changes ... Done
2032024-03-26T18:23:35.301ZPlanning: Evaluating mediators ... Done
2042024-03-26T18:23:35.357ZPlanning: Planning completed in 0.78 seconds
2052024-03-26T18:23:35.392Z Packages to change: 1
2062024-03-26T18:23:35.392Z Mediators to change: 1
2072024-03-26T18:23:35.392Z Services to change: 1
2082024-03-26T18:23:35.395Z Create boot environment: No
2092024-03-26T18:23:35.395ZCreate backup boot environment: Yes
2102024-03-26T18:23:37.245Z Actions: 1/6 actions (Updating modified actions)
2112024-03-26T18:23:37.249Z Actions: Completed 6 actions in 0.00 seconds.
2122024-03-26T18:23:37.249Z Done
2132024-03-26T18:23:37.249Z Done
2142024-03-26T18:23:37.301Z Done
2152024-03-26T18:23:40.895Z Done
2162024-03-26T18:23:40.983Z Done
2172024-03-26T18:23:40.987Z Done
2182024-03-26T18:23:41.086Z Done
2192024-03-26T18:23:41.520ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2202024-03-26T18:23:41.521Zclang system 15 system
2212024-03-26T18:23:41.521Zcsh system system illumos
2222024-03-26T18:23:41.521Zctags system system illumos
2232024-03-26T18:23:41.521Zgcc vendor 12 vendor
2242024-03-26T18:23:41.521Zgcc system 10 system
2252024-03-26T18:23:41.521Zgcc system 7 system
2262024-03-26T18:23:41.521Zgo system 1.20 system
2272024-03-26T18:23:41.521Zgo system 1.19 system
2282024-03-26T18:23:41.521Zllvm system 15 system
2292024-03-26T18:23:41.521Zllvm system 14 system
2302024-03-26T18:23:41.521Zmariadb system 10.6 system
2312024-03-26T18:23:41.521Zmta vendor vendor dma
2322024-03-26T18:23:41.521Zopenjdk system 17 system
2332024-03-26T18:23:41.521Zopenjdk system 11 system
2342024-03-26T18:23:41.521Zopenjdk system 1.8 system
2352024-03-26T18:23:41.521Zopenssl vendor 3 vendor
2362024-03-26T18:23:41.521Zperl system 5.36 system
2372024-03-26T18:23:41.521Zpostgresql system 15 system
2382024-03-26T18:23:41.521Zpostgresql system 13 system
2392024-03-26T18:23:41.521Zpython vendor 3 vendor
2402024-03-26T18:23:41.522Zpython system 2 system
2412024-03-26T18:23:41.522Zpython3 system 3.11 system
2422024-03-26T18:23:41.522Zruby system 3.0 system
2432024-03-26T18:23:41.522Zwords vendor vendor american-english
2442024-03-26T18:23:41.522Zwords system system australian-english
2452024-03-26T18:23:41.522Zwords system system british-english
2462024-03-26T18:23:41.522Zwords system system canadian-english
2472024-03-26T18:23:41.522Zwords system system french
2482024-03-26T18:23:41.522Zwords system system italian
2492024-03-26T18:23:41.522Zwords system system ngerman
2502024-03-26T18:23:41.522Zwords system system ogerman
2512024-03-26T18:23:41.522Zwords system system spanish
2522024-03-26T18:23:41.856ZPUBLISHER TYPE STATUS P LOCATION
2532024-03-26T18:23:41.856Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2542024-03-26T18:23:43.066ZFMRI IFO
2552024-03-26T18:23:43.066Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2562024-03-26T18:23:43.066Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2572024-03-26T18:23:43.067Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2582024-03-26T18:23:43.067Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2592024-03-26T18:23:43.067Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2602024-03-26T18:23:43.067Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2612024-03-26T18:23:43.068Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2622024-03-26T18:23:43.068Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2632024-03-26T18:23:43.068Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2642024-03-26T18:23:43.069Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2652024-03-26T18:23:43.069Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2662024-03-26T18:23:43.069Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2672024-03-26T18:23:43.296Z+ set -o errexit
2682024-03-26T18:23:43.317Z+++ dirname ./tools/ci_download_cockroachdb
2692024-03-26T18:23:43.317Z++ cd ./tools
2702024-03-26T18:23:43.317Z++ pwd
2712024-03-26T18:23:43.317Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2722024-03-26T18:23:43.317Z++ basename ./tools/ci_download_cockroachdb
2732024-03-26T18:23:43.317Z+ ARG0=ci_download_cockroachdb
2742024-03-26T18:23:43.317Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2752024-03-26T18:23:43.317Z+ CIDL_VERSION=v22.1.9
2762024-03-26T18:23:43.317Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2772024-03-26T18:23:43.317Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2782024-03-26T18:23:43.317Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2792024-03-26T18:23:43.317Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2802024-03-26T18:23:43.318Z+ TARGET_DIR=out
2812024-03-26T18:23:43.318Z+ DOWNLOAD_DIR=out/downloads
2822024-03-26T18:23:43.318Z+ DEST_DIR=./out/cockroachdb
2832024-03-26T18:23:43.318Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2842024-03-26T18:23:43.318Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2852024-03-26T18:23:43.318Z+ main
2862024-03-26T18:23:43.318Z+ [[ 0 != 0 ]]
2872024-03-26T18:23:43.319Z+ CIDL_OS=solaris2.11
2882024-03-26T18:23:43.319Z+ [[ 0 != 0 ]]
2892024-03-26T18:23:43.319Z+ configure_os solaris2.11
2902024-03-26T18:23:43.319Z+ echo 'current directory: /work/oxidecomputer/omicron'
2912024-03-26T18:23:43.319Zcurrent directory: /work/oxidecomputer/omicron
2922024-03-26T18:23:43.319Z+ echo 'configuring based on OS: "solaris2.11"'
2932024-03-26T18:23:43.319Z+ case "$1" in
2942024-03-26T18:23:43.320Z+ CIDL_BUILD=illumos
2952024-03-26T18:23:43.320Zconfiguring based on OS: "solaris2.11"
2962024-03-26T18:23:43.320Z+ CIDL_SUFFIX=tar.gz
2972024-03-26T18:23:43.320Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2982024-03-26T18:23:43.320Z+ CIDL_URL_BASE=https://illumos.org/downloads
2992024-03-26T18:23:43.320Z+ CIDL_ASSEMBLE=do_assemble_illumos
3002024-03-26T18:23:43.320Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
3012024-03-26T18:23:43.321Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
3022024-03-26T18:23:43.321Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3032024-03-26T18:23:43.321Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3042024-03-26T18:23:43.321Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3052024-03-26T18:23:43.321Z+ CIDL_SHA256FUNC=do_sha256sum
3062024-03-26T18:23:43.321Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3072024-03-26T18:23:43.321Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3082024-03-26T18:23:43.321ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3092024-03-26T18:23:43.321ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3102024-03-26T18:23:43.322Z+ mkdir -p out/downloads
3112024-03-26T18:23:43.329Z+ mkdir -p ./out/cockroachdb
3122024-03-26T18:23:43.329Z+ local DO_DOWNLOAD=true
3132024-03-26T18:23:43.329Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3142024-03-26T18:23:43.329Z+ '[' true == true ']'
3152024-03-26T18:23:43.329Z+ echo Downloading...
3162024-03-26T18:23:43.329ZDownloading...
3172024-03-26T18:23:43.329Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3182024-03-26T18:23:43.329Z+ curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3192024-03-26T18:23:46.178Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3202024-03-26T18:23:46.181Z++ sha256sum
3212024-03-26T18:23:46.181Z++ awk '{print $1}'
3222024-03-26T18:23:46.322Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3232024-03-26T18:23:46.332Z+ [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]]
3242024-03-26T18:23:46.332Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3252024-03-26T18:23:46.333Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3262024-03-26T18:23:48.492Z+ do_assemble_illumos
3272024-03-26T18:23:48.493Z+ rm -r ./out/cockroachdb
3282024-03-26T18:23:48.496Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3292024-03-26T18:23:48.925Z+ ./out/cockroachdb/bin/cockroach version
3302024-03-26T18:23:49.098ZBuild Tag: v22.1.9-dirty
3312024-03-26T18:23:49.098ZBuild Time: 2022/10/26 21:17:46
3322024-03-26T18:23:49.098ZDistribution: OSS
3332024-03-26T18:23:49.098ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3342024-03-26T18:23:49.098ZGo Version: go1.17.13
3352024-03-26T18:23:49.098ZC Compiler: gcc 10.3.0
3362024-03-26T18:23:49.098ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3372024-03-26T18:23:49.098ZBuild Type: release
3382024-03-26T18:23:49.116Z+ set -o errexit
3392024-03-26T18:23:49.120Z+++ dirname ./tools/ci_download_clickhouse
3402024-03-26T18:23:49.120Z++ cd ./tools
3412024-03-26T18:23:49.121Z++ pwd
3422024-03-26T18:23:49.121Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3432024-03-26T18:23:49.124Z++ basename ./tools/ci_download_clickhouse
3442024-03-26T18:23:49.124Z+ ARG0=ci_download_clickhouse
3452024-03-26T18:23:49.124Z+ TARGET_DIR=out
3462024-03-26T18:23:49.124Z+ DOWNLOAD_DIR=out/downloads
3472024-03-26T18:23:49.124Z+ DEST_DIR=./out/clickhouse
3482024-03-26T18:23:49.124Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3492024-03-26T18:23:49.129Z+ CIDL_VERSION=v23.8.7.24
3502024-03-26T18:23:49.129Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3512024-03-26T18:23:49.129Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3522024-03-26T18:23:49.129Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3532024-03-26T18:23:49.129Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3542024-03-26T18:23:49.129Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3552024-03-26T18:23:49.129Z+ main
3562024-03-26T18:23:49.129Z+ [[ 0 != 0 ]]
3572024-03-26T18:23:49.129Z+ CIDL_OS=solaris2.11
3582024-03-26T18:23:49.129Z+ [[ 0 != 0 ]]
3592024-03-26T18:23:49.130Z+ configure_os solaris2.11
3602024-03-26T18:23:49.130Z+ echo 'current directory: /work/oxidecomputer/omicron'
3612024-03-26T18:23:49.130Zcurrent directory: /work/oxidecomputer/omicron
3622024-03-26T18:23:49.130Z+ echo 'configuring based on OS: "solaris2.11"'
3632024-03-26T18:23:49.130Z+ CIDL_DASHREV=
3642024-03-26T18:23:49.130Zconfiguring based on OS: "solaris2.11"
3652024-03-26T18:23:49.130Z+ case "$1" in
3662024-03-26T18:23:49.130Z+ CIDL_PLATFORM=illumos
3672024-03-26T18:23:49.130Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3682024-03-26T18:23:49.130Z+ CIDL_MD5FUNC=do_md5sum
3692024-03-26T18:23:49.130Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3702024-03-26T18:23:49.130Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3712024-03-26T18:23:49.130Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3722024-03-26T18:23:49.130Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3732024-03-26T18:23:49.130Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3742024-03-26T18:23:49.130ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3752024-03-26T18:23:49.130ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3762024-03-26T18:23:49.130Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3772024-03-26T18:23:49.130Z+ mkdir -p out/downloads
3782024-03-26T18:23:49.130Z+ mkdir -p ./out/clickhouse
3792024-03-26T18:23:49.138Z+ local DO_DOWNLOAD=true
3802024-03-26T18:23:49.139Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3812024-03-26T18:23:49.139Z+ '[' true == true ']'
3822024-03-26T18:23:49.139Z+ echo Downloading...
3832024-03-26T18:23:49.139ZDownloading...
3842024-03-26T18:23:49.139Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3852024-03-26T18:23:49.139Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3862024-03-26T18:23:51.034Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3872024-03-26T18:23:51.040Z++ md5sum
3882024-03-26T18:23:51.040Z++ awk '{print $1}'
3892024-03-26T18:23:51.255Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3902024-03-26T18:23:51.260Z+ [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]]
3912024-03-26T18:23:51.260Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3922024-03-26T18:23:51.260Z+ mkdir -p ./out/clickhouse
3932024-03-26T18:23:51.260Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3942024-03-26T18:23:55.093Z+ [[ solaris2.11 == darwin* ]]
3952024-03-26T18:23:55.093Z+ ./out/clickhouse/clickhouse server --version
3962024-03-26T18:23:55.683ZClickHouse server version 23.8.7.1.
3972024-03-26T18:23:55.707Z+ set -o errexit
3982024-03-26T18:23:55.707Z+++ dirname ./tools/ci_download_console
3992024-03-26T18:23:55.707Z++ cd ./tools
4002024-03-26T18:23:55.707Z++ pwd
4012024-03-26T18:23:55.707Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4022024-03-26T18:23:55.708Z++ basename ./tools/ci_download_console
4032024-03-26T18:23:55.708Z+ ARG0=ci_download_console
4042024-03-26T18:23:55.708Z+ TARGET_DIR=out
4052024-03-26T18:23:55.708Z+ DOWNLOAD_DIR=out/downloads
4062024-03-26T18:23:55.708Z+ DEST_DIR=./out/console-assets
4072024-03-26T18:23:55.708Z+ source /work/oxidecomputer/omicron/tools/console_version
4082024-03-26T18:23:55.708Z++ COMMIT=0114288974fb9e36bf392277fe59b0de357ec137
4092024-03-26T18:23:55.708Z++ SHA2=12e4e0205665127b6f99911484b7d61e50ef740f7a94ac6c95e11918f0ce7ada
4102024-03-26T18:23:55.708Z+ URL=https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz
4112024-03-26T18:23:55.708Z+ TARBALL_FILE=out/downloads/console.tar.gz
4122024-03-26T18:23:55.708Z+ main
4132024-03-26T18:23:55.708Z+ [[ 0 != 0 ]]
4142024-03-26T18:23:55.709Z+ echo 'URL: https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz'
4152024-03-26T18:23:55.709ZURL: https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz
4162024-03-26T18:23:55.709Z+ echo 'Local file: out/downloads/console.tar.gz'
4172024-03-26T18:23:55.709ZLocal file: out/downloads/console.tar.gz
4182024-03-26T18:23:55.709Z+ local DO_DOWNLOAD=true
4192024-03-26T18:23:55.709Z+ [[ -f out/downloads/console.tar.gz ]]
4202024-03-26T18:23:55.709Z+ mkdir -p out/downloads
4212024-03-26T18:23:55.709Z+ '[' true == true ']'
4222024-03-26T18:23:55.709Z+ echo Downloading...
4232024-03-26T18:23:55.709ZDownloading...
4242024-03-26T18:23:55.709Z+ do_download_curl https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz out/downloads/console.tar.gz
4252024-03-26T18:23:55.709Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz
4262024-03-26T18:23:56.250Z++ do_sha256sum out/downloads/console.tar.gz
4272024-03-26T18:23:56.251Z++ case "$OSTYPE" in
4282024-03-26T18:23:56.251Z++ SHA=sha256sum
4292024-03-26T18:23:56.264Z++ sha256sum
4302024-03-26T18:23:56.264Z++ awk '{print $1}'
4312024-03-26T18:23:56.264Z+ calculated_sha2=12e4e0205665127b6f99911484b7d61e50ef740f7a94ac6c95e11918f0ce7ada
4322024-03-26T18:23:56.264Z+ [[ 12e4e0205665127b6f99911484b7d61e50ef740f7a94ac6c95e11918f0ce7ada != \1\2\e\4\e\0\2\0\5\6\6\5\1\2\7\b\6\f\9\9\9\1\1\4\8\4\b\7\d\6\1\e\5\0\e\f\7\4\0\f\7\a\9\4\a\c\6\c\9\5\e\1\1\9\1\8\f\0\c\e\7\a\d\a ]]
4332024-03-26T18:23:56.265Z+ rm -rf ./out/console-assets
4342024-03-26T18:23:56.265Z+ mkdir -p ./out/console-assets
4352024-03-26T18:23:56.265Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4362024-03-26T18:23:56.266Z+ mkdir -p ./out/console-assets
4372024-03-26T18:23:56.266Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4382024-03-26T18:23:56.351Z+ set -o errexit
4392024-03-26T18:23:56.362Z+++ dirname ./tools/ci_download_maghemite_openapi
4402024-03-26T18:23:56.363Z++ cd ./tools
4412024-03-26T18:23:56.363Z++ pwd
4422024-03-26T18:23:56.363Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4432024-03-26T18:23:56.363Z++ basename ./tools/ci_download_maghemite_openapi
4442024-03-26T18:23:56.364Z+ ARG0=ci_download_maghemite_openapi
4452024-03-26T18:23:56.364Z+ TARGET_DIR=out
4462024-03-26T18:23:56.365Z+ DOWNLOAD_DIR=out/downloads
4472024-03-26T18:23:56.365Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4482024-03-26T18:23:56.365Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4492024-03-26T18:23:56.365Z++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4502024-03-26T18:23:56.366Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4512024-03-26T18:23:56.366Z+ LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4522024-03-26T18:23:56.366Z+ main
4532024-03-26T18:23:56.367Z+ rm -rf out/downloads/root
4542024-03-26T18:23:56.384Z+ [[ 0 != 0 ]]
4552024-03-26T18:23:56.385Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json'
4562024-03-26T18:23:56.385ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4572024-03-26T18:23:56.385Z+ echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4582024-03-26T18:23:56.385Z+ local DO_DOWNLOAD=true
4592024-03-26T18:23:56.386ZLocal file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4602024-03-26T18:23:56.386Z+ [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4612024-03-26T18:23:56.386Z+ mkdir -p out/downloads
4622024-03-26T18:23:56.386Z+ '[' true == true ']'
4632024-03-26T18:23:56.387Z+ echo Downloading...
4642024-03-26T18:23:56.387ZDownloading...
4652024-03-26T18:23:56.387Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4662024-03-26T18:23:56.387Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4672024-03-26T18:23:56.985Z++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4682024-03-26T18:23:56.985Z++ case "$OSTYPE" in
4692024-03-26T18:23:56.985Z++ SHA=sha256sum
4702024-03-26T18:23:56.992Z++ sha256sum
4712024-03-26T18:23:56.993Z++ awk '{print $1}'
4722024-03-26T18:23:56.993Z+ calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4732024-03-26T18:23:56.993Z+ [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]]
4742024-03-26T18:23:56.993Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4752024-03-26T18:23:56.993Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4762024-03-26T18:23:56.993Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4772024-03-26T18:23:56.993Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4782024-03-26T18:23:56.993Z+ LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4792024-03-26T18:23:56.993Z+ main
4802024-03-26T18:23:56.993Z+ rm -rf out/downloads/root
4812024-03-26T18:23:56.993Z+ [[ 0 != 0 ]]
4822024-03-26T18:23:56.993Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json'
4832024-03-26T18:23:56.993ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4842024-03-26T18:23:56.993Z+ echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4852024-03-26T18:23:56.993Z+ local DO_DOWNLOAD=true
4862024-03-26T18:23:56.993ZLocal file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4872024-03-26T18:23:56.993Z+ [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4882024-03-26T18:23:56.993Z+ mkdir -p out/downloads
4892024-03-26T18:23:56.993Z+ '[' true == true ']'
4902024-03-26T18:23:56.993Z+ echo Downloading...
4912024-03-26T18:23:56.994ZDownloading...
4922024-03-26T18:23:56.994Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4932024-03-26T18:23:56.994Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4942024-03-26T18:23:57.503Z++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4952024-03-26T18:23:57.529Z++ case "$OSTYPE" in
4962024-03-26T18:23:57.529Z++ SHA=sha256sum
4972024-03-26T18:23:57.529Z++ sha256sum
4982024-03-26T18:23:57.529Z++ awk '{print $1}'
4992024-03-26T18:23:57.530Z+ calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5002024-03-26T18:23:57.530Z+ [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]]
5012024-03-26T18:23:57.530Z+ set -o errexit
5022024-03-26T18:23:57.530Z+++ dirname ./tools/ci_download_dendrite_openapi
5032024-03-26T18:23:57.530Z++ cd ./tools
5042024-03-26T18:23:57.530Z++ pwd
5052024-03-26T18:23:57.530Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5062024-03-26T18:23:57.531Z++ basename ./tools/ci_download_dendrite_openapi
5072024-03-26T18:23:57.531Z+ ARG0=ci_download_dendrite_openapi
5082024-03-26T18:23:57.531Z+ TARGET_DIR=out
5092024-03-26T18:23:57.531Z+ DOWNLOAD_DIR=out/downloads
5102024-03-26T18:23:57.531Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5112024-03-26T18:23:57.531Z++ COMMIT=c2a9f29f70b1e05d891c713997577be53826e1bb
5122024-03-26T18:23:57.531Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5132024-03-26T18:23:57.531Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json
5142024-03-26T18:23:57.532Z+ LOCAL_FILE=out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json
5152024-03-26T18:23:57.532Z+ main
5162024-03-26T18:23:57.532Z+ [[ 0 != 0 ]]
5172024-03-26T18:23:57.532Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json'
5182024-03-26T18:23:57.532ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json
5192024-03-26T18:23:57.533Z+ echo 'Local file: out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json'
5202024-03-26T18:23:57.533Z+ local DO_DOWNLOAD=true
5212024-03-26T18:23:57.533ZLocal file: out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json
5222024-03-26T18:23:57.533Z+ [[ -f out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json ]]
5232024-03-26T18:23:57.533Z+ mkdir -p out/downloads
5242024-03-26T18:23:57.533Z+ '[' true == true ']'
5252024-03-26T18:23:57.533Z+ echo Downloading...
5262024-03-26T18:23:57.533ZDownloading...
5272024-03-26T18:23:57.534Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json
5282024-03-26T18:23:57.534Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json
5292024-03-26T18:23:57.534Z++ do_sha256sum out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json
5302024-03-26T18:23:57.534Z++ case "$OSTYPE" in
5312024-03-26T18:23:57.534Z++ SHA=sha256sum
5322024-03-26T18:23:57.534Z++ sha256sum
5332024-03-26T18:23:57.535Z++ awk '{print $1}'
5342024-03-26T18:23:57.535Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5352024-03-26T18:23:57.535Z+ [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]]
5362024-03-26T18:23:57.535Z+ set -o errexit
5372024-03-26T18:23:57.535Z+++ dirname ./tools/ci_download_dendrite_stub
5382024-03-26T18:23:57.535Z++ cd ./tools
5392024-03-26T18:23:57.535Z++ pwd
5402024-03-26T18:23:57.536Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5412024-03-26T18:23:57.536Z++ basename ./tools/ci_download_dendrite_stub
5422024-03-26T18:23:57.536Z+ ARG0=ci_download_dendrite_stub
5432024-03-26T18:23:57.536Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5442024-03-26T18:23:57.536Z++ CIDL_SHA256_ILLUMOS=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a
5452024-03-26T18:23:57.536Z++ CIDL_SHA256_LINUX_DPD=db3e419cf4381607482c55230c64c6afa80388a26db8efa48e437ebc8b82526a
5462024-03-26T18:23:57.537Z++ CIDL_SHA256_LINUX_SWADM=1de82f6b7419aa0e6e0632def69d5b370a9cb3ac2261527fce96840eb5af5b8d
5472024-03-26T18:23:57.537Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5482024-03-26T18:23:57.537Z++ COMMIT=c2a9f29f70b1e05d891c713997577be53826e1bb
5492024-03-26T18:23:57.537Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5502024-03-26T18:23:57.537Z+ TARGET_DIR=out
5512024-03-26T18:23:57.537Z+ DOWNLOAD_DIR=out/downloads
5522024-03-26T18:23:57.537Z+ DEST_DIR=./out/dendrite-stub
5532024-03-26T18:23:57.537Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5542024-03-26T18:23:57.537Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5552024-03-26T18:23:57.537Z+ REPO=oxidecomputer/dendrite
5562024-03-26T18:23:57.538Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb
5572024-03-26T18:23:57.538Z+ main
5582024-03-26T18:23:57.538Z+ [[ 0 != 0 ]]
5592024-03-26T18:23:57.538Z+ CIDL_OS=solaris2.11
5602024-03-26T18:23:57.538Z+ [[ 0 != 0 ]]
5612024-03-26T18:23:57.538Z+ configure_os solaris2.11
5622024-03-26T18:23:57.538Z+ echo 'current directory: /work/oxidecomputer/omicron'
5632024-03-26T18:23:57.539Zcurrent directory: /work/oxidecomputer/omicron
5642024-03-26T18:23:57.539Z+ echo 'configuring based on OS: "solaris2.11"'
5652024-03-26T18:23:57.539Z+ case "$1" in
5662024-03-26T18:23:57.539Z+ SET_BINARIES=
5672024-03-26T18:23:57.539Zconfiguring based on OS: "solaris2.11"
5682024-03-26T18:23:57.539Z+ CIDL_SHA256=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a
5692024-03-26T18:23:57.539Z+ CIDL_SHA256FUNC=do_sha256sum
5702024-03-26T18:23:57.539Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5712024-03-26T18:23:57.539Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz
5722024-03-26T18:23:57.539Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5732024-03-26T18:23:57.539Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz'
5742024-03-26T18:23:57.540ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz
5752024-03-26T18:23:57.540Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5762024-03-26T18:23:57.540ZLocal file: out/downloads/dendrite-stub.tar.gz
5772024-03-26T18:23:57.540Z+ mkdir -p out/downloads
5782024-03-26T18:23:57.540Z+ mkdir -p ./out/dendrite-stub
5792024-03-26T18:23:57.540Z+ fetch_and_verify
5802024-03-26T18:23:57.540Z+ local DO_DOWNLOAD=true
5812024-03-26T18:23:57.540Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5822024-03-26T18:23:57.540Z+ '[' true == true ']'
5832024-03-26T18:23:57.541Z+ echo Downloading...
5842024-03-26T18:23:57.541ZDownloading...
5852024-03-26T18:23:57.541Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5862024-03-26T18:23:57.541Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz
5872024-03-26T18:24:07.136Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5882024-03-26T18:24:07.139Z++ sha256sum
5892024-03-26T18:24:07.139Z++ awk '{print $1}'
5902024-03-26T18:24:07.158Z+ calculated_sha256=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a
5912024-03-26T18:24:07.163Z+ [[ 1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a != \1\4\0\5\1\8\5\c\c\9\6\4\5\b\3\a\6\f\1\b\f\8\2\d\2\f\f\d\8\9\f\1\7\5\0\5\e\4\e\6\2\5\7\9\5\c\d\0\b\e\b\5\8\f\0\4\3\f\a\7\f\d\8\a ]]
5922024-03-26T18:24:07.163Z+ do_untar out/downloads/dendrite-stub.tar.gz
5932024-03-26T18:24:07.163Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5942024-03-26T18:24:07.754Z+ do_assemble
5952024-03-26T18:24:07.754Z+ rm -r ./out/dendrite-stub
5962024-03-26T18:24:07.758Z+ mkdir ./out/dendrite-stub
5972024-03-26T18:24:07.758Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5982024-03-26T18:24:08.247Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5992024-03-26T18:24:08.252Z+ set -o errexit
6002024-03-26T18:24:08.252Z+++ dirname ./tools/ci_download_maghemite_mgd
6012024-03-26T18:24:08.252Z++ cd ./tools
6022024-03-26T18:24:08.252Z++ pwd
6032024-03-26T18:24:08.252Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6042024-03-26T18:24:08.252Z++ basename ./tools/ci_download_maghemite_mgd
6052024-03-26T18:24:08.252Z+ ARG0=ci_download_maghemite_mgd
6062024-03-26T18:24:08.252Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
6072024-03-26T18:24:08.252Z++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6082024-03-26T18:24:08.252Z++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d
6092024-03-26T18:24:08.252Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6102024-03-26T18:24:08.252Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
6112024-03-26T18:24:08.252Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
6122024-03-26T18:24:08.253Z+ TARGET_DIR=out
6132024-03-26T18:24:08.253Z+ DOWNLOAD_DIR=out/downloads
6142024-03-26T18:24:08.253Z+ DEST_DIR=./out/mgd
6152024-03-26T18:24:08.253Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6162024-03-26T18:24:08.253Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6172024-03-26T18:24:08.253Z+ REPO=oxidecomputer/maghemite
6182024-03-26T18:24:08.253Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a
6192024-03-26T18:24:08.253Z+ main
6202024-03-26T18:24:08.253Z+ rm -rf out/downloads/root
6212024-03-26T18:24:08.253Z+ [[ 0 != 0 ]]
6222024-03-26T18:24:08.253Z+ CIDL_OS=solaris2.11
6232024-03-26T18:24:08.253Z+ [[ 0 != 0 ]]
6242024-03-26T18:24:08.253Z+ configure_os solaris2.11
6252024-03-26T18:24:08.253Z+ echo 'current directory: /work/oxidecomputer/omicron'
6262024-03-26T18:24:08.253Zcurrent directory: /work/oxidecomputer/omicron
6272024-03-26T18:24:08.253Z+ echo 'configuring based on OS: "solaris2.11"'
6282024-03-26T18:24:08.253Zconfiguring based on OS: "solaris2.11"
6292024-03-26T18:24:08.253Z+ case "$1" in
6302024-03-26T18:24:08.254Z+ SET_BINARIES=
6312024-03-26T18:24:08.254Z+ CIDL_SHA256FUNC=do_sha256sum
6322024-03-26T18:24:08.254Z+ TARBALL_FILENAME=mgd.tar.gz
6332024-03-26T18:24:08.254Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6342024-03-26T18:24:08.254Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6352024-03-26T18:24:08.254Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz'
6362024-03-26T18:24:08.254Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6372024-03-26T18:24:08.254ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6382024-03-26T18:24:08.254ZLocal file: out/downloads/mgd.tar.gz
6392024-03-26T18:24:08.254Z+ mkdir -p out/downloads
6402024-03-26T18:24:08.254Z+ mkdir -p ./out/mgd
6412024-03-26T18:24:08.254Z+ fetch_and_verify
6422024-03-26T18:24:08.254Z+ local DO_DOWNLOAD=true
6432024-03-26T18:24:08.254Z+ [[ -f out/downloads/mgd.tar.gz ]]
6442024-03-26T18:24:08.254Z+ '[' true == true ']'
6452024-03-26T18:24:08.254Z+ echo Downloading...
6462024-03-26T18:24:08.254ZDownloading...
6472024-03-26T18:24:08.254Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz
6482024-03-26T18:24:08.254Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6492024-03-26T18:24:19.551Z++ do_sha256sum out/downloads/mgd.tar.gz
6502024-03-26T18:24:19.555Z++ sha256sum
6512024-03-26T18:24:19.555Z++ awk '{print $1}'
6522024-03-26T18:24:19.588Z+ calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6532024-03-26T18:24:19.594Z+ [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]]
6542024-03-26T18:24:19.594Z+ do_untar out/downloads/mgd.tar.gz
6552024-03-26T18:24:19.594Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6562024-03-26T18:24:20.176Z+ do_assemble
6572024-03-26T18:24:20.176Z+ rm -r ./out/mgd
6582024-03-26T18:24:20.180Z+ mkdir ./out/mgd
6592024-03-26T18:24:20.180Z+ cp -r out/downloads/root ./out/mgd/root
6602024-03-26T18:24:20.254Z+ set -o errexit
6612024-03-26T18:24:20.257Z+++ dirname ./tools/ci_download_transceiver_control
6622024-03-26T18:24:20.257Z++ cd ./tools
6632024-03-26T18:24:20.261Z++ pwd
6642024-03-26T18:24:20.261Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6652024-03-26T18:24:20.261Z++ basename ./tools/ci_download_transceiver_control
6662024-03-26T18:24:20.262Z+ ARG0=ci_download_transceiver_control
6672024-03-26T18:24:20.262Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6682024-03-26T18:24:20.262Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6692024-03-26T18:24:20.262Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6702024-03-26T18:24:20.262Z+ TARGET_DIR=out
6712024-03-26T18:24:20.262Z+ DOWNLOAD_DIR=out/downloads
6722024-03-26T18:24:20.262Z+ DEST_DIR=./out/transceiver-control
6732024-03-26T18:24:20.262Z+ BIN_DIR=/opt/oxide/bin
6742024-03-26T18:24:20.262Z+ BINARY=xcvradm
6752024-03-26T18:24:20.262Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6762024-03-26T18:24:20.262Z+ REPO=oxidecomputer/transceiver-control
6772024-03-26T18:24:20.263Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6782024-03-26T18:24:20.263Z+ main
6792024-03-26T18:24:20.263Z+ [[ 0 != 0 ]]
6802024-03-26T18:24:20.266Z+ CIDL_OS=solaris2.11
6812024-03-26T18:24:20.267Z+ [[ 0 != 0 ]]
6822024-03-26T18:24:20.267Z+ configure_os solaris2.11
6832024-03-26T18:24:20.267Z+ echo 'current directory: /work/oxidecomputer/omicron'
6842024-03-26T18:24:20.267Zcurrent directory: /work/oxidecomputer/omicron
6852024-03-26T18:24:20.267Z+ echo 'configuring based on OS: "solaris2.11"'
6862024-03-26T18:24:20.267Z+ case "$1" in
6872024-03-26T18:24:20.267Zconfiguring based on OS: "solaris2.11"
6882024-03-26T18:24:20.267Z+ SET_BINARIES=
6892024-03-26T18:24:20.267Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6902024-03-26T18:24:20.267Z+ CIDL_SHA256FUNC=do_sha256sum
6912024-03-26T18:24:20.267Z+ ARCHIVE_FILENAME=xcvradm.gz
6922024-03-26T18:24:20.268Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6932024-03-26T18:24:20.268Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6942024-03-26T18:24:20.268Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6952024-03-26T18:24:20.268ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6962024-03-26T18:24:20.268Z+ echo 'Local file: out/downloads/xcvradm.gz'
6972024-03-26T18:24:20.268ZLocal file: out/downloads/xcvradm.gz
6982024-03-26T18:24:20.268Z+ mkdir -p out/downloads
6992024-03-26T18:24:20.268Z+ mkdir -p ./out/transceiver-control
7002024-03-26T18:24:20.268Z+ fetch_and_verify
7012024-03-26T18:24:20.268Z+ local DO_DOWNLOAD=true
7022024-03-26T18:24:20.268Z+ [[ -f out/downloads/xcvradm.gz ]]
7032024-03-26T18:24:20.268Z+ '[' true == true ']'
7042024-03-26T18:24:20.269Z+ echo Downloading...
7052024-03-26T18:24:20.269ZDownloading...
7062024-03-26T18:24:20.269Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
7072024-03-26T18:24:20.269Z+ curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
7082024-03-26T18:24:22.126Z++ do_sha256sum out/downloads/xcvradm.gz
7092024-03-26T18:24:22.130Z++ sha256sum
7102024-03-26T18:24:22.130Z++ awk '{print $1}'
7112024-03-26T18:24:22.145Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7122024-03-26T18:24:22.145Z+ [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]]
7132024-03-26T18:24:22.145Z+ do_unpack out/downloads/xcvradm.gz
7142024-03-26T18:24:22.145Z+ mkdir -p out/downloads/root//opt/oxide/bin
7152024-03-26T18:24:22.145Z+ gzip -dc out/downloads/xcvradm.gz
7162024-03-26T18:24:22.254Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7172024-03-26T18:24:22.258Z+ do_assemble
7182024-03-26T18:24:22.258Z+ rm -r ./out/transceiver-control
7192024-03-26T18:24:22.261Z+ mkdir ./out/transceiver-control
7202024-03-26T18:24:22.261Z+ cp -r out/downloads/root ./out/transceiver-control/root
7212024-03-26T18:24:22.362Z+ set -o errexit
7222024-03-26T18:24:22.369Z+++ dirname ./tools/ci_download_thundermuffin
7232024-03-26T18:24:22.369Z++ cd ./tools
7242024-03-26T18:24:22.377Z++ pwd
7252024-03-26T18:24:22.377Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7262024-03-26T18:24:22.377Z++ basename ./tools/ci_download_thundermuffin
7272024-03-26T18:24:22.377Z+ ARG0=ci_download_thundermuffin
7282024-03-26T18:24:22.377Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7292024-03-26T18:24:22.377Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7302024-03-26T18:24:22.377Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7312024-03-26T18:24:22.377Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7322024-03-26T18:24:22.377Z+ TARGET_DIR=out
7332024-03-26T18:24:22.377Z+ DOWNLOAD_DIR=out/downloads
7342024-03-26T18:24:22.377Z+ DEST_DIR=./out/thundermuffin
7352024-03-26T18:24:22.377Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7362024-03-26T18:24:22.377Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7372024-03-26T18:24:22.377Z+ REPO=oxidecomputer/thundermuffin
7382024-03-26T18:24:22.377Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7392024-03-26T18:24:22.377Z+ main
7402024-03-26T18:24:22.378Z+ rm -rf out/downloads/root
7412024-03-26T18:24:22.383Z+ [[ 0 != 0 ]]
7422024-03-26T18:24:22.383Z+ CIDL_OS=solaris2.11
7432024-03-26T18:24:22.383Z+ [[ 0 != 0 ]]
7442024-03-26T18:24:22.383Z+ configure_os solaris2.11
7452024-03-26T18:24:22.383Z+ echo 'current directory: /work/oxidecomputer/omicron'
7462024-03-26T18:24:22.383Zcurrent directory: /work/oxidecomputer/omicron
7472024-03-26T18:24:22.383Z+ echo 'configuring based on OS: "solaris2.11"'
7482024-03-26T18:24:22.383Z+ case "$1" in
7492024-03-26T18:24:22.383Zconfiguring based on OS: "solaris2.11"
7502024-03-26T18:24:22.383Z+ SET_BINARIES=
7512024-03-26T18:24:22.383Z+ CIDL_SHA256FUNC=do_sha256sum
7522024-03-26T18:24:22.383Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7532024-03-26T18:24:22.383Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7542024-03-26T18:24:22.383Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7552024-03-26T18:24:22.384Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7562024-03-26T18:24:22.384Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7572024-03-26T18:24:22.384ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7582024-03-26T18:24:22.384ZLocal file: out/downloads/thundermuffin.tar.gz
7592024-03-26T18:24:22.384Z+ mkdir -p out/downloads
7602024-03-26T18:24:22.384Z+ mkdir -p ./out/thundermuffin
7612024-03-26T18:24:22.384Z+ fetch_and_verify
7622024-03-26T18:24:22.384Z+ local DO_DOWNLOAD=true
7632024-03-26T18:24:22.384Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7642024-03-26T18:24:22.384Z+ '[' true == true ']'
7652024-03-26T18:24:22.384Z+ echo Downloading...
7662024-03-26T18:24:22.384ZDownloading...
7672024-03-26T18:24:22.384Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7682024-03-26T18:24:22.384Z+ curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7692024-03-26T18:24:23.392Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7702024-03-26T18:24:23.806Z++ sha256sum
7712024-03-26T18:24:23.806Z++ awk '{print $1}'
7722024-03-26T18:24:23.806Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7732024-03-26T18:24:23.806Z+ [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]]
7742024-03-26T18:24:23.806Z+ do_untar out/downloads/thundermuffin.tar.gz
7752024-03-26T18:24:23.806Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7762024-03-26T18:24:23.810Z+ do_assemble
7772024-03-26T18:24:23.810Z+ rm -r ./out/thundermuffin
7782024-03-26T18:24:23.810Z+ mkdir ./out/thundermuffin
7792024-03-26T18:24:23.810Z+ cp -r out/downloads/root ./out/thundermuffin/root
7802024-03-26T18:24:23.810ZAll builder prerequisites installed successfully, and PATH looks valid
7812024-03-26T18:24:23.811Z
7822024-03-26T18:24:23.811Zreal 1:54.935921094
7832024-03-26T18:24:23.811Zuser 36.023107212
7842024-03-26T18:24:23.811Zsys 6.555704245
7852024-03-26T18:24:23.811Ztrap 0.007754146
7862024-03-26T18:24:23.811Ztflt 0.162397479
7872024-03-26T18:24:23.811Zdflt 0.660393380
7882024-03-26T18:24:23.811Zkflt 0.257562233
7892024-03-26T18:24:23.811Zlock 0.995135627
7902024-03-26T18:24:23.811Zslp 3:53.597781979
7912024-03-26T18:24:23.811Zlat 2.000899111
7922024-03-26T18:24:23.811Zstop 0.124082509
7932024-03-26T18:24:23.812Z
7942024-03-26T18:24:23.812Z #### # # ##### ##### # #
7952024-03-26T18:24:23.812Z # # # # # # # # # #
7962024-03-26T18:24:23.812Z # # # # # # # #
7972024-03-26T18:24:23.812Z # # # ##### ##### #
7982024-03-26T18:24:23.812Z # # # # # # #
7992024-03-26T18:24:23.812Z #### ###### # # # #
8002024-03-26T18:24:23.812Z
8012024-03-26T18:24:23.812Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
8022024-03-26T18:24:24.129Z Updating git repository `https://github.com/oxidecomputer/samael`
8032024-03-26T18:24:24.643Z Updating git repository `https://github.com/oxidecomputer/zone`
8042024-03-26T18:24:25.068Z Updating crates.io index
8052024-03-26T18:24:25.071Z Updating git repository `https://github.com/oxidecomputer/dropshot`
8062024-03-26T18:24:25.925Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8072024-03-26T18:24:26.606Z Updating git repository `https://github.com/oxidecomputer/progenitor`
8082024-03-26T18:24:28.387Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
8092024-03-26T18:24:28.830Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8102024-03-26T18:24:29.317Z Updating git repository `https://github.com/oxidecomputer/propolis`
8112024-03-26T18:24:30.357Z Updating git repository `https://github.com/oxidecomputer/crucible`
8122024-03-26T18:24:32.544Z Updating git repository `https://github.com/oxidecomputer/opte`
8132024-03-26T18:24:33.807Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8142024-03-26T18:24:34.226Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8152024-03-26T18:24:34.904Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8162024-03-26T18:24:35.343Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8172024-03-26T18:24:35.744Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8182024-03-26T18:24:36.224Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8192024-03-26T18:24:36.669Z Updating git repository `http://github.com/oxidecomputer/tofino`
8202024-03-26T18:24:37.328Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8212024-03-26T18:24:37.709Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8222024-03-26T18:24:38.112Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8232024-03-26T18:24:38.512Z Updating git repository `https://github.com/oxidecomputer/ispf`
8242024-03-26T18:24:39.088Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8252024-03-26T18:24:39.489Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8262024-03-26T18:24:39.982Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8272024-03-26T18:24:40.491Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8282024-03-26T18:24:40.970Z Updating git repository `https://github.com/jgallagher/nix`
8292024-03-26T18:24:42.850Z Updating git repository `https://github.com/cbiffle/hubpack`
8302024-03-26T18:24:42.970Z Updating git repository `https://github.com/oxidecomputer/typify`
8312024-03-26T18:24:44.166Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8322024-03-26T18:24:44.603Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8332024-03-26T18:24:44.927Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8342024-03-26T18:24:46.030Z Downloading crates ...
8352024-03-26T18:24:46.122Z Downloaded autocfg v1.1.0
8362024-03-26T18:24:46.134Z Downloaded anyhow v1.0.79
8372024-03-26T18:24:46.139Z Downloaded anstream v0.6.11
8382024-03-26T18:24:46.140Z Downloaded bitflags v2.4.2
8392024-03-26T18:24:46.143Z Downloaded anstyle-parse v0.2.1
8402024-03-26T18:24:46.146Z Downloaded swrite v0.1.0
8412024-03-26T18:24:46.149Z Downloaded camino v1.1.6
8422024-03-26T18:24:46.149Z Downloaded equivalent v1.0.1
8432024-03-26T18:24:46.150Z Downloaded colorchoice v1.0.0
8442024-03-26T18:24:46.161Z Downloaded anstyle-query v1.0.0
8452024-03-26T18:24:46.168Z Downloaded itoa v1.0.9
8462024-03-26T18:24:46.168Z Downloaded toml_datetime v0.6.5
8472024-03-26T18:24:46.168Z Downloaded fs-err v2.11.0
8482024-03-26T18:24:46.172Z Downloaded heck v0.4.1
8492024-03-26T18:24:46.172Z Downloaded errno v0.3.8
8502024-03-26T18:24:46.172Z Downloaded clap_lex v0.7.0
8512024-03-26T18:24:46.172Z Downloaded anstyle v1.0.2
8522024-03-26T18:24:46.178Z Downloaded strsim v0.11.0
8532024-03-26T18:24:46.181Z Downloaded cargo_metadata v0.18.1
8542024-03-26T18:24:46.181Z Downloaded serde_spanned v0.6.5
8552024-03-26T18:24:46.185Z Downloaded thiserror-impl v1.0.57
8562024-03-26T18:24:46.189Z Downloaded cargo-platform v0.1.3
8572024-03-26T18:24:46.199Z Downloaded utf8parse v0.2.1
8582024-03-26T18:24:46.199Z Downloaded thiserror v1.0.57
8592024-03-26T18:24:46.207Z Downloaded quote v1.0.35
8602024-03-26T18:24:46.207Z Downloaded semver v1.0.22
8612024-03-26T18:24:46.207Z Downloaded terminal_size v0.3.0
8622024-03-26T18:24:46.207Z Downloaded clap v4.5.1
8632024-03-26T18:24:46.212Z Downloaded clap_derive v4.5.0
8642024-03-26T18:24:46.217Z Downloaded proc-macro2 v1.0.78
8652024-03-26T18:24:46.220Z Downloaded serde_derive v1.0.197
8662024-03-26T18:24:46.220Z Downloaded cargo_toml v0.19.0
8672024-03-26T18:24:46.224Z Downloaded unicode-ident v1.0.12
8682024-03-26T18:24:46.224Z Downloaded ryu v1.0.15
8692024-03-26T18:24:46.228Z Downloaded toml v0.8.10
8702024-03-26T18:24:46.239Z Downloaded serde v1.0.197
8712024-03-26T18:24:46.247Z Downloaded indexmap v2.2.5
8722024-03-26T18:24:46.257Z Downloaded memchr v2.7.1
8732024-03-26T18:24:46.273Z Downloaded toml_edit v0.22.6
8742024-03-26T18:24:46.705Z Downloaded hashbrown v0.14.3
8752024-03-26T18:24:46.712Z Downloaded clap_builder v4.5.1
8762024-03-26T18:24:46.712Z Downloaded winnow v0.6.1
8772024-03-26T18:24:46.712Z Downloaded serde_json v1.0.114
8782024-03-26T18:24:46.712Z Downloaded syn v2.0.52
8792024-03-26T18:24:46.713Z Downloaded rustix v0.38.31
8802024-03-26T18:24:46.713Z Downloaded libc v0.2.153
8812024-03-26T18:24:46.713Z Compiling proc-macro2 v1.0.78
8822024-03-26T18:24:46.713Z Compiling unicode-ident v1.0.12
8832024-03-26T18:24:46.713Z Compiling serde v1.0.197
8842024-03-26T18:24:46.713Z Compiling libc v0.2.153
8852024-03-26T18:24:46.713Z Compiling rustix v0.38.31
8862024-03-26T18:24:46.713Z Compiling utf8parse v0.2.1
8872024-03-26T18:24:46.714Z Compiling hashbrown v0.14.3
8882024-03-26T18:24:46.714Z Compiling equivalent v1.0.1
8892024-03-26T18:24:46.810Z Compiling bitflags v2.4.2
8902024-03-26T18:24:46.829Z Compiling anstyle-parse v0.2.1
8912024-03-26T18:24:46.833Z Compiling autocfg v1.1.0
8922024-03-26T18:24:47.146Z Compiling serde_json v1.0.114
8932024-03-26T18:24:47.220Z Compiling colorchoice v1.0.0
8942024-03-26T18:24:47.339Z Compiling winnow v0.6.1
8952024-03-26T18:24:47.544Z Compiling thiserror v1.0.57
8962024-03-26T18:24:47.805Z Compiling indexmap v2.2.5
8972024-03-26T18:24:48.542Z Compiling anstyle-query v1.0.0
8982024-03-26T18:24:48.642Z Compiling semver v1.0.22
8992024-03-26T18:24:48.797Z Compiling camino v1.1.6
9002024-03-26T18:24:48.800Z Compiling anstyle v1.0.2
9012024-03-26T18:24:49.033Z Compiling fs-err v2.11.0
9022024-03-26T18:24:49.142Z Compiling anstream v0.6.11
9032024-03-26T18:24:49.158Z Compiling heck v0.4.1
9042024-03-26T18:24:49.222Z Compiling itoa v1.0.9
9052024-03-26T18:24:49.323Z Compiling anyhow v1.0.79
9062024-03-26T18:24:49.446Z Compiling strsim v0.11.0
9072024-03-26T18:24:49.468Z Compiling ryu v1.0.15
9082024-03-26T18:24:49.603Z Compiling clap_lex v0.7.0
9092024-03-26T18:24:49.843Z Compiling quote v1.0.35
9102024-03-26T18:24:50.082Z Compiling swrite v0.1.0
9112024-03-26T18:24:50.203Z Compiling syn v2.0.52
9122024-03-26T18:24:50.302Z Compiling errno v0.3.8
9132024-03-26T18:24:51.178Z Compiling terminal_size v0.3.0
9142024-03-26T18:24:51.242Z Compiling clap_builder v4.5.1
9152024-03-26T18:24:54.920Z Compiling serde_derive v1.0.197
9162024-03-26T18:24:54.920Z Compiling thiserror-impl v1.0.57
9172024-03-26T18:24:54.923Z Compiling clap_derive v4.5.0
9182024-03-26T18:24:57.657Z Compiling clap v4.5.1
9192024-03-26T18:25:02.253Z Compiling serde_spanned v0.6.5
9202024-03-26T18:25:02.253Z Compiling toml_datetime v0.6.5
9212024-03-26T18:25:02.257Z Compiling cargo-platform v0.1.3
9222024-03-26T18:25:02.472Z Compiling toml_edit v0.22.6
9232024-03-26T18:25:03.460Z Compiling cargo_metadata v0.18.1
9242024-03-26T18:25:04.468Z Compiling toml v0.8.10
9252024-03-26T18:25:05.216Z Compiling cargo_toml v0.19.0
9262024-03-26T18:25:08.727Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
9272024-03-26T18:25:10.577Z Finished dev [unoptimized + debuginfo] target(s) in 47.03s
9282024-03-26T18:25:10.784Z Running `target/debug/xtask clippy`
9292024-03-26T18:25:10.824Zrunning: "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" "--warn" "clippy::disallowed_macros" "--warn" "clippy::disallowed_methods" "--warn" "clippy::disallowed_names" "--warn" "clippy::disallowed_script_idents" "--warn" "clippy::disallowed_types"
9302024-03-26T18:25:11.361Z Downloading crates ...
9312024-03-26T18:25:11.470Z Downloaded aead v0.5.2
9322024-03-26T18:25:11.474Z Downloaded adler v1.0.2
9332024-03-26T18:25:11.474Z Downloaded anes v0.1.6
9342024-03-26T18:25:11.488Z Downloaded approx v0.5.1
9352024-03-26T18:25:11.488Z Downloaded ansi_term v0.12.1
9362024-03-26T18:25:11.975Z Downloaded allocator-api2 v0.2.16
9372024-03-26T18:25:11.975Z Downloaded highway v1.1.0
9382024-03-26T18:25:11.975Z Downloaded http-body v0.4.5
9392024-03-26T18:25:11.975Z Downloaded hex-literal v0.4.1
9402024-03-26T18:25:11.975Z Downloaded camino-tempfile v1.1.1
9412024-03-26T18:25:11.975Z Downloaded http-range v0.1.5
9422024-03-26T18:25:11.975Z Downloaded async-stream-impl v0.3.5
9432024-03-26T18:25:11.975Z Downloaded http-body v1.0.0
9442024-03-26T18:25:11.975Z Downloaded arrayref v0.3.7
9452024-03-26T18:25:11.975Z Downloaded ciborium-io v0.2.2
9462024-03-26T18:25:11.975Z Downloaded atty v0.2.14
9472024-03-26T18:25:11.975Z Downloaded ident_case v1.0.1
9482024-03-26T18:25:11.976Z Downloaded home v0.5.5
9492024-03-26T18:25:11.976Z Downloaded hyper-tls v0.5.0
9502024-03-26T18:25:11.976Z Downloaded hubpack v0.1.2
9512024-03-26T18:25:11.976Z Downloaded cassowary v0.3.0
9522024-03-26T18:25:11.976Z Downloaded bitfield v0.14.0
9532024-03-26T18:25:11.976Z Downloaded hubpack_derive v0.1.1
9542024-03-26T18:25:11.976Z Downloaded humantime v2.1.0
9552024-03-26T18:25:11.976Z Downloaded hostname v0.3.1
9562024-03-26T18:25:11.976Z Downloaded base64ct v1.6.0
9572024-03-26T18:25:11.976Z Downloaded hyper-staticfile v0.9.5
9582024-03-26T18:25:11.976Z Downloaded httpdate v1.0.3
9592024-03-26T18:25:11.976Z Downloaded atomicwrites v0.4.3
9602024-03-26T18:25:11.976Z Downloaded bzip2 v0.4.4
9612024-03-26T18:25:11.976Z Downloaded impl-trait-for-tuples v0.2.2
9622024-03-26T18:25:11.976Z Downloaded hyper-rustls v0.24.2
9632024-03-26T18:25:11.976Z Downloaded httparse v1.8.0
9642024-03-26T18:25:11.976Z Downloaded hyper-rustls v0.26.0
9652024-03-26T18:25:11.976Z Downloaded cstr-argument v0.1.2
9662024-03-26T18:25:11.976Z Downloaded cfg-if v1.0.0
9672024-03-26T18:25:11.976Z Downloaded http v0.2.12
9682024-03-26T18:25:11.976Z Downloaded match_cfg v0.1.0
9692024-03-26T18:25:11.976Z Downloaded crucible-workspace-hack v0.1.0
9702024-03-26T18:25:11.977Z Downloaded matches v0.1.10
9712024-03-26T18:25:11.977Z Downloaded instant v0.1.12
9722024-03-26T18:25:11.977Z Downloaded crunchy v0.2.2
9732024-03-26T18:25:11.977Z Downloaded newtype_derive v0.1.6
9742024-03-26T18:25:11.977Z Downloaded block-padding v0.3.3
9752024-03-26T18:25:11.977Z Downloaded crossbeam-deque v0.8.3
9762024-03-26T18:25:11.977Z Downloaded constant_time_eq v0.2.6
9772024-03-26T18:25:11.977Z Downloaded cobs v0.2.3
9782024-03-26T18:25:11.977Z Downloaded md-5 v0.10.5
9792024-03-26T18:25:11.977Z Downloaded ciborium-ll v0.2.2
9802024-03-26T18:25:11.977Z Downloaded buf-list v1.0.3
9812024-03-26T18:25:11.977Z Downloaded num-conv v0.1.0
9822024-03-26T18:25:11.977Z Downloaded normalize-line-endings v0.3.0
9832024-03-26T18:25:11.977Z Downloaded nodrop v0.1.14
9842024-03-26T18:25:11.977Z Downloaded newline-converter v0.3.0
9852024-03-26T18:25:11.977Z Downloaded rpassword v7.3.1
9862024-03-26T18:25:11.977Z Downloaded nested v0.1.1
9872024-03-26T18:25:11.977Z Downloaded new_debug_unreachable v1.0.4
9882024-03-26T18:25:11.977Z Downloaded bit-set v0.5.3
9892024-03-26T18:25:11.977Z Downloaded atomic-waker v1.1.1
9902024-03-26T18:25:11.977Z Downloaded memoffset v0.7.1
9912024-03-26T18:25:11.978Z Downloaded is_ci v1.2.0
9922024-03-26T18:25:11.978Z Downloaded sqlparser_derive v0.2.2
9932024-03-26T18:25:11.978Z Downloaded bitflags v1.3.2
9942024-03-26T18:25:11.978Z Downloaded nibble_vec v0.1.0
9952024-03-26T18:25:11.978Z Downloaded multimap v0.10.0
9962024-03-26T18:25:11.978Z Downloaded ipnetwork v0.20.0
9972024-03-26T18:25:11.978Z Downloaded constant_time_eq v0.3.0
9982024-03-26T18:25:11.978Z Downloaded criterion-plot v0.5.0
9992024-03-26T18:25:11.978Z Downloaded strum v0.25.0
10002024-03-26T18:25:11.978Z Downloaded base16ct v0.2.0
10012024-03-26T18:25:11.978Z Downloaded async-stream v0.3.5
10022024-03-26T18:25:11.978Z Downloaded indoc v2.0.3
10032024-03-26T18:25:11.978Z Downloaded num v0.4.1
10042024-03-26T18:25:11.978Z Downloaded nanorand v0.7.0
10052024-03-26T18:25:11.978Z Downloaded similar-asserts v1.5.0
10062024-03-26T18:25:11.978Z Downloaded tinyvec_macros v0.1.1
10072024-03-26T18:25:11.978Z Downloaded tower-service v0.3.2
10082024-03-26T18:25:11.978Z Downloaded crc-catalog v2.2.0
10092024-03-26T18:25:11.978Z Downloaded cast v0.3.0
10102024-03-26T18:25:11.978Z Downloaded tower-layer v0.3.2
10112024-03-26T18:25:11.979Z Downloaded keccak v0.1.4
10122024-03-26T18:25:11.979Z Downloaded base64 v0.22.0
10132024-03-26T18:25:11.979Z Downloaded lru-cache v0.1.2
10142024-03-26T18:25:11.979Z Downloaded untrusted v0.7.1
10152024-03-26T18:25:11.979Z Downloaded maplit v1.0.2
10162024-03-26T18:25:11.979Z Downloaded mime v0.3.17
10172024-03-26T18:25:11.979Z Downloaded maybe-uninit v2.0.0
10182024-03-26T18:25:11.979Z Downloaded num-derive v0.4.0
10192024-03-26T18:25:11.979Z Downloaded newtype-uuid v1.0.1
10202024-03-26T18:25:11.979Z Downloaded memmap v0.7.0
10212024-03-26T18:25:11.979Z Downloaded libtest-mimic v0.6.1
10222024-03-26T18:25:11.979Z Downloaded crc v3.0.1
10232024-03-26T18:25:11.979Z Downloaded ref-cast-impl v1.0.20
10242024-03-26T18:25:11.979Z Downloaded linear-map v1.2.0
10252024-03-26T18:25:11.979Z Downloaded schemars_derive v0.8.16
10262024-03-26T18:25:11.979Z Downloaded scheduled-thread-pool v0.2.7
10272024-03-26T18:25:11.979Z Downloaded want v0.3.1
10282024-03-26T18:25:11.979Z Downloaded doc-comment v0.3.3
10292024-03-26T18:25:11.979Z Downloaded structopt-derive v0.4.18
10302024-03-26T18:25:11.979Z Downloaded tempdir v0.3.7
10312024-03-26T18:25:11.979Z Downloaded stability v0.1.1
10322024-03-26T18:25:11.980Z Downloaded dtrace-parser v0.2.0
10332024-03-26T18:25:11.980Z Downloaded dtrace-parser v0.1.14
10342024-03-26T18:25:11.980Z Downloaded async-trait v0.1.77
10352024-03-26T18:25:11.980Z Downloaded spin v0.5.2
10362024-03-26T18:25:11.985Z Downloaded signature v2.1.0
10372024-03-26T18:25:11.985Z Downloaded argon2 v0.5.3
10382024-03-26T18:25:11.985Z Downloaded assert_cmd v2.0.14
10392024-03-26T18:25:11.985Z Downloaded native-tls v0.2.11
10402024-03-26T18:25:11.985Z Downloaded libloading v0.7.4
10412024-03-26T18:25:11.985Z Downloaded mime_guess v2.0.4
10422024-03-26T18:25:11.985Z Downloaded multer v3.0.0
10432024-03-26T18:25:11.985Z Downloaded blake2b_simd v1.0.1
10442024-03-26T18:25:11.985Z Downloaded utf-8 v0.7.6
10452024-03-26T18:25:11.985Z Downloaded crc32fast v1.3.2
10462024-03-26T18:25:11.985Z Downloaded memmap2 v0.7.1
10472024-03-26T18:25:11.986Z Downloaded cancel-safe-futures v0.1.5
10482024-03-26T18:25:11.986Z Downloaded indexmap v1.9.3
10492024-03-26T18:25:11.986Z Downloaded oso-derive v0.27.0
10502024-03-26T18:25:11.986Z Downloaded cookie_store v0.20.0
10512024-03-26T18:25:11.986Z Downloaded float-cmp v0.9.0
10522024-03-26T18:25:11.986Z Downloaded deranged v0.3.11
10532024-03-26T18:25:11.986Z Downloaded miniz_oxide v0.7.1
10542024-03-26T18:25:11.986Z Downloaded console v0.15.8
10552024-03-26T18:25:11.986Z Downloaded slog-term v2.9.0
10562024-03-26T18:25:11.986Z Downloaded foreign-types-macros v0.2.3
10572024-03-26T18:25:11.986Z Downloaded serde_with_macros v3.6.1
10582024-03-26T18:25:11.986Z Downloaded futures-core v0.3.30
10592024-03-26T18:25:11.986Z Downloaded defmt-parser v0.3.3
10602024-03-26T18:25:11.986Z Downloaded num_enum v0.5.11
10612024-03-26T18:25:11.986Z Downloaded dof v0.3.0
10622024-03-26T18:25:11.986Z Downloaded num-complex v0.4.4
10632024-03-26T18:25:11.986Z Downloaded termtree v0.4.1
10642024-03-26T18:25:11.986Z Downloaded clang-sys v1.6.1
10652024-03-26T18:25:11.986Z Downloaded crossbeam-utils v0.8.19
10662024-03-26T18:25:11.986Z Downloaded basic-toml v0.1.8
10672024-03-26T18:25:11.986Z Downloaded proc-macro-error-attr v1.0.4
10682024-03-26T18:25:11.987Z Downloaded predicates-core v1.0.6
10692024-03-26T18:25:11.987Z Downloaded packed_struct_codegen v0.10.1
10702024-03-26T18:25:11.987Z Downloaded oorandom v11.1.3
10712024-03-26T18:25:11.987Z Downloaded packed_struct v0.10.1
10722024-03-26T18:25:11.987Z Downloaded darling v0.20.3
10732024-03-26T18:25:11.987Z Downloaded foreign-types v0.3.2
10742024-03-26T18:25:11.987Z Downloaded guppy-workspace-hack v0.1.0
10752024-03-26T18:25:11.987Z Downloaded number_prefix v0.4.0
10762024-03-26T18:25:11.987Z Downloaded cookie v0.18.0
10772024-03-26T18:25:11.987Z Downloaded fd-lock v3.0.13
10782024-03-26T18:25:11.987Z Downloaded siphasher v0.3.11
10792024-03-26T18:25:11.987Z Downloaded signature v1.6.4
10802024-03-26T18:25:11.987Z Downloaded precomputed-hash v0.1.1
10812024-03-26T18:25:11.987Z Downloaded serde_repr v0.1.16
10822024-03-26T18:25:11.987Z Downloaded strsim v0.10.0
10832024-03-26T18:25:11.987Z Downloaded strsim v0.8.0
10842024-03-26T18:25:11.987Z Downloaded signal-hook-tokio v0.3.1
10852024-03-26T18:25:11.987Z Downloaded strip-ansi-escapes v0.2.0
10862024-03-26T18:25:11.987Z Downloaded stringprep v0.1.3
10872024-03-26T18:25:11.987Z Downloaded textwrap v0.16.1
10882024-03-26T18:25:11.987Z Downloaded sec1 v0.7.3
10892024-03-26T18:25:11.988Z Downloaded peeking_take_while v0.1.2
10902024-03-26T18:25:11.988Z Downloaded termcolor v1.2.0
10912024-03-26T18:25:11.988Z Downloaded wyz v0.5.1
10922024-03-26T18:25:11.988Z Downloaded backtrace v0.3.69
10932024-03-26T18:25:11.988Z Downloaded owo-colors v4.0.0
10942024-03-26T18:25:11.988Z Downloaded similar v2.4.0
10952024-03-26T18:25:11.988Z Downloaded ed25519 v1.5.3
10962024-03-26T18:25:11.988Z Downloaded dyn-clone v1.0.17
10972024-03-26T18:25:11.988Z Downloaded tinyvec v1.6.0
10982024-03-26T18:25:11.988Z Downloaded unicode-linebreak v0.1.5
10992024-03-26T18:25:11.988Z Downloaded rustls-pki-types v1.3.0
11002024-03-26T18:25:11.988Z Downloaded tabwriter v1.4.0
11012024-03-26T18:25:11.988Z Downloaded toolchain_find v0.2.0
11022024-03-26T18:25:11.988Z Downloaded unicode-xid v0.2.4
11032024-03-26T18:25:11.988Z Downloaded rand_chacha v0.3.1
11042024-03-26T18:25:11.988Z Downloaded futures-sink v0.3.30
11052024-03-26T18:25:11.988Z Downloaded futures-macro v0.3.30
11062024-03-26T18:25:11.988Z Downloaded foreign-types v0.5.0
11072024-03-26T18:25:11.988Z Downloaded derive_builder_macro v0.12.0
11082024-03-26T18:25:11.988Z Downloaded chacha20poly1305 v0.10.1
11092024-03-26T18:25:11.988Z Downloaded futures v0.3.30
11102024-03-26T18:25:11.989Z Downloaded olpc-cjson v0.1.3
11112024-03-26T18:25:11.989Z Downloaded rand_seeder v0.2.3
11122024-03-26T18:25:11.989Z Downloaded radium v0.7.0
11132024-03-26T18:25:11.989Z Downloaded cc v1.0.83
11142024-03-26T18:25:11.989Z Downloaded tracing-core v0.1.32
11152024-03-26T18:25:11.989Z Downloaded term v0.7.0
11162024-03-26T18:25:11.989Z Downloaded darling_macro v0.14.4
11172024-03-26T18:25:11.989Z Downloaded papergrid v0.11.0
11182024-03-26T18:25:11.989Z Downloaded secrecy v0.8.0
11192024-03-26T18:25:11.989Z Downloaded r2d2 v0.8.10
11202024-03-26T18:25:11.989Z Downloaded parse-size v1.0.0
11212024-03-26T18:25:11.989Z Downloaded percent-encoding v2.3.1
11222024-03-26T18:25:11.989Z Downloaded pem v3.0.2
11232024-03-26T18:25:11.989Z Downloaded scopeguard v1.2.0
11242024-03-26T18:25:11.989Z Downloaded scroll_derive v0.12.0
11252024-03-26T18:25:11.989Z Downloaded base64 v0.21.7
11262024-03-26T18:25:11.989Z Downloaded curve25519-dalek-derive v0.1.0
11272024-03-26T18:25:11.989Z Downloaded num_threads v0.1.6
11282024-03-26T18:25:11.989Z Downloaded whoami v1.5.0
11292024-03-26T18:25:11.989Z Downloaded unicode-width v0.1.11
11302024-03-26T18:25:11.990Z Downloaded sha2 v0.10.8
11312024-03-26T18:25:11.990Z Downloaded smf v0.2.2
11322024-03-26T18:25:11.990Z Downloaded threadpool v1.8.1
11332024-03-26T18:25:11.990Z Downloaded unicase v2.7.0
11342024-03-26T18:25:11.990Z Downloaded thread-id v4.2.0
11352024-03-26T18:25:11.990Z Downloaded thread_local v1.1.7
11362024-03-26T18:25:11.995Z Downloaded strum v0.26.1
11372024-03-26T18:25:11.995Z Downloaded futures-task v0.3.30
11382024-03-26T18:25:11.995Z Downloaded usdt-impl v0.3.5
11392024-03-26T18:25:11.995Z Downloaded strum_macros v0.25.2
11402024-03-26T18:25:11.995Z Downloaded pin-project-internal v1.1.3
11412024-03-26T18:25:11.995Z Downloaded yansi v0.5.1
11422024-03-26T18:25:11.995Z Downloaded socket2 v0.4.9
11432024-03-26T18:25:11.995Z Downloaded version_check v0.9.4
11442024-03-26T18:25:11.995Z Downloaded vec_map v0.8.2
11452024-03-26T18:25:11.995Z Downloaded partial-io v0.5.4
11462024-03-26T18:25:11.995Z Downloaded test-strategy v0.3.1
11472024-03-26T18:25:11.995Z Downloaded tempfile v3.10.0
11482024-03-26T18:25:11.995Z Downloaded endian-type v0.1.2
11492024-03-26T18:25:11.995Z Downloaded diesel_table_macro_syntax v0.1.0
11502024-03-26T18:25:11.995Z Downloaded data-encoding v2.4.0
11512024-03-26T18:25:11.995Z Downloaded target-lexicon v0.12.13
11522024-03-26T18:25:11.995Z Downloaded path-slash v0.1.5
11532024-03-26T18:25:11.995Z Downloaded pest_generator v2.7.6
11542024-03-26T18:25:11.995Z Downloaded heck v0.3.3
11552024-03-26T18:25:11.995Z Downloaded futures-executor v0.3.30
11562024-03-26T18:25:11.996Z Downloaded glob v0.3.1
11572024-03-26T18:25:11.996Z Downloaded pretty-hex v0.4.1
11582024-03-26T18:25:11.996Z Downloaded foreign-types-shared v0.3.1
11592024-03-26T18:25:11.996Z Downloaded foreign-types-shared v0.1.1
11602024-03-26T18:25:11.996Z Downloaded strum_macros v0.26.1
11612024-03-26T18:25:11.996Z Downloaded proc-macro-crate v1.3.1
11622024-03-26T18:25:11.996Z Downloaded remove_dir_all v0.5.3
11632024-03-26T18:25:11.996Z Downloaded psl-types v2.0.11
11642024-03-26T18:25:11.996Z Downloaded rstest v0.18.2
11652024-03-26T18:25:11.996Z Downloaded derive_builder_core v0.12.0
11662024-03-26T18:25:11.996Z Downloaded supports-color v3.0.0
11672024-03-26T18:25:11.996Z Downloaded subtle v2.5.0
11682024-03-26T18:25:11.996Z Downloaded strum_macros v0.24.3
11692024-03-26T18:25:11.996Z Downloaded take_mut v0.2.2
11702024-03-26T18:25:11.996Z Downloaded num-bigint v0.4.4
11712024-03-26T18:25:11.996Z Downloaded waitgroup v0.1.2
11722024-03-26T18:25:11.996Z Downloaded zerocopy-derive v0.7.32
11732024-03-26T18:25:11.996Z Downloaded crossbeam-channel v0.5.8
11742024-03-26T18:25:11.996Z Downloaded headers-core v0.2.0
11752024-03-26T18:25:11.996Z Downloaded tokio-native-tls v0.3.1
11762024-03-26T18:25:11.996Z Downloaded enum-as-inner v0.5.1
11772024-03-26T18:25:11.996Z Downloaded num_enum_derive v0.5.11
11782024-03-26T18:25:11.997Z Downloaded fatfs v0.3.6
11792024-03-26T18:25:11.997Z Downloaded postgres-types v0.2.6
11802024-03-26T18:25:11.997Z Downloaded pretty-hex v0.2.1
11812024-03-26T18:25:11.997Z Downloaded getrandom v0.2.12
11822024-03-26T18:25:11.997Z Downloaded criterion v0.5.1
11832024-03-26T18:25:11.997Z Downloaded semver v0.11.0
11842024-03-26T18:25:11.997Z Downloaded rustfmt-wrapper v0.2.0
11852024-03-26T18:25:11.997Z Downloaded form_urlencoded v1.2.1
11862024-03-26T18:25:11.997Z Downloaded fnv v1.0.7
11872024-03-26T18:25:11.997Z Downloaded pin-utils v0.1.0
11882024-03-26T18:25:11.997Z Downloaded tap v1.0.1
11892024-03-26T18:25:11.997Z Downloaded structmeta-derive v0.3.0
11902024-03-26T18:25:11.997Z Downloaded usdt-impl v0.5.0
11912024-03-26T18:25:11.997Z Downloaded pest_derive v2.7.6
11922024-03-26T18:25:11.997Z Downloaded libxml v0.3.3
11932024-03-26T18:25:12.001Z Downloaded shlex v1.3.0
11942024-03-26T18:25:12.005Z Downloaded tokio-tungstenite v0.20.1
11952024-03-26T18:25:12.005Z Downloaded libm v0.2.7
11962024-03-26T18:25:12.017Z Downloaded openssl-macros v0.1.1
11972024-03-26T18:25:12.021Z Downloaded predicates v3.1.0
11982024-03-26T18:25:12.021Z Downloaded pkcs8 v0.10.2
11992024-03-26T18:25:12.024Z Downloaded powerfmt v0.2.0
12002024-03-26T18:25:12.028Z Downloaded opaque-debug v0.3.0
12012024-03-26T18:25:12.028Z Downloaded digest v0.10.7
12022024-03-26T18:25:12.028Z Downloaded fxhash v0.2.1
12032024-03-26T18:25:12.031Z Downloaded ena v0.14.2
12042024-03-26T18:25:12.031Z Downloaded time-core v0.1.2
12052024-03-26T18:25:12.034Z Downloaded unicode-bidi v0.3.15
12062024-03-26T18:25:12.038Z Downloaded rustls-pemfile v2.1.1
12072024-03-26T18:25:12.042Z Downloaded rustls-native-certs v0.7.0
12082024-03-26T18:25:12.042Z Downloaded usdt v0.5.0
12092024-03-26T18:25:12.042Z Downloaded structmeta v0.3.0
12102024-03-26T18:25:12.045Z Downloaded ff v0.13.0
12112024-03-26T18:25:12.045Z Downloaded num-bigint-dig v0.8.4
12122024-03-26T18:25:12.051Z Downloaded fd-lock v4.0.2
12132024-03-26T18:25:12.055Z Downloaded fastrand v2.0.1
12142024-03-26T18:25:12.055Z Downloaded parking_lot v0.12.1
12152024-03-26T18:25:12.060Z Downloaded gethostname v0.4.3
12162024-03-26T18:25:12.060Z Downloaded snafu v0.7.5
12172024-03-26T18:25:12.069Z Downloaded sqlformat v0.2.3
12182024-03-26T18:25:12.073Z Downloaded zeroize v1.7.0
12192024-03-26T18:25:12.073Z Downloaded usdt v0.3.5
12202024-03-26T18:25:12.073Z Downloaded usdt-macro v0.3.5
12212024-03-26T18:25:12.073Z Downloaded textwrap v0.11.0
12222024-03-26T18:25:12.073Z Downloaded prettyplease v0.2.16
12232024-03-26T18:25:12.076Z Downloaded tiny-keccak v2.0.2
12242024-03-26T18:25:12.079Z Downloaded smallvec v1.13.1
12252024-03-26T18:25:12.083Z Downloaded thiserror-no-std v2.0.2
12262024-03-26T18:25:12.086Z Downloaded openssl-probe v0.1.5
12272024-03-26T18:25:12.089Z Downloaded tabled_derive v0.7.0
12282024-03-26T18:25:12.089Z Downloaded slog-dtrace v0.3.0
12292024-03-26T18:25:12.097Z Downloaded synstructure v0.12.6
12302024-03-26T18:25:12.097Z Downloaded plotters-backend v0.3.5
12312024-03-26T18:25:12.097Z Downloaded env_logger v0.10.0
12322024-03-26T18:25:12.101Z Downloaded darling_core v0.20.3
12332024-03-26T18:25:12.104Z Downloaded plotters-svg v0.3.5
12342024-03-26T18:25:12.104Z Downloaded sync_wrapper v0.1.2
12352024-03-26T18:25:12.104Z Downloaded vte_generate_state_changes v0.1.1
12362024-03-26T18:25:12.104Z Downloaded parking_lot_core v0.8.6
12372024-03-26T18:25:12.107Z Downloaded try-lock v0.2.4
12382024-03-26T18:25:12.107Z Downloaded tokio-macros v2.2.0
12392024-03-26T18:25:12.110Z Downloaded crossterm v0.27.0
12402024-03-26T18:25:12.117Z Downloaded serde-big-array v0.5.1
12412024-03-26T18:25:12.120Z Downloaded xattr v1.0.1
12422024-03-26T18:25:12.120Z Downloaded num-integer v0.1.46
12432024-03-26T18:25:12.124Z Downloaded serde-big-array v0.4.1
12442024-03-26T18:25:12.124Z Downloaded phf_shared v0.10.0
12452024-03-26T18:25:12.127Z Downloaded rtoolbox v0.0.1
12462024-03-26T18:25:12.128Z Downloaded time-macros v0.2.17
12472024-03-26T18:25:12.128Z Downloaded rsa v0.9.2
12482024-03-26T18:25:12.133Z Downloaded pathdiff v0.2.1
12492024-03-26T18:25:12.137Z Downloaded paste v1.0.14
12502024-03-26T18:25:12.137Z Downloaded serde_tokenstream v0.2.0
12512024-03-26T18:25:12.142Z Downloaded wait-timeout v0.2.0
12522024-03-26T18:25:12.145Z Downloaded tar v0.4.40
12532024-03-26T18:25:12.145Z Downloaded salty v0.2.0
12542024-03-26T18:25:12.150Z Downloaded hash32 v0.2.1
12552024-03-26T18:25:12.153Z Downloaded plain v0.2.3
12562024-03-26T18:25:12.153Z Downloaded difflib v0.4.0
12572024-03-26T18:25:12.156Z Downloaded dirs-sys-next v0.1.2
12582024-03-26T18:25:12.156Z Downloaded dirs-next v2.0.0
12592024-03-26T18:25:12.160Z Downloaded slog-stdlog v4.1.1
12602024-03-26T18:25:12.160Z Downloaded smallvec v0.6.14
12612024-03-26T18:25:12.163Z Downloaded either v1.10.0
12622024-03-26T18:25:12.163Z Downloaded serde_with v3.6.1
12632024-03-26T18:25:12.170Z Downloaded static_assertions v1.1.0
12642024-03-26T18:25:12.174Z Downloaded vsss-rs v3.3.4
12652024-03-26T18:25:12.180Z Downloaded quick-error v1.2.3
12662024-03-26T18:25:12.180Z Downloaded headers v0.3.9
12672024-03-26T18:25:12.185Z Downloaded futures-timer v3.0.2
12682024-03-26T18:25:12.185Z Downloaded num-rational v0.4.1
12692024-03-26T18:25:12.191Z Downloaded walkdir v2.4.0
12702024-03-26T18:25:12.191Z Downloaded slog-async v2.8.0
12712024-03-26T18:25:12.191Z Downloaded pkg-config v0.3.27
12722024-03-26T18:25:12.194Z Downloaded pest v2.7.6
12732024-03-26T18:25:12.208Z Downloaded tungstenite v0.20.1
12742024-03-26T18:25:12.213Z Downloaded unarray v0.1.4
12752024-03-26T18:25:12.213Z Downloaded platforms v3.0.2
12762024-03-26T18:25:12.213Z Downloaded vte v0.11.1
12772024-03-26T18:25:12.213Z Downloaded tinytemplate v1.2.1
12782024-03-26T18:25:12.213Z Downloaded darling_core v0.14.4
12792024-03-26T18:25:12.221Z Downloaded phf v0.11.2
12802024-03-26T18:25:12.222Z Downloaded unsafe-libyaml v0.2.10
12812024-03-26T18:25:12.222Z Downloaded universal-hash v0.5.1
12822024-03-26T18:25:12.228Z Downloaded zip v0.6.6
12832024-03-26T18:25:12.228Z Downloaded fragile v2.0.0
12842024-03-26T18:25:12.228Z Downloaded time v0.3.34
12852024-03-26T18:25:12.233Z Downloaded rand_xorshift v0.3.0
12862024-03-26T18:25:12.237Z Downloaded diesel_derives v2.1.2
12872024-03-26T18:25:12.241Z Downloaded postgres-protocol v0.6.6
12882024-03-26T18:25:12.241Z Downloaded socket2 v0.5.5
12892024-03-26T18:25:12.247Z Downloaded flume v0.11.0
12902024-03-26T18:25:12.247Z Downloaded clap v2.34.0
12912024-03-26T18:25:12.254Z Downloaded half v2.3.1
12922024-03-26T18:25:12.259Z Downloaded rustls-webpki v0.101.7
12932024-03-26T18:25:12.682Z Downloaded spin v0.9.8
12942024-03-26T18:25:12.691Z Downloaded rcgen v0.12.1
12952024-03-26T18:25:12.691Z Downloaded tokio-util v0.7.10
12962024-03-26T18:25:12.691Z Downloaded idna v0.5.0
12972024-03-26T18:25:12.691Z Downloaded rayon-core v1.12.1
12982024-03-26T18:25:12.691Z Downloaded idna v0.3.0
12992024-03-26T18:25:12.691Z Downloaded ucd-trie v0.1.6
13002024-03-26T18:25:12.691Z Downloaded url v2.5.0
13012024-03-26T18:25:12.691Z Downloaded unicode-normalization v0.1.22
13022024-03-26T18:25:12.692Z Downloaded tabled v0.15.0
13032024-03-26T18:25:12.692Z Downloaded hashbrown v0.12.3
13042024-03-26T18:25:12.692Z Downloaded steno v0.4.0
13052024-03-26T18:25:12.692Z Downloaded rstest_macros v0.18.2
13062024-03-26T18:25:12.692Z Downloaded trust-dns-resolver v0.22.0
13072024-03-26T18:25:12.692Z Downloaded petgraph v0.6.4
13082024-03-26T18:25:12.692Z Downloaded trust-dns-server v0.22.1
13092024-03-26T18:25:12.692Z Downloaded radix_trie v0.2.1
13102024-03-26T18:25:12.692Z Downloaded heapless v0.8.0
13112024-03-26T18:25:12.692Z Downloaded nix v0.27.1
13122024-03-26T18:25:12.692Z Downloaded h2 v0.3.24
13132024-03-26T18:25:12.692Z Downloaded rustls-webpki v0.102.1
13142024-03-26T18:25:12.692Z Downloaded typed-path v0.7.0
13152024-03-26T18:25:12.692Z Downloaded futures-util v0.3.30
13162024-03-26T18:25:12.692Z Downloaded trust-dns-proto v0.22.0
13172024-03-26T18:25:12.693Z Downloaded reedline v0.30.0
13182024-03-26T18:25:12.693Z Downloaded vcpkg v0.2.15
13192024-03-26T18:25:12.693Z Downloaded bitvec v1.0.1
13202024-03-26T18:25:12.693Z Downloaded regex-syntax v0.6.29
13212024-03-26T18:25:12.693Z Downloaded regress v0.9.0
13222024-03-26T18:25:12.693Z Downloaded plotters v0.3.5
13232024-03-26T18:25:12.693Z Downloaded openapiv3 v2.0.0
13242024-03-26T18:25:12.693Z Downloaded webpki-roots v0.25.2
13252024-03-26T18:25:12.693Z Downloaded tokio v1.36.0
13262024-03-26T18:25:12.693Z Downloaded quick-xml v0.30.0
13272024-03-26T18:25:12.693Z Downloaded goblin v0.8.0
13282024-03-26T18:25:12.693Z Downloaded object v0.30.4
13292024-03-26T18:25:12.693Z Downloaded proptest v1.4.0
13302024-03-26T18:25:12.693Z Downloaded regex v1.10.3
13312024-03-26T18:25:12.694Z Downloaded rayon v1.9.0
13322024-03-26T18:25:12.694Z Downloaded diesel v2.1.4
13332024-03-26T18:25:12.694Z Downloaded gimli v0.28.0
13342024-03-26T18:25:12.694Z Downloaded smoltcp v0.9.1
13352024-03-26T18:25:12.694Z Downloaded polar-core v0.27.0
13362024-03-26T18:25:12.706Z Downloaded bstr v1.9.0
13372024-03-26T18:25:12.724Z Downloaded smoltcp v0.11.0
13382024-03-26T18:25:12.732Z Downloaded syn v1.0.109
13392024-03-26T18:25:12.733Z Downloaded regex-syntax v0.8.2
13402024-03-26T18:25:12.736Z Downloaded bstr v0.2.17
13412024-03-26T18:25:12.745Z Downloaded openssl v0.10.60
13422024-03-26T18:25:12.755Z Downloaded curve25519-dalek v4.1.1
13432024-03-26T18:25:12.764Z Downloaded rustls v0.22.2
13442024-03-26T18:25:12.778Z Downloaded sqlparser v0.43.1
13452024-03-26T18:25:12.783Z Downloaded hashbrown v0.13.2
13462024-03-26T18:25:12.787Z Downloaded object v0.32.1
13472024-03-26T18:25:12.798Z Downloaded rustls v0.21.9
13482024-03-26T18:25:12.814Z Downloaded chrono v0.4.34
13492024-03-26T18:25:12.817Z Downloaded bindgen v0.69.2
13502024-03-26T18:25:12.824Z Downloaded ring v0.17.8
13512024-03-26T18:25:12.894Z Downloaded sled v0.34.7
13522024-03-26T18:25:12.905Z Downloaded bzip2-sys v0.1.11+1.0.8
13532024-03-26T18:25:12.915Z Downloaded ratatui v0.26.1
13542024-03-26T18:25:12.932Z Downloaded zerocopy-derive v0.2.0
13552024-03-26T18:25:12.940Z Downloaded zerocopy-derive v0.6.4
13562024-03-26T18:25:12.952Z Downloaded lalrpop v0.19.12
13572024-03-26T18:25:12.962Z Downloaded rustyline v13.0.0
13582024-03-26T18:25:12.966Z Downloaded regex-automata v0.1.10
13592024-03-26T18:25:12.978Z Downloaded reqwest v0.11.24
13602024-03-26T18:25:12.986Z Downloaded regex-automata v0.4.5
13612024-03-26T18:25:12.995Z Downloaded blake3 v1.5.0
13622024-03-26T18:25:13.002Z Downloaded tokio-postgres v0.7.10
13632024-03-26T18:25:13.006Z Downloaded winnow v0.5.15
13642024-03-26T18:25:13.014Z Downloaded portable-atomic v1.4.3
13652024-03-26T18:25:13.019Z Downloaded idna v0.2.3
13662024-03-26T18:25:13.026Z Downloaded guppy v0.17.5
13672024-03-26T18:25:13.032Z Downloaded csv v1.3.0
13682024-03-26T18:25:13.053Z Downloaded sha3 v0.10.8
13692024-03-26T18:25:13.058Z Downloaded serde-hex v0.1.0
13702024-03-26T18:25:13.058Z Downloaded rust-argon2 v1.0.1
13712024-03-26T18:25:13.062Z Downloaded elliptic-curve v0.13.8
13722024-03-26T18:25:13.066Z Downloaded flate2 v1.0.28
13732024-03-26T18:25:13.069Z Downloaded relative-path v1.9.0
13742024-03-26T18:25:13.079Z Downloaded postcard v1.0.8
13752024-03-26T18:25:13.079Z Downloaded expectorate v1.1.0
13762024-03-26T18:25:13.082Z Downloaded password-hash v0.5.0
13772024-03-26T18:25:13.082Z Downloaded parking_lot v0.11.2
13782024-03-26T18:25:13.082Z Downloaded slog-bunyan v2.5.0
13792024-03-26T18:25:13.082Z Downloaded uuid v1.7.0
13802024-03-26T18:25:13.082Z Downloaded num-traits v0.2.18
13812024-03-26T18:25:13.086Z Downloaded derive_more v0.99.17
13822024-03-26T18:25:13.101Z Downloaded serde_tokenstream v0.1.7
13832024-03-26T18:25:13.105Z Downloaded toml_edit v0.19.15
13842024-03-26T18:25:13.109Z Downloaded zerocopy v0.7.32
13852024-03-26T18:25:13.134Z Downloaded phf_shared v0.11.2
13862024-03-26T18:25:13.139Z Downloaded yasna v0.5.2
13872024-03-26T18:25:13.140Z Downloaded publicsuffix v2.2.3
13882024-03-26T18:25:13.140Z Downloaded encoding_rs v0.8.33
13892024-03-26T18:25:13.150Z Downloaded futures-io v0.3.30
13902024-03-26T18:25:13.153Z Downloaded funty v2.0.0
13912024-03-26T18:25:13.153Z Downloaded globset v0.4.13
13922024-03-26T18:25:13.153Z Downloaded tough v0.16.0
13932024-03-26T18:25:13.161Z Downloaded trybuild v1.0.89
13942024-03-26T18:25:13.166Z Downloaded tower v0.4.13
13952024-03-26T18:25:13.174Z Downloaded pretty_assertions v1.4.0
13962024-03-26T18:25:13.179Z Downloaded unicode-segmentation v1.10.1
13972024-03-26T18:25:13.183Z Downloaded flagset v0.4.3
13982024-03-26T18:25:13.183Z Downloaded fixedbitset v0.4.2
13992024-03-26T18:25:13.183Z Downloaded filetime v0.2.23
14002024-03-26T18:25:13.186Z Downloaded fallible-iterator v0.2.0
14012024-03-26T18:25:13.186Z Downloaded embedded-io v0.4.0
14022024-03-26T18:25:13.186Z Downloaded zerocopy v0.3.0
14032024-03-26T18:25:13.189Z Downloaded x509-cert v0.2.4
14042024-03-26T18:25:13.192Z Downloaded toml v0.5.11
14052024-03-26T18:25:13.195Z Downloaded serde_urlencoded v0.7.1
14062024-03-26T18:25:13.198Z Downloaded usdt-attr-macro v0.5.0
14072024-03-26T18:25:13.198Z Downloaded usdt-attr-macro v0.3.5
14082024-03-26T18:25:13.198Z Downloaded tui-tree-widget v0.17.0
14092024-03-26T18:25:13.198Z Downloaded spki v0.7.2
14102024-03-26T18:25:13.202Z Downloaded semver-parser v0.10.2
14112024-03-26T18:25:13.202Z Downloaded group v0.13.0
14122024-03-26T18:25:13.205Z Downloaded omicron-zone-package v0.11.0
14132024-03-26T18:25:13.209Z Downloaded zeroize_derive v1.4.2
14142024-03-26T18:25:13.209Z Downloaded pkcs1 v0.7.5
14152024-03-26T18:25:13.209Z Downloaded parking_lot_core v0.9.8
14162024-03-26T18:25:13.213Z Downloaded diff v0.1.13
14172024-03-26T18:25:13.216Z Downloaded structmeta v0.2.0
14182024-03-26T18:25:13.216Z Downloaded rustc_version v0.4.0
14192024-03-26T18:25:13.216Z Downloaded ref-cast v1.0.20
14202024-03-26T18:25:13.219Z Downloaded parse-display v0.9.0
14212024-03-26T18:25:13.219Z Downloaded unicode_categories v0.1.1
14222024-03-26T18:25:13.222Z Downloaded trust-dns-client v0.22.0
14232024-03-26T18:25:13.226Z Downloaded structmeta-derive v0.2.0
14242024-03-26T18:25:13.229Z Downloaded signal-hook v0.3.17
14252024-03-26T18:25:13.232Z Downloaded derive-where v1.2.7
14262024-03-26T18:25:13.235Z Downloaded hyper v1.1.0
14272024-03-26T18:25:13.240Z Downloaded hyper v0.14.28
14282024-03-26T18:25:13.248Z Downloaded parse-display-derive v0.9.0
14292024-03-26T18:25:13.254Z Downloaded tokio-rustls v0.24.1
14302024-03-26T18:25:13.258Z Downloaded pest_meta v2.7.6
14312024-03-26T18:25:13.258Z Downloaded hkdf v0.12.4
14322024-03-26T18:25:13.258Z Downloaded generic-array v0.14.7
14332024-03-26T18:25:13.258Z Downloaded once_cell v1.19.0
14342024-03-26T18:25:13.261Z Downloaded serde_derive_internals v0.26.0
14352024-03-26T18:25:13.263Z Downloaded toml v0.7.8
14362024-03-26T18:25:13.267Z Downloaded itertools v0.12.1
14372024-03-26T18:25:13.271Z Downloaded tokio-stream v0.1.14
14382024-03-26T18:25:13.279Z Downloaded tokio-rustls v0.25.0
14392024-03-26T18:25:13.297Z Downloaded shell-words v1.1.0
14402024-03-26T18:25:13.297Z Downloaded sha1 v0.10.6
14412024-03-26T18:25:13.297Z Downloaded semver v0.1.20
14422024-03-26T18:25:13.298Z Downloaded oso v0.27.0
14432024-03-26T18:25:13.298Z Downloaded itertools v0.10.5
14442024-03-26T18:25:13.308Z Downloaded slab v0.4.9
14452024-03-26T18:25:13.308Z Downloaded predicates-tree v1.0.9
14462024-03-26T18:25:13.308Z Downloaded slog-envlogger v2.2.0
14472024-03-26T18:25:13.308Z Downloaded subprocess v0.2.9
14482024-03-26T18:25:13.308Z Downloaded rand v0.8.5
14492024-03-26T18:25:13.308Z Downloaded rand v0.4.6
14502024-03-26T18:25:13.308Z Downloaded nom v7.1.3
14512024-03-26T18:25:13.311Z Downloaded minimal-lexical v0.2.1
14522024-03-26T18:25:13.315Z Downloaded slog v2.7.0
14532024-03-26T18:25:13.319Z Downloaded der v0.7.8
14542024-03-26T18:25:13.322Z Downloaded string_cache v0.8.7
14552024-03-26T18:25:13.322Z Downloaded serde_plain v1.0.2
14562024-03-26T18:25:13.325Z Downloaded rusty-fork v0.3.0
14572024-03-26T18:25:13.326Z Downloaded rustversion v1.0.14
14582024-03-26T18:25:13.329Z Downloaded mio v0.8.11
14592024-03-26T18:25:13.332Z Downloaded pin-project v1.1.3
14602024-03-26T18:25:13.344Z Downloaded openssl-sys v0.9.96
14612024-03-26T18:25:13.351Z Downloaded heapless v0.7.16
14622024-03-26T18:25:13.354Z Downloaded tracing v0.1.40
14632024-03-26T18:25:13.357Z Downloaded slog-scope v4.4.0
14642024-03-26T18:25:13.360Z Downloaded slog-json v2.6.1
14652024-03-26T18:25:13.360Z Downloaded derive_builder v0.12.0
14662024-03-26T18:25:14.368Z Downloaded typenum v1.16.0
14672024-03-26T18:25:14.382Z Downloaded ron v0.8.1
14682024-03-26T18:25:14.382Z Downloaded scroll v0.12.0
14692024-03-26T18:25:14.382Z Downloaded topological-sort v0.2.2
14702024-03-26T18:25:14.382Z Downloaded pem-rfc7468 v0.7.0
14712024-03-26T18:25:14.382Z Downloaded serde_yaml v0.9.25
14722024-03-26T18:25:14.382Z Downloaded crypto-bigint v0.5.2
14732024-03-26T18:25:14.382Z Downloaded ring v0.16.20
14742024-03-26T18:25:14.382Z Downloaded futures-channel v0.3.30
14752024-03-26T18:25:14.382Z Downloaded defmt-macros v0.3.6
14762024-03-26T18:25:14.382Z Downloaded snafu-derive v0.7.5
14772024-03-26T18:25:14.382Z Downloaded smawk v0.3.1
14782024-03-26T18:25:14.382Z Downloaded rustls-pemfile v1.0.3
14792024-03-26T18:25:14.383Z Downloaded signal-hook-registry v1.4.1
14802024-03-26T18:25:14.383Z Downloaded sct v0.7.0
14812024-03-26T18:25:14.383Z Downloaded zerocopy v0.6.4
14822024-03-26T18:25:14.383Z Downloaded ppv-lite86 v0.2.17
14832024-03-26T18:25:14.383Z Downloaded poly1305 v0.8.0
14842024-03-26T18:25:14.383Z Downloaded num-iter v0.1.44
14852024-03-26T18:25:14.383Z Downloaded pin-project-lite v0.2.13
14862024-03-26T18:25:14.383Z Downloaded darling_macro v0.20.3
14872024-03-26T18:25:14.383Z Downloaded defmt v0.3.5
14882024-03-26T18:25:14.383Z Downloaded debug-ignore v1.0.5
14892024-03-26T18:25:14.383Z Downloaded datatest-stable v0.2.3
14902024-03-26T18:25:14.383Z Downloaded proc-macro-error v1.0.4
14912024-03-26T18:25:14.383Z Downloaded darling v0.14.4
14922024-03-26T18:25:14.383Z Downloaded structopt v0.3.26
14932024-03-26T18:25:14.384Z Downloaded schemars v0.8.16
14942024-03-26T18:25:14.384Z Downloaded bytes v1.5.0
14952024-03-26T18:25:14.384Z Downloaded blake2 v0.10.6
14962024-03-26T18:25:14.384Z Downloaded mockall_derive v0.12.0
14972024-03-26T18:25:14.384Z Downloaded indicatif v0.17.8
14982024-03-26T18:25:14.384Z Downloaded which v4.4.0
14992024-03-26T18:25:14.384Z Downloaded termios v0.3.3
15002024-03-26T18:25:14.384Z Downloaded signal-hook-mio v0.2.3
15012024-03-26T18:25:14.384Z Downloaded der_derive v0.7.2
15022024-03-26T18:25:14.384Z Downloaded cookie v0.17.0
15032024-03-26T18:25:14.384Z Downloaded crc-any v2.4.3
15042024-03-26T18:25:14.384Z Downloaded display-error-chain v0.2.0
15052024-03-26T18:25:14.384Z Downloaded rand_core v0.6.4
15062024-03-26T18:25:14.385Z Downloaded uuid v0.8.2
15072024-03-26T18:25:14.385Z Downloaded crossbeam-epoch v0.9.18
15082024-03-26T18:25:14.385Z Downloaded const-oid v0.9.6
15092024-03-26T18:25:14.385Z Downloaded compact_str v0.7.1
15102024-03-26T18:25:14.385Z Downloaded arc-swap v1.6.0
15112024-03-26T18:25:14.385Z Downloaded cipher v0.4.4
15122024-03-26T18:25:14.385Z Downloaded log v0.4.21
15132024-03-26T18:25:14.385Z Downloaded dof v0.1.5
15142024-03-26T18:25:14.385Z Downloaded tracing-attributes v0.1.27
15152024-03-26T18:25:14.385Z Downloaded num_cpus v1.16.0
15162024-03-26T18:25:14.385Z Downloaded hash32 v0.3.1
15172024-03-26T18:25:14.385Z Downloaded getopts v0.2.21
15182024-03-26T18:25:14.386Z Downloaded thiserror-impl-no-std v2.0.2
15192024-03-26T18:25:14.386Z Downloaded rustc-hash v1.1.0
15202024-03-26T18:25:14.386Z Downloaded rustc-demangle v0.1.23
15212024-03-26T18:25:14.386Z Downloaded serde_path_to_error v0.1.16
15222024-03-26T18:25:14.386Z Downloaded nu-ansi-term v0.50.0
15232024-03-26T18:25:14.386Z Downloaded target-spec v3.1.0
15242024-03-26T18:25:14.386Z Downloaded cfg-expr v0.15.6
15252024-03-26T18:25:14.386Z Downloaded untrusted v0.9.0
15262024-03-26T18:25:14.386Z Downloaded ciborium v0.2.2
15272024-03-26T18:25:14.386Z Downloaded backoff v0.4.0
15282024-03-26T18:25:14.386Z Downloaded ascii-canvas v3.0.0
15292024-03-26T18:25:14.386Z Downloaded arrayvec v0.7.4
15302024-03-26T18:25:14.386Z Downloaded byteorder v1.5.0
15312024-03-26T18:25:14.387Z Downloaded bcs v0.1.6
15322024-03-26T18:25:14.387Z Downloaded downcast v0.11.0
15332024-03-26T18:25:14.387Z Downloaded stable_deref_trait v1.2.0
15342024-03-26T18:25:14.387Z Downloaded usdt-macro v0.5.0
15352024-03-26T18:25:14.387Z Downloaded rustc_version v0.1.7
15362024-03-26T18:25:14.387Z Downloaded resolv-conf v0.7.0
15372024-03-26T18:25:14.387Z Downloaded same-file v1.0.6
15382024-03-26T18:25:14.387Z Downloaded mockall v0.12.0
15392024-03-26T18:25:14.387Z Downloaded lock_api v0.4.10
15402024-03-26T18:25:14.387Z Downloaded cpufeatures v0.2.12
15412024-03-26T18:25:14.387Z Downloaded corncobs v0.1.3
15422024-03-26T18:25:14.387Z Downloaded convert_case v0.4.0
15432024-03-26T18:25:14.387Z Downloaded cexpr v0.6.0
15442024-03-26T18:25:14.387Z Downloaded ipnet v2.9.0
15452024-03-26T18:25:14.388Z Downloaded managed v0.8.0
15462024-03-26T18:25:14.388Z Downloaded lru v0.12.1
15472024-03-26T18:25:14.388Z Downloaded lalrpop-util v0.19.12
15482024-03-26T18:25:14.388Z Downloaded chacha20 v0.9.1
15492024-03-26T18:25:14.388Z Downloaded async-recursion v1.0.5
15502024-03-26T18:25:14.388Z Downloaded linked-hash-map v0.5.6
15512024-03-26T18:25:14.388Z Downloaded libsw v3.3.1
15522024-03-26T18:25:14.388Z Downloaded libefi-sys v0.1.0
15532024-03-26T18:25:14.388Z Downloaded kstat-rs v0.2.3
15542024-03-26T18:25:14.388Z Downloaded is-terminal v0.4.9
15552024-03-26T18:25:14.388Z Downloaded crypto-common v0.1.6
15562024-03-26T18:25:14.388Z Downloaded http v1.0.0
15572024-03-26T18:25:14.388Z Downloaded macaddr v1.0.1
15582024-03-26T18:25:14.389Z Downloaded lazycell v1.3.0
15592024-03-26T18:25:14.389Z Downloaded lazy_static v1.4.0
15602024-03-26T18:25:14.389Z Downloaded indoc v1.0.9
15612024-03-26T18:25:14.389Z Downloaded array-init v0.0.4
15622024-03-26T18:25:14.389Z Downloaded inout v0.1.3
15632024-03-26T18:25:14.389Z Downloaded colored v2.1.0
15642024-03-26T18:25:14.389Z Downloaded bb8 v0.8.3
15652024-03-26T18:25:14.389Z Downloaded assert_matches v1.5.0
15662024-03-26T18:25:14.389Z Downloaded bit-vec v0.6.3
15672024-03-26T18:25:14.395Z Downloaded iana-time-zone v0.1.57
15682024-03-26T18:25:14.395Z Downloaded hyper-util v0.1.2
15692024-03-26T18:25:14.396Z Downloaded httptest v0.15.5
15702024-03-26T18:25:14.396Z Downloaded hmac v0.12.1
15712024-03-26T18:25:14.396Z Downloaded castaway v0.2.2
15722024-03-26T18:25:14.396Z Downloaded bytecount v0.6.3
15732024-03-26T18:25:14.396Z Downloaded block-buffer v0.10.4
15742024-03-26T18:25:14.396Z Downloaded aho-corasick v1.1.2
15752024-03-26T18:25:14.396Z Downloaded hex v0.4.3
15762024-03-26T18:25:14.396Z Downloaded csv-core v0.1.11
15772024-03-26T18:25:14.396Z Downloaded ahash v0.8.8
15782024-03-26T18:25:14.396Z Downloaded addr2line v0.21.0
15792024-03-26T18:25:14.396Z Compiling libc v0.2.153
15802024-03-26T18:25:14.396Z Compiling serde v1.0.197
15812024-03-26T18:25:14.396Z Compiling version_check v0.9.4
15822024-03-26T18:25:14.396Z Checking cfg-if v1.0.0
15832024-03-26T18:25:14.396Z Compiling syn v1.0.109
15842024-03-26T18:25:14.397Z Compiling lock_api v0.4.10
15852024-03-26T18:25:14.397Z Compiling syn v2.0.52
15862024-03-26T18:25:14.397Z Compiling parking_lot_core v0.9.8
15872024-03-26T18:25:14.400Z Compiling libm v0.2.7
15882024-03-26T18:25:14.741Z Compiling memchr v2.7.1
15892024-03-26T18:25:14.775Z Compiling once_cell v1.19.0
15902024-03-26T18:25:14.854Z Compiling num-traits v0.2.18
15912024-03-26T18:25:14.871Z Compiling serde_json v1.0.114
15922024-03-26T18:25:15.176Z Compiling ahash v0.8.8
15932024-03-26T18:25:15.236Z Compiling byteorder v1.5.0
15942024-03-26T18:25:15.681Z Checking log v0.4.21
15952024-03-26T18:25:15.968Z Checking itoa v1.0.9
15962024-03-26T18:25:16.061Z Compiling typenum v1.16.0
15972024-03-26T18:25:16.171Z Compiling slab v0.4.9
15982024-03-26T18:25:16.196Z Checking getrandom v0.2.12
15992024-03-26T18:25:16.435Z Compiling cc v1.0.83
16002024-03-26T18:25:16.625Z Compiling generic-array v0.14.7
16012024-03-26T18:25:16.895Z Checking scopeguard v1.2.0
16022024-03-26T18:25:16.965Z Checking smallvec v1.13.1
16032024-03-26T18:25:16.996Z Compiling pkg-config v0.3.27
16042024-03-26T18:25:17.032Z Compiling allocator-api2 v0.2.16
16052024-03-26T18:25:17.354Z Compiling rustix v0.38.31
16062024-03-26T18:25:17.373Z Compiling fnv v1.0.7
16072024-03-26T18:25:17.511Z Compiling schemars v0.8.16
16082024-03-26T18:25:18.143Z Compiling httparse v1.8.0
16092024-03-26T18:25:18.156Z Compiling time-core v0.1.2
16102024-03-26T18:25:18.205Z Compiling num-conv v0.1.0
16112024-03-26T18:25:18.323Z Checking parking_lot v0.12.1
16122024-03-26T18:25:18.340Z Checking pin-project-lite v0.2.13
16132024-03-26T18:25:25.254Z Compiling vcpkg v0.2.15
16142024-03-26T18:25:25.396Z Compiling time-macros v0.2.17
16152024-03-26T18:25:25.397Z Checking ryu v1.0.15
16162024-03-26T18:25:25.397Z Checking rand_core v0.6.4
16172024-03-26T18:25:25.397Z Checking signal-hook-registry v1.4.1
16182024-03-26T18:25:25.397Z Compiling aho-corasick v1.1.2
16192024-03-26T18:25:25.397Z Compiling ring v0.17.8
16202024-03-26T18:25:25.397Z Compiling regex-syntax v0.8.2
16212024-03-26T18:25:25.397Z Compiling openssl-sys v0.9.96
16222024-03-26T18:25:25.397Z Compiling serde_derive_internals v0.26.0
16232024-03-26T18:25:25.397Z Checking mio v0.8.11
16242024-03-26T18:25:25.397Z Compiling ucd-trie v0.1.6
16252024-03-26T18:25:25.471Z Compiling regex-automata v0.4.5
16262024-03-26T18:25:25.471Z Compiling ring v0.16.20
16272024-03-26T18:25:25.471Z Checking num_cpus v1.16.0
16282024-03-26T18:25:25.471Z Checking futures-core v0.3.30
16292024-03-26T18:25:25.494Z Compiling crossbeam-utils v0.8.19
16302024-03-26T18:25:26.451Z Compiling openssl v0.10.60
16312024-03-26T18:25:26.456Z Checking socket2 v0.5.5
16322024-03-26T18:25:26.456Z Compiling iana-time-zone v0.1.57
16332024-03-26T18:25:26.610Z Compiling rustls v0.21.9
16342024-03-26T18:25:26.673Z Compiling native-tls v0.2.11
16352024-03-26T18:25:26.824Z Checking spin v0.5.2
16362024-03-26T18:25:26.929Z Compiling slog v2.7.0
16372024-03-26T18:25:26.990Z Compiling cookie v0.17.0
16382024-03-26T18:25:27.296Z Compiling async-trait v0.1.77
16392024-03-26T18:25:27.439Z Compiling dyn-clone v1.0.17
16402024-03-26T18:25:27.595Z Compiling uuid v0.8.2
16412024-03-26T18:25:27.663Z Compiling serde_derive v1.0.197
16422024-03-26T18:25:27.824Z Compiling zerocopy-derive v0.7.32
16432024-03-26T18:25:27.985Z Compiling thiserror-impl v1.0.57
16442024-03-26T18:25:28.293Z Compiling zeroize_derive v1.4.2
16452024-03-26T18:25:28.832Z Compiling tokio-macros v2.2.0
16462024-03-26T18:25:29.928Z Compiling futures-macro v0.3.30
16472024-03-26T18:25:30.158Z Compiling zerocopy v0.7.32
16482024-03-26T18:25:30.941Z Compiling tracing-attributes v0.1.27
16492024-03-26T18:25:30.949Z Compiling schemars_derive v0.8.16
16502024-03-26T18:25:31.345Z Compiling thiserror v1.0.57
16512024-03-26T18:25:31.852Z Compiling pest v2.7.6
16522024-03-26T18:25:31.939Z Checking zeroize v1.7.0
16532024-03-26T18:25:33.218Z Compiling hashbrown v0.14.3
16542024-03-26T18:25:33.233Z Compiling regex v1.10.3
16552024-03-26T18:25:33.233Z Compiling openssl-macros v0.1.1
16562024-03-26T18:25:33.360Z Compiling unicode-xid v0.2.4
16572024-03-26T18:25:34.104Z Compiling pest_meta v2.7.6
16582024-03-26T18:25:34.228Z Checking futures-sink v0.3.30
16592024-03-26T18:25:34.245Z Compiling tinyvec_macros v0.1.1
16602024-03-26T18:25:34.378Z Compiling tinyvec v1.6.0
16612024-03-26T18:25:34.514Z Compiling backtrace v0.3.69
16622024-03-26T18:25:34.578Z Compiling rustversion v1.0.14
16632024-03-26T18:25:34.586Z Compiling der_derive v0.7.2
16642024-03-26T18:25:35.428Z Compiling pest_generator v2.7.6
16652024-03-26T18:25:35.830Z Compiling unicode-normalization v0.1.22
16662024-03-26T18:25:35.914Z Compiling unicode-bidi v0.3.15
16672024-03-26T18:25:36.396Z Checking pin-utils v0.1.0
16682024-03-26T18:25:37.401Z Checking futures-channel v0.3.30
16692024-03-26T18:25:37.745Z Compiling errno v0.3.8
16702024-03-26T18:25:37.750Z Compiling anyhow v1.0.79
16712024-03-26T18:25:37.750Z Compiling crc32fast v1.3.2
16722024-03-26T18:25:37.930Z Checking subtle v2.5.0
16732024-03-26T18:25:37.994Z Compiling either v1.10.0
16742024-03-26T18:25:38.186Z Checking futures-task v0.3.30
16752024-03-26T18:25:38.238Z Checking futures-io v0.3.30
16762024-03-26T18:25:38.401Z Checking futures-util v0.3.30
16772024-03-26T18:25:38.827Z Compiling synstructure v0.12.6
16782024-03-26T18:25:38.900Z Compiling scroll_derive v0.12.0
16792024-03-26T18:25:39.303Z Compiling pest_derive v2.7.6
16802024-03-26T18:25:40.102Z Compiling spin v0.9.8
16812024-03-26T18:25:40.480Z Compiling thread-id v4.2.0
16822024-03-26T18:25:40.495Z Compiling tracing-core v0.1.32
16832024-03-26T18:25:40.636Z Compiling unicode-width v0.1.11
16842024-03-26T18:25:40.795Z Compiling zerocopy-derive v0.2.0
16852024-03-26T18:25:40.997Z Checking bytes v1.5.0
16862024-03-26T18:25:41.306Z Checking bitflags v2.4.2
16872024-03-26T18:25:41.585Z Compiling tracing v0.1.40
16882024-03-26T18:25:41.758Z Checking tokio v1.36.0
16892024-03-26T18:25:42.435Z Compiling indexmap v2.2.5
16902024-03-26T18:25:43.126Z Compiling chrono v0.4.34
16912024-03-26T18:25:43.355Z Compiling uuid v1.7.0
16922024-03-26T18:25:43.589Z Compiling semver v1.0.22
16932024-03-26T18:25:43.763Z Compiling http v0.2.12
16942024-03-26T18:25:44.094Z Compiling rustc_version v0.4.0
16952024-03-26T18:25:44.863Z Compiling toml_datetime v0.6.5
16962024-03-26T18:25:45.313Z Compiling serde_spanned v0.6.5
16972024-03-26T18:25:45.402Z Compiling percent-encoding v2.3.1
16982024-03-26T18:25:45.541Z Compiling winnow v0.5.15
16992024-03-26T18:25:45.762Z Compiling const-oid v0.9.6
17002024-03-26T18:25:46.269Z Compiling openapiv3 v2.0.0
17012024-03-26T18:25:47.167Z Compiling lazy_static v1.4.0
17022024-03-26T18:25:47.416Z Compiling foreign-types-shared v0.1.1
17032024-03-26T18:25:47.532Z Compiling signal-hook v0.3.17
17042024-03-26T18:25:47.553Z Compiling untrusted v0.7.1
17052024-03-26T18:25:47.730Z Compiling powerfmt v0.2.0
17062024-03-26T18:25:47.774Z Compiling untrusted v0.9.0
17072024-03-26T18:25:48.143Z Compiling deranged v0.3.11
17082024-03-26T18:25:48.611Z Compiling foreign-types v0.3.2
17092024-03-26T18:25:49.154Z Compiling toml_edit v0.19.15
17102024-03-26T18:25:49.393Z Compiling form_urlencoded v1.2.1
17112024-03-26T18:25:49.691Z Compiling crypto-common v0.1.6
17122024-03-26T18:25:49.902Z Compiling clap_derive v4.5.0
17132024-03-26T18:25:50.186Z Compiling zerocopy-derive v0.6.4
17142024-03-26T18:25:50.873Z Compiling usdt-impl v0.3.5
17152024-03-26T18:25:51.207Z Compiling try-lock v0.2.4
17162024-03-26T18:25:51.337Z Compiling num_threads v0.1.6
17172024-03-26T18:25:51.461Z Compiling base64 v0.21.7
17182024-03-26T18:25:51.589Z Compiling siphasher v0.3.11
17192024-03-26T18:25:51.822Z Compiling time v0.3.34
17202024-03-26T18:25:51.963Z Compiling want v0.3.1
17212024-03-26T18:25:52.240Z Compiling rustls-webpki v0.101.7
17222024-03-26T18:25:52.350Z Compiling sct v0.7.0
17232024-03-26T18:25:52.442Z Compiling http-body v0.4.5
17242024-03-26T18:25:52.666Z Compiling tokio-util v0.7.10
17252024-03-26T18:25:52.846Z Compiling zerocopy v0.3.0
17262024-03-26T18:25:53.653Z Compiling scroll v0.12.0
17272024-03-26T18:25:54.197Z Compiling h2 v0.3.24
17282024-03-26T18:25:54.239Z Compiling block-buffer v0.10.4
17292024-03-26T18:25:54.263Z Compiling idna v0.5.0
17302024-03-26T18:25:54.494Z Compiling bzip2-sys v0.1.11+1.0.8
17312024-03-26T18:25:55.160Z Compiling usdt-impl v0.5.0
17322024-03-26T18:25:55.475Z Compiling tower-service v0.3.2
17332024-03-26T18:25:55.607Z Compiling plain v0.2.3
17342024-03-26T18:25:55.631Z Compiling httpdate v1.0.3
17352024-03-26T18:25:56.050Z Compiling openssl-probe v0.1.5
17362024-03-26T18:25:56.069Z Compiling goblin v0.8.0
17372024-03-26T18:25:56.232Z Compiling url v2.5.0
17382024-03-26T18:25:57.239Z Compiling digest v0.10.7
17392024-03-26T18:25:57.334Z Compiling dof v0.1.5
17402024-03-26T18:25:58.119Z Compiling heapless v0.7.16
17412024-03-26T18:25:58.204Z Compiling dtrace-parser v0.1.14
17422024-03-26T18:25:58.577Z Compiling idna v0.3.0
17432024-03-26T18:26:00.015Z Compiling psl-types v2.0.11
17442024-03-26T18:26:00.176Z Compiling ppv-lite86 v0.2.17
17452024-03-26T18:26:00.213Z Compiling adler v1.0.2
17462024-03-26T18:26:00.276Z Compiling pretty-hex v0.4.1
17472024-03-26T18:26:00.425Z Compiling miniz_oxide v0.7.1
17482024-03-26T18:26:00.492Z Compiling publicsuffix v2.2.3
17492024-03-26T18:26:00.742Z Compiling crossbeam-epoch v0.9.18
17502024-03-26T18:26:00.939Z Compiling rand_chacha v0.3.1
17512024-03-26T18:26:01.067Z Compiling hyper v0.14.28
17522024-03-26T18:26:01.853Z Compiling dof v0.3.0
17532024-03-26T18:26:01.942Z Compiling tokio-rustls v0.24.1
17542024-03-26T18:26:02.362Z Compiling tokio-native-tls v0.3.1
17552024-03-26T18:26:02.763Z Compiling serde_tokenstream v0.1.7
17562024-03-26T18:26:03.300Z Compiling dtrace-parser v0.2.0
17572024-03-26T18:26:03.939Z Checking equivalent v1.0.1
17582024-03-26T18:26:04.052Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
17592024-03-26T18:26:04.233Z Compiling ipnet v2.9.0
17602024-03-26T18:26:04.552Z Compiling bit-vec v0.6.3
17612024-03-26T18:26:05.129Z Compiling cookie_store v0.20.0
17622024-03-26T18:26:05.321Z Compiling rand v0.8.5
17632024-03-26T18:26:06.156Z Compiling rustls-pemfile v1.0.3
17642024-03-26T18:26:06.279Z Compiling phf_shared v0.10.0
17652024-03-26T18:26:06.466Z Compiling serde_urlencoded v0.7.1
17662024-03-26T18:26:06.545Z Compiling encoding_rs v0.8.33
17672024-03-26T18:26:06.668Z Compiling num-bigint v0.4.4
17682024-03-26T18:26:06.672Z Compiling minimal-lexical v0.2.1
17692024-03-26T18:26:06.689Z Compiling precomputed-hash v0.1.1
17702024-03-26T18:26:06.794Z Compiling smoltcp v0.9.1
17712024-03-26T18:26:06.996Z Compiling new_debug_unreachable v1.0.4
17722024-03-26T18:26:07.479Z Compiling mime v0.3.17
17732024-03-26T18:26:07.494Z Compiling base64ct v1.6.0
17742024-03-26T18:26:07.494Z Compiling fixedbitset v0.4.2
17752024-03-26T18:26:07.495Z Compiling webpki-roots v0.25.2
17762024-03-26T18:26:07.495Z Compiling gimli v0.28.0
17772024-03-26T18:26:07.503Z Compiling sync_wrapper v0.1.2
17782024-03-26T18:26:07.575Z Compiling pem-rfc7468 v0.7.0
17792024-03-26T18:26:07.612Z Compiling petgraph v0.6.4
17802024-03-26T18:26:07.633Z Compiling string_cache v0.8.7
17812024-03-26T18:26:07.684Z Compiling nom v7.1.3
17822024-03-26T18:26:07.893Z Compiling hyper-rustls v0.24.2
17832024-03-26T18:26:08.085Z Compiling hyper-tls v0.5.0
17842024-03-26T18:26:08.268Z Compiling bit-set v0.5.3
17852024-03-26T18:26:08.326Z Compiling usdt-attr-macro v0.3.5
17862024-03-26T18:26:08.429Z Compiling usdt-macro v0.3.5
17872024-03-26T18:26:08.524Z Compiling hmac v0.12.1
17882024-03-26T18:26:09.126Z Compiling reqwest v0.11.24
17892024-03-26T18:26:09.845Z Compiling itertools v0.10.5
17902024-03-26T18:26:09.880Z Compiling hubpack_derive v0.1.1
17912024-03-26T18:26:10.777Z Compiling enum-as-inner v0.5.1
17922024-03-26T18:26:11.106Z Compiling diesel_table_macro_syntax v0.1.0
17932024-03-26T18:26:11.241Z Compiling object v0.32.1
17942024-03-26T18:26:11.252Z Compiling flagset v0.4.3
17952024-03-26T18:26:11.430Z Compiling rustc-demangle v0.1.23
17962024-03-26T18:26:11.447Z Compiling lalrpop-util v0.19.12
17972024-03-26T18:26:11.771Z Compiling addr2line v0.21.0
17982024-03-26T18:26:11.836Z Compiling unicode-segmentation v1.10.1
17992024-03-26T18:26:12.106Z Compiling diesel_derives v2.1.2
18002024-03-26T18:26:12.337Z Compiling der v0.7.8
18012024-03-26T18:26:12.406Z Compiling flate2 v1.0.28
18022024-03-26T18:26:12.424Z Compiling futures-executor v0.3.30
18032024-03-26T18:26:12.680Z Compiling strum_macros v0.25.2
18042024-03-26T18:26:13.021Z Compiling cpufeatures v0.2.12
18052024-03-26T18:26:13.343Z Compiling sha2 v0.10.8
18062024-03-26T18:26:13.594Z Compiling toml_edit v0.22.6
18072024-03-26T18:26:14.211Z Compiling futures v0.3.30
18082024-03-26T18:26:14.323Z Compiling md-5 v0.10.5
18092024-03-26T18:26:14.591Z Compiling spki v0.7.2
18102024-03-26T18:26:14.964Z Compiling toml v0.7.8
18112024-03-26T18:26:15.836Z Compiling hex v0.4.3
18122024-03-26T18:26:16.456Z Compiling stringprep v0.1.3
18132024-03-26T18:26:16.687Z Compiling serde_repr v0.1.16
18142024-03-26T18:26:17.435Z Compiling num-integer v0.1.46
18152024-03-26T18:26:17.647Z Compiling hash32 v0.2.1
18162024-03-26T18:26:17.999Z Compiling stable_deref_trait v1.2.0
18172024-03-26T18:26:18.097Z Compiling fallible-iterator v0.2.0
18182024-03-26T18:26:18.175Z Compiling pkcs8 v0.10.2
18192024-03-26T18:26:18.773Z Compiling postgres-protocol v0.6.6
18202024-03-26T18:26:19.010Z Compiling phf_shared v0.11.2
18212024-03-26T18:26:19.457Z Compiling terminal_size v0.3.0
18222024-03-26T18:26:19.648Z Compiling ff v0.13.0
18232024-03-26T18:26:24.364Z Compiling block-padding v0.3.3
18242024-03-26T18:26:24.465Z Compiling scheduled-thread-pool v0.2.7
18252024-03-26T18:26:24.465Z Compiling bitflags v1.3.2
18262024-03-26T18:26:24.465Z Compiling matches v0.1.10
18272024-03-26T18:26:24.466Z Compiling base16ct v0.2.0
18282024-03-26T18:26:24.466Z Compiling regex-automata v0.1.10
18292024-03-26T18:26:24.466Z Compiling managed v0.8.0
18302024-03-26T18:26:24.466Z Checking unicode-ident v1.0.12
18312024-03-26T18:26:24.466Z Compiling sec1 v0.7.3
18322024-03-26T18:26:24.466Z Compiling clap_builder v4.5.1
18332024-03-26T18:26:24.466Z Compiling bstr v0.2.17
18342024-03-26T18:26:24.466Z Compiling idna v0.2.3
18352024-03-26T18:26:24.466Z Compiling r2d2 v0.8.10
18362024-03-26T18:26:24.467Z Compiling inout v0.1.3
18372024-03-26T18:26:24.467Z Compiling group v0.13.0
18382024-03-26T18:26:24.467Z Compiling signal-hook-mio v0.2.3
18392024-03-26T18:26:24.611Z Compiling postgres-types v0.2.6
18402024-03-26T18:26:24.612Z Compiling phf v0.11.2
18412024-03-26T18:26:24.612Z Compiling bzip2 v0.4.4
18422024-03-26T18:26:24.612Z Compiling hubpack v0.1.2
18432024-03-26T18:26:24.612Z Compiling hkdf v0.12.4
18442024-03-26T18:26:24.613Z Compiling zerocopy v0.6.4
18452024-03-26T18:26:24.613Z Compiling ipnetwork v0.20.0
18462024-03-26T18:26:24.613Z Compiling crypto-bigint v0.5.2
18472024-03-26T18:26:24.613Z Compiling float-cmp v0.9.0
18482024-03-26T18:26:24.666Z Compiling data-encoding v2.4.0
18492024-03-26T18:26:24.689Z Compiling normalize-line-endings v0.3.0
18502024-03-26T18:26:24.754Z Compiling static_assertions v1.1.0
18512024-03-26T18:26:24.797Z Compiling predicates-core v1.0.6
18522024-03-26T18:26:24.811Z Compiling whoami v1.5.0
18532024-03-26T18:26:24.854Z Compiling difflib v0.4.0
18542024-03-26T18:26:25.152Z Compiling trust-dns-proto v0.22.0
18552024-03-26T18:26:25.449Z Compiling elliptic-curve v0.13.8
18562024-03-26T18:26:26.287Z Compiling yasna v0.5.2
18572024-03-26T18:26:26.494Z Compiling predicates v3.1.0
18582024-03-26T18:26:26.973Z Compiling tokio-postgres v0.7.10
18592024-03-26T18:26:26.984Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
18602024-03-26T18:26:28.776Z Compiling diesel v2.1.4
18612024-03-26T18:26:29.817Z Compiling clap v4.5.1
18622024-03-26T18:26:29.942Z Compiling zip v0.6.6
18632024-03-26T18:26:30.189Z Compiling crossterm v0.27.0
18642024-03-26T18:26:30.772Z Compiling cipher v0.4.4
18652024-03-26T18:26:31.268Z Compiling similar v2.4.0
18662024-03-26T18:26:31.481Z Compiling num-iter v0.1.44
18672024-03-26T18:26:31.650Z Compiling usdt v0.3.5
18682024-03-26T18:26:31.914Z Compiling tokio-stream v0.1.14
18692024-03-26T18:26:32.379Z Compiling console v0.15.8
18702024-03-26T18:26:32.913Z Compiling bstr v1.9.0
18712024-03-26T18:26:33.857Z Checking proc-macro2 v1.0.78
18722024-03-26T18:26:34.528Z Checking quote v1.0.35
18732024-03-26T18:26:36.458Z Checking utf8parse v0.2.1
18742024-03-26T18:26:37.362Z Checking anstyle v1.0.2
18752024-03-26T18:26:43.111Z Checking anstyle-parse v0.2.1
18762024-03-26T18:26:43.369Z Checking colorchoice v1.0.0
18772024-03-26T18:26:43.513Z Checking anstyle-query v1.0.0
18782024-03-26T18:26:43.633Z Checking anstream v0.6.11
18792024-03-26T18:26:43.824Z Checking clap_lex v0.7.0
18802024-03-26T18:26:44.074Z Checking strsim v0.11.0
18812024-03-26T18:26:48.449Z Compiling serde_tokenstream v0.2.0
18822024-03-26T18:26:49.160Z Checking winnow v0.6.1
18832024-03-26T18:26:57.180Z Compiling regress v0.9.0
18842024-03-26T18:26:57.387Z Checking heck v0.4.1
18852024-03-26T18:26:57.596Z Compiling getopts v0.2.21
18862024-03-26T18:26:58.203Z Compiling unsafe-libyaml v0.2.10
18872024-03-26T18:26:58.634Z Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18882024-03-26T18:26:58.978Z Compiling ident_case v1.0.1
18892024-03-26T18:26:59.150Z Compiling strsim v0.10.0
18902024-03-26T18:26:59.520Z Compiling serde_yaml v0.9.25
18912024-03-26T18:27:00.078Z Checking camino v1.1.6
18922024-03-26T18:27:00.181Z Checking fastrand v2.0.1
18932024-03-26T18:27:00.269Z Checking match_cfg v0.1.0
18942024-03-26T18:27:00.354Z Checking rustls-pki-types v1.3.0
18952024-03-26T18:27:00.494Z Checking tempfile v3.10.0
18962024-03-26T18:27:00.643Z Checking hostname v0.3.1
18972024-03-26T18:27:00.744Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
18982024-03-26T18:27:00.772Z Compiling darling_core v0.20.3
18992024-03-26T18:27:00.814Z Checking http v1.0.0
19002024-03-26T18:27:02.088Z Checking atty v0.2.14
19012024-03-26T18:27:02.206Z Checking quick-error v1.2.3
19022024-03-26T18:27:02.264Z Compiling paste v1.0.14
19032024-03-26T18:27:02.340Z Checking sha1 v0.10.6
19042024-03-26T18:27:02.617Z Checking dirs-sys-next v0.1.2
19052024-03-26T18:27:02.802Z Compiling rustls v0.22.2
19062024-03-26T18:27:03.098Z Checking dirs-next v2.0.0
19072024-03-26T18:27:03.227Z Checking rustls-webpki v0.102.1
19082024-03-26T18:27:03.736Z Checking crossbeam-channel v0.5.8
19092024-03-26T18:27:03.796Z Checking thread_local v1.1.7
19102024-03-26T18:27:03.997Z Checking instant v0.1.12
19112024-03-26T18:27:04.111Z Compiling slog-async v2.8.0
19122024-03-26T18:27:04.139Z Checking term v0.7.0
19132024-03-26T18:27:04.491Z Checking rustls-pemfile v2.1.1
19142024-03-26T18:27:04.547Z Compiling multer v3.0.0
19152024-03-26T18:27:04.699Z Checking debug-ignore v1.0.5
19162024-03-26T18:27:04.719Z Checking take_mut v0.2.2
19172024-03-26T18:27:04.831Z Checking slog-term v2.9.0
19182024-03-26T18:27:05.147Z Checking slog-json v2.6.1
19192024-03-26T18:27:05.246Z Compiling async-stream-impl v0.3.5
19202024-03-26T18:27:05.267Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
19212024-03-26T18:27:05.293Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19222024-03-26T18:27:05.365Z Checking atomic-waker v1.1.1
19232024-03-26T18:27:05.495Z Checking waitgroup v0.1.2
19242024-03-26T18:27:05.634Z Checking slog-bunyan v2.5.0
19252024-03-26T18:27:05.722Z Checking toml v0.8.10
19262024-03-26T18:27:05.790Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
19272024-03-26T18:27:06.050Z Checking serde_path_to_error v0.1.16
19282024-03-26T18:27:06.442Z Compiling strum_macros v0.26.1
19292024-03-26T18:27:06.655Z Checking async-stream v0.3.5
19302024-03-26T18:27:06.673Z Checking wait-timeout v0.2.0
19312024-03-26T18:27:06.847Z Compiling structmeta-derive v0.3.0
19322024-03-26T18:27:06.851Z Checking rusty-fork v0.3.0
19332024-03-26T18:27:06.900Z Compiling darling_macro v0.20.3
19342024-03-26T18:27:07.148Z Checking newtype-uuid v1.0.1
19352024-03-26T18:27:07.389Z Compiling structmeta-derive v0.2.0
19362024-03-26T18:27:07.814Z Checking tokio-rustls v0.25.0
19372024-03-26T18:27:07.928Z Compiling darling v0.20.3
19382024-03-26T18:27:08.028Z Checking rand_xorshift v0.3.0
19392024-03-26T18:27:08.053Z Compiling serde_with_macros v3.6.1
19402024-03-26T18:27:08.199Z Checking unarray v0.1.4
19412024-03-26T18:27:08.337Z Checking proptest v1.4.0
19422024-03-26T18:27:09.991Z Compiling structmeta v0.3.0
19432024-03-26T18:27:10.823Z Compiling parse-display-derive v0.9.0
19442024-03-26T18:27:10.828Z Compiling structmeta v0.2.0
19452024-03-26T18:27:10.957Z Checking backoff v0.4.0
19462024-03-26T18:27:11.256Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19472024-03-26T18:27:11.357Z Checking serde_with v3.6.1
19482024-03-26T18:27:11.820Z Compiling test-strategy v0.3.1
19492024-03-26T18:27:11.909Z Checking strum v0.26.1
19502024-03-26T18:27:12.054Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19512024-03-26T18:27:12.058Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19522024-03-26T18:27:12.193Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19532024-03-26T18:27:12.259Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19542024-03-26T18:27:12.411Z Checking macaddr v1.0.1
19552024-03-26T18:27:12.721Z Checking camino-tempfile v1.1.1
19562024-03-26T18:27:12.931Z Compiling proc-macro-error-attr v1.0.4
19572024-03-26T18:27:12.999Z Compiling proc-macro-error v1.0.4
19582024-03-26T18:27:13.023Z Compiling proc-macro-crate v1.3.1
19592024-03-26T18:27:13.457Z Checking termtree v0.4.1
19602024-03-26T18:27:13.650Z Compiling heapless v0.8.0
19612024-03-26T18:27:14.202Z Compiling num_enum_derive v0.5.11
19622024-03-26T18:27:14.546Z Checking predicates-tree v1.0.9
19632024-03-26T18:27:14.693Z Compiling usdt-macro v0.5.0
19642024-03-26T18:27:14.708Z Compiling usdt-attr-macro v0.5.0
19652024-03-26T18:27:14.904Z Checking hash32 v0.3.1
19662024-03-26T18:27:15.095Z Checking memmap v0.7.0
19672024-03-26T18:27:15.239Z Checking parse-display v0.9.0
19682024-03-26T18:27:15.659Z Compiling smoltcp v0.11.0
19692024-03-26T18:27:15.659Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19702024-03-26T18:27:15.896Z Checking embedded-io v0.4.0
19712024-03-26T18:27:16.031Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19722024-03-26T18:27:16.084Z Checking cobs v0.2.3
19732024-03-26T18:27:16.208Z Compiling crucible-workspace-hack v0.1.0
19742024-03-26T18:27:16.269Z Checking postcard v1.0.8
19752024-03-26T18:27:16.325Z Checking usdt v0.5.0
19762024-03-26T18:27:16.355Z Compiling foreign-types-macros v0.2.3
19772024-03-26T18:27:16.498Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19782024-03-26T18:27:16.573Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19792024-03-26T18:27:16.722Z Checking foreign-types-shared v0.3.1
19802024-03-26T18:27:16.794Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19812024-03-26T18:27:16.992Z Checking num_enum v0.5.11
19822024-03-26T18:27:17.039Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19832024-03-26T18:27:17.107Z Checking tabwriter v1.4.0
19842024-03-26T18:27:17.128Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19852024-03-26T18:27:17.166Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19862024-03-26T18:27:17.306Z Checking cstr-argument v0.1.2
19872024-03-26T18:27:17.489Z Checking pretty-hex v0.2.1
19882024-03-26T18:27:17.583Z Checking foreign-types v0.5.0
19892024-03-26T18:27:17.638Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
19902024-03-26T18:27:17.687Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19912024-03-26T18:27:17.942Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19922024-03-26T18:27:17.970Z Checking colored v2.1.0
19932024-03-26T18:27:18.068Z Checking socket2 v0.4.9
19942024-03-26T18:27:18.087Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19952024-03-26T18:27:18.147Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19962024-03-26T18:27:18.203Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
19972024-03-26T18:27:18.242Z Compiling mockall_derive v0.12.0
19982024-03-26T18:27:18.284Z Compiling num-derive v0.4.0
19992024-03-26T18:27:18.537Z Checking downcast v0.11.0
20002024-03-26T18:27:18.732Z Checking fragile v2.0.0
20012024-03-26T18:27:19.089Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
20022024-03-26T18:27:19.324Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
20032024-03-26T18:27:19.341Z Checking smf v0.2.2
20042024-03-26T18:27:19.712Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20052024-03-26T18:27:19.726Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20062024-03-26T18:27:19.774Z Checking base64 v0.22.0
20072024-03-26T18:27:20.255Z Checking filetime v0.2.23
20082024-03-26T18:27:20.324Z Checking xattr v1.0.1
20092024-03-26T18:27:20.447Z Checking same-file v1.0.6
20102024-03-26T18:27:20.461Z Checking pem v3.0.2
20112024-03-26T18:27:20.483Z Checking tar v0.4.40
20122024-03-26T18:27:20.605Z Checking walkdir v2.4.0
20132024-03-26T18:27:20.704Z Checking linked-hash-map v0.5.6
20142024-03-26T18:27:20.732Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60)
20152024-03-26T18:27:20.862Z Checking humantime v2.1.0
20162024-03-26T18:27:21.020Z Checking lru-cache v0.1.2
20172024-03-26T18:27:21.068Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20182024-03-26T18:27:21.141Z Checking itertools v0.12.1
20192024-03-26T18:27:21.157Z Checking password-hash v0.5.0
20202024-03-26T18:27:21.185Z Checking headers-core v0.2.0
20212024-03-26T18:27:21.199Z Checking blake2 v0.10.6
20222024-03-26T18:27:21.317Z Checking headers v0.3.9
20232024-03-26T18:27:21.578Z Checking swrite v0.1.0
20242024-03-26T18:27:21.635Z Checking argon2 v0.5.3
20252024-03-26T18:27:21.707Z Compiling derive-where v1.2.7
20262024-03-26T18:27:22.304Z Checking rcgen v0.12.1
20272024-03-26T18:27:22.390Z Checking atomicwrites v0.4.3
20282024-03-26T18:27:22.427Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20292024-03-26T18:27:22.573Z Checking subprocess v0.2.9
20302024-03-26T18:27:22.706Z Checking resolv-conf v0.7.0
20312024-03-26T18:27:22.942Z Checking arc-swap v1.6.0
20322024-03-26T18:27:23.040Z Compiling rayon-core v1.12.1
20332024-03-26T18:27:23.103Z Checking trust-dns-resolver v0.22.0
20342024-03-26T18:27:23.338Z Checking half v2.3.1
20352024-03-26T18:27:23.355Z Checking slog-scope v4.4.0
20362024-03-26T18:27:23.539Z Checking ciborium-io v0.2.2
20372024-03-26T18:27:23.656Z Compiling cancel-safe-futures v0.1.5
20382024-03-26T18:27:23.702Z Checking slog-stdlog v4.1.1
20392024-03-26T18:27:23.799Z Checking ciborium-ll v0.2.2
20402024-03-26T18:27:23.888Z Checking slog-envlogger v2.2.0
20412024-03-26T18:27:24.082Z Checking ciborium v0.2.2
20422024-03-26T18:27:24.101Z Compiling semver v0.1.20
20432024-03-26T18:27:24.479Z Compiling rustc_version v0.1.7
20442024-03-26T18:27:24.620Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
20452024-03-26T18:27:24.745Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
20462024-03-26T18:27:24.763Z Checking libsw v3.3.1
20472024-03-26T18:27:24.940Z Compiling newtype_derive v0.1.6
20482024-03-26T18:27:25.007Z Checking owo-colors v4.0.0
20492024-03-26T18:27:25.086Z Checking linear-map v1.2.0
20502024-03-26T18:27:25.302Z Compiling slog-dtrace v0.3.0
20512024-03-26T18:27:25.359Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20522024-03-26T18:27:25.396Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20532024-03-26T18:27:25.414Z Checking termcolor v1.2.0
20542024-03-26T18:27:25.642Z Checking steno v0.4.0
20552024-03-26T18:27:25.720Z Compiling radium v0.7.0
20562024-03-26T18:27:25.783Z Checking is-terminal v0.4.9
20572024-03-26T18:27:25.908Z Checking nibble_vec v0.1.0
20582024-03-26T18:27:26.038Z Checking endian-type v0.1.2
20592024-03-26T18:27:26.078Z Compiling maybe-uninit v2.0.0
20602024-03-26T18:27:26.202Z Checking tap v1.0.1
20612024-03-26T18:27:26.249Z Checking radix_trie v0.2.1
20622024-03-26T18:27:26.362Z Checking wyz v0.5.1
20632024-03-26T18:27:26.553Z Checking mockall v0.12.0
20642024-03-26T18:27:26.634Z Checking fxhash v0.2.1
20652024-03-26T18:27:26.653Z Checking crc-catalog v2.2.0
20662024-03-26T18:27:26.704Z Compiling packed_struct v0.10.1
20672024-03-26T18:27:26.774Z Compiling num-bigint-dig v0.8.4
20682024-03-26T18:27:26.790Z Checking funty v2.0.0
20692024-03-26T18:27:26.805Z Checking crc v3.0.1
20702024-03-26T18:27:26.856Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20712024-03-26T18:27:27.004Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20722024-03-26T18:27:27.040Z Compiling packed_struct_codegen v0.10.1
20732024-03-26T18:27:27.092Z Compiling indexmap v1.9.3
20742024-03-26T18:27:27.152Z Compiling num-rational v0.4.1
20752024-03-26T18:27:27.340Z Checking nodrop v0.1.14
20762024-03-26T18:27:27.464Z Checking array-init v0.0.4
20772024-03-26T18:27:27.699Z Checking smallvec v0.6.14
20782024-03-26T18:27:27.761Z Checking bitvec v1.0.1
20792024-03-26T18:27:27.826Z Checking newline-converter v0.3.0
20802024-03-26T18:27:27.973Z Checking pkcs1 v0.7.5
20812024-03-26T18:27:28.060Z Checking signature v2.1.0
20822024-03-26T18:27:28.254Z Checking bitfield v0.14.0
20832024-03-26T18:27:28.360Z Checking hashbrown v0.12.3
20842024-03-26T18:27:28.465Z Checking serde-hex v0.1.0
20852024-03-26T18:27:28.513Z Checking expectorate v1.1.0
20862024-03-26T18:27:29.306Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20872024-03-26T18:27:29.553Z Checking env_logger v0.10.0
20882024-03-26T18:27:29.570Z Checking rsa v0.9.2
20892024-03-26T18:27:30.007Z Checking x509-cert v0.2.4
20902024-03-26T18:27:30.092Z Checking ron v0.8.1
20912024-03-26T18:27:30.107Z Checking hashbrown v0.13.2
20922024-03-26T18:27:30.468Z Checking num-complex v0.4.4
20932024-03-26T18:27:31.115Z Checking crc-any v2.4.3
20942024-03-26T18:27:37.339Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20952024-03-26T18:27:37.551Z Checking num v0.4.1
20962024-03-26T18:27:37.551Z Checking object v0.30.4
20972024-03-26T18:27:37.551Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20982024-03-26T18:27:37.552Z Checking path-slash v0.1.5
20992024-03-26T18:27:37.552Z Compiling convert_case v0.4.0
21002024-03-26T18:27:37.552Z Checking display-error-chain v0.2.0
21012024-03-26T18:27:37.552Z Checking utf-8 v0.7.6
21022024-03-26T18:27:37.552Z Compiling buf-list v1.0.3
21032024-03-26T18:27:37.552Z Checking tungstenite v0.20.1
21042024-03-26T18:27:37.552Z Compiling blake3 v1.5.0
21052024-03-26T18:27:37.552Z Compiling derive_more v0.99.17
21062024-03-26T18:27:37.552Z Checking tokio-tungstenite v0.20.1
21072024-03-26T18:27:37.552Z Checking textwrap v0.11.0
21082024-03-26T18:27:37.552Z Compiling heck v0.3.3
21092024-03-26T18:27:37.663Z Compiling libefi-sys v0.1.0
21102024-03-26T18:27:37.663Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
21112024-03-26T18:27:37.663Z Checking vec_map v0.8.2
21122024-03-26T18:27:37.663Z Compiling parking_lot_core v0.8.6
21132024-03-26T18:27:37.663Z Checking ansi_term v0.12.1
21142024-03-26T18:27:37.663Z Checking strsim v0.8.0
21152024-03-26T18:27:37.663Z Compiling structopt-derive v0.4.18
21162024-03-26T18:27:37.663Z Checking clap v2.34.0
21172024-03-26T18:27:37.663Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
21182024-03-26T18:27:37.663Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21192024-03-26T18:27:37.663Z Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21202024-03-26T18:27:37.663Z Compiling crossbeam-deque v0.8.3
21212024-03-26T18:27:37.663Z Compiling pin-project-internal v1.1.3
21222024-03-26T18:27:37.663Z Compiling doc-comment v0.3.3
21232024-03-26T18:27:37.663Z Checking keccak v0.1.4
21242024-03-26T18:27:37.663Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
21252024-03-26T18:27:37.663Z Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
21262024-03-26T18:27:37.664Z Checking structopt v0.3.26
21272024-03-26T18:27:37.664Z Checking sha3 v0.10.8
21282024-03-26T18:27:37.664Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21292024-03-26T18:27:37.664Z Checking parking_lot v0.11.2
21302024-03-26T18:27:37.664Z Checking trust-dns-client v0.22.0
21312024-03-26T18:27:37.693Z Checking pin-project v1.1.3
21322024-03-26T18:27:37.720Z Checking toml v0.5.11
21332024-03-26T18:27:37.781Z Compiling semver-parser v0.10.2
21342024-03-26T18:27:37.796Z Checking secrecy v0.8.0
21352024-03-26T18:27:37.998Z Checking gethostname v0.4.3
21362024-03-26T18:27:38.156Z Compiling vte_generate_state_changes v0.1.1
21372024-03-26T18:27:38.714Z Compiling semver v0.11.0
21382024-03-26T18:27:38.830Z Checking vte v0.11.1
21392024-03-26T18:27:39.016Z Compiling rayon v1.9.0
21402024-03-26T18:27:39.148Z Checking trust-dns-server v0.22.1
21412024-03-26T18:27:39.600Z Checking sled v0.34.7
21422024-03-26T18:27:40.248Z Compiling memmap2 v0.7.1
21432024-03-26T18:27:41.171Z Compiling home v0.5.5
21442024-03-26T18:27:41.296Z Compiling constant_time_eq v0.3.0
21452024-03-26T18:27:41.369Z Compiling arrayvec v0.7.4
21462024-03-26T18:27:41.443Z Compiling arrayref v0.3.7
21472024-03-26T18:27:41.536Z Compiling toolchain_find v0.2.0
21482024-03-26T18:27:46.767Z Checking strip-ansi-escapes v0.2.0
21492024-03-26T18:27:46.912Z Checking fd-lock v3.0.13
21502024-03-26T18:27:46.912Z Checking nu-ansi-term v0.50.0
21512024-03-26T18:27:46.912Z Compiling topological-sort v0.2.2
21522024-03-26T18:27:46.912Z Checking strum v0.25.0
21532024-03-26T18:27:46.912Z Checking glob v0.3.1
21542024-03-26T18:27:46.913Z Checking reedline v0.30.0
21552024-03-26T18:27:46.970Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21562024-03-26T18:27:46.970Z Compiling snafu-derive v0.7.5
21572024-03-26T18:27:46.970Z Compiling rustfmt-wrapper v0.2.0
21582024-03-26T18:27:46.970Z Compiling omicron-zone-package v0.11.0
21592024-03-26T18:27:46.970Z Compiling unicase v2.7.0
21602024-03-26T18:27:46.970Z Compiling platforms v3.0.2
21612024-03-26T18:27:46.970Z Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21622024-03-26T18:27:46.970Z Checking globset v0.4.13
21632024-03-26T18:27:46.970Z Checking olpc-cjson v0.1.3
21642024-03-26T18:27:46.970Z Checking serde_plain v1.0.2
21652024-03-26T18:27:46.970Z Compiling async-recursion v1.0.5
21662024-03-26T18:27:46.971Z Checking typed-path v0.7.0
21672024-03-26T18:27:46.971Z Checking fs-err v2.11.0
21682024-03-26T18:27:46.971Z Compiling memoffset v0.7.1
21692024-03-26T18:27:46.971Z Checking bytecount v0.6.3
21702024-03-26T18:27:46.971Z Checking parse-size v1.0.0
21712024-03-26T18:27:46.971Z Checking papergrid v0.11.0
21722024-03-26T18:27:46.971Z Compiling curve25519-dalek v4.1.1
21732024-03-26T18:27:47.095Z Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
21742024-03-26T18:27:47.584Z Compiling tabled_derive v0.7.0
21752024-03-26T18:27:47.623Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
21762024-03-26T18:27:47.836Z Compiling mime_guess v2.0.4
21772024-03-26T18:27:48.223Z Checking universal-hash v0.5.1
21782024-03-26T18:27:48.240Z Compiling thiserror-impl-no-std v2.0.2
21792024-03-26T18:27:48.398Z Compiling curve25519-dalek-derive v0.1.0
21802024-03-26T18:27:49.171Z Checking snafu v0.7.5
21812024-03-26T18:27:49.199Z Checking nanorand v0.7.0
21822024-03-26T18:27:49.556Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21832024-03-26T18:27:49.649Z Checking tough v0.16.0
21842024-03-26T18:27:49.863Z Compiling salty v0.2.0
21852024-03-26T18:27:50.001Z Compiling prettyplease v0.2.16
21862024-03-26T18:27:50.290Z Checking opaque-debug v0.3.0
21872024-03-26T18:27:50.306Z Checking tabled v0.15.0
21882024-03-26T18:27:50.372Z Checking signature v1.6.4
21892024-03-26T18:27:50.392Z Checking poly1305 v0.8.0
21902024-03-26T18:27:50.499Z Checking ed25519 v1.5.3
21912024-03-26T18:27:50.819Z Checking flume v0.11.0
21922024-03-26T18:27:50.904Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21932024-03-26T18:27:51.511Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21942024-03-26T18:27:51.566Z Checking thiserror-no-std v2.0.2
21952024-03-26T18:27:51.668Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21962024-03-26T18:27:51.829Z Checking chacha20 v0.9.1
21972024-03-26T18:27:51.912Z Checking aead v0.5.2
21982024-03-26T18:27:51.986Z Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
21992024-03-26T18:27:52.100Z Checking serde-big-array v0.5.1
22002024-03-26T18:27:52.149Z Checking kstat-rs v0.2.3
22012024-03-26T18:27:52.193Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22022024-03-26T18:27:52.211Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84)
22032024-03-26T18:27:52.297Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22042024-03-26T18:27:52.472Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22052024-03-26T18:27:52.493Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84)
22062024-03-26T18:27:53.342Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22072024-03-26T18:27:53.592Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22082024-03-26T18:27:53.596Z Checking vsss-rs v3.3.4
22092024-03-26T18:27:54.283Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60)
22102024-03-26T18:27:54.316Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22112024-03-26T18:27:54.645Z Checking chacha20poly1305 v0.10.1
22122024-03-26T18:27:55.507Z Checking signal-hook-tokio v0.3.1
22132024-03-26T18:27:55.548Z Checking serde-big-array v0.4.1
22142024-03-26T18:27:55.706Z Compiling crunchy v0.2.2
22152024-03-26T18:27:55.878Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22162024-03-26T18:27:56.086Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22172024-03-26T18:27:56.319Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
22182024-03-26T18:27:56.353Z Compiling clang-sys v1.6.1
22192024-03-26T18:27:56.394Z Checking fd-lock v4.0.2
22202024-03-26T18:27:56.566Z Checking nix v0.27.1
22212024-03-26T18:27:56.840Z Compiling sqlparser_derive v0.2.2
22222024-03-26T18:27:56.997Z Checking corncobs v0.1.3
22232024-03-26T18:27:57.052Z Checking unicode_categories v0.1.1
22242024-03-26T18:27:57.166Z Compiling tiny-keccak v2.0.2
22252024-03-26T18:27:57.329Z Checking sqlformat v0.2.3
22262024-03-26T18:27:57.493Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22272024-03-26T18:27:57.926Z Checking sqlparser v0.43.1
22282024-03-26T18:27:58.535Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22292024-03-26T18:27:58.742Z Compiling darling_core v0.14.4
22302024-03-26T18:27:58.788Z Checking bcs v0.1.6
22312024-03-26T18:27:59.009Z Checking rustyline v13.0.0
22322024-03-26T18:27:59.272Z Checking highway v1.1.0
22332024-03-26T18:27:59.327Z Compiling ref-cast v1.0.20
22342024-03-26T18:27:59.910Z Compiling ascii-canvas v3.0.0
22352024-03-26T18:28:00.344Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22362024-03-26T18:28:00.373Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
22372024-03-26T18:28:00.601Z Compiling ref-cast-impl v1.0.20
22382024-03-26T18:28:00.617Z Compiling ena v0.14.2
22392024-03-26T18:28:00.633Z Compiling libloading v0.7.4
22402024-03-26T18:28:00.638Z Compiling regex-syntax v0.6.29
22412024-03-26T18:28:01.024Z Compiling bindgen v0.69.2
22422024-03-26T18:28:01.028Z Compiling diff v0.1.13
22432024-03-26T18:28:01.725Z Checking http-range v0.1.5
22442024-03-26T18:28:01.900Z Checking hyper-staticfile v0.9.5
22452024-03-26T18:28:01.973Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
22462024-03-26T18:28:02.316Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
22472024-03-26T18:28:04.740Z Compiling darling_macro v0.14.4
22482024-03-26T18:28:05.773Z Compiling darling v0.14.4
22492024-03-26T18:28:05.896Z Compiling lalrpop v0.19.12
22502024-03-26T18:28:06.567Z Compiling cexpr v0.6.0
22512024-03-26T18:28:06.609Z Compiling which v4.4.0
22522024-03-26T18:28:06.855Z Compiling peeking_take_while v0.1.2
22532024-03-26T18:28:06.989Z Checking assert_matches v1.5.0
22542024-03-26T18:28:07.082Z Compiling lazycell v1.3.0
22552024-03-26T18:28:07.222Z Compiling shlex v1.3.0
22562024-03-26T18:28:07.246Z Compiling rustc-hash v1.1.0
22572024-03-26T18:28:07.391Z Checking maplit v1.0.2
22582024-03-26T18:28:07.645Z Compiling derive_builder_core v0.12.0
22592024-03-26T18:28:08.089Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22602024-03-26T18:28:08.268Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22612024-03-26T18:28:09.230Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22622024-03-26T18:28:10.149Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22632024-03-26T18:28:10.744Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22642024-03-26T18:28:12.593Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22652024-03-26T18:28:13.552Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22662024-03-26T18:28:14.534Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22672024-03-26T18:28:14.537Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22682024-03-26T18:28:14.920Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22692024-03-26T18:28:15.065Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22702024-03-26T18:28:16.402Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
22712024-03-26T18:28:16.781Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
22722024-03-26T18:28:16.850Z Compiling libxml v0.3.3
22732024-03-26T18:28:17.251Z Compiling derive_builder_macro v0.12.0
22742024-03-26T18:28:18.010Z Compiling strum_macros v0.24.3
22752024-03-26T18:28:18.125Z Compiling cookie v0.18.0
22762024-03-26T18:28:18.426Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
22772024-03-26T18:28:18.718Z Compiling indoc v1.0.9
22782024-03-26T18:28:19.848Z Compiling portable-atomic v1.4.3
22792024-03-26T18:28:21.069Z Checking derive_builder v0.12.0
22802024-03-26T18:28:21.319Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
22812024-03-26T18:28:21.591Z Checking bb8 v0.8.3
22822024-03-26T18:28:21.877Z Checking quick-xml v0.30.0
22832024-03-26T18:28:22.005Z Compiling oso-derive v0.27.0
22842024-03-26T18:28:22.587Z Compiling impl-trait-for-tuples v0.2.2
22852024-03-26T18:28:22.956Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
22862024-03-26T18:28:23.729Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
22872024-03-26T18:28:23.889Z Checking number_prefix v0.4.0
22882024-03-26T18:28:24.085Z Checking castaway v0.2.2
22892024-03-26T18:28:24.266Z Checking rand_seeder v0.2.3
22902024-03-26T18:28:25.750Z Checking compact_str v0.7.1
22912024-03-26T18:28:25.829Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
22922024-03-26T18:28:25.830Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22932024-03-26T18:28:25.830Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22942024-03-26T18:28:25.830Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22952024-03-26T18:28:25.830Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
22962024-03-26T18:28:26.102Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22972024-03-26T18:28:26.860Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22982024-03-26T18:28:26.897Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
22992024-03-26T18:28:28.764Z Checking indicatif v0.17.8
23002024-03-26T18:28:29.590Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23012024-03-26T18:28:29.606Z Checking lru v0.12.1
23022024-03-26T18:28:29.651Z Compiling stability v0.1.1
23032024-03-26T18:28:29.865Z Checking cassowary v0.3.0
23042024-03-26T18:28:30.285Z Compiling indoc v2.0.3
23052024-03-26T18:28:30.658Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
23062024-03-26T18:28:30.819Z Checking smawk v0.3.1
23072024-03-26T18:28:31.024Z Checking unicode-linebreak v0.1.5
23082024-03-26T18:28:31.431Z Checking textwrap v0.16.1
23092024-03-26T18:28:31.445Z Checking ratatui v0.26.1
23102024-03-26T18:28:31.836Z Checking is_ci v1.2.0
23112024-03-26T18:28:31.967Z Checking supports-color v3.0.0
23122024-03-26T18:28:32.164Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
23132024-03-26T18:28:32.178Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
23142024-03-26T18:28:32.470Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
23152024-03-26T18:28:32.766Z Checking rtoolbox v0.0.1
23162024-03-26T18:28:32.839Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
23172024-03-26T18:28:32.965Z Checking rpassword v7.3.1
23182024-03-26T18:28:33.140Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60)
23192024-03-26T18:28:34.389Z Checking tui-tree-widget v0.17.0
23202024-03-26T18:28:34.898Z Checking fatfs v0.3.6
23212024-03-26T18:28:34.898Z Checking shell-words v1.1.0
23222024-03-26T18:28:34.898Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23232024-03-26T18:28:34.898Z Checking yansi v0.5.1
23242024-03-26T18:28:35.262Z Checking pretty_assertions v1.4.0
23252024-03-26T18:28:35.444Z Compiling target-lexicon v0.12.13
23262024-03-26T18:28:35.651Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
23272024-03-26T18:28:35.784Z Compiling guppy-workspace-hack v0.1.0
23282024-03-26T18:28:36.033Z Checking plotters-backend v0.3.5
23292024-03-26T18:28:36.097Z Checking http-body v1.0.0
23302024-03-26T18:28:36.294Z Checking rand v0.4.6
23312024-03-26T18:28:36.406Z Checking plotters-svg v0.3.5
23322024-03-26T18:28:36.516Z Compiling target-spec v3.1.0
23332024-03-26T18:28:36.626Z Checking tower-layer v0.3.2
23342024-03-26T18:28:36.974Z Checking remove_dir_all v0.5.3
23352024-03-26T18:28:37.012Z Checking cast v0.3.0
23362024-03-26T18:28:37.072Z Compiling assert_cmd v2.0.14
23372024-03-26T18:28:37.107Z Checking cfg-expr v0.15.6
23382024-03-26T18:28:37.274Z Checking tempdir v0.3.7
23392024-03-26T18:28:37.296Z Checking criterion-plot v0.5.0
23402024-03-26T18:28:37.439Z Checking tower v0.4.13
23412024-03-26T18:28:37.490Z Checking plotters v0.3.5
23422024-03-26T18:28:37.780Z Checking hyper v1.1.0
23432024-03-26T18:28:37.966Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
23442024-03-26T18:28:38.176Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
23452024-03-26T18:28:38.844Z Checking tinytemplate v1.2.1
23462024-03-26T18:28:38.991Z Checking cargo-platform v0.1.3
23472024-03-26T18:28:39.258Z Checking oorandom v11.1.3
23482024-03-26T18:28:39.263Z Checking anes v0.1.6
23492024-03-26T18:28:39.698Z Checking cargo_metadata v0.18.1
23502024-03-26T18:28:39.702Z Checking hyper-util v0.1.2
23512024-03-26T18:28:39.702Z Checking criterion v0.5.1
23522024-03-26T18:28:40.439Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
23532024-03-26T18:28:40.854Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
23542024-03-26T18:28:40.908Z Checking rustls-native-certs v0.7.0
23552024-03-26T18:28:41.046Z Checking pathdiff v0.2.1
23562024-03-26T18:28:41.203Z Checking nested v0.1.1
23572024-03-26T18:28:41.407Z Checking guppy v0.17.5
23582024-03-26T18:28:42.404Z Checking hyper-rustls v0.26.0
23592024-03-26T18:28:42.727Z Checking httptest v0.15.5
23602024-03-26T18:28:43.001Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
23612024-03-26T18:28:43.399Z Checking threadpool v1.8.1
23622024-03-26T18:28:43.597Z Checking libtest-mimic v0.6.1
23632024-03-26T18:28:44.058Z Checking similar-asserts v1.5.0
23642024-03-26T18:28:44.300Z Compiling rstest_macros v0.18.2
23652024-03-26T18:28:44.942Z Checking datatest-stable v0.2.3
23662024-03-26T18:28:45.174Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
23672024-03-26T18:28:45.244Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
23682024-03-26T18:28:45.455Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
23692024-03-26T18:28:45.515Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23702024-03-26T18:28:46.250Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
23712024-03-26T18:28:47.233Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
23722024-03-26T18:28:48.202Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
23732024-03-26T18:28:48.600Z Checking csv-core v0.1.11
23742024-03-26T18:28:48.927Z Compiling relative-path v1.9.0
23752024-03-26T18:28:48.956Z Compiling trybuild v1.0.89
23762024-03-26T18:28:49.229Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
23772024-03-26T18:28:49.336Z Checking constant_time_eq v0.2.6
23782024-03-26T18:28:49.456Z Checking blake2b_simd v1.0.1
23792024-03-26T18:28:50.292Z Checking csv v1.3.0
23802024-03-26T18:28:50.447Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
23812024-03-26T18:28:51.152Z Checking multimap v0.10.0
23822024-03-26T18:28:51.428Z Checking basic-toml v0.1.8
23832024-03-26T18:28:52.645Z Checking futures-timer v3.0.2
23842024-03-26T18:28:53.905Z Checking rust-argon2 v1.0.1
23852024-03-26T18:28:54.371Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23862024-03-26T18:28:56.327Z Checking partial-io v0.5.4
23872024-03-26T18:28:56.712Z Checking approx v0.5.1
23882024-03-26T18:28:56.933Z Checking termios v0.3.3
23892024-03-26T18:28:57.124Z Checking hex-literal v0.4.1
23902024-03-26T18:28:59.374Z Checking rstest v0.18.2
23912024-03-26T18:29:01.615Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
23922024-03-26T18:29:03.366Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23932024-03-26T18:29:03.445Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
23942024-03-26T18:29:04.276Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23952024-03-26T18:29:16.792Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
23962024-03-26T18:29:41.652Z Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
23972024-03-26T18:29:53.159Z Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
23982024-03-26T18:29:56.223Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
23992024-03-26T18:29:58.225Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
24002024-03-26T18:30:00.663Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24012024-03-26T18:30:12.734Z Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
24022024-03-26T18:30:19.335Z Compiling polar-core v0.27.0
24032024-03-26T18:30:26.624Z Checking oso v0.27.0
24042024-03-26T18:30:52.297Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24052024-03-26T18:30:52.297Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
24062024-03-26T18:31:48.491Z Finished dev [unoptimized + debuginfo] target(s) in 6m 37s
24072024-03-26T18:31:48.669Z
24082024-03-26T18:31:48.669Zreal 7:25.091997249
24092024-03-26T18:31:48.669Zuser 37:53.172769679
24102024-03-26T18:31:48.669Zsys 6:22.046304134
24112024-03-26T18:31:48.669Ztrap 1.030976325
24122024-03-26T18:31:48.669Ztflt 12.361284477
24132024-03-26T18:31:48.669Zdflt 8.247864105
24142024-03-26T18:31:48.669Zkflt 0.195808117
24152024-03-26T18:31:48.669Zlock 57:50.588372002
24162024-03-26T18:31:48.672Zslp 1:55:50.806400159
24172024-03-26T18:31:48.673Zlat 1:41.493434202
24182024-03-26T18:31:48.673Zstop 4:10.085026422
24192024-03-26T18:31:49.545Zwarning: output filename collision.
24202024-03-26T18:31:49.545ZThe lib target `hubpack` in package `hubpack v0.1.2` has the same output filename as the lib target `hubpack` in package `hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)`.
24212024-03-26T18:31:49.545ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
24222024-03-26T18:31:49.545ZThe targets should have unique names.
24232024-03-26T18:31:49.545ZThis is a known bug where multiple crates with the same name use
24242024-03-26T18:31:49.545Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24252024-03-26T18:31:49.694Zwarning: output filename collision.
24262024-03-26T18:31:49.694ZThe lib target `nix` in package `nix v0.27.1` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`.
24272024-03-26T18:31:49.694ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html
24282024-03-26T18:31:49.694ZThe targets should have unique names.
24292024-03-26T18:31:49.694ZThis is a known bug where multiple crates with the same name use
24302024-03-26T18:31:49.694Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24312024-03-26T18:31:49.694Zwarning: output filename collision.
24322024-03-26T18:31:49.694ZThe bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`.
24332024-03-26T18:31:49.694ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
24342024-03-26T18:31:49.694ZThe targets should have unique names.
24352024-03-26T18:31:49.694ZThis is a known bug where multiple crates with the same name use
24362024-03-26T18:31:49.695Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24372024-03-26T18:31:49.695Zwarning: output filename collision.
24382024-03-26T18:31:49.695ZThe lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)` has the same output filename as the lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)`.
24392024-03-26T18:31:49.695ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
24402024-03-26T18:31:49.695ZThe targets should have unique names.
24412024-03-26T18:31:49.695ZThis is a known bug where multiple crates with the same name use
24422024-03-26T18:31:49.695Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24432024-03-26T18:31:50.005Z Documenting libc v0.2.153
24442024-03-26T18:31:50.046Z Documenting cfg-if v1.0.0
24452024-03-26T18:31:50.059Z Documenting serde_derive v1.0.197
24462024-03-26T18:31:50.086Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24472024-03-26T18:31:50.090Z Documenting log v0.4.21
24482024-03-26T18:31:50.112Z Documenting memchr v2.7.1
24492024-03-26T18:31:50.129Z Documenting byteorder v1.5.0
24502024-03-26T18:31:50.141Z Documenting smallvec v1.13.1
24512024-03-26T18:31:50.370Z Documenting scopeguard v1.2.0
24522024-03-26T18:31:52.767Z Documenting itoa v1.0.9
24532024-03-26T18:31:53.141Z Documenting lock_api v0.4.10
24542024-03-26T18:31:53.384Z Documenting once_cell v1.19.0
24552024-03-26T18:31:54.261Z Documenting zeroize_derive v1.4.2
24562024-03-26T18:31:54.266Z Documenting libm v0.2.7
24572024-03-26T18:31:54.274Z Documenting getrandom v0.2.12
24582024-03-26T18:31:54.490Z Documenting parking_lot_core v0.9.8
24592024-03-26T18:31:55.679Z Documenting pin-project-lite v0.2.13
24602024-03-26T18:31:56.313Z Documenting signal-hook-registry v1.4.1
24612024-03-26T18:31:56.611Z Documenting serde v1.0.197
24622024-03-26T18:31:57.286Z Documenting num-traits v0.2.18
24632024-03-26T18:31:57.311Z Documenting mio v0.8.11
24642024-03-26T18:31:58.235Z Documenting rand_core v0.6.4
24652024-03-26T18:31:58.499Z Documenting futures-core v0.3.30
24662024-03-26T18:31:58.515Z Documenting parking_lot v0.12.1
24672024-03-26T18:31:58.623Z Documenting zeroize v1.7.0
24682024-03-26T18:32:00.249Z Documenting thiserror-impl v1.0.57
24692024-03-26T18:32:01.637Z Documenting ryu v1.0.15
24702024-03-26T18:32:01.952Z Documenting num_cpus v1.16.0
24712024-03-26T18:32:02.317Z Documenting socket2 v0.5.5
24722024-03-26T18:32:02.373Z Documenting tokio-macros v2.2.0
24732024-03-26T18:32:02.513Z Documenting zerocopy v0.7.32
24742024-03-26T18:32:02.792Z Documenting typenum v1.16.0
24752024-03-26T18:32:04.528Z Documenting subtle v2.5.0
24762024-03-26T18:32:05.343Z Documenting thiserror v1.0.57
24772024-03-26T18:32:05.888Z Documenting futures-sink v0.3.30
24782024-03-26T18:32:06.504Z Documenting iana-time-zone v0.1.57
24792024-03-26T18:32:14.169Z Documenting bytes v1.5.0
24802024-03-26T18:32:16.433Z Documenting bitflags v2.4.2
24812024-03-26T18:32:16.442Z Documenting serde_json v1.0.114
24822024-03-26T18:32:16.693Z Documenting pin-utils v0.1.0
24832024-03-26T18:32:16.722Z Documenting futures-channel v0.3.30
24842024-03-26T18:32:16.765Z Documenting chrono v0.4.34
24852024-03-26T18:32:17.120Z Documenting slab v0.4.9
24862024-03-26T18:32:17.658Z Documenting generic-array v0.14.7
24872024-03-26T18:32:17.753Z Documenting tokio v1.36.0
24882024-03-26T18:32:20.707Z Documenting futures-macro v0.3.30
24892024-03-26T18:32:20.880Z Documenting futures-io v0.3.30
24902024-03-26T18:32:21.039Z Documenting futures-task v0.3.30
24912024-03-26T18:32:21.850Z Documenting const-oid v0.9.6
24922024-03-26T18:32:22.007Z Documenting ahash v0.8.8
24932024-03-26T18:32:22.215Z Documenting crypto-common v0.1.6
24942024-03-26T18:32:22.800Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24952024-03-26T18:32:22.956Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24962024-03-26T18:32:23.678Z Documenting allocator-api2 v0.2.16
24972024-03-26T18:32:24.716Z Documenting tinyvec_macros v0.1.1
24982024-03-26T18:32:24.869Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24992024-03-26T18:32:25.545Z Documenting futures-util v0.3.30
25002024-03-26T18:32:26.361Z Documenting uuid v1.7.0
25012024-03-26T18:32:26.823Z Documenting tracing-core v0.1.32
25022024-03-26T18:32:27.301Z Documenting hashbrown v0.14.3
25032024-03-26T18:32:27.362Z Documenting tracing-attributes v0.1.27
25042024-03-26T18:32:27.561Z Documenting tinyvec v1.6.0
25052024-03-26T18:32:30.663Z Documenting block-buffer v0.10.4
25062024-03-26T18:32:31.017Z Documenting unicode-bidi v0.3.15
25072024-03-26T18:32:31.304Z Documenting unicode-normalization v0.1.22
25082024-03-26T18:32:32.683Z Documenting ppv-lite86 v0.2.17
25092024-03-26T18:32:33.050Z Documenting percent-encoding v2.3.1
25102024-03-26T18:32:33.226Z Checking serde_derive_internals v0.26.0
25112024-03-26T18:32:33.786Z Documenting serde_derive_internals v0.26.0
25122024-03-26T18:32:41.088Z Documenting dyn-clone v1.0.17
25132024-03-26T18:32:41.136Z Documenting digest v0.10.7
25142024-03-26T18:32:41.136Z Documenting equivalent v1.0.1
25152024-03-26T18:32:41.136Z Documenting rand_chacha v0.3.1
25162024-03-26T18:32:41.136Z Documenting powerfmt v0.2.0
25172024-03-26T18:32:41.137Z Documenting form_urlencoded v1.2.1
25182024-03-26T18:32:41.137Z Documenting indexmap v2.2.5
25192024-03-26T18:32:41.240Z Documenting time-macros v0.2.17
25202024-03-26T18:32:41.240Z Documenting schemars_derive v0.8.16
25212024-03-26T18:32:43.140Z Documenting tracing v0.1.40
25222024-03-26T18:32:48.362Z Documenting deranged v0.3.11
25232024-03-26T18:32:48.453Z Documenting lazy_static v1.4.0
25242024-03-26T18:32:48.513Z Documenting rand v0.8.5
25252024-03-26T18:32:48.705Z Documenting num_threads v0.1.6
25262024-03-26T18:32:48.723Z Documenting num-conv v0.1.0
25272024-03-26T18:32:48.950Z Documenting time-core v0.1.2
25282024-03-26T18:32:49.215Z Documenting schemars v0.8.16
25292024-03-26T18:32:51.476Z Documenting fnv v1.0.7
25302024-03-26T18:32:51.914Z Documenting unicode-width v0.1.11
25312024-03-26T18:32:51.995Z Documenting idna v0.5.0
25322024-03-26T18:32:52.648Z Documenting cpufeatures v0.2.12
25332024-03-26T18:32:53.381Z Documenting time v0.3.34
25342024-03-26T18:32:53.411Z Documenting httparse v1.8.0
25352024-03-26T18:32:55.015Z Documenting errno v0.3.8
25362024-03-26T18:32:55.343Z Documenting adler v1.0.2
25372024-03-26T18:32:55.838Z Documenting unicode-ident v1.0.12
25382024-03-26T18:32:55.838Z Documenting slog v2.7.0
25392024-03-26T18:32:56.457Z Documenting url v2.5.0
25402024-03-26T18:32:57.569Z Documenting httpdate v1.0.3
25412024-03-26T18:32:58.215Z Documenting miniz_oxide v0.7.1
25422024-03-26T18:32:58.221Z Documenting tokio-util v0.7.10
25432024-03-26T18:32:58.587Z Documenting proc-macro2 v1.0.78
25442024-03-26T18:32:58.927Z Documenting rustix v0.38.31
25452024-03-26T18:32:58.994Z Documenting try-lock v0.2.4
25462024-03-26T18:32:59.946Z Documenting http-body v0.4.5
25472024-03-26T18:33:00.686Z Documenting aho-corasick v1.1.2
25482024-03-26T18:33:01.376Z Documenting openssl-sys v0.9.96
25492024-03-26T18:33:01.678Z Documenting openssl-macros v0.1.1
25502024-03-26T18:33:01.986Z Documenting want v0.3.1
25512024-03-26T18:33:02.916Z Documenting base64ct v1.6.0
25522024-03-26T18:33:04.147Z Documenting h2 v0.3.24
25532024-03-26T18:33:04.341Z Documenting regex-syntax v0.8.2
25542024-03-26T18:33:05.626Z Documenting mime v0.3.17
25552024-03-26T18:33:05.777Z Documenting tower-service v0.3.2
25562024-03-26T18:33:05.895Z Documenting quote v1.0.35
25572024-03-26T18:33:06.293Z Documenting ipnet v2.9.0
25582024-03-26T18:33:07.022Z Documenting openssl-probe v0.1.5
25592024-03-26T18:33:07.221Z Documenting openssl v0.10.60
25602024-03-26T18:33:09.683Z Documenting async-trait v0.1.77
25612024-03-26T18:33:09.887Z Documenting pem-rfc7468 v0.7.0
25622024-03-26T18:33:10.035Z Documenting syn v2.0.52
25632024-03-26T18:33:10.506Z Documenting encoding_rs v0.8.33
25642024-03-26T18:33:11.006Z Documenting crossbeam-utils v0.8.19
25652024-03-26T18:33:11.084Z Documenting regex-automata v0.4.5
25662024-03-26T18:33:13.723Z Documenting hyper v0.14.28
25672024-03-26T18:33:14.676Z Documenting der_derive v0.7.2
25682024-03-26T18:33:14.852Z Documenting flagset v0.4.3
25692024-03-26T18:33:15.125Z Documenting psl-types v2.0.11
25702024-03-26T18:33:15.536Z Documenting gimli v0.28.0
25712024-03-26T18:33:15.822Z Documenting native-tls v0.2.11
25722024-03-26T18:33:17.726Z Documenting utf8parse v0.2.1
25732024-03-26T18:33:18.094Z Documenting publicsuffix v2.2.3
25742024-03-26T18:33:19.465Z Documenting regex v1.10.3
25752024-03-26T18:33:20.214Z Documenting der v0.7.8
25762024-03-26T18:33:20.775Z Documenting serde_urlencoded v0.7.1
25772024-03-26T18:33:21.097Z Documenting tokio-native-tls v0.3.1
25782024-03-26T18:33:22.003Z Documenting addr2line v0.21.0
25792024-03-26T18:33:22.191Z Documenting num-integer v0.1.46
25802024-03-26T18:33:24.893Z Documenting object v0.32.1
25812024-03-26T18:33:25.220Z Documenting rustc-demangle v0.1.23
25822024-03-26T18:33:25.369Z Documenting hyper-rustls v0.24.2
25832024-03-26T18:33:25.868Z Documenting cookie_store v0.20.0
25842024-03-26T18:33:26.488Z Documenting spki v0.7.2
25852024-03-26T18:33:26.626Z Documenting webpki-roots v0.25.2
25862024-03-26T18:33:28.138Z Documenting hyper-tls v0.5.0
25872024-03-26T18:33:28.296Z Documenting sync_wrapper v0.1.2
25882024-03-26T18:33:29.933Z Documenting spin v0.9.8
25892024-03-26T18:33:30.732Z Documenting either v1.10.0
25902024-03-26T18:33:31.006Z Documenting pkcs8 v0.10.2
25912024-03-26T18:33:31.382Z Documenting openapiv3 v2.0.0
25922024-03-26T18:33:31.716Z Documenting futures-executor v0.3.30
25932024-03-26T18:33:33.050Z Checking pest_meta v2.7.6
25942024-03-26T18:33:33.973Z Documenting data-encoding v2.4.0
25952024-03-26T18:33:34.265Z Documenting anstyle v1.0.2
25962024-03-26T18:33:34.619Z Documenting anstyle-parse v0.2.1
25972024-03-26T18:33:34.987Z Documenting reqwest v0.11.24
25982024-03-26T18:33:35.630Z Documenting crossbeam-epoch v0.9.18
25992024-03-26T18:33:36.084Z Documenting backtrace v0.3.69
26002024-03-26T18:33:36.306Z Documenting sha2 v0.10.8
26012024-03-26T18:33:37.974Z Documenting ipnetwork v0.20.0
26022024-03-26T18:33:38.135Z Documenting hex v0.4.3
26032024-03-26T18:33:38.320Z Documenting crc32fast v1.3.2
26042024-03-26T18:33:38.706Z Documenting pest_meta v2.7.6
26052024-03-26T18:33:39.905Z Documenting scroll_derive v0.12.0
26062024-03-26T18:33:41.085Z Documenting colorchoice v1.0.0
26072024-03-26T18:33:41.380Z Documenting anyhow v1.0.79
26082024-03-26T18:33:42.283Z Documenting anstyle-query v1.0.0
26092024-03-26T18:33:42.464Z Documenting untrusted v0.9.0
26102024-03-26T18:33:42.889Z Documenting pest_generator v2.7.6
26112024-03-26T18:33:43.304Z Documenting futures v0.3.30
26122024-03-26T18:33:43.998Z Checking pest_generator v2.7.6
26132024-03-26T18:33:48.120Z Documenting scroll v0.12.0
26142024-03-26T18:33:48.120Z Documenting num-iter v0.1.44
26152024-03-26T18:33:48.120Z Documenting terminal_size v0.3.0
26162024-03-26T18:33:48.120Z Documenting hmac v0.12.1
26172024-03-26T18:33:48.120Z Documenting ring v0.17.8
26182024-03-26T18:33:48.120Z Documenting anstream v0.6.11
26192024-03-26T18:33:48.225Z Documenting signal-hook v0.3.17
26202024-03-26T18:33:48.644Z Documenting ucd-trie v0.1.6
26212024-03-26T18:33:49.112Z Documenting strsim v0.11.0
26222024-03-26T18:33:49.473Z Documenting plain v0.2.3
26232024-03-26T18:33:52.904Z Documenting static_assertions v1.1.0
26242024-03-26T18:33:53.000Z Documenting clap_lex v0.7.0
26252024-03-26T18:33:53.000Z Documenting pest_derive v2.7.6
26262024-03-26T18:33:53.001Z Documenting flate2 v1.0.28
26272024-03-26T18:33:53.001Z Documenting clap_derive v4.5.0
26282024-03-26T18:33:53.001Z Documenting goblin v0.8.0
26292024-03-26T18:33:53.001Z Documenting pest v2.7.6
26302024-03-26T18:33:53.014Z Documenting pretty-hex v0.4.1
26312024-03-26T18:33:53.922Z Documenting unicode-segmentation v1.10.1
26322024-03-26T18:33:54.987Z Documenting clap_builder v4.5.1
26332024-03-26T18:33:55.952Z Documenting managed v0.8.0
26342024-03-26T18:33:56.299Z Documenting signal-hook-mio v0.2.3
26352024-03-26T18:33:56.645Z Documenting block-padding v0.3.3
26362024-03-26T18:33:57.379Z Documenting scheduled-thread-pool v0.2.7
26372024-03-26T18:33:57.665Z Documenting bzip2-sys v0.1.11+1.0.8
26382024-03-26T18:33:57.991Z Documenting dtrace-parser v0.2.0
26392024-03-26T18:33:59.488Z Documenting thread-id v4.2.0
26402024-03-26T18:33:59.919Z Documenting dof v0.3.0
26412024-03-26T18:34:00.599Z Documenting enum-as-inner v0.5.1
26422024-03-26T18:34:01.116Z Documenting diesel_table_macro_syntax v0.1.0
26432024-03-26T18:34:01.595Z Checking diesel_table_macro_syntax v0.1.0
26442024-03-26T18:34:01.763Z Documenting bzip2 v0.4.4
26452024-03-26T18:34:01.774Z Documenting r2d2 v0.8.10
26462024-03-26T18:34:02.122Z Documenting inout v0.1.3
26472024-03-26T18:34:02.927Z Documenting clap v4.5.1
26482024-03-26T18:34:03.627Z Documenting crossterm v0.27.0
26492024-03-26T18:34:05.272Z Documenting usdt-impl v0.5.0
26502024-03-26T18:34:05.279Z Documenting trust-dns-proto v0.22.0
26512024-03-26T18:34:05.928Z Documenting md-5 v0.10.5
26522024-03-26T18:34:06.007Z Documenting diesel_derives v2.1.2
26532024-03-26T18:34:06.235Z Documenting stringprep v0.1.3
26542024-03-26T18:34:06.549Z Documenting ff v0.13.0
26552024-03-26T18:34:09.812Z Documenting serde_spanned v0.6.5
26562024-03-26T18:34:10.304Z Documenting toml_datetime v0.6.5
26572024-03-26T18:34:10.314Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26582024-03-26T18:34:11.369Z Documenting siphasher v0.3.11
26592024-03-26T18:34:12.032Z Documenting winnow v0.6.1
26602024-03-26T18:34:12.533Z Documenting fallible-iterator v0.2.0
26612024-03-26T18:34:13.126Z Documenting base16ct v0.2.0
26622024-03-26T18:34:13.910Z Documenting bit-vec v0.6.3
26632024-03-26T18:34:14.020Z Documenting group v0.13.0
26642024-03-26T18:34:14.328Z Documenting diesel v2.1.4
26652024-03-26T18:34:14.451Z Documenting cipher v0.4.4
26662024-03-26T18:34:14.548Z Documenting phf_shared v0.11.2
26672024-03-26T18:34:16.326Z Documenting sec1 v0.7.3
26682024-03-26T18:34:16.712Z Documenting postgres-protocol v0.6.6
26692024-03-26T18:34:17.088Z Documenting toml_edit v0.22.6
26702024-03-26T18:34:17.992Z Documenting zip v0.6.6
26712024-03-26T18:34:18.486Z Documenting hkdf v0.12.4
26722024-03-26T18:34:19.014Z Documenting num-bigint v0.4.4
26732024-03-26T18:34:29.004Z Documenting bstr v1.9.0
26742024-03-26T18:34:37.022Z Documenting regress v0.9.0
26752024-03-26T18:34:37.049Z Documenting crypto-bigint v0.5.2
26762024-03-26T18:34:37.049Z Documenting hubpack v0.1.2
26772024-03-26T18:34:37.049Z Documenting serde_repr v0.1.16
26782024-03-26T18:34:37.049Z Checking strsim v0.10.0
26792024-03-26T18:34:37.929Z Checking ident_case v1.0.1
26802024-03-26T18:34:37.929Z Documenting fixedbitset v0.4.2
26812024-03-26T18:34:37.933Z Documenting lalrpop-util v0.19.12
26822024-03-26T18:34:37.933Z Documenting precomputed-hash v0.1.1
26832024-03-26T18:34:39.508Z Documenting new_debug_unreachable v1.0.4
26842024-03-26T18:34:40.715Z Documenting minimal-lexical v0.2.1
26852024-03-26T18:34:41.202Z Documenting petgraph v0.6.4
26862024-03-26T18:34:41.745Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
26872024-03-26T18:34:41.803Z Documenting yasna v0.5.2
26882024-03-26T18:34:41.988Z Documenting postgres-types v0.2.6
26892024-03-26T18:34:42.871Z Documenting phf v0.11.2
26902024-03-26T18:34:52.163Z Documenting string_cache v0.8.7
26912024-03-26T18:34:52.278Z Documenting nom v7.1.3
26922024-03-26T18:34:52.457Z Documenting console v0.15.8
26932024-03-26T18:34:52.802Z Documenting semver v1.0.22
26942024-03-26T18:34:53.102Z Documenting float-cmp v0.9.0
26952024-03-26T18:34:53.138Z Documenting elliptic-curve v0.13.8
26962024-03-26T18:34:53.214Z Checking unsafe-libyaml v0.2.10
26972024-03-26T18:34:53.671Z Documenting normalize-line-endings v0.3.0
26982024-03-26T18:34:54.464Z Documenting heck v0.4.1
26992024-03-26T18:34:56.821Z Documenting predicates-core v1.0.6
27002024-03-26T18:34:57.248Z Documenting difflib v0.4.0
27012024-03-26T18:34:57.486Z Documenting whoami v1.5.0
27022024-03-26T18:34:57.586Z Documenting bit-set v0.5.3
27032024-03-26T18:34:57.641Z Documenting similar v2.4.0
27042024-03-26T18:34:57.893Z Documenting typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
27052024-03-26T18:34:58.412Z Documenting typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
27062024-03-26T18:35:08.533Z Documenting tokio-stream v0.1.14
27072024-03-26T18:35:08.658Z Documenting predicates v3.1.0
27082024-03-26T18:35:08.805Z Documenting tokio-postgres v0.7.10
27092024-03-26T18:35:08.972Z Documenting unsafe-libyaml v0.2.10
27102024-03-26T18:35:09.212Z Checking serde_yaml v0.9.25
27112024-03-26T18:35:09.256Z Documenting progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
27122024-03-26T18:35:09.517Z Documenting typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
27132024-03-26T18:35:09.520Z Documenting getopts v0.2.21
27142024-03-26T18:35:11.478Z Documenting match_cfg v0.1.0
27152024-03-26T18:35:12.884Z Documenting serde_yaml v0.9.25
27162024-03-26T18:35:13.839Z Checking darling_core v0.20.3
27172024-03-26T18:35:13.852Z Documenting sha1 v0.10.6
27182024-03-26T18:35:13.955Z Documenting hostname v0.3.1
27192024-03-26T18:35:15.053Z Documenting dirs-sys-next v0.1.2
27202024-03-26T18:35:15.634Z Documenting rustls-pki-types v1.3.0
27212024-03-26T18:35:16.720Z Documenting progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
27222024-03-26T18:35:17.076Z Checking darling v0.20.3
27232024-03-26T18:35:17.189Z Documenting camino v1.1.6
27242024-03-26T18:35:17.987Z Documenting thread_local v1.1.7
27252024-03-26T18:35:18.661Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27262024-03-26T18:35:19.160Z Documenting dirs-next v2.0.0
27272024-03-26T18:35:19.258Z Documenting progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
27282024-03-26T18:35:19.797Z Documenting paste v1.0.14
27292024-03-26T18:35:19.901Z Documenting rustls-webpki v0.102.1
27302024-03-26T18:35:21.662Z Documenting crossbeam-channel v0.5.8
27312024-03-26T18:35:22.057Z Documenting atty v0.2.14
27322024-03-26T18:35:22.579Z Documenting take_mut v0.2.2
27332024-03-26T18:35:23.201Z Documenting term v0.7.0
27342024-03-26T18:35:23.768Z Documenting slog-json v2.6.1
27352024-03-26T18:35:24.430Z Documenting http v1.0.0
27362024-03-26T18:35:24.608Z Documenting rustls v0.22.2
27372024-03-26T18:35:25.369Z Documenting async-stream-impl v0.3.5
27382024-03-26T18:35:26.045Z Documenting atomic-waker v1.1.1
27392024-03-26T18:35:26.618Z Documenting progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
27402024-03-26T18:35:26.692Z Documenting slog-async v2.8.0
27412024-03-26T18:35:27.401Z Documenting slog-term v2.9.0
27422024-03-26T18:35:28.668Z Documenting debug-ignore v1.0.5
27432024-03-26T18:35:29.021Z Documenting waitgroup v0.1.2
27442024-03-26T18:35:29.891Z Documenting multer v3.0.0
27452024-03-26T18:35:30.133Z Documenting async-stream v0.3.5
27462024-03-26T18:35:30.881Z Documenting slog-bunyan v2.5.0
27472024-03-26T18:35:31.678Z Documenting rustls-pemfile v2.1.1
27482024-03-26T18:35:32.938Z Documenting toml v0.8.10
27492024-03-26T18:35:33.220Z Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
27502024-03-26T18:35:34.081Z Documenting serde_path_to_error v0.1.16
27512024-03-26T18:35:35.083Z Documenting strum v0.26.1
27522024-03-26T18:35:35.312Z Documenting tokio-rustls v0.25.0
27532024-03-26T18:35:35.714Z Documenting serde_with_macros v3.6.1
27542024-03-26T18:35:36.240Z Documenting structmeta-derive v0.3.0
27552024-03-26T18:35:36.433Z Checking structmeta v0.3.0
27562024-03-26T18:35:36.664Z Documenting instant v0.1.12
27572024-03-26T18:35:38.580Z Documenting newtype-uuid v1.0.1
27582024-03-26T18:35:39.044Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27592024-03-26T18:35:39.053Z Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84)
27602024-03-26T18:35:39.053Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27612024-03-26T18:35:40.554Z Documenting backoff v0.4.0
27622024-03-26T18:35:41.036Z Documenting serde_with v3.6.1
27632024-03-26T18:35:41.427Z Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
27642024-03-26T18:35:41.583Z Documenting structmeta v0.3.0
27652024-03-26T18:35:43.130Z Documenting macaddr v1.0.1
27662024-03-26T18:35:43.267Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27672024-03-26T18:35:43.905Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27682024-03-26T18:35:46.159Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27692024-03-26T18:35:46.280Z Documenting parse-display-derive v0.9.0
27702024-03-26T18:35:47.373Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27712024-03-26T18:35:47.554Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27722024-03-26T18:35:47.589Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27732024-03-26T18:35:48.331Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27742024-03-26T18:35:49.222Z Documenting fastrand v2.0.1
27752024-03-26T18:35:49.330Z Documenting proc-macro-error-attr v1.0.4
27762024-03-26T18:35:50.140Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27772024-03-26T18:35:50.251Z Checking proc-macro-error v1.0.4
27782024-03-26T18:35:50.415Z Checking proc-macro-crate v1.3.1
27792024-03-26T18:35:50.515Z Documenting proc-macro-crate v1.3.1
27802024-03-26T18:35:51.066Z Documenting hash32 v0.3.1
27812024-03-26T18:35:51.069Z Documenting stable_deref_trait v1.2.0
27822024-03-26T18:35:51.483Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27832024-03-26T18:35:53.517Z Documenting tempfile v3.10.0
27842024-03-26T18:35:53.675Z Documenting proc-macro-error v1.0.4
27852024-03-26T18:35:53.800Z Documenting cobs v0.2.3
27862024-03-26T18:35:53.882Z Documenting parse-display v0.9.0
27872024-03-26T18:35:53.904Z Documenting embedded-io v0.4.0
27882024-03-26T18:35:54.682Z Documenting heapless v0.8.0
27892024-03-26T18:35:55.530Z Documenting num_enum_derive v0.5.11
27902024-03-26T18:35:56.800Z Documenting foreign-types-macros v0.2.3
27912024-03-26T18:35:57.673Z Documenting postcard v1.0.8
27922024-03-26T18:35:58.238Z Documenting camino-tempfile v1.1.1
27932024-03-26T18:35:58.312Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27942024-03-26T18:35:58.484Z Documenting foreign-types-shared v0.3.1
27952024-03-26T18:35:59.578Z Documenting smoltcp v0.11.0
27962024-03-26T18:36:01.571Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27972024-03-26T18:36:01.776Z Documenting foreign-types v0.5.0
27982024-03-26T18:36:01.981Z Documenting num_enum v0.5.11
27992024-03-26T18:36:02.254Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28002024-03-26T18:36:02.825Z Documenting crucible-workspace-hack v0.1.0
28012024-03-26T18:36:02.921Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28022024-03-26T18:36:04.588Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28032024-03-26T18:36:05.721Z Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28042024-03-26T18:36:05.737Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28052024-03-26T18:36:05.909Z Documenting tabwriter v1.4.0
28062024-03-26T18:36:06.217Z Documenting cstr-argument v0.1.2
28072024-03-26T18:36:07.067Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
28082024-03-26T18:36:08.691Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28092024-03-26T18:36:09.929Z Documenting base64 v0.22.0
28102024-03-26T18:36:10.205Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28112024-03-26T18:36:10.848Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28122024-03-26T18:36:11.769Z Documenting colored v2.1.0
28132024-03-26T18:36:11.945Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
28142024-03-26T18:36:13.264Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28152024-03-26T18:36:14.251Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28162024-03-26T18:36:14.405Z Documenting zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
28172024-03-26T18:36:14.743Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
28182024-03-26T18:36:14.815Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28192024-03-26T18:36:15.104Z Documenting num-derive v0.4.0
28202024-03-26T18:36:15.618Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28212024-03-26T18:36:15.770Z Documenting smf v0.2.2
28222024-03-26T18:36:16.050Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
28232024-03-26T18:36:17.488Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28242024-03-26T18:36:19.151Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
28252024-03-26T18:36:19.334Z Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
28262024-03-26T18:36:19.347Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28272024-03-26T18:36:19.886Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28282024-03-26T18:36:19.981Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60)
28292024-03-26T18:36:20.781Z Documenting password-hash v0.5.0
28302024-03-26T18:36:22.197Z Documenting blake2 v0.10.6
28312024-03-26T18:36:23.589Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28322024-03-26T18:36:24.571Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28332024-03-26T18:36:24.910Z Documenting linked-hash-map v0.5.6
28342024-03-26T18:36:25.357Z Documenting humantime v2.1.0
28352024-03-26T18:36:25.719Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28362024-03-26T18:36:25.722Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28372024-03-26T18:36:25.978Z Documenting memmap v0.7.0
28382024-03-26T18:36:28.640Z Documenting argon2 v0.5.3
28392024-03-26T18:36:28.648Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28402024-03-26T18:36:28.939Z Documenting lru-cache v0.1.2
28412024-03-26T18:36:29.358Z Documenting itertools v0.12.1
28422024-03-26T18:36:29.374Z Documenting derive-where v1.2.7
28432024-03-26T18:36:29.791Z Documenting newtype_derive v0.1.6
28442024-03-26T18:36:30.145Z Documenting usdt v0.5.0
28452024-03-26T18:36:31.399Z Documenting swrite v0.1.0
28462024-03-26T18:36:32.281Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28472024-03-26T18:36:33.046Z Documenting quick-error v1.2.3
28482024-03-26T18:36:33.657Z Documenting steno v0.4.0
28492024-03-26T18:36:34.168Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28502024-03-26T18:36:35.345Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28512024-03-26T18:36:35.386Z Documenting tap v1.0.1
28522024-03-26T18:36:36.588Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28532024-03-26T18:36:36.928Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
28542024-03-26T18:36:37.046Z Documenting resolv-conf v0.7.0
28552024-03-26T18:36:37.753Z Documenting radium v0.7.0
28562024-03-26T18:36:37.816Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28572024-03-26T18:36:38.315Z Documenting wyz v0.5.1
28582024-03-26T18:36:38.476Z Documenting nibble_vec v0.1.0
28592024-03-26T18:36:40.988Z Documenting funty v2.0.0
28602024-03-26T18:36:41.328Z Documenting crc-catalog v2.2.0
28612024-03-26T18:36:41.446Z Documenting trust-dns-resolver v0.22.0
28622024-03-26T18:36:41.651Z Documenting endian-type v0.1.2
28632024-03-26T18:36:42.395Z Documenting cancel-safe-futures v0.1.5
28642024-03-26T18:36:42.554Z Documenting num-rational v0.4.1
28652024-03-26T18:36:44.350Z Documenting bitvec v1.0.1
28662024-03-26T18:36:44.400Z Documenting crc v3.0.1
28672024-03-26T18:36:45.612Z Documenting radix_trie v0.2.1
28682024-03-26T18:36:47.133Z Documenting num-complex v0.4.4
28692024-03-26T18:36:47.458Z Documenting xattr v1.0.1
28702024-03-26T18:36:47.746Z Documenting filetime v0.2.23
28712024-03-26T18:36:48.233Z Documenting packed_struct_codegen v0.10.1
28722024-03-26T18:36:49.716Z Documenting nodrop v0.1.14
28732024-03-26T18:36:49.869Z Documenting num-bigint-dig v0.8.4
28742024-03-26T18:36:49.992Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28752024-03-26T18:36:51.595Z Documenting pkcs1 v0.7.5
28762024-03-26T18:36:51.886Z Documenting num v0.4.1
28772024-03-26T18:36:51.963Z Documenting tar v0.4.40
28782024-03-26T18:36:52.815Z Documenting array-init v0.0.4
28792024-03-26T18:36:53.209Z Documenting packed_struct v0.10.1
28802024-03-26T18:36:53.577Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28812024-03-26T18:36:56.010Z Documenting is-terminal v0.4.9
28822024-03-26T18:36:56.135Z Documenting signature v2.1.0
28832024-03-26T18:36:56.361Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28842024-03-26T18:36:56.467Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28852024-03-26T18:36:56.572Z Documenting arc-swap v1.6.0
28862024-03-26T18:36:59.032Z Documenting bitfield v0.14.0
28872024-03-26T18:37:00.528Z Documenting termcolor v1.2.0
28882024-03-26T18:37:00.765Z Documenting slog-scope v4.4.0
28892024-03-26T18:37:01.171Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28902024-03-26T18:37:01.678Z Documenting serde-hex v0.1.0
28912024-03-26T18:37:02.120Z Documenting rsa v0.9.2
28922024-03-26T18:37:02.216Z Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
28932024-03-26T18:37:03.451Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
28942024-03-26T18:37:04.778Z Documenting env_logger v0.10.0
28952024-03-26T18:37:04.920Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28962024-03-26T18:37:05.390Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28972024-03-26T18:37:05.653Z Documenting x509-cert v0.2.4
28982024-03-26T18:37:07.475Z Documenting libsw v3.3.1
28992024-03-26T18:37:07.556Z Documenting ron v0.8.1
29002024-03-26T18:37:09.722Z Documenting half v2.3.1
29012024-03-26T18:37:09.863Z Documenting owo-colors v4.0.0
29022024-03-26T18:37:10.771Z Documenting ciborium-io v0.2.2
29032024-03-26T18:37:11.295Z Documenting display-error-chain v0.2.0
29042024-03-26T18:37:12.787Z Documenting crc-any v2.4.3
29052024-03-26T18:37:12.915Z Documenting same-file v1.0.6
29062024-03-26T18:37:13.858Z Documenting linear-map v1.2.0
29072024-03-26T18:37:14.755Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
29082024-03-26T18:37:14.803Z Documenting ciborium-ll v0.2.2
29092024-03-26T18:37:15.004Z Documenting slog-stdlog v4.1.1
29102024-03-26T18:37:15.103Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29112024-03-26T18:37:15.244Z Documenting slog-dtrace v0.3.0
29122024-03-26T18:37:15.575Z Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
29132024-03-26T18:37:16.967Z Documenting walkdir v2.4.0
29142024-03-26T18:37:18.090Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29152024-03-26T18:37:18.766Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29162024-03-26T18:37:18.901Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29172024-03-26T18:37:19.191Z Documenting path-slash v0.1.5
29182024-03-26T18:37:19.291Z Documenting slog-envlogger v2.2.0
29192024-03-26T18:37:19.433Z Documenting ciborium v0.2.2
29202024-03-26T18:37:21.324Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
29212024-03-26T18:37:21.883Z Documenting fxhash v0.2.1
29222024-03-26T18:37:23.131Z Documenting pem v3.0.2
29232024-03-26T18:37:24.302Z Documenting utf-8 v0.7.6
29242024-03-26T18:37:25.447Z Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
29252024-03-26T18:37:25.967Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29262024-03-26T18:37:27.598Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29272024-03-26T18:37:28.309Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29282024-03-26T18:37:28.488Z Documenting tungstenite v0.20.1
29292024-03-26T18:37:30.714Z Checking darling_core v0.14.4
29302024-03-26T18:37:32.366Z Documenting vte_generate_state_changes v0.1.1
29312024-03-26T18:37:34.842Z Documenting convert_case v0.4.0
29322024-03-26T18:37:36.018Z Checking convert_case v0.4.0
29332024-03-26T18:37:36.429Z Documenting tokio-tungstenite v0.20.1
29342024-03-26T18:37:36.429Z Documenting vte v0.11.1
29352024-03-26T18:37:38.770Z Documenting derive_more v0.99.17
29362024-03-26T18:37:39.515Z Checking darling v0.14.4
29372024-03-26T18:37:39.630Z Documenting buf-list v1.0.3
29382024-03-26T18:37:40.641Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29392024-03-26T18:37:40.847Z Checking heck v0.3.3
29402024-03-26T18:37:40.944Z Documenting pin-project-internal v1.1.3
29412024-03-26T18:37:41.017Z Documenting structopt-derive v0.4.18
29422024-03-26T18:37:41.514Z Documenting strip-ansi-escapes v0.2.0
29432024-03-26T18:37:42.637Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29442024-03-26T18:37:44.636Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29452024-03-26T18:37:45.175Z Documenting doc-comment v0.3.3
29462024-03-26T18:37:45.900Z Documenting crossbeam-deque v0.8.3
29472024-03-26T18:37:46.444Z Documenting pin-project v1.1.3
29482024-03-26T18:37:46.455Z Documenting snafu-derive v0.7.5
29492024-03-26T18:37:46.638Z Documenting headers-core v0.2.0
29502024-03-26T18:37:48.253Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29512024-03-26T18:37:48.553Z Documenting nu-ansi-term v0.50.0
29522024-03-26T18:37:49.542Z Documenting structopt v0.3.26
29532024-03-26T18:37:49.652Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29542024-03-26T18:37:50.169Z Documenting rayon-core v1.12.1
29552024-03-26T18:37:51.351Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29562024-03-26T18:37:51.460Z Documenting headers v0.3.9
29572024-03-26T18:37:52.819Z Documenting reedline v0.30.0
29582024-03-26T18:38:13.154Z Documenting snafu v0.7.5
29592024-03-26T18:38:13.228Z Checking derive_builder_core v0.12.0
29602024-03-26T18:38:13.228Z Documenting derive_builder_core v0.12.0
29612024-03-26T18:38:13.228Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29622024-03-26T18:38:13.228Z Documenting libefi-sys v0.1.0
29632024-03-26T18:38:13.228Z Documenting trust-dns-client v0.22.0
29642024-03-26T18:38:13.228Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29652024-03-26T18:38:13.229Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29662024-03-26T18:38:13.229Z Documenting globset v0.4.13
29672024-03-26T18:38:13.229Z Documenting olpc-cjson v0.1.3
29682024-03-26T18:38:13.448Z Documenting serde_plain v1.0.2
29692024-03-26T18:38:13.448Z Documenting async-recursion v1.0.5
29702024-03-26T18:38:13.448Z Documenting ref-cast-impl v1.0.20
29712024-03-26T18:38:13.449Z Documenting bytecount v0.6.3
29722024-03-26T18:38:13.449Z Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
29732024-03-26T18:38:13.449Z Documenting keccak v0.1.4
29742024-03-26T18:38:13.449Z Documenting typed-path v0.7.0
29752024-03-26T18:38:13.449Z Documenting trust-dns-server v0.22.1
29762024-03-26T18:38:13.450Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
29772024-03-26T18:38:13.450Z Documenting papergrid v0.11.0
29782024-03-26T18:38:13.450Z Documenting ref-cast v1.0.20
29792024-03-26T18:38:13.451Z Documenting sha3 v0.10.8
29802024-03-26T18:38:13.451Z Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
29812024-03-26T18:38:13.451Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29822024-03-26T18:38:13.504Z Documenting tough v0.16.0
29832024-03-26T18:38:13.504Z Documenting derive_builder_macro v0.12.0
29842024-03-26T18:38:14.537Z Documenting rayon v1.9.0
29852024-03-26T18:38:15.032Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29862024-03-26T18:38:15.517Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29872024-03-26T18:38:16.659Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29882024-03-26T18:38:16.683Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29892024-03-26T18:38:17.682Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29902024-03-26T18:38:17.985Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29912024-03-26T18:38:18.227Z Documenting sled v0.34.7
29922024-03-26T18:38:18.460Z Documenting fs-err v2.11.0
29932024-03-26T18:38:18.778Z Documenting unicase v2.7.0
29942024-03-26T18:38:19.971Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29952024-03-26T18:38:20.261Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29962024-03-26T18:38:22.139Z Documenting tabled_derive v0.7.0
29972024-03-26T18:38:22.354Z Documenting fd-lock v4.0.2
29982024-03-26T18:38:22.485Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29992024-03-26T18:38:22.574Z Documenting nix v0.27.1
30002024-03-26T18:38:23.451Z Documenting secrecy v0.8.0
30012024-03-26T18:38:25.749Z Documenting gethostname v0.4.3
30022024-03-26T18:38:26.285Z Documenting rustversion v1.0.14
30032024-03-26T18:38:27.146Z Documenting sqlparser_derive v0.2.2
30042024-03-26T18:38:27.343Z Documenting parse-size v1.0.0
30052024-03-26T18:38:27.548Z Documenting home v0.5.5
30062024-03-26T18:38:28.408Z Documenting unicode_categories v0.1.1
30072024-03-26T18:38:29.864Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30082024-03-26T18:38:30.491Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30092024-03-26T18:38:30.780Z Documenting castaway v0.2.2
30102024-03-26T18:38:31.541Z Documenting rustyline v13.0.0
30112024-03-26T18:38:31.926Z Documenting sqlparser v0.43.1
30122024-03-26T18:38:32.479Z Documenting sqlformat v0.2.3
30132024-03-26T18:38:32.941Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30142024-03-26T18:38:34.683Z Documenting tabled v0.15.0
30152024-03-26T18:38:36.932Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30162024-03-26T18:38:37.535Z Documenting mime_guess v2.0.4
30172024-03-26T18:38:41.459Z Documenting derive_builder v0.12.0
30182024-03-26T18:38:41.861Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30192024-03-26T18:38:42.544Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30202024-03-26T18:38:44.836Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30212024-03-26T18:38:45.164Z Documenting polar-core v0.27.0
30222024-03-26T18:38:49.625Z Documenting libxml v0.3.3
30232024-03-26T18:38:49.662Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30242024-03-26T18:38:49.913Z Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84)
30252024-03-26T18:38:49.928Z Documenting bb8 v0.8.3
30262024-03-26T18:38:50.589Z Documenting universal-hash v0.5.1
30272024-03-26T18:38:54.054Z Documenting kstat-rs v0.2.3
30282024-03-26T18:38:55.309Z Documenting bcs v0.1.6
30292024-03-26T18:38:55.739Z Documenting quick-xml v0.30.0
30302024-03-26T18:38:56.428Z Documenting thiserror-impl-no-std v2.0.2
30312024-03-26T18:39:05.532Z Documenting oso-derive v0.27.0
30322024-03-26T18:39:05.715Z Documenting impl-trait-for-tuples v0.2.2
30332024-03-26T18:39:05.736Z Documenting curve25519-dalek-derive v0.1.0
30342024-03-26T18:39:05.742Z Documenting highway v1.1.0
30352024-03-26T18:39:06.033Z Documenting maplit v1.0.2
30362024-03-26T18:39:06.116Z Documenting opaque-debug v0.3.0
30372024-03-26T18:39:06.669Z Documenting samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
30382024-03-26T18:39:09.232Z Documenting poly1305 v0.8.0
30392024-03-26T18:39:09.887Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30402024-03-26T18:39:10.077Z Documenting thiserror-no-std v2.0.2
30412024-03-26T18:39:10.328Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30422024-03-26T18:39:10.582Z Documenting curve25519-dalek v4.1.1
30432024-03-26T18:39:11.381Z Documenting oso v0.27.0
30442024-03-26T18:39:13.365Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30452024-03-26T18:39:15.122Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
30462024-03-26T18:39:17.450Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30472024-03-26T18:39:17.806Z Documenting compact_str v0.7.1
30482024-03-26T18:39:18.253Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30492024-03-26T18:39:18.396Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30502024-03-26T18:39:19.667Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30512024-03-26T18:39:22.206Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30522024-03-26T18:39:22.691Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
30532024-03-26T18:39:24.865Z Documenting portable-atomic v1.4.3
30542024-03-26T18:39:26.535Z Documenting ed25519 v1.5.3
30552024-03-26T18:39:26.709Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30562024-03-26T18:39:27.522Z Documenting memoffset v0.7.1
30572024-03-26T18:39:28.741Z Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
30582024-03-26T18:39:29.635Z Documenting cookie v0.18.0
30592024-03-26T18:39:30.562Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30602024-03-26T18:39:31.264Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30612024-03-26T18:39:32.926Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30622024-03-26T18:39:33.709Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60)
30632024-03-26T18:39:35.636Z Documenting chacha20 v0.9.1
30642024-03-26T18:39:35.649Z Documenting lru v0.12.1
30652024-03-26T18:39:36.225Z Documenting aead v0.5.2
30662024-03-26T18:39:36.634Z Documenting nanorand v0.7.0
30672024-03-26T18:39:40.283Z Documenting stability v0.1.1
30682024-03-26T18:39:40.559Z Documenting glob v0.3.1
30692024-03-26T18:39:41.092Z Documenting cassowary v0.3.0
30702024-03-26T18:39:41.129Z Documenting number_prefix v0.4.0
30712024-03-26T18:39:46.259Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30722024-03-26T18:39:50.702Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30732024-03-26T18:39:50.928Z Documenting flume v0.11.0
30742024-03-26T18:39:51.021Z Documenting chacha20poly1305 v0.10.1
30752024-03-26T18:39:51.039Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30762024-03-26T18:39:51.211Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
30772024-03-26T18:39:51.550Z Documenting ratatui v0.26.1
30782024-03-26T18:39:51.776Z Documenting indicatif v0.17.8
30792024-03-26T18:39:55.634Z Documenting salty v0.2.0
30802024-03-26T18:40:05.491Z Documenting vsss-rs v3.3.4
30812024-03-26T18:40:05.607Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30822024-03-26T18:40:05.922Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30832024-03-26T18:40:06.293Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
30842024-03-26T18:40:06.423Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30852024-03-26T18:40:06.626Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
30862024-03-26T18:40:07.104Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30872024-03-26T18:40:07.383Z Documenting serde-big-array v0.5.1
30882024-03-26T18:40:07.930Z Documenting rtoolbox v0.0.1
30892024-03-26T18:40:10.879Z Documenting unicode-linebreak v0.1.5
30902024-03-26T18:40:11.109Z Documenting smawk v0.3.1
30912024-03-26T18:40:11.856Z Documenting http-range v0.1.5
30922024-03-26T18:40:12.428Z Documenting is_ci v1.2.0
30932024-03-26T18:40:12.549Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30942024-03-26T18:40:14.049Z Documenting rpassword v7.3.1
30952024-03-26T18:40:15.044Z Documenting textwrap v0.16.1
30962024-03-26T18:40:15.854Z Documenting hyper-staticfile v0.9.5
30972024-03-26T18:40:16.477Z Documenting supports-color v3.0.0
30982024-03-26T18:40:18.475Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
30992024-03-26T18:40:18.494Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
31002024-03-26T18:40:19.215Z Documenting tui-tree-widget v0.17.0
31012024-03-26T18:40:20.491Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31022024-03-26T18:40:21.418Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31032024-03-26T18:40:22.255Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31042024-03-26T18:40:23.298Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31052024-03-26T18:40:23.480Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31062024-03-26T18:40:23.984Z Documenting rcgen v0.12.1
31072024-03-26T18:40:24.543Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31082024-03-26T18:40:25.000Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31092024-03-26T18:40:25.395Z Documenting atomicwrites v0.4.3
31102024-03-26T18:40:27.358Z Documenting signal-hook-tokio v0.3.1
31112024-03-26T18:40:28.807Z Documenting rand_seeder v0.2.3
31122024-03-26T18:40:30.421Z Documenting memmap2 v0.7.1
31132024-03-26T18:40:31.834Z Documenting subprocess v0.2.9
31142024-03-26T18:40:32.274Z Documenting arrayvec v0.7.4
31152024-03-26T18:40:33.012Z Documenting corncobs v0.1.3
31162024-03-26T18:40:33.562Z Documenting shell-words v1.1.0
31172024-03-26T18:40:34.283Z Documenting constant_time_eq v0.3.0
31182024-03-26T18:40:35.598Z Documenting arrayref v0.3.7
31192024-03-26T18:40:36.110Zwarning: unresolved link to `test_sled_transitions`
31202024-03-26T18:40:36.110Z --> nexus/db-queries/src/db/datastore/sled.rs:536:11
31212024-03-26T18:40:36.110Z |
31222024-03-26T18:40:36.111Z536 | /// [`test_sled_transitions`].
31232024-03-26T18:40:36.111Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
31242024-03-26T18:40:36.111Z |
31252024-03-26T18:40:36.111Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
31262024-03-26T18:40:36.111Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
31272024-03-26T18:40:36.111Z
31282024-03-26T18:40:36.114Zwarning: unresolved link to `test_sled_transitions`
31292024-03-26T18:40:36.114Z --> nexus/db-queries/src/db/datastore/sled.rs:572:11
31302024-03-26T18:40:36.114Z |
31312024-03-26T18:40:36.114Z572 | /// [`test_sled_transitions`].
31322024-03-26T18:40:36.114Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
31332024-03-26T18:40:36.115Z |
31342024-03-26T18:40:36.115Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
31352024-03-26T18:40:36.115Z
31362024-03-26T18:40:36.115Zwarning: unresolved link to `DataStore::update_tuf_repo_description_insert`
31372024-03-26T18:40:36.115Z --> nexus/db-queries/src/db/datastore/update.rs:28:27
31382024-03-26T18:40:36.115Z |
31392024-03-26T18:40:36.115Z28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`].
31402024-03-26T18:40:36.115Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert`
31412024-03-26T18:40:36.115Z
31422024-03-26T18:40:36.184Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
31432024-03-26T18:40:36.582Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31442024-03-26T18:40:37.282Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31452024-03-26T18:40:37.575Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31462024-03-26T18:40:39.035Z Documenting blake3 v1.5.0
31472024-03-26T18:40:39.603Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31482024-03-26T18:40:41.038Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31492024-03-26T18:40:41.703Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31502024-03-26T18:40:43.053Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31512024-03-26T18:40:45.200Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31522024-03-26T18:40:54.558Zwarning: `nexus-db-queries` (lib doc) generated 3 warnings
31532024-03-26T18:40:54.561Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31542024-03-26T18:40:58.171Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31552024-03-26T18:40:59.110Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31562024-03-26T18:41:00.904Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31572024-03-26T18:41:02.416Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60)
31582024-03-26T18:41:03.400Zwarning: unclosed HTML tag `usize`
31592024-03-26T18:41:03.400Z --> wicket/src/ui/panes/update.rs:153:19
31602024-03-26T18:41:03.401Z |
31612024-03-26T18:41:03.401Z153 | /// TODO: The <usize> generic parameter is carried over from earlier versions
31622024-03-26T18:41:03.401Z | ^^^^^^^
31632024-03-26T18:41:03.401Z |
31642024-03-26T18:41:03.401Z = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
31652024-03-26T18:41:03.401Z
31662024-03-26T18:41:03.478Z Documenting fatfs v0.3.6
31672024-03-26T18:41:04.234Z Documenting assert_matches v1.5.0
31682024-03-26T18:41:04.778Zwarning: `wicket` (lib doc) generated 1 warning
31692024-03-26T18:41:04.795Z Documenting topological-sort v0.2.2
31702024-03-26T18:41:07.269Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31712024-03-26T18:41:08.857Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31722024-03-26T18:41:09.010Z Documenting omicron-zone-package v0.11.0
31732024-03-26T18:41:15.754Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31742024-03-26T18:41:16.296Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
31752024-03-26T18:41:16.296Z --> sled-agent/src/sim/instance.rs:46:7
31762024-03-26T18:41:16.296Z |
31772024-03-26T18:41:16.296Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
31782024-03-26T18:41:16.296Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
31792024-03-26T18:41:16.296Z |
31802024-03-26T18:41:16.297Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
31812024-03-26T18:41:16.297Z
31822024-03-26T18:41:17.759Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31832024-03-26T18:41:18.681Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31842024-03-26T18:41:18.744Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
31852024-03-26T18:41:19.440Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
31862024-03-26T18:41:20.029Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
31872024-03-26T18:41:20.033Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
31882024-03-26T18:41:21.648Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
31892024-03-26T18:41:22.408Z Documenting termios v0.3.3
31902024-03-26T18:41:26.958Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31912024-03-26T18:41:28.637Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31922024-03-26T18:41:34.004Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31932024-03-26T18:41:34.810Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31942024-03-26T18:41:44.947Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31952024-03-26T18:41:45.746Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31962024-03-26T18:41:52.432Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31972024-03-26T18:42:00.277Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
31982024-03-26T18:42:05.612Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
31992024-03-26T18:42:07.035Z Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
32002024-03-26T18:42:07.672Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32012024-03-26T18:42:09.715Z Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
32022024-03-26T18:42:10.891Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32032024-03-26T18:42:13.990Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32042024-03-26T18:42:29.330Zwarning: unresolved link to `VolumeConstructionRequest`
32052024-03-26T18:42:29.330Z --> nexus/src/app/sagas/volume_delete.rs:338:7
32062024-03-26T18:42:29.330Z |
32072024-03-26T18:42:29.330Z338 | /// [`VolumeConstructionRequest`] is shown here):
32082024-03-26T18:42:29.330Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
32092024-03-26T18:42:29.330Z |
32102024-03-26T18:42:29.330Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32112024-03-26T18:42:29.330Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32122024-03-26T18:42:29.330Z
32132024-03-26T18:42:29.330Zwarning: unresolved link to `fd00:1122:3344:101::5`
32142024-03-26T18:42:29.330Z --> nexus/src/app/sagas/volume_delete.rs:348:17
32152024-03-26T18:42:29.330Z |
32162024-03-26T18:42:29.330Z348 | /// "[fd00:1122:3344:101::5]:1000",
32172024-03-26T18:42:29.330Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
32182024-03-26T18:42:29.330Z
32192024-03-26T18:42:29.334Zwarning: unresolved link to `fd00:1122:3344:102::9`
32202024-03-26T18:42:29.334Z --> nexus/src/app/sagas/volume_delete.rs:349:17
32212024-03-26T18:42:29.334Z |
32222024-03-26T18:42:29.334Z349 | /// "[fd00:1122:3344:102::9]:1000",
32232024-03-26T18:42:29.334Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
32242024-03-26T18:42:29.334Z
32252024-03-26T18:42:29.334Zwarning: unresolved link to `fd00:1122:3344:103::2`
32262024-03-26T18:42:29.334Z --> nexus/src/app/sagas/volume_delete.rs:350:17
32272024-03-26T18:42:29.334Z |
32282024-03-26T18:42:29.334Z350 | /// "[fd00:1122:3344:103::2]:1000"
32292024-03-26T18:42:29.334Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
32302024-03-26T18:42:29.334Z
32312024-03-26T18:42:29.334Zwarning: unresolved link to `fd00:1122:3344:101::5`
32322024-03-26T18:42:29.334Z --> nexus/src/app/sagas/volume_delete.rs:369:17
32332024-03-26T18:42:29.335Z |
32342024-03-26T18:42:29.335Z369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
32352024-03-26T18:42:29.335Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
32362024-03-26T18:42:29.335Z
32372024-03-26T18:42:29.335Zwarning: unresolved link to `fd00:1122:3344:102::9`
32382024-03-26T18:42:29.335Z --> nexus/src/app/sagas/volume_delete.rs:370:17
32392024-03-26T18:42:29.335Z |
32402024-03-26T18:42:29.335Z370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
32412024-03-26T18:42:29.335Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
32422024-03-26T18:42:29.335Z
32432024-03-26T18:42:29.335Zwarning: unresolved link to `fd00:1122:3344:103::2`
32442024-03-26T18:42:29.335Z --> nexus/src/app/sagas/volume_delete.rs:371:17
32452024-03-26T18:42:29.335Z |
32462024-03-26T18:42:29.335Z371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
32472024-03-26T18:42:29.335Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
32482024-03-26T18:42:29.335Z
32492024-03-26T18:42:32.354Zwarning: `omicron-nexus` (lib doc) generated 7 warnings
32502024-03-26T18:42:47.971Z Finished dev [unoptimized + debuginfo] target(s) in 10m 59s
32512024-03-26T18:42:48.049Z Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html
32522024-03-26T18:42:48.049Z Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html
32532024-03-26T18:42:48.049Z Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html
32542024-03-26T18:42:48.049Z Generated /work/oxidecomputer/omicron/target/doc/caboose_util/index.html
32552024-03-26T18:42:48.054Z Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html
32562024-03-26T18:42:48.055Z Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html
32572024-03-26T18:42:48.055Z Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html
32582024-03-26T18:42:48.055Z Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html
32592024-03-26T18:42:48.055Z Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html
32602024-03-26T18:42:48.055Z Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html
32612024-03-26T18:42:48.055Z Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html
32622024-03-26T18:42:48.055Z Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html
32632024-03-26T18:42:48.055Z Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html
32642024-03-26T18:42:48.055Z Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html
32652024-03-26T18:42:48.055Z Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html
32662024-03-26T18:42:48.055Z Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html
32672024-03-26T18:42:48.055Z Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html
32682024-03-26T18:42:48.055Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html
32692024-03-26T18:42:48.055Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html
32702024-03-26T18:42:48.055Z Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html
32712024-03-26T18:42:48.055Z Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html
32722024-03-26T18:42:48.055Z Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html
32732024-03-26T18:42:48.055Z Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html
32742024-03-26T18:42:48.055Z Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html
32752024-03-26T18:42:48.056Z Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html
32762024-03-26T18:42:48.056Z Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html
32772024-03-26T18:42:48.056Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html
32782024-03-26T18:42:48.056Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html
32792024-03-26T18:42:48.056Z Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html
32802024-03-26T18:42:48.056Z Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html
32812024-03-26T18:42:48.056Z Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html
32822024-03-26T18:42:48.056Z Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html
32832024-03-26T18:42:48.056Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html
32842024-03-26T18:42:48.056Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html
32852024-03-26T18:42:48.056Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html
32862024-03-26T18:42:48.056Z Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html
32872024-03-26T18:42:48.056Z Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html
32882024-03-26T18:42:48.056Z Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html
32892024-03-26T18:42:48.056Z Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html
32902024-03-26T18:42:48.056Z Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html
32912024-03-26T18:42:48.056Z Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html
32922024-03-26T18:42:48.056Z Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html
32932024-03-26T18:42:48.056Z Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html
32942024-03-26T18:42:48.056Z Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html
32952024-03-26T18:42:48.056Z Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html
32962024-03-26T18:42:48.056Z Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html
32972024-03-26T18:42:48.057Z Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html
32982024-03-26T18:42:48.057Z Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html
32992024-03-26T18:42:48.057Z Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html
33002024-03-26T18:42:48.057Z Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html
33012024-03-26T18:42:48.057Z Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html
33022024-03-26T18:42:48.057Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
33032024-03-26T18:42:48.057Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html
33042024-03-26T18:42:48.057Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html
33052024-03-26T18:42:48.057Z Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html
33062024-03-26T18:42:48.057Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
33072024-03-26T18:42:48.057Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html
33082024-03-26T18:42:48.057Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html
33092024-03-26T18:42:48.057Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html
33102024-03-26T18:42:48.057Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html
33112024-03-26T18:42:48.057Z Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html
33122024-03-26T18:42:48.057Z Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html
33132024-03-26T18:42:48.057Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html
33142024-03-26T18:42:48.057Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html
33152024-03-26T18:42:48.057Z Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html
33162024-03-26T18:42:48.057Z Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html
33172024-03-26T18:42:48.058Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html
33182024-03-26T18:42:48.058Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html
33192024-03-26T18:42:48.058Z Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html
33202024-03-26T18:42:48.058Z Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html
33212024-03-26T18:42:48.058Z Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html
33222024-03-26T18:42:48.058Z Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html
33232024-03-26T18:42:48.058Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html
33242024-03-26T18:42:48.058Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html
33252024-03-26T18:42:48.058Z Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html
33262024-03-26T18:42:48.058Z Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html
33272024-03-26T18:42:48.058Z Generated /work/oxidecomputer/omicron/target/doc/zone_networking/index.html
33282024-03-26T18:42:48.079Z
33292024-03-26T18:42:48.083Zreal 10:59.250159120
33302024-03-26T18:42:48.083Zuser 31:39.196055037
33312024-03-26T18:42:48.083Zsys 44:52.393478888
33322024-03-26T18:42:48.083Ztrap 0.833274156
33332024-03-26T18:42:48.083Ztflt 0.607446337
33342024-03-26T18:42:48.083Zdflt 0.208690133
33352024-03-26T18:42:48.083Zkflt 0.000076942
33362024-03-26T18:42:48.083Zlock 3:09:15.605288152
33372024-03-26T18:42:48.083Zslp 3:04:02.889728813
33382024-03-26T18:42:48.083Zlat 4:00.158102961
33392024-03-26T18:42:48.083Zstop 1:39.388260113
33402024-03-26T18:42:48.083Zprocess exited: duration 1236708 ms, exit code 0
 
33412024-03-26T18:42:48.091Zfound 0 output files