01HM7Q8JAZTCPEZYKKRRZTPAFW: 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: 01HM7Q99TDP58F2XWA0PJBBG7X

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-01-15T23:36:31.708Zjob assigned to worker 01HM7QMFKR4Z1TBHR76E25BXYH (queued for 7 m 51 s)
 
22024-01-15T23:36:31.793Zstarting task 0: "setup"
32024-01-15T23:36:31.806Z++ uname -s
42024-01-15T23:36:31.809Z+ kern=SunOS
52024-01-15T23:36:31.809Z+ case "$kern" in
62024-01-15T23:36:31.809Z+ groupadd -g 12345 build
72024-01-15T23:36:31.812Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-01-15T23:36:33.915Z+ zfs create -o mountpoint=/work rpool/work
92024-01-15T23:36:34.082Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-01-15T23:36:34.085Z+ home_fs=zfs
112024-01-15T23:36:34.085Z+ [[ zfs == autofs ]]
122024-01-15T23:36:34.085Z+ mkdir -p /home/build
132024-01-15T23:36:34.085Z+ chown build:build /home/build /work
142024-01-15T23:36:35.109Z+ chmod 0700 /home/build /work
152024-01-15T23:36:35.113Zprocess exited: duration 3285 ms, exit code 0
 
162024-01-15T23:36:35.120Zstarting task 1: "rust-toolchain"
172024-01-15T23:36:35.128Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-01-15T23:36:35.132Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-01-15T23:36:35.311Zinfo: downloading installer
202024-01-15T23:36:37.347Zwarning: it looks like you have an existing installation of Rust at:
212024-01-15T23:36:37.347Zwarning: /opt/ooce/bin
222024-01-15T23:36:37.347Zwarning: It is recommended that rustup be the primary Rust installation.
232024-01-15T23:36:37.347Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-01-15T23:36:37.347Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-01-15T23:36:37.347Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-01-15T23:36:37.347Zwarning: or pass `-y' to ignore all ignorable checks.
272024-01-15T23:36:37.347Zerror: cannot install while Rust is installed
282024-01-15T23:36:37.347Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-01-15T23:36:37.648Zinfo: profile set to 'default'
302024-01-15T23:36:37.648Zinfo: default host triple is x86_64-unknown-illumos
312024-01-15T23:36:37.651Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-01-15T23:36:37.830Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-01-15T23:36:37.830Zinfo: downloading component 'cargo'
342024-01-15T23:36:38.625Zinfo: downloading component 'clippy'
352024-01-15T23:36:38.910Zinfo: downloading component 'rust-docs'
362024-01-15T23:36:39.910Zinfo: downloading component 'rust-std'
372024-01-15T23:36:41.705Zinfo: downloading component 'rustc'
382024-01-15T23:36:46.068Zinfo: downloading component 'rustfmt'
392024-01-15T23:36:46.320Zinfo: installing component 'cargo'
402024-01-15T23:36:48.114Zinfo: installing component 'clippy'
412024-01-15T23:36:48.939Zinfo: installing component 'rust-docs'
422024-01-15T23:36:51.642Zinfo: installing component 'rust-std'
432024-01-15T23:36:55.662Zinfo: installing component 'rustc'
442024-01-15T23:37:03.667Zinfo: installing component 'rustfmt'
452024-01-15T23:37:04.142Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-01-15T23:37:04.143Z
472024-01-15T23:37:04.251Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-01-15T23:37:04.251Z
492024-01-15T23:37:04.255Z
502024-01-15T23:37:04.255ZRust is installed now. Great!
512024-01-15T23:37:04.255Z
522024-01-15T23:37:04.255ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-01-15T23:37:04.255Zenvironment variable. This has not been done automatically.
542024-01-15T23:37:04.256Z
552024-01-15T23:37:04.256ZTo configure your current shell, run:
562024-01-15T23:37:04.256Zsource "$HOME/.cargo/env"
572024-01-15T23:37:04.339Z+ rustc --version
582024-01-15T23:37:04.450Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-01-15T23:37:04.467Zprocess exited: duration 29337 ms, exit code 0
 
602024-01-15T23:37:04.474Zstarting task 2: "authentication"
612024-01-15T23:37:04.504Zprocess exited: duration 29 ms, exit code 0
 
622024-01-15T23:37:04.511Zstarting task 3: "clone repository"
632024-01-15T23:37:04.518Z+ mkdir -p /work/oxidecomputer/omicron
642024-01-15T23:37:04.522Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-01-15T23:37:04.773ZCloning into '/work/oxidecomputer/omicron'...
662024-01-15T23:37:11.939Z+ cd /work/oxidecomputer/omicron
672024-01-15T23:37:11.940Z+ [[ -n andy/hosts ]]
682024-01-15T23:37:11.949Z+ git fetch origin andy/hosts
692024-01-15T23:37:12.294ZFrom https://github.com/oxidecomputer/omicron
702024-01-15T23:37:12.294Z * branch andy/hosts -> FETCH_HEAD
712024-01-15T23:37:12.305Z+ git checkout -B andy/hosts remotes/origin/andy/hosts
722024-01-15T23:37:12.409ZSwitched to a new branch 'andy/hosts'
732024-01-15T23:37:12.412Zbranch 'andy/hosts' set up to track 'origin/andy/hosts'.
742024-01-15T23:37:12.412Z+ git reset --hard c8c1fe59696c51a162f1d846fe1d2b988b5ac175
752024-01-15T23:37:12.464ZHEAD is now at c8c1fe596 Create /etc/inet/hosts as part of zone networking setup
762024-01-15T23:37:12.468Zprocess exited: duration 7918 ms, exit code 0
 
772024-01-15T23:37:12.474Zstarting task 4: "build"
782024-01-15T23:37:12.485Z+ cargo --version
792024-01-15T23:37:12.489Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
802024-01-15T23:37:12.675Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
812024-01-15T23:37:12.678Zinfo: downloading component 'cargo'
822024-01-15T23:37:13.381Zinfo: downloading component 'clippy'
832024-01-15T23:37:13.608Zinfo: downloading component 'rust-docs'
842024-01-15T23:37:14.483Zinfo: downloading component 'rust-std'
852024-01-15T23:37:15.773Zinfo: downloading component 'rustc'
862024-01-15T23:37:19.417Zinfo: downloading component 'rustfmt'
872024-01-15T23:37:19.621Zinfo: installing component 'cargo'
882024-01-15T23:37:20.901Zinfo: installing component 'clippy'
892024-01-15T23:37:21.383Zinfo: installing component 'rust-docs'
902024-01-15T23:37:24.209Zinfo: installing component 'rust-std'
912024-01-15T23:37:26.630Zinfo: installing component 'rustc'
922024-01-15T23:37:32.778Zinfo: installing component 'rustfmt'
932024-01-15T23:37:33.316Zcargo 1.74.1 (ecb9851af 2023-10-18)
942024-01-15T23:37:33.320Z+ rustc --version
952024-01-15T23:37:33.460Zrustc 1.74.1 (a28077b28 2023-12-04)
962024-01-15T23:37:33.468Z+ source ./env.sh
972024-01-15T23:37:33.471Z++ set -o xtrace
982024-01-15T23:37:33.471Z++++ dirname ./env.sh
992024-01-15T23:37:33.527Z+++ cd .
1002024-01-15T23:37:33.530Z+++ echo /work/oxidecomputer/omicron
1012024-01-15T23:37:33.530Z++ OMICRON_WS=/work/oxidecomputer/omicron
1022024-01-15T23:37:33.531Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032024-01-15T23:37:33.531Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042024-01-15T23:37:33.531Z++ 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
1052024-01-15T23:37:33.531Z++ 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
1062024-01-15T23:37:33.531Z++ 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
1072024-01-15T23:37:33.531Z++ 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
1082024-01-15T23:37:33.531Z++ 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
1092024-01-15T23:37:33.531Z++ 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
1102024-01-15T23:37:33.531Z++ unset OMICRON_WS
1112024-01-15T23:37:33.531Z++ set +o xtrace
1122024-01-15T23:37:33.572Z
1132024-01-15T23:37:33.572Z ##### ##### ###### ##### ###### #### # # # #### #
1142024-01-15T23:37:33.572Z # # # # # # # # # # # # # # #
1152024-01-15T23:37:33.572Z # # # # ##### # # ##### # # # # # #### #
1162024-01-15T23:37:33.572Z ##### ##### # ##### # # # # # # # # #
1172024-01-15T23:37:33.572Z # # # # # # # # # # # # # # #
1182024-01-15T23:37:33.572Z # # # ###### # # ###### ### # #### # #### #
1192024-01-15T23:37:33.572Z
1202024-01-15T23:37:42.989Z Startup: Refreshing catalog 'helios-dev' ... Done
1212024-01-15T23:37:44.580Z Startup: Caching catalogs ... Done
1222024-01-15T23:37:46.657ZPlanning: Solver setup ... Done (1.641s)
1232024-01-15T23:37:46.705ZPlanning: Running solver ... Done (0.048s)
1242024-01-15T23:37:46.752ZPlanning: Finding local manifests ... Done (0.003s)
1252024-01-15T23:37:46.755ZPlanning: Fetching manifests: 0/4 0% complete
1262024-01-15T23:37:47.020ZPlanning: Fetching manifests: 4/4 100% complete
1272024-01-15T23:37:47.101ZPlanning: Package planning ... Done (0.081s)
1282024-01-15T23:37:47.186ZPlanning: Merging actions ... Done (0.085s)
1292024-01-15T23:37:48.031ZPlanning: Checking for conflicting actions ... Done (0.845s)
1302024-01-15T23:37:48.049ZPlanning: Consolidating action changes ... Done (0.017s)
1312024-01-15T23:37:51.515ZPlanning: Evaluating mediators ... Done (3.463s)
1322024-01-15T23:37:51.527ZPlanning: Planning completed in 6.89 seconds
1332024-01-15T23:37:53.166Z Packages to install: 4
1342024-01-15T23:37:53.166Z Mediators to change: 2
1352024-01-15T23:37:53.167Z Services to change: 1
1362024-01-15T23:37:53.170Z Estimated space available: 148.87 GB
1372024-01-15T23:37:53.170ZEstimated space to be consumed: 1.40 GB
1382024-01-15T23:37:53.170Z Create boot environment: No
1392024-01-15T23:37:53.171ZCreate backup boot environment: No
1402024-01-15T23:37:53.171Z Rebuild boot archive: No
1412024-01-15T23:37:53.171Z
1422024-01-15T23:37:53.171ZChanged mediators:
1432024-01-15T23:37:53.171Z mediator clang:
1442024-01-15T23:37:53.171Z version: None -> 15 (system default)
1452024-01-15T23:37:53.171Z
1462024-01-15T23:37:53.171Z mediator llvm:
1472024-01-15T23:37:53.172Z version: 14 (system default) -> 15 (system default)
1482024-01-15T23:37:53.172Z
1492024-01-15T23:37:53.172ZChanged packages:
1502024-01-15T23:37:53.172Zhelios-dev
1512024-01-15T23:37:53.172Z developer/build-essential
1522024-01-15T23:37:53.172Z None -> 11-2.0
1532024-01-15T23:37:53.172Z library/libxmlsec1
1542024-01-15T23:37:53.172Z None -> 1.2.35-2.0
1552024-01-15T23:37:53.172Z ooce/developer/clang-15
1562024-01-15T23:37:53.172Z None -> 15.0.7-2.0
1572024-01-15T23:37:53.172Z ooce/developer/llvm-15
1582024-01-15T23:37:53.172Z None -> 15.0.7-2.0
1592024-01-15T23:37:53.172Z
1602024-01-15T23:37:53.172ZServices:
1612024-01-15T23:37:53.172Z restart_fmri:
1622024-01-15T23:37:53.172Z svc:/system/update-man-index:default
1632024-01-15T23:37:53.328Z
1642024-01-15T23:37:53.328ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1652024-01-15T23:37:58.336ZDownload: 1196/3290 items 82.7/212.6MB 38% complete (16.8M/s)
1662024-01-15T23:38:03.339ZDownload: 2087/3290 items 118.9/212.6MB 55% complete (12.0M/s)
1672024-01-15T23:38:08.338ZDownload: 2257/3290 items 119.4/212.6MB 56% complete (3.7M/s)
1682024-01-15T23:38:13.367ZDownload: 3248/3290 items 196.9/212.6MB 92% complete (7.7M/s)
1692024-01-15T23:38:16.809ZDownload: Completed 212.60 MB in 23.48 seconds (9.1M/s)
1702024-01-15T23:38:17.072Z Actions: 1/3689 actions (Installing new actions)
1712024-01-15T23:38:22.126Z Actions: 2381/3689 actions (Installing new actions)
1722024-01-15T23:38:24.633Z Actions: Completed 3689 actions in 7.56 seconds.
1732024-01-15T23:38:24.887Z Done (0.229s)
1742024-01-15T23:38:24.887Z Done (0.000s)
1752024-01-15T23:38:25.222Z Done (0.315s)
1762024-01-15T23:38:32.469Z Done (7.148s)
1772024-01-15T23:38:32.709Z Done (0.141s)
1782024-01-15T23:38:32.711Z Done (0.000s)
1792024-01-15T23:38:32.915Z Done (0.000s)
1802024-01-15T23:38:33.631ZPlanning: Evaluating mediator changes ... Done
1812024-01-15T23:38:33.943ZPlanning: Checking for conflicting actions ... Done
1822024-01-15T23:38:33.947ZPlanning: Consolidating action changes ... Done
1832024-01-15T23:38:34.352ZPlanning: Evaluating mediators ... Done
1842024-01-15T23:38:34.356ZPlanning: Planning completed in 0.72 seconds
1852024-01-15T23:38:34.407Z Mediators to change: 2
1862024-01-15T23:38:34.408Z Create boot environment: No
1872024-01-15T23:38:34.412ZCreate backup boot environment: No
1882024-01-15T23:38:34.509Z Done
1892024-01-15T23:38:34.509Z Done
1902024-01-15T23:38:34.692Z Done
1912024-01-15T23:38:40.409Z Done
1922024-01-15T23:38:40.530Z Done
1932024-01-15T23:38:40.534Z Done
1942024-01-15T23:38:40.638Z Done
1952024-01-15T23:38:41.647ZPlanning: Evaluating mediator changes ... Done
1962024-01-15T23:38:41.650ZPlanning: Merging actions ... Done
1972024-01-15T23:38:41.981ZPlanning: Checking for conflicting actions ... Done
1982024-01-15T23:38:41.984ZPlanning: Consolidating action changes ... Done
1992024-01-15T23:38:42.406ZPlanning: Evaluating mediators ... Done
2002024-01-15T23:38:42.495ZPlanning: Planning completed in 1.30 seconds
2012024-01-15T23:38:42.551Z Packages to change: 1
2022024-01-15T23:38:42.555Z Mediators to change: 1
2032024-01-15T23:38:42.555Z Services to change: 1
2042024-01-15T23:38:42.555Z Create boot environment: No
2052024-01-15T23:38:42.556ZCreate backup boot environment: Yes
2062024-01-15T23:38:44.560Z Actions: 1/6 actions (Updating modified actions)
2072024-01-15T23:38:44.563Z Actions: Completed 6 actions in 0.00 seconds.
2082024-01-15T23:38:44.563Z Done
2092024-01-15T23:38:44.563Z Done
2102024-01-15T23:38:44.633Z Done
2112024-01-15T23:38:50.578Z Done
2122024-01-15T23:38:50.705Z Done
2132024-01-15T23:38:50.708Z Done
2142024-01-15T23:38:50.839Z Done
2152024-01-15T23:38:51.514ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2162024-01-15T23:38:51.514Zclang system 15 system
2172024-01-15T23:38:51.514Zcsh system system illumos
2182024-01-15T23:38:51.514Zctags system system illumos
2192024-01-15T23:38:51.514Zgcc vendor 12 vendor
2202024-01-15T23:38:51.514Zgcc system 10 system
2212024-01-15T23:38:51.514Zgcc system 7 system
2222024-01-15T23:38:51.514Zgo system 1.20 system
2232024-01-15T23:38:51.514Zgo system 1.19 system
2242024-01-15T23:38:51.514Zllvm system 15 system
2252024-01-15T23:38:51.514Zllvm system 14 system
2262024-01-15T23:38:51.518Zmariadb system 10.6 system
2272024-01-15T23:38:51.518Zmta vendor vendor dma
2282024-01-15T23:38:51.518Zopenjdk system 17 system
2292024-01-15T23:38:51.518Zopenjdk system 11 system
2302024-01-15T23:38:51.518Zopenjdk system 1.8 system
2312024-01-15T23:38:51.518Zopenssl vendor 3 vendor
2322024-01-15T23:38:51.518Zperl system 5.36 system
2332024-01-15T23:38:51.518Zpostgresql system 15 system
2342024-01-15T23:38:51.518Zpostgresql system 13 system
2352024-01-15T23:38:51.518Zpython vendor 3 vendor
2362024-01-15T23:38:51.518Zpython system 2 system
2372024-01-15T23:38:51.518Zpython3 system 3.11 system
2382024-01-15T23:38:51.518Zruby system 3.0 system
2392024-01-15T23:38:51.518Zwords vendor vendor american-english
2402024-01-15T23:38:51.518Zwords system system australian-english
2412024-01-15T23:38:51.518Zwords system system british-english
2422024-01-15T23:38:51.519Zwords system system canadian-english
2432024-01-15T23:38:51.519Zwords system system french
2442024-01-15T23:38:51.519Zwords system system italian
2452024-01-15T23:38:51.519Zwords system system ngerman
2462024-01-15T23:38:51.519Zwords system system ogerman
2472024-01-15T23:38:51.519Zwords system system spanish
2482024-01-15T23:38:52.048ZFMRI IFO
2492024-01-15T23:38:52.048Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2502024-01-15T23:38:52.048Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2512024-01-15T23:38:52.048Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2522024-01-15T23:38:52.048Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2532024-01-15T23:38:52.048Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2542024-01-15T23:38:52.048Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2552024-01-15T23:38:52.048Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2562024-01-15T23:38:52.048Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2572024-01-15T23:38:52.121Z+ set -o errexit
2582024-01-15T23:38:52.125Z+++ dirname ./tools/ci_download_cockroachdb
2592024-01-15T23:38:52.128Z++ cd ./tools
2602024-01-15T23:38:52.128Z++ pwd
2612024-01-15T23:38:52.128Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2622024-01-15T23:38:52.128Z++ basename ./tools/ci_download_cockroachdb
2632024-01-15T23:38:52.131Z+ ARG0=ci_download_cockroachdb
2642024-01-15T23:38:52.131Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2652024-01-15T23:38:52.135Z+ CIDL_VERSION=v22.1.9
2662024-01-15T23:38:52.135Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2672024-01-15T23:38:52.135Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2682024-01-15T23:38:52.135Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2692024-01-15T23:38:52.135Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2702024-01-15T23:38:52.135Z+ TARGET_DIR=out
2712024-01-15T23:38:52.135Z+ DOWNLOAD_DIR=out/downloads
2722024-01-15T23:38:52.135Z+ DEST_DIR=./out/cockroachdb
2732024-01-15T23:38:52.135Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2742024-01-15T23:38:52.135Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2752024-01-15T23:38:52.135Z+ main
2762024-01-15T23:38:52.135Z+ [[ 0 != 0 ]]
2772024-01-15T23:38:52.135Z+ CIDL_OS=solaris2.11
2782024-01-15T23:38:52.135Z+ [[ 0 != 0 ]]
2792024-01-15T23:38:52.135Z+ configure_os solaris2.11
2802024-01-15T23:38:52.135Z+ echo 'current directory: /work/oxidecomputer/omicron'
2812024-01-15T23:38:52.135Zcurrent directory: /work/oxidecomputer/omicron
2822024-01-15T23:38:52.136Z+ echo 'configuring based on OS: "solaris2.11"'
2832024-01-15T23:38:52.136Z+ case "$1" in
2842024-01-15T23:38:52.136Zconfiguring based on OS: "solaris2.11"
2852024-01-15T23:38:52.136Z+ CIDL_BUILD=illumos
2862024-01-15T23:38:52.136Z+ CIDL_SUFFIX=tar.gz
2872024-01-15T23:38:52.136Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2882024-01-15T23:38:52.136Z+ CIDL_MD5FUNC=do_md5sum
2892024-01-15T23:38:52.136Z+ CIDL_URL_BASE=https://illumos.org/downloads
2902024-01-15T23:38:52.136Z+ CIDL_ASSEMBLE=do_assemble_illumos
2912024-01-15T23:38:52.136Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2922024-01-15T23:38:52.136Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2932024-01-15T23:38:52.136Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2942024-01-15T23:38:52.136Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2952024-01-15T23:38:52.136Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2962024-01-15T23:38:52.136Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2972024-01-15T23:38:52.136ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2982024-01-15T23:38:52.136Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2992024-01-15T23:38:52.136ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3002024-01-15T23:38:52.136Z+ mkdir -p out/downloads
3012024-01-15T23:38:52.140Z+ mkdir -p ./out/cockroachdb
3022024-01-15T23:38:52.140Z+ local DO_DOWNLOAD=true
3032024-01-15T23:38:52.140Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3042024-01-15T23:38:52.140Z+ '[' true == true ']'
3052024-01-15T23:38:52.140Z+ echo Downloading...
3062024-01-15T23:38:52.140ZDownloading...
3072024-01-15T23:38:52.140Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3082024-01-15T23:38:52.140Z+ 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
3092024-01-15T23:38:57.161Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3102024-01-15T23:38:57.164Z++ md5sum
3112024-01-15T23:38:57.164Z++ awk '{print $1}'
3122024-01-15T23:38:57.381Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
3132024-01-15T23:38:57.381Z+ [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]]
3142024-01-15T23:38:57.381Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3152024-01-15T23:38:57.384Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3162024-01-15T23:39:00.806Z+ do_assemble_illumos
3172024-01-15T23:39:00.807Z+ rm -r ./out/cockroachdb
3182024-01-15T23:39:00.813Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3192024-01-15T23:39:01.358Z+ ./out/cockroachdb/bin/cockroach version
3202024-01-15T23:39:01.635ZBuild Tag: v22.1.9-dirty
3212024-01-15T23:39:01.636ZBuild Time: 2022/10/26 21:17:46
3222024-01-15T23:39:01.636ZDistribution: OSS
3232024-01-15T23:39:01.636ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3242024-01-15T23:39:01.636ZGo Version: go1.17.13
3252024-01-15T23:39:01.636ZC Compiler: gcc 10.3.0
3262024-01-15T23:39:01.636ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3272024-01-15T23:39:01.636ZBuild Type: release
3282024-01-15T23:39:01.660Z+ set -o errexit
3292024-01-15T23:39:01.664Z+++ dirname ./tools/ci_download_clickhouse
3302024-01-15T23:39:01.671Z++ cd ./tools
3312024-01-15T23:39:01.672Z++ pwd
3322024-01-15T23:39:01.672Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3332024-01-15T23:39:01.672Z++ basename ./tools/ci_download_clickhouse
3342024-01-15T23:39:01.672Z+ ARG0=ci_download_clickhouse
3352024-01-15T23:39:01.672Z+ TARGET_DIR=out
3362024-01-15T23:39:01.672Z+ DOWNLOAD_DIR=out/downloads
3372024-01-15T23:39:01.672Z+ DEST_DIR=./out/clickhouse
3382024-01-15T23:39:01.672Z+ CIDL_VERSION=v22.8.9.24
3392024-01-15T23:39:01.672Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3402024-01-15T23:39:01.672Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3412024-01-15T23:39:01.672Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3422024-01-15T23:39:01.672Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3432024-01-15T23:39:01.672Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3442024-01-15T23:39:01.672Z+ main
3452024-01-15T23:39:01.672Z+ [[ 0 != 0 ]]
3462024-01-15T23:39:01.672Z+ CIDL_OS=solaris2.11
3472024-01-15T23:39:01.672Z+ [[ 0 != 0 ]]
3482024-01-15T23:39:01.672Z+ configure_os solaris2.11
3492024-01-15T23:39:01.672Z+ echo 'current directory: /work/oxidecomputer/omicron'
3502024-01-15T23:39:01.672Zcurrent directory: /work/oxidecomputer/omicron
3512024-01-15T23:39:01.672Zconfiguring based on OS: "solaris2.11"
3522024-01-15T23:39:01.672Z+ echo 'configuring based on OS: "solaris2.11"'
3532024-01-15T23:39:01.672Z+ CIDL_DASHREV=
3542024-01-15T23:39:01.673Z+ case "$1" in
3552024-01-15T23:39:01.673Z+ CIDL_PLATFORM=illumos
3562024-01-15T23:39:01.673Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3572024-01-15T23:39:01.673Z+ CIDL_MD5FUNC=do_md5sum
3582024-01-15T23:39:01.673Z+ CIDL_DASHREV=-1
3592024-01-15T23:39:01.673Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3602024-01-15T23:39:01.673Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3612024-01-15T23:39:01.681Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3622024-01-15T23:39:01.681Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3632024-01-15T23:39:01.681ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3642024-01-15T23:39:01.681Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3652024-01-15T23:39:01.681Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3662024-01-15T23:39:01.681Z+ mkdir -p out/downloads
3672024-01-15T23:39:01.681ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3682024-01-15T23:39:01.682Z+ mkdir -p ./out/clickhouse
3692024-01-15T23:39:01.685Z+ local DO_DOWNLOAD=true
3702024-01-15T23:39:01.685Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3712024-01-15T23:39:01.685Z+ '[' true == true ']'
3722024-01-15T23:39:01.685Z+ echo Downloading...
3732024-01-15T23:39:01.685ZDownloading...
3742024-01-15T23:39:01.685Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3752024-01-15T23:39:01.685Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3762024-01-15T23:39:03.142Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3772024-01-15T23:39:03.146Z++ md5sum
3782024-01-15T23:39:03.146Z++ awk '{print $1}'
3792024-01-15T23:39:03.402Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3802024-01-15T23:39:03.402Z+ [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]]
3812024-01-15T23:39:03.402Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3822024-01-15T23:39:03.405Z+ mkdir -p ./out/clickhouse
3832024-01-15T23:39:03.405Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3842024-01-15T23:39:08.390Z+ ./out/clickhouse/clickhouse server --version
3852024-01-15T23:39:08.442ZClickHouse server version 22.8.9.1.
3862024-01-15T23:39:08.464Z+ set -o errexit
3872024-01-15T23:39:08.467Z+++ dirname ./tools/ci_download_console
3882024-01-15T23:39:08.470Z++ cd ./tools
3892024-01-15T23:39:08.470Z++ pwd
3902024-01-15T23:39:08.470Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3912024-01-15T23:39:08.475Z++ basename ./tools/ci_download_console
3922024-01-15T23:39:08.475Z+ ARG0=ci_download_console
3932024-01-15T23:39:08.475Z+ TARGET_DIR=out
3942024-01-15T23:39:08.475Z+ DOWNLOAD_DIR=out/downloads
3952024-01-15T23:39:08.475Z+ DEST_DIR=./out/console-assets
3962024-01-15T23:39:08.475Z+ source /work/oxidecomputer/omicron/tools/console_version
3972024-01-15T23:39:08.475Z++ COMMIT=367142c5ed711e6dcfc59586277775020625bd6a
3982024-01-15T23:39:08.475Z++ SHA2=7e061165950fc064811cc5f26d7b7bd102c0df63797ef05cf73d737c2fdceb87
3992024-01-15T23:39:08.475Z+ URL=https://dl.oxide.computer/releases/console/367142c5ed711e6dcfc59586277775020625bd6a.tar.gz
4002024-01-15T23:39:08.475Z+ TARBALL_FILE=out/downloads/console.tar.gz
4012024-01-15T23:39:08.475Z+ main
4022024-01-15T23:39:08.475Z+ [[ 0 != 0 ]]
4032024-01-15T23:39:08.475Z+ echo 'URL: https://dl.oxide.computer/releases/console/367142c5ed711e6dcfc59586277775020625bd6a.tar.gz'
4042024-01-15T23:39:08.475ZURL: https://dl.oxide.computer/releases/console/367142c5ed711e6dcfc59586277775020625bd6a.tar.gz
4052024-01-15T23:39:08.475Z+ echo 'Local file: out/downloads/console.tar.gz'
4062024-01-15T23:39:08.475ZLocal file: out/downloads/console.tar.gz
4072024-01-15T23:39:08.475Z+ local DO_DOWNLOAD=true
4082024-01-15T23:39:08.476Z+ [[ -f out/downloads/console.tar.gz ]]
4092024-01-15T23:39:08.476Z+ mkdir -p out/downloads
4102024-01-15T23:39:08.478Z+ '[' true == true ']'
4112024-01-15T23:39:08.479Z+ echo Downloading...
4122024-01-15T23:39:08.479ZDownloading...
4132024-01-15T23:39:08.479Z+ do_download_curl https://dl.oxide.computer/releases/console/367142c5ed711e6dcfc59586277775020625bd6a.tar.gz out/downloads/console.tar.gz
4142024-01-15T23:39:08.479Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/367142c5ed711e6dcfc59586277775020625bd6a.tar.gz
4152024-01-15T23:39:09.277Z++ do_sha256sum out/downloads/console.tar.gz
4162024-01-15T23:39:09.277Z++ case "$OSTYPE" in
4172024-01-15T23:39:09.280Z++ SHA=sha256sum
4182024-01-15T23:39:09.280Z++ sha256sum
4192024-01-15T23:39:09.280Z++ awk '{print $1}'
4202024-01-15T23:39:09.337Z+ calculated_sha2=7e061165950fc064811cc5f26d7b7bd102c0df63797ef05cf73d737c2fdceb87
4212024-01-15T23:39:09.337Z+ [[ 7e061165950fc064811cc5f26d7b7bd102c0df63797ef05cf73d737c2fdceb87 != \7\e\0\6\1\1\6\5\9\5\0\f\c\0\6\4\8\1\1\c\c\5\f\2\6\d\7\b\7\b\d\1\0\2\c\0\d\f\6\3\7\9\7\e\f\0\5\c\f\7\3\d\7\3\7\c\2\f\d\c\e\b\8\7 ]]
4222024-01-15T23:39:09.340Z+ rm -rf ./out/console-assets
4232024-01-15T23:39:09.340Z+ mkdir -p ./out/console-assets
4242024-01-15T23:39:09.344Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4252024-01-15T23:39:09.344Z+ mkdir -p ./out/console-assets
4262024-01-15T23:39:09.346Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4272024-01-15T23:39:09.485Z+ set -o errexit
4282024-01-15T23:39:10.125Z+++ dirname ./tools/ci_download_maghemite_openapi
4292024-01-15T23:39:10.125Z++ cd ./tools
4302024-01-15T23:39:10.126Z++ pwd
4312024-01-15T23:39:10.126Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4322024-01-15T23:39:10.126Z++ basename ./tools/ci_download_maghemite_openapi
4332024-01-15T23:39:10.126Z+ ARG0=ci_download_maghemite_openapi
4342024-01-15T23:39:10.126Z+ TARGET_DIR=out
4352024-01-15T23:39:10.126Z+ DOWNLOAD_DIR=out/downloads
4362024-01-15T23:39:10.126Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4372024-01-15T23:39:10.126Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
4382024-01-15T23:39:10.126Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4392024-01-15T23:39:10.126Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4402024-01-15T23:39:10.126Z+ LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4412024-01-15T23:39:10.126Z+ main
4422024-01-15T23:39:10.127Z+ [[ 0 != 0 ]]
4432024-01-15T23:39:10.127Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json'
4442024-01-15T23:39:10.127ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4452024-01-15T23:39:10.127Z+ echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json'
4462024-01-15T23:39:10.127Z+ local DO_DOWNLOAD=true
4472024-01-15T23:39:10.127ZLocal file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4482024-01-15T23:39:10.127Z+ [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]]
4492024-01-15T23:39:10.127Z+ mkdir -p out/downloads
4502024-01-15T23:39:10.127Z+ '[' true == true ']'
4512024-01-15T23:39:10.127Z+ echo Downloading...
4522024-01-15T23:39:10.127ZDownloading...
4532024-01-15T23:39:10.127Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4542024-01-15T23:39:10.127Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4552024-01-15T23:39:10.134Z++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4562024-01-15T23:39:10.134Z++ case "$OSTYPE" in
4572024-01-15T23:39:10.134Z++ SHA=sha256sum
4582024-01-15T23:39:10.134Z++ sha256sum
4592024-01-15T23:39:10.134Z++ awk '{print $1}'
4602024-01-15T23:39:10.134Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4612024-01-15T23:39:10.134Z+ [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]]
4622024-01-15T23:39:10.134Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4632024-01-15T23:39:10.134Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
4642024-01-15T23:39:10.134Z++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
4652024-01-15T23:39:10.135Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4662024-01-15T23:39:10.135Z+ LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4672024-01-15T23:39:10.135Z+ main
4682024-01-15T23:39:10.135Z+ [[ 0 != 0 ]]
4692024-01-15T23:39:10.135Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json'
4702024-01-15T23:39:10.135ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4712024-01-15T23:39:10.135Z+ echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json'
4722024-01-15T23:39:10.135ZLocal file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4732024-01-15T23:39:10.135Z+ local DO_DOWNLOAD=true
4742024-01-15T23:39:10.135Z+ [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]]
4752024-01-15T23:39:10.135Z+ mkdir -p out/downloads
4762024-01-15T23:39:10.136Z+ '[' true == true ']'
4772024-01-15T23:39:10.136Z+ echo Downloading...
4782024-01-15T23:39:10.136ZDownloading...
4792024-01-15T23:39:10.136Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4802024-01-15T23:39:10.136Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4812024-01-15T23:39:10.137Z++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4822024-01-15T23:39:10.137Z++ case "$OSTYPE" in
4832024-01-15T23:39:10.137Z++ SHA=sha256sum
4842024-01-15T23:39:10.137Z++ sha256sum
4852024-01-15T23:39:10.137Z++ awk '{print $1}'
4862024-01-15T23:39:10.137Z+ calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
4872024-01-15T23:39:10.137Z+ [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]]
4882024-01-15T23:39:10.137Z+ set -o errexit
4892024-01-15T23:39:10.137Z+++ dirname ./tools/ci_download_dendrite_openapi
4902024-01-15T23:39:10.137Z++ cd ./tools
4912024-01-15T23:39:10.138Z++ pwd
4922024-01-15T23:39:10.138Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4932024-01-15T23:39:10.138Z++ basename ./tools/ci_download_dendrite_openapi
4942024-01-15T23:39:10.138Z+ ARG0=ci_download_dendrite_openapi
4952024-01-15T23:39:10.138Z+ TARGET_DIR=out
4962024-01-15T23:39:10.138Z+ DOWNLOAD_DIR=out/downloads
4972024-01-15T23:39:10.138Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4982024-01-15T23:39:10.138Z++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7
4992024-01-15T23:39:10.138Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5002024-01-15T23:39:10.138Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json
5012024-01-15T23:39:10.138Z+ LOCAL_FILE=out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
5022024-01-15T23:39:10.138Z+ main
5032024-01-15T23:39:10.138Z+ [[ 0 != 0 ]]
5042024-01-15T23:39:10.139Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json'
5052024-01-15T23:39:10.139ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json
5062024-01-15T23:39:10.139ZLocal file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
5072024-01-15T23:39:10.139Z+ echo 'Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json'
5082024-01-15T23:39:10.139Z+ local DO_DOWNLOAD=true
5092024-01-15T23:39:10.139Z+ [[ -f out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json ]]
5102024-01-15T23:39:10.139Z+ mkdir -p out/downloads
5112024-01-15T23:39:10.139Z+ '[' true == true ']'
5122024-01-15T23:39:10.139Z+ echo Downloading...
5132024-01-15T23:39:10.139ZDownloading...
5142024-01-15T23:39:10.139Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
5152024-01-15T23:39:10.139Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json
5162024-01-15T23:39:10.176Z++ do_sha256sum out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
5172024-01-15T23:39:10.176Z++ case "$OSTYPE" in
5182024-01-15T23:39:10.176Z++ SHA=sha256sum
5192024-01-15T23:39:10.176Z++ sha256sum
5202024-01-15T23:39:10.183Z++ awk '{print $1}'
5212024-01-15T23:39:10.189Z+ calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5222024-01-15T23:39:10.193Z+ [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]]
5232024-01-15T23:39:10.204Z+ set -o errexit
5242024-01-15T23:39:10.208Z+++ dirname ./tools/ci_download_dendrite_stub
5252024-01-15T23:39:10.216Z++ cd ./tools
5262024-01-15T23:39:10.217Z++ pwd
5272024-01-15T23:39:10.227Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5282024-01-15T23:39:10.229Z++ basename ./tools/ci_download_dendrite_stub
5292024-01-15T23:39:10.229Z+ ARG0=ci_download_dendrite_stub
5302024-01-15T23:39:10.229Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5312024-01-15T23:39:10.229Z++ CIDL_SHA256_ILLUMOS=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80
5322024-01-15T23:39:10.230Z++ CIDL_SHA256_LINUX_DPD=5c8bc252818897bc552a039f2423eb668d99e19ef54374644412c7aca533f94e
5332024-01-15T23:39:10.230Z++ CIDL_SHA256_LINUX_SWADM=9d549fc3ebaf392961404b50e802ccb5e81e41e779ecc46166d49e5fb44b524f
5342024-01-15T23:39:10.230Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5352024-01-15T23:39:10.230Z++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7
5362024-01-15T23:39:10.230Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5372024-01-15T23:39:10.230Z+ TARGET_DIR=out
5382024-01-15T23:39:10.230Z+ DOWNLOAD_DIR=out/downloads
5392024-01-15T23:39:10.230Z+ DEST_DIR=./out/dendrite-stub
5402024-01-15T23:39:10.230Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5412024-01-15T23:39:10.230Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5422024-01-15T23:39:10.230Z+ REPO=oxidecomputer/dendrite
5432024-01-15T23:39:10.230Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7
5442024-01-15T23:39:10.230Z+ main
5452024-01-15T23:39:10.230Z+ [[ 0 != 0 ]]
5462024-01-15T23:39:10.230Z+ CIDL_OS=solaris2.11
5472024-01-15T23:39:10.230Z+ [[ 0 != 0 ]]
5482024-01-15T23:39:10.230Z+ configure_os solaris2.11
5492024-01-15T23:39:10.230Z+ echo 'current directory: /work/oxidecomputer/omicron'
5502024-01-15T23:39:10.230Z+ echo 'configuring based on OS: "solaris2.11"'
5512024-01-15T23:39:10.230Z+ case "$1" in
5522024-01-15T23:39:10.230Z+ SET_BINARIES=
5532024-01-15T23:39:10.230Z+ CIDL_SHA256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80
5542024-01-15T23:39:10.231Z+ CIDL_SHA256FUNC=do_sha256sum
5552024-01-15T23:39:10.231Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5562024-01-15T23:39:10.231Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz
5572024-01-15T23:39:10.231Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5582024-01-15T23:39:10.231Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz'
5592024-01-15T23:39:10.231Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5602024-01-15T23:39:10.231Z+ mkdir -p out/downloads
5612024-01-15T23:39:10.231Zcurrent directory: /work/oxidecomputer/omicron
5622024-01-15T23:39:10.231Zconfiguring based on OS: "solaris2.11"
5632024-01-15T23:39:10.231ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz
5642024-01-15T23:39:10.231ZLocal file: out/downloads/dendrite-stub.tar.gz
5652024-01-15T23:39:10.652Z+ mkdir -p ./out/dendrite-stub
5662024-01-15T23:39:10.652Z+ fetch_and_verify
5672024-01-15T23:39:10.652Z+ local DO_DOWNLOAD=true
5682024-01-15T23:39:10.652Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5692024-01-15T23:39:10.653Z+ '[' true == true ']'
5702024-01-15T23:39:10.653Z+ echo Downloading...
5712024-01-15T23:39:10.653ZDownloading...
5722024-01-15T23:39:10.653Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5732024-01-15T23:39:10.654Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz
5742024-01-15T23:39:18.404Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5752024-01-15T23:39:18.408Z++ sha256sum
5762024-01-15T23:39:18.408Z++ awk '{print $1}'
5772024-01-15T23:39:18.544Z+ calculated_sha256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80
5782024-01-15T23:39:18.544Z+ [[ 052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 != \0\5\2\d\9\7\3\7\0\5\1\5\1\8\9\4\6\5\e\4\e\8\3\5\e\d\b\4\a\2\d\7\e\1\e\0\b\5\5\a\c\e\0\2\3\0\b\a\1\8\f\0\4\5\a\0\3\d\9\7\5\e\8\0 ]]
5792024-01-15T23:39:18.544Z+ do_untar out/downloads/dendrite-stub.tar.gz
5802024-01-15T23:39:18.548Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5812024-01-15T23:39:19.625Z+ do_assemble
5822024-01-15T23:39:19.625Z+ rm -r ./out/dendrite-stub
5832024-01-15T23:39:19.636Z+ mkdir ./out/dendrite-stub
5842024-01-15T23:39:19.637Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5852024-01-15T23:39:19.777Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5862024-01-15T23:39:19.789Z+ set -o errexit
5872024-01-15T23:39:19.793Z+++ dirname ./tools/ci_download_maghemite_mgd
5882024-01-15T23:39:19.806Z++ cd ./tools
5892024-01-15T23:39:19.806Z++ pwd
5902024-01-15T23:39:19.806Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5912024-01-15T23:39:19.806Z++ basename ./tools/ci_download_maghemite_mgd
5922024-01-15T23:39:19.806Z+ ARG0=ci_download_maghemite_mgd
5932024-01-15T23:39:19.806Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5942024-01-15T23:39:19.806Z++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890
5952024-01-15T23:39:19.807Z++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0
5962024-01-15T23:39:19.807Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5972024-01-15T23:39:19.807Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
5982024-01-15T23:39:19.807Z++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
5992024-01-15T23:39:19.807Z+ TARGET_DIR=out
6002024-01-15T23:39:19.807Z+ DOWNLOAD_DIR=out/downloads
6012024-01-15T23:39:19.807Z+ DEST_DIR=./out/mgd
6022024-01-15T23:39:19.807Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6032024-01-15T23:39:19.807Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6042024-01-15T23:39:19.807Z+ REPO=oxidecomputer/maghemite
6052024-01-15T23:39:19.807Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3
6062024-01-15T23:39:19.807Z+ main
6072024-01-15T23:39:19.807Z+ [[ 0 != 0 ]]
6082024-01-15T23:39:19.807Z+ CIDL_OS=solaris2.11
6092024-01-15T23:39:19.808Z+ [[ 0 != 0 ]]
6102024-01-15T23:39:19.808Z+ configure_os solaris2.11
6112024-01-15T23:39:19.808Z+ echo 'current directory: /work/oxidecomputer/omicron'
6122024-01-15T23:39:19.809Zcurrent directory: /work/oxidecomputer/omicron
6132024-01-15T23:39:19.809Z+ echo 'configuring based on OS: "solaris2.11"'
6142024-01-15T23:39:19.809Z+ case "$1" in
6152024-01-15T23:39:19.809Z+ SET_BINARIES=
6162024-01-15T23:39:19.809Zconfiguring based on OS: "solaris2.11"
6172024-01-15T23:39:19.809Z+ CIDL_SHA256FUNC=do_sha256sum
6182024-01-15T23:39:19.809Z+ TARBALL_FILENAME=mgd.tar.gz
6192024-01-15T23:39:19.809Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6202024-01-15T23:39:19.809Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6212024-01-15T23:39:19.809ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6222024-01-15T23:39:19.809ZLocal file: out/downloads/mgd.tar.gz
6232024-01-15T23:39:19.810Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz'
6242024-01-15T23:39:19.810Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6252024-01-15T23:39:19.810Z+ mkdir -p out/downloads
6262024-01-15T23:39:19.817Z+ mkdir -p ./out/mgd
6272024-01-15T23:39:19.817Z+ fetch_and_verify
6282024-01-15T23:39:19.817Z+ local DO_DOWNLOAD=true
6292024-01-15T23:39:19.817Z+ [[ -f out/downloads/mgd.tar.gz ]]
6302024-01-15T23:39:19.817Z+ '[' true == true ']'
6312024-01-15T23:39:19.817Z+ echo Downloading...
6322024-01-15T23:39:19.817ZDownloading...
6332024-01-15T23:39:19.817Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz
6342024-01-15T23:39:19.817Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6352024-01-15T23:39:24.475Z++ do_sha256sum out/downloads/mgd.tar.gz
6362024-01-15T23:39:24.480Z++ sha256sum
6372024-01-15T23:39:24.481Z++ awk '{print $1}'
6382024-01-15T23:39:24.555Z+ calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890
6392024-01-15T23:39:24.556Z+ [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]]
6402024-01-15T23:39:24.561Z+ do_untar out/downloads/mgd.tar.gz
6412024-01-15T23:39:24.561Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6422024-01-15T23:39:25.219Z+ do_assemble
6432024-01-15T23:39:25.219Z+ rm -r ./out/mgd
6442024-01-15T23:39:25.222Z+ mkdir ./out/mgd
6452024-01-15T23:39:25.225Z+ cp -r out/downloads/root ./out/mgd/root
6462024-01-15T23:39:25.447Z+ set -o errexit
6472024-01-15T23:39:25.451Z+++ dirname ./tools/ci_download_transceiver_control
6482024-01-15T23:39:25.454Z++ cd ./tools
6492024-01-15T23:39:25.454Z++ pwd
6502024-01-15T23:39:25.455Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6512024-01-15T23:39:25.455Z++ basename ./tools/ci_download_transceiver_control
6522024-01-15T23:39:25.458Z+ ARG0=ci_download_transceiver_control
6532024-01-15T23:39:25.458Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6542024-01-15T23:39:25.458Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6552024-01-15T23:39:25.458Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6562024-01-15T23:39:25.459Z+ TARGET_DIR=out
6572024-01-15T23:39:25.459Z+ DOWNLOAD_DIR=out/downloads
6582024-01-15T23:39:25.459Z+ DEST_DIR=./out/transceiver-control
6592024-01-15T23:39:25.459Z+ BIN_DIR=/opt/oxide/bin
6602024-01-15T23:39:25.459Z+ BINARY=xcvradm
6612024-01-15T23:39:25.459Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6622024-01-15T23:39:25.459Z+ REPO=oxidecomputer/transceiver-control
6632024-01-15T23:39:25.459Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6642024-01-15T23:39:25.459Z+ main
6652024-01-15T23:39:25.459Z+ [[ 0 != 0 ]]
6662024-01-15T23:39:25.459Z+ CIDL_OS=solaris2.11
6672024-01-15T23:39:25.459Z+ [[ 0 != 0 ]]
6682024-01-15T23:39:25.459Z+ configure_os solaris2.11
6692024-01-15T23:39:25.459Z+ echo 'current directory: /work/oxidecomputer/omicron'
6702024-01-15T23:39:25.459Zcurrent directory: /work/oxidecomputer/omicron
6712024-01-15T23:39:25.459Z+ echo 'configuring based on OS: "solaris2.11"'
6722024-01-15T23:39:25.459Zconfiguring based on OS: "solaris2.11"
6732024-01-15T23:39:25.459Z+ case "$1" in
6742024-01-15T23:39:25.460Z+ SET_BINARIES=
6752024-01-15T23:39:25.460Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6762024-01-15T23:39:25.460Z+ CIDL_SHA256FUNC=do_sha256sum
6772024-01-15T23:39:25.460Z+ ARCHIVE_FILENAME=xcvradm.gz
6782024-01-15T23:39:25.460Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6792024-01-15T23:39:25.460Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6802024-01-15T23:39:25.460Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6812024-01-15T23:39:25.460ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6822024-01-15T23:39:25.460ZLocal file: out/downloads/xcvradm.gz
6832024-01-15T23:39:25.460Z+ echo 'Local file: out/downloads/xcvradm.gz'
6842024-01-15T23:39:25.460Z+ mkdir -p out/downloads
6852024-01-15T23:39:25.463Z+ mkdir -p ./out/transceiver-control
6862024-01-15T23:39:25.464Z+ fetch_and_verify
6872024-01-15T23:39:25.464Z+ local DO_DOWNLOAD=true
6882024-01-15T23:39:25.464Z+ [[ -f out/downloads/xcvradm.gz ]]
6892024-01-15T23:39:25.464Z+ '[' true == true ']'
6902024-01-15T23:39:25.464Z+ echo Downloading...
6912024-01-15T23:39:25.464ZDownloading...
6922024-01-15T23:39:25.464Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6932024-01-15T23:39:25.464Z+ 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
6942024-01-15T23:39:27.048Z++ do_sha256sum out/downloads/xcvradm.gz
6952024-01-15T23:39:27.053Z++ sha256sum
6962024-01-15T23:39:27.053Z++ awk '{print $1}'
6972024-01-15T23:39:27.077Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6982024-01-15T23:39:27.077Z+ [[ 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 ]]
6992024-01-15T23:39:27.088Z+ do_unpack out/downloads/xcvradm.gz
7002024-01-15T23:39:27.088Z+ mkdir -p out/downloads/root//opt/oxide/bin
7012024-01-15T23:39:27.088Z+ gzip -dc out/downloads/xcvradm.gz
7022024-01-15T23:39:27.258Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7032024-01-15T23:39:27.261Z+ do_assemble
7042024-01-15T23:39:27.261Z+ rm -r ./out/transceiver-control
7052024-01-15T23:39:27.264Z+ mkdir ./out/transceiver-control
7062024-01-15T23:39:27.267Z+ cp -r out/downloads/root ./out/transceiver-control/root
7072024-01-15T23:39:27.704ZAll builder prerequisites installed successfully, and PATH looks valid
7082024-01-15T23:39:27.708Z
7092024-01-15T23:39:27.708Zreal 1:54.095850941
7102024-01-15T23:39:27.708Zuser 51.674077393
7112024-01-15T23:39:27.708Zsys 10.078875965
7122024-01-15T23:39:27.708Ztrap 0.030205146
7132024-01-15T23:39:27.708Ztflt 0.145422248
7142024-01-15T23:39:27.708Zdflt 0.322832951
7152024-01-15T23:39:27.708Zkflt 0.177376049
7162024-01-15T23:39:27.708Zlock 2.221009834
7172024-01-15T23:39:27.708Zslp 3:30.699056102
7182024-01-15T23:39:27.708Zlat 3.415793860
7192024-01-15T23:39:27.708Zstop 0.066656590
7202024-01-15T23:39:27.711Z
7212024-01-15T23:39:27.711Z #### # # ##### ##### # #
7222024-01-15T23:39:27.711Z # # # # # # # # # #
7232024-01-15T23:39:27.711Z # # # # # # # #
7242024-01-15T23:39:27.712Z # # # ##### ##### #
7252024-01-15T23:39:27.712Z # # # # # # #
7262024-01-15T23:39:27.712Z #### ###### # # # #
7272024-01-15T23:39:27.712Z
7282024-01-15T23:39:28.053Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7292024-01-15T23:39:28.386Z Updating crates.io index
7302024-01-15T23:39:28.397Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7312024-01-15T23:39:29.269Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7322024-01-15T23:39:31.849Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7332024-01-15T23:39:32.464Z Updating git repository `http://github.com/oxidecomputer/tofino`
7342024-01-15T23:39:32.894Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7352024-01-15T23:39:33.189Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7362024-01-15T23:39:33.488Z Updating git repository `https://github.com/oxidecomputer/propolis`
7372024-01-15T23:39:34.410Z Updating git repository `https://github.com/oxidecomputer/crucible`
7382024-01-15T23:39:36.790Z Updating git repository `https://github.com/oxidecomputer/opte`
7392024-01-15T23:39:37.921Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7402024-01-15T23:39:38.219Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7412024-01-15T23:39:38.930Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7422024-01-15T23:39:39.250Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7432024-01-15T23:39:39.640Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7442024-01-15T23:39:39.937Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7452024-01-15T23:39:40.428Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7462024-01-15T23:39:40.767Z Updating git repository `https://github.com/njaremko/samael`
7472024-01-15T23:39:41.239Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7482024-01-15T23:39:41.929Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7492024-01-15T23:39:42.342Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7502024-01-15T23:39:42.667Z Updating git repository `https://github.com/jgallagher/nix`
7512024-01-15T23:39:44.156Z Updating git repository `https://github.com/cbiffle/hubpack`
7522024-01-15T23:39:44.550Z Updating git repository `https://github.com/oxidecomputer/typify`
7532024-01-15T23:39:47.637Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7542024-01-15T23:39:48.029Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7552024-01-15T23:39:48.326Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7562024-01-15T23:39:50.046Z Downloading crates ...
7572024-01-15T23:39:50.238Z Downloaded clap_derive v4.4.2
7582024-01-15T23:39:50.246Z Downloaded io-lifetimes v1.0.11
7592024-01-15T23:39:50.250Z Downloaded semver v1.0.21
7602024-01-15T23:39:50.254Z Downloaded colorchoice v1.0.0
7612024-01-15T23:39:50.257Z Downloaded heck v0.4.1
7622024-01-15T23:39:50.260Z Downloaded anstyle-query v1.0.0
7632024-01-15T23:39:50.264Z Downloaded quote v1.0.35
7642024-01-15T23:39:50.266Z Downloaded itoa v1.0.9
7652024-01-15T23:39:50.276Z Downloaded unicode-ident v1.0.12
7662024-01-15T23:39:50.279Z Downloaded clap v4.4.3
7672024-01-15T23:39:50.292Z Downloaded errno v0.3.2
7682024-01-15T23:39:50.295Z Downloaded cargo_toml v0.18.0
7692024-01-15T23:39:50.298Z Downloaded thiserror-impl v1.0.49
7702024-01-15T23:39:50.301Z Downloaded anstream v0.5.0
7712024-01-15T23:39:50.304Z Downloaded indexmap v2.1.0
7722024-01-15T23:39:50.308Z Downloaded toml v0.8.8
7732024-01-15T23:39:50.313Z Downloaded memchr v2.6.3
7742024-01-15T23:39:50.322Z Downloaded clap_builder v4.4.2
7752024-01-15T23:39:50.333Z Downloaded ryu v1.0.15
7762024-01-15T23:39:50.338Z Downloaded anyhow v1.0.75
7772024-01-15T23:39:50.345Z Downloaded serde v1.0.195
7782024-01-15T23:39:50.351Z Downloaded utf8parse v0.2.1
7792024-01-15T23:39:50.358Z Downloaded thiserror v1.0.49
7802024-01-15T23:39:50.361Z Downloaded proc-macro2 v1.0.74
7812024-01-15T23:39:50.364Z Downloaded serde_spanned v0.6.4
7822024-01-15T23:39:50.367Z Downloaded strsim v0.10.0
7832024-01-15T23:39:50.370Z Downloaded anstyle v1.0.2
7842024-01-15T23:39:50.404Z Downloaded toml_datetime v0.6.5
7852024-01-15T23:39:50.407Z Downloaded anstyle-parse v0.2.1
7862024-01-15T23:39:50.412Z Downloaded equivalent v1.0.1
7872024-01-15T23:39:50.415Z Downloaded terminal_size v0.2.6
7882024-01-15T23:39:50.419Z Downloaded clap_lex v0.5.1
7892024-01-15T23:39:50.426Z Downloaded libc v0.2.152
7902024-01-15T23:39:50.467Z Downloaded serde_derive v1.0.195
7912024-01-15T23:39:50.471Z Downloaded cargo_metadata v0.18.1
7922024-01-15T23:39:50.474Z Downloaded cargo-platform v0.1.3
7932024-01-15T23:39:50.480Z Downloaded bitflags v1.3.2
7942024-01-15T23:39:50.483Z Downloaded camino v1.1.6
7952024-01-15T23:39:50.487Z Downloaded toml_edit v0.21.0
7962024-01-15T23:39:50.534Z Downloaded hashbrown v0.14.2
7972024-01-15T23:39:50.543Z Downloaded winnow v0.5.15
7982024-01-15T23:39:50.556Z Downloaded syn v2.0.46
7992024-01-15T23:39:50.575Z Downloaded rustix v0.37.23
8002024-01-15T23:39:50.608Z Downloaded serde_json v1.0.111
8012024-01-15T23:39:50.739Z Compiling proc-macro2 v1.0.74
8022024-01-15T23:39:50.739Z Compiling unicode-ident v1.0.12
8032024-01-15T23:39:50.743Z Compiling serde v1.0.195
8042024-01-15T23:39:50.743Z Compiling libc v0.2.152
8052024-01-15T23:39:50.743Z Compiling io-lifetimes v1.0.11
8062024-01-15T23:39:50.743Z Compiling rustix v0.37.23
8072024-01-15T23:39:50.755Z Compiling bitflags v1.3.2
8082024-01-15T23:39:50.758Z Compiling hashbrown v0.14.2
8092024-01-15T23:39:50.978Z Compiling equivalent v1.0.1
8102024-01-15T23:39:51.085Z Compiling utf8parse v0.2.1
8112024-01-15T23:39:51.119Z Compiling thiserror v1.0.49
8122024-01-15T23:39:51.316Z Compiling anstyle-parse v0.2.1
8132024-01-15T23:39:51.673Z Compiling winnow v0.5.15
8142024-01-15T23:39:52.412Z Compiling indexmap v2.1.0
8152024-01-15T23:39:52.519Z Compiling colorchoice v1.0.0
8162024-01-15T23:39:52.580Z Compiling anstyle-query v1.0.0
8172024-01-15T23:39:52.600Z Compiling semver v1.0.21
8182024-01-15T23:39:52.733Z Compiling serde_json v1.0.111
8192024-01-15T23:39:52.751Z Compiling camino v1.1.6
8202024-01-15T23:39:52.794Z Compiling anstyle v1.0.2
8212024-01-15T23:39:53.408Z Compiling anstream v0.5.0
8222024-01-15T23:39:53.434Z Compiling heck v0.4.1
8232024-01-15T23:39:53.498Z Compiling itoa v1.0.9
8242024-01-15T23:39:53.753Z Compiling ryu v1.0.15
8252024-01-15T23:39:53.800Z Compiling clap_lex v0.5.1
8262024-01-15T23:39:54.135Z Compiling quote v1.0.35
8272024-01-15T23:39:54.237Z Compiling strsim v0.10.0
8282024-01-15T23:39:54.296Z Compiling anyhow v1.0.75
8292024-01-15T23:39:54.567Z Compiling errno v0.3.2
8302024-01-15T23:39:54.716Z Compiling syn v2.0.46
8312024-01-15T23:39:56.346Z Compiling terminal_size v0.2.6
8322024-01-15T23:39:56.516Z Compiling clap_builder v4.4.2
8332024-01-15T23:40:02.611Z Compiling serde_derive v1.0.195
8342024-01-15T23:40:02.611Z Compiling thiserror-impl v1.0.49
8352024-01-15T23:40:02.616Z Compiling clap_derive v4.4.2
8362024-01-15T23:40:07.040Z Compiling clap v4.4.3
8372024-01-15T23:40:15.471Z Compiling toml_datetime v0.6.5
8382024-01-15T23:40:15.474Z Compiling serde_spanned v0.6.4
8392024-01-15T23:40:15.475Z Compiling cargo-platform v0.1.3
8402024-01-15T23:40:15.845Z Compiling toml_edit v0.21.0
8412024-01-15T23:40:17.422Z Compiling cargo_metadata v0.18.1
8422024-01-15T23:40:19.038Z Compiling toml v0.8.8
8432024-01-15T23:40:20.219Z Compiling cargo_toml v0.18.0
8442024-01-15T23:40:26.522Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
8452024-01-15T23:40:27.895Z Finished dev [unoptimized + debuginfo] target(s) in 1m 00s
8462024-01-15T23:40:28.118Z Running `target/debug/xtask clippy`
8472024-01-15T23:40:28.178Zrunning: "/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style"
8482024-01-15T23:40:29.016Z Downloading crates ...
8492024-01-15T23:40:29.254Z Downloaded ansi_term v0.12.1
8502024-01-15T23:40:29.288Z Downloaded corncobs v0.1.3
8512024-01-15T23:40:29.292Z Downloaded constant_time_eq v0.2.6
8522024-01-15T23:40:29.295Z Downloaded indoc v1.0.9
8532024-01-15T23:40:29.300Z Downloaded rustls-pemfile v1.0.3
8542024-01-15T23:40:29.309Z Downloaded sct v0.7.0
8552024-01-15T23:40:29.324Z Downloaded async-stream v0.3.5
8562024-01-15T23:40:29.329Z Downloaded async-stream-impl v0.3.5
8572024-01-15T23:40:29.333Z Downloaded macaddr v1.0.1
8582024-01-15T23:40:29.338Z Downloaded httpdate v1.0.3
8592024-01-15T23:40:29.342Z Downloaded ciborium-io v0.2.1
8602024-01-15T23:40:29.345Z Downloaded assert_matches v1.5.0
8612024-01-15T23:40:29.349Z Downloaded hyper-tls v0.5.0
8622024-01-15T23:40:29.353Z Downloaded atty v0.2.14
8632024-01-15T23:40:29.357Z Downloaded instant v0.1.12
8642024-01-15T23:40:29.362Z Downloaded libtest-mimic v0.6.1
8652024-01-15T23:40:29.368Z Downloaded ipnetwork v0.20.0
8662024-01-15T23:40:29.373Z Downloaded iana-time-zone v0.1.57
8672024-01-15T23:40:29.380Z Downloaded native-tls v0.2.11
8682024-01-15T23:40:29.396Z Downloaded crypto-common v0.1.6
8692024-01-15T23:40:29.400Z Downloaded cfg-expr v0.15.5
8702024-01-15T23:40:29.408Z Downloaded cstr-argument v0.1.2
8712024-01-15T23:40:29.411Z Downloaded bit-set v0.5.3
8722024-01-15T23:40:29.416Z Downloaded num-derive v0.4.0
8732024-01-15T23:40:29.422Z Downloaded opaque-debug v0.3.0
8742024-01-15T23:40:29.425Z Downloaded block-padding v0.3.3
8752024-01-15T23:40:29.428Z Downloaded number_prefix v0.4.0
8762024-01-15T23:40:29.431Z Downloaded num_threads v0.1.6
8772024-01-15T23:40:29.434Z Downloaded crossbeam-deque v0.8.3
8782024-01-15T23:40:29.439Z Downloaded lalrpop-util v0.19.12
8792024-01-15T23:40:29.442Z Downloaded openssl-probe v0.1.5
8802024-01-15T23:40:29.445Z Downloaded newline-converter v0.3.0
8812024-01-15T23:40:29.450Z Downloaded base64ct v1.6.0
8822024-01-15T23:40:29.457Z Downloaded darling v0.14.4
8832024-01-15T23:40:29.462Z Downloaded cassowary v0.3.0
8842024-01-15T23:40:29.467Z Downloaded memoffset v0.7.1
8852024-01-15T23:40:29.470Z Downloaded lru-cache v0.1.2
8862024-01-15T23:40:29.474Z Downloaded foreign-types-shared v0.1.1
8872024-01-15T23:40:29.477Z Downloaded doc-comment v0.3.3
8882024-01-15T23:40:29.480Z Downloaded num_enum v0.5.11
8892024-01-15T23:40:29.491Z Downloaded guppy-workspace-hack v0.1.0
8902024-01-15T23:40:29.494Z Downloaded tinyvec_macros v0.1.1
8912024-01-15T23:40:29.497Z Downloaded num-iter v0.1.43
8922024-01-15T23:40:29.501Z Downloaded scopeguard v1.2.0
8932024-01-15T23:40:29.504Z Downloaded spin v0.5.2
8942024-01-15T23:40:29.507Z Downloaded httparse v1.8.0
8952024-01-15T23:40:29.509Z Downloaded mio v0.8.9
8962024-01-15T23:40:29.520Z Downloaded termtree v0.4.1
8972024-01-15T23:40:29.528Z Downloaded sqlformat v0.2.3
8982024-01-15T23:40:29.530Z Downloaded dirs-next v2.0.0
8992024-01-15T23:40:29.531Z Downloaded once_cell v1.19.0
9002024-01-15T23:40:29.535Z Downloaded defmt v0.3.5
9012024-01-15T23:40:29.542Z Downloaded futures-io v0.3.30
9022024-01-15T23:40:29.545Z Downloaded futures-executor v0.3.30
9032024-01-15T23:40:29.548Z Downloaded spin v0.9.8
9042024-01-15T23:40:29.553Z Downloaded form_urlencoded v1.2.1
9052024-01-15T23:40:29.556Z Downloaded time-macros v0.2.13
9062024-01-15T23:40:29.559Z Downloaded strsim v0.8.0
9072024-01-15T23:40:29.562Z Downloaded num-traits v0.2.16
9082024-01-15T23:40:29.568Z Downloaded termios v0.3.3
9092024-01-15T23:40:29.572Z Downloaded rustc-hash v1.1.0
9102024-01-15T23:40:29.574Z Downloaded pretty-hex v0.2.1
9112024-01-15T23:40:29.577Z Downloaded num-rational v0.4.1
9122024-01-15T23:40:29.580Z Downloaded sqlparser_derive v0.1.1
9132024-01-15T23:40:29.583Z Downloaded tap v1.0.1
9142024-01-15T23:40:29.586Z Downloaded signal-hook-tokio v0.3.1
9152024-01-15T23:40:29.586Z Downloaded diesel_table_macro_syntax v0.1.0
9162024-01-15T23:40:29.589Z Downloaded textwrap v0.11.0
9172024-01-15T23:40:29.594Z Downloaded tabled_derive v0.6.0
9182024-01-15T23:40:29.597Z Downloaded siphasher v0.3.11
9192024-01-15T23:40:29.597Z Downloaded http-range v0.1.5
9202024-01-15T23:40:29.600Z Downloaded signal-hook-registry v1.4.1
9212024-01-15T23:40:29.603Z Downloaded peeking_take_while v0.1.2
9222024-01-15T23:40:29.606Z Downloaded darling_macro v0.20.3
9232024-01-15T23:40:29.608Z Downloaded slog-json v2.6.1
9242024-01-15T23:40:29.611Z Downloaded slab v0.4.9
9252024-01-15T23:40:29.614Z Downloaded plotters-svg v0.3.5
9262024-01-15T23:40:29.615Z Downloaded proc-macro-error-attr v1.0.4
9272024-01-15T23:40:29.617Z Downloaded platforms v3.0.2
9282024-01-15T23:40:29.621Z Downloaded scheduled-thread-pool v0.2.7
9292024-01-15T23:40:29.624Z Downloaded difflib v0.4.0
9302024-01-15T23:40:29.627Z Downloaded heck v0.3.3
9312024-01-15T23:40:29.630Z Downloaded tower-service v0.3.2
9322024-01-15T23:40:29.633Z Downloaded ref-cast v1.0.20
9332024-01-15T23:40:29.636Z Downloaded phf v0.11.2
9342024-01-15T23:40:29.642Z Downloaded untrusted v0.9.0
9352024-01-15T23:40:29.645Z Downloaded headers-core v0.2.0
9362024-01-15T23:40:29.645Z Downloaded xattr v1.0.1
9372024-01-15T23:40:29.648Z Downloaded swrite v0.1.0
9382024-01-15T23:40:29.651Z Downloaded dtrace-parser v0.1.14
9392024-01-15T23:40:29.654Z Downloaded parking_lot v0.11.2
9402024-01-15T23:40:29.657Z Downloaded fallible-iterator v0.2.0
9412024-01-15T23:40:29.660Z Downloaded home v0.5.5
9422024-01-15T23:40:29.663Z Downloaded zeroize_derive v1.4.2
9432024-01-15T23:40:29.665Z Downloaded futures-task v0.3.30
9442024-01-15T23:40:29.668Z Downloaded thread-id v4.2.0
9452024-01-15T23:40:29.669Z Downloaded futures-sink v0.3.30
9462024-01-15T23:40:29.671Z Downloaded tempdir v0.3.7
9472024-01-15T23:40:29.674Z Downloaded schemars v0.8.16
9482024-01-15T23:40:29.697Z Downloaded globset v0.4.13
9492024-01-15T23:40:29.699Z Downloaded digest v0.10.7
9502024-01-15T23:40:29.702Z Downloaded usdt-impl v0.3.5
9512024-01-15T23:40:29.705Z Downloaded pretty-hex v0.4.1
9522024-01-15T23:40:29.711Z Downloaded waitgroup v0.1.2
9532024-01-15T23:40:29.714Z Downloaded zeroize v1.7.0
9542024-01-15T23:40:29.714Z Downloaded parking_lot v0.12.1
9552024-01-15T23:40:29.718Z Downloaded display-error-chain v0.2.0
9562024-01-15T23:40:29.721Z Downloaded yasna v0.5.2
9572024-01-15T23:40:29.725Z Downloaded toolchain_find v0.2.0
9582024-01-15T23:40:29.728Z Downloaded futures-channel v0.3.30
9592024-01-15T23:40:29.731Z Downloaded endian-type v0.1.2
9602024-01-15T23:40:29.734Z Downloaded wait-timeout v0.2.0
9612024-01-15T23:40:29.737Z Downloaded strum_macros v0.24.3
9622024-01-15T23:40:29.740Z Downloaded usdt-macro v0.3.5
9632024-01-15T23:40:29.743Z Downloaded thiserror-impl-no-std v2.0.2
9642024-01-15T23:40:29.746Z Downloaded strum_macros v0.25.2
9652024-01-15T23:40:29.748Z Downloaded darling_macro v0.14.4
9662024-01-15T23:40:29.751Z Downloaded foreign-types-macros v0.2.3
9672024-01-15T23:40:29.754Z Downloaded synstructure v0.12.6
9682024-01-15T23:40:29.757Z Downloaded shell-words v1.1.0
9692024-01-15T23:40:29.757Z Downloaded foreign-types v0.3.2
9702024-01-15T23:40:29.763Z Downloaded foreign-types-shared v0.3.1
9712024-01-15T23:40:29.763Z Downloaded phf_shared v0.11.2
9722024-01-15T23:40:29.766Z Downloaded rsa v0.9.2
9732024-01-15T23:40:29.772Z Downloaded vte_generate_state_changes v0.1.1
9742024-01-15T23:40:29.775Z Downloaded serde_tokenstream v0.1.7
9752024-01-15T23:40:29.780Z Downloaded unicode-width v0.1.11
9762024-01-15T23:40:29.783Z Downloaded dirs-sys-next v0.1.2
9772024-01-15T23:40:29.786Z Downloaded sha2 v0.10.8
9782024-01-15T23:40:29.790Z Downloaded secrecy v0.8.0
9792024-01-15T23:40:29.793Z Downloaded vec_map v0.8.2
9802024-01-15T23:40:29.795Z Downloaded try-lock v0.2.4
9812024-01-15T23:40:29.798Z Downloaded slog-stdlog v4.1.1
9822024-01-15T23:40:29.801Z Downloaded topological-sort v0.2.2
9832024-01-15T23:40:29.805Z Downloaded rustls-pki-types v1.1.0
9842024-01-15T23:40:29.807Z Downloaded path-slash v0.1.5
9852024-01-15T23:40:29.810Z Downloaded rand_chacha v0.3.1
9862024-01-15T23:40:29.810Z Downloaded fragile v2.0.0
9872024-01-15T23:40:29.817Z Downloaded tinytemplate v1.2.1
9882024-01-15T23:40:29.820Z Downloaded term v0.7.0
9892024-01-15T23:40:29.823Z Downloaded hash32 v0.2.1
9902024-01-15T23:40:29.826Z Downloaded fnv v1.0.7
9912024-01-15T23:40:29.829Z Downloaded openssl-macros v0.1.1
9922024-01-15T23:40:29.832Z Downloaded proc-macro-error v1.0.4
9932024-01-15T23:40:29.837Z Downloaded rand_xorshift v0.3.0
9942024-01-15T23:40:29.840Z Downloaded phf_shared v0.10.0
9952024-01-15T23:40:29.843Z Downloaded parse-display v0.8.2
9962024-01-15T23:40:29.843Z Downloaded num_enum_derive v0.5.11
9972024-01-15T23:40:29.845Z Downloaded tokio-native-tls v0.3.1
9982024-01-15T23:40:29.848Z Downloaded predicates v3.0.4
9992024-01-15T23:40:29.853Z Downloaded tokio-stream v0.1.14
10002024-01-15T23:40:29.861Z Downloaded pathdiff v0.2.1
10012024-01-15T23:40:29.864Z Downloaded ff v0.13.0
10022024-01-15T23:40:29.867Z Downloaded hmac v0.12.1
10032024-01-15T23:40:29.870Z Downloaded rstest v0.18.2
10042024-01-15T23:40:29.880Z Downloaded precomputed-hash v0.1.1
10052024-01-15T23:40:29.886Z Downloaded pkg-config v0.3.27
10062024-01-15T23:40:29.888Z Downloaded structmeta-derive v0.2.0
10072024-01-15T23:40:29.888Z Downloaded want v0.3.1
10082024-01-15T23:40:29.888Z Downloaded supports-color v2.1.0
10092024-01-15T23:40:29.891Z Downloaded fastrand v2.0.0
10102024-01-15T23:40:29.894Z Downloaded percent-encoding v2.3.1
10112024-01-15T23:40:29.897Z Downloaded pem-rfc7468 v0.7.0
10122024-01-15T23:40:29.900Z Downloaded thread_local v1.1.7
10132024-01-15T23:40:29.900Z Downloaded strip-ansi-escapes v0.1.1
10142024-01-15T23:40:29.903Z Downloaded usdt-attr-macro v0.3.5
10152024-01-15T23:40:29.906Z Downloaded ron v0.8.1
10162024-01-15T23:40:29.914Z Downloaded strum v0.25.0
10172024-01-15T23:40:29.917Z Downloaded datatest-stable v0.2.3
10182024-01-15T23:40:29.920Z Downloaded rustc_version v0.1.7
10192024-01-15T23:40:29.924Z Downloaded wyz v0.5.1
10202024-01-15T23:40:29.924Z Downloaded structopt v0.3.26
10212024-01-15T23:40:29.937Z Downloaded derive_builder_macro v0.12.0
10222024-01-15T23:40:29.940Z Downloaded filetime v0.2.23
10232024-01-15T23:40:29.943Z Downloaded parse-display-derive v0.8.2
10242024-01-15T23:40:29.948Z Downloaded either v1.9.0
10252024-01-15T23:40:29.951Z Downloaded unicode-linebreak v0.1.5
10262024-01-15T23:40:29.951Z Downloaded serde_tokenstream v0.2.0
10272024-01-15T23:40:29.954Z Downloaded group v0.13.0
10282024-01-15T23:40:29.957Z Downloaded tokio-rustls v0.24.1
10292024-01-15T23:40:29.961Z Downloaded zerocopy v0.3.0
10302024-01-15T23:40:29.963Z Downloaded flagset v0.4.3
10312024-01-15T23:40:29.966Z Downloaded fixedbitset v0.4.2
10322024-01-15T23:40:29.969Z Downloaded target-lexicon v0.12.12
10332024-01-15T23:40:29.972Z Downloaded packed_struct v0.10.1
10342024-01-15T23:40:29.975Z Downloaded owo-colors v3.5.0
10352024-01-15T23:40:29.978Z Downloaded serde_urlencoded v0.7.1
10362024-01-15T23:40:29.981Z Downloaded unicase v2.7.0
10372024-01-15T23:40:29.984Z Downloaded enum-as-inner v0.5.1
10382024-01-15T23:40:29.987Z Downloaded steno v0.4.0
10392024-01-15T23:40:29.994Z Downloaded version_check v0.9.4
10402024-01-15T23:40:30.000Z Downloaded schemars_derive v0.8.16
10412024-01-15T23:40:30.003Z Downloaded parking_lot_core v0.8.6
10422024-01-15T23:40:30.005Z Downloaded tiny-keccak v2.0.2
10432024-01-15T23:40:30.009Z Downloaded yansi v0.5.1
10442024-01-15T23:40:30.012Z Downloaded whoami v1.4.1
10452024-01-15T23:40:30.016Z Downloaded guppy v0.17.4
10462024-01-15T23:40:30.024Z Downloaded derive_builder v0.12.0
10472024-01-15T23:40:30.034Z Downloaded serde_path_to_error v0.1.15
10482024-01-15T23:40:30.037Z Downloaded pest_derive v2.7.2
10492024-01-15T23:40:30.041Z Downloaded x509-cert v0.2.4
10502024-01-15T23:40:30.054Z Downloaded tracing v0.1.37
10512024-01-15T23:40:30.062Z Downloaded tokio-postgres v0.7.10
10522024-01-15T23:40:30.074Z Downloaded derive-where v1.2.7
10532024-01-15T23:40:30.081Z Downloaded tungstenite v0.20.1
10542024-01-15T23:40:30.091Z Downloaded slog v2.7.0
10552024-01-15T23:40:30.094Z Downloaded openssl-sys v0.9.96
10562024-01-15T23:40:30.105Z Downloaded diesel_derives v2.1.2
10572024-01-15T23:40:30.113Z Downloaded trust-dns-resolver v0.22.0
10582024-01-15T23:40:30.121Z Downloaded der v0.7.8
10592024-01-15T23:40:30.132Z Downloaded http v0.2.11
10602024-01-15T23:40:30.139Z Downloaded hyper v0.14.27
10612024-01-15T23:40:30.170Z Downloaded toml_edit v0.19.15
10622024-01-15T23:40:30.233Z Downloaded plotters v0.3.5
10632024-01-15T23:40:30.236Z Downloaded unicode_categories v0.1.1
10642024-01-15T23:40:30.237Z Downloaded quick-xml v0.23.1
10652024-01-15T23:40:30.244Z Downloaded chrono v0.4.31
10662024-01-15T23:40:30.259Z Downloaded object v0.30.4
10672024-01-15T23:40:30.278Z Downloaded nix v0.26.4
10682024-01-15T23:40:30.299Z Downloaded sqlparser v0.36.1
10692024-01-15T23:40:30.312Z Downloaded smoltcp v0.10.0
10702024-01-15T23:40:30.333Z Downloaded rustls v0.21.9
10712024-01-15T23:40:30.359Z Downloaded rayon v1.8.0
10722024-01-15T23:40:30.380Z Downloaded object v0.32.1
10732024-01-15T23:40:30.403Z Downloaded rustix v0.38.25
10742024-01-15T23:40:30.449Z Downloaded gimli v0.28.0
10752024-01-15T23:40:30.463Z Downloaded vcpkg v0.2.15
10762024-01-15T23:40:30.542Z Downloaded regex-syntax v0.6.29
10772024-01-15T23:40:30.556Z Downloaded zerocopy-derive v0.2.0
10782024-01-15T23:40:30.574Z Downloaded regex-syntax v0.7.5
10792024-01-15T23:40:30.590Z Downloaded regex-automata v0.3.8
10802024-01-15T23:40:30.622Z Downloaded regex-automata v0.4.3
10812024-01-15T23:40:30.651Z Downloaded encoding_rs v0.8.33
10822024-01-15T23:40:30.693Z Downloaded zerocopy-derive v0.6.4
10832024-01-15T23:40:30.717Z Downloaded sled v0.34.7
10842024-01-15T23:40:30.735Z Downloaded bstr v1.6.0
10852024-01-15T23:40:30.755Z Downloaded zerocopy-derive v0.7.31
10862024-01-15T23:40:30.777Z Downloaded tokio v1.35.1
10872024-01-15T23:40:30.845Z Downloaded sha3 v0.10.8
10882024-01-15T23:40:30.861Z Downloaded trust-dns-proto v0.22.0
10892024-01-15T23:40:30.880Z Downloaded regex-syntax v0.8.2
10902024-01-15T23:40:30.896Z Downloaded radix_trie v0.2.1
10912024-01-15T23:40:30.905Z Downloaded regex v1.10.2
10922024-01-15T23:40:30.929Z Downloaded webpki-roots v0.25.2
10932024-01-15T23:40:30.937Z Downloaded regress v0.7.1
10942024-01-15T23:40:30.950Z Downloaded ratatui v0.23.0
10952024-01-15T23:40:30.971Z Downloaded openapiv3 v2.0.0
10962024-01-15T23:40:30.996Z Downloaded tabled v0.14.0
10972024-01-15T23:40:31.027Z Downloaded proptest v1.4.0
10982024-01-15T23:40:31.039Z Downloaded syn v1.0.109
10992024-01-15T23:40:31.058Z Downloaded polar-core v0.27.0
11002024-01-15T23:40:31.074Z Downloaded diesel v2.1.4
11012024-01-15T23:40:31.107Z Downloaded petgraph v0.6.4
11022024-01-15T23:40:31.131Z Downloaded curve25519-dalek v4.1.1
11032024-01-15T23:40:31.150Z Downloaded bzip2-sys v0.1.11+1.0.8
11042024-01-15T23:40:31.171Z Downloaded smoltcp v0.9.1
11052024-01-15T23:40:31.191Z Downloaded openssl v0.10.60
11062024-01-15T23:40:31.209Z Downloaded idna v0.5.0
11072024-01-15T23:40:31.222Z Downloaded bitvec v1.0.1
11082024-01-15T23:40:31.268Z Downloaded zerocopy v0.7.31
11092024-01-15T23:40:31.279Z Downloaded idna v0.2.3
11102024-01-15T23:40:31.291Z Downloaded hkdf v0.12.4
11112024-01-15T23:40:31.296Z Downloaded bindgen v0.65.1
11122024-01-15T23:40:31.313Z Downloaded h2 v0.3.21
11132024-01-15T23:40:31.327Z Downloaded tokio-util v0.7.10
11142024-01-15T23:40:31.337Z Downloaded pretty_assertions v1.4.0
11152024-01-15T23:40:31.340Z Downloaded http v1.0.0
11162024-01-15T23:40:31.347Z Downloaded serde_with v3.4.0
11172024-01-15T23:40:31.358Z Downloaded reedline v0.22.0
11182024-01-15T23:40:31.369Z Downloaded reqwest v0.11.22
11192024-01-15T23:40:31.383Z Downloaded trust-dns-client v0.22.0
11202024-01-15T23:40:31.392Z Downloaded tough v0.16.0
11212024-01-15T23:40:31.409Z Downloaded lalrpop v0.19.12
11222024-01-15T23:40:31.429Z Downloaded rand v0.8.5
11232024-01-15T23:40:31.432Z Downloaded futures-util v0.3.30
11242024-01-15T23:40:31.454Z Downloaded pin-project v1.1.3
11252024-01-15T23:40:31.474Z Downloaded ring v0.17.7
11262024-01-15T23:40:31.610Z Downloaded flate2 v1.0.28
11272024-01-15T23:40:31.618Z Downloaded typed-path v0.7.0
11282024-01-15T23:40:31.629Z Downloaded time v0.3.27
11292024-01-15T23:40:31.639Z Downloaded regex-automata v0.1.10
11302024-01-15T23:40:31.648Z Downloaded portable-atomic v1.4.3
11312024-01-15T23:40:31.658Z Downloaded rustls-webpki v0.101.7
11322024-01-15T23:40:31.683Z Downloaded ring v0.16.20
11332024-01-15T23:40:31.846Z Downloaded hashbrown v0.12.3
11342024-01-15T23:40:31.853Z Downloaded pest v2.7.2
11352024-01-15T23:40:31.864Z Downloaded hashbrown v0.13.2
11362024-01-15T23:40:31.869Z Downloaded env_logger v0.10.0
11372024-01-15T23:40:31.873Z Downloaded poly1305 v0.8.0
11382024-01-15T23:40:31.877Z Downloaded pest_meta v2.7.2
11392024-01-15T23:40:31.881Z Downloaded pin-project-lite v0.2.13
11402024-01-15T23:40:31.889Z Downloaded elliptic-curve v0.13.8
11412024-01-15T23:40:31.896Z Downloaded fatfs v0.3.6
11422024-01-15T23:40:31.900Z Downloaded derive_builder_core v0.12.0
11432024-01-15T23:40:31.904Z Downloaded futures v0.3.30
11442024-01-15T23:40:31.912Z Downloaded unicode-normalization v0.1.22
11452024-01-15T23:40:31.918Z Downloaded oso v0.27.0
11462024-01-15T23:40:31.928Z Downloaded tinyvec v1.6.0
11472024-01-15T23:40:31.931Z Downloaded utf-8 v0.7.6
11482024-01-15T23:40:31.931Z Downloaded tracing-core v0.1.31
11492024-01-15T23:40:31.935Z Downloaded pem v3.0.2
11502024-01-15T23:40:31.938Z Downloaded defmt-macros v0.3.6
11512024-01-15T23:40:31.942Z Downloaded unsafe-libyaml v0.2.10
11522024-01-15T23:40:31.948Z Downloaded prettyplease v0.2.16
11532024-01-15T23:40:31.954Z Downloaded itertools v0.12.0
11542024-01-15T23:40:31.966Z Downloaded expectorate v1.1.0
11552024-01-15T23:40:31.969Z Downloaded defmt-parser v0.3.3
11562024-01-15T23:40:31.972Z Downloaded pest_generator v2.7.2
11572024-01-15T23:40:31.976Z Downloaded dof v0.1.5
11582024-01-15T23:40:31.976Z Downloaded heapless v0.7.16
11592024-01-15T23:40:31.984Z Downloaded headers v0.3.9
11602024-01-15T23:40:31.991Z Downloaded crossterm v0.27.0
11612024-01-15T23:40:32.002Z Downloaded aho-corasick v1.0.4
11622024-01-15T23:40:32.012Z Downloaded itertools v0.11.0
11632024-01-15T23:40:32.025Z Downloaded trust-dns-server v0.22.1
11642024-01-15T23:40:32.032Z Downloaded crossterm v0.26.1
11652024-01-15T23:40:32.043Z Downloaded libxml v0.3.3
11662024-01-15T23:40:32.053Z Downloaded tokio-tungstenite v0.20.1
11672024-01-15T23:40:32.060Z Downloaded getrandom v0.2.10
11682024-01-15T23:40:32.063Z Downloaded num-bigint-dig v0.8.4
11692024-01-15T23:40:32.070Z Downloaded zone v0.3.0
11702024-01-15T23:40:32.073Z Downloaded paste v1.0.14
11712024-01-15T23:40:32.077Z Downloaded half v1.8.2
11722024-01-15T23:40:32.080Z Downloaded getopts v0.2.21
11732024-01-15T23:40:32.083Z Downloaded futures-core v0.3.30
11742024-01-15T23:40:32.086Z Downloaded trybuild v1.0.88
11752024-01-15T23:40:32.091Z Downloaded rand v0.4.6
11762024-01-15T23:40:32.101Z Downloaded darling_core v0.14.4
11772024-01-15T23:40:32.104Z Downloaded fd-lock v3.0.13
11782024-01-15T23:40:32.111Z Downloaded subprocess v0.2.9
11792024-01-15T23:40:32.114Z Downloaded rcgen v0.11.3
11802024-01-15T23:40:32.117Z Downloaded darling_core v0.20.3
11812024-01-15T23:40:32.125Z Downloaded rayon-core v1.12.0
11822024-01-15T23:40:32.131Z Downloaded nom v7.1.3
11832024-01-15T23:40:32.140Z Downloaded zerocopy v0.6.4
11842024-01-15T23:40:32.144Z Downloaded unicode-segmentation v1.10.1
11852024-01-15T23:40:32.150Z Downloaded untrusted v0.7.1
11862024-01-15T23:40:32.152Z Downloaded ed25519 v1.5.3
11872024-01-15T23:40:32.155Z Downloaded rand_core v0.6.4
11882024-01-15T23:40:32.161Z Downloaded parking_lot_core v0.9.8
11892024-01-15T23:40:32.164Z Downloaded tracing-attributes v0.1.26
11902024-01-15T23:40:32.164Z Downloaded unicode-bidi v0.3.13
11912024-01-15T23:40:32.168Z Downloaded diff v0.1.13
11922024-01-15T23:40:32.173Z Downloaded rstest_macros v0.18.2
11932024-01-15T23:40:32.178Z Downloaded foreign-types v0.5.0
11942024-01-15T23:40:32.180Z Downloaded hostname v0.3.1
11952024-01-15T23:40:32.183Z Downloaded glob v0.3.1
11962024-01-15T23:40:32.186Z Downloaded tui-tree-widget v0.13.0
11972024-01-15T23:40:32.186Z Downloaded embedded-io v0.4.0
11982024-01-15T23:40:32.189Z Downloaded walkdir v2.4.0
11992024-01-15T23:40:32.192Z Downloaded pin-project-internal v1.1.3
12002024-01-15T23:40:32.195Z Downloaded ucd-trie v0.1.6
12012024-01-15T23:40:32.201Z Downloaded fxhash v0.2.1
12022024-01-15T23:40:32.201Z Downloaded serde_plain v1.0.2
12032024-01-15T23:40:32.205Z Downloaded rpassword v7.3.1
12042024-01-15T23:40:32.205Z Downloaded pin-utils v0.1.0
12052024-01-15T23:40:32.206Z Downloaded url v2.5.0
12062024-01-15T23:40:32.209Z Downloaded signal-hook-mio v0.2.3
12072024-01-15T23:40:32.213Z Downloaded tempfile v3.8.1
12082024-01-15T23:40:32.216Z Downloaded postcard v1.0.8
12092024-01-15T23:40:32.220Z Downloaded slog-term v2.9.0
12102024-01-15T23:40:32.223Z Downloaded unicode-xid v0.2.4
12112024-01-15T23:40:32.226Z Downloaded target-spec v3.0.1
12122024-01-15T23:40:32.229Z Downloaded serde_repr v0.1.16
12132024-01-15T23:40:32.232Z Downloaded rusty-fork v0.3.0
12142024-01-15T23:40:32.235Z Downloaded http-body v0.4.5
12152024-01-15T23:40:32.238Z Downloaded zone_cfg_derive v0.3.0
12162024-01-15T23:40:32.238Z Downloaded dyn-clone v1.0.13
12172024-01-15T23:40:32.241Z Downloaded pkcs1 v0.7.5
12182024-01-15T23:40:32.245Z Downloaded flume v0.11.0
12192024-01-15T23:40:32.252Z Downloaded sec1 v0.7.3
12202024-01-15T23:40:32.256Z Downloaded structopt-derive v0.4.18
12212024-01-15T23:40:32.256Z Downloaded zip v0.6.6
12222024-01-15T23:40:32.300Z Downloaded minimal-lexical v0.2.1
12232024-01-15T23:40:32.303Z Downloaded num-bigint v0.4.4
12242024-01-15T23:40:32.303Z Downloaded threadpool v1.8.1
12252024-01-15T23:40:32.303Z Downloaded proc-macro-crate v1.3.1
12262024-01-15T23:40:32.303Z Downloaded textwrap v0.16.0
12272024-01-15T23:40:32.303Z Downloaded test-strategy v0.3.1
12282024-01-15T23:40:32.303Z Downloaded subtle v2.5.0
12292024-01-15T23:40:32.303Z Downloaded ref-cast-impl v1.0.20
12302024-01-15T23:40:32.303Z Downloaded hex-literal v0.4.1
12312024-01-15T23:40:32.304Z Downloaded uuid v1.6.1
12322024-01-15T23:40:32.304Z Downloaded plotters-backend v0.3.5
12332024-01-15T23:40:32.304Z Downloaded funty v2.0.0
12342024-01-15T23:40:32.307Z Downloaded fs-err v2.11.0
12352024-01-15T23:40:32.307Z Downloaded which v4.4.0
12362024-01-15T23:40:32.312Z Downloaded snafu v0.7.5
12372024-01-15T23:40:32.318Z Downloaded typenum v1.16.0
12382024-01-15T23:40:32.322Z Downloaded criterion v0.5.1
12392024-01-15T23:40:32.338Z Downloaded clap v2.34.0
12402024-01-15T23:40:32.347Z Downloaded postgres-types v0.2.6
12412024-01-15T23:40:32.351Z Downloaded postgres-protocol v0.6.6
12422024-01-15T23:40:32.354Z Downloaded r2d2 v0.8.10
12432024-01-15T23:40:32.360Z Downloaded papergrid v0.10.0
12442024-01-15T23:40:32.363Z Downloaded remove_dir_all v0.5.3
12452024-01-15T23:40:32.366Z Downloaded relative-path v1.9.0
12462024-01-15T23:40:32.369Z Downloaded packed_struct_codegen v0.10.1
12472024-01-15T23:40:32.372Z Downloaded same-file v1.0.6
12482024-01-15T23:40:32.372Z Downloaded chacha20poly1305 v0.10.1
12492024-01-15T23:40:32.378Z Downloaded serde_yaml v0.9.25
12502024-01-15T23:40:32.382Z Downloaded signal-hook v0.3.17
12512024-01-15T23:40:32.386Z Downloaded static_assertions v1.1.0
12522024-01-15T23:40:32.389Z Downloaded tar v0.4.40
12532024-01-15T23:40:32.393Z Downloaded stable_deref_trait v1.2.0
12542024-01-15T23:40:32.396Z Downloaded highway v1.1.0
12552024-01-15T23:40:32.399Z Downloaded rustversion v1.0.14
12562024-01-15T23:40:32.402Z Downloaded hex v0.4.3
12572024-01-15T23:40:32.406Z Downloaded serde_derive_internals v0.26.0
12582024-01-15T23:40:32.410Z Downloaded rustc-demangle v0.1.23
12592024-01-15T23:40:32.413Z Downloaded rust-argon2 v1.0.1
12602024-01-15T23:40:32.413Z Downloaded semver v0.11.0
12612024-01-15T23:40:32.416Z Downloaded derive_more v0.99.17
12622024-01-15T23:40:32.426Z Downloaded socket2 v0.5.5
12632024-01-15T23:40:32.428Z Downloaded ppv-lite86 v0.2.17
12642024-01-15T23:40:32.432Z Downloaded resolv-conf v0.7.0
12652024-01-15T23:40:32.435Z Downloaded quick-error v1.2.3
12662024-01-15T23:40:32.435Z Downloaded signature v1.6.4
12672024-01-15T23:40:32.438Z Downloaded data-encoding v2.4.0
12682024-01-15T23:40:32.441Z Downloaded slog-scope v4.4.0
12692024-01-15T23:40:32.441Z Downloaded base64 v0.21.7
12702024-01-15T23:40:32.447Z Downloaded backtrace v0.3.69
12712024-01-15T23:40:32.456Z Downloaded slog-bunyan v2.5.0
12722024-01-15T23:40:32.463Z Downloaded rustls-native-certs v0.6.3
12732024-01-15T23:40:32.468Z Downloaded pkcs8 v0.10.2
12742024-01-15T23:40:32.468Z Downloaded slog-async v2.8.0
12752024-01-15T23:40:32.475Z Downloaded smallvec v1.11.2
12762024-01-15T23:40:32.475Z Downloaded stringprep v0.1.3
12772024-01-15T23:40:32.475Z Downloaded libm v0.2.7
12782024-01-15T23:40:32.488Z Downloaded similar v2.3.0
12792024-01-15T23:40:32.496Z Downloaded toml v0.7.8
12802024-01-15T23:40:32.502Z Downloaded toml v0.5.11
12812024-01-15T23:40:32.614Z Downloaded oso-derive v0.27.0
12822024-01-15T23:40:32.614Z Downloaded usdt v0.3.5
12832024-01-15T23:40:32.614Z Downloaded rustc_version v0.4.0
12842024-01-15T23:40:32.619Z Downloaded semver v0.1.20
12852024-01-15T23:40:32.619Z Downloaded radium v0.7.0
12862024-01-15T23:40:32.619Z Downloaded partial-io v0.5.4
12872024-01-15T23:40:32.619Z Downloaded termcolor v1.2.0
12882024-01-15T23:40:32.619Z Downloaded cc v1.0.83
12892024-01-15T23:40:32.619Z Downloaded socket2 v0.4.9
12902024-01-15T23:40:32.619Z Downloaded predicates-tree v1.0.9
12912024-01-15T23:40:32.619Z Downloaded predicates-core v1.0.6
12922024-01-15T23:40:32.619Z Downloaded der_derive v0.7.2
12932024-01-15T23:40:32.620Z Downloaded float-cmp v0.9.0
12942024-01-15T23:40:32.620Z Downloaded unarray v0.1.4
12952024-01-15T23:40:32.620Z Downloaded serde_with_macros v3.4.0
12962024-01-15T23:40:32.620Z Downloaded password-hash v0.5.0
12972024-01-15T23:40:32.620Z Downloaded console v0.15.8
12982024-01-15T23:40:32.620Z Downloaded crossbeam-channel v0.5.8
12992024-01-15T23:40:32.620Z Downloaded miniz_oxide v0.7.1
13002024-01-15T23:40:32.620Z Downloaded spki v0.7.2
13012024-01-15T23:40:32.620Z Downloaded sha1 v0.10.6
13022024-01-15T23:40:32.620Z Downloaded crypto-bigint v0.5.2
13032024-01-15T23:40:32.620Z Downloaded arc-swap v1.6.0
13042024-01-15T23:40:32.620Z Downloaded rustls-pemfile v2.0.0
13052024-01-15T23:40:32.621Z Downloaded futures-timer v3.0.2
13062024-01-15T23:40:32.621Z Downloaded futures-macro v0.3.30
13072024-01-15T23:40:32.621Z Downloaded tokio-macros v2.2.0
13082024-01-15T23:40:32.621Z Downloaded rtoolbox v0.0.1
13092024-01-15T23:40:32.621Z Downloaded num-complex v0.4.4
13102024-01-15T23:40:32.621Z Downloaded multer v3.0.0
13112024-01-15T23:40:32.621Z Downloaded nu-ansi-term v0.49.0
13122024-01-15T23:40:32.621Z Downloaded const-oid v0.9.5
13132024-01-15T23:40:32.631Z Downloaded vte v0.10.1
13142024-01-15T23:40:32.631Z Downloaded snafu-derive v0.7.5
13152024-01-15T23:40:32.631Z Downloaded debug-ignore v1.0.5
13162024-01-15T23:40:32.631Z Downloaded mockall_derive v0.12.0
13172024-01-15T23:40:32.631Z Downloaded crc32fast v1.3.2
13182024-01-15T23:40:32.641Z Downloaded darling v0.20.3
13192024-01-15T23:40:32.641Z Downloaded addr2line v0.21.0
13202024-01-15T23:40:32.641Z Downloaded basic-toml v0.1.8
13212024-01-15T23:40:32.645Z Downloaded deranged v0.3.8
13222024-01-15T23:40:32.648Z Downloaded smf v0.2.2
13232024-01-15T23:40:32.648Z Downloaded thiserror-no-std v2.0.2
13242024-01-15T23:40:32.654Z Downloaded generic-array v0.14.7
13252024-01-15T23:40:32.657Z Downloaded mime_guess v2.0.4
13262024-01-15T23:40:32.661Z Downloaded ena v0.14.2
13272024-01-15T23:40:32.664Z Downloaded take_mut v0.2.2
13282024-01-15T23:40:32.664Z Downloaded hyper-rustls v0.24.2
13292024-01-15T23:40:32.667Z Downloaded universal-hash v0.5.1
13302024-01-15T23:40:32.671Z Downloaded slog-envlogger v2.2.0
13312024-01-15T23:40:32.671Z Downloaded newtype_derive v0.1.6
13322024-01-15T23:40:32.674Z Downloaded string_cache v0.8.7
13332024-01-15T23:40:32.677Z Downloaded smallvec v0.6.14
13342024-01-15T23:40:32.678Z Downloaded ahash v0.8.6
13352024-01-15T23:40:32.682Z Downloaded libloading v0.7.4
13362024-01-15T23:40:32.686Z Downloaded bytes v1.5.0
13372024-01-15T23:40:32.691Z Downloaded bzip2 v0.4.4
13382024-01-15T23:40:32.697Z Downloaded smawk v0.3.1
13392024-01-15T23:40:32.701Z Downloaded time-core v0.1.1
13402024-01-15T23:40:32.701Z Downloaded olpc-cjson v0.1.3
13412024-01-15T23:40:32.701Z Downloaded oorandom v11.1.3
13422024-01-15T23:40:32.701Z Downloaded omicron-zone-package v0.9.1
13432024-01-15T23:40:32.717Z Downloaded num_cpus v1.16.0
13442024-01-15T23:40:32.721Z Downloaded num v0.4.1
13452024-01-15T23:40:32.721Z Downloaded bytecount v0.6.3
13462024-01-15T23:40:32.721Z Downloaded downcast v0.11.0
13472024-01-15T23:40:32.721Z Downloaded blake2b_simd v1.0.1
13482024-01-15T23:40:32.721Z Downloaded anes v0.1.6
13492024-01-15T23:40:32.721Z Downloaded vsss-rs v3.3.4
13502024-01-15T23:40:32.732Z Downloaded structmeta v0.2.0
13512024-01-15T23:40:32.739Z Downloaded slog-dtrace v0.2.3
13522024-01-15T23:40:32.740Z Downloaded signature v2.1.0
13532024-01-15T23:40:32.740Z Downloaded serde-hex v0.1.0
13542024-01-15T23:40:32.740Z Downloaded crossbeam-utils v0.8.16
13552024-01-15T23:40:32.743Z Downloaded num-integer v0.1.45
13562024-01-15T23:40:32.743Z Downloaded mockall v0.12.0
13572024-01-15T23:40:32.743Z Downloaded cancel-safe-futures v0.1.5
13582024-01-15T23:40:32.748Z Downloaded bcs v0.1.6
13592024-01-15T23:40:32.753Z Downloaded argon2 v0.5.2
13602024-01-15T23:40:32.757Z Downloaded ciborium v0.2.1
13612024-01-15T23:40:32.761Z Downloaded backoff v0.4.0
13622024-01-15T23:40:32.766Z Downloaded aead v0.5.2
13632024-01-15T23:40:32.766Z Downloaded async-trait v0.1.77
13642024-01-15T23:40:32.770Z Downloaded array-init v0.0.4
13652024-01-15T23:40:32.773Z Downloaded similar-asserts v1.5.0
13662024-01-15T23:40:32.774Z Downloaded log v0.4.20
13672024-01-15T23:40:32.784Z Downloaded ipnet v2.8.0
13682024-01-15T23:40:32.784Z Downloaded maplit v1.0.2
13692024-01-15T23:40:32.784Z Downloaded libefi-sys v0.1.0
13702024-01-15T23:40:32.784Z Downloaded linked-hash-map v0.5.6
13712024-01-15T23:40:32.794Z Downloaded keccak v0.1.4
13722024-01-15T23:40:32.794Z Downloaded bitflags v2.4.0
13732024-01-15T23:40:32.798Z Downloaded arrayvec v0.5.2
13742024-01-15T23:40:32.798Z Downloaded parse-size v1.0.0
13752024-01-15T23:40:32.798Z Downloaded indicatif v0.17.7
13762024-01-15T23:40:32.802Z Downloaded crc-any v2.4.3
13772024-01-15T23:40:32.808Z Downloaded cobs v0.2.3
13782024-01-15T23:40:32.808Z Downloaded is-terminal v0.4.9
13792024-01-15T23:40:32.812Z Downloaded nanorand v0.7.0
13802024-01-15T23:40:32.816Z Downloaded mime v0.3.17
13812024-01-15T23:40:32.816Z Downloaded chacha20 v0.9.1
13822024-01-15T23:40:32.820Z Downloaded cfg-if v1.0.0
13832024-01-15T23:40:32.820Z Downloaded hubpack v0.1.2
13842024-01-15T23:40:32.824Z Downloaded buf-list v1.0.3
13852024-01-15T23:40:32.827Z Downloaded libsw v3.3.1
13862024-01-15T23:40:32.831Z Downloaded nibble_vec v0.1.0
13872024-01-15T23:40:32.831Z Downloaded new_debug_unreachable v1.0.4
13882024-01-15T23:40:32.831Z Downloaded matches v0.1.10
13892024-01-15T23:40:32.840Z Downloaded match_cfg v0.1.0
13902024-01-15T23:40:32.841Z Downloaded normalize-line-endings v0.3.0
13912024-01-15T23:40:32.841Z Downloaded cast v0.3.0
13922024-01-15T23:40:32.847Z Downloaded camino-tempfile v1.1.1
13932024-01-15T23:40:32.847Z Downloaded byteorder v1.5.0
13942024-01-15T23:40:32.848Z Downloaded autocfg v1.1.0
13952024-01-15T23:40:32.848Z Downloaded atomic-waker v1.1.1
13962024-01-15T23:40:32.852Z Downloaded nodrop v0.1.14
13972024-01-15T23:40:32.852Z Downloaded nested v0.1.1
13982024-01-15T23:40:32.852Z Downloaded maybe-uninit v2.0.0
13992024-01-15T23:40:32.852Z Downloaded cipher v0.4.4
14002024-01-15T23:40:32.858Z Downloaded approx v0.5.1
14012024-01-15T23:40:32.858Z Downloaded arrayvec v0.7.4
14022024-01-15T23:40:32.862Z Downloaded lazy_static v1.4.0
14032024-01-15T23:40:32.863Z Downloaded cexpr v0.6.0
14042024-01-15T23:40:32.866Z Downloaded colored v2.0.4
14052024-01-15T23:40:32.870Z Downloaded lazycell v1.3.0
14062024-01-15T23:40:32.871Z Downloaded adler v1.0.2
14072024-01-15T23:40:32.875Z Downloaded memoffset v0.9.0
14082024-01-15T23:40:32.875Z Downloaded crunchy v0.2.2
14092024-01-15T23:40:32.875Z Downloaded block-buffer v0.10.4
14102024-01-15T23:40:32.888Z Downloaded base16ct v0.2.0
14112024-01-15T23:40:32.889Z Downloaded shlex v1.1.0
14122024-01-15T23:40:32.893Z Downloaded lock_api v0.4.10
14132024-01-15T23:40:32.893Z Downloaded humantime v2.1.0
14142024-01-15T23:40:32.893Z Downloaded md-5 v0.10.5
14152024-01-15T23:40:32.893Z Downloaded bit-vec v0.6.3
14162024-01-15T23:40:32.893Z Downloaded ascii-canvas v3.0.0
14172024-01-15T23:40:32.893Z Downloaded serde-big-array v0.5.1
14182024-01-15T23:40:32.893Z Downloaded itertools v0.10.5
14192024-01-15T23:40:32.904Z Downloaded indexmap v1.9.3
14202024-01-15T23:40:32.908Z Downloaded crossbeam-epoch v0.9.15
14212024-01-15T23:40:32.913Z Downloaded crucible-workspace-hack v0.1.0
14222024-01-15T23:40:32.916Z Downloaded hubpack_derive v0.1.1
14232024-01-15T23:40:32.916Z Downloaded ciborium-ll v0.2.1
14242024-01-15T23:40:32.920Z Downloaded async-recursion v1.0.5
14252024-01-15T23:40:32.920Z Downloaded atomicwrites v0.4.3
14262024-01-15T23:40:32.923Z Downloaded kstat-rs v0.2.3
14272024-01-15T23:40:32.923Z Downloaded inout v0.1.3
14282024-01-15T23:40:32.926Z Downloaded crossbeam-queue v0.3.8
14292024-01-15T23:40:32.929Z Downloaded crossbeam v0.8.2
14302024-01-15T23:40:32.929Z Downloaded criterion-plot v0.5.0
14312024-01-15T23:40:32.933Z Downloaded bstr v0.2.17
14322024-01-15T23:40:32.950Z Downloaded blake2 v0.10.6
14332024-01-15T23:40:32.953Z Downloaded indoc v2.0.3
14342024-01-15T23:40:32.998Z Downloaded hyper-staticfile v0.9.5
14352024-01-15T23:40:32.998Z Downloaded bitfield v0.14.0
14362024-01-15T23:40:32.998Z Downloaded cookie v0.18.0
14372024-01-15T23:40:32.998Z Downloaded clang-sys v1.6.1
14382024-01-15T23:40:32.998Z Downloaded managed v0.8.0
14392024-01-15T23:40:32.998Z Downloaded bb8 v0.8.1
14402024-01-15T23:40:32.998Z Downloaded linear-map v1.2.0
14412024-01-15T23:40:32.998Z Downloaded serde-big-array v0.4.1
14422024-01-15T23:40:32.998Z Downloaded semver-parser v0.10.2
14432024-01-15T23:40:32.998Z Downloaded salty v0.2.0
14442024-01-15T23:40:32.998Z Downloaded is_ci v1.1.1
14452024-01-15T23:40:32.998Z Downloaded arrayref v0.3.7
14462024-01-15T23:40:32.998Z Downloaded rustyline v12.0.0
14472024-01-15T23:40:33.002Z Downloaded curve25519-dalek-derive v0.1.0
14482024-01-15T23:40:33.018Z Downloaded assert_cmd v2.0.13
14492024-01-15T23:40:33.022Z Downloaded httptest v0.15.5
14502024-01-15T23:40:33.022Z Downloaded crc v3.0.1
14512024-01-15T23:40:33.022Z Downloaded cpufeatures v0.2.9
14522024-01-15T23:40:33.022Z Downloaded rustfmt-wrapper v0.2.0
14532024-01-15T23:40:33.022Z Downloaded impl-trait-for-tuples v0.2.2
14542024-01-15T23:40:33.022Z Downloaded ident_case v1.0.1
14552024-01-15T23:40:33.022Z Downloaded crc-catalog v2.2.0
14562024-01-15T23:40:33.026Z Downloaded convert_case v0.4.0
14572024-01-15T23:40:33.026Z Downloaded constant_time_eq v0.3.0
14582024-01-15T23:40:33.680Z Compiling serde v1.0.195
14592024-01-15T23:40:33.680Z Compiling autocfg v1.1.0
14602024-01-15T23:40:33.683Z Checking cfg-if v1.0.0
14612024-01-15T23:40:33.683Z Compiling version_check v0.9.4
14622024-01-15T23:40:33.683Z Compiling syn v1.0.109
14632024-01-15T23:40:33.737Z Checking libc v0.2.152
14642024-01-15T23:40:33.751Z Compiling syn v2.0.46
14652024-01-15T23:40:33.802Z Compiling parking_lot_core v0.9.8
14662024-01-15T23:40:33.838Z Compiling libm v0.2.7
14672024-01-15T23:40:34.361Z Compiling cc v1.0.83
14682024-01-15T23:40:34.469Z Compiling once_cell v1.19.0
14692024-01-15T23:40:34.524Z Compiling serde_json v1.0.111
14702024-01-15T23:40:34.921Z Compiling memchr v2.6.3
14712024-01-15T23:40:35.010Z Compiling typenum v1.16.0
14722024-01-15T23:40:35.030Z Compiling lock_api v0.4.10
14732024-01-15T23:40:35.071Z Compiling num-traits v0.2.16
14742024-01-15T23:40:35.781Z Checking getrandom v0.2.10
14752024-01-15T23:40:35.831Z Compiling generic-array v0.14.7
14762024-01-15T23:40:36.164Z Compiling slab v0.4.9
14772024-01-15T23:40:36.834Z Checking scopeguard v1.2.0
14782024-01-15T23:40:36.996Z Checking log v0.4.20
14792024-01-15T23:40:37.387Z Compiling pkg-config v0.3.27
14802024-01-15T23:40:37.920Z Checking smallvec v1.11.2
14812024-01-15T23:40:38.069Z Checking itoa v1.0.9
14822024-01-15T23:40:38.314Z Compiling byteorder v1.5.0
14832024-01-15T23:40:38.353Z Compiling rustix v0.38.25
14842024-01-15T23:40:38.489Z Compiling indexmap v1.9.3
14852024-01-15T23:40:38.870Z Compiling schemars v0.8.16
14862024-01-15T23:40:39.051Z Compiling vcpkg v0.2.15
14872024-01-15T23:40:39.222Z Compiling fnv v1.0.7
14882024-01-15T23:40:39.376Z Compiling httparse v1.8.0
14892024-01-15T23:40:39.395Z Checking rand_core v0.6.4
14902024-01-15T23:40:39.791Z Compiling ring v0.16.20
14912024-01-15T23:40:40.008Z Compiling ring v0.17.7
14922024-01-15T23:40:40.732Z Compiling aho-corasick v1.0.4
14932024-01-15T23:40:41.976Z Compiling regex-syntax v0.8.2
14942024-01-15T23:40:42.830Z Compiling openssl-sys v0.9.96
14952024-01-15T23:40:44.600Z Checking parking_lot v0.12.1
14962024-01-15T23:40:45.035Z Compiling ahash v0.8.6
14972024-01-15T23:40:45.579Z Checking pin-project-lite v0.2.13
14982024-01-15T23:40:45.734Z Compiling openssl v0.10.60
14992024-01-15T23:40:46.282Z Compiling serde_derive_internals v0.26.0
15002024-01-15T23:40:47.525Z Compiling regex-automata v0.4.3
15012024-01-15T23:40:47.870Z Checking signal-hook-registry v1.4.1
15022024-01-15T23:40:48.225Z Checking mio v0.8.9
15032024-01-15T23:40:48.512Z Compiling rustls v0.21.9
15042024-01-15T23:40:48.904Z Compiling ucd-trie v0.1.6
15052024-01-15T23:40:49.197Z Checking spin v0.5.2
15062024-01-15T23:40:49.478Z Compiling iana-time-zone v0.1.57
15072024-01-15T23:40:49.856Z Compiling native-tls v0.2.11
15082024-01-15T23:40:50.515Z Compiling async-trait v0.1.77
15092024-01-15T23:40:50.534Z Checking futures-core v0.3.30
15102024-01-15T23:40:50.662Z Checking num_cpus v1.16.0
15112024-01-15T23:40:50.810Z Checking ryu v1.0.15
15122024-01-15T23:40:50.959Z Compiling unicode-xid v0.2.4
15132024-01-15T23:40:51.141Z Compiling dyn-clone v1.0.13
15142024-01-15T23:40:51.144Z Compiling backtrace v0.3.69
15152024-01-15T23:40:51.325Z Checking socket2 v0.5.5
15162024-01-15T23:40:52.209Z Compiling futures-sink v0.3.30
15172024-01-15T23:40:52.441Z Compiling errno v0.3.2
15182024-01-15T23:40:52.776Z Compiling tinyvec_macros v0.1.1
15192024-01-15T23:40:52.779Z Compiling crossbeam-utils v0.8.16
15202024-01-15T23:40:52.891Z Compiling crc32fast v1.3.2
15212024-01-15T23:40:53.155Z Compiling tinyvec v1.6.0
15222024-01-15T23:40:53.170Z Compiling futures-channel v0.3.30
15232024-01-15T23:40:53.686Z Compiling futures-task v0.3.30
15242024-01-15T23:40:53.716Z Compiling pin-utils v0.1.0
15252024-01-15T23:40:53.775Z Compiling anyhow v1.0.75
15262024-01-15T23:40:53.826Z Compiling futures-io v0.3.30
15272024-01-15T23:40:54.135Z Compiling regex v1.10.2
15282024-01-15T23:40:54.274Z Compiling spin v0.9.8
15292024-01-15T23:40:54.919Z Compiling tracing-core v0.1.31
15302024-01-15T23:40:54.926Z Compiling unicode-bidi v0.3.13
15312024-01-15T23:40:55.761Z Compiling unicode-normalization v0.1.22
15322024-01-15T23:40:56.553Z Compiling num-integer v0.1.45
15332024-01-15T23:40:57.010Z Compiling slog v2.7.0
15342024-01-15T23:40:57.164Z Compiling synstructure v0.12.6
15352024-01-15T23:40:57.392Z Compiling lazy_static v1.4.0
15362024-01-15T23:40:57.531Z Compiling base64 v0.21.7
15372024-01-15T23:40:57.547Z Checking subtle v2.5.0
15382024-01-15T23:40:57.695Z Compiling serde_derive v1.0.195
15392024-01-15T23:40:57.765Z Compiling thiserror-impl v1.0.49
15402024-01-15T23:40:57.916Z Compiling zeroize_derive v1.4.2
15412024-01-15T23:40:58.341Z Compiling tokio-macros v2.2.0
15422024-01-15T23:40:58.730Z Compiling futures-macro v0.3.30
15432024-01-15T23:40:58.809Z Compiling tracing-attributes v0.1.26
15442024-01-15T23:41:00.166Z Compiling schemars_derive v0.8.16
15452024-01-15T23:41:00.604Z Compiling zerocopy-derive v0.7.31
15462024-01-15T23:41:01.235Z Checking zeroize v1.7.0
15472024-01-15T23:41:01.630Z Compiling openssl-macros v0.1.1
15482024-01-15T23:41:03.276Z Compiling thiserror v1.0.49
15492024-01-15T23:41:03.454Z Compiling pest v2.7.2
15502024-01-15T23:41:03.480Z Compiling futures-util v0.3.30
15512024-01-15T23:41:04.440Z Compiling zerocopy v0.7.31
15522024-01-15T23:41:05.337Z Compiling tracing v0.1.37
15532024-01-15T23:41:05.570Z Compiling der_derive v0.7.2
15542024-01-15T23:41:06.221Z Compiling unicode-width v0.1.11
15552024-01-15T23:41:06.628Z Compiling zerocopy-derive v0.2.0
15562024-01-15T23:41:07.055Z Compiling foreign-types-shared v0.1.1
15572024-01-15T23:41:07.194Z Compiling hashbrown v0.12.3
15582024-01-15T23:41:07.919Z Compiling hashbrown v0.13.2
15592024-01-15T23:41:08.227Z Compiling pest_meta v2.7.2
15602024-01-15T23:41:08.250Z Compiling rustversion v1.0.14
15612024-01-15T23:41:08.982Z Compiling untrusted v0.7.1
15622024-01-15T23:41:09.270Z Compiling percent-encoding v2.3.1
15632024-01-15T23:41:09.288Z Compiling time-core v0.1.1
15642024-01-15T23:41:09.532Z Compiling untrusted v0.9.0
15652024-01-15T23:41:09.691Z Compiling openssl-probe v0.1.5
15662024-01-15T23:41:09.816Z Compiling time-macros v0.2.13
15672024-01-15T23:41:10.172Z Compiling foreign-types v0.3.2
15682024-01-15T23:41:10.341Z Compiling pest_generator v2.7.2
15692024-01-15T23:41:13.617Z Compiling try-lock v0.2.4
15702024-01-15T23:41:13.763Z Compiling sct v0.7.0
15712024-01-15T23:41:13.810Z Compiling want v0.3.1
15722024-01-15T23:41:14.216Z Compiling rustls-webpki v0.101.7
15732024-01-15T23:41:15.474Z Compiling form_urlencoded v1.2.1
15742024-01-15T23:41:16.487Z Compiling socket2 v0.4.9
15752024-01-15T23:41:16.778Z Compiling pest_derive v2.7.2
15762024-01-15T23:41:17.009Z Compiling tower-service v0.3.2
15772024-01-15T23:41:17.134Z Compiling httpdate v1.0.3
15782024-01-15T23:41:17.171Z Compiling const-oid v0.9.5
15792024-01-15T23:41:17.205Z Compiling either v1.9.0
15802024-01-15T23:41:17.827Z Compiling rustls-pemfile v1.0.3
15812024-01-15T23:41:17.839Z Compiling idna v0.5.0
15822024-01-15T23:41:17.968Z Compiling memoffset v0.9.0
15832024-01-15T23:41:18.356Z Compiling usdt-impl v0.3.5
15842024-01-15T23:41:18.411Z Compiling adler v1.0.2
15852024-01-15T23:41:18.770Z Compiling miniz_oxide v0.7.1
15862024-01-15T23:41:19.197Z Compiling rustls-native-certs v0.6.3
15872024-01-15T23:41:19.833Z Compiling url v2.5.0
15882024-01-15T23:41:20.363Z Compiling zerocopy v0.3.0
15892024-01-15T23:41:20.586Z Checking crypto-common v0.1.6
15902024-01-15T23:41:20.766Z Checking bytes v1.5.0
15912024-01-15T23:41:20.834Z Checking bitflags v2.4.0
15922024-01-15T23:41:21.579Z Compiling ipnet v2.8.0
15932024-01-15T23:41:21.987Z Checking tokio v1.35.1
15942024-01-15T23:41:22.956Z Compiling dof v0.1.5
15952024-01-15T23:41:23.948Z Compiling indexmap v2.1.0
15962024-01-15T23:41:24.376Z Compiling semver v1.0.21
15972024-01-15T23:41:24.505Z Compiling chrono v0.4.31
15982024-01-15T23:41:25.580Z Compiling uuid v1.6.1
15992024-01-15T23:41:25.927Z Compiling rustc_version v0.4.0
16002024-01-15T23:41:26.324Z Compiling http v0.2.11
16012024-01-15T23:41:27.148Z Compiling serde_spanned v0.6.4
16022024-01-15T23:41:27.494Z Compiling toml_datetime v0.6.5
16032024-01-15T23:41:28.114Z Compiling toml_edit v0.19.15
16042024-01-15T23:41:30.571Z Compiling openapiv3 v2.0.0
16052024-01-15T23:41:30.894Z Compiling http-body v0.4.5
16062024-01-15T23:41:31.509Z Compiling heapless v0.7.16
16072024-01-15T23:41:32.691Z Compiling serde_urlencoded v0.7.1
16082024-01-15T23:41:32.912Z Compiling dtrace-parser v0.1.14
16092024-01-15T23:41:33.787Z Compiling zerocopy-derive v0.6.4
16102024-01-15T23:41:33.896Z Compiling clap_derive v4.4.2
16112024-01-15T23:41:34.851Z Compiling crossbeam-epoch v0.9.15
16122024-01-15T23:41:35.526Z Compiling encoding_rs v0.8.33
16132024-01-15T23:41:36.178Z Compiling thread-id v4.2.0
16142024-01-15T23:41:36.344Z Compiling siphasher v0.3.11
16152024-01-15T23:41:37.092Z Compiling mime v0.3.17
16162024-01-15T23:41:37.503Z Compiling gimli v0.28.0
16172024-01-15T23:41:37.961Z Compiling webpki-roots v0.25.2
16182024-01-15T23:41:39.052Z Compiling tokio-util v0.7.10
16192024-01-15T23:41:41.116Z Compiling h2 v0.3.21
16202024-01-15T23:41:41.354Z Compiling tokio-rustls v0.24.1
16212024-01-15T23:41:41.604Z Compiling serde_tokenstream v0.1.7
16222024-01-15T23:41:42.214Z Compiling strum_macros v0.25.2
16232024-01-15T23:41:42.418Z Compiling block-buffer v0.10.4
16242024-01-15T23:41:42.791Z Compiling tokio-native-tls v0.3.1
16252024-01-15T23:41:43.181Z Compiling bzip2-sys v0.1.11+1.0.8
16262024-01-15T23:41:43.356Z Compiling object v0.32.1
16272024-01-15T23:41:43.648Z Compiling num-iter v0.1.43
16282024-01-15T23:41:43.835Z Compiling rustc-demangle v0.1.23
16292024-01-15T23:41:45.478Z Compiling addr2line v0.21.0
16302024-01-15T23:41:46.479Z Compiling flate2 v1.0.28
16312024-01-15T23:41:46.532Z Compiling digest v0.10.7
16322024-01-15T23:41:47.249Z Compiling ppv-lite86 v0.2.17
16332024-01-15T23:41:47.281Z Compiling doc-comment v0.3.3
16342024-01-15T23:41:47.643Z Compiling usdt-attr-macro v0.3.5
16352024-01-15T23:41:48.038Z Compiling usdt-macro v0.3.5
16362024-01-15T23:41:48.324Z Compiling toml v0.7.8
16372024-01-15T23:41:48.482Z Compiling rand_chacha v0.3.1
16382024-01-15T23:41:49.165Z Compiling toml_edit v0.21.0
16392024-01-15T23:41:49.964Z Compiling hex v0.4.3
16402024-01-15T23:41:50.060Z Compiling pin-project-internal v1.1.3
16412024-01-15T23:41:51.311Z Checking bitflags v1.3.2
16422024-01-15T23:41:51.443Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16432024-01-15T23:41:51.542Z Compiling bit-vec v0.6.3
16442024-01-15T23:41:52.199Z Compiling hyper v0.14.27
16452024-01-15T23:41:52.642Z Compiling rand v0.8.5
16462024-01-15T23:41:53.732Z Compiling phf_shared v0.10.0
16472024-01-15T23:41:54.330Z Compiling num-bigint v0.4.4
16482024-01-15T23:41:55.362Z Compiling base64ct v1.6.0
16492024-01-15T23:41:55.669Z Compiling precomputed-hash v0.1.1
16502024-01-15T23:41:55.838Z Compiling smoltcp v0.9.1
16512024-01-15T23:41:56.064Z Compiling new_debug_unreachable v1.0.4
16522024-01-15T23:41:56.188Z Compiling minimal-lexical v0.2.1
16532024-01-15T23:41:56.279Z Compiling fixedbitset v0.4.2
16542024-01-15T23:41:56.369Z Compiling string_cache v0.8.7
16552024-01-15T23:41:57.021Z Compiling nom v7.1.3
16562024-01-15T23:41:57.024Z Compiling petgraph v0.6.4
16572024-01-15T23:41:57.024Z Compiling pem-rfc7468 v0.7.0
16582024-01-15T23:41:58.225Z Compiling bit-set v0.5.3
16592024-01-15T23:41:58.635Z Compiling hmac v0.12.1
16602024-01-15T23:41:58.981Z Compiling itertools v0.10.5
16612024-01-15T23:41:59.524Z Compiling hubpack_derive v0.1.1
16622024-01-15T23:41:59.575Z Compiling enum-as-inner v0.5.1
16632024-01-15T23:41:59.596Z Compiling diesel_table_macro_syntax v0.1.0
16642024-01-15T23:42:01.253Z Compiling lalrpop-util v0.19.12
16652024-01-15T23:42:01.443Z Compiling flagset v0.4.3
16662024-01-15T23:42:01.745Z Compiling unicode-segmentation v1.10.1
16672024-01-15T23:42:01.791Z Compiling der v0.7.8
16682024-01-15T23:42:02.514Z Compiling diesel_derives v2.1.2
16692024-01-15T23:42:03.098Z Compiling snafu-derive v0.7.5
16702024-01-15T23:42:03.162Z Compiling hyper-rustls v0.24.2
16712024-01-15T23:42:03.458Z Compiling hyper-tls v0.5.0
16722024-01-15T23:42:03.555Z Compiling cpufeatures v0.2.9
16732024-01-15T23:42:03.691Z Compiling sha2 v0.10.8
16742024-01-15T23:42:03.943Z Compiling reqwest v0.11.22
16752024-01-15T23:42:03.974Z Compiling rustix v0.37.23
16762024-01-15T23:42:04.503Z Compiling md-5 v0.10.5
16772024-01-15T23:42:04.861Z Compiling serde_repr v0.1.16
16782024-01-15T23:42:06.364Z Compiling spki v0.7.2
16792024-01-15T23:42:06.806Z Compiling stringprep v0.1.3
16802024-01-15T23:42:07.259Z Compiling hash32 v0.2.1
16812024-01-15T23:42:07.824Z Compiling stable_deref_trait v1.2.0
16822024-01-15T23:42:08.252Z Compiling fallible-iterator v0.2.0
16832024-01-15T23:42:08.549Z Compiling pkcs8 v0.10.2
16842024-01-15T23:42:08.707Z Compiling terminal_size v0.2.6
16852024-01-15T23:42:09.158Z Compiling phf_shared v0.11.2
16862024-01-15T23:42:09.380Z Compiling postgres-protocol v0.6.6
16872024-01-15T23:42:09.439Z Compiling ff v0.13.0
16882024-01-15T23:42:09.718Z Compiling block-padding v0.3.3
16892024-01-15T23:42:09.756Z Compiling scheduled-thread-pool v0.2.7
16902024-01-15T23:42:10.051Z Compiling num_threads v0.1.6
16912024-01-15T23:42:10.095Z Compiling matches v0.1.10
16922024-01-15T23:42:10.243Z Compiling managed v0.8.0
16932024-01-15T23:42:10.305Z Compiling regex-automata v0.1.10
16942024-01-15T23:42:10.555Z Compiling base16ct v0.2.0
16952024-01-15T23:42:10.697Z Compiling deranged v0.3.8
16962024-01-15T23:42:11.043Z Compiling bstr v0.2.17
16972024-01-15T23:42:11.083Z Compiling sec1 v0.7.3
16982024-01-15T23:42:11.619Z Compiling postgres-types v0.2.6
16992024-01-15T23:42:11.958Z Compiling clap_builder v4.4.2
17002024-01-15T23:42:12.723Z Compiling idna v0.2.3
17012024-01-15T23:42:13.358Z Compiling r2d2 v0.8.10
17022024-01-15T23:42:13.651Z Compiling time v0.3.27
17032024-01-15T23:42:13.901Z Compiling inout v0.1.3
17042024-01-15T23:42:14.153Z Compiling group v0.13.0
17052024-01-15T23:42:14.297Z Compiling phf v0.11.2
17062024-01-15T23:42:14.512Z Compiling bzip2 v0.4.4
17072024-01-15T23:42:14.718Z Compiling hubpack v0.1.2
17082024-01-15T23:42:15.103Z Compiling hkdf v0.12.4
17092024-01-15T23:42:15.451Z Compiling pin-project v1.1.3
17102024-01-15T23:42:15.644Z Compiling zerocopy v0.6.4
17112024-01-15T23:42:15.985Z Compiling ipnetwork v0.20.0
17122024-01-15T23:42:17.094Z Compiling itertools v0.11.0
17132024-01-15T23:42:17.433Z Compiling crypto-bigint v0.5.2
17142024-01-15T23:42:17.783Z Compiling futures-executor v0.3.30
17152024-01-15T23:42:20.650Z Compiling float-cmp v0.9.0
17162024-01-15T23:42:20.983Z Compiling static_assertions v1.1.0
17172024-01-15T23:42:21.117Z Compiling normalize-line-endings v0.3.0
17182024-01-15T23:42:21.284Z Compiling predicates-core v1.0.6
17192024-01-15T23:42:21.846Z Compiling data-encoding v2.4.0
17202024-01-15T23:42:22.035Z Checking unicode-ident v1.0.12
17212024-01-15T23:42:22.272Z Compiling whoami v1.4.1
17222024-01-15T23:42:22.590Z Compiling regex-automata v0.3.8
17232024-01-15T23:42:23.117Z Compiling difflib v0.4.0
17242024-01-15T23:42:23.239Z Compiling trust-dns-proto v0.22.0
17252024-01-15T23:42:25.763Z Compiling bstr v1.6.0
17262024-01-15T23:42:25.917Z Compiling predicates v3.0.4
17272024-01-15T23:42:26.630Z Compiling tokio-postgres v0.7.10
17282024-01-15T23:42:28.201Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17292024-01-15T23:42:28.307Z Compiling elliptic-curve v0.13.8
17302024-01-15T23:42:28.647Z Compiling yasna v0.5.2
17312024-01-15T23:42:29.503Z Compiling diesel v2.1.4
17322024-01-15T23:42:29.547Z Compiling futures v0.3.30
17332024-01-15T23:42:29.657Z Compiling clap v4.4.3
17342024-01-15T23:42:29.696Z Compiling snafu v0.7.5
17352024-01-15T23:42:29.808Z Compiling zip v0.6.6
17362024-01-15T23:42:31.160Z Compiling cipher v0.4.4
17372024-01-15T23:42:31.839Z Compiling similar v2.3.0
17382024-01-15T23:42:32.203Z Compiling usdt v0.3.5
17392024-01-15T23:42:32.387Z Compiling tokio-stream v0.1.14
17402024-01-15T23:42:32.597Z Compiling console v0.15.8
17412024-01-15T23:42:35.177Z Checking hashbrown v0.14.2
17422024-01-15T23:42:35.697Z Checking equivalent v1.0.1
17432024-01-15T23:42:35.955Z Checking proc-macro2 v1.0.74
17442024-01-15T23:42:37.281Z Checking quote v1.0.35
17452024-01-15T23:42:39.524Z Checking utf8parse v0.2.1
17462024-01-15T23:42:41.658Z Checking anstyle v1.0.2
17472024-01-15T23:42:43.111Z Checking io-lifetimes v1.0.11
17482024-01-15T23:42:46.896Z Checking anstyle-parse v0.2.1
17492024-01-15T23:42:50.249Z Checking anstyle-query v1.0.0
17502024-01-15T23:42:50.412Z Checking colorchoice v1.0.0
17512024-01-15T23:42:50.580Z Checking anstream v0.5.0
17522024-01-15T23:42:51.199Z Checking clap_lex v0.5.1
17532024-01-15T23:42:51.314Z Checking strsim v0.10.0
17542024-01-15T23:42:53.060Z Checking winnow v0.5.15
17552024-01-15T23:42:59.335Z Compiling serde_tokenstream v0.2.0
17562024-01-15T23:43:02.954Z Compiling regress v0.7.1
17572024-01-15T23:43:08.496Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
17582024-01-15T23:43:16.849Z Compiling getopts v0.2.21
17592024-01-15T23:43:16.940Z Compiling unsafe-libyaml v0.2.10
17602024-01-15T23:43:18.216Z Checking heck v0.4.1
17612024-01-15T23:43:18.507Z Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
17622024-01-15T23:43:19.436Z Compiling serde_yaml v0.9.25
17632024-01-15T23:43:19.830Z Compiling ident_case v1.0.1
17642024-01-15T23:43:20.081Z Checking fastrand v2.0.0
17652024-01-15T23:43:20.147Z Checking match_cfg v0.1.0
17662024-01-15T23:43:20.267Z Checking hostname v0.3.1
17672024-01-15T23:43:20.443Z Checking camino v1.1.6
17682024-01-15T23:43:20.568Z Checking tempfile v3.8.1
17692024-01-15T23:43:21.072Z Checking atty v0.2.14
17702024-01-15T23:43:21.226Z Compiling paste v1.0.14
17712024-01-15T23:43:21.312Z Checking quick-error v1.2.3
17722024-01-15T23:43:21.426Z Checking crossbeam-channel v0.5.8
17732024-01-15T23:43:21.483Z Checking sha1 v0.10.6
17742024-01-15T23:43:21.891Z Checking dirs-sys-next v0.1.2
17752024-01-15T23:43:22.134Z Checking dirs-next v2.0.0
17762024-01-15T23:43:22.315Z Checking thread_local v1.1.7
17772024-01-15T23:43:22.536Z Checking instant v0.1.12
17782024-01-15T23:43:22.683Z Compiling slog-async v2.8.0
17792024-01-15T23:43:22.711Z Checking term v0.7.0
17802024-01-15T23:43:23.971Z Compiling multer v3.0.0
17812024-01-15T23:43:23.998Z Checking debug-ignore v1.0.5
17822024-01-15T23:43:23.998Z Checking take_mut v0.2.2
17832024-01-15T23:43:23.998Z Checking slog-term v2.9.0
17842024-01-15T23:43:24.016Z Compiling darling_core v0.20.3
17852024-01-15T23:43:24.302Z Checking slog-json v2.6.1
17862024-01-15T23:43:24.598Z Checking http v1.0.0
17872024-01-15T23:43:24.662Z Compiling async-stream-impl v0.3.5
17882024-01-15T23:43:26.405Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b19a9a5d)
17892024-01-15T23:43:26.829Z Checking rustls-pki-types v1.1.0
17902024-01-15T23:43:26.846Z Checking atomic-waker v1.1.1
17912024-01-15T23:43:26.925Z Checking async-stream v0.3.5
17922024-01-15T23:43:27.014Z Checking waitgroup v0.1.2
17932024-01-15T23:43:27.209Z Checking slog-bunyan v2.5.0
17942024-01-15T23:43:27.214Z Checking toml v0.8.8
17952024-01-15T23:43:27.366Z Checking rustls-pemfile v2.0.0
17962024-01-15T23:43:27.415Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b19a9a5d)
17972024-01-15T23:43:27.606Z Checking serde_path_to_error v0.1.15
17982024-01-15T23:43:27.696Z Checking strum v0.25.0
17992024-01-15T23:43:27.904Z Compiling structmeta-derive v0.2.0
18002024-01-15T23:43:28.356Z Checking wait-timeout v0.2.0
18012024-01-15T23:43:28.578Z Checking rand_xorshift v0.3.0
18022024-01-15T23:43:28.614Z Checking rusty-fork v0.3.0
18032024-01-15T23:43:28.811Z Compiling regex-syntax v0.7.5
18042024-01-15T23:43:29.039Z Checking unarray v0.1.4
18052024-01-15T23:43:29.226Z Checking proptest v1.4.0
18062024-01-15T23:43:32.932Z Compiling structmeta v0.2.0
18072024-01-15T23:43:33.607Z Checking backoff v0.4.0
18082024-01-15T23:43:34.035Z Compiling test-strategy v0.3.1
18092024-01-15T23:43:34.125Z Compiling darling_macro v0.20.3
18102024-01-15T23:43:35.959Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18112024-01-15T23:43:35.979Z Compiling darling v0.20.3
18122024-01-15T23:43:35.987Z Compiling serde_with_macros v3.4.0
18132024-01-15T23:43:36.052Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18142024-01-15T23:43:36.420Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18152024-01-15T23:43:36.610Z Checking macaddr v1.0.1
18162024-01-15T23:43:37.106Z Checking camino-tempfile v1.1.1
18172024-01-15T23:43:37.205Z Checking is-terminal v0.4.9
18182024-01-15T23:43:37.240Z Compiling proc-macro-error-attr v1.0.4
18192024-01-15T23:43:37.364Z Compiling proc-macro-error v1.0.4
18202024-01-15T23:43:37.507Z Compiling proc-macro-crate v1.3.1
18212024-01-15T23:43:38.018Z Checking termtree v0.4.1
18222024-01-15T23:43:38.274Z Checking predicates-tree v1.0.9
18232024-01-15T23:43:38.480Z Compiling smoltcp v0.10.0
18242024-01-15T23:43:39.050Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
18252024-01-15T23:43:39.270Z Compiling num_enum_derive v0.5.11
18262024-01-15T23:43:39.559Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18272024-01-15T23:43:40.129Z Checking embedded-io v0.4.0
18282024-01-15T23:43:40.274Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18292024-01-15T23:43:40.432Z Compiling parse-display-derive v0.8.2
18302024-01-15T23:43:40.466Z Checking serde_with v3.4.0
18312024-01-15T23:43:40.485Z Compiling crucible-workspace-hack v0.1.0
18322024-01-15T23:43:40.689Z Checking cobs v0.2.3
18332024-01-15T23:43:40.903Z Compiling foreign-types-macros v0.2.3
18342024-01-15T23:43:40.943Z Checking postcard v1.0.8
18352024-01-15T23:43:42.064Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
18362024-01-15T23:43:42.482Z Checking foreign-types-shared v0.3.1
18372024-01-15T23:43:42.625Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
18382024-01-15T23:43:42.819Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18392024-01-15T23:43:42.947Z Checking foreign-types v0.5.0
18402024-01-15T23:43:43.466Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18412024-01-15T23:43:43.520Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
18422024-01-15T23:43:43.781Z Checking num_enum v0.5.11
18432024-01-15T23:43:43.987Z Checking cstr-argument v0.1.2
18442024-01-15T23:43:44.237Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
18452024-01-15T23:43:44.631Z Checking pretty-hex v0.2.1
18462024-01-15T23:43:44.850Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18472024-01-15T23:43:44.935Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18482024-01-15T23:43:44.975Z Checking colored v2.0.4
18492024-01-15T23:43:45.324Z Compiling zone_cfg_derive v0.3.0
18502024-01-15T23:43:45.450Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
18512024-01-15T23:43:45.552Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
18522024-01-15T23:43:45.950Z Compiling mockall_derive v0.12.0
18532024-01-15T23:43:46.320Z Compiling num-derive v0.4.0
18542024-01-15T23:43:47.684Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
18552024-01-15T23:43:47.735Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
18562024-01-15T23:43:47.919Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
18572024-01-15T23:43:47.938Z Checking parse-display v0.8.2
18582024-01-15T23:43:48.151Z Checking fragile v2.0.0
18592024-01-15T23:43:48.302Z Checking downcast v0.11.0
18602024-01-15T23:43:48.599Z Checking zone v0.3.0
18612024-01-15T23:43:48.603Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
18622024-01-15T23:43:49.912Z Checking smf v0.2.2
18632024-01-15T23:43:49.986Z Checking same-file v1.0.6
18642024-01-15T23:43:49.986Z Checking xattr v1.0.1
18652024-01-15T23:43:49.986Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
18662024-01-15T23:43:49.986Z Checking walkdir v2.4.0
18672024-01-15T23:43:49.993Z Checking filetime v0.2.23
18682024-01-15T23:43:50.164Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2)
18692024-01-15T23:43:50.247Z Checking pem v3.0.2
18702024-01-15T23:43:50.266Z Checking tar v0.4.40
18712024-01-15T23:43:50.300Z Checking textwrap v0.11.0
18722024-01-15T23:43:50.603Z Compiling heck v0.3.3
18732024-01-15T23:43:50.627Z Checking vec_map v0.8.2
18742024-01-15T23:43:50.887Z Checking strsim v0.8.0
18752024-01-15T23:43:50.931Z Checking ansi_term v0.12.1
18762024-01-15T23:43:51.029Z Compiling libefi-sys v0.1.0
18772024-01-15T23:43:51.154Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
18782024-01-15T23:43:51.216Z Compiling structopt-derive v0.4.18
18792024-01-15T23:43:51.384Z Checking clap v2.34.0
18802024-01-15T23:43:51.435Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18812024-01-15T23:43:51.837Z Checking linked-hash-map v0.5.6
18822024-01-15T23:43:51.869Z Checking itertools v0.12.0
18832024-01-15T23:43:52.085Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18842024-01-15T23:43:52.348Z Checking lru-cache v0.1.2
18852024-01-15T23:43:52.463Z Checking headers-core v0.2.0
18862024-01-15T23:43:52.573Z Checking headers v0.3.9
18872024-01-15T23:43:52.589Z Compiling convert_case v0.4.0
18882024-01-15T23:43:54.089Z Compiling derive_more v0.99.17
18892024-01-15T23:43:54.344Z Checking password-hash v0.5.0
18902024-01-15T23:43:55.015Z Checking blake2 v0.10.6
18912024-01-15T23:43:55.686Z Checking arc-swap v1.6.0
18922024-01-15T23:43:55.932Z Checking swrite v0.1.0
18932024-01-15T23:43:55.987Z Checking argon2 v0.5.2
18942024-01-15T23:43:56.072Z Checking rcgen v0.11.3
18952024-01-15T23:43:56.231Z Checking structopt v0.3.26
18962024-01-15T23:43:56.353Z Checking slog-scope v4.4.0
18972024-01-15T23:43:56.622Z Checking atomicwrites v0.4.3
18982024-01-15T23:43:56.770Z Checking subprocess v0.2.9
18992024-01-15T23:43:56.886Z Compiling cancel-safe-futures v0.1.5
19002024-01-15T23:43:56.929Z Checking slog-stdlog v4.1.1
19012024-01-15T23:43:57.049Z Checking half v1.8.2
19022024-01-15T23:43:57.152Z Checking ciborium-io v0.2.1
19032024-01-15T23:43:57.309Z Checking slog-envlogger v2.2.0
19042024-01-15T23:43:57.586Z Compiling signal-hook v0.3.17
19052024-01-15T23:43:57.609Z Checking libsw v3.3.1
19062024-01-15T23:43:57.674Z Checking ciborium-ll v0.2.1
19072024-01-15T23:43:57.973Z Compiling derive-where v1.2.7
19082024-01-15T23:43:58.016Z Checking linear-map v1.2.0
19092024-01-15T23:43:58.072Z Checking owo-colors v3.5.0
19102024-01-15T23:43:58.104Z Checking ciborium v0.2.1
19112024-01-15T23:43:59.010Z Checking resolv-conf v0.7.0
19122024-01-15T23:43:59.546Z Checking keccak v0.1.4
19132024-01-15T23:43:59.770Z Checking trust-dns-resolver v0.22.0
19142024-01-15T23:43:59.801Z Checking mockall v0.12.0
19152024-01-15T23:43:59.945Z Checking sha3 v0.10.8
19162024-01-15T23:44:00.154Z Checking secrecy v0.8.0
19172024-01-15T23:44:00.495Z Compiling slog-dtrace v0.2.3
19182024-01-15T23:44:00.562Z Checking nibble_vec v0.1.0
19192024-01-15T23:44:00.846Z Checking endian-type v0.1.2
19202024-01-15T23:44:00.896Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
19212024-01-15T23:44:01.143Z Checking radix_trie v0.2.1
19222024-01-15T23:44:01.248Z Checking glob v0.3.1
19232024-01-15T23:44:01.613Z Checking fxhash v0.2.1
19242024-01-15T23:44:01.697Z Checking termcolor v1.2.0
19252024-01-15T23:44:01.744Z Compiling radium v0.7.0
19262024-01-15T23:44:02.217Z Checking tap v1.0.1
19272024-01-15T23:44:02.292Z Compiling maybe-uninit v2.0.0
19282024-01-15T23:44:02.453Z Checking wyz v0.5.1
19292024-01-15T23:44:03.038Z Compiling semver-parser v0.10.2
19302024-01-15T23:44:03.085Z Compiling packed_struct v0.10.1
19312024-01-15T23:44:03.610Z Checking crc-catalog v2.2.0
19322024-01-15T23:44:03.726Z Compiling num-bigint-dig v0.8.4
19332024-01-15T23:44:03.750Z Checking funty v2.0.0
19342024-01-15T23:44:03.999Z Checking crc v3.0.1
19352024-01-15T23:44:04.200Z Compiling semver v0.11.0
19362024-01-15T23:44:04.372Z Compiling packed_struct_codegen v0.10.1
19372024-01-15T23:44:05.451Z Compiling num-rational v0.4.1
19382024-01-15T23:44:05.614Z Checking bitvec v1.0.1
19392024-01-15T23:44:06.016Z Compiling home v0.5.5
19402024-01-15T23:44:06.260Z Checking nodrop v0.1.14
19412024-01-15T23:44:06.373Z Compiling toolchain_find v0.2.0
19422024-01-15T23:44:06.405Z Checking array-init v0.0.4
19432024-01-15T23:44:07.657Z Checking smallvec v0.6.14
19442024-01-15T23:44:08.226Z Checking pkcs1 v0.7.5
19452024-01-15T23:44:08.602Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19462024-01-15T23:44:08.936Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
19472024-01-15T23:44:09.175Z Checking signature v2.1.0
19482024-01-15T23:44:09.220Z Compiling toml v0.5.11
19492024-01-15T23:44:09.412Z Checking bitfield v0.14.0
19502024-01-15T23:44:09.484Z Checking serde-hex v0.1.0
19512024-01-15T23:44:09.832Z Compiling omicron-zone-package v0.9.1
19522024-01-15T23:44:11.313Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19532024-01-15T23:44:11.506Z Checking rsa v0.9.2
19542024-01-15T23:44:11.668Z Checking env_logger v0.10.0
19552024-01-15T23:44:12.294Z Compiling rustfmt-wrapper v0.2.0
19562024-01-15T23:44:12.942Z Checking x509-cert v0.2.4
19572024-01-15T23:44:13.250Z Checking ron v0.8.1
19582024-01-15T23:44:15.499Z Checking num-complex v0.4.4
19592024-01-15T23:44:15.619Z Checking crc-any v2.4.3
19602024-01-15T23:44:16.168Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19612024-01-15T23:44:16.468Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19622024-01-15T23:44:16.541Z Checking newline-converter v0.3.0
19632024-01-15T23:44:16.559Z Checking object v0.30.4
19642024-01-15T23:44:16.580Z Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19652024-01-15T23:44:16.624Z Checking path-slash v0.1.5
19662024-01-15T23:44:16.735Z Checking utf-8 v0.7.6
19672024-01-15T23:44:16.809Z Checking expectorate v1.1.0
19682024-01-15T23:44:16.990Z Checking num v0.4.1
19692024-01-15T23:44:17.018Z Checking tungstenite v0.20.1
19702024-01-15T23:44:17.034Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19712024-01-15T23:44:17.119Z Compiling buf-list v1.0.3
19722024-01-15T23:44:17.521Z Checking signal-hook-mio v0.2.3
19732024-01-15T23:44:17.773Z Checking display-error-chain v0.2.0
19742024-01-15T23:44:17.908Z Compiling parking_lot_core v0.8.6
19752024-01-15T23:44:18.028Z Checking trust-dns-client v0.22.0
19762024-01-15T23:44:18.471Z Checking tokio-tungstenite v0.20.1
19772024-01-15T23:44:18.581Z Checking pretty-hex v0.4.1
19782024-01-15T23:44:18.824Z Compiling vte_generate_state_changes v0.1.1
19792024-01-15T23:44:19.114Z Checking parking_lot v0.11.2
19802024-01-15T23:44:19.132Z Compiling semver v0.1.20
19812024-01-15T23:44:19.659Z Checking sled v0.34.7
19822024-01-15T23:44:19.793Z Checking arrayvec v0.5.2
19832024-01-15T23:44:19.982Z Compiling rustc_version v0.1.7
19842024-01-15T23:44:20.290Z Checking fd-lock v3.0.13
19852024-01-15T23:44:20.555Z Compiling unicase v2.7.0
19862024-01-15T23:44:20.573Z Checking vte v0.10.1
19872024-01-15T23:44:20.761Z Checking trust-dns-server v0.22.1
19882024-01-15T23:44:20.780Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
19892024-01-15T23:44:21.015Z Compiling platforms v3.0.2
19902024-01-15T23:44:21.512Z Compiling newtype_derive v0.1.6
19912024-01-15T23:44:21.529Z Checking crossterm v0.26.1
19922024-01-15T23:44:21.934Z Checking crossbeam-deque v0.8.3
19932024-01-15T23:44:22.403Z Checking nu-ansi-term v0.49.0
19942024-01-15T23:44:22.948Z Checking strip-ansi-escapes v0.1.1
19952024-01-15T23:44:23.066Z Compiling rayon-core v1.12.0
19962024-01-15T23:44:23.519Z Checking globset v0.4.13
19972024-01-15T23:44:24.131Z Checking reedline v0.22.0
19982024-01-15T23:44:24.198Z Checking olpc-cjson v0.1.3
19992024-01-15T23:44:24.220Z Checking serde_plain v1.0.2
20002024-01-15T23:44:24.223Z Compiling async-recursion v1.0.5
20012024-01-15T23:44:24.489Z Checking typed-path v0.7.0
20022024-01-15T23:44:24.558Z Compiling curve25519-dalek v4.1.1
20032024-01-15T23:44:25.904Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
20042024-01-15T23:44:26.078Z Compiling memoffset v0.7.1
20052024-01-15T23:44:26.186Z Compiling mime_guess v2.0.4
20062024-01-15T23:44:26.466Z Checking rayon v1.8.0
20072024-01-15T23:44:26.729Z Checking steno v0.4.0
20082024-01-15T23:44:26.925Z Checking universal-hash v0.5.1
20092024-01-15T23:44:27.165Z Compiling thiserror-impl-no-std v2.0.2
20102024-01-15T23:44:27.181Z Compiling curve25519-dalek-derive v0.1.0
20112024-01-15T23:44:27.538Z Checking tough v0.16.0
20122024-01-15T23:44:28.357Z Checking opaque-debug v0.3.0
20132024-01-15T23:44:28.474Z Checking poly1305 v0.8.0
20142024-01-15T23:44:29.830Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
20152024-01-15T23:44:30.302Z Checking chacha20 v0.9.1
20162024-01-15T23:44:30.401Z Checking aead v0.5.2
20172024-01-15T23:44:30.728Z Checking kstat-rs v0.2.3
20182024-01-15T23:44:30.886Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
20192024-01-15T23:44:31.212Z Checking signature v1.6.4
20202024-01-15T23:44:31.271Z Compiling salty v0.2.0
20212024-01-15T23:44:31.383Z Checking ed25519 v1.5.3
20222024-01-15T23:44:31.704Z Checking chacha20poly1305 v0.10.1
20232024-01-15T23:44:32.079Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
20242024-01-15T23:44:32.357Z Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
20252024-01-15T23:44:32.638Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20262024-01-15T23:44:32.656Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20272024-01-15T23:44:32.732Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20282024-01-15T23:44:33.015Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
20292024-01-15T23:44:33.072Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
20302024-01-15T23:44:34.325Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20312024-01-15T23:44:35.195Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
20322024-01-15T23:44:36.149Z Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20332024-01-15T23:44:37.502Z Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
20342024-01-15T23:44:37.527Z Checking thiserror-no-std v2.0.2
20352024-01-15T23:44:37.667Z Checking vsss-rs v3.3.4
20362024-01-15T23:44:37.911Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
20372024-01-15T23:44:38.263Z Checking serde-big-array v0.5.1
20382024-01-15T23:44:38.319Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
20392024-01-15T23:44:38.580Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20402024-01-15T23:44:39.696Z Checking bytecount v0.6.3
20412024-01-15T23:44:39.900Z Checking papergrid v0.10.0
20422024-01-15T23:44:41.460Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20432024-01-15T23:44:41.653Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
20442024-01-15T23:44:42.132Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
20452024-01-15T23:44:42.435Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2)
20462024-01-15T23:44:43.959Z Checking signal-hook-tokio v0.3.1
20472024-01-15T23:44:44.203Z Compiling tabled_derive v0.6.0
20482024-01-15T23:44:44.547Z Checking nix v0.26.4
20492024-01-15T23:44:45.224Z Checking serde-big-array v0.4.1
20502024-01-15T23:44:45.449Z Compiling sqlparser_derive v0.1.1
20512024-01-15T23:44:47.264Z Checking unicode_categories v0.1.1
20522024-01-15T23:44:47.807Z Checking sqlformat v0.2.3
20532024-01-15T23:44:47.929Z Checking rustyline v12.0.0
20542024-01-15T23:44:48.303Z Checking tabled v0.14.0
20552024-01-15T23:44:48.662Z Checking sqlparser v0.36.1
20562024-01-15T23:44:50.057Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
20572024-01-15T23:44:50.543Z Checking bcs v0.1.6
20582024-01-15T23:44:51.272Z Checking corncobs v0.1.3
20592024-01-15T23:44:51.542Z Checking highway v1.1.0
20602024-01-15T23:44:51.690Z Compiling prettyplease v0.2.16
20612024-01-15T23:44:52.154Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
20622024-01-15T23:44:52.208Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
20632024-01-15T23:44:52.409Z Checking http-range v0.1.5
20642024-01-15T23:44:52.586Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
20652024-01-15T23:44:52.650Z Checking hyper-staticfile v0.9.5
20662024-01-15T23:44:53.270Z Compiling portable-atomic v1.4.3
20672024-01-15T23:44:53.410Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20682024-01-15T23:44:53.499Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20692024-01-15T23:44:54.880Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
20702024-01-15T23:44:55.911Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
20712024-01-15T23:44:56.362Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
20722024-01-15T23:44:57.917Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20732024-01-15T23:44:59.119Z Compiling crunchy v0.2.2
20742024-01-15T23:44:59.956Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20752024-01-15T23:45:00.458Z Compiling clang-sys v1.6.1
20762024-01-15T23:45:00.725Z Compiling tiny-keccak v2.0.2
20772024-01-15T23:45:00.745Z Checking humantime v2.1.0
20782024-01-15T23:45:01.019Z Checking assert_matches v1.5.0
20792024-01-15T23:45:01.342Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
20802024-01-15T23:45:01.609Z Compiling darling_core v0.14.4
20812024-01-15T23:45:02.817Z Checking number_prefix v0.4.0
20822024-01-15T23:45:03.099Z Checking indicatif v0.17.7
20832024-01-15T23:45:03.220Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
20842024-01-15T23:45:03.261Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
20852024-01-15T23:45:03.627Z Compiling ascii-canvas v3.0.0
20862024-01-15T23:45:04.658Z Compiling ena v0.14.2
20872024-01-15T23:45:05.290Z Compiling libloading v0.7.4
20882024-01-15T23:45:05.391Z Compiling bindgen v0.65.1
20892024-01-15T23:45:05.690Z Compiling diff v0.1.13
20902024-01-15T23:45:05.876Z Compiling regex-syntax v0.6.29
20912024-01-15T23:45:10.156Z Compiling cexpr v0.6.0
20922024-01-15T23:45:11.540Z Compiling darling_macro v0.14.4
20932024-01-15T23:45:12.866Z Compiling lalrpop v0.19.12
20942024-01-15T23:45:13.182Z Compiling darling v0.14.4
20952024-01-15T23:45:13.344Z Compiling which v4.4.0
20962024-01-15T23:45:14.299Z Compiling fs-err v2.11.0
20972024-01-15T23:45:14.730Z Checking maplit v1.0.2
20982024-01-15T23:45:14.876Z Compiling shlex v1.1.0
20992024-01-15T23:45:15.372Z Compiling lazycell v1.3.0
21002024-01-15T23:45:15.613Z Compiling ref-cast v1.0.20
21012024-01-15T23:45:15.770Z Compiling rustc-hash v1.1.0
21022024-01-15T23:45:15.982Z Compiling peeking_take_while v0.1.2
21032024-01-15T23:45:16.314Z Compiling derive_builder_core v0.12.0
21042024-01-15T23:45:16.498Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21052024-01-15T23:45:17.930Z Compiling ref-cast-impl v1.0.20
21062024-01-15T23:45:18.877Z Compiling libxml v0.3.3
21072024-01-15T23:45:20.060Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
21082024-01-15T23:45:20.150Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
21092024-01-15T23:45:20.482Z Compiling derive_builder_macro v0.12.0
21102024-01-15T23:45:20.526Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21112024-01-15T23:45:20.653Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
21122024-01-15T23:45:21.427Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21132024-01-15T23:45:21.785Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
21142024-01-15T23:45:21.809Z Compiling strum_macros v0.24.3
21152024-01-15T23:45:23.000Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21162024-01-15T23:45:25.510Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
21172024-01-15T23:45:25.513Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
21182024-01-15T23:45:28.880Z Compiling cookie v0.18.0
21192024-01-15T23:45:29.323Z Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
21202024-01-15T23:45:29.775Z Checking parse-size v1.0.0
21212024-01-15T23:45:30.002Z Compiling indoc v1.0.9
21222024-01-15T23:45:30.934Z Checking derive_builder v0.12.0
21232024-01-15T23:45:31.672Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
21242024-01-15T23:45:31.786Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
21252024-01-15T23:45:32.207Z Checking bb8 v0.8.1
21262024-01-15T23:45:32.922Z Checking quick-xml v0.23.1
21272024-01-15T23:45:33.840Z Compiling oso-derive v0.27.0
21282024-01-15T23:45:34.967Z Compiling impl-trait-for-tuples v0.2.2
21292024-01-15T23:45:34.970Z Checking unicode-linebreak v0.1.5
21302024-01-15T23:45:34.970Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
21312024-01-15T23:45:34.970Z Checking smawk v0.3.1
21322024-01-15T23:45:34.970Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
21332024-01-15T23:45:34.975Z Checking textwrap v0.16.0
21342024-01-15T23:45:35.726Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21352024-01-15T23:45:36.096Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
21362024-01-15T23:45:36.220Z Checking is_ci v1.1.1
21372024-01-15T23:45:36.393Z Checking supports-color v2.1.0
21382024-01-15T23:45:36.681Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
21392024-01-15T23:45:38.748Z Checking crossterm v0.27.0
21402024-01-15T23:45:38.947Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
21412024-01-15T23:45:39.634Z Checking cassowary v0.3.0
21422024-01-15T23:45:40.218Z Compiling indoc v2.0.3
21432024-01-15T23:45:40.296Z Checking rtoolbox v0.0.1
21442024-01-15T23:45:40.565Z Checking rpassword v7.3.1
21452024-01-15T23:45:40.774Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
21462024-01-15T23:45:40.803Z Checking shell-words v1.1.0
21472024-01-15T23:45:41.032Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2)
21482024-01-15T23:45:41.241Z Checking fatfs v0.3.6
21492024-01-15T23:45:41.984Z Checking ratatui v0.23.0
21502024-01-15T23:45:43.234Z Checking yansi v0.5.1
21512024-01-15T23:45:43.237Z Compiling target-lexicon v0.12.12
21522024-01-15T23:45:43.615Z Checking pretty_assertions v1.4.0
21532024-01-15T23:45:43.899Z Checking plotters-backend v0.3.5
21542024-01-15T23:45:44.474Z Compiling guppy-workspace-hack v0.1.0
21552024-01-15T23:45:44.891Z Checking plotters-svg v0.3.5
21562024-01-15T23:45:45.217Z Checking rand v0.4.6
21572024-01-15T23:45:45.568Z Compiling target-spec v3.0.1
21582024-01-15T23:45:45.688Z Checking tui-tree-widget v0.13.0
21592024-01-15T23:45:46.083Z Checking cast v0.3.0
21602024-01-15T23:45:46.360Z Checking remove_dir_all v0.5.3
21612024-01-15T23:45:46.526Z Checking cfg-expr v0.15.5
21622024-01-15T23:45:46.570Z Checking criterion-plot v0.5.0
21632024-01-15T23:45:46.755Z Checking tempdir v0.3.7
21642024-01-15T23:45:46.967Z Checking plotters v0.3.5
21652024-01-15T23:45:47.480Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
21662024-01-15T23:45:47.872Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
21672024-01-15T23:45:49.223Z Checking tinytemplate v1.2.1
21682024-01-15T23:45:49.228Z Checking cargo-platform v0.1.3
21692024-01-15T23:45:49.664Z Checking oorandom v11.1.3
21702024-01-15T23:45:49.781Z Checking anes v0.1.6
21712024-01-15T23:45:49.808Z Checking cargo_metadata v0.18.1
21722024-01-15T23:45:50.376Z Checking criterion v0.5.1
21732024-01-15T23:45:50.457Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
21742024-01-15T23:45:52.520Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
21752024-01-15T23:45:53.058Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21762024-01-15T23:45:53.223Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
21772024-01-15T23:45:54.919Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
21782024-01-15T23:45:55.070Z Checking assert_cmd v2.0.13
21792024-01-15T23:45:55.761Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
21802024-01-15T23:45:58.124Z Checking pathdiff v0.2.1
21812024-01-15T23:45:58.329Z Checking nested v0.1.1
21822024-01-15T23:45:58.618Z Checking guppy v0.17.4
21832024-01-15T23:46:00.433Z Checking threadpool v1.8.1
21842024-01-15T23:46:00.706Z Checking nanorand v0.7.0
21852024-01-15T23:46:01.253Z Checking topological-sort v0.2.2
21862024-01-15T23:46:01.541Z Checking flume v0.11.0
21872024-01-15T23:46:02.148Z Checking libtest-mimic v0.6.1
21882024-01-15T23:46:02.310Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
21892024-01-15T23:46:02.779Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
21902024-01-15T23:46:04.657Z Checking httptest v0.15.5
21912024-01-15T23:46:05.133Z Checking similar-asserts v1.5.0
21922024-01-15T23:46:05.473Z Compiling rstest_macros v0.18.2
21932024-01-15T23:46:05.827Z Compiling crossbeam-queue v0.3.8
21942024-01-15T23:46:06.391Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
21952024-01-15T23:46:06.624Z Checking datatest-stable v0.2.3
21962024-01-15T23:46:06.931Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21972024-01-15T23:46:06.945Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
21982024-01-15T23:46:07.367Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
21992024-01-15T23:46:08.213Z Checking arrayvec v0.7.4
22002024-01-15T23:46:08.243Z Checking constant_time_eq v0.2.6
22012024-01-15T23:46:08.388Z Compiling relative-path v1.9.0
22022024-01-15T23:46:08.410Z Checking arrayref v0.3.7
22032024-01-15T23:46:08.532Z Compiling trybuild v1.0.88
22042024-01-15T23:46:08.772Z Checking blake2b_simd v1.0.1
22052024-01-15T23:46:09.671Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22062024-01-15T23:46:10.025Z Checking basic-toml v0.1.8
22072024-01-15T23:46:11.388Z Checking constant_time_eq v0.3.0
22082024-01-15T23:46:11.553Z Checking futures-timer v3.0.2
22092024-01-15T23:46:11.989Z Checking rust-argon2 v1.0.1
22102024-01-15T23:46:14.748Z Checking crossbeam v0.8.2
22112024-01-15T23:46:16.077Z Checking partial-io v0.5.4
22122024-01-15T23:46:16.629Z Checking approx v0.5.1
22132024-01-15T23:46:16.974Z Checking termios v0.3.3
22142024-01-15T23:46:17.283Z Checking hex-literal v0.4.1
22152024-01-15T23:46:19.058Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22162024-01-15T23:46:24.002Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22172024-01-15T23:46:24.020Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
22182024-01-15T23:46:25.259Z Checking rstest v0.18.2
22192024-01-15T23:46:33.171Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
22202024-01-15T23:46:38.482Z Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger)
22212024-01-15T23:47:40.611Z Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
22222024-01-15T23:47:47.113Z Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
22232024-01-15T23:47:52.089Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
22242024-01-15T23:47:54.005Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
22252024-01-15T23:48:03.496Z Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22262024-01-15T23:48:27.139Z Compiling polar-core v0.27.0
22272024-01-15T23:48:37.934Z Checking oso v0.27.0
22282024-01-15T23:49:16.279Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
22292024-01-15T23:50:40.772Z Finished dev [unoptimized + debuginfo] target(s) in 10m 12s
22302024-01-15T23:50:41.008Z
22312024-01-15T23:50:41.008Zreal 11:13.333888617
22322024-01-15T23:50:41.008Zuser 1:00:59.081773063
22332024-01-15T23:50:41.008Zsys 7:47.950105504
22342024-01-15T23:50:41.008Ztrap 2.062923169
22352024-01-15T23:50:41.008Ztflt 4.053355082
22362024-01-15T23:50:41.008Zdflt 4.817316786
22372024-01-15T23:50:41.013Zkflt 0.020878410
22382024-01-15T23:50:41.013Zlock 1:36:23.434300227
22392024-01-15T23:50:41.013Zslp 3:00:38.923174399
22402024-01-15T23:50:41.013Zlat 2:09.701901933
22412024-01-15T23:50:41.013Zstop 4:36.607907798
22422024-01-15T23:50:42.201Zwarning: output filename collision.
22432024-01-15T23:50:42.202ZThe lib target `hubpack` in package `hubpack v0.1.2` has the same output filename as the lib target `hubpack` in package `hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)`.
22442024-01-15T23:50:42.202ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
22452024-01-15T23:50:42.202ZThe targets should have unique names.
22462024-01-15T23:50:42.202ZThis is a known bug where multiple crates with the same name use
22472024-01-15T23:50:42.202Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
22482024-01-15T23:50:42.205Zwarning: output filename collision.
22492024-01-15T23:50:42.205ZThe lib target `nix` in package `nix v0.26.4` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`.
22502024-01-15T23:50:42.205ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html
22512024-01-15T23:50:42.205ZThe targets should have unique names.
22522024-01-15T23:50:42.206ZThis is a known bug where multiple crates with the same name use
22532024-01-15T23:50:42.206Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
22542024-01-15T23:50:42.206Zwarning: output filename collision.
22552024-01-15T23:50:42.206ZThe bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`.
22562024-01-15T23:50:42.206ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
22572024-01-15T23:50:42.206ZThe targets should have unique names.
22582024-01-15T23:50:42.208ZThis is a known bug where multiple crates with the same name use
22592024-01-15T23:50:42.208Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
22602024-01-15T23:50:42.208Zwarning: output filename collision.
22612024-01-15T23:50:42.208ZThe lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)` has the same output filename as the lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)`.
22622024-01-15T23:50:42.208ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
22632024-01-15T23:50:42.208ZThe targets should have unique names.
22642024-01-15T23:50:42.208ZThis is a known bug where multiple crates with the same name use
22652024-01-15T23:50:42.208Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
22662024-01-15T23:50:42.828Z Documenting libc v0.2.152
22672024-01-15T23:50:42.846Z Documenting cfg-if v1.0.0
22682024-01-15T23:50:42.857Z Documenting serde_derive v1.0.195
22692024-01-15T23:50:42.892Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22702024-01-15T23:50:42.895Z Documenting log v0.4.20
22712024-01-15T23:50:42.904Z Documenting scopeguard v1.2.0
22722024-01-15T23:50:42.932Z Documenting memchr v2.6.3
22732024-01-15T23:50:42.946Z Documenting smallvec v1.11.2
22742024-01-15T23:50:43.413Z Documenting zeroize_derive v1.4.2
22752024-01-15T23:50:46.748Z Documenting itoa v1.0.9
22762024-01-15T23:50:46.896Z Documenting lock_api v0.4.10
22772024-01-15T23:50:47.338Z Documenting pin-project-lite v0.2.13
22782024-01-15T23:50:48.828Z Documenting libm v0.2.7
22792024-01-15T23:50:49.165Z Documenting getrandom v0.2.10
22802024-01-15T23:50:49.654Z Documenting parking_lot_core v0.9.8
22812024-01-15T23:50:50.827Z Documenting signal-hook-registry v1.4.1
22822024-01-15T23:50:50.927Z Documenting zeroize v1.7.0
22832024-01-15T23:50:51.350Z Documenting mio v0.8.9
22842024-01-15T23:50:51.443Z Documenting futures-core v0.3.30
22852024-01-15T23:50:52.552Z Documenting serde v1.0.195
22862024-01-15T23:50:53.636Z Documenting num-traits v0.2.16
22872024-01-15T23:50:55.033Z Documenting rand_core v0.6.4
22882024-01-15T23:50:55.436Z Documenting parking_lot v0.12.1
22892024-01-15T23:50:56.567Z Documenting thiserror-impl v1.0.49
22902024-01-15T23:50:56.599Z Documenting socket2 v0.5.5
22912024-01-15T23:50:56.723Z Documenting num_cpus v1.16.0
22922024-01-15T23:50:57.290Z Documenting typenum v1.16.0
22932024-01-15T23:51:00.114Z Documenting tokio-macros v2.2.0
22942024-01-15T23:51:00.711Z Documenting once_cell v1.19.0
22952024-01-15T23:51:01.112Z Documenting subtle v2.5.0
22962024-01-15T23:51:02.194Z Documenting byteorder v1.5.0
22972024-01-15T23:51:02.411Z Documenting ryu v1.0.15
22982024-01-15T23:51:03.540Z Documenting thiserror v1.0.49
22992024-01-15T23:51:06.423Z Documenting futures-sink v0.3.30
23002024-01-15T23:51:06.709Z Documenting const-oid v0.9.5
23012024-01-15T23:51:06.733Z Documenting pin-utils v0.1.0
23022024-01-15T23:51:06.753Z Documenting slab v0.4.9
23032024-01-15T23:51:08.197Z Documenting futures-macro v0.3.30
23042024-01-15T23:51:08.874Z Documenting futures-io v0.3.30
23052024-01-15T23:51:11.818Z Documenting futures-channel v0.3.30
23062024-01-15T23:51:13.026Z Documenting futures-task v0.3.30
23072024-01-15T23:51:14.427Z Documenting iana-time-zone v0.1.57
23082024-01-15T23:51:14.545Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23092024-01-15T23:51:14.986Z Documenting tinyvec_macros v0.1.1
23102024-01-15T23:51:15.771Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23112024-01-15T23:51:16.064Z Documenting ppv-lite86 v0.2.17
23122024-01-15T23:51:17.860Z Documenting tracing-core v0.1.31
23132024-01-15T23:51:18.904Z Documenting futures-util v0.3.30
23142024-01-15T23:51:19.199Z Documenting tinyvec v1.6.0
23152024-01-15T23:51:20.317Z Documenting tracing-attributes v0.1.26
23162024-01-15T23:51:21.246Z Documenting rand_chacha v0.3.1
23172024-01-15T23:51:24.737Z Documenting unicode-normalization v0.1.22
23182024-01-15T23:51:27.335Z Documenting rand v0.8.5
23192024-01-15T23:51:27.602Z Documenting bytes v1.5.0
23202024-01-15T23:51:29.570Z Documenting bitflags v2.4.0
23212024-01-15T23:51:29.899Z Documenting serde_json v1.0.111
23222024-01-15T23:51:31.192Z Documenting chrono v0.4.31
23232024-01-15T23:51:34.261Z Documenting uuid v1.6.1
23242024-01-15T23:51:34.904Z Documenting tokio v1.35.1
23252024-01-15T23:51:35.311Z Documenting spin v0.9.8
23262024-01-15T23:51:36.059Z Documenting lazy_static v1.4.0
23272024-01-15T23:51:38.253Z Documenting unicode-bidi v0.3.13
23282024-01-15T23:51:40.138Z Documenting base64 v0.21.7
23292024-01-15T23:51:40.141Z Documenting percent-encoding v2.3.1
23302024-01-15T23:51:40.382Z Documenting cpufeatures v0.2.9
23312024-01-15T23:51:41.301Z Documenting serde_derive_internals v0.26.0
23322024-01-15T23:51:42.767Z Documenting generic-array v0.14.7
23332024-01-15T23:51:44.378Z Checking serde_derive_internals v0.26.0
23342024-01-15T23:51:44.591Z Documenting dyn-clone v1.0.13
23352024-01-15T23:51:45.354Z Documenting fnv v1.0.7
23362024-01-15T23:51:45.942Z Documenting errno v0.3.2
23372024-01-15T23:51:46.445Z Documenting form_urlencoded v1.2.1
23382024-01-15T23:51:47.488Z Documenting tracing v0.1.37
23392024-01-15T23:51:48.973Z Documenting schemars_derive v0.8.16
23402024-01-15T23:51:48.995Z Documenting idna v0.5.0
23412024-01-15T23:51:49.610Z Documenting crypto-common v0.1.6
23422024-01-15T23:51:50.649Z Documenting block-buffer v0.10.4
23432024-01-15T23:51:51.514Z Documenting rustix v0.38.25
23442024-01-15T23:51:52.321Z Documenting httparse v1.8.0
23452024-01-15T23:51:52.721Z Documenting unicode-ident v1.0.12
23462024-01-15T23:51:55.291Z Documenting url v2.5.0
23472024-01-15T23:51:56.420Z Documenting adler v1.0.2
23482024-01-15T23:51:56.530Z Documenting digest v0.10.7
23492024-01-15T23:51:56.778Z Documenting proc-macro2 v1.0.74
23502024-01-15T23:51:57.890Z Documenting schemars v0.8.16
23512024-01-15T23:51:58.474Z Documenting base64ct v1.6.0
23522024-01-15T23:52:00.450Z Documenting miniz_oxide v0.7.1
23532024-01-15T23:52:01.132Z Documenting unicode-width v0.1.11
23542024-01-15T23:52:01.420Z Documenting httpdate v1.0.3
23552024-01-15T23:52:02.755Z Documenting quote v1.0.35
23562024-01-15T23:52:04.714Z Documenting openssl-probe v0.1.5
23572024-01-15T23:52:05.290Z Documenting untrusted v0.9.0
23582024-01-15T23:52:05.802Z Documenting try-lock v0.2.4
23592024-01-15T23:52:05.980Z Documenting http-body v0.4.5
23602024-01-15T23:52:06.945Z Documenting openssl-sys v0.9.96
23612024-01-15T23:52:07.494Z Documenting slog v2.7.0
23622024-01-15T23:52:08.824Z Documenting async-trait v0.1.77
23632024-01-15T23:52:09.590Z Documenting ring v0.17.7
23642024-01-15T23:52:09.879Z Documenting want v0.3.1
23652024-01-15T23:52:10.488Z Documenting openssl-macros v0.1.1
23662024-01-15T23:52:12.338Z Documenting tower-service v0.3.2
23672024-01-15T23:52:13.752Z Documenting mime v0.3.17
23682024-01-15T23:52:15.452Z Documenting pem-rfc7468 v0.7.0
23692024-01-15T23:52:15.773Z Documenting aho-corasick v1.0.4
23702024-01-15T23:52:16.013Z Documenting sct v0.7.0
23712024-01-15T23:52:16.908Z Documenting openssl v0.10.60
23722024-01-15T23:52:17.275Z Documenting rustls-webpki v0.101.7
23732024-01-15T23:52:17.985Z Documenting der_derive v0.7.2
23742024-01-15T23:52:18.576Z Documenting tokio-util v0.7.10
23752024-01-15T23:52:20.102Z Documenting ipnet v2.8.0
23762024-01-15T23:52:21.305Z Documenting equivalent v1.0.1
23772024-01-15T23:52:21.449Z Documenting utf8parse v0.2.1
23782024-01-15T23:52:22.900Z Documenting regex-syntax v0.8.2
23792024-01-15T23:52:23.667Z Documenting hashbrown v0.14.2
23802024-01-15T23:52:25.273Z Documenting flagset v0.4.3
23812024-01-15T23:52:25.469Z Documenting rustls v0.21.9
23822024-01-15T23:52:25.794Z Documenting num-integer v0.1.45
23832024-01-15T23:52:26.313Z Documenting time-macros v0.2.13
23842024-01-15T23:52:26.949Z Documenting h2 v0.3.21
23852024-01-15T23:52:29.272Z Documenting der v0.7.8
23862024-01-15T23:52:29.310Z Documenting deranged v0.3.8
23872024-01-15T23:52:29.928Z Documenting indexmap v2.1.0
23882024-01-15T23:52:31.742Z Documenting num_threads v0.1.6
23892024-01-15T23:52:33.164Z Documenting regex-automata v0.4.3
23902024-01-15T23:52:33.496Z Documenting gimli v0.28.0
23912024-01-15T23:52:35.722Z Documenting time-core v0.1.1
23922024-01-15T23:52:36.746Z Documenting spki v0.7.2
23932024-01-15T23:52:36.788Z Documenting native-tls v0.2.11
23942024-01-15T23:52:36.869Z Documenting tokio-rustls v0.24.1
23952024-01-15T23:52:36.976Z Documenting object v0.32.1
23962024-01-15T23:52:39.794Z Documenting time v0.3.27
23972024-01-15T23:52:42.249Z Documenting hyper v0.14.27
23982024-01-15T23:52:43.027Z Documenting addr2line v0.21.0
23992024-01-15T23:52:43.540Z Documenting encoding_rs v0.8.33
24002024-01-15T23:52:44.891Z Documenting crossbeam-utils v0.8.16
24012024-01-15T23:52:45.823Z Checking pest_meta v2.7.2
24022024-01-15T23:52:46.087Z Documenting regex v1.10.2
24032024-01-15T23:52:47.303Z Documenting rustc-demangle v0.1.23
24042024-01-15T23:52:47.832Z Documenting tokio-native-tls v0.3.1
24052024-01-15T23:52:48.516Z Documenting rustls-native-certs v0.6.3
24062024-01-15T23:52:50.767Z Documenting serde_urlencoded v0.7.1
24072024-01-15T23:52:51.068Z Documenting pest_meta v2.7.2
24082024-01-15T23:52:51.569Z Checking pest_generator v2.7.2
24092024-01-15T23:52:52.759Z Documenting pkcs8 v0.10.2
24102024-01-15T23:52:54.291Z Documenting ucd-trie v0.1.6
24112024-01-15T23:52:54.643Z Documenting data-encoding v2.4.0
24122024-01-15T23:52:55.551Z Documenting webpki-roots v0.25.2
24132024-01-15T23:52:55.879Z Documenting backtrace v0.3.69
24142024-01-15T23:52:57.023Z Documenting anstyle v1.0.2
24152024-01-15T23:52:57.167Z Documenting pest_generator v2.7.2
24162024-01-15T23:52:59.354Z Documenting anstyle-parse v0.2.1
24172024-01-15T23:53:00.301Z Documenting pest v2.7.2
24182024-01-15T23:53:00.846Z Documenting syn v2.0.46
24192024-01-15T23:53:01.025Z Documenting ipnetwork v0.20.0
24202024-01-15T23:53:01.087Z Documenting hyper-rustls v0.24.2
24212024-01-15T23:53:02.495Z Documenting hyper-tls v0.5.0
24222024-01-15T23:53:03.957Z Documenting anyhow v1.0.75
24232024-01-15T23:53:04.059Z Documenting sha2 v0.10.8
24242024-01-15T23:53:04.167Z Documenting pest_derive v2.7.2
24252024-01-15T23:53:08.235Z Documenting futures-executor v0.3.30
24262024-01-15T23:53:08.248Z Documenting hex v0.4.3
24272024-01-15T23:53:11.290Z Documenting crc32fast v1.3.2
24282024-01-15T23:53:11.400Z Checking serde_tokenstream v0.1.7
24292024-01-15T23:53:11.448Z Documenting colorchoice v1.0.0
24302024-01-15T23:53:11.756Z Documenting anstyle-query v1.0.0
24312024-01-15T23:53:11.943Z Documenting dtrace-parser v0.1.14
24322024-01-15T23:53:12.464Z Documenting reqwest v0.11.22
24332024-01-15T23:53:13.976Z Documenting openapiv3 v2.0.0
24342024-01-15T23:53:14.256Z Documenting num-iter v0.1.43
24352024-01-15T23:53:15.537Z Documenting hmac v0.12.1
24362024-01-15T23:53:16.560Z Documenting dof v0.1.5
24372024-01-15T23:53:16.981Z Documenting anstream v0.5.0
24382024-01-15T23:53:17.411Z Documenting thread-id v4.2.0
24392024-01-15T23:53:20.217Z Documenting terminal_size v0.2.6
24402024-01-15T23:53:22.466Z Documenting memoffset v0.9.0
24412024-01-15T23:53:22.627Z Documenting clap_lex v0.5.1
24422024-01-15T23:53:22.664Z Documenting strsim v0.10.0
24432024-01-15T23:53:22.888Z Documenting usdt-impl v0.3.5
24442024-01-15T23:53:24.157Z Documenting flate2 v1.0.28
24452024-01-15T23:53:25.441Z Documenting futures v0.3.30
24462024-01-15T23:53:25.955Z Documenting usdt-macro v0.3.5
24472024-01-15T23:53:26.490Z Documenting crossbeam-epoch v0.9.15
24482024-01-15T23:53:28.659Z Documenting usdt-attr-macro v0.3.5
24492024-01-15T23:53:28.767Z Documenting clap_builder v4.4.2
24502024-01-15T23:53:29.277Z Documenting clap_derive v4.4.2
24512024-01-15T23:53:31.216Z Documenting unicode-segmentation v1.10.1
24522024-01-15T23:53:31.341Z Documenting managed v0.8.0
24532024-01-15T23:53:32.394Z Documenting block-padding v0.3.3
24542024-01-15T23:53:33.424Z Documenting scheduled-thread-pool v0.2.7
24552024-01-15T23:53:35.950Z Documenting usdt v0.3.5
24562024-01-15T23:53:36.070Z Documenting bzip2-sys v0.1.11+1.0.8
24572024-01-15T23:53:36.235Z Documenting enum-as-inner v0.5.1
24582024-01-15T23:53:37.092Z Documenting pin-project-internal v1.1.3
24592024-01-15T23:53:38.036Z Documenting diesel_table_macro_syntax v0.1.0
24602024-01-15T23:53:38.203Z Checking diesel_table_macro_syntax v0.1.0
24612024-01-15T23:53:38.221Z Documenting clap v4.4.3
24622024-01-15T23:53:38.444Z Documenting either v1.9.0
24632024-01-15T23:53:39.186Z Documenting r2d2 v0.8.10
24642024-01-15T23:53:41.771Z Documenting bzip2 v0.4.4
24652024-01-15T23:53:42.552Z Documenting trust-dns-proto v0.22.0
24662024-01-15T23:53:43.353Z Documenting inout v0.1.3
24672024-01-15T23:53:44.090Z Documenting pin-project v1.1.3
24682024-01-15T23:53:44.298Z Documenting md-5 v0.10.5
24692024-01-15T23:53:44.441Z Documenting diesel_derives v2.1.2
24702024-01-15T23:53:45.204Z Documenting stringprep v0.1.3
24712024-01-15T23:53:45.384Z Documenting toml_datetime v0.6.5
24722024-01-15T23:53:47.436Z Documenting serde_spanned v0.6.4
24732024-01-15T23:53:48.317Z Documenting zerocopy v0.7.31
24742024-01-15T23:53:49.310Z Documenting ff v0.13.0
24752024-01-15T23:53:50.653Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
24762024-01-15T23:53:51.000Z Documenting doc-comment v0.3.3
24772024-01-15T23:53:51.472Z Documenting snafu-derive v0.7.5
24782024-01-15T23:53:52.993Z Documenting bit-vec v0.6.3
24792024-01-15T23:53:54.853Z Documenting fallible-iterator v0.2.0
24802024-01-15T23:53:54.953Z Documenting winnow v0.5.15
24812024-01-15T23:53:55.035Z Documenting siphasher v0.3.11
24822024-01-15T23:53:56.135Z Documenting base16ct v0.2.0
24832024-01-15T23:53:56.224Z Documenting static_assertions v1.1.0
24842024-01-15T23:53:58.938Z Documenting diesel v2.1.4
24852024-01-15T23:53:59.317Z Documenting phf_shared v0.11.2
24862024-01-15T23:53:59.377Z Documenting group v0.13.0
24872024-01-15T23:54:00.673Z Documenting sec1 v0.7.3
24882024-01-15T23:54:00.767Z Documenting cipher v0.4.4
24892024-01-15T23:54:02.324Z Documenting postgres-protocol v0.6.6
24902024-01-15T23:54:02.462Z Documenting toml_edit v0.21.0
24912024-01-15T23:54:02.618Z Documenting snafu v0.7.5
24922024-01-15T23:54:04.744Z Documenting zip v0.6.6
24932024-01-15T23:54:05.008Z Documenting hkdf v0.12.4
24942024-01-15T23:54:09.325Z Documenting num-bigint v0.4.4
24952024-01-15T23:54:10.179Z Documenting crypto-bigint v0.5.2
24962024-01-15T23:54:10.630Z Documenting hubpack v0.1.2
24972024-01-15T23:54:10.647Z Documenting regress v0.7.1
24982024-01-15T23:54:11.532Z Documenting bstr v1.6.0
24992024-01-15T23:54:12.321Z Documenting serde_repr v0.1.16
25002024-01-15T23:54:12.583Z Documenting precomputed-hash v0.1.1
25012024-01-15T23:54:17.202Z Documenting minimal-lexical v0.2.1
25022024-01-15T23:54:17.808Z Documenting lalrpop-util v0.19.12
25032024-01-15T23:54:18.770Z Documenting new_debug_unreachable v1.0.4
25042024-01-15T23:54:19.041Z Documenting fixedbitset v0.4.2
25052024-01-15T23:54:19.917Z Documenting yasna v0.5.2
25062024-01-15T23:54:20.402Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
25072024-01-15T23:54:20.592Z Documenting elliptic-curve v0.13.8
25082024-01-15T23:54:22.718Z Documenting nom v7.1.3
25092024-01-15T23:54:23.024Z Documenting string_cache v0.8.7
25102024-01-15T23:54:23.834Z Documenting petgraph v0.6.4
25112024-01-15T23:54:24.162Z Documenting postgres-types v0.2.6
25122024-01-15T23:54:29.356Z Documenting phf v0.11.2
25132024-01-15T23:54:29.453Z Documenting console v0.15.8
25142024-01-15T23:54:29.474Z Documenting semver v1.0.21
25152024-01-15T23:54:30.050Z Documenting float-cmp v0.9.0
25162024-01-15T23:54:31.780Z Documenting difflib v0.4.0
25172024-01-15T23:54:34.304Z Documenting heck v0.4.1
25182024-01-15T23:54:34.969Z Documenting predicates-core v1.0.6
25192024-01-15T23:54:35.415Z Documenting whoami v1.4.1
25202024-01-15T23:54:35.860Z Checking unsafe-libyaml v0.2.10
25212024-01-15T23:54:36.067Z Documenting normalize-line-endings v0.3.0
25222024-01-15T23:54:37.077Z Documenting ahash v0.8.6
25232024-01-15T23:54:37.327Z Documenting bit-set v0.5.3
25242024-01-15T23:54:37.518Z Documenting similar v2.3.0
25252024-01-15T23:54:37.780Z Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
25262024-01-15T23:54:40.548Z Documenting tokio-stream v0.1.14
25272024-01-15T23:54:40.702Z Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
25282024-01-15T23:54:40.921Z Documenting tokio-postgres v0.7.10
25292024-01-15T23:54:41.428Z Documenting predicates v3.0.4
25302024-01-15T23:54:43.355Z Checking ident_case v1.0.1
25312024-01-15T23:54:43.575Z Documenting unsafe-libyaml v0.2.10
25322024-01-15T23:54:43.790Z Checking serde_yaml v0.9.25
25332024-01-15T23:54:43.932Z Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
25342024-01-15T23:54:46.778Z Documenting getopts v0.2.21
25352024-01-15T23:54:47.673Z Documenting match_cfg v0.1.0
25362024-01-15T23:54:48.109Z Documenting sha1 v0.10.6
25372024-01-15T23:54:48.929Z Documenting dirs-sys-next v0.1.2
25382024-01-15T23:54:49.129Z Documenting serde_yaml v0.9.25
25392024-01-15T23:54:51.876Z Documenting hostname v0.3.1
25402024-01-15T23:54:51.946Z Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
25412024-01-15T23:54:52.819Z Documenting thread_local v1.1.7
25422024-01-15T23:54:54.421Z Documenting dirs-next v2.0.0
25432024-01-15T23:54:55.347Z Documenting paste v1.0.14
25442024-01-15T23:54:55.511Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25452024-01-15T23:54:55.871Z Documenting crossbeam-channel v0.5.8
25462024-01-15T23:54:57.413Z Documenting atty v0.2.14
25472024-01-15T23:54:57.440Z Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
25482024-01-15T23:54:59.011Z Documenting take_mut v0.2.2
25492024-01-15T23:54:59.939Z Documenting term v0.7.0
25502024-01-15T23:55:00.752Z Documenting slog-json v2.6.1
25512024-01-15T23:55:01.335Z Documenting http v1.0.0
25522024-01-15T23:55:01.936Z Documenting camino v1.1.6
25532024-01-15T23:55:02.022Z Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
25542024-01-15T23:55:02.146Z Documenting async-stream-impl v0.3.5
25552024-01-15T23:55:04.337Z Documenting slog-async v2.8.0
25562024-01-15T23:55:05.706Z Documenting slog-term v2.9.0
25572024-01-15T23:55:07.457Z Documenting rustls-pki-types v1.1.0
25582024-01-15T23:55:08.777Z Documenting debug-ignore v1.0.5
25592024-01-15T23:55:08.811Z Documenting atomic-waker v1.1.1
25602024-01-15T23:55:09.055Z Documenting async-stream v0.3.5
25612024-01-15T23:55:09.868Z Documenting multer v3.0.0
25622024-01-15T23:55:09.920Z Documenting slog-bunyan v2.5.0
25632024-01-15T23:55:11.956Z Checking darling_core v0.20.3
25642024-01-15T23:55:12.221Z Documenting rustls-pemfile v2.0.0
25652024-01-15T23:55:12.923Z Documenting waitgroup v0.1.2
25662024-01-15T23:55:13.152Z Documenting toml v0.8.8
25672024-01-15T23:55:13.674Z Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
25682024-01-15T23:55:14.361Z Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b19a9a5d)
25692024-01-15T23:55:14.869Z Documenting serde_path_to_error v0.1.15
25702024-01-15T23:55:16.636Z Documenting strum v0.25.0
25712024-01-15T23:55:17.403Z Checking darling v0.20.3
25722024-01-15T23:55:17.544Z Documenting serde_with_macros v3.4.0
25732024-01-15T23:55:18.160Z Documenting structmeta-derive v0.2.0
25742024-01-15T23:55:18.353Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25752024-01-15T23:55:20.316Z Checking structmeta v0.2.0
25762024-01-15T23:55:20.652Z Documenting instant v0.1.12
25772024-01-15T23:55:20.931Z Checking regex-syntax v0.7.5
25782024-01-15T23:55:21.955Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
25792024-01-15T23:55:22.180Z Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b19a9a5d)
25802024-01-15T23:55:22.702Z Documenting macaddr v1.0.1
25812024-01-15T23:55:24.544Z Documenting serde_with v3.4.0
25822024-01-15T23:55:25.847Z Documenting structmeta v0.2.0
25832024-01-15T23:55:25.929Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25842024-01-15T23:55:26.019Z Documenting backoff v0.4.0
25852024-01-15T23:55:28.238Z Documenting fastrand v2.0.0
25862024-01-15T23:55:28.593Z Documenting is-terminal v0.4.9
25872024-01-15T23:55:30.071Z Documenting proc-macro-error-attr v1.0.4
25882024-01-15T23:55:32.079Z Documenting parse-display-derive v0.8.2
25892024-01-15T23:55:32.199Z Checking proc-macro-error v1.0.4
25902024-01-15T23:55:32.618Z Checking proc-macro-crate v1.3.1
25912024-01-15T23:55:32.953Z Documenting proc-macro-crate v1.3.1
25922024-01-15T23:55:34.285Z Documenting hash32 v0.2.1
25932024-01-15T23:55:34.440Z Documenting tempfile v3.8.1
25942024-01-15T23:55:35.673Z Documenting proc-macro-error v1.0.4
25952024-01-15T23:55:35.697Z Documenting stable_deref_trait v1.2.0
25962024-01-15T23:55:35.817Z Documenting cobs v0.2.3
25972024-01-15T23:55:39.319Z Documenting num_enum_derive v0.5.11
25982024-01-15T23:55:39.711Z Documenting embedded-io v0.4.0
25992024-01-15T23:55:39.986Z Documenting foreign-types-macros v0.2.3
26002024-01-15T23:55:40.264Z Documenting heapless v0.7.16
26012024-01-15T23:55:40.713Z Documenting parse-display v0.8.2
26022024-01-15T23:55:40.929Z Documenting camino-tempfile v1.1.1
26032024-01-15T23:55:42.768Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
26042024-01-15T23:55:44.271Z Documenting postcard v1.0.8
26052024-01-15T23:55:45.490Z Documenting foreign-types-shared v0.3.1
26062024-01-15T23:55:46.673Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26072024-01-15T23:55:46.858Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26082024-01-15T23:55:47.038Z Documenting crucible-workspace-hack v0.1.0
26092024-01-15T23:55:47.591Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26102024-01-15T23:55:47.774Z Documenting num_enum v0.5.11
26112024-01-15T23:55:47.870Z Documenting smoltcp v0.10.0
26122024-01-15T23:55:49.415Z Documenting foreign-types v0.5.0
26132024-01-15T23:55:51.165Z Documenting cstr-argument v0.1.2
26142024-01-15T23:55:52.441Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
26152024-01-15T23:55:52.686Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
26162024-01-15T23:55:52.974Z Documenting colored v2.0.4
26172024-01-15T23:55:53.149Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26182024-01-15T23:55:55.476Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26192024-01-15T23:55:56.210Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
26202024-01-15T23:55:57.207Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26212024-01-15T23:55:57.272Z Documenting zone_cfg_derive v0.3.0
26222024-01-15T23:55:59.576Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
26232024-01-15T23:55:59.732Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
26242024-01-15T23:55:59.995Z Documenting num-derive v0.4.0
26252024-01-15T23:56:00.295Z Documenting smf v0.2.2
26262024-01-15T23:56:02.756Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26272024-01-15T23:56:04.737Z Documenting zone v0.3.0
26282024-01-15T23:56:05.312Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
26292024-01-15T23:56:05.876Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
26302024-01-15T23:56:06.049Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
26312024-01-15T23:56:06.179Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26322024-01-15T23:56:06.594Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26332024-01-15T23:56:06.804Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2)
26342024-01-15T23:56:07.829Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26352024-01-15T23:56:08.658Z Checking heck v0.3.3
26362024-01-15T23:56:08.891Z Documenting structopt-derive v0.4.18
26372024-01-15T23:56:08.980Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26382024-01-15T23:56:10.932Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26392024-01-15T23:56:12.255Z Documenting libefi-sys v0.1.0
26402024-01-15T23:56:13.217Z Documenting convert_case v0.4.0
26412024-01-15T23:56:13.643Z Checking convert_case v0.4.0
26422024-01-15T23:56:13.963Z Documenting linked-hash-map v0.5.6
26432024-01-15T23:56:14.331Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
26442024-01-15T23:56:15.530Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26452024-01-15T23:56:16.291Z Documenting structopt v0.3.26
26462024-01-15T23:56:18.183Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26472024-01-15T23:56:18.330Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26482024-01-15T23:56:18.881Z Documenting derive_more v0.99.17
26492024-01-15T23:56:19.923Z Documenting blake2 v0.10.6
26502024-01-15T23:56:20.367Z Documenting lru-cache v0.1.2
26512024-01-15T23:56:20.564Z Documenting password-hash v0.5.0
26522024-01-15T23:56:22.748Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
26532024-01-15T23:56:24.851Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
26542024-01-15T23:56:25.390Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26552024-01-15T23:56:25.909Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26562024-01-15T23:56:26.364Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26572024-01-15T23:56:26.386Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26582024-01-15T23:56:27.201Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26592024-01-15T23:56:27.274Z Documenting keccak v0.1.4
26602024-01-15T23:56:27.504Z Documenting argon2 v0.5.2
26612024-01-15T23:56:29.799Z Documenting itertools v0.12.0
26622024-01-15T23:56:31.681Z Documenting sha3 v0.10.8
26632024-01-15T23:56:32.032Z Documenting secrecy v0.8.0
26642024-01-15T23:56:35.173Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26652024-01-15T23:56:35.781Z Documenting quick-error v1.2.3
26662024-01-15T23:56:36.095Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26672024-01-15T23:56:38.052Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26682024-01-15T23:56:39.221Z Documenting nibble_vec v0.1.0
26692024-01-15T23:56:40.085Z Documenting endian-type v0.1.2
26702024-01-15T23:56:41.035Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26712024-01-15T23:56:41.337Z Documenting resolv-conf v0.7.0
26722024-01-15T23:56:41.990Z Documenting cancel-safe-futures v0.1.5
26732024-01-15T23:56:43.170Z Documenting glob v0.3.1
26742024-01-15T23:56:45.285Z Documenting tap v1.0.1
26752024-01-15T23:56:45.455Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26762024-01-15T23:56:45.757Z Documenting radix_trie v0.2.1
26772024-01-15T23:56:47.220Z Documenting trust-dns-resolver v0.22.0
26782024-01-15T23:56:49.137Z Documenting radium v0.7.0
26792024-01-15T23:56:49.483Z Documenting wyz v0.5.1
26802024-01-15T23:56:50.965Z Documenting funty v2.0.0
26812024-01-15T23:56:51.558Z Documenting arc-swap v1.6.0
26822024-01-15T23:56:53.436Z Documenting crc-catalog v2.2.0
26832024-01-15T23:56:54.317Z Documenting swrite v0.1.0
26842024-01-15T23:56:55.840Z Documenting bitvec v1.0.1
26852024-01-15T23:56:57.242Z Documenting slog-scope v4.4.0
26862024-01-15T23:56:57.680Z Documenting crc v3.0.1
26872024-01-15T23:56:59.831Z Documenting num-rational v0.4.1
26882024-01-15T23:56:59.925Z Documenting libsw v3.3.1
26892024-01-15T23:57:00.901Z Documenting num-complex v0.4.4
26902024-01-15T23:57:01.972Z Documenting filetime v0.2.23
26912024-01-15T23:57:02.813Z Documenting xattr v1.0.1
26922024-01-15T23:57:02.842Z Documenting packed_struct_codegen v0.10.1
26932024-01-15T23:57:04.132Z Documenting derive-where v1.2.7
26942024-01-15T23:57:06.351Z Documenting half v1.8.2
26952024-01-15T23:57:06.823Z Documenting linear-map v1.2.0
26962024-01-15T23:57:07.652Z Documenting nodrop v0.1.14
26972024-01-15T23:57:08.116Z Documenting owo-colors v3.5.0
26982024-01-15T23:57:08.419Z Documenting ciborium-io v0.2.1
26992024-01-15T23:57:10.379Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27002024-01-15T23:57:10.730Z Documenting same-file v1.0.6
27012024-01-15T23:57:11.016Z Documenting packed_struct v0.10.1
27022024-01-15T23:57:12.258Z Documenting array-init v0.0.4
27032024-01-15T23:57:13.794Z Documenting tar v0.4.40
27042024-01-15T23:57:13.808Z Documenting num v0.4.1
27052024-01-15T23:57:13.808Z Documenting ciborium-ll v0.2.1
27062024-01-15T23:57:15.738Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27072024-01-15T23:57:16.661Z Documenting slog-stdlog v4.1.1
27082024-01-15T23:57:16.970Z Documenting walkdir v2.4.0
27092024-01-15T23:57:19.263Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
27102024-01-15T23:57:20.059Z Documenting slog-dtrace v0.2.3
27112024-01-15T23:57:20.593Z Documenting num-bigint-dig v0.8.4
27122024-01-15T23:57:21.822Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27132024-01-15T23:57:22.431Z Documenting pkcs1 v0.7.5
27142024-01-15T23:57:23.287Z Documenting signature v2.1.0
27152024-01-15T23:57:24.088Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27162024-01-15T23:57:29.489Z Documenting termcolor v1.2.0
27172024-01-15T23:57:29.907Z Documenting bitfield v0.14.0
27182024-01-15T23:57:30.473Z Documenting slog-envlogger v2.2.0
27192024-01-15T23:57:30.691Z Documenting rsa v0.9.2
27202024-01-15T23:57:31.755Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27212024-01-15T23:57:34.027Z Documenting ciborium v0.2.1
27222024-01-15T23:57:34.453Z Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
27232024-01-15T23:57:35.680Z Documenting env_logger v0.10.0
27242024-01-15T23:57:36.721Z Documenting serde-hex v0.1.0
27252024-01-15T23:57:38.528Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
27262024-01-15T23:57:39.759Z Documenting x509-cert v0.2.4
27272024-01-15T23:57:41.724Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27282024-01-15T23:57:42.079Z Documenting ron v0.8.1
27292024-01-15T23:57:42.378Z Documenting pem v3.0.2
27302024-01-15T23:57:44.108Z Documenting fxhash v0.2.1
27312024-01-15T23:57:45.677Z Documenting crc-any v2.4.3
27322024-01-15T23:57:46.378Z Documenting utf-8 v0.7.6
27332024-01-15T23:57:48.151Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27342024-01-15T23:57:48.344Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27352024-01-15T23:57:48.563Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
27362024-01-15T23:57:49.513Z Documenting newtype_derive v0.1.6
27372024-01-15T23:57:50.075Z Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
27382024-01-15T23:57:52.031Z Documenting tungstenite v0.20.1
27392024-01-15T23:57:52.304Z Documenting signal-hook v0.3.17
27402024-01-15T23:57:54.714Z Documenting vte_generate_state_changes v0.1.1
27412024-01-15T23:57:54.855Z Documenting display-error-chain v0.2.0
27422024-01-15T23:57:58.377Z Documenting arrayvec v0.5.2
27432024-01-15T23:58:00.105Z Documenting path-slash v0.1.5
27442024-01-15T23:58:00.398Z Documenting steno v0.4.0
27452024-01-15T23:58:01.878Z Documenting tokio-tungstenite v0.20.1
27462024-01-15T23:58:02.921Z Documenting vte v0.10.1
27472024-01-15T23:58:05.814Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
27482024-01-15T23:58:05.857Z Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
27492024-01-15T23:58:07.574Z Documenting buf-list v1.0.3
27502024-01-15T23:58:12.716Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
27512024-01-15T23:58:13.595Z Documenting fd-lock v3.0.13
27522024-01-15T23:58:14.073Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27532024-01-15T23:58:14.809Z Documenting strip-ansi-escapes v0.1.1
27542024-01-15T23:58:15.987Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27552024-01-15T23:58:19.957Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27562024-01-15T23:58:20.668Z Checking darling_core v0.14.4
27572024-01-15T23:58:21.513Z Documenting nu-ansi-term v0.49.0
27582024-01-15T23:58:23.591Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27592024-01-15T23:58:23.737Z Checking darling v0.14.4
27602024-01-15T23:58:24.077Z Documenting trust-dns-client v0.22.0
27612024-01-15T23:58:27.127Z Documenting reedline v0.22.0
27622024-01-15T23:58:34.696Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27632024-01-15T23:58:35.443Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27642024-01-15T23:58:35.859Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27652024-01-15T23:58:37.370Z Documenting globset v0.4.13
27662024-01-15T23:58:37.651Z Documenting olpc-cjson v0.1.3
27672024-01-15T23:58:38.024Z Documenting serde_plain v1.0.2
27682024-01-15T23:58:38.156Z Documenting async-recursion v1.0.5
27692024-01-15T23:58:38.211Z Documenting typed-path v0.7.0
27702024-01-15T23:58:40.985Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27712024-01-15T23:58:44.111Z Documenting bytecount v0.6.3
27722024-01-15T23:58:44.457Z Documenting trust-dns-server v0.22.1
27732024-01-15T23:58:44.853Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27742024-01-15T23:58:45.016Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27752024-01-15T23:58:47.417Z Documenting tough v0.16.0
27762024-01-15T23:58:47.466Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27772024-01-15T23:58:47.466Z Documenting sled v0.34.7
27782024-01-15T23:58:48.374Z Documenting papergrid v0.10.0
27792024-01-15T23:58:48.968Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27802024-01-15T23:58:50.040Z Documenting unicase v2.7.0
27812024-01-15T23:58:51.787Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27822024-01-15T23:58:52.211Z Documenting tabled_derive v0.6.0
27832024-01-15T23:58:53.473Z Documenting crossbeam-deque v0.8.3
27842024-01-15T23:58:54.817Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27852024-01-15T23:58:54.838Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27862024-01-15T23:58:55.394Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27872024-01-15T23:58:55.865Z Documenting nix v0.26.4
27882024-01-15T23:58:56.348Z Documenting headers-core v0.2.0
27892024-01-15T23:58:57.377Z Documenting sqlparser_derive v0.1.1
27902024-01-15T23:58:59.120Z Documenting home v0.5.5
27912024-01-15T23:58:59.409Z Documenting pretty-hex v0.4.1
27922024-01-15T23:59:00.677Z Documenting unicode_categories v0.1.1
27932024-01-15T23:59:03.084Z Documenting headers v0.3.9
27942024-01-15T23:59:03.710Z Documenting sqlparser v0.36.1
27952024-01-15T23:59:03.770Z Documenting rayon-core v1.12.0
27962024-01-15T23:59:04.063Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27972024-01-15T23:59:04.634Z Documenting rustyline v12.0.0
27982024-01-15T23:59:06.279Z Documenting sqlformat v0.2.3
27992024-01-15T23:59:07.667Z Documenting tabled v0.14.0
28002024-01-15T23:59:09.860Z Documenting mime_guess v2.0.4
28012024-01-15T23:59:12.797Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28022024-01-15T23:59:13.765Z Documenting derive_builder_core v0.12.0
28032024-01-15T23:59:14.272Z Checking derive_builder_core v0.12.0
28042024-01-15T23:59:15.679Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28052024-01-15T23:59:16.671Z Documenting signal-hook-mio v0.2.3
28062024-01-15T23:59:17.542Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28072024-01-15T23:59:17.939Z Documenting universal-hash v0.5.1
28082024-01-15T23:59:19.589Z Documenting bcs v0.1.6
28092024-01-15T23:59:22.381Z Documenting kstat-rs v0.2.3
28102024-01-15T23:59:22.943Z Documenting thiserror-impl-no-std v2.0.2
28112024-01-15T23:59:23.172Z Documenting curve25519-dalek-derive v0.1.0
28122024-01-15T23:59:24.502Z Documenting highway v1.1.0
28132024-01-15T23:59:25.651Z Documenting opaque-debug v0.3.0
28142024-01-15T23:59:27.233Z Documenting crossterm v0.27.0
28152024-01-15T23:59:29.174Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28162024-01-15T23:59:29.575Z Documenting curve25519-dalek v4.1.1
28172024-01-15T23:59:29.839Z Documenting poly1305 v0.8.0
28182024-01-15T23:59:30.337Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28192024-01-15T23:59:30.662Z Documenting thiserror-no-std v2.0.2
28202024-01-15T23:59:31.622Z Documenting derive_builder_macro v0.12.0
28212024-01-15T23:59:32.423Z Documenting rayon v1.8.0
28222024-01-15T23:59:34.910Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
28232024-01-15T23:59:37.440Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28242024-01-15T23:59:37.646Z Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28252024-01-15T23:59:38.042Z Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
28262024-01-15T23:59:38.637Z Documenting fs-err v2.11.0
28272024-01-15T23:59:44.146Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
28282024-01-15T23:59:44.342Z Documenting portable-atomic v1.4.3
28292024-01-15T23:59:49.941Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28302024-01-15T23:59:58.591Z Documenting ed25519 v1.5.3
28312024-01-16T00:00:02.993Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28322024-01-16T00:00:04.548Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28332024-01-16T00:00:07.045Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28342024-01-16T00:00:07.754Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2)
28352024-01-16T00:00:07.969Z Documenting chacha20 v0.9.1
28362024-01-16T00:00:10.499Z Documenting aead v0.5.2
28372024-01-16T00:00:10.842Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28382024-01-16T00:00:13.184Z Documenting ref-cast-impl v1.0.20
28392024-01-16T00:00:15.583Z Documenting number_prefix v0.4.0
28402024-01-16T00:00:17.523Z Documenting cassowary v0.3.0
28412024-01-16T00:00:20.038Z Documenting parse-size v1.0.0
28422024-01-16T00:00:20.760Z Documenting ref-cast v1.0.20
28432024-01-16T00:00:21.279Z Documenting indicatif v0.17.7
28442024-01-16T00:00:23.425Z Documenting ratatui v0.23.0
28452024-01-16T00:00:24.346Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
28462024-01-16T00:00:25.018Z Documenting chacha20poly1305 v0.10.1
28472024-01-16T00:00:25.064Z Documenting salty v0.2.0
28482024-01-16T00:00:28.690Z Documenting vsss-rs v3.3.4
28492024-01-16T00:00:31.929Z Documenting derive_builder v0.12.0
28502024-01-16T00:00:33.229Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28512024-01-16T00:00:33.793Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28522024-01-16T00:00:35.036Z Documenting polar-core v0.27.0
28532024-01-16T00:00:37.351Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
28542024-01-16T00:00:40.062Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
28552024-01-16T00:00:43.881Z Documenting libxml v0.3.3
28562024-01-16T00:00:43.973Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28572024-01-16T00:00:48.832Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28582024-01-16T00:00:49.485Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28592024-01-16T00:00:49.887Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28602024-01-16T00:00:53.646Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28612024-01-16T00:00:54.909Z Documenting bb8 v0.8.1
28622024-01-16T00:01:01.910Z Documenting serde-big-array v0.5.1
28632024-01-16T00:01:02.919Z Documenting quick-xml v0.23.1
28642024-01-16T00:01:04.091Z Documenting rtoolbox v0.0.1
28652024-01-16T00:01:05.488Z Documenting oso-derive v0.27.0
28662024-01-16T00:01:08.440Z Documenting impl-trait-for-tuples v0.2.2
28672024-01-16T00:01:08.939Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28682024-01-16T00:01:10.306Z Documenting maplit v1.0.2
28692024-01-16T00:01:10.426Z Documenting humantime v2.1.0
28702024-01-16T00:01:10.704Z Documenting is_ci v1.1.1
28712024-01-16T00:01:12.670Z Documenting http-range v0.1.5
28722024-01-16T00:01:15.614Z Documenting unicode-linebreak v0.1.5
28732024-01-16T00:01:15.836Z Documenting smawk v0.3.1
28742024-01-16T00:01:16.231Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28752024-01-16T00:01:16.411Z Documenting supports-color v2.1.0
28762024-01-16T00:01:17.060Z Documenting oso v0.27.0
28772024-01-16T00:01:17.689Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28782024-01-16T00:01:17.786Z Documenting rpassword v7.3.1
28792024-01-16T00:01:18.063Z Documenting hyper-staticfile v0.9.5
28802024-01-16T00:01:19.946Z Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
28812024-01-16T00:01:21.741Z Documenting textwrap v0.16.0
28822024-01-16T00:01:22.073Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
28832024-01-16T00:01:23.798Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
28842024-01-16T00:01:25.164Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
28852024-01-16T00:01:28.380Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28862024-01-16T00:01:28.759Z Documenting tui-tree-widget v0.13.0
28872024-01-16T00:01:32.374Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28882024-01-16T00:01:34.109Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28892024-01-16T00:01:37.061Z Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
28902024-01-16T00:01:38.410Z Documenting cookie v0.18.0
28912024-01-16T00:01:39.005Z Documenting signal-hook-tokio v0.3.1
28922024-01-16T00:01:42.962Z Documenting rcgen v0.11.3
28932024-01-16T00:01:45.220Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28942024-01-16T00:01:46.240Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28952024-01-16T00:01:46.386Z Documenting atomicwrites v0.4.3
28962024-01-16T00:01:46.823Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28972024-01-16T00:01:48.533Z Documenting subprocess v0.2.9
28982024-01-16T00:01:49.865Z Documenting corncobs v0.1.3
28992024-01-16T00:01:52.875Z Documenting shell-words v1.1.0
29002024-01-16T00:01:53.401Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29012024-01-16T00:01:54.061Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
29022024-01-16T00:01:54.771Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29032024-01-16T00:01:55.603Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29042024-01-16T00:01:57.557Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29052024-01-16T00:01:59.390Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29062024-01-16T00:02:01.228Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29072024-01-16T00:02:09.110Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29082024-01-16T00:02:10.186Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29092024-01-16T00:02:23.598Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29102024-01-16T00:02:26.820Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29112024-01-16T00:02:29.418Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2)
29122024-01-16T00:02:29.876Z Documenting fatfs v0.3.6
29132024-01-16T00:02:37.547Z Documenting nanorand v0.7.0
29142024-01-16T00:02:39.068Z Documenting assert_matches v1.5.0
29152024-01-16T00:02:40.881Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29162024-01-16T00:02:43.331Z Documenting flume v0.11.0
29172024-01-16T00:02:43.521Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29182024-01-16T00:02:45.025Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29192024-01-16T00:02:46.702Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29202024-01-16T00:02:48.198Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29212024-01-16T00:02:48.381Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29222024-01-16T00:02:49.691Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
29232024-01-16T00:02:49.907Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
29242024-01-16T00:03:19.143Z Documenting omicron-zone-package v0.9.1
29252024-01-16T00:03:23.836Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
29262024-01-16T00:03:25.815Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
29272024-01-16T00:03:26.985Z Documenting termios v0.3.3
29282024-01-16T00:03:27.889Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29292024-01-16T00:03:28.278Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
29302024-01-16T00:03:28.278Z --> sled-agent/src/sim/instance.rs:46:7
29312024-01-16T00:03:28.278Z |
29322024-01-16T00:03:28.278Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
29332024-01-16T00:03:28.279Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
29342024-01-16T00:03:28.279Z |
29352024-01-16T00:03:28.279Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
29362024-01-16T00:03:28.279Z
29372024-01-16T00:03:29.290Z Documenting topological-sort v0.2.2
29382024-01-16T00:03:29.446Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29392024-01-16T00:03:32.005Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29402024-01-16T00:03:32.702Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29412024-01-16T00:03:32.989Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
29422024-01-16T00:03:33.302Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
29432024-01-16T00:03:35.784Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29442024-01-16T00:04:03.963Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
29452024-01-16T00:04:25.010Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
29462024-01-16T00:04:36.021Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
29472024-01-16T00:04:38.242Z Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
29482024-01-16T00:04:44.191Z Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
29492024-01-16T00:04:48.122Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29502024-01-16T00:04:49.732Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29512024-01-16T00:05:24.602Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29522024-01-16T00:06:19.134Zwarning: unresolved link to `VolumeConstructionRequest`
29532024-01-16T00:06:19.135Z --> nexus/src/app/sagas/volume_delete.rs:338:7
29542024-01-16T00:06:19.135Z |
29552024-01-16T00:06:19.136Z338 | /// [`VolumeConstructionRequest`] is shown here):
29562024-01-16T00:06:19.136Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
29572024-01-16T00:06:19.136Z |
29582024-01-16T00:06:19.136Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
29592024-01-16T00:06:19.137Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
29602024-01-16T00:06:19.137Z
29612024-01-16T00:06:19.157Zwarning: unresolved link to `fd00:1122:3344:101::5`
29622024-01-16T00:06:19.158Z --> nexus/src/app/sagas/volume_delete.rs:348:17
29632024-01-16T00:06:19.158Z |
29642024-01-16T00:06:19.158Z348 | /// "[fd00:1122:3344:101::5]:1000",
29652024-01-16T00:06:19.158Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
29662024-01-16T00:06:19.158Z
29672024-01-16T00:06:19.158Zwarning: unresolved link to `fd00:1122:3344:102::9`
29682024-01-16T00:06:19.159Z --> nexus/src/app/sagas/volume_delete.rs:349:17
29692024-01-16T00:06:19.159Z |
29702024-01-16T00:06:19.159Z349 | /// "[fd00:1122:3344:102::9]:1000",
29712024-01-16T00:06:19.159Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
29722024-01-16T00:06:19.159Z
29732024-01-16T00:06:19.159Zwarning: unresolved link to `fd00:1122:3344:103::2`
29742024-01-16T00:06:19.160Z --> nexus/src/app/sagas/volume_delete.rs:350:17
29752024-01-16T00:06:19.160Z |
29762024-01-16T00:06:19.160Z350 | /// "[fd00:1122:3344:103::2]:1000"
29772024-01-16T00:06:19.160Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
29782024-01-16T00:06:19.160Z
29792024-01-16T00:06:19.160Zwarning: unresolved link to `fd00:1122:3344:101::5`
29802024-01-16T00:06:19.160Z --> nexus/src/app/sagas/volume_delete.rs:369:17
29812024-01-16T00:06:19.161Z |
29822024-01-16T00:06:19.162Z369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
29832024-01-16T00:06:19.162Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
29842024-01-16T00:06:19.162Z
29852024-01-16T00:06:19.162Zwarning: unresolved link to `fd00:1122:3344:102::9`
29862024-01-16T00:06:19.163Z --> nexus/src/app/sagas/volume_delete.rs:370:17
29872024-01-16T00:06:19.163Z |
29882024-01-16T00:06:19.163Z370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
29892024-01-16T00:06:19.163Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
29902024-01-16T00:06:19.163Z
29912024-01-16T00:06:19.163Zwarning: unresolved link to `fd00:1122:3344:103::2`
29922024-01-16T00:06:19.163Z --> nexus/src/app/sagas/volume_delete.rs:371:17
29932024-01-16T00:06:19.164Z |
29942024-01-16T00:06:19.164Z371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
29952024-01-16T00:06:19.164Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
29962024-01-16T00:06:19.164Z
29972024-01-16T00:06:22.494Zwarning: `omicron-nexus` (lib doc) generated 7 warnings
29982024-01-16T00:06:55.001Z Finished dev [unoptimized + debuginfo] target(s) in 16m 13s
29992024-01-16T00:06:55.135Z
30002024-01-16T00:06:55.135Zreal 16:14.167734038
30012024-01-16T00:06:55.694Zuser 53:07.199205070
30022024-01-16T00:06:55.695Zsys 1:01:12.227080448
30032024-01-16T00:06:55.695Ztrap 1.844915189
30042024-01-16T00:06:55.695Ztflt 0.107132935
30052024-01-16T00:06:55.695Zdflt 0.636627456
30062024-01-16T00:06:55.695Zkflt 0.000154775
30072024-01-16T00:06:55.695Zlock 3:11:16.089724653
30082024-01-16T00:06:55.695Zslp 4:07:32.301495686
30092024-01-16T00:06:55.695Zlat 5:21.165936565
30102024-01-16T00:06:55.695Zstop 1:34.680315444
30112024-01-16T00:06:55.696Zprocess exited: duration 1782787 ms, exit code 0
 
30122024-01-16T00:06:55.722Zfound 0 output files