01HT6NNJ4B33ZGEZMSEAPXX5B1: 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: 01HT6NRMDVVKP128Z6BMT7AJSZ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-03-30T03:26:58.015Zjob assigned to worker 01HT6P73JFQ4H74J6HFVRAFCRV (queued for 9 m 56 s)
 
22024-03-30T03:27:04.553Zstarting task 0: "setup"
32024-03-30T03:27:04.621Z++ uname -s
42024-03-30T03:27:04.625Z+ kern=SunOS
52024-03-30T03:27:04.625Z+ case "$kern" in
62024-03-30T03:27:04.625Z+ groupadd -g 12345 build
72024-03-30T03:27:04.754Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-03-30T03:27:06.770Z+ zfs create -o mountpoint=/work rpool/work
92024-03-30T03:27:07.247Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-03-30T03:27:07.262Z+ home_fs=zfs
112024-03-30T03:27:07.262Z+ [[ zfs == autofs ]]
122024-03-30T03:27:07.262Z+ mkdir -p /home/build
132024-03-30T03:27:07.262Z+ chown build:build /home/build /work
142024-03-30T03:27:08.848Z+ chmod 0700 /home/build /work
152024-03-30T03:27:08.853Zprocess exited: duration 4296 ms, exit code 0
 
162024-03-30T03:27:08.860Zstarting task 1: "rust-toolchain"
172024-03-30T03:27:08.867Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-03-30T03:27:08.870Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-03-30T03:27:08.983Zinfo: downloading installer
202024-03-30T03:27:10.170Zwarning: it looks like you have an existing installation of Rust at:
212024-03-30T03:27:10.170Zwarning: /opt/ooce/bin
222024-03-30T03:27:10.170Zwarning: It is recommended that rustup be the primary Rust installation.
232024-03-30T03:27:10.170Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-03-30T03:27:10.170Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-03-30T03:27:10.170Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-03-30T03:27:10.171Zwarning: or pass `-y' to ignore all ignorable checks.
272024-03-30T03:27:10.171Zerror: cannot install while Rust is installed
282024-03-30T03:27:10.171Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-03-30T03:27:10.497Zinfo: profile set to 'default'
302024-03-30T03:27:10.497Zinfo: default host triple is x86_64-unknown-illumos
312024-03-30T03:27:10.500Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-03-30T03:27:10.612Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-03-30T03:27:10.612Zinfo: downloading component 'cargo'
342024-03-30T03:27:11.235Zinfo: downloading component 'clippy'
352024-03-30T03:27:11.461Zinfo: downloading component 'rust-docs'
362024-03-30T03:27:12.242Zinfo: downloading component 'rust-std'
372024-03-30T03:27:14.054Zinfo: downloading component 'rustc'
382024-03-30T03:27:16.950Zinfo: downloading component 'rustfmt'
392024-03-30T03:27:17.147Zinfo: installing component 'cargo'
402024-03-30T03:27:17.954Zinfo: installing component 'clippy'
412024-03-30T03:27:18.319Zinfo: installing component 'rust-docs'
422024-03-30T03:27:20.113Zinfo: installing component 'rust-std'
432024-03-30T03:27:21.508Zinfo: installing component 'rustc'
442024-03-30T03:27:25.496Zinfo: installing component 'rustfmt'
452024-03-30T03:27:25.883Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-03-30T03:27:25.883Z
472024-03-30T03:27:26.145Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-03-30T03:27:26.145Z
492024-03-30T03:27:26.149Z
502024-03-30T03:27:26.149ZRust is installed now. Great!
512024-03-30T03:27:26.149Z
522024-03-30T03:27:26.149ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-03-30T03:27:26.149Zenvironment variable. This has not been done automatically.
542024-03-30T03:27:26.149Z
552024-03-30T03:27:26.149ZTo configure your current shell, you need to source
562024-03-30T03:27:26.149Zthe corresponding env file under $HOME/.cargo.
572024-03-30T03:27:26.149Z
582024-03-30T03:27:26.149ZThis is usually done by running one of the following (note the leading DOT):
592024-03-30T03:27:26.149Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-03-30T03:27:26.149Zsource "$HOME/.cargo/env.fish" # For fish
612024-03-30T03:27:26.283Z+ rustc --version
622024-03-30T03:27:26.349Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-03-30T03:27:26.357Zprocess exited: duration 17484 ms, exit code 0
 
642024-03-30T03:27:26.371Zstarting task 2: "authentication"
652024-03-30T03:27:26.392Zprocess exited: duration 23 ms, exit code 0
 
662024-03-30T03:27:26.405Zstarting task 3: "clone repository"
672024-03-30T03:27:26.411Z+ mkdir -p /work/oxidecomputer/omicron
682024-03-30T03:27:26.417Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-03-30T03:27:26.687ZCloning into '/work/oxidecomputer/omicron'...
702024-03-30T03:27:56.124Z+ cd /work/oxidecomputer/omicron
712024-03-30T03:27:56.124Z+ git fetch origin a4481fadd36193cc3f842d8893ac9a03b07fb561
722024-03-30T03:27:56.782ZFrom https://github.com/oxidecomputer/omicron
732024-03-30T03:27:56.782Z * branch a4481fadd36193cc3f842d8893ac9a03b07fb561 -> FETCH_HEAD
742024-03-30T03:27:56.801Z+ [[ -n renovate/hyper-1.x ]]
752024-03-30T03:27:56.806Z++ git branch --show-current
762024-03-30T03:27:56.806Z+ current=main
772024-03-30T03:27:56.806Z+ [[ main != renovate/hyper-1.x ]]
782024-03-30T03:27:56.806Z+ git branch -f renovate/hyper-1.x a4481fadd36193cc3f842d8893ac9a03b07fb561
792024-03-30T03:27:56.806Z+ git checkout -f renovate/hyper-1.x
802024-03-30T03:27:56.919ZSwitched to branch 'renovate/hyper-1.x'
812024-03-30T03:27:56.922Z+ git reset --hard a4481fadd36193cc3f842d8893ac9a03b07fb561
822024-03-30T03:27:56.932ZHEAD is now at a4481fadd Update Rust crate hyper to v1
832024-03-30T03:27:56.935Zprocess exited: duration 30523 ms, exit code 0
 
842024-03-30T03:27:56.941Zstarting task 4: "build"
852024-03-30T03:27:56.946Z+ cargo --version
862024-03-30T03:27:56.951Zinfo: syncing channel updates for '1.76.0-x86_64-unknown-illumos'
872024-03-30T03:27:57.176Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
882024-03-30T03:27:57.176Zinfo: downloading component 'cargo'
892024-03-30T03:27:58.020Zinfo: downloading component 'clippy'
902024-03-30T03:27:58.283Zinfo: downloading component 'rust-docs'
912024-03-30T03:27:59.331Zinfo: downloading component 'rust-std'
922024-03-30T03:28:01.057Zinfo: downloading component 'rustc'
932024-03-30T03:28:05.442Zinfo: downloading component 'rustfmt'
942024-03-30T03:28:05.734Zinfo: installing component 'cargo'
952024-03-30T03:28:06.603Zinfo: installing component 'clippy'
962024-03-30T03:28:07.121Zinfo: installing component 'rust-docs'
972024-03-30T03:28:08.378Zinfo: installing component 'rust-std'
982024-03-30T03:28:10.161Zinfo: installing component 'rustc'
992024-03-30T03:28:14.201Zinfo: installing component 'rustfmt'
1002024-03-30T03:28:14.613Zcargo 1.76.0 (c84b36747 2024-01-18)
1012024-03-30T03:28:14.614Z+ rustc --version
1022024-03-30T03:28:14.671Zrustc 1.76.0 (07dca489a 2024-02-04)
1032024-03-30T03:28:14.695Z+ source ./env.sh
1042024-03-30T03:28:14.695Z++ set -o xtrace
1052024-03-30T03:28:14.695Z++++ dirname ./env.sh
1062024-03-30T03:28:14.745Z+++ readlink -f .
1072024-03-30T03:28:14.819Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082024-03-30T03:28:14.825Z++ 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-30T03:28:14.825Z++ 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-30T03:28:14.825Z++ 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-30T03:28:14.825Z++ 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-30T03:28:14.825Z++ 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-30T03:28:14.825Z++ 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-30T03:28:14.825Z++ 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-30T03:28:14.825Z++ 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-30T03:28:14.825Z++ unset OMICRON_WS
1172024-03-30T03:28:14.825Z++ set +o xtrace
1182024-03-30T03:28:14.825Z
1192024-03-30T03:28:14.825Z ##### ##### ###### ##### ###### #### # # # #### #
1202024-03-30T03:28:14.825Z # # # # # # # # # # # # # # #
1212024-03-30T03:28:14.825Z # # # # ##### # # ##### # # # # # #### #
1222024-03-30T03:28:14.825Z ##### ##### # ##### # # # # # # # # #
1232024-03-30T03:28:14.825Z # # # # # # # # # # # # # # #
1242024-03-30T03:28:14.825Z # # # ###### # # ###### ### # #### # #### #
1252024-03-30T03:28:14.825Z
1262024-03-30T03:28:25.499Z Startup: Refreshing catalog 'helios-dev' ... Done
1272024-03-30T03:28:26.931Z Startup: Caching catalogs ... Done
1282024-03-30T03:28:28.665ZPlanning: Solver setup ... Done (1.346s)
1292024-03-30T03:28:28.684ZPlanning: Running solver ... Done (0.026s)
1302024-03-30T03:28:28.870ZPlanning: Finding local manifests ... Done (0.169s)
1312024-03-30T03:28:28.882ZPlanning: Fetching manifests: 0/4 0% complete
1322024-03-30T03:28:29.684ZPlanning: Fetching manifests: 4/4 100% complete
1332024-03-30T03:28:29.731ZPlanning: Package planning ... Done (0.049s)
1342024-03-30T03:28:29.785ZPlanning: Merging actions ... Done (0.051s)
1352024-03-30T03:28:30.165ZPlanning: Checking for conflicting actions ... Done (0.384s)
1362024-03-30T03:28:30.177ZPlanning: Consolidating action changes ... Done (0.011s)
1372024-03-30T03:28:36.301ZPlanning: Evaluating mediators ... Done (6.123s)
1382024-03-30T03:28:36.311ZPlanning: Planning completed in 9.33 seconds
1392024-03-30T03:28:36.324Z Packages to install: 4
1402024-03-30T03:28:36.325Z Mediators to change: 2
1412024-03-30T03:28:36.328Z Services to change: 1
1422024-03-30T03:28:36.328Z Estimated space available: 155.32 GB
1432024-03-30T03:28:36.328ZEstimated space to be consumed: 1.43 GB
1442024-03-30T03:28:36.328Z Create boot environment: No
1452024-03-30T03:28:36.328ZCreate backup boot environment: No
1462024-03-30T03:28:36.328Z Rebuild boot archive: No
1472024-03-30T03:28:36.329Z
1482024-03-30T03:28:36.329ZChanged mediators:
1492024-03-30T03:28:36.329Z mediator clang:
1502024-03-30T03:28:36.329Z version: None -> 15 (system default)
1512024-03-30T03:28:36.329Z
1522024-03-30T03:28:36.329Z mediator llvm:
1532024-03-30T03:28:36.329Z version: 14 (system default) -> 15 (system default)
1542024-03-30T03:28:36.329Z
1552024-03-30T03:28:36.329ZChanged packages:
1562024-03-30T03:28:36.329Zhelios-dev
1572024-03-30T03:28:36.329Z developer/build-essential
1582024-03-30T03:28:36.329Z None -> 11-2.0
1592024-03-30T03:28:36.329Z library/libxmlsec1
1602024-03-30T03:28:36.329Z None -> 1.2.35-2.0
1612024-03-30T03:28:36.329Z ooce/developer/clang-15
1622024-03-30T03:28:36.329Z None -> 15.0.7-2.0
1632024-03-30T03:28:36.329Z ooce/developer/llvm-15
1642024-03-30T03:28:36.329Z None -> 15.0.7-2.0
1652024-03-30T03:28:36.329Z
1662024-03-30T03:28:36.329ZServices:
1672024-03-30T03:28:36.330Z restart_fmri:
1682024-03-30T03:28:36.330Z svc:/system/update-man-index:default
1692024-03-30T03:28:36.460Z
1702024-03-30T03:28:36.460ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1712024-03-30T03:28:41.443ZDownload: 1199/3290 items 83.5/212.6MB 39% complete (16.9M/s)
1722024-03-30T03:28:46.445ZDownload: 2185/3290 items 118.4/212.6MB 55% complete (11.9M/s)
1732024-03-30T03:28:51.484ZDownload: 2687/3290 items 120.7/212.6MB 56% complete (3.9M/s)
1742024-03-30T03:28:56.715ZDownload: 3275/3290 items 208.9/212.6MB 98% complete (9.0M/s)
1752024-03-30T03:28:59.349ZDownload: Completed 212.60 MB in 22.49 seconds (9.4M/s)
1762024-03-30T03:28:59.372Z Actions: 1/3689 actions (Installing new actions)
1772024-03-30T03:29:04.409Z Actions: 3652/3689 actions (Installing new actions)
1782024-03-30T03:29:04.414Z Actions: Completed 3689 actions in 5.22 seconds.
1792024-03-30T03:29:04.629Z Done (0.192s)
1802024-03-30T03:29:04.629Z Done (0.000s)
1812024-03-30T03:29:04.870Z Done (0.252s)
1822024-03-30T03:29:09.858Z Done (4.848s)
1832024-03-30T03:29:10.050Z Done (0.129s)
1842024-03-30T03:29:10.056Z Done (0.000s)
1852024-03-30T03:29:10.213Z Done (0.000s)
1862024-03-30T03:29:10.729ZPlanning: Evaluating mediator changes ... Done
1872024-03-30T03:29:11.300ZPlanning: Checking for conflicting actions ... Done
1882024-03-30T03:29:11.314ZPlanning: Consolidating action changes ... Done
1892024-03-30T03:29:11.314ZPlanning: Evaluating mediators ... Done
1902024-03-30T03:29:11.314ZPlanning: Planning completed in 0.43 seconds
1912024-03-30T03:29:11.315Z Mediators to change: 2
1922024-03-30T03:29:11.315Z Create boot environment: No
1932024-03-30T03:29:11.315ZCreate backup boot environment: No
1942024-03-30T03:29:11.315Z Done
1952024-03-30T03:29:11.315Z Done
1962024-03-30T03:29:11.415Z Done
1972024-03-30T03:29:14.948Z Done
1982024-03-30T03:29:15.040Z Done
1992024-03-30T03:29:15.040Z Done
2002024-03-30T03:29:15.138Z Done
2012024-03-30T03:29:15.771ZPlanning: Evaluating mediator changes ... Done
2022024-03-30T03:29:15.778ZPlanning: Merging actions ... Done
2032024-03-30T03:29:15.962ZPlanning: Checking for conflicting actions ... Done
2042024-03-30T03:29:15.972ZPlanning: Consolidating action changes ... Done
2052024-03-30T03:29:16.221ZPlanning: Evaluating mediators ... Done
2062024-03-30T03:29:16.281ZPlanning: Planning completed in 0.78 seconds
2072024-03-30T03:29:16.311Z Packages to change: 1
2082024-03-30T03:29:16.312Z Mediators to change: 1
2092024-03-30T03:29:16.312Z Services to change: 1
2102024-03-30T03:29:16.323Z Create boot environment: No
2112024-03-30T03:29:16.323ZCreate backup boot environment: Yes
2122024-03-30T03:29:17.112Z Actions: 1/6 actions (Updating modified actions)
2132024-03-30T03:29:17.116Z Actions: Completed 6 actions in 0.00 seconds.
2142024-03-30T03:29:17.116Z Done
2152024-03-30T03:29:17.116Z Done
2162024-03-30T03:29:17.168Z Done
2172024-03-30T03:29:20.812Z Done
2182024-03-30T03:29:20.903Z Done
2192024-03-30T03:29:20.907Z Done
2202024-03-30T03:29:21.032Z Done
2212024-03-30T03:29:21.426ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2222024-03-30T03:29:21.427Zclang system 15 system
2232024-03-30T03:29:21.427Zcsh system system illumos
2242024-03-30T03:29:21.427Zctags system system illumos
2252024-03-30T03:29:21.427Zgcc vendor 12 vendor
2262024-03-30T03:29:21.427Zgcc system 10 system
2272024-03-30T03:29:21.427Zgcc system 7 system
2282024-03-30T03:29:21.427Zgo system 1.20 system
2292024-03-30T03:29:21.427Zgo system 1.19 system
2302024-03-30T03:29:21.427Zllvm system 15 system
2312024-03-30T03:29:21.427Zllvm system 14 system
2322024-03-30T03:29:21.427Zmariadb system 10.6 system
2332024-03-30T03:29:21.427Zmta vendor vendor dma
2342024-03-30T03:29:21.427Zopenjdk system 17 system
2352024-03-30T03:29:21.427Zopenjdk system 11 system
2362024-03-30T03:29:21.427Zopenjdk system 1.8 system
2372024-03-30T03:29:21.427Zopenssl vendor 3 vendor
2382024-03-30T03:29:21.427Zperl system 5.36 system
2392024-03-30T03:29:21.427Zpostgresql system 15 system
2402024-03-30T03:29:21.427Zpostgresql system 13 system
2412024-03-30T03:29:21.427Zpython vendor 3 vendor
2422024-03-30T03:29:21.427Zpython system 2 system
2432024-03-30T03:29:21.428Zpython3 system 3.11 system
2442024-03-30T03:29:21.428Zruby system 3.0 system
2452024-03-30T03:29:21.428Zwords vendor vendor american-english
2462024-03-30T03:29:21.428Zwords system system australian-english
2472024-03-30T03:29:21.428Zwords system system british-english
2482024-03-30T03:29:21.428Zwords system system canadian-english
2492024-03-30T03:29:21.428Zwords system system french
2502024-03-30T03:29:21.428Zwords system system italian
2512024-03-30T03:29:21.428Zwords system system ngerman
2522024-03-30T03:29:21.428Zwords system system ogerman
2532024-03-30T03:29:21.428Zwords system system spanish
2542024-03-30T03:29:21.759ZPUBLISHER TYPE STATUS P LOCATION
2552024-03-30T03:29:21.759Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2562024-03-30T03:29:22.999ZFMRI IFO
2572024-03-30T03:29:22.999Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2582024-03-30T03:29:22.999Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2592024-03-30T03:29:22.999Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2602024-03-30T03:29:22.999Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2612024-03-30T03:29:22.999Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2622024-03-30T03:29:22.999Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2632024-03-30T03:29:22.999Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2642024-03-30T03:29:22.999Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2652024-03-30T03:29:22.999Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2662024-03-30T03:29:22.999Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2672024-03-30T03:29:22.999Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2682024-03-30T03:29:23.000Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2692024-03-30T03:29:23.218Z+ set -o errexit
2702024-03-30T03:29:23.222Z+++ dirname ./tools/ci_download_cockroachdb
2712024-03-30T03:29:23.225Z++ cd ./tools
2722024-03-30T03:29:23.225Z++ pwd
2732024-03-30T03:29:23.225Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2742024-03-30T03:29:23.225Z++ basename ./tools/ci_download_cockroachdb
2752024-03-30T03:29:23.225Z+ ARG0=ci_download_cockroachdb
2762024-03-30T03:29:23.229Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2772024-03-30T03:29:23.230Z+ CIDL_VERSION=v22.1.9
2782024-03-30T03:29:23.230Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2792024-03-30T03:29:23.230Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2802024-03-30T03:29:23.230Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2812024-03-30T03:29:23.230Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2822024-03-30T03:29:23.230Z+ TARGET_DIR=out
2832024-03-30T03:29:23.230Z+ DOWNLOAD_DIR=out/downloads
2842024-03-30T03:29:23.230Z+ DEST_DIR=./out/cockroachdb
2852024-03-30T03:29:23.230Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2862024-03-30T03:29:23.230Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2872024-03-30T03:29:23.230Z+ main
2882024-03-30T03:29:23.231Z+ [[ 0 != 0 ]]
2892024-03-30T03:29:23.231Z+ CIDL_OS=solaris2.11
2902024-03-30T03:29:23.231Z+ [[ 0 != 0 ]]
2912024-03-30T03:29:23.231Z+ configure_os solaris2.11
2922024-03-30T03:29:23.231Z+ echo 'current directory: /work/oxidecomputer/omicron'
2932024-03-30T03:29:23.231Zcurrent directory: /work/oxidecomputer/omicron
2942024-03-30T03:29:23.231Z+ echo 'configuring based on OS: "solaris2.11"'
2952024-03-30T03:29:23.231Z+ case "$1" in
2962024-03-30T03:29:23.231Zconfiguring based on OS: "solaris2.11"
2972024-03-30T03:29:23.231Z+ CIDL_BUILD=illumos
2982024-03-30T03:29:23.231Z+ CIDL_SUFFIX=tar.gz
2992024-03-30T03:29:23.231Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3002024-03-30T03:29:23.232Z+ CIDL_URL_BASE=https://illumos.org/downloads
3012024-03-30T03:29:23.232Z+ CIDL_ASSEMBLE=do_assemble_illumos
3022024-03-30T03:29:23.232Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
3032024-03-30T03:29:23.232Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
3042024-03-30T03:29:23.232Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3052024-03-30T03:29:23.232Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3062024-03-30T03:29:23.232Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3072024-03-30T03:29:23.232Z+ CIDL_SHA256FUNC=do_sha256sum
3082024-03-30T03:29:23.232Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3092024-03-30T03:29:23.232Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3102024-03-30T03:29:23.232ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3112024-03-30T03:29:23.232ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3122024-03-30T03:29:23.233Z+ mkdir -p out/downloads
3132024-03-30T03:29:23.236Z+ mkdir -p ./out/cockroachdb
3142024-03-30T03:29:23.236Z+ local DO_DOWNLOAD=true
3152024-03-30T03:29:23.236Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3162024-03-30T03:29:23.236Z+ '[' true == true ']'
3172024-03-30T03:29:23.236Z+ echo Downloading...
3182024-03-30T03:29:23.237ZDownloading...
3192024-03-30T03:29:23.237Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3202024-03-30T03:29:23.237Z+ 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
3212024-03-30T03:29:26.206Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3222024-03-30T03:29:26.216Z++ sha256sum
3232024-03-30T03:29:26.216Z++ awk '{print $1}'
3242024-03-30T03:29:26.314Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3252024-03-30T03:29:26.314Z+ [[ 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 ]]
3262024-03-30T03:29:26.314Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3272024-03-30T03:29:26.327Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3282024-03-30T03:29:28.473Z+ do_assemble_illumos
3292024-03-30T03:29:28.473Z+ rm -r ./out/cockroachdb
3302024-03-30T03:29:28.499Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3312024-03-30T03:29:28.896Z+ ./out/cockroachdb/bin/cockroach version
3322024-03-30T03:29:29.062ZBuild Tag: v22.1.9-dirty
3332024-03-30T03:29:29.062ZBuild Time: 2022/10/26 21:17:46
3342024-03-30T03:29:29.063ZDistribution: OSS
3352024-03-30T03:29:29.063ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3362024-03-30T03:29:29.063ZGo Version: go1.17.13
3372024-03-30T03:29:29.063ZC Compiler: gcc 10.3.0
3382024-03-30T03:29:29.063ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3392024-03-30T03:29:29.063ZBuild Type: release
3402024-03-30T03:29:29.086Z+ set -o errexit
3412024-03-30T03:29:29.095Z+++ dirname ./tools/ci_download_clickhouse
3422024-03-30T03:29:29.095Z++ cd ./tools
3432024-03-30T03:29:29.096Z++ pwd
3442024-03-30T03:29:29.096Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3452024-03-30T03:29:29.096Z++ basename ./tools/ci_download_clickhouse
3462024-03-30T03:29:29.096Z+ ARG0=ci_download_clickhouse
3472024-03-30T03:29:29.096Z+ TARGET_DIR=out
3482024-03-30T03:29:29.096Z+ DOWNLOAD_DIR=out/downloads
3492024-03-30T03:29:29.096Z+ DEST_DIR=./out/clickhouse
3502024-03-30T03:29:29.096Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3512024-03-30T03:29:29.096Z+ CIDL_VERSION=v23.8.7.24
3522024-03-30T03:29:29.096Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3532024-03-30T03:29:29.096Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3542024-03-30T03:29:29.096Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3552024-03-30T03:29:29.096Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3562024-03-30T03:29:29.096Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3572024-03-30T03:29:29.096Z+ main
3582024-03-30T03:29:29.096Z+ [[ 0 != 0 ]]
3592024-03-30T03:29:29.096Z+ CIDL_OS=solaris2.11
3602024-03-30T03:29:29.096Z+ [[ 0 != 0 ]]
3612024-03-30T03:29:29.096Z+ configure_os solaris2.11
3622024-03-30T03:29:29.096Z+ echo 'current directory: /work/oxidecomputer/omicron'
3632024-03-30T03:29:29.096Z+ echo 'configuring based on OS: "solaris2.11"'
3642024-03-30T03:29:29.097Z+ CIDL_DASHREV=
3652024-03-30T03:29:29.097Zcurrent directory: /work/oxidecomputer/omicron
3662024-03-30T03:29:29.097Z+ case "$1" in
3672024-03-30T03:29:29.097Zconfiguring based on OS: "solaris2.11"
3682024-03-30T03:29:29.097Z+ CIDL_PLATFORM=illumos
3692024-03-30T03:29:29.097Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3702024-03-30T03:29:29.097Z+ CIDL_MD5FUNC=do_md5sum
3712024-03-30T03:29:29.097Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3722024-03-30T03:29:29.097Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3732024-03-30T03:29:29.097Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3742024-03-30T03:29:29.097Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3752024-03-30T03:29:29.097Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3762024-03-30T03:29:29.097ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3772024-03-30T03:29:29.097Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3782024-03-30T03:29:29.097ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3792024-03-30T03:29:29.097Z+ mkdir -p out/downloads
3802024-03-30T03:29:29.097Z+ mkdir -p ./out/clickhouse
3812024-03-30T03:29:29.101Z+ local DO_DOWNLOAD=true
3822024-03-30T03:29:29.101Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3832024-03-30T03:29:29.101Z+ '[' true == true ']'
3842024-03-30T03:29:29.101Z+ echo Downloading...
3852024-03-30T03:29:29.101ZDownloading...
3862024-03-30T03:29:29.101Z+ 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
3872024-03-30T03:29:29.101Z+ 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
3882024-03-30T03:29:30.687Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3892024-03-30T03:29:30.690Z++ md5sum
3902024-03-30T03:29:30.690Z++ awk '{print $1}'
3912024-03-30T03:29:30.918Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3922024-03-30T03:29:30.919Z+ [[ 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 ]]
3932024-03-30T03:29:30.919Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3942024-03-30T03:29:30.931Z+ mkdir -p ./out/clickhouse
3952024-03-30T03:29:30.931Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3962024-03-30T03:29:34.712Z+ [[ solaris2.11 == darwin* ]]
3972024-03-30T03:29:34.712Z+ ./out/clickhouse/clickhouse server --version
3982024-03-30T03:29:35.036ZClickHouse server version 23.8.7.1.
3992024-03-30T03:29:35.056Z+ set -o errexit
4002024-03-30T03:29:35.059Z+++ dirname ./tools/ci_download_console
4012024-03-30T03:29:35.065Z++ cd ./tools
4022024-03-30T03:29:35.065Z++ pwd
4032024-03-30T03:29:35.065Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4042024-03-30T03:29:35.065Z++ basename ./tools/ci_download_console
4052024-03-30T03:29:35.071Z+ ARG0=ci_download_console
4062024-03-30T03:29:35.071Z+ TARGET_DIR=out
4072024-03-30T03:29:35.071Z+ DOWNLOAD_DIR=out/downloads
4082024-03-30T03:29:35.071Z+ DEST_DIR=./out/console-assets
4092024-03-30T03:29:35.072Z+ source /work/oxidecomputer/omicron/tools/console_version
4102024-03-30T03:29:35.072Z++ COMMIT=156c082cdb21231ab95ef7475de199ecb7a96dc3
4112024-03-30T03:29:35.072Z++ SHA2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b
4122024-03-30T03:29:35.072Z+ URL=https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
4132024-03-30T03:29:35.072Z+ TARBALL_FILE=out/downloads/console.tar.gz
4142024-03-30T03:29:35.073Z+ main
4152024-03-30T03:29:35.073Z+ [[ 0 != 0 ]]
4162024-03-30T03:29:35.073Z+ echo 'URL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz'
4172024-03-30T03:29:35.073ZURL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
4182024-03-30T03:29:35.074Z+ echo 'Local file: out/downloads/console.tar.gz'
4192024-03-30T03:29:35.074ZLocal file: out/downloads/console.tar.gz
4202024-03-30T03:29:35.074Z+ local DO_DOWNLOAD=true
4212024-03-30T03:29:35.074Z+ [[ -f out/downloads/console.tar.gz ]]
4222024-03-30T03:29:35.074Z+ mkdir -p out/downloads
4232024-03-30T03:29:35.075Z+ '[' true == true ']'
4242024-03-30T03:29:35.075Z+ echo Downloading...
4252024-03-30T03:29:35.075ZDownloading...
4262024-03-30T03:29:35.075Z+ do_download_curl https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz out/downloads/console.tar.gz
4272024-03-30T03:29:35.075Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
4282024-03-30T03:29:35.568Z++ do_sha256sum out/downloads/console.tar.gz
4292024-03-30T03:29:35.572Z++ case "$OSTYPE" in
4302024-03-30T03:29:35.572Z++ SHA=sha256sum
4312024-03-30T03:29:35.572Z++ sha256sum
4322024-03-30T03:29:35.573Z++ awk '{print $1}'
4332024-03-30T03:29:35.578Z+ calculated_sha2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b
4342024-03-30T03:29:35.578Z+ [[ bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b != \b\f\7\6\8\0\0\8\b\6\9\5\8\e\1\9\b\8\d\8\c\e\f\2\5\7\1\0\b\4\f\f\6\4\e\e\f\1\e\5\9\b\b\3\b\e\d\b\2\7\b\b\6\b\f\3\3\4\5\9\a\7\8\b ]]
4352024-03-30T03:29:35.578Z+ rm -rf ./out/console-assets
4362024-03-30T03:29:35.583Z+ mkdir -p ./out/console-assets
4372024-03-30T03:29:35.584Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4382024-03-30T03:29:35.584Z+ mkdir -p ./out/console-assets
4392024-03-30T03:29:35.584Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4402024-03-30T03:29:35.681Z+ set -o errexit
4412024-03-30T03:29:35.685Z+++ dirname ./tools/ci_download_maghemite_openapi
4422024-03-30T03:29:35.685Z++ cd ./tools
4432024-03-30T03:29:35.685Z++ pwd
4442024-03-30T03:29:35.685Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4452024-03-30T03:29:35.685Z++ basename ./tools/ci_download_maghemite_openapi
4462024-03-30T03:29:35.685Z+ ARG0=ci_download_maghemite_openapi
4472024-03-30T03:29:35.685Z+ TARGET_DIR=out
4482024-03-30T03:29:35.685Z+ DOWNLOAD_DIR=out/downloads
4492024-03-30T03:29:35.685Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4502024-03-30T03:29:35.685Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4512024-03-30T03:29:35.685Z++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4522024-03-30T03:29:35.685Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4532024-03-30T03:29:35.685Z+ LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4542024-03-30T03:29:35.685Z+ main
4552024-03-30T03:29:35.685Z+ rm -rf out/downloads/root
4562024-03-30T03:29:35.685Z+ [[ 0 != 0 ]]
4572024-03-30T03:29:35.686Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json'
4582024-03-30T03:29:35.686ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4592024-03-30T03:29:35.686Z+ echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4602024-03-30T03:29:35.686Z+ local DO_DOWNLOAD=true
4612024-03-30T03:29:35.686ZLocal file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4622024-03-30T03:29:35.686Z+ [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4632024-03-30T03:29:35.686Z+ mkdir -p out/downloads
4642024-03-30T03:29:35.686Z+ '[' true == true ']'
4652024-03-30T03:29:35.686Z+ echo Downloading...
4662024-03-30T03:29:35.686ZDownloading...
4672024-03-30T03:29:35.686Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4682024-03-30T03:29:35.686Z+ 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
4692024-03-30T03:29:35.970Z++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4702024-03-30T03:29:35.970Z++ case "$OSTYPE" in
4712024-03-30T03:29:35.978Z++ SHA=sha256sum
4722024-03-30T03:29:35.978Z++ sha256sum
4732024-03-30T03:29:35.978Z++ awk '{print $1}'
4742024-03-30T03:29:35.978Z+ calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4752024-03-30T03:29:35.978Z+ [[ 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 ]]
4762024-03-30T03:29:35.978Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4772024-03-30T03:29:35.978Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4782024-03-30T03:29:35.978Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4792024-03-30T03:29:35.978Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4802024-03-30T03:29:35.978Z+ LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4812024-03-30T03:29:35.978Z+ main
4822024-03-30T03:29:35.978Z+ rm -rf out/downloads/root
4832024-03-30T03:29:35.978Z+ [[ 0 != 0 ]]
4842024-03-30T03:29:35.978Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json'
4852024-03-30T03:29:35.978ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4862024-03-30T03:29:35.978Z+ echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4872024-03-30T03:29:35.979Z+ local DO_DOWNLOAD=true
4882024-03-30T03:29:35.979ZLocal file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4892024-03-30T03:29:35.979Z+ [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4902024-03-30T03:29:35.979Z+ mkdir -p out/downloads
4912024-03-30T03:29:35.979Z+ '[' true == true ']'
4922024-03-30T03:29:35.979Z+ echo Downloading...
4932024-03-30T03:29:35.979ZDownloading...
4942024-03-30T03:29:35.979Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4952024-03-30T03:29:35.979Z+ 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
4962024-03-30T03:29:36.102Z++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4972024-03-30T03:29:36.117Z++ case "$OSTYPE" in
4982024-03-30T03:29:36.117Z++ SHA=sha256sum
4992024-03-30T03:29:36.117Z++ sha256sum
5002024-03-30T03:29:36.117Z++ awk '{print $1}'
5012024-03-30T03:29:36.117Z+ calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5022024-03-30T03:29:36.117Z+ [[ 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 ]]
5032024-03-30T03:29:36.117Z+ set -o errexit
5042024-03-30T03:29:36.121Z+++ dirname ./tools/ci_download_dendrite_openapi
5052024-03-30T03:29:36.121Z++ cd ./tools
5062024-03-30T03:29:36.121Z++ pwd
5072024-03-30T03:29:36.121Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5082024-03-30T03:29:36.121Z++ basename ./tools/ci_download_dendrite_openapi
5092024-03-30T03:29:36.121Z+ ARG0=ci_download_dendrite_openapi
5102024-03-30T03:29:36.121Z+ TARGET_DIR=out
5112024-03-30T03:29:36.121Z+ DOWNLOAD_DIR=out/downloads
5122024-03-30T03:29:36.121Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5132024-03-30T03:29:36.121Z++ COMMIT=eeb194461a4b863dae25a933541b1a4fb8efe14d
5142024-03-30T03:29:36.121Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5152024-03-30T03:29:36.121Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/eeb194461a4b863dae25a933541b1a4fb8efe14d/dpd.json
5162024-03-30T03:29:36.121Z+ LOCAL_FILE=out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json
5172024-03-30T03:29:36.121Z+ main
5182024-03-30T03:29:36.121Z+ [[ 0 != 0 ]]
5192024-03-30T03:29:36.122Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/eeb194461a4b863dae25a933541b1a4fb8efe14d/dpd.json'
5202024-03-30T03:29:36.122ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/eeb194461a4b863dae25a933541b1a4fb8efe14d/dpd.json
5212024-03-30T03:29:36.122Z+ echo 'Local file: out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json'
5222024-03-30T03:29:36.122ZLocal file: out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json
5232024-03-30T03:29:36.122Z+ local DO_DOWNLOAD=true
5242024-03-30T03:29:36.122Z+ [[ -f out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json ]]
5252024-03-30T03:29:36.122Z+ mkdir -p out/downloads
5262024-03-30T03:29:36.122Z+ '[' true == true ']'
5272024-03-30T03:29:36.122Z+ echo Downloading...
5282024-03-30T03:29:36.122ZDownloading...
5292024-03-30T03:29:36.122Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/eeb194461a4b863dae25a933541b1a4fb8efe14d/dpd.json out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json
5302024-03-30T03:29:36.122Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/eeb194461a4b863dae25a933541b1a4fb8efe14d/dpd.json
5312024-03-30T03:29:36.726Z++ do_sha256sum out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json
5322024-03-30T03:29:36.726Z++ case "$OSTYPE" in
5332024-03-30T03:29:36.726Z++ SHA=sha256sum
5342024-03-30T03:29:36.729Z++ sha256sum
5352024-03-30T03:29:36.729Z++ awk '{print $1}'
5362024-03-30T03:29:36.733Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5372024-03-30T03:29:36.733Z+ [[ 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 ]]
5382024-03-30T03:29:36.737Z+ set -o errexit
5392024-03-30T03:29:36.740Z+++ dirname ./tools/ci_download_dendrite_stub
5402024-03-30T03:29:36.743Z++ cd ./tools
5412024-03-30T03:29:36.743Z++ pwd
5422024-03-30T03:29:36.743Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5432024-03-30T03:29:36.743Z++ basename ./tools/ci_download_dendrite_stub
5442024-03-30T03:29:36.746Z+ ARG0=ci_download_dendrite_stub
5452024-03-30T03:29:36.746Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5462024-03-30T03:29:36.746Z++ CIDL_SHA256_ILLUMOS=79c32441d7d5328a06e92e7d9c410805e9d8be9d78d59ce1ed6c3e0fba93198d
5472024-03-30T03:29:36.746Z++ CIDL_SHA256_LINUX_DPD=c56a5754996bdce4cf4142829a80f050563c5cab8c30a05b9e56b8d85723d0f5
5482024-03-30T03:29:36.746Z++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b
5492024-03-30T03:29:36.746Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5502024-03-30T03:29:36.746Z++ COMMIT=eeb194461a4b863dae25a933541b1a4fb8efe14d
5512024-03-30T03:29:36.747Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5522024-03-30T03:29:36.747Z+ TARGET_DIR=out
5532024-03-30T03:29:36.747Z+ DOWNLOAD_DIR=out/downloads
5542024-03-30T03:29:36.747Z+ DEST_DIR=./out/dendrite-stub
5552024-03-30T03:29:36.747Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5562024-03-30T03:29:36.747Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5572024-03-30T03:29:36.747Z+ REPO=oxidecomputer/dendrite
5582024-03-30T03:29:36.747Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d
5592024-03-30T03:29:36.747Z+ main
5602024-03-30T03:29:36.747Z+ [[ 0 != 0 ]]
5612024-03-30T03:29:36.747Z+ CIDL_OS=solaris2.11
5622024-03-30T03:29:36.747Z+ [[ 0 != 0 ]]
5632024-03-30T03:29:36.747Z+ configure_os solaris2.11
5642024-03-30T03:29:36.747Z+ echo 'current directory: /work/oxidecomputer/omicron'
5652024-03-30T03:29:36.747Zcurrent directory: /work/oxidecomputer/omicron
5662024-03-30T03:29:36.747Z+ echo 'configuring based on OS: "solaris2.11"'
5672024-03-30T03:29:36.747Zconfiguring based on OS: "solaris2.11"
5682024-03-30T03:29:36.747Z+ case "$1" in
5692024-03-30T03:29:36.747Z+ SET_BINARIES=
5702024-03-30T03:29:36.747Z+ CIDL_SHA256=79c32441d7d5328a06e92e7d9c410805e9d8be9d78d59ce1ed6c3e0fba93198d
5712024-03-30T03:29:36.747Z+ CIDL_SHA256FUNC=do_sha256sum
5722024-03-30T03:29:36.748Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5732024-03-30T03:29:36.748Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d/dendrite-stub.tar.gz
5742024-03-30T03:29:36.748Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5752024-03-30T03:29:36.748Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d/dendrite-stub.tar.gz'
5762024-03-30T03:29:36.748ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d/dendrite-stub.tar.gz
5772024-03-30T03:29:36.748Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5782024-03-30T03:29:36.748Z+ mkdir -p out/downloads
5792024-03-30T03:29:36.748ZLocal file: out/downloads/dendrite-stub.tar.gz
5802024-03-30T03:29:36.748Z+ mkdir -p ./out/dendrite-stub
5812024-03-30T03:29:36.751Z+ fetch_and_verify
5822024-03-30T03:29:36.751Z+ local DO_DOWNLOAD=true
5832024-03-30T03:29:36.751Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5842024-03-30T03:29:36.751Z+ '[' true == true ']'
5852024-03-30T03:29:36.751Z+ echo Downloading...
5862024-03-30T03:29:36.752ZDownloading...
5872024-03-30T03:29:36.752Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5882024-03-30T03:29:36.752Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d/dendrite-stub.tar.gz
5892024-03-30T03:29:42.193Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5902024-03-30T03:29:42.196Z++ sha256sum
5912024-03-30T03:29:42.196Z++ awk '{print $1}'
5922024-03-30T03:29:42.216Z+ calculated_sha256=79c32441d7d5328a06e92e7d9c410805e9d8be9d78d59ce1ed6c3e0fba93198d
5932024-03-30T03:29:42.216Z+ [[ 79c32441d7d5328a06e92e7d9c410805e9d8be9d78d59ce1ed6c3e0fba93198d != \7\9\c\3\2\4\4\1\d\7\d\5\3\2\8\a\0\6\e\9\2\e\7\d\9\c\4\1\0\8\0\5\e\9\d\8\b\e\9\d\7\8\d\5\9\c\e\1\e\d\6\c\3\e\0\f\b\a\9\3\1\9\8\d ]]
5942024-03-30T03:29:42.220Z+ do_untar out/downloads/dendrite-stub.tar.gz
5952024-03-30T03:29:42.221Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5962024-03-30T03:29:42.837Z+ do_assemble
5972024-03-30T03:29:42.837Z+ rm -r ./out/dendrite-stub
5982024-03-30T03:29:42.847Z+ mkdir ./out/dendrite-stub
5992024-03-30T03:29:42.848Z+ cp -r out/downloads/root ./out/dendrite-stub/root
6002024-03-30T03:29:42.895Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
6012024-03-30T03:29:42.908Z+ set -o errexit
6022024-03-30T03:29:42.912Z+++ dirname ./tools/ci_download_maghemite_mgd
6032024-03-30T03:29:42.912Z++ cd ./tools
6042024-03-30T03:29:42.912Z++ pwd
6052024-03-30T03:29:42.912Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6062024-03-30T03:29:42.912Z++ basename ./tools/ci_download_maghemite_mgd
6072024-03-30T03:29:42.915Z+ ARG0=ci_download_maghemite_mgd
6082024-03-30T03:29:42.915Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
6092024-03-30T03:29:42.915Z++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6102024-03-30T03:29:42.915Z++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d
6112024-03-30T03:29:42.915Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6122024-03-30T03:29:42.915Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
6132024-03-30T03:29:42.916Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
6142024-03-30T03:29:42.916Z+ TARGET_DIR=out
6152024-03-30T03:29:42.916Z+ DOWNLOAD_DIR=out/downloads
6162024-03-30T03:29:42.916Z+ DEST_DIR=./out/mgd
6172024-03-30T03:29:42.916Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6182024-03-30T03:29:42.916Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6192024-03-30T03:29:42.916Z+ REPO=oxidecomputer/maghemite
6202024-03-30T03:29:42.916Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a
6212024-03-30T03:29:42.916Z+ main
6222024-03-30T03:29:42.916Z+ rm -rf out/downloads/root
6232024-03-30T03:29:42.920Z+ [[ 0 != 0 ]]
6242024-03-30T03:29:42.921Z+ CIDL_OS=solaris2.11
6252024-03-30T03:29:42.921Z+ [[ 0 != 0 ]]
6262024-03-30T03:29:42.921Z+ configure_os solaris2.11
6272024-03-30T03:29:42.924Z+ echo 'current directory: /work/oxidecomputer/omicron'
6282024-03-30T03:29:42.924Z+ echo 'configuring based on OS: "solaris2.11"'
6292024-03-30T03:29:42.924Zcurrent directory: /work/oxidecomputer/omicron
6302024-03-30T03:29:42.924Z+ case "$1" in
6312024-03-30T03:29:42.924Z+ SET_BINARIES=
6322024-03-30T03:29:42.924Zconfiguring based on OS: "solaris2.11"
6332024-03-30T03:29:42.924Z+ CIDL_SHA256FUNC=do_sha256sum
6342024-03-30T03:29:42.924Z+ TARBALL_FILENAME=mgd.tar.gz
6352024-03-30T03:29:42.924Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6362024-03-30T03:29:42.924Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6372024-03-30T03:29:42.924Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz'
6382024-03-30T03:29:42.925Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6392024-03-30T03:29:42.925ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6402024-03-30T03:29:42.925ZLocal file: out/downloads/mgd.tar.gz
6412024-03-30T03:29:42.925Z+ mkdir -p out/downloads
6422024-03-30T03:29:42.925Z+ mkdir -p ./out/mgd
6432024-03-30T03:29:42.930Z+ fetch_and_verify
6442024-03-30T03:29:42.930Z+ local DO_DOWNLOAD=true
6452024-03-30T03:29:42.930Z+ [[ -f out/downloads/mgd.tar.gz ]]
6462024-03-30T03:29:42.930Z+ '[' true == true ']'
6472024-03-30T03:29:42.930Z+ echo Downloading...
6482024-03-30T03:29:42.930ZDownloading...
6492024-03-30T03:29:42.930Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz
6502024-03-30T03:29:42.930Z+ 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
6512024-03-30T03:29:52.616Z++ do_sha256sum out/downloads/mgd.tar.gz
6522024-03-30T03:29:52.624Z++ sha256sum
6532024-03-30T03:29:52.625Z++ awk '{print $1}'
6542024-03-30T03:29:52.641Z+ calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6552024-03-30T03:29:52.648Z+ [[ 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 ]]
6562024-03-30T03:29:52.649Z+ do_untar out/downloads/mgd.tar.gz
6572024-03-30T03:29:52.649Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6582024-03-30T03:29:53.233Z+ do_assemble
6592024-03-30T03:29:53.233Z+ rm -r ./out/mgd
6602024-03-30T03:29:53.243Z+ mkdir ./out/mgd
6612024-03-30T03:29:53.243Z+ cp -r out/downloads/root ./out/mgd/root
6622024-03-30T03:29:53.330Z+ set -o errexit
6632024-03-30T03:29:53.353Z+++ dirname ./tools/ci_download_transceiver_control
6642024-03-30T03:29:53.354Z++ cd ./tools
6652024-03-30T03:29:53.354Z++ pwd
6662024-03-30T03:29:53.354Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6672024-03-30T03:29:53.354Z++ basename ./tools/ci_download_transceiver_control
6682024-03-30T03:29:53.354Z+ ARG0=ci_download_transceiver_control
6692024-03-30T03:29:53.355Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6702024-03-30T03:29:53.355Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6712024-03-30T03:29:53.355Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6722024-03-30T03:29:53.355Z+ TARGET_DIR=out
6732024-03-30T03:29:53.355Z+ DOWNLOAD_DIR=out/downloads
6742024-03-30T03:29:53.356Z+ DEST_DIR=./out/transceiver-control
6752024-03-30T03:29:53.356Z+ BIN_DIR=/opt/oxide/bin
6762024-03-30T03:29:53.356Z+ BINARY=xcvradm
6772024-03-30T03:29:53.357Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6782024-03-30T03:29:53.357Z+ REPO=oxidecomputer/transceiver-control
6792024-03-30T03:29:53.357Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6802024-03-30T03:29:53.357Z+ main
6812024-03-30T03:29:53.357Z+ [[ 0 != 0 ]]
6822024-03-30T03:29:53.357Z+ CIDL_OS=solaris2.11
6832024-03-30T03:29:53.358Z+ [[ 0 != 0 ]]
6842024-03-30T03:29:53.358Z+ configure_os solaris2.11
6852024-03-30T03:29:53.358Z+ echo 'current directory: /work/oxidecomputer/omicron'
6862024-03-30T03:29:53.358Z+ echo 'configuring based on OS: "solaris2.11"'
6872024-03-30T03:29:53.358Zcurrent directory: /work/oxidecomputer/omicron
6882024-03-30T03:29:53.358Z+ case "$1" in
6892024-03-30T03:29:53.359Zconfiguring based on OS: "solaris2.11"
6902024-03-30T03:29:53.359Z+ SET_BINARIES=
6912024-03-30T03:29:53.359Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6922024-03-30T03:29:53.359Z+ CIDL_SHA256FUNC=do_sha256sum
6932024-03-30T03:29:53.359Z+ ARCHIVE_FILENAME=xcvradm.gz
6942024-03-30T03:29:53.360Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6952024-03-30T03:29:53.360Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6962024-03-30T03:29:53.360Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6972024-03-30T03:29:53.360Z+ echo 'Local file: out/downloads/xcvradm.gz'
6982024-03-30T03:29:53.360ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6992024-03-30T03:29:53.361ZLocal file: out/downloads/xcvradm.gz
7002024-03-30T03:29:53.361Z+ mkdir -p out/downloads
7012024-03-30T03:29:53.361Z+ mkdir -p ./out/transceiver-control
7022024-03-30T03:29:53.361Z+ fetch_and_verify
7032024-03-30T03:29:53.361Z+ local DO_DOWNLOAD=true
7042024-03-30T03:29:53.362Z+ [[ -f out/downloads/xcvradm.gz ]]
7052024-03-30T03:29:53.362Z+ '[' true == true ']'
7062024-03-30T03:29:53.362Z+ echo Downloading...
7072024-03-30T03:29:53.362ZDownloading...
7082024-03-30T03:29:53.362Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
7092024-03-30T03:29:53.362Z+ 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
7102024-03-30T03:29:58.189Z++ do_sha256sum out/downloads/xcvradm.gz
7112024-03-30T03:29:58.202Z++ sha256sum
7122024-03-30T03:29:58.202Z++ awk '{print $1}'
7132024-03-30T03:29:58.202Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7142024-03-30T03:29:58.203Z+ [[ 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 ]]
7152024-03-30T03:29:58.203Z+ do_unpack out/downloads/xcvradm.gz
7162024-03-30T03:29:58.203Z+ mkdir -p out/downloads/root//opt/oxide/bin
7172024-03-30T03:29:58.203Z+ gzip -dc out/downloads/xcvradm.gz
7182024-03-30T03:29:58.317Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7192024-03-30T03:29:58.324Z+ do_assemble
7202024-03-30T03:29:58.324Z+ rm -r ./out/transceiver-control
7212024-03-30T03:29:58.325Z+ mkdir ./out/transceiver-control
7222024-03-30T03:29:58.325Z+ cp -r out/downloads/root ./out/transceiver-control/root
7232024-03-30T03:29:58.413Z+ set -o errexit
7242024-03-30T03:29:58.419Z+++ dirname ./tools/ci_download_thundermuffin
7252024-03-30T03:29:58.419Z++ cd ./tools
7262024-03-30T03:29:58.419Z++ pwd
7272024-03-30T03:29:58.419Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7282024-03-30T03:29:58.422Z++ basename ./tools/ci_download_thundermuffin
7292024-03-30T03:29:58.423Z+ ARG0=ci_download_thundermuffin
7302024-03-30T03:29:58.423Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7312024-03-30T03:29:58.423Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7322024-03-30T03:29:58.423Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7332024-03-30T03:29:58.423Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7342024-03-30T03:29:58.423Z+ TARGET_DIR=out
7352024-03-30T03:29:58.423Z+ DOWNLOAD_DIR=out/downloads
7362024-03-30T03:29:58.423Z+ DEST_DIR=./out/thundermuffin
7372024-03-30T03:29:58.423Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7382024-03-30T03:29:58.423Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7392024-03-30T03:29:58.424Z+ REPO=oxidecomputer/thundermuffin
7402024-03-30T03:29:58.424Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7412024-03-30T03:29:58.424Z+ main
7422024-03-30T03:29:58.424Z+ rm -rf out/downloads/root
7432024-03-30T03:29:58.428Z+ [[ 0 != 0 ]]
7442024-03-30T03:29:58.428Z+ CIDL_OS=solaris2.11
7452024-03-30T03:29:58.428Z+ [[ 0 != 0 ]]
7462024-03-30T03:29:58.428Z+ configure_os solaris2.11
7472024-03-30T03:29:58.428Z+ echo 'current directory: /work/oxidecomputer/omicron'
7482024-03-30T03:29:58.428Z+ echo 'configuring based on OS: "solaris2.11"'
7492024-03-30T03:29:58.428Zcurrent directory: /work/oxidecomputer/omicron
7502024-03-30T03:29:58.428Z+ case "$1" in
7512024-03-30T03:29:58.428Zconfiguring based on OS: "solaris2.11"
7522024-03-30T03:29:58.428Z+ SET_BINARIES=
7532024-03-30T03:29:58.428Z+ CIDL_SHA256FUNC=do_sha256sum
7542024-03-30T03:29:58.429Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7552024-03-30T03:29:58.429Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7562024-03-30T03:29:58.429Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7572024-03-30T03:29:58.429Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7582024-03-30T03:29:58.429ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7592024-03-30T03:29:58.429Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7602024-03-30T03:29:58.429ZLocal file: out/downloads/thundermuffin.tar.gz
7612024-03-30T03:29:58.429Z+ mkdir -p out/downloads
7622024-03-30T03:29:58.432Z+ mkdir -p ./out/thundermuffin
7632024-03-30T03:29:58.432Z+ fetch_and_verify
7642024-03-30T03:29:58.433Z+ local DO_DOWNLOAD=true
7652024-03-30T03:29:58.433Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7662024-03-30T03:29:58.433Z+ '[' true == true ']'
7672024-03-30T03:29:58.433Z+ echo Downloading...
7682024-03-30T03:29:58.433ZDownloading...
7692024-03-30T03:29:58.433Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7702024-03-30T03:29:58.433Z+ 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
7712024-03-30T03:30:01.138Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7722024-03-30T03:30:01.142Z++ sha256sum
7732024-03-30T03:30:01.142Z++ awk '{print $1}'
7742024-03-30T03:30:01.149Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7752024-03-30T03:30:01.150Z+ [[ 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 ]]
7762024-03-30T03:30:01.150Z+ do_untar out/downloads/thundermuffin.tar.gz
7772024-03-30T03:30:01.150Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7782024-03-30T03:30:01.210Z+ do_assemble
7792024-03-30T03:30:01.210Z+ rm -r ./out/thundermuffin
7802024-03-30T03:30:01.214Z+ mkdir ./out/thundermuffin
7812024-03-30T03:30:01.214Z+ cp -r out/downloads/root ./out/thundermuffin/root
7822024-03-30T03:30:01.234ZAll builder prerequisites installed successfully, and PATH looks valid
7832024-03-30T03:30:01.239Z
7842024-03-30T03:30:01.239Zreal 1:46.357044037
7852024-03-30T03:30:01.239Zuser 36.333000001
7862024-03-30T03:30:01.239Zsys 6.585736349
7872024-03-30T03:30:01.240Ztrap 0.007359036
7882024-03-30T03:30:01.240Ztflt 0.178837003
7892024-03-30T03:30:01.240Zdflt 0.361251210
7902024-03-30T03:30:01.240Zkflt 0.075559901
7912024-03-30T03:30:01.240Zlock 1.001969923
7922024-03-30T03:30:01.240Zslp 3:33.899272974
7932024-03-30T03:30:01.240Zlat 2.019697627
7942024-03-30T03:30:01.240Zstop 0.136218519
7952024-03-30T03:30:01.240Z
7962024-03-30T03:30:01.240Z #### # # ##### ##### # #
7972024-03-30T03:30:01.240Z # # # # # # # # # #
7982024-03-30T03:30:01.241Z # # # # # # # #
7992024-03-30T03:30:01.241Z # # # ##### ##### #
8002024-03-30T03:30:01.241Z # # # # # # #
8012024-03-30T03:30:01.241Z #### ###### # # # #
8022024-03-30T03:30:01.241Z
8032024-03-30T03:30:01.453Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
8042024-03-30T03:30:02.268Z Updating git repository `https://github.com/oxidecomputer/samael`
8052024-03-30T03:30:03.155Z Updating git repository `https://github.com/oxidecomputer/zone`
8062024-03-30T03:30:03.865Z Updating crates.io index
8072024-03-30T03:30:03.869Z Updating git repository `https://github.com/oxidecomputer/dropshot`
8082024-03-30T03:30:05.888Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8092024-03-30T03:30:07.139Z Updating git repository `https://github.com/oxidecomputer/progenitor`
8102024-03-30T03:30:11.550Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
8112024-03-30T03:30:13.646Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8122024-03-30T03:30:14.282Z Updating git repository `https://github.com/oxidecomputer/propolis`
8132024-03-30T03:30:16.943Z Updating git repository `https://github.com/oxidecomputer/crucible`
8142024-03-30T03:30:22.448Z Updating git repository `https://github.com/oxidecomputer/opte`
8152024-03-30T03:30:25.228Z Updating git repository `https://github.com/oxidecomputer/falcon`
8162024-03-30T03:30:29.360Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8172024-03-30T03:30:30.128Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8182024-03-30T03:30:31.389Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8192024-03-30T03:30:32.183Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8202024-03-30T03:30:33.029Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8212024-03-30T03:30:34.115Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8222024-03-30T03:30:35.014Z Updating git repository `http://github.com/oxidecomputer/tofino`
8232024-03-30T03:30:35.838Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8242024-03-30T03:30:36.564Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8252024-03-30T03:30:37.182Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8262024-03-30T03:30:37.870Z Updating git repository `https://github.com/oxidecomputer/ispf`
8272024-03-30T03:30:38.664Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8282024-03-30T03:30:39.574Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8292024-03-30T03:30:41.711Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8302024-03-30T03:30:42.839Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8312024-03-30T03:30:43.654Z Updating git repository `https://github.com/jgallagher/nix`
8322024-03-30T03:30:48.052Z Updating git repository `https://github.com/cbiffle/hubpack`
8332024-03-30T03:30:48.990Z Updating git repository `https://github.com/oxidecomputer/typify`
8342024-03-30T03:30:52.219Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8352024-03-30T03:30:54.407Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8362024-03-30T03:30:54.595Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8372024-03-30T03:30:56.147Z Updating git repository `https://github.com/oxidecomputer/rfb`
8382024-03-30T03:30:58.183Z Downloading crates ...
8392024-03-30T03:30:58.315Z Downloaded equivalent v1.0.1
8402024-03-30T03:30:58.325Z Downloaded swrite v0.1.0
8412024-03-30T03:30:58.338Z Downloaded colorchoice v1.0.0
8422024-03-30T03:30:58.338Z Downloaded heck v0.4.1
8432024-03-30T03:30:58.763Z Downloaded toml_datetime v0.6.5
8442024-03-30T03:30:58.764Z Downloaded anstyle-query v1.0.0
8452024-03-30T03:30:58.764Z Downloaded clap_lex v0.7.0
8462024-03-30T03:30:58.764Z Downloaded cargo_metadata v0.18.1
8472024-03-30T03:30:58.764Z Downloaded anstyle v1.0.6
8482024-03-30T03:30:58.764Z Downloaded itoa v1.0.9
8492024-03-30T03:30:58.764Z Downloaded fs-err v2.11.0
8502024-03-30T03:30:58.764Z Downloaded autocfg v1.1.0
8512024-03-30T03:30:58.770Z Downloaded utf8parse v0.2.1
8522024-03-30T03:30:58.770Z Downloaded thiserror v1.0.57
8532024-03-30T03:30:58.770Z Downloaded strsim v0.11.0
8542024-03-30T03:30:58.770Z Downloaded errno v0.3.8
8552024-03-30T03:30:58.770Z Downloaded cargo-platform v0.1.3
8562024-03-30T03:30:58.770Z Downloaded terminal_size v0.3.0
8572024-03-30T03:30:58.770Z Downloaded anstyle-parse v0.2.1
8582024-03-30T03:30:58.770Z Downloaded serde_spanned v0.6.5
8592024-03-30T03:30:58.771Z Downloaded semver v1.0.22
8602024-03-30T03:30:58.771Z Downloaded clap_derive v4.5.0
8612024-03-30T03:30:58.771Z Downloaded thiserror-impl v1.0.57
8622024-03-30T03:30:58.771Z Downloaded quote v1.0.35
8632024-03-30T03:30:58.771Z Downloaded proc-macro2 v1.0.78
8642024-03-30T03:30:58.771Z Downloaded anstream v0.6.11
8652024-03-30T03:30:58.771Z Downloaded ryu v1.0.15
8662024-03-30T03:30:58.771Z Downloaded unicode-ident v1.0.12
8672024-03-30T03:30:58.771Z Downloaded bitflags v2.4.2
8682024-03-30T03:30:58.771Z Downloaded clap v4.5.1
8692024-03-30T03:30:58.771Z Downloaded toml v0.8.10
8702024-03-30T03:30:58.771Z Downloaded serde_derive v1.0.197
8712024-03-30T03:30:58.772Z Downloaded cargo_toml v0.19.0
8722024-03-30T03:30:58.772Z Downloaded anyhow v1.0.79
8732024-03-30T03:30:58.772Z Downloaded camino v1.1.6
8742024-03-30T03:30:58.772Z Downloaded indexmap v2.2.5
8752024-03-30T03:30:58.772Z Downloaded serde v1.0.197
8762024-03-30T03:30:58.772Z Downloaded memchr v2.7.1
8772024-03-30T03:30:58.772Z Downloaded toml_edit v0.22.6
8782024-03-30T03:30:58.772Z Downloaded winnow v0.6.1
8792024-03-30T03:30:58.772Z Downloaded serde_json v1.0.114
8802024-03-30T03:30:58.772Z Downloaded hashbrown v0.14.3
8812024-03-30T03:30:58.772Z Downloaded clap_builder v4.5.1
8822024-03-30T03:30:58.772Z Downloaded syn v2.0.52
8832024-03-30T03:30:58.773Z Downloaded rustix v0.38.31
8842024-03-30T03:30:58.773Z Downloaded libc v0.2.153
8852024-03-30T03:30:58.804Z Compiling proc-macro2 v1.0.78
8862024-03-30T03:30:58.808Z Compiling unicode-ident v1.0.12
8872024-03-30T03:30:58.808Z Compiling serde v1.0.197
8882024-03-30T03:30:58.808Z Compiling libc v0.2.153
8892024-03-30T03:30:58.808Z Compiling rustix v0.38.31
8902024-03-30T03:30:58.808Z Compiling equivalent v1.0.1
8912024-03-30T03:30:58.843Z Compiling bitflags v2.4.2
8922024-03-30T03:30:58.857Z Compiling utf8parse v0.2.1
8932024-03-30T03:30:58.967Z Compiling hashbrown v0.14.3
8942024-03-30T03:30:59.012Z Compiling anstyle-parse v0.2.1
8952024-03-30T03:30:59.036Z Compiling serde_json v1.0.114
8962024-03-30T03:30:59.271Z Compiling winnow v0.6.1
8972024-03-30T03:30:59.316Z Compiling semver v1.0.22
8982024-03-30T03:30:59.964Z Compiling indexmap v2.2.5
8992024-03-30T03:31:00.045Z Compiling anstyle v1.0.6
9002024-03-30T03:31:00.049Z Compiling anstyle-query v1.0.0
9012024-03-30T03:31:00.174Z Compiling camino v1.1.6
9022024-03-30T03:31:00.184Z Compiling thiserror v1.0.57
9032024-03-30T03:31:00.218Z Compiling colorchoice v1.0.0
9042024-03-30T03:31:00.378Z Compiling autocfg v1.1.0
9052024-03-30T03:31:00.439Z Compiling anstream v0.6.11
9062024-03-30T03:31:01.278Z Compiling heck v0.4.1
9072024-03-30T03:31:01.287Z Compiling anyhow v1.0.79
9082024-03-30T03:31:01.287Z Compiling quote v1.0.35
9092024-03-30T03:31:01.287Z Compiling fs-err v2.11.0
9102024-03-30T03:31:01.288Z Compiling ryu v1.0.15
9112024-03-30T03:31:01.323Z Compiling errno v0.3.8
9122024-03-30T03:31:01.408Z Compiling strsim v0.11.0
9132024-03-30T03:31:01.524Z Compiling syn v2.0.52
9142024-03-30T03:31:01.581Z Compiling itoa v1.0.9
9152024-03-30T03:31:02.037Z Compiling clap_lex v0.7.0
9162024-03-30T03:31:02.052Z Compiling swrite v0.1.0
9172024-03-30T03:31:02.572Z Compiling terminal_size v0.3.0
9182024-03-30T03:31:02.666Z Compiling clap_builder v4.5.1
9192024-03-30T03:31:06.629Z Compiling serde_derive v1.0.197
9202024-03-30T03:31:06.630Z Compiling thiserror-impl v1.0.57
9212024-03-30T03:31:06.637Z Compiling clap_derive v4.5.0
9222024-03-30T03:31:09.328Z Compiling clap v4.5.1
9232024-03-30T03:31:14.161Z Compiling serde_spanned v0.6.5
9242024-03-30T03:31:14.161Z Compiling toml_datetime v0.6.5
9252024-03-30T03:31:14.164Z Compiling cargo-platform v0.1.3
9262024-03-30T03:31:14.390Z Compiling toml_edit v0.22.6
9272024-03-30T03:31:15.423Z Compiling cargo_metadata v0.18.1
9282024-03-30T03:31:16.651Z Compiling toml v0.8.10
9292024-03-30T03:31:16.881Z Compiling cargo_toml v0.19.0
9302024-03-30T03:31:20.435Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
9312024-03-30T03:31:22.243Z Finished dev [unoptimized + debuginfo] target(s) in 1m 20s
9322024-03-30T03:31:22.448Z Running `target/debug/xtask clippy`
9332024-03-30T03:31:22.496Zrunning: "/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"
9342024-03-30T03:31:23.058Z Downloading crates ...
9352024-03-30T03:31:23.154Z Downloaded adler v1.0.2
9362024-03-30T03:31:23.159Z Downloaded headers-core v0.2.0
9372024-03-30T03:31:23.163Z Downloaded anes v0.1.6
9382024-03-30T03:31:23.166Z Downloaded ahash v0.8.8
9392024-03-30T03:31:23.170Z Downloaded crucible-workspace-hack v0.1.0
9402024-03-30T03:31:23.170Z Downloaded hash32 v0.3.1
9412024-03-30T03:31:23.170Z Downloaded allocator-api2 v0.2.16
9422024-03-30T03:31:23.173Z Downloaded hex-literal v0.4.1
9432024-03-30T03:31:23.176Z Downloaded hex v0.4.3
9442024-03-30T03:31:23.176Z Downloaded heck v0.3.3
9452024-03-30T03:31:23.179Z Downloaded base64ct v1.6.0
9462024-03-30T03:31:23.182Z Downloaded atomic-waker v1.1.1
9472024-03-30T03:31:23.182Z Downloaded approx v0.5.1
9482024-03-30T03:31:23.185Z Downloaded aho-corasick v1.1.2
9492024-03-30T03:31:23.190Z Downloaded httparse v1.8.0
9502024-03-30T03:31:23.193Z Downloaded ident_case v1.0.1
9512024-03-30T03:31:23.196Z Downloaded http-range v0.1.5
9522024-03-30T03:31:23.196Z Downloaded atty v0.2.14
9532024-03-30T03:31:23.199Z Downloaded indoc v1.0.9
9542024-03-30T03:31:23.202Z Downloaded cipher v0.4.4
9552024-03-30T03:31:23.202Z Downloaded humantime v2.1.0
9562024-03-30T03:31:23.205Z Downloaded hubpack v0.1.2
9572024-03-30T03:31:23.205Z Downloaded bytes v1.5.0
9582024-03-30T03:31:23.210Z Downloaded inout v0.1.3
9592024-03-30T03:31:23.213Z Downloaded iana-time-zone v0.1.57
9602024-03-30T03:31:23.216Z Downloaded hyper-staticfile v0.9.5
9612024-03-30T03:31:23.219Z Downloaded instant v0.1.12
9622024-03-30T03:31:23.219Z Downloaded assert_matches v1.5.0
9632024-03-30T03:31:23.224Z Downloaded hubpack_derive v0.1.1
9642024-03-30T03:31:23.224Z Downloaded is_ci v1.2.0
9652024-03-30T03:31:23.227Z Downloaded bitstruct v0.1.1
9662024-03-30T03:31:23.227Z Downloaded atomicwrites v0.4.3
9672024-03-30T03:31:23.227Z Downloaded headers v0.3.9
9682024-03-30T03:31:23.232Z Downloaded is-terminal v0.4.9
9692024-03-30T03:31:23.235Z Downloaded hashbrown v0.13.2
9702024-03-30T03:31:23.240Z Downloaded matches v0.1.10
9712024-03-30T03:31:23.243Z Downloaded indoc v2.0.3
9722024-03-30T03:31:23.246Z Downloaded indexmap v1.9.3
9732024-03-30T03:31:23.249Z Downloaded hashbrown v0.12.3
9742024-03-30T03:31:23.253Z Downloaded indicatif v0.17.8
9752024-03-30T03:31:23.258Z Downloaded newline-converter v0.3.0
9762024-03-30T03:31:23.261Z Downloaded new_debug_unreachable v1.0.4
9772024-03-30T03:31:23.261Z Downloaded async-recursion v1.0.5
9782024-03-30T03:31:23.264Z Downloaded newtype_derive v0.1.6
9792024-03-30T03:31:23.267Z Downloaded nested v0.1.1
9802024-03-30T03:31:23.267Z Downloaded block-padding v0.3.3
9812024-03-30T03:31:23.267Z Downloaded async-stream-impl v0.3.5
9822024-03-30T03:31:23.270Z Downloaded keccak v0.1.4
9832024-03-30T03:31:23.270Z Downloaded match_cfg v0.1.0
9842024-03-30T03:31:23.270Z Downloaded libefi-sys v0.1.0
9852024-03-30T03:31:23.273Z Downloaded ipnetwork v0.20.0
9862024-03-30T03:31:23.276Z Downloaded hyper-rustls v0.26.0
9872024-03-30T03:31:23.276Z Downloaded lru-cache v0.1.2
9882024-03-30T03:31:23.279Z Downloaded lalrpop-util v0.19.12
9892024-03-30T03:31:23.280Z Downloaded libsw v3.3.1
9902024-03-30T03:31:23.283Z Downloaded managed v0.8.0
9912024-03-30T03:31:23.286Z Downloaded linked-hash-map v0.5.6
9922024-03-30T03:31:23.286Z Downloaded memmap v0.7.0
9932024-03-30T03:31:23.289Z Downloaded md-5 v0.10.5
9942024-03-30T03:31:23.289Z Downloaded maybe-uninit v2.0.0
9952024-03-30T03:31:23.292Z Downloaded hyper-rustls v0.24.2
9962024-03-30T03:31:23.295Z Downloaded take_mut v0.2.2
9972024-03-30T03:31:23.295Z Downloaded maplit v1.0.2
9982024-03-30T03:31:23.295Z Downloaded macaddr v1.0.1
9992024-03-30T03:31:23.298Z Downloaded constant_time_eq v0.3.0
10002024-03-30T03:31:23.305Z Downloaded nibble_vec v0.1.0
10012024-03-30T03:31:23.305Z Downloaded nanorand v0.7.0
10022024-03-30T03:31:23.308Z Downloaded mime v0.3.17
10032024-03-30T03:31:23.308Z Downloaded want v0.3.1
10042024-03-30T03:31:23.309Z Downloaded rustls-pki-types v1.3.0
10052024-03-30T03:31:23.309Z Downloaded highway v1.1.0
10062024-03-30T03:31:23.312Z Downloaded multimap v0.10.0
10072024-03-30T03:31:23.312Z Downloaded mockall v0.12.0
10082024-03-30T03:31:23.315Z Downloaded tower-service v0.3.2
10092024-03-30T03:31:23.315Z Downloaded tower-layer v0.3.2
10102024-03-30T03:31:23.318Z Downloaded thread_local v1.1.7
10112024-03-30T03:31:23.318Z Downloaded rpassword v7.3.1
10122024-03-30T03:31:23.321Z Downloaded libloading v0.7.4
10132024-03-30T03:31:23.324Z Downloaded lock_api v0.4.10
10142024-03-30T03:31:23.324Z Downloaded colored v2.1.0
10152024-03-30T03:31:23.327Z Downloaded signal-hook-registry v1.4.1
10162024-03-30T03:31:23.327Z Downloaded hyper-util v0.1.2
10172024-03-30T03:31:23.333Z Downloaded crc-catalog v2.2.0
10182024-03-30T03:31:23.336Z Downloaded darling_macro v0.14.4
10192024-03-30T03:31:23.336Z Downloaded crc v3.0.1
10202024-03-30T03:31:23.336Z Downloaded multer v3.0.0
10212024-03-30T03:31:23.338Z Downloaded structmeta-derive v0.3.0
10222024-03-30T03:31:23.341Z Downloaded tabwriter v1.4.0
10232024-03-30T03:31:23.341Z Downloaded rustfmt-wrapper v0.2.0
10242024-03-30T03:31:23.345Z Downloaded mime_guess v2.0.4
10252024-03-30T03:31:23.348Z Downloaded cpufeatures v0.2.12
10262024-03-30T03:31:23.348Z Downloaded diesel_table_macro_syntax v0.1.0
10272024-03-30T03:31:23.351Z Downloaded secrecy v0.8.0
10282024-03-30T03:31:23.351Z Downloaded openssl-probe v0.1.5
10292024-03-30T03:31:23.351Z Downloaded sec1 v0.7.3
10302024-03-30T03:31:23.354Z Downloaded serde_tokenstream v0.1.7
10312024-03-30T03:31:23.358Z Downloaded untrusted v0.9.0
10322024-03-30T03:31:23.361Z Downloaded untrusted v0.7.1
10332024-03-30T03:31:23.361Z Downloaded shlex v1.3.0
10342024-03-30T03:31:23.364Z Downloaded peeking_take_while v0.1.2
10352024-03-30T03:31:23.364Z Downloaded guppy-workspace-hack v0.1.0
10362024-03-30T03:31:23.369Z Downloaded console v0.15.8
10372024-03-30T03:31:23.369Z Downloaded path-slash v0.1.5
10382024-03-30T03:31:23.387Z Downloaded structmeta v0.3.0
10392024-03-30T03:31:23.387Z Downloaded predicates-tree v1.0.9
10402024-03-30T03:31:23.387Z Downloaded difflib v0.4.0
10412024-03-30T03:31:23.387Z Downloaded thread-id v4.2.0
10422024-03-30T03:31:23.387Z Downloaded signal-hook-mio v0.2.3
10432024-03-30T03:31:23.387Z Downloaded pathdiff v0.2.1
10442024-03-30T03:31:23.387Z Downloaded pretty-hex v0.2.1
10452024-03-30T03:31:23.387Z Downloaded ciborium v0.2.2
10462024-03-30T03:31:23.397Z Downloaded spin v0.9.8
10472024-03-30T03:31:23.397Z Downloaded num_cpus v1.16.0
10482024-03-30T03:31:23.397Z Downloaded criterion-plot v0.5.0
10492024-03-30T03:31:23.397Z Downloaded crc32fast v1.3.2
10502024-03-30T03:31:23.397Z Downloaded cookie v0.17.0
10512024-03-30T03:31:23.414Z Downloaded arc-swap v1.6.0
10522024-03-30T03:31:23.414Z Downloaded tracing-attributes v0.1.27
10532024-03-30T03:31:23.418Z Downloaded vte v0.11.1
10542024-03-30T03:31:23.419Z Downloaded sqlparser_derive v0.2.2
10552024-03-30T03:31:23.419Z Downloaded similar-asserts v1.5.0
10562024-03-30T03:31:23.419Z Downloaded http v1.0.0
10572024-03-30T03:31:23.419Z Downloaded sct v0.7.0
10582024-03-30T03:31:23.419Z Downloaded termtree v0.4.1
10592024-03-30T03:31:23.419Z Downloaded waitgroup v0.1.2
10602024-03-30T03:31:23.419Z Downloaded structmeta v0.2.0
10612024-03-30T03:31:23.422Z Downloaded toolchain_find v0.2.0
10622024-03-30T03:31:23.422Z Downloaded dtrace-parser v0.2.0
10632024-03-30T03:31:23.428Z Downloaded usdt-attr-macro v0.3.5
10642024-03-30T03:31:23.428Z Downloaded tinyvec_macros v0.1.1
10652024-03-30T03:31:23.428Z Downloaded rand_core v0.6.4
10662024-03-30T03:31:23.846Z Downloaded predicates-core v1.0.6
10672024-03-30T03:31:23.846Z Downloaded endian-type v0.1.2
10682024-03-30T03:31:23.846Z Downloaded embedded-io v0.4.0
10692024-03-30T03:31:23.846Z Downloaded futures-sink v0.3.30
10702024-03-30T03:31:23.846Z Downloaded same-file v1.0.6
10712024-03-30T03:31:23.847Z Downloaded rustc_version v0.1.7
10722024-03-30T03:31:23.853Z Downloaded rustc-hash v1.1.0
10732024-03-30T03:31:23.853Z Downloaded ref-cast-impl v1.0.20
10742024-03-30T03:31:23.853Z Downloaded num_enum v0.5.11
10752024-03-30T03:31:23.853Z Downloaded normalize-line-endings v0.3.0
10762024-03-30T03:31:23.853Z Downloaded uuid v0.8.2
10772024-03-30T03:31:23.853Z Downloaded once_cell v1.19.0
10782024-03-30T03:31:23.853Z Downloaded siphasher v0.3.11
10792024-03-30T03:31:23.853Z Downloaded pretty-hex v0.4.1
10802024-03-30T03:31:23.853Z Downloaded fxhash v0.2.1
10812024-03-30T03:31:23.853Z Downloaded strsim v0.8.0
10822024-03-30T03:31:23.853Z Downloaded dtrace-parser v0.1.14
10832024-03-30T03:31:23.854Z Downloaded ref-cast v1.0.20
10842024-03-30T03:31:23.854Z Downloaded strsim v0.10.0
10852024-03-30T03:31:23.854Z Downloaded strip-ansi-escapes v0.2.0
10862024-03-30T03:31:23.854Z Downloaded pkcs1 v0.7.5
10872024-03-30T03:31:23.854Z Downloaded unicode-xid v0.2.4
10882024-03-30T03:31:23.854Z Downloaded zerocopy v0.3.0
10892024-03-30T03:31:23.854Z Downloaded yansi v0.5.1
10902024-03-30T03:31:23.854Z Downloaded precomputed-hash v0.1.1
10912024-03-30T03:31:23.854Z Downloaded stringprep v0.1.3
10922024-03-30T03:31:23.854Z Downloaded string_cache v0.8.7
10932024-03-30T03:31:23.854Z Downloaded signal-hook v0.3.17
10942024-03-30T03:31:23.854Z Downloaded strum v0.26.1
10952024-03-30T03:31:23.854Z Downloaded usdt v0.5.0
10962024-03-30T03:31:23.854Z Downloaded topological-sort v0.2.2
10972024-03-30T03:31:23.854Z Downloaded rusty-fork v0.3.0
10982024-03-30T03:31:23.854Z Downloaded xattr v1.0.1
10992024-03-30T03:31:23.855Z Downloaded defmt-parser v0.3.3
11002024-03-30T03:31:23.855Z Downloaded time-core v0.1.2
11012024-03-30T03:31:23.855Z Downloaded pin-project-lite v0.2.13
11022024-03-30T03:31:23.855Z Downloaded parse-display v0.9.0
11032024-03-30T03:31:23.855Z Downloaded num v0.4.1
11042024-03-30T03:31:23.855Z Downloaded hash32 v0.2.1
11052024-03-30T03:31:23.855Z Downloaded unsafe-libyaml v0.2.10
11062024-03-30T03:31:23.855Z Downloaded pin-project-internal v1.1.3
11072024-03-30T03:31:23.855Z Downloaded proc-macro-crate v1.3.1
11082024-03-30T03:31:23.855Z Downloaded dyn-clone v1.0.17
11092024-03-30T03:31:23.855Z Downloaded darling_core v0.20.3
11102024-03-30T03:31:23.855Z Downloaded cstr-argument v0.1.2
11112024-03-30T03:31:23.855Z Downloaded crunchy v0.2.2
11122024-03-30T03:31:23.855Z Downloaded scopeguard v1.2.0
11132024-03-30T03:31:23.856Z Downloaded textwrap v0.11.0
11142024-03-30T03:31:23.856Z Downloaded yasna v0.5.2
11152024-03-30T03:31:23.856Z Downloaded plotters-backend v0.3.5
11162024-03-30T03:31:23.856Z Downloaded num-conv v0.1.0
11172024-03-30T03:31:23.856Z Downloaded env_logger v0.9.3
11182024-03-30T03:31:23.856Z Downloaded serde_arrays v0.1.0
11192024-03-30T03:31:23.856Z Downloaded peg-runtime v0.8.2
11202024-03-30T03:31:23.856Z Downloaded portpicker v0.1.1
11212024-03-30T03:31:23.856Z Downloaded slog-scope v4.4.0
11222024-03-30T03:31:23.856Z Downloaded slab v0.4.9
11232024-03-30T03:31:23.856Z Downloaded strum_macros v0.24.3
11242024-03-30T03:31:23.856Z Downloaded slog-stdlog v4.1.1
11252024-03-30T03:31:23.856Z Downloaded scroll_derive v0.12.0
11262024-03-30T03:31:23.857Z Downloaded parking_lot v0.12.1
11272024-03-30T03:31:23.857Z Downloaded nu-ansi-term v0.50.0
11282024-03-30T03:31:23.857Z Downloaded tokio-native-tls v0.3.1
11292024-03-30T03:31:23.857Z Downloaded tracing v0.1.40
11302024-03-30T03:31:23.857Z Downloaded tui-tree-widget v0.17.0
11312024-03-30T03:31:23.857Z Downloaded unarray v0.1.4
11322024-03-30T03:31:23.857Z Downloaded structopt v0.3.26
11332024-03-30T03:31:23.857Z Downloaded num_threads v0.1.6
11342024-03-30T03:31:23.857Z Downloaded crypto-common v0.1.6
11352024-03-30T03:31:23.857Z Downloaded resolv-conf v0.7.0
11362024-03-30T03:31:23.857Z Downloaded flagset v0.4.3
11372024-03-30T03:31:23.857Z Downloaded foreign-types v0.3.2
11382024-03-30T03:31:23.857Z Downloaded parking_lot_core v0.9.8
11392024-03-30T03:31:23.857Z Downloaded pem v3.0.2
11402024-03-30T03:31:23.857Z Downloaded powerfmt v0.2.0
11412024-03-30T03:31:23.857Z Downloaded serde-hex v0.1.0
11422024-03-30T03:31:23.858Z Downloaded plotters-svg v0.3.5
11432024-03-30T03:31:23.858Z Downloaded num-iter v0.1.44
11442024-03-30T03:31:23.858Z Downloaded num-integer v0.1.46
11452024-03-30T03:31:23.858Z Downloaded num-derive v0.4.0
11462024-03-30T03:31:23.858Z Downloaded elliptic-curve v0.13.8
11472024-03-30T03:31:23.858Z Downloaded strum_macros v0.25.2
11482024-03-30T03:31:23.858Z Downloaded openssl-sys v0.9.96
11492024-03-30T03:31:23.858Z Downloaded pin-project v1.1.3
11502024-03-30T03:31:23.858Z Downloaded unicode-width v0.1.11
11512024-03-30T03:31:23.858Z Downloaded tokio-macros v2.2.0
11522024-03-30T03:31:23.858Z Downloaded target-spec v3.1.0
11532024-03-30T03:31:23.859Z Downloaded foreign-types v0.5.0
11542024-03-30T03:31:23.859Z Downloaded dof v0.3.0
11552024-03-30T03:31:23.859Z Downloaded tap v1.0.1
11562024-03-30T03:31:23.859Z Downloaded fd-lock v4.0.2
11572024-03-30T03:31:23.859Z Downloaded zone v0.1.8
11582024-03-30T03:31:23.859Z Downloaded unicode-linebreak v0.1.5
11592024-03-30T03:31:23.859Z Downloaded num-rational v0.4.1
11602024-03-30T03:31:23.859Z Downloaded unicase v2.7.0
11612024-03-30T03:31:23.859Z Downloaded fd-lock v3.0.13
11622024-03-30T03:31:23.859Z Downloaded scroll v0.12.0
11632024-03-30T03:31:23.859Z Downloaded tokio-rustls v0.24.1
11642024-03-30T03:31:23.859Z Downloaded parking_lot v0.11.2
11652024-03-30T03:31:23.859Z Downloaded sync_wrapper v0.1.2
11662024-03-30T03:31:23.859Z Downloaded packed_struct v0.10.1
11672024-03-30T03:31:23.859Z Downloaded num_enum_derive v0.5.11
11682024-03-30T03:31:23.859Z Downloaded target-lexicon v0.12.13
11692024-03-30T03:31:23.860Z Downloaded pest_generator v2.7.6
11702024-03-30T03:31:23.860Z Downloaded prettyplease v0.2.16
11712024-03-30T03:31:23.860Z Downloaded flate2 v1.0.28
11722024-03-30T03:31:23.867Z Downloaded phf_shared v0.10.0
11732024-03-30T03:31:23.867Z Downloaded foreign-types-shared v0.3.1
11742024-03-30T03:31:23.867Z Downloaded foreign-types-macros v0.2.3
11752024-03-30T03:31:23.867Z Downloaded rustls-native-certs v0.7.0
11762024-03-30T03:31:23.867Z Downloaded deranged v0.3.11
11772024-03-30T03:31:23.868Z Downloaded ucd-trie v0.1.6
11782024-03-30T03:31:23.868Z Downloaded zeroize_derive v1.4.2
11792024-03-30T03:31:23.868Z Downloaded zeroize v1.7.0
11802024-03-30T03:31:23.868Z Downloaded partial-io v0.5.4
11812024-03-30T03:31:23.868Z Downloaded foreign-types-shared v0.1.1
11822024-03-30T03:31:23.868Z Downloaded stable_deref_trait v1.2.0
11832024-03-30T03:31:23.868Z Downloaded static_assertions v1.1.0
11842024-03-30T03:31:23.868Z Downloaded ppv-lite86 v0.2.17
11852024-03-30T03:31:23.868Z Downloaded der v0.7.8
11862024-03-30T03:31:23.868Z Downloaded dirs-next v2.0.0
11872024-03-30T03:31:23.868Z Downloaded time v0.3.34
11882024-03-30T03:31:23.868Z Downloaded fragile v2.0.0
11892024-03-30T03:31:23.868Z Downloaded slog-bunyan v2.5.0
11902024-03-30T03:31:23.868Z Downloaded vte_generate_state_changes v0.1.1
11912024-03-30T03:31:23.869Z Downloaded slog-dtrace v0.3.0
11922024-03-30T03:31:23.869Z Downloaded derive_builder_macro v0.12.0
11932024-03-30T03:31:23.869Z Downloaded rstest v0.18.2
11942024-03-30T03:31:23.869Z Downloaded version_check v0.9.4
11952024-03-30T03:31:23.869Z Downloaded vec_map v0.8.2
11962024-03-30T03:31:23.869Z Downloaded synstructure v0.12.6
11972024-03-30T03:31:23.870Z Downloaded slog-async v2.8.0
11982024-03-30T03:31:23.870Z Downloaded pretty_assertions v1.4.0
11992024-03-30T03:31:23.870Z Downloaded darling_macro v0.20.3
12002024-03-30T03:31:23.870Z Downloaded criterion v0.5.1
12012024-03-30T03:31:23.870Z Downloaded plain v0.2.3
12022024-03-30T03:31:23.870Z Downloaded erased-serde v0.3.31
12032024-03-30T03:31:23.870Z Downloaded pkg-config v0.3.27
12042024-03-30T03:31:23.870Z Downloaded supports-color v3.0.0
12052024-03-30T03:31:23.870Z Downloaded subtle v2.5.0
12062024-03-30T03:31:23.870Z Downloaded opaque-debug v0.3.0
12072024-03-30T03:31:23.870Z Downloaded poly1305 v0.8.0
12082024-03-30T03:31:23.870Z Downloaded pem-rfc7468 v0.7.0
12092024-03-30T03:31:23.870Z Downloaded openssl-macros v0.1.1
12102024-03-30T03:31:23.870Z Downloaded rtoolbox v0.0.1
12112024-03-30T03:31:23.871Z Downloaded smf v0.2.2
12122024-03-30T03:31:23.871Z Downloaded rayon-core v1.12.1
12132024-03-30T03:31:23.871Z Downloaded schemars v0.8.16
12142024-03-30T03:31:23.871Z Downloaded serde-big-array v0.4.1
12152024-03-30T03:31:23.871Z Downloaded number_prefix v0.4.0
12162024-03-30T03:31:23.871Z Downloaded usdt-macro v0.5.0
12172024-03-30T03:31:23.871Z Downloaded display-error-chain v0.2.0
12182024-03-30T03:31:23.871Z Downloaded slog-envlogger v2.2.0
12192024-03-30T03:31:23.871Z Downloaded serde_derive_internals v0.26.0
12202024-03-30T03:31:23.871Z Downloaded downcast v0.11.0
12212024-03-30T03:31:23.872Z Downloaded tokio-stream v0.1.14
12222024-03-30T03:31:23.872Z Downloaded usdt-macro v0.3.5
12232024-03-30T03:31:23.872Z Downloaded smallvec v0.6.14
12242024-03-30T03:31:23.872Z Downloaded slog-json v2.6.1
12252024-03-30T03:31:23.872Z Downloaded x509-cert v0.2.4
12262024-03-30T03:31:23.872Z Downloaded doc-comment v0.3.3
12272024-03-30T03:31:23.872Z Downloaded futures-timer v3.0.2
12282024-03-30T03:31:23.872Z Downloaded fallible-iterator v0.2.0
12292024-03-30T03:31:23.872Z Downloaded termios v0.3.3
12302024-03-30T03:31:23.872Z Downloaded rustyline v13.0.0
12312024-03-30T03:31:23.872Z Downloaded trybuild v1.0.89
12322024-03-30T03:31:23.872Z Downloaded utf-8 v0.7.6
12332024-03-30T03:31:23.872Z Downloaded serde_yaml v0.9.25
12342024-03-30T03:31:23.872Z Downloaded crossterm v0.27.0
12352024-03-30T03:31:23.872Z Downloaded serde-big-array v0.5.1
12362024-03-30T03:31:23.873Z Downloaded oorandom v11.1.3
12372024-03-30T03:31:23.873Z Downloaded whoami v1.5.0
12382024-03-30T03:31:23.873Z Downloaded semver-parser v0.10.2
12392024-03-30T03:31:23.873Z Downloaded dof v0.1.5
12402024-03-30T03:31:23.873Z Downloaded semver v0.11.0
12412024-03-30T03:31:23.873Z Downloaded derive_more v0.99.17
12422024-03-30T03:31:23.873Z Downloaded oso-derive v0.27.0
12432024-03-30T03:31:23.873Z Downloaded try-lock v0.2.4
12442024-03-30T03:31:23.873Z Downloaded expectorate v1.1.0
12452024-03-30T03:31:23.873Z Downloaded r2d2 v0.8.10
12462024-03-30T03:31:23.873Z Downloaded futures-io v0.3.30
12472024-03-30T03:31:23.873Z Downloaded pest_meta v2.7.6
12482024-03-30T03:31:23.873Z Downloaded tower v0.4.13
12492024-03-30T03:31:23.873Z Downloaded walkdir v2.4.0
12502024-03-30T03:31:23.874Z Downloaded der_derive v0.7.2
12512024-03-30T03:31:23.874Z Downloaded defmt v0.3.5
12522024-03-30T03:31:23.874Z Downloaded tiny-keccak v2.0.2
12532024-03-30T03:31:23.874Z Downloaded toml v0.5.11
12542024-03-30T03:31:23.885Z Downloaded olpc-cjson v0.1.3
12552024-03-30T03:31:23.885Z Downloaded tempfile v3.10.0
12562024-03-30T03:31:23.885Z Downloaded getopts v0.2.21
12572024-03-30T03:31:23.885Z Downloaded rand_seeder v0.2.3
12582024-03-30T03:31:23.886Z Downloaded rand_chacha v0.3.1
12592024-03-30T03:31:23.886Z Downloaded blake3 v1.5.0
12602024-03-30T03:31:23.894Z Downloaded phf v0.11.2
12612024-03-30T03:31:23.894Z Downloaded packed_struct_codegen v0.10.1
12622024-03-30T03:31:23.894Z Downloaded toml_edit v0.19.15
12632024-03-30T03:31:23.912Z Downloaded universal-hash v0.5.1
12642024-03-30T03:31:23.923Z Downloaded futures-core v0.3.30
12652024-03-30T03:31:23.923Z Downloaded glob v0.3.1
12662024-03-30T03:31:23.923Z Downloaded getrandom v0.2.12
12672024-03-30T03:31:23.923Z Downloaded vsss-rs v3.3.4
12682024-03-30T03:31:23.923Z Downloaded tinytemplate v1.2.1
12692024-03-30T03:31:23.923Z Downloaded proc-macro-error v1.0.4
12702024-03-30T03:31:23.923Z Downloaded trust-dns-resolver v0.22.0
12712024-03-30T03:31:23.930Z Downloaded pest_derive v2.7.6
12722024-03-30T03:31:23.930Z Downloaded usdt-impl v0.5.0
12732024-03-30T03:31:23.930Z Downloaded time-macros v0.2.17
12742024-03-30T03:31:23.930Z Downloaded typed-path v0.7.0
12752024-03-30T03:31:23.935Z Downloaded relative-path v1.9.0
12762024-03-30T03:31:23.939Z Downloaded unicode-segmentation v1.10.1
12772024-03-30T03:31:23.939Z Downloaded futures-channel v0.3.30
12782024-03-30T03:31:23.942Z Downloaded zerocopy-derive v0.7.32
12792024-03-30T03:31:23.945Z Downloaded platforms v3.0.2
12802024-03-30T03:31:23.948Z Downloaded omicron-zone-package v0.11.0
12812024-03-30T03:31:23.951Z Downloaded idna v0.5.0
12822024-03-30T03:31:23.956Z Downloaded tokio-tungstenite v0.20.1
12832024-03-30T03:31:23.959Z Downloaded regex-automata v0.1.10
12842024-03-30T03:31:23.963Z Downloaded steno v0.4.0
12852024-03-30T03:31:23.968Z Downloaded snafu v0.7.5
12862024-03-30T03:31:23.973Z Downloaded winnow v0.5.15
12872024-03-30T03:31:23.982Z Downloaded slog v2.7.0
12882024-03-30T03:31:23.985Z Downloaded num-bigint v0.4.4
12892024-03-30T03:31:23.992Z Downloaded zip v0.6.6
12902024-03-30T03:31:23.995Z Downloaded num-bigint-dig v0.8.4
12912024-03-30T03:31:23.998Z Downloaded textwrap v0.16.1
12922024-03-30T03:31:24.002Z Downloaded reedline v0.30.0
12932024-03-30T03:31:24.011Z Downloaded publicsuffix v2.2.3
12942024-03-30T03:31:24.014Z Downloaded idna v0.2.3
12952024-03-30T03:31:24.020Z Downloaded trust-dns-server v0.22.1
12962024-03-30T03:31:24.025Z Downloaded portable-atomic v1.4.3
12972024-03-30T03:31:24.031Z Downloaded clap v2.34.0
12982024-03-30T03:31:24.038Z Downloaded pest v2.7.6
12992024-03-30T03:31:24.043Z Downloaded unicode-normalization v0.1.22
13002024-03-30T03:31:24.048Z Downloaded nix v0.27.1
13012024-03-30T03:31:24.059Z Downloaded serde_with v3.6.1
13022024-03-30T03:31:24.067Z Downloaded rand v0.8.5
13032024-03-30T03:31:24.071Z Downloaded plotters v0.3.5
13042024-03-30T03:31:24.081Z Downloaded futures-util v0.3.30
13052024-03-30T03:31:24.095Z Downloaded sqlparser v0.43.1
13062024-03-30T03:31:24.100Z Downloaded proptest v1.4.0
13072024-03-30T03:31:24.110Z Downloaded tabled v0.15.0
13082024-03-30T03:31:24.128Z Downloaded syn v1.0.109
13092024-03-30T03:31:24.139Z Downloaded smoltcp v0.11.0
13102024-03-30T03:31:24.157Z Downloaded radix_trie v0.2.1
13112024-03-30T03:31:24.162Z Downloaded rustls-webpki v0.102.1
13122024-03-30T03:31:24.185Z Downloaded smoltcp v0.9.1
13132024-03-30T03:31:24.608Z Downloaded petgraph v0.6.4
13142024-03-30T03:31:24.608Z Downloaded quick-xml v0.30.0
13152024-03-30T03:31:24.608Z Downloaded gimli v0.28.0
13162024-03-30T03:31:24.608Z Downloaded regex-syntax v0.6.29
13172024-03-30T03:31:24.608Z Downloaded zerocopy-derive v0.2.0
13182024-03-30T03:31:24.608Z Downloaded ratatui v0.26.1
13192024-03-30T03:31:24.609Z Downloaded polar-core v0.27.0
13202024-03-30T03:31:24.609Z Downloaded regex-syntax v0.8.2
13212024-03-30T03:31:24.609Z Downloaded curve25519-dalek v4.1.1
13222024-03-30T03:31:24.609Z Downloaded zerocopy-derive v0.6.4
13232024-03-30T03:31:24.609Z Downloaded openssl v0.10.60
13242024-03-30T03:31:24.609Z Downloaded rustls v0.21.9
13252024-03-30T03:31:24.610Z Downloaded trust-dns-proto v0.22.0
13262024-03-30T03:31:24.610Z Downloaded diesel v2.1.4
13272024-03-30T03:31:24.610Z Downloaded rustls v0.22.2
13282024-03-30T03:31:24.610Z Downloaded openapiv3 v2.0.0
13292024-03-30T03:31:24.610Z Downloaded sled v0.34.7
13302024-03-30T03:31:24.610Z Downloaded tokio v1.36.0
13312024-03-30T03:31:24.610Z Downloaded regex-automata v0.4.5
13322024-03-30T03:31:24.611Z Downloaded bzip2-sys v0.1.11+1.0.8
13332024-03-30T03:31:24.611Z Downloaded sha3 v0.10.8
13342024-03-30T03:31:24.611Z Downloaded csv v1.3.0
13352024-03-30T03:31:24.611Z Downloaded encoding_rs v0.8.33
13362024-03-30T03:31:24.611Z Downloaded bstr v0.2.17
13372024-03-30T03:31:24.611Z Downloaded object v0.32.1
13382024-03-30T03:31:24.611Z Downloaded object v0.30.4
13392024-03-30T03:31:24.611Z Downloaded regress v0.9.0
13402024-03-30T03:31:24.611Z Downloaded webpki-roots v0.25.2
13412024-03-30T03:31:24.612Z Downloaded bitvec v1.0.1
13422024-03-30T03:31:24.612Z Downloaded regex v1.10.3
13432024-03-30T03:31:24.612Z Downloaded rayon v1.9.0
13442024-03-30T03:31:24.612Z Downloaded bstr v1.9.0
13452024-03-30T03:31:24.612Z Downloaded chrono v0.4.34
13462024-03-30T03:31:24.612Z Downloaded goblin v0.8.0
13472024-03-30T03:31:24.613Z Downloaded vcpkg v0.2.15
13482024-03-30T03:31:24.636Z Downloaded bindgen v0.69.2
13492024-03-30T03:31:24.645Z Downloaded idna v0.3.0
13502024-03-30T03:31:24.650Z Downloaded reqwest v0.11.24
13512024-03-30T03:31:24.667Z Downloaded lalrpop v0.19.12
13522024-03-30T03:31:24.667Z Downloaded zerocopy v0.7.32
13532024-03-30T03:31:24.677Z Downloaded rustc-demangle v0.1.23
13542024-03-30T03:31:24.681Z Downloaded term v0.7.0
13552024-03-30T03:31:24.684Z Downloaded derive-where v1.2.7
13562024-03-30T03:31:24.688Z Downloaded guppy v0.17.5
13572024-03-30T03:31:24.693Z Downloaded uuid v1.7.0
13582024-03-30T03:31:24.697Z Downloaded smallvec v1.13.1
13592024-03-30T03:31:24.700Z Downloaded oso v0.27.0
13602024-03-30T03:31:24.704Z Downloaded tungstenite v0.20.1
13612024-03-30T03:31:24.707Z Downloaded subprocess v0.2.9
13622024-03-30T03:31:24.707Z Downloaded tough v0.16.0
13632024-03-30T03:31:24.714Z Downloaded h2 v0.3.24
13642024-03-30T03:31:24.740Z Downloaded radium v0.7.0
13652024-03-30T03:31:24.750Z Downloaded rustc_version v0.4.0
13662024-03-30T03:31:24.750Z Downloaded thiserror-impl-no-std v2.0.2
13672024-03-30T03:31:24.750Z Downloaded tempdir v0.3.7
13682024-03-30T03:31:24.750Z Downloaded sqlformat v0.2.3
13692024-03-30T03:31:24.750Z Downloaded spki v0.7.2
13702024-03-30T03:31:24.750Z Downloaded unicode_categories v0.1.1
13712024-03-30T03:31:24.750Z Downloaded tungstenite v0.21.0
13722024-03-30T03:31:24.750Z Downloaded rstest_macros v0.18.2
13732024-03-30T03:31:24.750Z Downloaded ron v0.7.1
13742024-03-30T03:31:24.750Z Downloaded rustls-webpki v0.101.7
13752024-03-30T03:31:24.753Z Downloaded thiserror-no-std v2.0.2
13762024-03-30T03:31:24.757Z Downloaded papergrid v0.11.0
13772024-03-30T03:31:24.761Z Downloaded smawk v0.3.1
13782024-03-30T03:31:24.799Z Downloaded serde_tokenstream v0.2.0
13792024-03-30T03:31:24.799Z Downloaded futures v0.3.30
13802024-03-30T03:31:24.799Z Downloaded url v2.5.0
13812024-03-30T03:31:24.799Z Downloaded which v4.4.0
13822024-03-30T03:31:24.803Z Downloaded derive_builder_core v0.12.0
13832024-03-30T03:31:24.803Z Downloaded derive_builder v0.12.0
13842024-03-30T03:31:24.803Z Downloaded env_logger v0.10.0
13852024-03-30T03:31:24.803Z Downloaded futures-macro v0.3.30
13862024-03-30T03:31:24.803Z Downloaded tokio-util v0.7.10
13872024-03-30T03:31:24.803Z Downloaded quick-error v1.2.3
13882024-03-30T03:31:24.803Z Downloaded psl-types v2.0.11
13892024-03-30T03:31:24.803Z Downloaded proc-macro-error-attr v1.0.4
13902024-03-30T03:31:24.803Z Downloaded toml v0.7.8
13912024-03-30T03:31:24.803Z Downloaded crypto-bigint v0.5.2
13922024-03-30T03:31:24.803Z Downloaded funty v2.0.0
13932024-03-30T03:31:24.803Z Downloaded strum_macros v0.26.1
13942024-03-30T03:31:24.809Z Downloaded num-traits v0.2.18
13952024-03-30T03:31:24.809Z Downloaded fatfs v0.3.6
13962024-03-30T03:31:24.813Z Downloaded tokio-postgres v0.7.10
13972024-03-30T03:31:24.817Z Downloaded ring v0.17.8
13982024-03-30T03:31:24.883Z Downloaded rsa v0.9.2
13992024-03-30T03:31:24.887Z Downloaded ron v0.8.1
14002024-03-30T03:31:24.892Z Downloaded serde_repr v0.1.16
14012024-03-30T03:31:24.899Z Downloaded semver v0.1.20
14022024-03-30T03:31:24.900Z Downloaded percent-encoding v2.3.1
14032024-03-30T03:31:24.900Z Downloaded typenum v1.16.0
14042024-03-30T03:31:25.326Z Downloaded tar v0.4.40
14052024-03-30T03:31:25.326Z Downloaded phf_shared v0.11.2
14062024-03-30T03:31:25.326Z Downloaded num-complex v0.4.4
14072024-03-30T03:31:25.326Z Downloaded debug-ignore v1.0.5
14082024-03-30T03:31:25.326Z Downloaded datatest-stable v0.2.3
14092024-03-30T03:31:25.326Z Downloaded data-encoding v2.4.0
14102024-03-30T03:31:25.326Z Downloaded tokio-rustls v0.25.0
14112024-03-30T03:31:25.333Z Downloaded serde_with_macros v3.6.1
14122024-03-30T03:31:25.333Z Downloaded salty v0.2.0
14132024-03-30T03:31:25.333Z Downloaded owo-colors v4.0.0
14142024-03-30T03:31:25.333Z Downloaded postcard v1.0.8
14152024-03-30T03:31:25.333Z Downloaded form_urlencoded v1.2.1
14162024-03-30T03:31:25.333Z Downloaded snafu-derive v0.7.5
14172024-03-30T03:31:25.333Z Downloaded diesel_derives v2.1.2
14182024-03-30T03:31:25.333Z Downloaded ring v0.16.20
14192024-03-30T03:31:25.333Z Downloaded half v2.3.1
14202024-03-30T03:31:25.333Z Downloaded digest v0.10.7
14212024-03-30T03:31:25.334Z Downloaded wait-timeout v0.2.0
14222024-03-30T03:31:25.334Z Downloaded fastrand v2.0.1
14232024-03-30T03:31:25.334Z Downloaded csv-core v0.1.11
14242024-03-30T03:31:25.334Z Downloaded nom v7.1.3
14252024-03-30T03:31:25.334Z Downloaded itertools v0.12.1
14262024-03-30T03:31:25.334Z Downloaded serde_urlencoded v0.7.1
14272024-03-30T03:31:25.334Z Downloaded hyper v0.14.28
14282024-03-30T03:31:25.334Z Downloaded hyper v1.2.0
14292024-03-30T03:31:25.334Z Downloaded postgres-types v0.2.6
14302024-03-30T03:31:25.334Z Downloaded postgres-protocol v0.6.6
14312024-03-30T03:31:25.334Z Downloaded peg-macros v0.8.2
14322024-03-30T03:31:25.334Z Downloaded password-hash v0.5.0
14332024-03-30T03:31:25.335Z Downloaded tinyvec v1.6.0
14342024-03-30T03:31:25.335Z Downloaded libxml v0.3.3
14352024-03-30T03:31:25.335Z Downloaded slog-term v2.9.0
14362024-03-30T03:31:25.335Z Downloaded unicode-bidi v0.3.15
14372024-03-30T03:31:25.335Z Downloaded flume v0.11.0
14382024-03-30T03:31:25.335Z Downloaded scheduled-thread-pool v0.2.7
14392024-03-30T03:31:25.335Z Downloaded rustversion v1.0.14
14402024-03-30T03:31:25.335Z Downloaded rustls-pemfile v1.0.3
14412024-03-30T03:31:25.335Z Downloaded hkdf v0.12.4
14422024-03-30T03:31:25.335Z Downloaded crossbeam-channel v0.5.8
14432024-03-30T03:31:25.335Z Downloaded const_format v0.2.32
14442024-03-30T03:31:25.335Z Downloaded tracing-core v0.1.32
14452024-03-30T03:31:25.335Z Downloaded structopt-derive v0.4.18
14462024-03-30T03:31:25.336Z Downloaded paste v1.0.14
14472024-03-30T03:31:25.336Z Downloaded libm v0.2.7
14482024-03-30T03:31:25.336Z Downloaded curve25519-dalek-derive v0.1.0
14492024-03-30T03:31:25.336Z Downloaded futures-task v0.3.30
14502024-03-30T03:31:25.336Z Downloaded filetime v0.2.23
14512024-03-30T03:31:25.336Z Downloaded ff v0.13.0
14522024-03-30T03:31:25.336Z Downloaded usdt v0.3.5
14532024-03-30T03:31:25.336Z Downloaded globset v0.4.13
14542024-03-30T03:31:25.336Z Downloaded fixedbitset v0.4.2
14552024-03-30T03:31:25.336Z Downloaded usdt-impl v0.3.5
14562024-03-30T03:31:25.336Z Downloaded group v0.13.0
14572024-03-30T03:31:25.336Z Downloaded rcgen v0.12.1
14582024-03-30T03:31:25.337Z Downloaded rand v0.4.6
14592024-03-30T03:31:25.337Z Downloaded similar v2.4.0
14602024-03-30T03:31:25.337Z Downloaded trust-dns-client v0.22.0
14612024-03-30T03:31:25.337Z Downloaded chacha20poly1305 v0.10.1
14622024-03-30T03:31:25.337Z Downloaded termcolor v1.2.0
14632024-03-30T03:31:25.337Z Downloaded parse-display-derive v0.9.0
14642024-03-30T03:31:25.337Z Downloaded mio v0.8.11
14652024-03-30T03:31:25.337Z Downloaded minimal-lexical v0.2.1
14662024-03-30T03:31:25.337Z Downloaded stability v0.1.1
14672024-03-30T03:31:25.337Z Downloaded remove_dir_all v0.5.3
14682024-03-30T03:31:25.337Z Downloaded base64 v0.21.7
14692024-03-30T03:31:25.337Z Downloaded schemars_derive v0.8.16
14702024-03-30T03:31:25.337Z Downloaded darling_core v0.14.4
14712024-03-30T03:31:25.338Z Downloaded socket2 v0.4.9
14722024-03-30T03:31:25.338Z Downloaded zone_cfg_derive v0.1.2
14732024-03-30T03:31:25.338Z Downloaded usdt-attr-macro v0.5.0
14742024-03-30T03:31:25.338Z Downloaded pkcs8 v0.10.2
14752024-03-30T03:31:25.338Z Downloaded zerocopy v0.6.4
14762024-03-30T03:31:25.338Z Downloaded test-strategy v0.3.1
14772024-03-30T03:31:25.338Z Downloaded defmt-macros v0.3.6
14782024-03-30T03:31:25.338Z Downloaded wyz v0.5.1
14792024-03-30T03:31:25.338Z Downloaded strum v0.25.0
14802024-03-30T03:31:25.338Z Downloaded signal-hook-tokio v0.3.1
14812024-03-30T03:31:25.338Z Downloaded futures-executor v0.3.30
14822024-03-30T03:31:25.338Z Downloaded enum-as-inner v0.5.1
14832024-03-30T03:31:25.338Z Downloaded dirs-sys-next v0.1.2
14842024-03-30T03:31:25.339Z Downloaded signature v2.1.0
14852024-03-30T03:31:25.339Z Downloaded signature v1.6.4
14862024-03-30T03:31:25.339Z Downloaded clang-sys v1.6.1
14872024-03-30T03:31:25.339Z Downloaded serde_plain v1.0.2
14882024-03-30T03:31:25.339Z Downloaded serde_path_to_error v0.1.16
14892024-03-30T03:31:25.339Z Downloaded generic-array v0.14.7
14902024-03-30T03:31:25.339Z Downloaded diff v0.1.13
14912024-03-30T03:31:25.339Z Downloaded cc v1.0.83
14922024-03-30T03:31:25.339Z Downloaded darling v0.20.3
14932024-03-30T03:31:25.339Z Downloaded darling v0.14.4
14942024-03-30T03:31:25.339Z Downloaded peg v0.8.2
14952024-03-30T03:31:25.339Z Downloaded parking_lot_core v0.8.6
14962024-03-30T03:31:25.340Z Downloaded mockall_derive v0.12.0
14972024-03-30T03:31:25.340Z Downloaded crc-any v2.4.3
14982024-03-30T03:31:25.340Z Downloaded backtrace v0.3.69
14992024-03-30T03:31:25.340Z Downloaded parse-size v1.0.0
15002024-03-30T03:31:25.340Z Downloaded crossbeam-epoch v0.9.18
15012024-03-30T03:31:25.340Z Downloaded cookie v0.18.0
15022024-03-30T03:31:25.340Z Downloaded blake2b_simd v1.0.1
15032024-03-30T03:31:25.340Z Downloaded base64 v0.13.1
15042024-03-30T03:31:25.340Z Downloaded tokio-tungstenite v0.21.0
15052024-03-30T03:31:25.340Z Downloaded crossbeam-utils v0.8.19
15062024-03-30T03:31:25.341Z Downloaded cfg-expr v0.15.6
15072024-03-30T03:31:25.341Z Downloaded either v1.10.0
15082024-03-30T03:31:25.341Z Downloaded ed25519 v1.5.3
15092024-03-30T03:31:25.341Z Downloaded socket2 v0.5.5
15102024-03-30T03:31:25.341Z Downloaded predicates v3.1.0
15112024-03-30T03:31:25.351Z Downloaded pin-utils v0.1.0
15122024-03-30T03:31:25.351Z Downloaded sha2 v0.10.8
15132024-03-30T03:31:25.351Z Downloaded const-oid v0.9.6
15142024-03-30T03:31:25.352Z Downloaded compact_str v0.7.1
15152024-03-30T03:31:25.352Z Downloaded miniz_oxide v0.7.1
15162024-03-30T03:31:25.352Z Downloaded buf-list v1.0.3
15172024-03-30T03:31:25.352Z Downloaded gethostname v0.4.3
15182024-03-30T03:31:25.352Z Downloaded threadpool v1.8.1
15192024-03-30T03:31:25.352Z Downloaded basic-toml v0.1.8
15202024-03-30T03:31:25.352Z Downloaded bcs v0.1.6
15212024-03-30T03:31:25.352Z Downloaded log v0.4.21
15222024-03-30T03:31:25.352Z Downloaded fnv v1.0.7
15232024-03-30T03:31:25.352Z Downloaded float-cmp v0.9.0
15242024-03-30T03:31:25.352Z Downloaded ena v0.14.2
15252024-03-30T03:31:25.352Z Downloaded cookie_store v0.20.0
15262024-03-30T03:31:25.353Z Downloaded itertools v0.10.5
15272024-03-30T03:31:25.353Z Downloaded tabled_derive v0.7.0
15282024-03-30T03:31:25.353Z Downloaded structmeta-derive v0.2.0
15292024-03-30T03:31:25.353Z Downloaded http v0.2.12
15302024-03-30T03:31:25.353Z Downloaded shell-words v1.1.0
15312024-03-30T03:31:25.353Z Downloaded sha1 v0.10.6
15322024-03-30T03:31:25.353Z Downloaded rustls-pemfile v2.1.1
15332024-03-30T03:31:25.353Z Downloaded libtest-mimic v0.6.1
15342024-03-30T03:31:25.354Z Downloaded bzip2 v0.4.4
15352024-03-30T03:31:25.354Z Downloaded rust-argon2 v1.0.1
15362024-03-30T03:31:25.354Z Downloaded rand_xorshift v0.3.0
15372024-03-30T03:31:25.354Z Downloaded nodrop v0.1.14
15382024-03-30T03:31:25.354Z Downloaded native-tls v0.2.11
15392024-03-30T03:31:25.354Z Downloaded spin v0.5.2
15402024-03-30T03:31:25.354Z Downloaded memmap2 v0.7.1
15412024-03-30T03:31:25.354Z Downloaded corncobs v0.1.3
15422024-03-30T03:31:25.354Z Downloaded convert_case v0.4.0
15432024-03-30T03:31:25.354Z Downloaded cassowary v0.3.0
15442024-03-30T03:31:25.354Z Downloaded chacha20 v0.9.1
15452024-03-30T03:31:25.355Z Downloaded camino-tempfile v1.1.1
15462024-03-30T03:31:25.355Z Downloaded base16ct v0.2.0
15472024-03-30T03:31:25.355Z Downloaded cobs v0.2.3
15482024-03-30T03:31:25.355Z Downloaded cancel-safe-futures v0.1.5
15492024-03-30T03:31:25.355Z Downloaded ipnet v2.9.0
15502024-03-30T03:31:25.355Z Downloaded crossbeam-deque v0.8.3
15512024-03-30T03:31:25.355Z Downloaded bit-vec v0.6.3
15522024-03-30T03:31:25.355Z Downloaded kstat-rs v0.2.3
15532024-03-30T03:31:25.355Z Downloaded constant_time_eq v0.2.6
15542024-03-30T03:31:25.355Z Downloaded cexpr v0.6.0
15552024-03-30T03:31:25.355Z Downloaded backoff v0.4.0
15562024-03-30T03:31:25.355Z Downloaded memoffset v0.7.1
15572024-03-30T03:31:25.355Z Downloaded lru v0.12.1
15582024-03-30T03:31:25.356Z Downloaded newtype-uuid v1.0.1
15592024-03-30T03:31:25.356Z Downloaded bitflags v1.3.2
15602024-03-30T03:31:25.356Z Downloaded const_format_proc_macros v0.2.32
15612024-03-30T03:31:25.356Z Downloaded cast v0.3.0
15622024-03-30T03:31:25.356Z Downloaded ascii v1.1.0
15632024-03-30T03:31:25.356Z Downloaded lazycell v1.3.0
15642024-03-30T03:31:25.356Z Downloaded lazy_static v1.4.0
15652024-03-30T03:31:25.356Z Downloaded hmac v0.12.1
15662024-03-30T03:31:25.356Z Downloaded async-trait v0.1.77
15672024-03-30T03:31:25.356Z Downloaded linear-map v1.2.0
15682024-03-30T03:31:25.356Z Downloaded ciborium-ll v0.2.2
15692024-03-30T03:31:25.356Z Downloaded cfg-if v1.0.0
15702024-03-30T03:31:25.356Z Downloaded castaway v0.2.2
15712024-03-30T03:31:25.356Z Downloaded byteorder v1.5.0
15722024-03-30T03:31:25.356Z Downloaded ascii-canvas v3.0.0
15732024-03-30T03:31:25.356Z Downloaded bit-set v0.5.3
15742024-03-30T03:31:25.356Z Downloaded hyper-tls v0.5.0
15752024-03-30T03:31:25.356Z Downloaded bytecount v0.6.3
15762024-03-30T03:31:25.356Z Downloaded block-buffer v0.10.4
15772024-03-30T03:31:25.356Z Downloaded ciborium-io v0.2.2
15782024-03-30T03:31:25.357Z Downloaded bb8 v0.8.3
15792024-03-30T03:31:25.357Z Downloaded httptest v0.15.5
15802024-03-30T03:31:25.357Z Downloaded httpdate v1.0.3
15812024-03-30T03:31:25.357Z Downloaded hostname v0.3.1
15822024-03-30T03:31:25.357Z Downloaded bitstruct_derive v0.1.0
15832024-03-30T03:31:25.357Z Downloaded http-body v0.4.5
15842024-03-30T03:31:25.357Z Downloaded bitfield v0.14.0
15852024-03-30T03:31:25.357Z Downloaded impl-trait-for-tuples v0.2.2
15862024-03-30T03:31:25.357Z Downloaded blake2 v0.10.6
15872024-03-30T03:31:25.357Z Downloaded arrayref v0.3.7
15882024-03-30T03:31:25.357Z Downloaded argon2 v0.5.3
15892024-03-30T03:31:25.357Z Downloaded heapless v0.8.0
15902024-03-30T03:31:25.357Z Downloaded heapless v0.7.16
15912024-03-30T03:31:25.357Z Downloaded array-init v0.0.4
15922024-03-30T03:31:25.357Z Downloaded http-body v1.0.0
15932024-03-30T03:31:25.357Z Downloaded home v0.5.5
15942024-03-30T03:31:25.357Z Downloaded base64 v0.22.0
15952024-03-30T03:31:25.357Z Downloaded async-stream v0.3.5
15962024-03-30T03:31:25.357Z Downloaded assert_cmd v2.0.14
15972024-03-30T03:31:25.357Z Downloaded arrayvec v0.7.4
15982024-03-30T03:31:25.357Z Downloaded ansi_term v0.12.1
15992024-03-30T03:31:25.358Z Downloaded aead v0.5.2
16002024-03-30T03:31:25.358Z Downloaded addr2line v0.21.0
16012024-03-30T03:31:25.879Z Compiling libc v0.2.153
16022024-03-30T03:31:25.879Z Compiling serde v1.0.197
16032024-03-30T03:31:25.880Z Compiling version_check v0.9.4
16042024-03-30T03:31:25.892Z Checking cfg-if v1.0.0
16052024-03-30T03:31:25.892Z Compiling syn v1.0.109
16062024-03-30T03:31:25.912Z Compiling lock_api v0.4.10
16072024-03-30T03:31:25.942Z Compiling syn v2.0.52
16082024-03-30T03:31:25.997Z Compiling parking_lot_core v0.9.8
16092024-03-30T03:31:26.012Z Compiling libm v0.2.7
16102024-03-30T03:31:26.364Z Compiling memchr v2.7.1
16112024-03-30T03:31:26.381Z Compiling once_cell v1.19.0
16122024-03-30T03:31:26.445Z Compiling num-traits v0.2.18
16132024-03-30T03:31:29.219Z Compiling serde_json v1.0.114
16142024-03-30T03:31:29.261Z Compiling ahash v0.8.8
16152024-03-30T03:31:29.261Z Compiling byteorder v1.5.0
16162024-03-30T03:31:29.261Z Compiling slab v0.4.9
16172024-03-30T03:31:29.261Z Checking log v0.4.21
16182024-03-30T03:31:29.261Z Checking getrandom v0.2.12
16192024-03-30T03:31:29.261Z Compiling cc v1.0.83
16202024-03-30T03:31:29.261Z Compiling typenum v1.16.0
16212024-03-30T03:31:29.261Z Checking itoa v1.0.9
16222024-03-30T03:31:29.261Z Compiling generic-array v0.14.7
16232024-03-30T03:31:29.261Z Checking scopeguard v1.2.0
16242024-03-30T03:31:29.261Z Checking smallvec v1.13.1
16252024-03-30T03:31:29.261Z Compiling allocator-api2 v0.2.16
16262024-03-30T03:31:29.261Z Compiling pkg-config v0.3.27
16272024-03-30T03:31:29.261Z Compiling rustix v0.38.31
16282024-03-30T03:31:29.261Z Compiling schemars v0.8.16
16292024-03-30T03:31:29.570Z Compiling fnv v1.0.7
16302024-03-30T03:31:29.640Z Compiling httparse v1.8.0
16312024-03-30T03:31:29.640Z Checking pin-project-lite v0.2.13
16322024-03-30T03:31:29.846Z Checking parking_lot v0.12.1
16332024-03-30T03:31:29.871Z Compiling num-conv v0.1.0
16342024-03-30T03:31:30.060Z Compiling time-core v0.1.2
16352024-03-30T03:31:30.187Z Checking signal-hook-registry v1.4.1
16362024-03-30T03:31:30.214Z Compiling vcpkg v0.2.15
16372024-03-30T03:31:30.249Z Compiling time-macros v0.2.17
16382024-03-30T03:31:30.433Z Checking mio v0.8.11
16392024-03-30T03:31:30.623Z Checking ryu v1.0.15
16402024-03-30T03:31:30.860Z Compiling ucd-trie v0.1.6
16412024-03-30T03:31:31.087Z Compiling aho-corasick v1.1.2
16422024-03-30T03:31:31.204Z Compiling ring v0.17.8
16432024-03-30T03:31:32.341Z Compiling regex-syntax v0.8.2
16442024-03-30T03:31:32.596Z Compiling openssl-sys v0.9.96
16452024-03-30T03:31:33.809Z Compiling serde_derive_internals v0.26.0
16462024-03-30T03:31:34.552Z Checking rand_core v0.6.4
16472024-03-30T03:31:34.803Z Checking num_cpus v1.16.0
16482024-03-30T03:31:34.901Z Checking futures-core v0.3.30
16492024-03-30T03:31:35.063Z Compiling ring v0.16.20
16502024-03-30T03:31:36.072Z Compiling regex-automata v0.4.5
16512024-03-30T03:31:36.720Z Checking socket2 v0.5.5
16522024-03-30T03:31:37.093Z Compiling openssl v0.10.60
16532024-03-30T03:31:37.464Z Compiling slog v2.7.0
16542024-03-30T03:31:37.911Z Compiling crossbeam-utils v0.8.19
16552024-03-30T03:31:38.051Z Compiling async-trait v0.1.77
16562024-03-30T03:31:38.367Z Checking spin v0.5.2
16572024-03-30T03:31:38.421Z Compiling native-tls v0.2.11
16582024-03-30T03:31:38.544Z Compiling rustls v0.21.9
16592024-03-30T03:31:38.567Z Compiling iana-time-zone v0.1.57
16602024-03-30T03:31:38.766Z Compiling rustversion v1.0.14
16612024-03-30T03:31:38.831Z Compiling cookie v0.17.0
16622024-03-30T03:31:39.015Z Compiling backtrace v0.3.69
16632024-03-30T03:31:39.304Z Compiling uuid v0.8.2
16642024-03-30T03:31:39.671Z Checking futures-sink v0.3.30
16652024-03-30T03:31:39.796Z Compiling dyn-clone v1.0.17
16662024-03-30T03:31:40.006Z Compiling unicode-xid v0.2.4
16672024-03-30T03:31:40.059Z Compiling serde_derive v1.0.197
16682024-03-30T03:31:40.131Z Compiling zerocopy-derive v0.7.32
16692024-03-30T03:31:40.143Z Compiling thiserror-impl v1.0.57
16702024-03-30T03:31:40.345Z Compiling zeroize_derive v1.4.2
16712024-03-30T03:31:40.578Z Compiling tokio-macros v2.2.0
16722024-03-30T03:31:40.968Z Compiling futures-macro v0.3.30
16732024-03-30T03:31:41.611Z Compiling tracing-attributes v0.1.27
16742024-03-30T03:31:42.283Z Compiling schemars_derive v0.8.16
16752024-03-30T03:31:42.756Z Compiling regex v1.10.3
16762024-03-30T03:31:42.777Z Compiling zerocopy v0.7.32
16772024-03-30T03:31:43.188Z Checking zeroize v1.7.0
16782024-03-30T03:31:43.429Z Compiling openssl-macros v0.1.1
16792024-03-30T03:31:43.535Z Compiling thiserror v1.0.57
16802024-03-30T03:31:43.731Z Compiling pest v2.7.6
16812024-03-30T03:31:44.872Z Compiling hashbrown v0.14.3
16822024-03-30T03:31:45.483Z Compiling anyhow v1.0.79
16832024-03-30T03:31:45.904Z Checking pin-utils v0.1.0
16842024-03-30T03:31:45.991Z Compiling pest_meta v2.7.6
16852024-03-30T03:31:46.599Z Checking futures-channel v0.3.30
16862024-03-30T03:31:46.614Z Checking futures-task v0.3.30
16872024-03-30T03:31:46.614Z Checking futures-io v0.3.30
16882024-03-30T03:31:46.668Z Compiling tinyvec_macros v0.1.1
16892024-03-30T03:31:46.674Z Compiling scroll_derive v0.12.0
16902024-03-30T03:31:46.727Z Checking futures-util v0.3.30
16912024-03-30T03:31:46.755Z Compiling tinyvec v1.6.0
16922024-03-30T03:31:46.915Z Compiling thread-id v4.2.0
16932024-03-30T03:31:47.276Z Compiling pest_generator v2.7.6
16942024-03-30T03:31:47.292Z Compiling der_derive v0.7.2
16952024-03-30T03:31:48.199Z Compiling unicode-normalization v0.1.22
16962024-03-30T03:31:48.214Z Compiling unicode-bidi v0.3.15
16972024-03-30T03:31:49.792Z Compiling errno v0.3.8
16982024-03-30T03:31:50.229Z Compiling unicode-width v0.1.11
16992024-03-30T03:31:50.298Z Compiling either v1.10.0
17002024-03-30T03:31:50.320Z Checking subtle v2.5.0
17012024-03-30T03:31:51.074Z Compiling crc32fast v1.3.2
17022024-03-30T03:31:51.078Z Compiling winnow v0.5.15
17032024-03-30T03:31:51.098Z Compiling pest_derive v2.7.6
17042024-03-30T03:31:51.197Z Compiling synstructure v0.12.6
17052024-03-30T03:31:51.880Z Compiling spin v0.9.8
17062024-03-30T03:31:51.926Z Compiling tracing-core v0.1.32
17072024-03-30T03:31:53.017Z Compiling zerocopy-derive v0.2.0
17082024-03-30T03:31:53.281Z Compiling tracing v0.1.40
17092024-03-30T03:31:53.386Z Compiling scroll v0.12.0
17102024-03-30T03:31:53.498Z Checking bytes v1.5.0
17112024-03-30T03:31:53.961Z Checking bitflags v2.4.2
17122024-03-30T03:31:54.164Z Compiling usdt-impl v0.5.0
17132024-03-30T03:31:54.231Z Compiling const-oid v0.9.6
17142024-03-30T03:31:54.259Z Checking tokio v1.36.0
17152024-03-30T03:31:54.496Z Compiling plain v0.2.3
17162024-03-30T03:31:54.893Z Compiling percent-encoding v2.3.1
17172024-03-30T03:31:54.918Z Checking chrono v0.4.34
17182024-03-30T03:31:55.016Z Compiling goblin v0.8.0
17192024-03-30T03:31:55.470Z Compiling indexmap v2.2.5
17202024-03-30T03:31:56.467Z Compiling uuid v1.7.0
17212024-03-30T03:31:56.875Z Compiling http v0.2.12
17222024-03-30T03:31:56.980Z Compiling semver v1.0.22
17232024-03-30T03:31:57.703Z Compiling rustc_version v0.4.0
17242024-03-30T03:31:57.813Z Compiling serde_spanned v0.6.5
17252024-03-30T03:31:58.038Z Compiling toml_datetime v0.6.5
17262024-03-30T03:31:58.466Z Compiling toml_edit v0.19.15
17272024-03-30T03:31:58.536Z Compiling openapiv3 v2.0.0
17282024-03-30T03:32:04.306Z Compiling lazy_static v1.4.0
17292024-03-30T03:32:04.307Z Compiling pretty-hex v0.4.1
17302024-03-30T03:32:04.307Z Compiling dof v0.3.0
17312024-03-30T03:32:04.307Z Compiling dtrace-parser v0.2.0
17322024-03-30T03:32:04.307Z Compiling clap_derive v4.5.0
17332024-03-30T03:32:04.307Z Compiling untrusted v0.9.0
17342024-03-30T03:32:04.307Z Compiling foreign-types-shared v0.1.1
17352024-03-30T03:32:04.307Z Compiling signal-hook v0.3.17
17362024-03-30T03:32:04.307Z Compiling powerfmt v0.2.0
17372024-03-30T03:32:04.307Z Compiling try-lock v0.2.4
17382024-03-30T03:32:04.308Z Compiling untrusted v0.7.1
17392024-03-30T03:32:04.308Z Compiling want v0.3.1
17402024-03-30T03:32:04.308Z Compiling deranged v0.3.11
17412024-03-30T03:32:04.308Z Compiling foreign-types v0.3.2
17422024-03-30T03:32:05.476Z Compiling tokio-util v0.7.10
17432024-03-30T03:32:05.518Z Compiling form_urlencoded v1.2.1
17442024-03-30T03:32:05.672Z Compiling crypto-common v0.1.6
17452024-03-30T03:32:05.835Z Compiling zerocopy-derive v0.6.4
17462024-03-30T03:32:06.670Z Compiling usdt-impl v0.3.5
17472024-03-30T03:32:06.904Z Compiling siphasher v0.3.11
17482024-03-30T03:32:07.004Z Compiling base64 v0.21.7
17492024-03-30T03:32:07.270Z Compiling num_threads v0.1.6
17502024-03-30T03:32:07.371Z Compiling time v0.3.34
17512024-03-30T03:32:07.392Z Compiling h2 v0.3.24
17522024-03-30T03:32:07.432Z Compiling rustls-webpki v0.101.7
17532024-03-30T03:32:07.597Z Compiling sct v0.7.0
17542024-03-30T03:32:07.759Z Compiling http-body v0.4.5
17552024-03-30T03:32:07.909Z Compiling zerocopy v0.3.0
17562024-03-30T03:32:08.156Z Compiling block-buffer v0.10.4
17572024-03-30T03:32:08.415Z Compiling idna v0.5.0
17582024-03-30T03:32:08.638Z Compiling bzip2-sys v0.1.11+1.0.8
17592024-03-30T03:32:08.757Z Compiling openssl-probe v0.1.5
17602024-03-30T03:32:09.100Z Compiling httpdate v1.0.3
17612024-03-30T03:32:09.116Z Compiling tower-service v0.3.2
17622024-03-30T03:32:09.421Z Compiling url v2.5.0
17632024-03-30T03:32:11.308Z Compiling dof v0.1.5
17642024-03-30T03:32:11.362Z Compiling digest v0.10.7
17652024-03-30T03:32:11.362Z Compiling heapless v0.7.16
17662024-03-30T03:32:11.362Z Compiling dtrace-parser v0.1.14
17672024-03-30T03:32:11.362Z Compiling idna v0.3.0
17682024-03-30T03:32:12.860Z Compiling adler v1.0.2
17692024-03-30T03:32:12.882Z Compiling ppv-lite86 v0.2.17
17702024-03-30T03:32:12.901Z Compiling psl-types v2.0.11
17712024-03-30T03:32:13.048Z Compiling unicode-segmentation v1.10.1
17722024-03-30T03:32:13.071Z Compiling miniz_oxide v0.7.1
17732024-03-30T03:32:13.090Z Compiling publicsuffix v2.2.3
17742024-03-30T03:32:13.671Z Compiling rand_chacha v0.3.1
17752024-03-30T03:32:13.876Z Compiling tokio-native-tls v0.3.1
17762024-03-30T03:32:13.967Z Compiling crossbeam-epoch v0.9.18
17772024-03-30T03:32:14.144Z Compiling hyper v0.14.28
17782024-03-30T03:32:14.495Z Compiling tokio-rustls v0.24.1
17792024-03-30T03:32:14.881Z Compiling serde_tokenstream v0.1.7
17802024-03-30T03:32:15.404Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
17812024-03-30T03:32:15.548Z Checking equivalent v1.0.1
17822024-03-30T03:32:15.647Z Compiling bit-vec v0.6.3
17832024-03-30T03:32:15.897Z Compiling ipnet v2.9.0
17842024-03-30T03:32:16.080Z Compiling cookie_store v0.20.0
17852024-03-30T03:32:16.281Z Compiling rand v0.8.5
17862024-03-30T03:32:17.188Z Compiling rustls-pemfile v1.0.3
17872024-03-30T03:32:17.218Z Compiling phf_shared v0.10.0
17882024-03-30T03:32:17.257Z Compiling serde_urlencoded v0.7.1
17892024-03-30T03:32:17.594Z Compiling encoding_rs v0.8.33
17902024-03-30T03:32:17.662Z Compiling num-bigint v0.4.4
17912024-03-30T03:32:17.837Z Compiling gimli v0.28.0
17922024-03-30T03:32:18.019Z Compiling sync_wrapper v0.1.2
17932024-03-30T03:32:18.135Z Compiling base64ct v1.6.0
17942024-03-30T03:32:18.191Z Compiling smoltcp v0.9.1
17952024-03-30T03:32:18.386Z Compiling minimal-lexical v0.2.1
17962024-03-30T03:32:18.490Z Compiling mime v0.3.17
17972024-03-30T03:32:18.718Z Compiling fixedbitset v0.4.2
17982024-03-30T03:32:18.924Z Compiling new_debug_unreachable v1.0.4
17992024-03-30T03:32:18.928Z Compiling precomputed-hash v0.1.1
18002024-03-30T03:32:19.020Z Compiling webpki-roots v0.25.2
18012024-03-30T03:32:19.082Z Compiling string_cache v0.8.7
18022024-03-30T03:32:19.120Z Compiling petgraph v0.6.4
18032024-03-30T03:32:19.177Z Compiling nom v7.1.3
18042024-03-30T03:32:19.200Z Compiling pem-rfc7468 v0.7.0
18052024-03-30T03:32:19.875Z Compiling usdt-macro v0.3.5
18062024-03-30T03:32:19.950Z Compiling usdt-attr-macro v0.3.5
18072024-03-30T03:32:20.093Z Compiling bit-set v0.5.3
18082024-03-30T03:32:20.375Z Compiling hmac v0.12.1
18092024-03-30T03:32:20.957Z Compiling hyper-rustls v0.24.2
18102024-03-30T03:32:21.296Z Compiling hyper-tls v0.5.0
18112024-03-30T03:32:21.309Z Compiling itertools v0.10.5
18122024-03-30T03:32:21.417Z Compiling hubpack_derive v0.1.1
18132024-03-30T03:32:21.617Z Compiling reqwest v0.11.24
18142024-03-30T03:32:22.227Z Compiling addr2line v0.21.0
18152024-03-30T03:32:22.339Z Compiling enum-as-inner v0.5.1
18162024-03-30T03:32:22.684Z Compiling diesel_table_macro_syntax v0.1.0
18172024-03-30T03:32:22.856Z Compiling object v0.32.1
18182024-03-30T03:32:23.503Z Compiling flagset v0.4.3
18192024-03-30T03:32:23.520Z Compiling lalrpop-util v0.19.12
18202024-03-30T03:32:23.520Z Compiling rustc-demangle v0.1.23
18212024-03-30T03:32:23.521Z Compiling der v0.7.8
18222024-03-30T03:32:23.901Z Compiling diesel_derives v2.1.2
18232024-03-30T03:32:23.977Z Compiling flate2 v1.0.28
18242024-03-30T03:32:24.074Z Compiling futures-executor v0.3.30
18252024-03-30T03:32:24.272Z Compiling strum_macros v0.25.2
18262024-03-30T03:32:24.493Z Compiling cpufeatures v0.2.12
18272024-03-30T03:32:24.596Z Compiling sha2 v0.10.8
18282024-03-30T03:32:24.672Z Compiling toml_edit v0.22.6
18292024-03-30T03:32:24.937Z Compiling futures v0.3.30
18302024-03-30T03:32:26.629Z Compiling spki v0.7.2
18312024-03-30T03:32:26.754Z Compiling md-5 v0.10.5
18322024-03-30T03:32:26.929Z Compiling toml v0.7.8
18332024-03-30T03:32:26.996Z Compiling hex v0.4.3
18342024-03-30T03:32:27.624Z Compiling stringprep v0.1.3
18352024-03-30T03:32:28.478Z Compiling serde_repr v0.1.16
18362024-03-30T03:32:28.618Z Compiling num-integer v0.1.46
18372024-03-30T03:32:28.657Z Compiling hash32 v0.2.1
18382024-03-30T03:32:29.354Z Checking unicode-ident v1.0.12
18392024-03-30T03:32:29.380Z Compiling fallible-iterator v0.2.0
18402024-03-30T03:32:29.509Z Compiling stable_deref_trait v1.2.0
18412024-03-30T03:32:30.098Z Compiling postgres-protocol v0.6.6
18422024-03-30T03:32:31.472Z Compiling pkcs8 v0.10.2
18432024-03-30T03:32:31.673Z Compiling phf_shared v0.11.2
18442024-03-30T03:32:43.962Z Compiling terminal_size v0.3.0
18452024-03-30T03:32:44.230Z Compiling http v1.0.0
18462024-03-30T03:32:44.230Z Compiling ff v0.13.0
18472024-03-30T03:32:44.230Z Compiling block-padding v0.3.3
18482024-03-30T03:32:44.230Z Compiling scheduled-thread-pool v0.2.7
18492024-03-30T03:32:44.230Z Compiling matches v0.1.10
18502024-03-30T03:32:44.230Z Compiling bitflags v1.3.2
18512024-03-30T03:32:44.231Z Compiling managed v0.8.0
18522024-03-30T03:32:44.231Z Compiling regex-automata v0.1.10
18532024-03-30T03:32:44.231Z Compiling peg-runtime v0.8.2
18542024-03-30T03:32:44.231Z Compiling base16ct v0.2.0
18552024-03-30T03:32:44.231Z Compiling clap_builder v4.5.1
18562024-03-30T03:32:44.231Z Compiling http-body v1.0.0
18572024-03-30T03:32:44.231Z Compiling bstr v0.2.17
18582024-03-30T03:32:44.231Z Compiling sec1 v0.7.3
18592024-03-30T03:32:44.231Z Compiling idna v0.2.3
18602024-03-30T03:32:44.231Z Compiling r2d2 v0.8.10
18612024-03-30T03:32:44.231Z Compiling inout v0.1.3
18622024-03-30T03:32:44.439Z Compiling group v0.13.0
18632024-03-30T03:32:44.578Z Compiling signal-hook-mio v0.2.3
18642024-03-30T03:32:44.578Z Compiling phf v0.11.2
18652024-03-30T03:32:44.578Z Compiling bzip2 v0.4.4
18662024-03-30T03:32:44.579Z Compiling postgres-types v0.2.6
18672024-03-30T03:32:44.579Z Compiling hubpack v0.1.2
18682024-03-30T03:32:44.579Z Compiling hkdf v0.12.4
18692024-03-30T03:32:44.579Z Compiling zerocopy v0.6.4
18702024-03-30T03:32:44.579Z Compiling ipnetwork v0.20.0
18712024-03-30T03:32:44.579Z Compiling crypto-bigint v0.5.2
18722024-03-30T03:32:44.579Z Compiling float-cmp v0.9.0
18732024-03-30T03:32:44.579Z Compiling static_assertions v1.1.0
18742024-03-30T03:32:44.579Z Compiling data-encoding v2.4.0
18752024-03-30T03:32:44.579Z Compiling difflib v0.4.0
18762024-03-30T03:32:44.579Z Compiling normalize-line-endings v0.3.0
18772024-03-30T03:32:44.579Z Compiling predicates-core v1.0.6
18782024-03-30T03:32:44.579Z Compiling whoami v1.5.0
18792024-03-30T03:32:44.579Z Compiling elliptic-curve v0.13.8
18802024-03-30T03:32:44.579Z Compiling yasna v0.5.2
18812024-03-30T03:32:44.579Z Compiling tokio-postgres v0.7.10
18822024-03-30T03:32:44.579Z Compiling trust-dns-proto v0.22.0
18832024-03-30T03:32:44.579Z Compiling predicates v3.1.0
18842024-03-30T03:32:44.579Z Compiling clap v4.5.1
18852024-03-30T03:32:44.579Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
18862024-03-30T03:32:44.580Z Compiling diesel v2.1.4
18872024-03-30T03:32:44.580Z Compiling zip v0.6.6
18882024-03-30T03:32:44.580Z Compiling crossterm v0.27.0
18892024-03-30T03:32:44.580Z Compiling cipher v0.4.4
18902024-03-30T03:32:44.580Z Compiling similar v2.4.0
18912024-03-30T03:32:44.580Z Compiling hyper v1.2.0
18922024-03-30T03:32:44.580Z Checking proc-macro2 v1.0.78
18932024-03-30T03:32:44.781Z Compiling num-iter v0.1.44
18942024-03-30T03:32:44.997Z Compiling usdt v0.3.5
18952024-03-30T03:32:45.250Z Compiling tokio-stream v0.1.14
18962024-03-30T03:32:45.785Z Compiling console v0.15.8
18972024-03-30T03:32:46.229Z Compiling bstr v1.9.0
18982024-03-30T03:32:46.337Z Checking quote v1.0.35
18992024-03-30T03:32:53.182Z Checking utf8parse v0.2.1
19002024-03-30T03:32:54.968Z Checking anstyle v1.0.6
19012024-03-30T03:32:56.162Z Checking anstyle-parse v0.2.1
19022024-03-30T03:32:56.424Z Checking colorchoice v1.0.0
19032024-03-30T03:32:56.542Z Checking anstyle-query v1.0.0
19042024-03-30T03:32:56.675Z Checking anstream v0.6.11
19052024-03-30T03:32:56.896Z Checking clap_lex v0.7.0
19062024-03-30T03:32:57.134Z Checking strsim v0.11.0
19072024-03-30T03:32:59.706Z Compiling serde_tokenstream v0.2.0
19082024-03-30T03:33:03.015Z Checking winnow v0.6.1
19092024-03-30T03:33:10.406Z Compiling regress v0.9.0
19102024-03-30T03:33:10.651Z Checking heck v0.4.1
19112024-03-30T03:33:10.843Z Compiling getopts v0.2.21
19122024-03-30T03:33:12.326Z Compiling unsafe-libyaml v0.2.10
19132024-03-30T03:33:12.357Z Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
19142024-03-30T03:33:12.357Z Compiling strsim v0.10.0
19152024-03-30T03:33:12.411Z Compiling ident_case v1.0.1
19162024-03-30T03:33:12.580Z Checking camino v1.1.6
19172024-03-30T03:33:13.009Z Compiling serde_yaml v0.9.25
19182024-03-30T03:33:13.114Z Checking atty v0.2.14
19192024-03-30T03:33:13.142Z Checking sha1 v0.10.6
19202024-03-30T03:33:13.629Z Checking rustls-pki-types v1.3.0
19212024-03-30T03:33:13.629Z Checking fastrand v2.0.1
19222024-03-30T03:33:13.630Z Checking match_cfg v0.1.0
19232024-03-30T03:33:13.630Z Checking hostname v0.3.1
19242024-03-30T03:33:13.630Z Compiling darling_core v0.20.3
19252024-03-30T03:33:13.631Z Compiling strum_macros v0.26.1
19262024-03-30T03:33:13.712Z Checking tempfile v3.10.0
19272024-03-30T03:33:14.051Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
19282024-03-30T03:33:15.608Z Checking dirs-sys-next v0.1.2
19292024-03-30T03:33:15.782Z Checking quick-error v1.2.3
19302024-03-30T03:33:15.913Z Compiling paste v1.0.14
19312024-03-30T03:33:16.495Z Checking dirs-next v2.0.0
19322024-03-30T03:33:16.625Z Checking crossbeam-channel v0.5.8
19332024-03-30T03:33:17.244Z Checking thread_local v1.1.7
19342024-03-30T03:33:17.271Z Compiling rustls v0.22.2
19352024-03-30T03:33:17.367Z Compiling slog-async v2.8.0
19362024-03-30T03:33:17.868Z Checking term v0.7.0
19372024-03-30T03:33:17.868Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19382024-03-30T03:33:17.934Z Checking rustls-webpki v0.102.1
19392024-03-30T03:33:23.203Z Checking instant v0.1.12
19402024-03-30T03:33:23.203Z Checking take_mut v0.2.2
19412024-03-30T03:33:23.204Z Checking slog-term v2.9.0
19422024-03-30T03:33:23.204Z Checking rustls-pemfile v2.1.1
19432024-03-30T03:33:23.204Z Compiling multer v3.0.0
19442024-03-30T03:33:23.204Z Checking debug-ignore v1.0.5
19452024-03-30T03:33:23.204Z Checking slog-json v2.6.1
19462024-03-30T03:33:23.205Z Compiling async-stream-impl v0.3.5
19472024-03-30T03:33:23.205Z Checking strum v0.26.1
19482024-03-30T03:33:23.205Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
19492024-03-30T03:33:23.205Z Checking atomic-waker v1.1.1
19502024-03-30T03:33:23.205Z Checking slog-bunyan v2.5.0
19512024-03-30T03:33:23.206Z Checking waitgroup v0.1.2
19522024-03-30T03:33:23.206Z Checking toml v0.8.10
19532024-03-30T03:33:23.206Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
19542024-03-30T03:33:23.957Z Compiling darling_macro v0.20.3
19552024-03-30T03:33:23.957Z Checking serde_path_to_error v0.1.16
19562024-03-30T03:33:23.957Z Checking wait-timeout v0.2.0
19572024-03-30T03:33:23.957Z Compiling structmeta-derive v0.3.0
19582024-03-30T03:33:23.957Z Checking async-stream v0.3.5
19592024-03-30T03:33:23.958Z Checking rusty-fork v0.3.0
19602024-03-30T03:33:23.958Z Checking newtype-uuid v1.0.1
19612024-03-30T03:33:23.958Z Compiling structmeta-derive v0.2.0
19622024-03-30T03:33:23.958Z Checking rand_xorshift v0.3.0
19632024-03-30T03:33:23.958Z Compiling darling v0.20.3
19642024-03-30T03:33:23.958Z Compiling serde_with_macros v3.6.1
19652024-03-30T03:33:23.958Z Checking unarray v0.1.4
19662024-03-30T03:33:23.958Z Checking proptest v1.4.0
19672024-03-30T03:33:23.958Z Checking backoff v0.4.0
19682024-03-30T03:33:23.958Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19692024-03-30T03:33:23.958Z Checking tokio-rustls v0.25.0
19702024-03-30T03:33:23.958Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19712024-03-30T03:33:23.959Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19722024-03-30T03:33:23.959Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19732024-03-30T03:33:23.959Z Compiling structmeta v0.3.0
19742024-03-30T03:33:23.959Z Compiling structmeta v0.2.0
19752024-03-30T03:33:23.959Z Compiling parse-display-derive v0.9.0
19762024-03-30T03:33:23.972Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19772024-03-30T03:33:24.123Z Checking macaddr v1.0.1
19782024-03-30T03:33:24.220Z Compiling test-strategy v0.3.1
19792024-03-30T03:33:24.271Z Checking serde_with v3.6.1
19802024-03-30T03:33:24.452Z Compiling proc-macro-error-attr v1.0.4
19812024-03-30T03:33:24.817Z Compiling proc-macro-error v1.0.4
19822024-03-30T03:33:25.647Z Compiling proc-macro-crate v1.3.1
19832024-03-30T03:33:26.404Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19842024-03-30T03:33:26.711Z Compiling num_enum_derive v0.5.11
19852024-03-30T03:33:26.776Z Checking camino-tempfile v1.1.1
19862024-03-30T03:33:26.873Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19872024-03-30T03:33:27.038Z Compiling foreign-types-macros v0.2.3
19882024-03-30T03:33:27.168Z Checking foreign-types-shared v0.3.1
19892024-03-30T03:33:27.267Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19902024-03-30T03:33:27.704Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19912024-03-30T03:33:27.755Z Checking cstr-argument v0.1.2
19922024-03-30T03:33:27.925Z Checking pretty-hex v0.2.1
19932024-03-30T03:33:28.084Z Checking tabwriter v1.4.0
19942024-03-30T03:33:28.291Z Checking colored v2.1.0
19952024-03-30T03:33:28.321Z Checking socket2 v0.4.9
19962024-03-30T03:33:28.354Z Checking foreign-types v0.5.0
19972024-03-30T03:33:28.464Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19982024-03-30T03:33:28.569Z Checking smf v0.2.2
19992024-03-30T03:33:28.675Z Checking humantime v2.1.0
20002024-03-30T03:33:28.751Z Checking parse-display v0.9.0
20012024-03-30T03:33:28.803Z Checking termcolor v1.2.0
20022024-03-30T03:33:28.808Z Compiling usdt-attr-macro v0.5.0
20032024-03-30T03:33:28.958Z Compiling usdt-macro v0.5.0
20042024-03-30T03:33:29.013Z Checking memmap v0.7.0
20052024-03-30T03:33:29.042Z Checking arc-swap v1.6.0
20062024-03-30T03:33:29.199Z Checking termtree v0.4.1
20072024-03-30T03:33:29.216Z Compiling heapless v0.8.0
20082024-03-30T03:33:29.395Z Checking utf-8 v0.7.6
20092024-03-30T03:33:29.447Z Checking slog-scope v4.4.0
20102024-03-30T03:33:29.521Z Checking num_enum v0.5.11
20112024-03-30T03:33:29.590Z Checking predicates-tree v1.0.9
20122024-03-30T03:33:30.054Z Checking slog-stdlog v4.1.1
20132024-03-30T03:33:30.054Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20142024-03-30T03:33:30.055Z Checking hash32 v0.3.1
20152024-03-30T03:33:30.055Z Checking slog-envlogger v2.2.0
20162024-03-30T03:33:30.055Z Compiling smoltcp v0.11.0
20172024-03-30T03:33:30.055Z Compiling heck v0.3.3
20182024-03-30T03:33:30.055Z Checking filetime v0.2.23
20192024-03-30T03:33:30.180Z Checking xattr v1.0.1
20202024-03-30T03:33:30.334Z Compiling crucible-workspace-hack v0.1.0
20212024-03-30T03:33:30.361Z Checking embedded-io v0.4.0
20222024-03-30T03:33:30.442Z Checking cobs v0.2.3
20232024-03-30T03:33:30.474Z Checking usdt v0.5.0
20242024-03-30T03:33:30.540Z Checking same-file v1.0.6
20252024-03-30T03:33:30.611Z Checking postcard v1.0.8
20262024-03-30T03:33:30.645Z Checking tar v0.4.40
20272024-03-30T03:33:30.658Z Checking tungstenite v0.20.1
20282024-03-30T03:33:30.698Z Checking walkdir v2.4.0
20292024-03-30T03:33:30.724Z Checking newline-converter v0.3.0
20302024-03-30T03:33:31.255Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20312024-03-30T03:33:31.264Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20322024-03-30T03:33:31.264Z Checking expectorate v1.1.0
20332024-03-30T03:33:31.264Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20342024-03-30T03:33:31.286Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20352024-03-30T03:33:31.295Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
20362024-03-30T03:33:31.343Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20372024-03-30T03:33:31.477Z Checking tokio-tungstenite v0.20.1
20382024-03-30T03:33:31.541Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20392024-03-30T03:33:31.951Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)
20402024-03-30T03:33:32.156Z Compiling num-derive v0.4.0
20412024-03-30T03:33:32.228Z Compiling mockall_derive v0.12.0
20422024-03-30T03:33:32.323Z Checking downcast v0.11.0
20432024-03-30T03:33:32.521Z Checking fragile v2.0.0
20442024-03-30T03:33:32.742Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
20452024-03-30T03:33:32.769Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)
20462024-03-30T03:33:32.999Z Checking base64 v0.22.0
20472024-03-30T03:33:33.078Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20482024-03-30T03:33:33.362Z Checking pem v3.0.2
20492024-03-30T03:33:33.463Z Checking env_logger v0.9.3
20502024-03-30T03:33:33.611Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20512024-03-30T03:33:33.907Z Compiling bitstruct_derive v0.1.0
20522024-03-30T03:33:33.959Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20532024-03-30T03:33:34.024Z Checking ascii v1.1.0
20542024-03-30T03:33:34.086Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20552024-03-30T03:33:34.090Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20562024-03-30T03:33:34.247Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20572024-03-30T03:33:34.395Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
20582024-03-30T03:33:34.475Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20592024-03-30T03:33:34.543Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=09bcfa6b9201f75891a5413928bb088cc150d319#09bcfa6b)
20602024-03-30T03:33:35.049Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20612024-03-30T03:33:35.049Z Checking erased-serde v0.3.31
20622024-03-30T03:33:35.049Z Checking serde_arrays v0.1.0
20632024-03-30T03:33:35.148Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
20642024-03-30T03:33:35.258Z Compiling zone_cfg_derive v0.1.2
20652024-03-30T03:33:35.276Z Checking bitstruct v0.1.1
20662024-03-30T03:33:35.380Z Checking tungstenite v0.21.0
20672024-03-30T03:33:35.439Z Checking base64 v0.13.1
20682024-03-30T03:33:35.455Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20692024-03-30T03:33:35.842Z Checking ron v0.7.1
20702024-03-30T03:33:36.023Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20712024-03-30T03:33:36.236Z Checking tokio-tungstenite v0.21.0
20722024-03-30T03:33:36.774Z Checking zone v0.1.8
20732024-03-30T03:33:36.896Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20742024-03-30T03:33:36.938Z Checking headers-core v0.2.0
20752024-03-30T03:33:37.067Z Checking portpicker v0.1.1
20762024-03-30T03:33:40.724Z Checking headers v0.3.9
20772024-03-30T03:33:40.724Z Checking rcgen v0.12.1
20782024-03-30T03:33:40.724Z Checking atomicwrites v0.4.3
20792024-03-30T03:33:40.846Z Checking subprocess v0.2.9
20802024-03-30T03:33:40.846Z Checking linked-hash-map v0.5.6
20812024-03-30T03:33:40.846Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
20822024-03-30T03:33:40.846Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
20832024-03-30T03:33:40.846Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20842024-03-30T03:33:40.847Z Checking lru-cache v0.1.2
20852024-03-30T03:33:40.847Z Checking password-hash v0.5.0
20862024-03-30T03:33:40.847Z Checking blake2 v0.10.6
20872024-03-30T03:33:40.847Z Checking swrite v0.1.0
20882024-03-30T03:33:40.847Z Checking itertools v0.12.1
20892024-03-30T03:33:40.847Z Compiling derive-where v1.2.7
20902024-03-30T03:33:40.847Z Compiling rayon-core v1.12.1
20912024-03-30T03:33:40.847Z Checking argon2 v0.5.3
20922024-03-30T03:33:40.847Z Checking half v2.3.1
20932024-03-30T03:33:40.848Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20942024-03-30T03:33:40.848Z Compiling cancel-safe-futures v0.1.5
20952024-03-30T03:33:40.848Z Checking ciborium-io v0.2.2
20962024-03-30T03:33:40.848Z Checking resolv-conf v0.7.0
20972024-03-30T03:33:40.848Z Checking ciborium-ll v0.2.2
20982024-03-30T03:33:40.849Z Checking ciborium v0.2.2
20992024-03-30T03:33:40.849Z Checking trust-dns-resolver v0.22.0
21002024-03-30T03:33:40.849Z Checking bytecount v0.6.3
21012024-03-30T03:33:40.849Z Checking papergrid v0.11.0
21022024-03-30T03:33:40.849Z Checking mockall v0.12.0
21032024-03-30T03:33:40.888Z Compiling tabled_derive v0.7.0
21042024-03-30T03:33:41.150Z Compiling slog-dtrace v0.3.0
21052024-03-30T03:33:41.601Z Compiling semver v0.1.20
21062024-03-30T03:33:41.614Z Compiling rustc_version v0.1.7
21072024-03-30T03:33:41.658Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21082024-03-30T03:33:41.852Z Checking libsw v3.3.1
21092024-03-30T03:33:41.965Z Checking linear-map v1.2.0
21102024-03-30T03:33:42.016Z Checking owo-colors v4.0.0
21112024-03-30T03:33:42.049Z Compiling newtype_derive v0.1.6
21122024-03-30T03:33:42.150Z Compiling num-rational v0.4.1
21132024-03-30T03:33:42.289Z Compiling radium v0.7.0
21142024-03-30T03:33:42.480Z Checking is-terminal v0.4.9
21152024-03-30T03:33:42.497Z Checking steno v0.4.0
21162024-03-30T03:33:42.607Z Checking num-complex v0.4.4
21172024-03-30T03:33:42.776Z Checking nibble_vec v0.1.0
21182024-03-30T03:33:42.950Z Checking endian-type v0.1.2
21192024-03-30T03:33:43.154Z Checking tap v1.0.1
21202024-03-30T03:33:43.315Z Compiling maybe-uninit v2.0.0
21212024-03-30T03:33:43.331Z Checking wyz v0.5.1
21222024-03-30T03:33:43.513Z Checking num v0.4.1
21232024-03-30T03:33:43.564Z Checking tabled v0.15.0
21242024-03-30T03:33:43.609Z Checking radix_trie v0.2.1
21252024-03-30T03:33:43.891Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21262024-03-30T03:33:43.963Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21272024-03-30T03:33:44.056Z Checking fxhash v0.2.1
21282024-03-30T03:33:44.111Z Compiling num-bigint-dig v0.8.4
21292024-03-30T03:33:44.232Z Checking crc-catalog v2.2.0
21302024-03-30T03:33:44.367Z Checking funty v2.0.0
21312024-03-30T03:33:44.408Z Compiling packed_struct v0.10.1
21322024-03-30T03:33:44.663Z Checking crc v3.0.1
21332024-03-30T03:33:44.868Z Compiling packed_struct_codegen v0.10.1
21342024-03-30T03:33:44.887Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21352024-03-30T03:33:44.925Z Compiling indexmap v1.9.3
21362024-03-30T03:33:45.107Z Checking nodrop v0.1.14
21372024-03-30T03:33:45.155Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21382024-03-30T03:33:45.210Z Checking array-init v0.0.4
21392024-03-30T03:33:45.230Z Checking smallvec v0.6.14
21402024-03-30T03:33:45.436Z Checking bitvec v1.0.1
21412024-03-30T03:33:45.641Z Checking pkcs1 v0.7.5
21422024-03-30T03:33:46.011Z Checking signature v2.1.0
21432024-03-30T03:33:46.186Z Checking bitfield v0.14.0
21442024-03-30T03:33:46.206Z Checking hashbrown v0.12.3
21452024-03-30T03:33:46.387Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
21462024-03-30T03:33:46.456Z Checking serde-hex v0.1.0
21472024-03-30T03:33:46.598Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21482024-03-30T03:33:46.900Z Checking env_logger v0.10.0
21492024-03-30T03:33:47.266Z Checking x509-cert v0.2.4
21502024-03-30T03:33:47.820Z Checking rsa v0.9.2
21512024-03-30T03:33:47.883Z Checking ron v0.8.1
21522024-03-30T03:33:48.020Z Checking hashbrown v0.13.2
21532024-03-30T03:33:53.533Z Checking crc-any v2.4.3
21542024-03-30T03:33:53.644Z Checking display-error-chain v0.2.0
21552024-03-30T03:33:53.645Z Checking path-slash v0.1.5
21562024-03-30T03:33:53.645Z Compiling convert_case v0.4.0
21572024-03-30T03:33:53.645Z Compiling async-recursion v1.0.5
21582024-03-30T03:33:53.645Z Compiling buf-list v1.0.3
21592024-03-30T03:33:53.645Z Checking object v0.30.4
21602024-03-30T03:33:53.645Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21612024-03-30T03:33:53.645Z Compiling blake3 v1.5.0
21622024-03-30T03:33:53.645Z Compiling derive_more v0.99.17
21632024-03-30T03:33:53.645Z Checking textwrap v0.11.0
21642024-03-30T03:33:53.645Z Checking gethostname v0.4.3
21652024-03-30T03:33:53.645Z Checking vec_map v0.8.2
21662024-03-30T03:33:53.645Z Compiling parking_lot_core v0.8.6
21672024-03-30T03:33:53.645Z Compiling libefi-sys v0.1.0
21682024-03-30T03:33:53.645Z Checking ansi_term v0.12.1
21692024-03-30T03:33:53.645Z Checking strsim v0.8.0
21702024-03-30T03:33:53.645Z Compiling structopt-derive v0.4.18
21712024-03-30T03:33:53.646Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
21722024-03-30T03:33:53.646Z Checking clap v2.34.0
21732024-03-30T03:33:53.646Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21742024-03-30T03:33:53.646Z Compiling crossbeam-deque v0.8.3
21752024-03-30T03:33:53.646Z Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21762024-03-30T03:33:53.646Z Checking keccak v0.1.4
21772024-03-30T03:33:53.646Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
21782024-03-30T03:33:53.646Z Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
21792024-03-30T03:33:53.646Z Checking sha3 v0.10.8
21802024-03-30T03:33:53.646Z Checking parking_lot v0.11.2
21812024-03-30T03:33:53.723Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21822024-03-30T03:33:53.747Z Checking structopt v0.3.26
21832024-03-30T03:33:53.943Z Checking trust-dns-client v0.22.0
21842024-03-30T03:33:54.026Z Checking toml v0.5.11
21852024-03-30T03:33:54.112Z Compiling semver-parser v0.10.2
21862024-03-30T03:33:54.827Z Checking secrecy v0.8.0
21872024-03-30T03:33:55.305Z Compiling pin-project-internal v1.1.3
21882024-03-30T03:33:55.312Z Compiling doc-comment v0.3.3
21892024-03-30T03:33:55.313Z Compiling semver v0.11.0
21902024-03-30T03:33:55.490Z Checking trust-dns-server v0.22.1
21912024-03-30T03:33:55.861Z Compiling rayon v1.9.0
21922024-03-30T03:33:55.983Z Checking sled v0.34.7
21932024-03-30T03:33:57.465Z Compiling memmap2 v0.7.1
21942024-03-30T03:33:58.136Z Checking pin-project v1.1.3
21952024-03-30T03:33:58.563Z Compiling arrayvec v0.7.4
21962024-03-30T03:33:58.581Z Compiling arrayref v0.3.7
21972024-03-30T03:33:58.581Z Compiling home v0.5.5
21982024-03-30T03:33:58.581Z Compiling constant_time_eq v0.3.0
21992024-03-30T03:33:58.582Z Compiling toolchain_find v0.2.0
22002024-03-30T03:33:59.012Z Compiling vte_generate_state_changes v0.1.1
22012024-03-30T03:33:59.125Z Compiling topological-sort v0.2.2
22022024-03-30T03:33:59.350Z Compiling glob v0.3.1
22032024-03-30T03:33:59.678Z Checking vte v0.11.1
22042024-03-30T03:34:01.155Z Compiling rustfmt-wrapper v0.2.0
22052024-03-30T03:34:01.161Z Checking fd-lock v3.0.13
22062024-03-30T03:34:01.161Z Compiling omicron-zone-package v0.11.0
22072024-03-30T03:34:01.161Z Checking strip-ansi-escapes v0.2.0
22082024-03-30T03:34:01.161Z Checking nu-ansi-term v0.50.0
22092024-03-30T03:34:01.211Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22102024-03-30T03:34:01.320Z Checking strum v0.25.0
22112024-03-30T03:34:01.460Z Compiling unicase v2.7.0
22122024-03-30T03:34:01.482Z Checking reedline v0.30.0
22132024-03-30T03:34:01.531Z Compiling platforms v3.0.2
22142024-03-30T03:34:01.758Z Compiling prettyplease v0.2.16
22152024-03-30T03:34:02.044Z Compiling snafu-derive v0.7.5
22162024-03-30T03:34:02.078Z Checking globset v0.4.13
22172024-03-30T03:34:02.419Z Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22182024-03-30T03:34:02.534Z Checking olpc-cjson v0.1.3
22192024-03-30T03:34:02.604Z Checking serde_plain v1.0.2
22202024-03-30T03:34:02.743Z Compiling memoffset v0.7.1
22212024-03-30T03:34:02.853Z Compiling crunchy v0.2.2
22222024-03-30T03:34:03.037Z Checking typed-path v0.7.0
22232024-03-30T03:34:03.415Z Compiling curve25519-dalek v4.1.1
22242024-03-30T03:34:03.564Z Checking fs-err v2.11.0
22252024-03-30T03:34:04.066Z Compiling clang-sys v1.6.1
22262024-03-30T03:34:04.585Z Compiling tiny-keccak v2.0.2
22272024-03-30T03:34:04.600Z Checking parse-size v1.0.0
22282024-03-30T03:34:04.600Z Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22292024-03-30T03:34:04.600Z Compiling mime_guess v2.0.4
22302024-03-30T03:34:04.912Z Compiling darling_core v0.14.4
22312024-03-30T03:34:04.939Z Checking universal-hash v0.5.1
22322024-03-30T03:34:04.997Z Compiling thiserror-impl-no-std v2.0.2
22332024-03-30T03:34:05.150Z Compiling curve25519-dalek-derive v0.1.0
22342024-03-30T03:34:05.208Z Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
22352024-03-30T03:34:05.415Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
22362024-03-30T03:34:05.724Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22372024-03-30T03:34:06.145Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22382024-03-30T03:34:07.110Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22392024-03-30T03:34:07.369Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22402024-03-30T03:34:07.960Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22412024-03-30T03:34:07.974Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
22422024-03-30T03:34:08.413Z Checking snafu v0.7.5
22432024-03-30T03:34:08.955Z Checking tough v0.16.0
22442024-03-30T03:34:09.190Z Checking nanorand v0.7.0
22452024-03-30T03:34:09.268Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22462024-03-30T03:34:09.278Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22472024-03-30T03:34:09.573Z Compiling salty v0.2.0
22482024-03-30T03:34:09.596Z Checking opaque-debug v0.3.0
22492024-03-30T03:34:09.667Z Checking signature v1.6.4
22502024-03-30T03:34:09.784Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
22512024-03-30T03:34:09.796Z Checking ed25519 v1.5.3
22522024-03-30T03:34:09.956Z Checking poly1305 v0.8.0
22532024-03-30T03:34:10.096Z Checking flume v0.11.0
22542024-03-30T03:34:10.522Z Checking thiserror-no-std v2.0.2
22552024-03-30T03:34:10.701Z Compiling ascii-canvas v3.0.0
22562024-03-30T03:34:10.750Z Compiling darling_macro v0.14.4
22572024-03-30T03:34:11.818Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
22582024-03-30T03:34:11.913Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22592024-03-30T03:34:12.493Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22602024-03-30T03:34:12.500Z Checking chacha20 v0.9.1
22612024-03-30T03:34:12.500Z Checking aead v0.5.2
22622024-03-30T03:34:12.610Z Checking serde-big-array v0.5.1
22632024-03-30T03:34:12.624Z Checking kstat-rs v0.2.3
22642024-03-30T03:34:12.690Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22652024-03-30T03:34:12.818Z Compiling ena v0.14.2
22662024-03-30T03:34:12.969Z Compiling libloading v0.7.4
22672024-03-30T03:34:12.998Z Compiling regex-syntax v0.6.29
22682024-03-30T03:34:13.201Z Compiling diff v0.1.13
22692024-03-30T03:34:13.371Z Compiling bindgen v0.69.2
22702024-03-30T03:34:13.586Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22712024-03-30T03:34:13.922Z Checking chacha20poly1305 v0.10.1
22722024-03-30T03:34:14.126Z Checking vsss-rs v3.3.4
22732024-03-30T03:34:14.563Z Compiling darling v0.14.4
22742024-03-30T03:34:15.072Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=09bcfa6b9201f75891a5413928bb088cc150d319#09bcfa6b)
22752024-03-30T03:34:15.805Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22762024-03-30T03:34:16.046Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
22772024-03-30T03:34:16.452Z Compiling lalrpop v0.19.12
22782024-03-30T03:34:17.369Z Checking signal-hook-tokio v0.3.1
22792024-03-30T03:34:17.541Z Compiling cexpr v0.6.0
22802024-03-30T03:34:17.581Z Checking serde-big-array v0.4.1
22812024-03-30T03:34:17.716Z Compiling which v4.4.0
22822024-03-30T03:34:18.314Z Compiling lazycell v1.3.0
22832024-03-30T03:34:18.361Z Compiling rustc-hash v1.1.0
22842024-03-30T03:34:18.497Z Checking maplit v1.0.2
22852024-03-30T03:34:18.505Z Compiling peeking_take_while v0.1.2
22862024-03-30T03:34:18.573Z Compiling shlex v1.3.0
22872024-03-30T03:34:18.624Z Compiling ref-cast v1.0.20
22882024-03-30T03:34:21.642Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22892024-03-30T03:34:21.642Z Compiling derive_builder_core v0.12.0
22902024-03-30T03:34:21.832Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)
22912024-03-30T03:34:21.832Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22922024-03-30T03:34:21.832Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22932024-03-30T03:34:27.135Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22942024-03-30T03:34:27.218Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22952024-03-30T03:34:27.218Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22962024-03-30T03:34:27.218Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22972024-03-30T03:34:27.218Zerror[E0433]: failed to resolve: could not find `connect` in `client`
22982024-03-30T03:34:27.218Z --> internal-dns/src/resolver.rs:5:20
22992024-03-30T03:34:27.219Z |
23002024-03-30T03:34:27.219Z5 | use hyper::client::connect::dns::Name;
23012024-03-30T03:34:27.219Z | ^^^^^^^ could not find `connect` in `client`
23022024-03-30T03:34:27.219Z
23032024-03-30T03:34:27.633ZFor more information about this error, try `rustc --explain E0433`.
23042024-03-30T03:34:27.633Zerror: could not compile `internal-dns` (lib) due to 1 previous error
23052024-03-30T03:34:27.633Zwarning: build failed, waiting for other jobs to finish...
23062024-03-30T03:34:59.140ZError: clippy failed: exit status: 101
23072024-03-30T03:34:59.151Z
23082024-03-30T03:34:59.151Zreal 4:57.834829574
23092024-03-30T03:34:59.151Zuser 23:54.346575170
23102024-03-30T03:34:59.151Zsys 4:54.631625676
23112024-03-30T03:34:59.151Ztrap 0.708012492
23122024-03-30T03:34:59.151Ztflt 8.140911191
23132024-03-30T03:34:59.152Zdflt 5.094769910
23142024-03-30T03:34:59.152Zkflt 0.122831663
23152024-03-30T03:34:59.152Zlock 33:53.250309971
23162024-03-30T03:34:59.152Zslp 1:08:46.122528828
23172024-03-30T03:34:59.152Zlat 1:23.115072065
23182024-03-30T03:34:59.152Zstop 3:26.675327203
23192024-03-30T03:34:59.152Zprocess exited: duration 422109 ms, exit code 1
 
23202024-03-30T03:34:59.172Zfound 0 output files