01HSWQE42YWKYBHYHGHXB0DHVD: 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: 01HSWQEFVCEDCFWYP9TEW0RGFA

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-03-26T06:36:10.146Zjob assigned to worker 01HSWQEJZ166M6TWTA6BNMYZBE (queued for 2 m 8 s)
 
22024-03-26T06:36:16.914Zstarting task 0: "setup"
32024-03-26T06:36:16.984Z++ uname -s
42024-03-26T06:36:17.001Z+ kern=SunOS
52024-03-26T06:36:17.001Z+ case "$kern" in
62024-03-26T06:36:17.002Z+ groupadd -g 12345 build
72024-03-26T06:36:17.040Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-03-26T06:36:19.453Z+ zfs create -o mountpoint=/work rpool/work
92024-03-26T06:36:19.460Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-03-26T06:36:19.460Z+ home_fs=zfs
112024-03-26T06:36:19.460Z+ [[ zfs == autofs ]]
122024-03-26T06:36:19.460Z+ mkdir -p /home/build
132024-03-26T06:36:19.460Z+ chown build:build /home/build /work
142024-03-26T06:36:21.163Z+ chmod 0700 /home/build /work
152024-03-26T06:36:21.180Zprocess exited: duration 4232 ms, exit code 0
 
162024-03-26T06:36:21.204Zstarting task 1: "rust-toolchain"
172024-03-26T06:36:21.208Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-03-26T06:36:21.208Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-03-26T06:36:21.331Zinfo: downloading installer
202024-03-26T06:36:23.167Zwarning: it looks like you have an existing installation of Rust at:
212024-03-26T06:36:23.167Zwarning: /opt/ooce/bin
222024-03-26T06:36:23.167Zwarning: It is recommended that rustup be the primary Rust installation.
232024-03-26T06:36:23.167Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-03-26T06:36:23.167Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-03-26T06:36:23.167Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-03-26T06:36:23.167Zwarning: or pass `-y' to ignore all ignorable checks.
272024-03-26T06:36:23.167Zerror: cannot install while Rust is installed
282024-03-26T06:36:23.167Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-03-26T06:36:23.424Zinfo: profile set to 'default'
302024-03-26T06:36:23.424Zinfo: default host triple is x86_64-unknown-illumos
312024-03-26T06:36:23.427Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-03-26T06:36:23.561Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-03-26T06:36:23.562Zinfo: downloading component 'cargo'
342024-03-26T06:36:24.344Zinfo: downloading component 'clippy'
352024-03-26T06:36:24.631Zinfo: downloading component 'rust-docs'
362024-03-26T06:36:25.601Zinfo: downloading component 'rust-std'
372024-03-26T06:36:27.362Zinfo: downloading component 'rustc'
382024-03-26T06:36:31.632Zinfo: downloading component 'rustfmt'
392024-03-26T06:36:31.878Zinfo: installing component 'cargo'
402024-03-26T06:36:32.680Zinfo: installing component 'clippy'
412024-03-26T06:36:33.031Zinfo: installing component 'rust-docs'
422024-03-26T06:36:34.442Zinfo: installing component 'rust-std'
432024-03-26T06:36:36.190Zinfo: installing component 'rustc'
442024-03-26T06:36:40.184Zinfo: installing component 'rustfmt'
452024-03-26T06:36:40.533Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-03-26T06:36:40.534Z
472024-03-26T06:36:40.832Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-03-26T06:36:40.832Z
492024-03-26T06:36:41.252Z
502024-03-26T06:36:41.253ZRust is installed now. Great!
512024-03-26T06:36:41.253Z
522024-03-26T06:36:41.253ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-03-26T06:36:41.253Zenvironment variable. This has not been done automatically.
542024-03-26T06:36:41.253Z
552024-03-26T06:36:41.254ZTo configure your current shell, you need to source
562024-03-26T06:36:41.254Zthe corresponding env file under $HOME/.cargo.
572024-03-26T06:36:41.254Z
582024-03-26T06:36:41.254ZThis is usually done by running one of the following (note the leading DOT):
592024-03-26T06:36:41.255Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-03-26T06:36:41.255Zsource "$HOME/.cargo/env.fish" # For fish
612024-03-26T06:36:41.279Z+ rustc --version
622024-03-26T06:36:41.281Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-03-26T06:36:41.281Zprocess exited: duration 19784 ms, exit code 0
 
642024-03-26T06:36:41.307Zstarting task 2: "authentication"
652024-03-26T06:36:41.341Zprocess exited: duration 22 ms, exit code 0
 
662024-03-26T06:36:41.372Zstarting task 3: "clone repository"
672024-03-26T06:36:41.383Z+ mkdir -p /work/oxidecomputer/omicron
682024-03-26T06:36:41.383Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-03-26T06:36:41.682ZCloning into '/work/oxidecomputer/omicron'...
702024-03-26T06:36:48.185Z+ cd /work/oxidecomputer/omicron
712024-03-26T06:36:48.185Z+ git fetch origin 6a6bc4aa0e716cb077b3445bf7186bec65b92782
722024-03-26T06:36:48.503ZFrom https://github.com/oxidecomputer/omicron
732024-03-26T06:36:48.504Z * branch 6a6bc4aa0e716cb077b3445bf7186bec65b92782 -> FETCH_HEAD
742024-03-26T06:36:48.528Z+ [[ -n falcon-nextest ]]
752024-03-26T06:36:48.528Z++ git branch --show-current
762024-03-26T06:36:48.529Z+ current=main
772024-03-26T06:36:48.529Z+ [[ main != falcon-nextest ]]
782024-03-26T06:36:48.529Z+ git branch -f falcon-nextest 6a6bc4aa0e716cb077b3445bf7186bec65b92782
792024-03-26T06:36:48.530Z+ git checkout -f falcon-nextest
802024-03-26T06:36:48.638ZSwitched to branch 'falcon-nextest'
812024-03-26T06:36:48.641Z+ git reset --hard 6a6bc4aa0e716cb077b3445bf7186bec65b92782
822024-03-26T06:36:48.674ZHEAD is now at 6a6bc4aa0 derp
832024-03-26T06:36:48.678Zprocess exited: duration 7314 ms, exit code 0
 
842024-03-26T06:36:48.684Zstarting task 4: "build"
852024-03-26T06:36:48.689Z+ cargo --version
862024-03-26T06:36:48.694Zinfo: syncing channel updates for '1.76.0-x86_64-unknown-illumos'
872024-03-26T06:36:48.853Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
882024-03-26T06:36:48.853Zinfo: downloading component 'cargo'
892024-03-26T06:36:49.846Zinfo: downloading component 'clippy'
902024-03-26T06:36:50.146Zinfo: downloading component 'rust-docs'
912024-03-26T06:36:51.359Zinfo: downloading component 'rust-std'
922024-03-26T06:36:53.334Zinfo: downloading component 'rustc'
932024-03-26T06:36:58.327Zinfo: downloading component 'rustfmt'
942024-03-26T06:36:58.594Zinfo: installing component 'cargo'
952024-03-26T06:36:59.462Zinfo: installing component 'clippy'
962024-03-26T06:36:59.795Zinfo: installing component 'rust-docs'
972024-03-26T06:37:01.260Zinfo: installing component 'rust-std'
982024-03-26T06:37:03.047Zinfo: installing component 'rustc'
992024-03-26T06:37:07.549Zinfo: installing component 'rustfmt'
1002024-03-26T06:37:07.552Zcargo 1.76.0 (c84b36747 2024-01-18)
1012024-03-26T06:37:07.552Z+ rustc --version
1022024-03-26T06:37:07.605Zrustc 1.76.0 (07dca489a 2024-02-04)
1032024-03-26T06:37:07.612Z+ source ./env.sh
1042024-03-26T06:37:07.612Z++ set -o xtrace
1052024-03-26T06:37:07.612Z++++ dirname ./env.sh
1062024-03-26T06:37:07.633Z+++ readlink -f .
1072024-03-26T06:37:07.692Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082024-03-26T06:37:08.153Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092024-03-26T06:37:08.154Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102024-03-26T06:37:08.154Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112024-03-26T06:37:08.154Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122024-03-26T06:37:08.154Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132024-03-26T06:37:08.154Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142024-03-26T06:37:08.154Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152024-03-26T06:37:08.154Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162024-03-26T06:37:08.154Z++ unset OMICRON_WS
1172024-03-26T06:37:08.154Z++ set +o xtrace
1182024-03-26T06:37:08.154Z
1192024-03-26T06:37:08.154Z ##### ##### ###### ##### ###### #### # # # #### #
1202024-03-26T06:37:08.154Z # # # # # # # # # # # # # # #
1212024-03-26T06:37:08.154Z # # # # ##### # # ##### # # # # # #### #
1222024-03-26T06:37:08.154Z ##### ##### # ##### # # # # # # # # #
1232024-03-26T06:37:08.154Z # # # # # # # # # # # # # # #
1242024-03-26T06:37:08.154Z # # # ###### # # ###### ### # #### # #### #
1252024-03-26T06:37:08.154Z
1262024-03-26T06:37:17.402Z Startup: Refreshing catalog 'helios-dev' ... Done
1272024-03-26T06:37:18.800Z Startup: Caching catalogs ... Done
1282024-03-26T06:37:20.441ZPlanning: Solver setup ... Done (1.266s)
1292024-03-26T06:37:20.466ZPlanning: Running solver ... Done (0.025s)
1302024-03-26T06:37:20.627ZPlanning: Finding local manifests ... Done (0.135s)
1312024-03-26T06:37:20.639ZPlanning: Fetching manifests: 0/4 0% complete
1322024-03-26T06:37:21.113ZPlanning: Fetching manifests: 4/4 100% complete
1332024-03-26T06:37:21.162ZPlanning: Package planning ... Done (0.049s)
1342024-03-26T06:37:21.214ZPlanning: Merging actions ... Done (0.051s)
1352024-03-26T06:37:21.620ZPlanning: Checking for conflicting actions ... Done (0.405s)
1362024-03-26T06:37:21.631ZPlanning: Consolidating action changes ... Done (0.011s)
1372024-03-26T06:37:28.706ZPlanning: Evaluating mediators ... Done (7.073s)
1382024-03-26T06:37:28.715ZPlanning: Planning completed in 9.86 seconds
1392024-03-26T06:37:28.880Z Packages to install: 4
1402024-03-26T06:37:28.881Z Mediators to change: 2
1412024-03-26T06:37:28.881Z Services to change: 1
1422024-03-26T06:37:28.881Z Estimated space available: 155.31 GB
1432024-03-26T06:37:28.894ZEstimated space to be consumed: 1.43 GB
1442024-03-26T06:37:28.894Z Create boot environment: No
1452024-03-26T06:37:28.894ZCreate backup boot environment: No
1462024-03-26T06:37:28.894Z Rebuild boot archive: No
1472024-03-26T06:37:28.894Z
1482024-03-26T06:37:28.894ZChanged mediators:
1492024-03-26T06:37:28.894Z mediator clang:
1502024-03-26T06:37:28.894Z version: None -> 15 (system default)
1512024-03-26T06:37:28.894Z
1522024-03-26T06:37:28.894Z mediator llvm:
1532024-03-26T06:37:28.895Z version: 14 (system default) -> 15 (system default)
1542024-03-26T06:37:28.895Z
1552024-03-26T06:37:28.895ZChanged packages:
1562024-03-26T06:37:28.895Zhelios-dev
1572024-03-26T06:37:28.895Z developer/build-essential
1582024-03-26T06:37:28.895Z None -> 11-2.0
1592024-03-26T06:37:28.895Z library/libxmlsec1
1602024-03-26T06:37:28.895Z None -> 1.2.35-2.0
1612024-03-26T06:37:28.895Z ooce/developer/clang-15
1622024-03-26T06:37:28.895Z None -> 15.0.7-2.0
1632024-03-26T06:37:28.895Z ooce/developer/llvm-15
1642024-03-26T06:37:28.895Z None -> 15.0.7-2.0
1652024-03-26T06:37:28.895Z
1662024-03-26T06:37:28.895ZServices:
1672024-03-26T06:37:28.895Z restart_fmri:
1682024-03-26T06:37:28.895Z svc:/system/update-man-index:default
1692024-03-26T06:37:28.954Z
1702024-03-26T06:37:28.954ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1712024-03-26T06:37:33.957ZDownload: 819/3290 items 18.7/212.6MB 8% complete (3.9M/s)
1722024-03-26T06:37:39.210ZDownload: 1195/3290 items 64.0/212.6MB 30% complete (6.6M/s)
1732024-03-26T06:37:44.223ZDownload: 1825/3290 items 118.5/212.6MB 55% complete (10.0M/s)
1742024-03-26T06:37:49.291ZDownload: 2240/3290 items 119.3/212.6MB 56% complete (5.7M/s)
1752024-03-26T06:37:54.297ZDownload: 2866/3290 items 121.1/212.6MB 56% complete (265k/s)
1762024-03-26T06:38:00.752ZDownload: 3248/3290 items 203.1/212.6MB 95% complete (9.1M/s)
1772024-03-26T06:38:04.360ZDownload: Completed 212.60 MB in 35.40 seconds (6.0M/s)
1782024-03-26T06:38:04.543Z Actions: 1/3689 actions (Installing new actions)
1792024-03-26T06:38:09.569Z Actions: 3583/3689 actions (Installing new actions)
1802024-03-26T06:38:09.989Z Actions: Completed 3689 actions in 5.45 seconds.
1812024-03-26T06:38:10.097Z Done (0.103s)
1822024-03-26T06:38:10.097Z Done (0.000s)
1832024-03-26T06:38:10.352Z Done (0.252s)
1842024-03-26T06:38:16.362Z Done (5.874s)
1852024-03-26T06:38:16.522Z Done (0.089s)
1862024-03-26T06:38:16.528Z Done (0.000s)
1872024-03-26T06:38:16.682Z Done (0.000s)
1882024-03-26T06:38:17.231ZPlanning: Evaluating mediator changes ... Done
1892024-03-26T06:38:17.387ZPlanning: Checking for conflicting actions ... Done
1902024-03-26T06:38:17.391ZPlanning: Consolidating action changes ... Done
1912024-03-26T06:38:17.676ZPlanning: Evaluating mediators ... Done
1922024-03-26T06:38:17.680ZPlanning: Planning completed in 0.44 seconds
1932024-03-26T06:38:17.702Z Mediators to change: 2
1942024-03-26T06:38:17.702Z Create boot environment: No
1952024-03-26T06:38:17.706ZCreate backup boot environment: No
1962024-03-26T06:38:17.784Z Done
1972024-03-26T06:38:17.784Z Done
1982024-03-26T06:38:17.935Z Done
1992024-03-26T06:38:21.738Z Done
2002024-03-26T06:38:21.812Z Done
2012024-03-26T06:38:21.812Z Done
2022024-03-26T06:38:21.906Z Done
2032024-03-26T06:38:22.558ZPlanning: Evaluating mediator changes ... Done
2042024-03-26T06:38:22.562ZPlanning: Merging actions ... Done
2052024-03-26T06:38:22.752ZPlanning: Checking for conflicting actions ... Done
2062024-03-26T06:38:22.760ZPlanning: Consolidating action changes ... Done
2072024-03-26T06:38:23.028ZPlanning: Evaluating mediators ... Done
2082024-03-26T06:38:23.494ZPlanning: Planning completed in 0.81 seconds
2092024-03-26T06:38:23.499Z Packages to change: 1
2102024-03-26T06:38:23.499Z Mediators to change: 1
2112024-03-26T06:38:23.499Z Services to change: 1
2122024-03-26T06:38:23.499Z Create boot environment: No
2132024-03-26T06:38:23.499ZCreate backup boot environment: Yes
2142024-03-26T06:38:25.187Z Actions: 1/6 actions (Updating modified actions)
2152024-03-26T06:38:25.192Z Actions: Completed 6 actions in 0.00 seconds.
2162024-03-26T06:38:25.192Z Done
2172024-03-26T06:38:25.192Z Done
2182024-03-26T06:38:25.241Z Done
2192024-03-26T06:38:28.982Z Done
2202024-03-26T06:38:29.068Z Done
2212024-03-26T06:38:29.068Z Done
2222024-03-26T06:38:29.170Z Done
2232024-03-26T06:38:29.608ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2242024-03-26T06:38:29.608Zclang system 15 system
2252024-03-26T06:38:29.608Zcsh system system illumos
2262024-03-26T06:38:29.608Zctags system system illumos
2272024-03-26T06:38:29.608Zgcc vendor 12 vendor
2282024-03-26T06:38:29.608Zgcc system 10 system
2292024-03-26T06:38:29.608Zgcc system 7 system
2302024-03-26T06:38:29.608Zgo system 1.20 system
2312024-03-26T06:38:29.608Zgo system 1.19 system
2322024-03-26T06:38:29.608Zllvm system 15 system
2332024-03-26T06:38:29.608Zllvm system 14 system
2342024-03-26T06:38:29.608Zmariadb system 10.6 system
2352024-03-26T06:38:29.608Zmta vendor vendor dma
2362024-03-26T06:38:29.609Zopenjdk system 17 system
2372024-03-26T06:38:29.609Zopenjdk system 11 system
2382024-03-26T06:38:29.609Zopenjdk system 1.8 system
2392024-03-26T06:38:29.609Zopenssl vendor 3 vendor
2402024-03-26T06:38:29.609Zperl system 5.36 system
2412024-03-26T06:38:29.609Zpostgresql system 15 system
2422024-03-26T06:38:29.609Zpostgresql system 13 system
2432024-03-26T06:38:29.609Zpython vendor 3 vendor
2442024-03-26T06:38:29.609Zpython system 2 system
2452024-03-26T06:38:29.609Zpython3 system 3.11 system
2462024-03-26T06:38:29.609Zruby system 3.0 system
2472024-03-26T06:38:29.609Zwords vendor vendor american-english
2482024-03-26T06:38:29.609Zwords system system australian-english
2492024-03-26T06:38:29.609Zwords system system british-english
2502024-03-26T06:38:29.609Zwords system system canadian-english
2512024-03-26T06:38:29.609Zwords system system french
2522024-03-26T06:38:29.609Zwords system system italian
2532024-03-26T06:38:29.609Zwords system system ngerman
2542024-03-26T06:38:29.609Zwords system system ogerman
2552024-03-26T06:38:29.610Zwords system system spanish
2562024-03-26T06:38:29.934ZPUBLISHER TYPE STATUS P LOCATION
2572024-03-26T06:38:29.934Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2582024-03-26T06:38:31.179ZFMRI IFO
2592024-03-26T06:38:31.179Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2602024-03-26T06:38:31.179Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2612024-03-26T06:38:31.179Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2622024-03-26T06:38:31.179Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2632024-03-26T06:38:31.179Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2642024-03-26T06:38:31.179Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2652024-03-26T06:38:31.179Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2662024-03-26T06:38:31.180Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2672024-03-26T06:38:31.180Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2682024-03-26T06:38:31.180Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2692024-03-26T06:38:31.180Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2702024-03-26T06:38:31.180Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2712024-03-26T06:38:31.420Z+ set -o errexit
2722024-03-26T06:38:31.428Z+++ dirname ./tools/ci_download_cockroachdb
2732024-03-26T06:38:31.428Z++ cd ./tools
2742024-03-26T06:38:31.429Z++ pwd
2752024-03-26T06:38:31.429Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2762024-03-26T06:38:31.429Z++ basename ./tools/ci_download_cockroachdb
2772024-03-26T06:38:31.429Z+ ARG0=ci_download_cockroachdb
2782024-03-26T06:38:31.429Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2792024-03-26T06:38:31.433Z+ CIDL_VERSION=v22.1.9
2802024-03-26T06:38:31.433Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2812024-03-26T06:38:31.433Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2822024-03-26T06:38:31.433Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2832024-03-26T06:38:31.433Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2842024-03-26T06:38:31.433Z+ TARGET_DIR=out
2852024-03-26T06:38:31.433Z+ DOWNLOAD_DIR=out/downloads
2862024-03-26T06:38:31.433Z+ DEST_DIR=./out/cockroachdb
2872024-03-26T06:38:31.433Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2882024-03-26T06:38:31.433Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2892024-03-26T06:38:31.433Z+ main
2902024-03-26T06:38:31.433Z+ [[ 0 != 0 ]]
2912024-03-26T06:38:31.433Z+ CIDL_OS=solaris2.11
2922024-03-26T06:38:31.433Z+ [[ 0 != 0 ]]
2932024-03-26T06:38:31.433Z+ configure_os solaris2.11
2942024-03-26T06:38:31.433Z+ echo 'current directory: /work/oxidecomputer/omicron'
2952024-03-26T06:38:31.433Z+ echo 'configuring based on OS: "solaris2.11"'
2962024-03-26T06:38:31.433Z+ case "$1" in
2972024-03-26T06:38:31.434Z+ CIDL_BUILD=illumos
2982024-03-26T06:38:31.434Zcurrent directory: /work/oxidecomputer/omicron
2992024-03-26T06:38:31.434Zconfiguring based on OS: "solaris2.11"
3002024-03-26T06:38:31.434Z+ CIDL_SUFFIX=tar.gz
3012024-03-26T06:38:31.434Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3022024-03-26T06:38:31.434Z+ CIDL_URL_BASE=https://illumos.org/downloads
3032024-03-26T06:38:31.434Z+ CIDL_ASSEMBLE=do_assemble_illumos
3042024-03-26T06:38:31.434Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
3052024-03-26T06:38:31.434Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
3062024-03-26T06:38:31.434Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3072024-03-26T06:38:31.434Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3082024-03-26T06:38:31.434Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3092024-03-26T06:38:31.434Z+ CIDL_SHA256FUNC=do_sha256sum
3102024-03-26T06:38:31.434Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3112024-03-26T06:38:31.434ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3122024-03-26T06:38:31.434Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3132024-03-26T06:38:31.434Z+ mkdir -p out/downloads
3142024-03-26T06:38:31.434ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3152024-03-26T06:38:31.434Z+ mkdir -p ./out/cockroachdb
3162024-03-26T06:38:31.442Z+ local DO_DOWNLOAD=true
3172024-03-26T06:38:31.443Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3182024-03-26T06:38:31.443Z+ '[' true == true ']'
3192024-03-26T06:38:31.443Z+ echo Downloading...
3202024-03-26T06:38:31.443ZDownloading...
3212024-03-26T06:38:31.443Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3222024-03-26T06:38:31.443Z+ 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
3232024-03-26T06:38:41.111Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3242024-03-26T06:38:41.123Z++ sha256sum
3252024-03-26T06:38:41.123Z++ awk '{print $1}'
3262024-03-26T06:38:41.218Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3272024-03-26T06:38:41.219Z+ [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]]
3282024-03-26T06:38:41.219Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3292024-03-26T06:38:41.223Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3302024-03-26T06:38:48.876Z+ do_assemble_illumos
3312024-03-26T06:38:48.896Z+ rm -r ./out/cockroachdb
3322024-03-26T06:38:48.896Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3332024-03-26T06:38:48.896Z+ ./out/cockroachdb/bin/cockroach version
3342024-03-26T06:38:48.896ZBuild Tag: v22.1.9-dirty
3352024-03-26T06:38:48.896ZBuild Time: 2022/10/26 21:17:46
3362024-03-26T06:38:48.896ZDistribution: OSS
3372024-03-26T06:38:48.896ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3382024-03-26T06:38:48.897ZGo Version: go1.17.13
3392024-03-26T06:38:48.897ZC Compiler: gcc 10.3.0
3402024-03-26T06:38:48.897ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3412024-03-26T06:38:48.897ZBuild Type: release
3422024-03-26T06:38:48.897Z+ set -o errexit
3432024-03-26T06:38:48.897Z+++ dirname ./tools/ci_download_clickhouse
3442024-03-26T06:38:48.897Z++ cd ./tools
3452024-03-26T06:38:48.897Z++ pwd
3462024-03-26T06:38:48.897Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3472024-03-26T06:38:48.897Z++ basename ./tools/ci_download_clickhouse
3482024-03-26T06:38:48.898Z+ ARG0=ci_download_clickhouse
3492024-03-26T06:38:48.898Z+ TARGET_DIR=out
3502024-03-26T06:38:48.898Z+ DOWNLOAD_DIR=out/downloads
3512024-03-26T06:38:48.898Z+ DEST_DIR=./out/clickhouse
3522024-03-26T06:38:48.898Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3532024-03-26T06:38:48.898Z+ CIDL_VERSION=v23.8.7.24
3542024-03-26T06:38:48.898Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3552024-03-26T06:38:48.898Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3562024-03-26T06:38:48.906Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3572024-03-26T06:38:48.906Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3582024-03-26T06:38:48.906Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3592024-03-26T06:38:48.906Z+ main
3602024-03-26T06:38:48.907Z+ [[ 0 != 0 ]]
3612024-03-26T06:38:48.907Z+ CIDL_OS=solaris2.11
3622024-03-26T06:38:48.907Z+ [[ 0 != 0 ]]
3632024-03-26T06:38:48.908Z+ configure_os solaris2.11
3642024-03-26T06:38:48.908Z+ echo 'current directory: /work/oxidecomputer/omicron'
3652024-03-26T06:38:48.909Zcurrent directory: /work/oxidecomputer/omicron
3662024-03-26T06:38:48.909Z+ echo 'configuring based on OS: "solaris2.11"'
3672024-03-26T06:38:48.909Zconfiguring based on OS: "solaris2.11"
3682024-03-26T06:38:48.909Z+ CIDL_DASHREV=
3692024-03-26T06:38:48.910Z+ case "$1" in
3702024-03-26T06:38:48.910Z+ CIDL_PLATFORM=illumos
3712024-03-26T06:38:48.910Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3722024-03-26T06:38:48.911Z+ CIDL_MD5FUNC=do_md5sum
3732024-03-26T06:38:48.911Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3742024-03-26T06:38:48.911Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3752024-03-26T06:38:48.912Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3762024-03-26T06:38:48.912Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3772024-03-26T06:38:48.912Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3782024-03-26T06:38:48.913ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3792024-03-26T06:38:48.913Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3802024-03-26T06:38:48.913ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3812024-03-26T06:38:48.914Z+ mkdir -p out/downloads
3822024-03-26T06:38:48.914Z+ mkdir -p ./out/clickhouse
3832024-03-26T06:38:48.914Z+ local DO_DOWNLOAD=true
3842024-03-26T06:38:48.914Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3852024-03-26T06:38:48.915Z+ '[' true == true ']'
3862024-03-26T06:38:48.915Z+ echo Downloading...
3872024-03-26T06:38:48.915ZDownloading...
3882024-03-26T06:38:48.915Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3892024-03-26T06:38:48.915Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3902024-03-26T06:38:48.915Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3912024-03-26T06:38:48.915Z++ md5sum
3922024-03-26T06:38:48.915Z++ awk '{print $1}'
3932024-03-26T06:38:48.915Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3942024-03-26T06:38:48.916Z+ [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]]
3952024-03-26T06:38:48.916Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3962024-03-26T06:38:48.916Z+ mkdir -p ./out/clickhouse
3972024-03-26T06:38:48.916Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3982024-03-26T06:38:50.083Z+ [[ solaris2.11 == darwin* ]]
3992024-03-26T06:38:50.084Z+ ./out/clickhouse/clickhouse server --version
4002024-03-26T06:38:50.275ZClickHouse server version 23.8.7.1.
4012024-03-26T06:38:50.295Z+ set -o errexit
4022024-03-26T06:38:50.305Z+++ dirname ./tools/ci_download_console
4032024-03-26T06:38:50.305Z++ cd ./tools
4042024-03-26T06:38:50.305Z++ pwd
4052024-03-26T06:38:50.305Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4062024-03-26T06:38:50.305Z++ basename ./tools/ci_download_console
4072024-03-26T06:38:50.309Z+ ARG0=ci_download_console
4082024-03-26T06:38:50.309Z+ TARGET_DIR=out
4092024-03-26T06:38:50.309Z+ DOWNLOAD_DIR=out/downloads
4102024-03-26T06:38:50.309Z+ DEST_DIR=./out/console-assets
4112024-03-26T06:38:50.309Z+ source /work/oxidecomputer/omicron/tools/console_version
4122024-03-26T06:38:50.309Z++ COMMIT=784e8aac273dc282b6218994d09042aa5928a198
4132024-03-26T06:38:50.309Z++ SHA2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8
4142024-03-26T06:38:50.309Z+ URL=https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz
4152024-03-26T06:38:50.309Z+ TARBALL_FILE=out/downloads/console.tar.gz
4162024-03-26T06:38:50.309Z+ main
4172024-03-26T06:38:50.309Z+ [[ 0 != 0 ]]
4182024-03-26T06:38:50.309Z+ echo 'URL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz'
4192024-03-26T06:38:50.309ZURL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz
4202024-03-26T06:38:50.309Z+ echo 'Local file: out/downloads/console.tar.gz'
4212024-03-26T06:38:50.309ZLocal file: out/downloads/console.tar.gz
4222024-03-26T06:38:50.310Z+ local DO_DOWNLOAD=true
4232024-03-26T06:38:50.310Z+ [[ -f out/downloads/console.tar.gz ]]
4242024-03-26T06:38:50.310Z+ mkdir -p out/downloads
4252024-03-26T06:38:50.310Z+ '[' true == true ']'
4262024-03-26T06:38:50.310Z+ echo Downloading...
4272024-03-26T06:38:50.310ZDownloading...
4282024-03-26T06:38:50.310Z+ do_download_curl https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz out/downloads/console.tar.gz
4292024-03-26T06:38:50.310Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz
4302024-03-26T06:38:51.132Z++ do_sha256sum out/downloads/console.tar.gz
4312024-03-26T06:38:51.133Z++ case "$OSTYPE" in
4322024-03-26T06:38:51.133Z++ SHA=sha256sum
4332024-03-26T06:38:51.157Z++ sha256sum
4342024-03-26T06:38:51.158Z++ awk '{print $1}'
4352024-03-26T06:38:51.158Z+ calculated_sha2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8
4362024-03-26T06:38:51.158Z+ [[ b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8 != \b\5\a\f\d\1\2\4\3\e\4\0\e\8\6\d\3\a\7\7\9\f\0\8\9\f\e\6\1\e\d\9\c\b\3\f\b\b\d\6\d\5\9\e\5\4\7\e\5\2\2\a\5\9\c\1\b\0\e\4\b\7\d\8 ]]
4372024-03-26T06:38:51.159Z+ rm -rf ./out/console-assets
4382024-03-26T06:38:51.159Z+ mkdir -p ./out/console-assets
4392024-03-26T06:38:51.159Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4402024-03-26T06:38:51.159Z+ mkdir -p ./out/console-assets
4412024-03-26T06:38:51.172Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4422024-03-26T06:38:51.244Z+ set -o errexit
4432024-03-26T06:38:51.297Z+++ dirname ./tools/ci_download_maghemite_openapi
4442024-03-26T06:38:51.297Z++ cd ./tools
4452024-03-26T06:38:51.297Z++ pwd
4462024-03-26T06:38:51.297Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4472024-03-26T06:38:51.298Z++ basename ./tools/ci_download_maghemite_openapi
4482024-03-26T06:38:51.298Z+ ARG0=ci_download_maghemite_openapi
4492024-03-26T06:38:51.298Z+ TARGET_DIR=out
4502024-03-26T06:38:51.298Z+ DOWNLOAD_DIR=out/downloads
4512024-03-26T06:38:51.298Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4522024-03-26T06:38:51.299Z++ COMMIT=a19e88979ab8ab9a0136854182c410c29047bfcb
4532024-03-26T06:38:51.299Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4542024-03-26T06:38:51.299Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json
4552024-03-26T06:38:51.300Z+ LOCAL_FILE=out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4562024-03-26T06:38:51.300Z+ main
4572024-03-26T06:38:51.300Z+ rm -rf out/downloads/root
4582024-03-26T06:38:51.301Z+ [[ 0 != 0 ]]
4592024-03-26T06:38:51.301Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json'
4602024-03-26T06:38:51.301ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json
4612024-03-26T06:38:51.302Z+ echo 'Local file: out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json'
4622024-03-26T06:38:51.302Z+ local DO_DOWNLOAD=true
4632024-03-26T06:38:51.302ZLocal file: out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4642024-03-26T06:38:51.302Z+ [[ -f out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json ]]
4652024-03-26T06:38:51.303Z+ mkdir -p out/downloads
4662024-03-26T06:38:51.303Z+ '[' true == true ']'
4672024-03-26T06:38:51.303Z+ echo Downloading...
4682024-03-26T06:38:51.304ZDownloading...
4692024-03-26T06:38:51.304Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4702024-03-26T06:38:51.304Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json
4712024-03-26T06:38:51.426Z++ do_sha256sum out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4722024-03-26T06:38:51.426Z++ case "$OSTYPE" in
4732024-03-26T06:38:51.435Z++ SHA=sha256sum
4742024-03-26T06:38:51.435Z++ sha256sum
4752024-03-26T06:38:51.435Z++ awk '{print $1}'
4762024-03-26T06:38:51.435Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4772024-03-26T06:38:51.435Z+ [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]]
4782024-03-26T06:38:51.435Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4792024-03-26T06:38:51.435Z++ COMMIT=a19e88979ab8ab9a0136854182c410c29047bfcb
4802024-03-26T06:38:51.435Z++ SHA2=768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e
4812024-03-26T06:38:51.435Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json
4822024-03-26T06:38:51.435Z+ LOCAL_FILE=out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4832024-03-26T06:38:51.436Z+ main
4842024-03-26T06:38:51.436Z+ rm -rf out/downloads/root
4852024-03-26T06:38:51.436Z+ [[ 0 != 0 ]]
4862024-03-26T06:38:51.436Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json'
4872024-03-26T06:38:51.436ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json
4882024-03-26T06:38:51.436Z+ echo 'Local file: out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json'
4892024-03-26T06:38:51.436Z+ local DO_DOWNLOAD=true
4902024-03-26T06:38:51.436ZLocal file: out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4912024-03-26T06:38:51.436Z+ [[ -f out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json ]]
4922024-03-26T06:38:51.436Z+ mkdir -p out/downloads
4932024-03-26T06:38:51.436Z+ '[' true == true ']'
4942024-03-26T06:38:51.436Z+ echo Downloading...
4952024-03-26T06:38:51.436ZDownloading...
4962024-03-26T06:38:51.436Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4972024-03-26T06:38:51.436Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json
4982024-03-26T06:38:52.020Z++ do_sha256sum out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4992024-03-26T06:38:52.020Z++ case "$OSTYPE" in
5002024-03-26T06:38:52.021Z++ SHA=sha256sum
5012024-03-26T06:38:52.027Z++ sha256sum
5022024-03-26T06:38:52.028Z++ awk '{print $1}'
5032024-03-26T06:38:52.028Z+ calculated_sha2=768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e
5042024-03-26T06:38:52.028Z+ [[ 768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e != \7\6\8\b\3\8\a\d\9\b\0\1\2\9\9\b\e\6\6\a\8\9\9\2\4\1\1\5\8\1\2\3\f\c\9\0\e\a\2\4\0\7\0\8\a\5\1\7\c\8\a\c\f\a\5\2\b\4\b\2\e\b\8\e ]]
5052024-03-26T06:38:52.028Z+ set -o errexit
5062024-03-26T06:38:52.035Z+++ dirname ./tools/ci_download_dendrite_openapi
5072024-03-26T06:38:52.035Z++ cd ./tools
5082024-03-26T06:38:52.035Z++ pwd
5092024-03-26T06:38:52.035Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5102024-03-26T06:38:52.035Z++ basename ./tools/ci_download_dendrite_openapi
5112024-03-26T06:38:52.036Z+ ARG0=ci_download_dendrite_openapi
5122024-03-26T06:38:52.036Z+ TARGET_DIR=out
5132024-03-26T06:38:52.036Z+ DOWNLOAD_DIR=out/downloads
5142024-03-26T06:38:52.036Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5152024-03-26T06:38:52.036Z++ COMMIT=41ddeab9d43d90a51e6fc1c236dc9982fc76f922
5162024-03-26T06:38:52.037Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5172024-03-26T06:38:52.037Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json
5182024-03-26T06:38:52.037Z+ LOCAL_FILE=out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json
5192024-03-26T06:38:52.037Z+ main
5202024-03-26T06:38:52.037Z+ [[ 0 != 0 ]]
5212024-03-26T06:38:52.037Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json'
5222024-03-26T06:38:52.037ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json
5232024-03-26T06:38:52.038Z+ echo 'Local file: out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json'
5242024-03-26T06:38:52.038Z+ local DO_DOWNLOAD=true
5252024-03-26T06:38:52.038ZLocal file: out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json
5262024-03-26T06:38:52.038Z+ [[ -f out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json ]]
5272024-03-26T06:38:52.038Z+ mkdir -p out/downloads
5282024-03-26T06:38:52.038Z+ '[' true == true ']'
5292024-03-26T06:38:52.038Z+ echo Downloading...
5302024-03-26T06:38:52.038ZDownloading...
5312024-03-26T06:38:52.038Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json
5322024-03-26T06:38:52.038Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json
5332024-03-26T06:38:52.655Z++ do_sha256sum out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json
5342024-03-26T06:38:52.655Z++ case "$OSTYPE" in
5352024-03-26T06:38:52.655Z++ SHA=sha256sum
5362024-03-26T06:38:52.659Z++ sha256sum
5372024-03-26T06:38:52.659Z++ awk '{print $1}'
5382024-03-26T06:38:52.660Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5392024-03-26T06:38:52.660Z+ [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]]
5402024-03-26T06:38:52.664Z+ set -o errexit
5412024-03-26T06:38:52.667Z+++ dirname ./tools/ci_download_dendrite_stub
5422024-03-26T06:38:52.670Z++ cd ./tools
5432024-03-26T06:38:52.670Z++ pwd
5442024-03-26T06:38:52.670Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5452024-03-26T06:38:52.670Z++ basename ./tools/ci_download_dendrite_stub
5462024-03-26T06:38:52.673Z+ ARG0=ci_download_dendrite_stub
5472024-03-26T06:38:52.673Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5482024-03-26T06:38:52.673Z++ CIDL_SHA256_ILLUMOS=8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20
5492024-03-26T06:38:52.673Z++ CIDL_SHA256_LINUX_DPD=f753444cae478cdedcde743a20a9df5965ed28cddab0f9632f3c263c66cd6397
5502024-03-26T06:38:52.673Z++ CIDL_SHA256_LINUX_SWADM=66eab497b955751d0704c3cd97ac5c1ed373aa656fc37ccba86ae9900b5ae96d
5512024-03-26T06:38:52.673Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5522024-03-26T06:38:52.673Z++ COMMIT=41ddeab9d43d90a51e6fc1c236dc9982fc76f922
5532024-03-26T06:38:52.673Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5542024-03-26T06:38:52.674Z+ TARGET_DIR=out
5552024-03-26T06:38:52.674Z+ DOWNLOAD_DIR=out/downloads
5562024-03-26T06:38:52.674Z+ DEST_DIR=./out/dendrite-stub
5572024-03-26T06:38:52.674Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5582024-03-26T06:38:52.674Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5592024-03-26T06:38:52.674Z+ REPO=oxidecomputer/dendrite
5602024-03-26T06:38:52.674Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922
5612024-03-26T06:38:52.674Z+ main
5622024-03-26T06:38:52.674Z+ [[ 0 != 0 ]]
5632024-03-26T06:38:52.674Z+ CIDL_OS=solaris2.11
5642024-03-26T06:38:52.674Z+ [[ 0 != 0 ]]
5652024-03-26T06:38:52.674Z+ configure_os solaris2.11
5662024-03-26T06:38:52.674Z+ echo 'current directory: /work/oxidecomputer/omicron'
5672024-03-26T06:38:52.674Zcurrent directory: /work/oxidecomputer/omicron
5682024-03-26T06:38:52.674Z+ echo 'configuring based on OS: "solaris2.11"'
5692024-03-26T06:38:52.674Zconfiguring based on OS: "solaris2.11"
5702024-03-26T06:38:52.674Z+ case "$1" in
5712024-03-26T06:38:52.674Z+ SET_BINARIES=
5722024-03-26T06:38:52.674Z+ CIDL_SHA256=8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20
5732024-03-26T06:38:52.674Z+ CIDL_SHA256FUNC=do_sha256sum
5742024-03-26T06:38:52.674Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5752024-03-26T06:38:52.675Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz
5762024-03-26T06:38:52.675Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5772024-03-26T06:38:52.675Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz'
5782024-03-26T06:38:52.675ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz
5792024-03-26T06:38:52.675Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5802024-03-26T06:38:52.675Z+ mkdir -p out/downloads
5812024-03-26T06:38:52.675ZLocal file: out/downloads/dendrite-stub.tar.gz
5822024-03-26T06:38:52.675Z+ mkdir -p ./out/dendrite-stub
5832024-03-26T06:38:52.681Z+ fetch_and_verify
5842024-03-26T06:38:52.681Z+ local DO_DOWNLOAD=true
5852024-03-26T06:38:52.681Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5862024-03-26T06:38:52.681Z+ '[' true == true ']'
5872024-03-26T06:38:52.681Z+ echo Downloading...
5882024-03-26T06:38:52.681ZDownloading...
5892024-03-26T06:38:52.681Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5902024-03-26T06:38:52.681Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz
5912024-03-26T06:39:00.347Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5922024-03-26T06:39:00.351Z++ sha256sum
5932024-03-26T06:39:00.351Z++ awk '{print $1}'
5942024-03-26T06:39:00.371Z+ calculated_sha256=8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20
5952024-03-26T06:39:00.374Z+ [[ 8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20 != \8\e\b\b\8\8\9\a\5\5\5\c\e\5\9\c\b\0\3\7\3\a\1\e\c\9\5\9\5\5\3\6\e\0\1\5\c\9\5\1\f\6\f\c\4\d\8\9\3\0\8\b\4\e\3\f\0\9\c\8\3\b\2\0 ]]
5962024-03-26T06:39:00.375Z+ do_untar out/downloads/dendrite-stub.tar.gz
5972024-03-26T06:39:00.375Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5982024-03-26T06:39:01.058Z+ do_assemble
5992024-03-26T06:39:01.058Z+ rm -r ./out/dendrite-stub
6002024-03-26T06:39:01.062Z+ mkdir ./out/dendrite-stub
6012024-03-26T06:39:01.065Z+ cp -r out/downloads/root ./out/dendrite-stub/root
6022024-03-26T06:39:01.164Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
6032024-03-26T06:39:01.174Z+ set -o errexit
6042024-03-26T06:39:01.179Z+++ dirname ./tools/ci_download_maghemite_mgd
6052024-03-26T06:39:01.179Z++ cd ./tools
6062024-03-26T06:39:01.179Z++ pwd
6072024-03-26T06:39:01.179Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6082024-03-26T06:39:01.182Z++ basename ./tools/ci_download_maghemite_mgd
6092024-03-26T06:39:01.182Z+ ARG0=ci_download_maghemite_mgd
6102024-03-26T06:39:01.182Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
6112024-03-26T06:39:01.182Z++ CIDL_SHA256=813fe3d408f538a9d7121a616fce5f87e6c42cf2800e20c1a2759c24c9e8b77b
6122024-03-26T06:39:01.182Z++ MGD_LINUX_SHA256=03bf4e9fbe7d46be5dbcf83f9cd67520383f843767939e06d0db93ce4e584111
6132024-03-26T06:39:01.182Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6142024-03-26T06:39:01.182Z++ COMMIT=a19e88979ab8ab9a0136854182c410c29047bfcb
6152024-03-26T06:39:01.182Z++ SHA2=768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e
6162024-03-26T06:39:01.183Z+ TARGET_DIR=out
6172024-03-26T06:39:01.183Z+ DOWNLOAD_DIR=out/downloads
6182024-03-26T06:39:01.183Z+ DEST_DIR=./out/mgd
6192024-03-26T06:39:01.183Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6202024-03-26T06:39:01.183Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6212024-03-26T06:39:01.183Z+ REPO=oxidecomputer/maghemite
6222024-03-26T06:39:01.183Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb
6232024-03-26T06:39:01.183Z+ main
6242024-03-26T06:39:01.183Z+ rm -rf out/downloads/root
6252024-03-26T06:39:01.191Z+ [[ 0 != 0 ]]
6262024-03-26T06:39:01.191Z+ CIDL_OS=solaris2.11
6272024-03-26T06:39:01.195Z+ [[ 0 != 0 ]]
6282024-03-26T06:39:01.195Z+ configure_os solaris2.11
6292024-03-26T06:39:01.196Z+ echo 'current directory: /work/oxidecomputer/omicron'
6302024-03-26T06:39:01.196Zcurrent directory: /work/oxidecomputer/omicron
6312024-03-26T06:39:01.196Zconfiguring based on OS: "solaris2.11"
6322024-03-26T06:39:01.196Z+ echo 'configuring based on OS: "solaris2.11"'
6332024-03-26T06:39:01.196Z+ case "$1" in
6342024-03-26T06:39:01.196Z+ SET_BINARIES=
6352024-03-26T06:39:01.196Z+ CIDL_SHA256FUNC=do_sha256sum
6362024-03-26T06:39:01.196Z+ TARBALL_FILENAME=mgd.tar.gz
6372024-03-26T06:39:01.196Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz
6382024-03-26T06:39:01.196Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6392024-03-26T06:39:01.196Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz'
6402024-03-26T06:39:01.197Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6412024-03-26T06:39:01.197ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz
6422024-03-26T06:39:01.197ZLocal file: out/downloads/mgd.tar.gz
6432024-03-26T06:39:01.197Z+ mkdir -p out/downloads
6442024-03-26T06:39:01.197Z+ mkdir -p ./out/mgd
6452024-03-26T06:39:01.203Z+ fetch_and_verify
6462024-03-26T06:39:01.203Z+ local DO_DOWNLOAD=true
6472024-03-26T06:39:01.203Z+ [[ -f out/downloads/mgd.tar.gz ]]
6482024-03-26T06:39:01.203Z+ '[' true == true ']'
6492024-03-26T06:39:01.203Z+ echo Downloading...
6502024-03-26T06:39:01.203ZDownloading...
6512024-03-26T06:39:01.203Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz out/downloads/mgd.tar.gz
6522024-03-26T06:39:01.203Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz
6532024-03-26T06:39:08.062Z++ do_sha256sum out/downloads/mgd.tar.gz
6542024-03-26T06:39:08.073Z++ sha256sum
6552024-03-26T06:39:08.073Z++ awk '{print $1}'
6562024-03-26T06:39:08.095Z+ calculated_sha256=813fe3d408f538a9d7121a616fce5f87e6c42cf2800e20c1a2759c24c9e8b77b
6572024-03-26T06:39:08.095Z+ [[ 813fe3d408f538a9d7121a616fce5f87e6c42cf2800e20c1a2759c24c9e8b77b != \8\1\3\f\e\3\d\4\0\8\f\5\3\8\a\9\d\7\1\2\1\a\6\1\6\f\c\e\5\f\8\7\e\6\c\4\2\c\f\2\8\0\0\e\2\0\c\1\a\2\7\5\9\c\2\4\c\9\e\8\b\7\7\b ]]
6582024-03-26T06:39:08.096Z+ do_untar out/downloads/mgd.tar.gz
6592024-03-26T06:39:08.096Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6602024-03-26T06:39:08.541Z+ do_assemble
6612024-03-26T06:39:08.541Z+ rm -r ./out/mgd
6622024-03-26T06:39:08.549Z+ mkdir ./out/mgd
6632024-03-26T06:39:08.549Z+ cp -r out/downloads/root ./out/mgd/root
6642024-03-26T06:39:08.598Z+ set -o errexit
6652024-03-26T06:39:08.601Z+++ dirname ./tools/ci_download_transceiver_control
6662024-03-26T06:39:08.601Z++ cd ./tools
6672024-03-26T06:39:08.601Z++ pwd
6682024-03-26T06:39:08.605Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6692024-03-26T06:39:08.605Z++ basename ./tools/ci_download_transceiver_control
6702024-03-26T06:39:08.606Z+ ARG0=ci_download_transceiver_control
6712024-03-26T06:39:08.606Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6722024-03-26T06:39:08.606Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6732024-03-26T06:39:08.606Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6742024-03-26T06:39:08.606Z+ TARGET_DIR=out
6752024-03-26T06:39:08.606Z+ DOWNLOAD_DIR=out/downloads
6762024-03-26T06:39:08.606Z+ DEST_DIR=./out/transceiver-control
6772024-03-26T06:39:08.606Z+ BIN_DIR=/opt/oxide/bin
6782024-03-26T06:39:08.606Z+ BINARY=xcvradm
6792024-03-26T06:39:08.606Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6802024-03-26T06:39:08.606Z+ REPO=oxidecomputer/transceiver-control
6812024-03-26T06:39:08.606Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6822024-03-26T06:39:08.606Z+ main
6832024-03-26T06:39:08.607Z+ [[ 0 != 0 ]]
6842024-03-26T06:39:08.607Z+ CIDL_OS=solaris2.11
6852024-03-26T06:39:08.607Z+ [[ 0 != 0 ]]
6862024-03-26T06:39:08.607Z+ configure_os solaris2.11
6872024-03-26T06:39:08.607Z+ echo 'current directory: /work/oxidecomputer/omicron'
6882024-03-26T06:39:08.607Z+ echo 'configuring based on OS: "solaris2.11"'
6892024-03-26T06:39:08.607Z+ case "$1" in
6902024-03-26T06:39:08.607Z+ SET_BINARIES=
6912024-03-26T06:39:08.607Zcurrent directory: /work/oxidecomputer/omicron
6922024-03-26T06:39:08.607Zconfiguring based on OS: "solaris2.11"
6932024-03-26T06:39:08.607Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6942024-03-26T06:39:08.607Z+ CIDL_SHA256FUNC=do_sha256sum
6952024-03-26T06:39:08.607Z+ ARCHIVE_FILENAME=xcvradm.gz
6962024-03-26T06:39:08.607Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6972024-03-26T06:39:08.607Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6982024-03-26T06:39:08.607Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6992024-03-26T06:39:08.608Z+ echo 'Local file: out/downloads/xcvradm.gz'
7002024-03-26T06:39:08.608ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
7012024-03-26T06:39:08.608ZLocal file: out/downloads/xcvradm.gz
7022024-03-26T06:39:08.608Z+ mkdir -p out/downloads
7032024-03-26T06:39:08.612Z+ mkdir -p ./out/transceiver-control
7042024-03-26T06:39:08.612Z+ fetch_and_verify
7052024-03-26T06:39:08.612Z+ local DO_DOWNLOAD=true
7062024-03-26T06:39:08.612Z+ [[ -f out/downloads/xcvradm.gz ]]
7072024-03-26T06:39:08.612Z+ '[' true == true ']'
7082024-03-26T06:39:08.612Z+ echo Downloading...
7092024-03-26T06:39:08.612ZDownloading...
7102024-03-26T06:39:08.612Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
7112024-03-26T06:39:08.612Z+ 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
7122024-03-26T06:39:12.324Z++ do_sha256sum out/downloads/xcvradm.gz
7132024-03-26T06:39:12.330Z++ sha256sum
7142024-03-26T06:39:12.330Z++ awk '{print $1}'
7152024-03-26T06:39:12.336Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7162024-03-26T06:39:12.336Z+ [[ 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 ]]
7172024-03-26T06:39:12.336Z+ do_unpack out/downloads/xcvradm.gz
7182024-03-26T06:39:12.336Z+ mkdir -p out/downloads/root//opt/oxide/bin
7192024-03-26T06:39:12.337Z+ gzip -dc out/downloads/xcvradm.gz
7202024-03-26T06:39:12.451Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7212024-03-26T06:39:12.455Z+ do_assemble
7222024-03-26T06:39:12.455Z+ rm -r ./out/transceiver-control
7232024-03-26T06:39:12.458Z+ mkdir ./out/transceiver-control
7242024-03-26T06:39:12.458Z+ cp -r out/downloads/root ./out/transceiver-control/root
7252024-03-26T06:39:12.533Z+ set -o errexit
7262024-03-26T06:39:12.536Z+++ dirname ./tools/ci_download_thundermuffin
7272024-03-26T06:39:12.539Z++ cd ./tools
7282024-03-26T06:39:12.539Z++ pwd
7292024-03-26T06:39:12.539Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7302024-03-26T06:39:12.539Z++ basename ./tools/ci_download_thundermuffin
7312024-03-26T06:39:12.542Z+ ARG0=ci_download_thundermuffin
7322024-03-26T06:39:12.542Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7332024-03-26T06:39:12.542Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7342024-03-26T06:39:12.542Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7352024-03-26T06:39:12.542Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7362024-03-26T06:39:12.542Z+ TARGET_DIR=out
7372024-03-26T06:39:12.542Z+ DOWNLOAD_DIR=out/downloads
7382024-03-26T06:39:12.542Z+ DEST_DIR=./out/thundermuffin
7392024-03-26T06:39:12.542Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7402024-03-26T06:39:12.543Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7412024-03-26T06:39:12.543Z+ REPO=oxidecomputer/thundermuffin
7422024-03-26T06:39:12.543Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7432024-03-26T06:39:12.543Z+ main
7442024-03-26T06:39:12.543Z+ rm -rf out/downloads/root
7452024-03-26T06:39:12.547Z+ [[ 0 != 0 ]]
7462024-03-26T06:39:12.547Z+ CIDL_OS=solaris2.11
7472024-03-26T06:39:12.547Z+ [[ 0 != 0 ]]
7482024-03-26T06:39:12.547Z+ configure_os solaris2.11
7492024-03-26T06:39:12.551Z+ echo 'current directory: /work/oxidecomputer/omicron'
7502024-03-26T06:39:12.551Zcurrent directory: /work/oxidecomputer/omicron
7512024-03-26T06:39:12.551Z+ echo 'configuring based on OS: "solaris2.11"'
7522024-03-26T06:39:12.551Z+ case "$1" in
7532024-03-26T06:39:12.551Zconfiguring based on OS: "solaris2.11"
7542024-03-26T06:39:12.551Z+ SET_BINARIES=
7552024-03-26T06:39:12.551Z+ CIDL_SHA256FUNC=do_sha256sum
7562024-03-26T06:39:12.551Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7572024-03-26T06:39:12.551Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7582024-03-26T06:39:12.551Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7592024-03-26T06:39:12.551Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7602024-03-26T06:39:12.551Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7612024-03-26T06:39:12.551ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7622024-03-26T06:39:12.551ZLocal file: out/downloads/thundermuffin.tar.gz
7632024-03-26T06:39:12.551Z+ mkdir -p out/downloads
7642024-03-26T06:39:12.552Z+ mkdir -p ./out/thundermuffin
7652024-03-26T06:39:12.555Z+ fetch_and_verify
7662024-03-26T06:39:12.555Z+ local DO_DOWNLOAD=true
7672024-03-26T06:39:12.555Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7682024-03-26T06:39:12.555Z+ '[' true == true ']'
7692024-03-26T06:39:12.555Z+ echo Downloading...
7702024-03-26T06:39:12.555ZDownloading...
7712024-03-26T06:39:12.555Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7722024-03-26T06:39:12.555Z+ curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7732024-03-26T06:39:13.629Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7742024-03-26T06:39:13.633Z++ sha256sum
7752024-03-26T06:39:13.633Z++ awk '{print $1}'
7762024-03-26T06:39:13.636Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7772024-03-26T06:39:13.639Z+ [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]]
7782024-03-26T06:39:13.639Z+ do_untar out/downloads/thundermuffin.tar.gz
7792024-03-26T06:39:13.639Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7802024-03-26T06:39:13.703Z+ do_assemble
7812024-03-26T06:39:13.703Z+ rm -r ./out/thundermuffin
7822024-03-26T06:39:13.707Z+ mkdir ./out/thundermuffin
7832024-03-26T06:39:13.710Z+ cp -r out/downloads/root ./out/thundermuffin/root
7842024-03-26T06:39:13.736ZAll builder prerequisites installed successfully, and PATH looks valid
7852024-03-26T06:39:13.739Z
7862024-03-26T06:39:13.739Zreal 2:05.997036953
7872024-03-26T06:39:13.740Zuser 37.286957527
7882024-03-26T06:39:13.740Zsys 6.797300597
7892024-03-26T06:39:13.740Ztrap 0.009363215
7902024-03-26T06:39:13.740Ztflt 0.088671846
7912024-03-26T06:39:13.740Zdflt 0.388286035
7922024-03-26T06:39:13.740Zkflt 0.151293631
7932024-03-26T06:39:13.740Zlock 1.262662757
7942024-03-26T06:39:13.740Zslp 4:16.289270621
7952024-03-26T06:39:13.740Zlat 2.138092451
7962024-03-26T06:39:13.740Zstop 0.148547824
7972024-03-26T06:39:13.740Z
7982024-03-26T06:39:13.740Z #### # # ##### ##### # #
7992024-03-26T06:39:13.740Z # # # # # # # # # #
8002024-03-26T06:39:13.740Z # # # # # # # #
8012024-03-26T06:39:13.740Z # # # ##### ##### #
8022024-03-26T06:39:13.740Z # # # # # # #
8032024-03-26T06:39:13.740Z #### ###### # # # #
8042024-03-26T06:39:13.740Z
8052024-03-26T06:39:13.965Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
8062024-03-26T06:39:14.329Z Updating git repository `https://github.com/oxidecomputer/samael`
8072024-03-26T06:39:14.647Z Updating git repository `https://github.com/oxidecomputer/zone`
8082024-03-26T06:39:14.946Z Updating crates.io index
8092024-03-26T06:39:15.006Z Updating git repository `https://github.com/oxidecomputer/dropshot`
8102024-03-26T06:39:15.846Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8112024-03-26T06:39:16.510Z Updating git repository `https://github.com/oxidecomputer/progenitor`
8122024-03-26T06:39:18.166Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
8132024-03-26T06:39:18.471Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8142024-03-26T06:39:18.868Z Updating git repository `https://github.com/oxidecomputer/propolis`
8152024-03-26T06:39:19.776Z Updating git repository `https://github.com/oxidecomputer/crucible`
8162024-03-26T06:39:22.104Z Updating git repository `https://github.com/oxidecomputer/opte`
8172024-03-26T06:39:23.163Z Updating git repository `https://github.com/oxidecomputer/falcon`
8182024-03-26T06:39:23.906Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8192024-03-26T06:39:24.230Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8202024-03-26T06:39:24.775Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8212024-03-26T06:39:25.082Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8222024-03-26T06:39:25.381Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8232024-03-26T06:39:25.770Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8242024-03-26T06:39:26.177Z Updating git repository `http://github.com/oxidecomputer/tofino`
8252024-03-26T06:39:26.473Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8262024-03-26T06:39:26.739Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8272024-03-26T06:39:27.034Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8282024-03-26T06:39:27.382Z Updating git repository `https://github.com/oxidecomputer/ispf`
8292024-03-26T06:39:27.835Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8302024-03-26T06:39:28.115Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8312024-03-26T06:39:28.671Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8322024-03-26T06:39:29.020Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8332024-03-26T06:39:29.539Z Updating git repository `https://github.com/jgallagher/nix`
8342024-03-26T06:39:30.309Z Updating git repository `https://github.com/cbiffle/hubpack`
8352024-03-26T06:39:30.692Z Updating git repository `https://github.com/oxidecomputer/typify`
8362024-03-26T06:39:32.347Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8372024-03-26T06:39:32.713Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8382024-03-26T06:39:32.991Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8392024-03-26T06:39:33.492Z Updating git repository `https://github.com/oxidecomputer/rfb`
8402024-03-26T06:39:34.680Z Downloading crates ...
8412024-03-26T06:39:34.786Z Downloaded anstyle-query v1.0.0
8422024-03-26T06:39:34.789Z Downloaded semver v1.0.22
8432024-03-26T06:39:34.793Z Downloaded camino v1.1.6
8442024-03-26T06:39:34.796Z Downloaded colorchoice v1.0.0
8452024-03-26T06:39:34.796Z Downloaded thiserror v1.0.57
8462024-03-26T06:39:34.813Z Downloaded equivalent v1.0.1
8472024-03-26T06:39:34.816Z Downloaded clap_lex v0.7.0
8482024-03-26T06:39:34.820Z Downloaded errno v0.3.8
8492024-03-26T06:39:34.823Z Downloaded anstyle v1.0.6
8502024-03-26T06:39:34.823Z Downloaded thiserror-impl v1.0.57
8512024-03-26T06:39:34.827Z Downloaded terminal_size v0.3.0
8522024-03-26T06:39:34.827Z Downloaded itoa v1.0.9
8532024-03-26T06:39:34.833Z Downloaded toml_datetime v0.6.5
8542024-03-26T06:39:34.836Z Downloaded heck v0.4.1
8552024-03-26T06:39:34.836Z Downloaded cargo-platform v0.1.3
8562024-03-26T06:39:34.836Z Downloaded utf8parse v0.2.1
8572024-03-26T06:39:34.836Z Downloaded serde_spanned v0.6.5
8582024-03-26T06:39:34.839Z Downloaded quote v1.0.35
8592024-03-26T06:39:34.842Z Downloaded strsim v0.11.0
8602024-03-26T06:39:34.845Z Downloaded clap_derive v4.5.0
8612024-03-26T06:39:34.851Z Downloaded cargo_metadata v0.18.1
8622024-03-26T06:39:34.854Z Downloaded anstyle-parse v0.2.1
8632024-03-26T06:39:34.856Z Downloaded anstream v0.6.11
8642024-03-26T06:39:34.860Z Downloaded anyhow v1.0.79
8652024-03-26T06:39:34.864Z Downloaded cargo_toml v0.19.0
8662024-03-26T06:39:34.864Z Downloaded clap v4.5.1
8672024-03-26T06:39:34.871Z Downloaded unicode-ident v1.0.12
8682024-03-26T06:39:34.873Z Downloaded toml v0.8.10
8692024-03-26T06:39:34.877Z Downloaded ryu v1.0.15
8702024-03-26T06:39:34.881Z Downloaded serde v1.0.197
8712024-03-26T06:39:34.886Z Downloaded proc-macro2 v1.0.78
8722024-03-26T06:39:34.886Z Downloaded bitflags v2.4.2
8732024-03-26T06:39:34.894Z Downloaded serde_derive v1.0.197
8742024-03-26T06:39:34.894Z Downloaded indexmap v2.2.5
8752024-03-26T06:39:34.898Z Downloaded memchr v2.7.1
8762024-03-26T06:39:34.901Z Downloaded toml_edit v0.22.6
8772024-03-26T06:39:34.919Z Downloaded hashbrown v0.14.3
8782024-03-26T06:39:34.925Z Downloaded serde_json v1.0.114
8792024-03-26T06:39:34.931Z Downloaded winnow v0.6.1
8802024-03-26T06:39:34.939Z Downloaded clap_builder v4.5.1
8812024-03-26T06:39:34.946Z Downloaded syn v2.0.52
8822024-03-26T06:39:34.956Z Downloaded rustix v0.38.31
8832024-03-26T06:39:34.984Z Downloaded libc v0.2.153
8842024-03-26T06:39:35.246Z Compiling proc-macro2 v1.0.78
8852024-03-26T06:39:35.251Z Compiling unicode-ident v1.0.12
8862024-03-26T06:39:35.251Z Compiling serde v1.0.197
8872024-03-26T06:39:35.251Z Compiling libc v0.2.153
8882024-03-26T06:39:35.251Z Compiling rustix v0.38.31
8892024-03-26T06:39:35.251Z Compiling hashbrown v0.14.3
8902024-03-26T06:39:35.270Z Compiling utf8parse v0.2.1
8912024-03-26T06:39:35.282Z Compiling equivalent v1.0.1
8922024-03-26T06:39:35.471Z Compiling bitflags v2.4.2
8932024-03-26T06:39:35.488Z Compiling anstyle-parse v0.2.1
8942024-03-26T06:39:35.491Z Compiling winnow v0.6.1
8952024-03-26T06:39:35.815Z Compiling camino v1.1.6
8962024-03-26T06:39:35.835Z Compiling anstyle v1.0.6
8972024-03-26T06:39:36.158Z Compiling colorchoice v1.0.0
8982024-03-26T06:39:36.268Z Compiling anstyle-query v1.0.0
8992024-03-26T06:39:36.359Z Compiling indexmap v2.2.5
9002024-03-26T06:39:36.409Z Compiling thiserror v1.0.57
9012024-03-26T06:39:36.933Z Compiling semver v1.0.22
9022024-03-26T06:39:36.936Z Compiling serde_json v1.0.114
9032024-03-26T06:39:37.204Z Compiling anstream v0.6.11
9042024-03-26T06:39:37.222Z Compiling ryu v1.0.15
9052024-03-26T06:39:37.315Z Compiling heck v0.4.1
9062024-03-26T06:39:37.353Z Compiling itoa v1.0.9
9072024-03-26T06:39:37.443Z Compiling clap_lex v0.7.0
9082024-03-26T06:39:37.561Z Compiling strsim v0.11.0
9092024-03-26T06:39:37.582Z Compiling anyhow v1.0.79
9102024-03-26T06:39:37.894Z Compiling quote v1.0.35
9112024-03-26T06:39:38.271Z Compiling syn v2.0.52
9122024-03-26T06:39:38.290Z Compiling errno v0.3.8
9132024-03-26T06:39:39.174Z Compiling terminal_size v0.3.0
9142024-03-26T06:39:39.276Z Compiling clap_builder v4.5.1
9152024-03-26T06:39:43.041Z Compiling serde_derive v1.0.197
9162024-03-26T06:39:43.041Z Compiling thiserror-impl v1.0.57
9172024-03-26T06:39:43.045Z Compiling clap_derive v4.5.0
9182024-03-26T06:39:45.693Z Compiling clap v4.5.1
9192024-03-26T06:39:50.472Z Compiling serde_spanned v0.6.5
9202024-03-26T06:39:50.472Z Compiling toml_datetime v0.6.5
9212024-03-26T06:39:50.475Z Compiling cargo-platform v0.1.3
9222024-03-26T06:39:50.719Z Compiling toml_edit v0.22.6
9232024-03-26T06:39:51.721Z Compiling cargo_metadata v0.18.1
9242024-03-26T06:39:52.709Z Compiling toml v0.8.10
9252024-03-26T06:39:53.391Z Compiling cargo_toml v0.19.0
9262024-03-26T06:39:57.048Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
9272024-03-26T06:39:57.986Z Finished dev [unoptimized + debuginfo] target(s) in 44.19s
9282024-03-26T06:39:58.193Z Running `target/debug/xtask clippy`
9292024-03-26T06:39:58.238Zrunning: "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" "--warn" "clippy::disallowed_macros" "--warn" "clippy::disallowed_methods" "--warn" "clippy::disallowed_names" "--warn" "clippy::disallowed_script_idents" "--warn" "clippy::disallowed_types"
9302024-03-26T06:39:58.804Z Downloading crates ...
9312024-03-26T06:39:58.894Z Downloaded adler v1.0.2
9322024-03-26T06:39:58.898Z Downloaded addr2line v0.21.0
9332024-03-26T06:39:58.902Z Downloaded aead v0.5.2
9342024-03-26T06:39:58.911Z Downloaded ahash v0.8.8
9352024-03-26T06:39:58.915Z Downloaded argon2 v0.5.3
9362024-03-26T06:39:58.915Z Downloaded ascii v1.1.0
9372024-03-26T06:39:58.918Z Downloaded ansi_term v0.12.1
9382024-03-26T06:39:58.918Z Downloaded anes v0.1.6
9392024-03-26T06:39:58.923Z Downloaded crunchy v0.2.2
9402024-03-26T06:39:58.928Z Downloaded atomicwrites v0.4.3
9412024-03-26T06:39:58.928Z Downloaded async-stream-impl v0.3.5
9422024-03-26T06:39:58.928Z Downloaded httparse v1.8.0
9432024-03-26T06:39:58.933Z Downloaded arrayref v0.3.7
9442024-03-26T06:39:58.936Z Downloaded cexpr v0.6.0
9452024-03-26T06:39:58.936Z Downloaded assert_matches v1.5.0
9462024-03-26T06:39:58.952Z Downloaded crossbeam-utils v0.8.19
9472024-03-26T06:39:58.957Z Downloaded http-range v0.1.5
9482024-03-26T06:39:58.957Z Downloaded castaway v0.2.2
9492024-03-26T06:39:58.957Z Downloaded cast v0.3.0
9502024-03-26T06:39:58.957Z Downloaded base64ct v1.6.0
9512024-03-26T06:39:58.958Z Downloaded assert_cmd v2.0.14
9522024-03-26T06:39:58.958Z Downloaded ident_case v1.0.1
9532024-03-26T06:39:58.958Z Downloaded instant v0.1.12
9542024-03-26T06:39:58.958Z Downloaded backoff v0.4.0
9552024-03-26T06:39:58.958Z Downloaded arc-swap v1.6.0
9562024-03-26T06:39:58.963Z Downloaded http-body v0.4.5
9572024-03-26T06:39:58.963Z Downloaded hyper-tls v0.5.0
9582024-03-26T06:39:59.000Z Downloaded atty v0.2.14
9592024-03-26T06:39:59.002Z Downloaded hubpack_derive v0.1.1
9602024-03-26T06:39:59.002Z Downloaded crossbeam-deque v0.8.3
9612024-03-26T06:39:59.002Z Downloaded allocator-api2 v0.2.16
9622024-03-26T06:39:59.002Z Downloaded impl-trait-for-tuples v0.2.2
9632024-03-26T06:39:59.002Z Downloaded crucible-workspace-hack v0.1.0
9642024-03-26T06:39:59.002Z Downloaded indoc v2.0.3
9652024-03-26T06:39:59.002Z Downloaded hyper-rustls v0.24.2
9662024-03-26T06:39:59.002Z Downloaded bitstruct v0.1.1
9672024-03-26T06:39:59.002Z Downloaded indoc v1.0.9
9682024-03-26T06:39:59.003Z Downloaded newline-converter v0.3.0
9692024-03-26T06:39:59.003Z Downloaded autocfg v1.1.0
9702024-03-26T06:39:59.003Z Downloaded match_cfg v0.1.0
9712024-03-26T06:39:59.003Z Downloaded iana-time-zone v0.1.57
9722024-03-26T06:39:59.003Z Downloaded inout v0.1.3
9732024-03-26T06:39:59.003Z Downloaded chacha20 v0.9.1
9742024-03-26T06:39:59.003Z Downloaded bitfield v0.14.0
9752024-03-26T06:39:59.009Z Downloaded normalize-line-endings v0.3.0
9762024-03-26T06:39:59.009Z Downloaded criterion-plot v0.5.0
9772024-03-26T06:39:59.009Z Downloaded hyper-rustls v0.26.0
9782024-03-26T06:39:59.009Z Downloaded md-5 v0.10.5
9792024-03-26T06:39:59.009Z Downloaded constant_time_eq v0.2.6
9802024-03-26T06:39:59.009Z Downloaded bytecount v0.6.3
9812024-03-26T06:39:59.014Z Downloaded signal-hook-tokio v0.3.1
9822024-03-26T06:39:59.014Z Downloaded lru v0.12.1
9832024-03-26T06:39:59.014Z Downloaded indexmap v1.9.3
9842024-03-26T06:39:59.018Z Downloaded crc-catalog v2.2.0
9852024-03-26T06:39:59.018Z Downloaded cfg-if v1.0.0
9862024-03-26T06:39:59.031Z Downloaded newtype_derive v0.1.6
9872024-03-26T06:39:59.032Z Downloaded linked-hash-map v0.5.6
9882024-03-26T06:39:59.032Z Downloaded new_debug_unreachable v1.0.4
9892024-03-26T06:39:59.037Z Downloaded is_ci v1.2.0
9902024-03-26T06:39:59.037Z Downloaded crc v3.0.1
9912024-03-26T06:39:59.037Z Downloaded cpufeatures v0.2.12
9922024-03-26T06:39:59.037Z Downloaded remove_dir_all v0.5.3
9932024-03-26T06:39:59.037Z Downloaded hash32 v0.3.1
9942024-03-26T06:39:59.037Z Downloaded num-conv v0.1.0
9952024-03-26T06:39:59.038Z Downloaded nested v0.1.1
9962024-03-26T06:39:59.038Z Downloaded matches v0.1.10
9972024-03-26T06:39:59.038Z Downloaded hex-literal v0.4.1
9982024-03-26T06:39:59.038Z Downloaded buf-list v1.0.3
9992024-03-26T06:39:59.043Z Downloaded sync_wrapper v0.1.2
10002024-03-26T06:39:59.043Z Downloaded nanorand v0.7.0
10012024-03-26T06:39:59.044Z Downloaded rustc_version v0.1.7
10022024-03-26T06:39:59.059Z Downloaded memoffset v0.7.1
10032024-03-26T06:39:59.059Z Downloaded rustversion v1.0.14
10042024-03-26T06:39:59.059Z Downloaded multimap v0.10.0
10052024-03-26T06:39:59.067Z Downloaded blake2b_simd v1.0.1
10062024-03-26T06:39:59.067Z Downloaded cobs v0.2.3
10072024-03-26T06:39:59.068Z Downloaded bit-set v0.5.3
10082024-03-26T06:39:59.068Z Downloaded num-integer v0.1.46
10092024-03-26T06:39:59.068Z Downloaded semver v0.11.0
10102024-03-26T06:39:59.068Z Downloaded lru-cache v0.1.2
10112024-03-26T06:39:59.068Z Downloaded cstr-argument v0.1.2
10122024-03-26T06:39:59.068Z Downloaded bzip2 v0.4.4
10132024-03-26T06:39:59.068Z Downloaded time-core v0.1.2
10142024-03-26T06:39:59.068Z Downloaded termtree v0.4.1
10152024-03-26T06:39:59.068Z Downloaded usdt-attr-macro v0.3.5
10162024-03-26T06:39:59.072Z Downloaded strip-ansi-escapes v0.2.0
10172024-03-26T06:39:59.072Z Downloaded smf v0.2.2
10182024-03-26T06:39:59.072Z Downloaded signal-hook-mio v0.2.3
10192024-03-26T06:39:59.072Z Downloaded num_enum v0.5.11
10202024-03-26T06:39:59.077Z Downloaded num_cpus v1.16.0
10212024-03-26T06:39:59.098Z Downloaded nodrop v0.1.14
10222024-03-26T06:39:59.098Z Downloaded lock_api v0.4.10
10232024-03-26T06:39:59.098Z Downloaded linear-map v1.2.0
10242024-03-26T06:39:59.098Z Downloaded libtest-mimic v0.6.1
10252024-03-26T06:39:59.098Z Downloaded stringprep v0.1.3
10262024-03-26T06:39:59.098Z Downloaded foreign-types-shared v0.1.1
10272024-03-26T06:39:59.099Z Downloaded num v0.4.1
10282024-03-26T06:39:59.099Z Downloaded libsw v3.3.1
10292024-03-26T06:39:59.099Z Downloaded slog-envlogger v2.2.0
10302024-03-26T06:39:59.099Z Downloaded slog-dtrace v0.3.0
10312024-03-26T06:39:59.103Z Downloaded scroll v0.12.0
10322024-03-26T06:39:59.103Z Downloaded derive_builder_macro v0.12.0
10332024-03-26T06:39:59.103Z Downloaded endian-type v0.1.2
10342024-03-26T06:39:59.103Z Downloaded synstructure v0.12.6
10352024-03-26T06:39:59.103Z Downloaded fxhash v0.2.1
10362024-03-26T06:39:59.103Z Downloaded vte_generate_state_changes v0.1.1
10372024-03-26T06:39:59.107Z Downloaded strum v0.26.1
10382024-03-26T06:39:59.107Z Downloaded libloading v0.7.4
10392024-03-26T06:39:59.112Z Downloaded tui-tree-widget v0.17.0
10402024-03-26T06:39:59.112Z Downloaded pathdiff v0.2.1
10412024-03-26T06:39:59.112Z Downloaded parse-size v1.0.0
10422024-03-26T06:39:59.116Z Downloaded openssl-macros v0.1.1
10432024-03-26T06:39:59.116Z Downloaded opaque-debug v0.3.0
10442024-03-26T06:39:59.117Z Downloaded serde-big-array v0.5.1
10452024-03-26T06:39:59.117Z Downloaded threadpool v1.8.1
10462024-03-26T06:39:59.125Z Downloaded plotters-svg v0.3.5
10472024-03-26T06:39:59.125Z Downloaded topological-sort v0.2.2
10482024-03-26T06:39:59.125Z Downloaded signal-hook-registry v1.4.1
10492024-03-26T06:39:59.125Z Downloaded defmt v0.3.5
10502024-03-26T06:39:59.133Z Downloaded usdt v0.3.5
10512024-03-26T06:39:59.133Z Downloaded wait-timeout v0.2.0
10522024-03-26T06:39:59.134Z Downloaded num-rational v0.4.1
10532024-03-26T06:39:59.138Z Downloaded newtype-uuid v1.0.1
10542024-03-26T06:39:59.138Z Downloaded num-complex v0.4.4
10552024-03-26T06:39:59.138Z Downloaded const-oid v0.9.6
10562024-03-26T06:39:59.138Z Downloaded rpassword v7.3.1
10572024-03-26T06:39:59.138Z Downloaded clang-sys v1.6.1
10582024-03-26T06:39:59.143Z Downloaded fixedbitset v0.4.2
10592024-03-26T06:39:59.143Z Downloaded digest v0.10.7
10602024-03-26T06:39:59.147Z Downloaded yansi v0.5.1
10612024-03-26T06:39:59.147Z Downloaded ron v0.7.1
10622024-03-26T06:39:59.152Z Downloaded swrite v0.1.0
10632024-03-26T06:39:59.156Z Downloaded funty v2.0.0
10642024-03-26T06:39:59.156Z Downloaded enum-as-inner v0.5.1
10652024-03-26T06:39:59.156Z Downloaded ed25519 v1.5.3
10662024-03-26T06:39:59.165Z Downloaded tracing-attributes v0.1.27
10672024-03-26T06:39:59.165Z Downloaded path-slash v0.1.5
10682024-03-26T06:39:59.172Z Downloaded time-macros v0.2.17
10692024-03-26T06:39:59.172Z Downloaded darling_macro v0.20.3
10702024-03-26T06:39:59.172Z Downloaded usdt-attr-macro v0.5.0
10712024-03-26T06:39:59.172Z Downloaded paste v1.0.14
10722024-03-26T06:39:59.172Z Downloaded want v0.3.1
10732024-03-26T06:39:59.177Z Downloaded untrusted v0.9.0
10742024-03-26T06:39:59.177Z Downloaded serde_with_macros v3.6.1
10752024-03-26T06:39:59.177Z Downloaded serde_path_to_error v0.1.16
10762024-03-26T06:39:59.180Z Downloaded num-traits v0.2.18
10772024-03-26T06:39:59.181Z Downloaded quick-error v1.2.3
10782024-03-26T06:39:59.184Z Downloaded cookie v0.18.0
10792024-03-26T06:39:59.184Z Downloaded bytes v1.5.0
10802024-03-26T06:39:59.191Z Downloaded downcast v0.11.0
10812024-03-26T06:39:59.191Z Downloaded doc-comment v0.3.3
10822024-03-26T06:39:59.191Z Downloaded scheduled-thread-pool v0.2.7
10832024-03-26T06:39:59.200Z Downloaded serde-hex v0.1.0
10842024-03-26T06:39:59.201Z Downloaded filetime v0.2.23
10852024-03-26T06:39:59.206Z Downloaded slog-async v2.8.0
10862024-03-26T06:39:59.206Z Downloaded serde_plain v1.0.2
10872024-03-26T06:39:59.206Z Downloaded string_cache v0.8.7
10882024-03-26T06:39:59.206Z Downloaded strsim v0.10.0
10892024-03-26T06:39:59.206Z Downloaded pin-utils v0.1.0
10902024-03-26T06:39:59.211Z Downloaded tempdir v0.3.7
10912024-03-26T06:39:59.211Z Downloaded strsim v0.8.0
10922024-03-26T06:39:59.211Z Downloaded smawk v0.3.1
10932024-03-26T06:39:59.211Z Downloaded thread_local v1.1.7
10942024-03-26T06:39:59.215Z Downloaded supports-color v3.0.0
10952024-03-26T06:39:59.215Z Downloaded group v0.13.0
10962024-03-26T06:39:59.215Z Downloaded csv-core v0.1.11
10972024-03-26T06:39:59.215Z Downloaded termios v0.3.3
10982024-03-26T06:39:59.221Z Downloaded base64 v0.22.0
10992024-03-26T06:39:59.229Z Downloaded toolchain_find v0.2.0
11002024-03-26T06:39:59.229Z Downloaded serde_urlencoded v0.7.1
11012024-03-26T06:39:59.229Z Downloaded password-hash v0.5.0
11022024-03-26T06:39:59.233Z Downloaded partial-io v0.5.4
11032024-03-26T06:39:59.233Z Downloaded structmeta v0.2.0
11042024-03-26T06:39:59.233Z Downloaded platforms v3.0.2
11052024-03-26T06:39:59.233Z Downloaded fs-err v2.11.0
11062024-03-26T06:39:59.242Z Downloaded whoami v1.5.0
11072024-03-26T06:39:59.242Z Downloaded snafu v0.7.5
11082024-03-26T06:39:59.258Z Downloaded crc-any v2.4.3
11092024-03-26T06:39:59.258Z Downloaded rstest v0.18.2
11102024-03-26T06:39:59.261Z Downloaded curve25519-dalek-derive v0.1.0
11112024-03-26T06:39:59.261Z Downloaded zone_cfg_derive v0.1.2
11122024-03-26T06:39:59.261Z Downloaded float-cmp v0.9.0
11132024-03-26T06:39:59.261Z Downloaded pin-project-internal v1.1.3
11142024-03-26T06:39:59.261Z Downloaded percent-encoding v2.3.1
11152024-03-26T06:39:59.261Z Downloaded futures-core v0.3.30
11162024-03-26T06:39:59.262Z Downloaded smallvec v0.6.14
11172024-03-26T06:39:59.267Z Downloaded smallvec v1.13.1
11182024-03-26T06:39:59.267Z Downloaded scopeguard v1.2.0
11192024-03-26T06:39:59.271Z Downloaded ref-cast-impl v1.0.20
11202024-03-26T06:39:59.271Z Downloaded proc-macro-crate v1.3.1
11212024-03-26T06:39:59.271Z Downloaded http v1.0.0
11222024-03-26T06:39:59.276Z Downloaded parse-display v0.9.0
11232024-03-26T06:39:59.276Z Downloaded hash32 v0.2.1
11242024-03-26T06:39:59.292Z Downloaded tokio-tungstenite v0.21.0
11252024-03-26T06:39:59.292Z Downloaded static_assertions v1.1.0
11262024-03-26T06:39:59.292Z Downloaded rand_xorshift v0.3.0
11272024-03-26T06:39:59.297Z Downloaded proc-macro-error-attr v1.0.4
11282024-03-26T06:39:59.298Z Downloaded tiny-keccak v2.0.2
11292024-03-26T06:39:59.298Z Downloaded serde-big-array v0.4.1
11302024-03-26T06:39:59.298Z Downloaded sha1 v0.10.6
11312024-03-26T06:39:59.298Z Downloaded zerocopy v0.3.0
11322024-03-26T06:39:59.298Z Downloaded sqlparser_derive v0.2.2
11332024-03-26T06:39:59.298Z Downloaded futures-channel v0.3.30
11342024-03-26T06:39:59.298Z Downloaded ucd-trie v0.1.6
11352024-03-26T06:39:59.298Z Downloaded structmeta v0.3.0
11362024-03-26T06:39:59.298Z Downloaded slog-json v2.6.1
11372024-03-26T06:39:59.302Z Downloaded slog-bunyan v2.5.0
11382024-03-26T06:39:59.302Z Downloaded unicase v2.7.0
11392024-03-26T06:39:59.303Z Downloaded unicode-width v0.1.11
11402024-03-26T06:39:59.307Z Downloaded der_derive v0.7.2
11412024-03-26T06:39:59.307Z Downloaded unarray v0.1.4
11422024-03-26T06:39:59.311Z Downloaded tokio-macros v2.2.0
11432024-03-26T06:39:59.311Z Downloaded target-spec v3.1.0
11442024-03-26T06:39:59.311Z Downloaded similar v2.4.0
11452024-03-26T06:39:59.323Z Downloaded try-lock v0.2.4
11462024-03-26T06:39:59.328Z Downloaded futures-macro v0.3.30
11472024-03-26T06:39:59.328Z Downloaded unicode-linebreak v0.1.5
11482024-03-26T06:39:59.328Z Downloaded rustls-pemfile v2.1.1
11492024-03-26T06:39:59.334Z Downloaded proc-macro-error v1.0.4
11502024-03-26T06:39:59.334Z Downloaded phf v0.11.2
11512024-03-26T06:39:59.337Z Downloaded fnv v1.0.7
11522024-03-26T06:39:59.337Z Downloaded schemars_derive v0.8.16
11532024-03-26T06:39:59.338Z Downloaded headers v0.3.9
11542024-03-26T06:39:59.345Z Downloaded pem v3.0.2
11552024-03-26T06:39:59.357Z Downloaded phf_shared v0.10.0
11562024-03-26T06:39:59.357Z Downloaded target-lexicon v0.12.13
11572024-03-26T06:39:59.358Z Downloaded packed_struct v0.10.1
11582024-03-26T06:39:59.358Z Downloaded home v0.5.5
11592024-03-26T06:39:59.358Z Downloaded rustc-hash v1.1.0
11602024-03-26T06:39:59.369Z Downloaded powerfmt v0.2.0
11612024-03-26T06:39:59.369Z Downloaded tokio-tungstenite v0.20.1
11622024-03-26T06:39:59.369Z Downloaded gethostname v0.4.3
11632024-03-26T06:39:59.370Z Downloaded typenum v1.16.0
11642024-03-26T06:39:59.370Z Downloaded shlex v1.3.0
11652024-03-26T06:39:59.370Z Downloaded rustc_version v0.4.0
11662024-03-26T06:39:59.374Z Downloaded pkcs1 v0.7.5
11672024-03-26T06:39:59.374Z Downloaded shell-words v1.1.0
11682024-03-26T06:39:59.374Z Downloaded criterion v0.5.1
11692024-03-26T06:39:59.379Z Downloaded subtle v2.5.0
11702024-03-26T06:39:59.379Z Downloaded erased-serde v0.3.31
11712024-03-26T06:39:59.382Z Downloaded rstest_macros v0.18.2
11722024-03-26T06:39:59.382Z Downloaded mio v0.8.11
11732024-03-26T06:39:59.388Z Downloaded waitgroup v0.1.2
11742024-03-26T06:39:59.391Z Downloaded usdt-macro v0.3.5
11752024-03-26T06:39:59.392Z Downloaded vec_map v0.8.2
11762024-03-26T06:39:59.392Z Downloaded darling v0.20.3
11772024-03-26T06:39:59.397Z Downloaded darling_macro v0.14.4
11782024-03-26T06:39:59.403Z Downloaded tinyvec_macros v0.1.1
11792024-03-26T06:39:59.403Z Downloaded ena v0.14.2
11802024-03-26T06:39:59.403Z Downloaded owo-colors v4.0.0
11812024-03-26T06:39:59.408Z Downloaded unsafe-libyaml v0.2.10
11822024-03-26T06:39:59.408Z Downloaded heck v0.3.3
11832024-03-26T06:39:59.408Z Downloaded fragile v2.0.0
11842024-03-26T06:39:59.414Z Downloaded rustc-demangle v0.1.23
11852024-03-26T06:39:59.414Z Downloaded rust-argon2 v1.0.1
11862024-03-26T06:39:59.415Z Downloaded ppv-lite86 v0.2.17
11872024-03-26T06:39:59.419Z Downloaded zerocopy v0.6.4
11882024-03-26T06:39:59.419Z Downloaded peeking_take_while v0.1.2
11892024-03-26T06:39:59.440Z Downloaded fd-lock v4.0.2
11902024-03-26T06:39:59.441Z Downloaded num_enum_derive v0.5.11
11912024-03-26T06:39:59.441Z Downloaded resolv-conf v0.7.0
11922024-03-26T06:39:59.444Z Downloaded hostname v0.3.1
11932024-03-26T06:39:59.444Z Downloaded radium v0.7.0
11942024-03-26T06:39:59.444Z Downloaded r2d2 v0.8.10
11952024-03-26T06:39:59.444Z Downloaded strum_macros v0.24.3
11962024-03-26T06:39:59.444Z Downloaded postgres-protocol v0.6.6
11972024-03-26T06:39:59.444Z Downloaded openssl-sys v0.9.96
11982024-03-26T06:39:59.445Z Downloaded usdt-macro v0.5.0
11992024-03-26T06:39:59.445Z Downloaded schemars v0.8.16
12002024-03-26T06:39:59.454Z Downloaded take_mut v0.2.2
12012024-03-26T06:39:59.467Z Downloaded libxml v0.3.3
12022024-03-26T06:39:59.470Z Downloaded oso-derive v0.27.0
12032024-03-26T06:39:59.471Z Downloaded unicode-xid v0.2.4
12042024-03-26T06:39:59.471Z Downloaded foreign-types v0.3.2
12052024-03-26T06:39:59.471Z Downloaded parse-display-derive v0.9.0
12062024-03-26T06:39:59.471Z Downloaded tokio-rustls v0.24.1
12072024-03-26T06:39:59.471Z Downloaded socket2 v0.5.5
12082024-03-26T06:39:59.476Z Downloaded glob v0.3.1
12092024-03-26T06:39:59.476Z Downloaded derive_builder_core v0.12.0
12102024-03-26T06:39:59.476Z Downloaded crypto-bigint v0.5.2
12112024-03-26T06:39:59.887Z Downloaded serde_tokenstream v0.1.7
12122024-03-26T06:39:59.903Z Downloaded postgres-types v0.2.6
12132024-03-26T06:39:59.904Z Downloaded rustfmt-wrapper v0.2.0
12142024-03-26T06:39:59.904Z Downloaded tower-service v0.3.2
12152024-03-26T06:39:59.904Z Downloaded tower-layer v0.3.2
12162024-03-26T06:39:59.904Z Downloaded ref-cast v1.0.20
12172024-03-26T06:39:59.904Z Downloaded rand_seeder v0.2.3
12182024-03-26T06:39:59.904Z Downloaded unicode-bidi v0.3.15
12192024-03-26T06:39:59.905Z Downloaded num-bigint-dig v0.8.4
12202024-03-26T06:39:59.905Z Downloaded futures-io v0.3.30
12212024-03-26T06:39:59.905Z Downloaded foreign-types-shared v0.3.1
12222024-03-26T06:39:59.905Z Downloaded tap v1.0.1
12232024-03-26T06:39:59.905Z Downloaded sha2 v0.10.8
12242024-03-26T06:39:59.906Z Downloaded defmt-macros v0.3.6
12252024-03-26T06:39:59.906Z Downloaded packed_struct_codegen v0.10.1
12262024-03-26T06:39:59.906Z Downloaded tabwriter v1.4.0
12272024-03-26T06:39:59.906Z Downloaded num_threads v0.1.6
12282024-03-26T06:39:59.906Z Downloaded stability v0.1.1
12292024-03-26T06:39:59.906Z Downloaded fatfs v0.3.6
12302024-03-26T06:39:59.906Z Downloaded futures-task v0.3.30
12312024-03-26T06:39:59.906Z Downloaded semver v0.1.20
12322024-03-26T06:39:59.907Z Downloaded rcgen v0.12.1
12332024-03-26T06:39:59.907Z Downloaded rayon-core v1.12.1
12342024-03-26T06:39:59.907Z Downloaded flagset v0.4.3
12352024-03-26T06:39:59.907Z Downloaded defmt-parser v0.3.3
12362024-03-26T06:39:59.907Z Downloaded env_logger v0.10.0
12372024-03-26T06:39:59.907Z Downloaded derive_more v0.99.17
12382024-03-26T06:39:59.908Z Downloaded openssl-probe v0.1.5
12392024-03-26T06:39:59.908Z Downloaded similar-asserts v1.5.0
12402024-03-26T06:39:59.908Z Downloaded signature v2.1.0
12412024-03-26T06:39:59.908Z Downloaded serde_repr v0.1.16
12422024-03-26T06:39:59.908Z Downloaded flume v0.11.0
12432024-03-26T06:39:59.908Z Downloaded itertools v0.12.1
12442024-03-26T06:39:59.908Z Downloaded pretty-hex v0.4.1
12452024-03-26T06:39:59.908Z Downloaded dtrace-parser v0.1.14
12462024-03-26T06:39:59.908Z Downloaded spin v0.5.2
12472024-03-26T06:39:59.908Z Downloaded term v0.7.0
12482024-03-26T06:39:59.908Z Downloaded getrandom v0.2.12
12492024-03-26T06:39:59.909Z Downloaded predicates-tree v1.0.9
12502024-03-26T06:39:59.909Z Downloaded guppy-workspace-hack v0.1.0
12512024-03-26T06:39:59.909Z Downloaded rand_chacha v0.3.1
12522024-03-26T06:39:59.909Z Downloaded tinyvec v1.6.0
12532024-03-26T06:39:59.909Z Downloaded thread-id v4.2.0
12542024-03-26T06:39:59.909Z Downloaded termcolor v1.2.0
12552024-03-26T06:39:59.909Z Downloaded pretty-hex v0.2.1
12562024-03-26T06:39:59.909Z Downloaded globset v0.4.13
12572024-03-26T06:39:59.910Z Downloaded time v0.3.34
12582024-03-26T06:39:59.910Z Downloaded scroll_derive v0.12.0
12592024-03-26T06:39:59.910Z Downloaded plain v0.2.3
12602024-03-26T06:39:59.910Z Downloaded rand_core v0.6.4
12612024-03-26T06:39:59.910Z Downloaded idna v0.2.3
12622024-03-26T06:39:59.910Z Downloaded deranged v0.3.11
12632024-03-26T06:39:59.910Z Downloaded structmeta-derive v0.2.0
12642024-03-26T06:39:59.910Z Downloaded tokio-postgres v0.7.10
12652024-03-26T06:39:59.910Z Downloaded slog-stdlog v4.1.1
12662024-03-26T06:39:59.910Z Downloaded slog-scope v4.4.0
12672024-03-26T06:39:59.911Z Downloaded slab v0.4.9
12682024-03-26T06:39:59.911Z Downloaded dirs-next v2.0.0
12692024-03-26T06:39:59.911Z Downloaded hashbrown v0.13.2
12702024-03-26T06:39:59.911Z Downloaded either v1.10.0
12712024-03-26T06:39:59.911Z Downloaded dyn-clone v1.0.17
12722024-03-26T06:39:59.912Z Downloaded dtrace-parser v0.2.0
12732024-03-26T06:39:59.912Z Downloaded getopts v0.2.21
12742024-03-26T06:39:59.912Z Downloaded thiserror-no-std v2.0.2
12752024-03-26T06:39:59.912Z Downloaded predicates v3.1.0
12762024-03-26T06:39:59.912Z Downloaded siphasher v0.3.11
12772024-03-26T06:39:59.912Z Downloaded number_prefix v0.4.0
12782024-03-26T06:39:59.912Z Downloaded yasna v0.5.2
12792024-03-26T06:39:59.912Z Downloaded vte v0.11.1
12802024-03-26T06:39:59.912Z Downloaded expectorate v1.1.0
12812024-03-26T06:39:59.912Z Downloaded rustls-native-certs v0.7.0
12822024-03-26T06:39:59.912Z Downloaded textwrap v0.11.0
12832024-03-26T06:39:59.912Z Downloaded thiserror-impl-no-std v2.0.2
12842024-03-26T06:39:59.912Z Downloaded socket2 v0.4.9
12852024-03-26T06:39:59.912Z Downloaded pest_derive v2.7.6
12862024-03-26T06:39:59.912Z Downloaded oorandom v11.1.3
12872024-03-26T06:39:59.912Z Downloaded sec1 v0.7.3
12882024-03-26T06:39:59.912Z Downloaded ron v0.8.1
12892024-03-26T06:39:59.912Z Downloaded universal-hash v0.5.1
12902024-03-26T06:39:59.912Z Downloaded ff v0.13.0
12912024-03-26T06:39:59.913Z Downloaded structmeta-derive v0.3.0
12922024-03-26T06:39:59.913Z Downloaded embedded-io v0.4.0
12932024-03-26T06:39:59.913Z Downloaded rustls-pki-types v1.3.0
12942024-03-26T06:39:59.913Z Downloaded usdt-impl v0.3.5
12952024-03-26T06:39:59.913Z Downloaded darling_core v0.14.4
12962024-03-26T06:39:59.913Z Downloaded zerocopy-derive v0.7.32
12972024-03-26T06:39:59.913Z Downloaded poly1305 v0.8.0
12982024-03-26T06:39:59.913Z Downloaded spin v0.9.8
12992024-03-26T06:39:59.913Z Downloaded pest_meta v2.7.6
13002024-03-26T06:39:59.913Z Downloaded regex-automata v0.1.10
13012024-03-26T06:39:59.913Z Downloaded tokio-stream v0.1.14
13022024-03-26T06:39:59.913Z Downloaded once_cell v1.19.0
13032024-03-26T06:39:59.913Z Downloaded sct v0.7.0
13042024-03-26T06:39:59.913Z Downloaded env_logger v0.9.3
13052024-03-26T06:39:59.913Z Downloaded snafu-derive v0.7.5
13062024-03-26T06:39:59.913Z Downloaded derive-where v1.2.7
13072024-03-26T06:39:59.913Z Downloaded tokio-rustls v0.25.0
13082024-03-26T06:39:59.913Z Downloaded futures-util v0.3.30
13092024-03-26T06:39:59.913Z Downloaded test-strategy v0.3.1
13102024-03-26T06:39:59.913Z Downloaded omicron-zone-package v0.11.0
13112024-03-26T06:39:59.913Z Downloaded prettyplease v0.2.16
13122024-03-26T06:39:59.917Z Downloaded diesel_derives v2.1.2
13132024-03-26T06:39:59.917Z Downloaded trust-dns-client v0.22.0
13142024-03-26T06:39:59.917Z Downloaded rand v0.4.6
13152024-03-26T06:39:59.917Z Downloaded guppy v0.17.5
13162024-03-26T06:39:59.917Z Downloaded bindgen v0.69.2
13172024-03-26T06:39:59.917Z Downloaded zip v0.6.6
13182024-03-26T06:39:59.917Z Downloaded winnow v0.5.15
13192024-03-26T06:39:59.918Z Downloaded rand v0.8.5
13202024-03-26T06:39:59.918Z Downloaded x509-cert v0.2.4
13212024-03-26T06:39:59.918Z Downloaded pretty_assertions v1.4.0
13222024-03-26T06:39:59.918Z Downloaded bitvec v1.0.1
13232024-03-26T06:39:59.918Z Downloaded trust-dns-server v0.22.1
13242024-03-26T06:39:59.918Z Downloaded lalrpop v0.19.12
13252024-03-26T06:39:59.918Z Downloaded tower v0.4.13
13262024-03-26T06:39:59.918Z Downloaded petgraph v0.6.4
13272024-03-26T06:39:59.918Z Downloaded unicode_categories v0.1.1
13282024-03-26T06:39:59.918Z Downloaded rustyline v13.0.0
13292024-03-26T06:39:59.918Z Downloaded reqwest v0.11.24
13302024-03-26T06:39:59.918Z Downloaded smoltcp v0.9.1
13312024-03-26T06:39:59.918Z Downloaded tabled v0.15.0
13322024-03-26T06:39:59.918Z Downloaded portable-atomic v1.4.3
13332024-03-26T06:39:59.918Z Downloaded zerocopy v0.7.32
13342024-03-26T06:39:59.918Z Downloaded vcpkg v0.2.15
13352024-03-26T06:39:59.954Z Downloaded rustls-webpki v0.101.7
13362024-03-26T06:39:59.968Z Downloaded webpki-roots v0.25.2
13372024-03-26T06:39:59.974Z Downloaded proptest v1.4.0
13382024-03-26T06:39:59.982Z Downloaded radix_trie v0.2.1
13392024-03-26T06:39:59.988Z Downloaded bstr v1.9.0
13402024-03-26T06:40:00.004Z Downloaded curve25519-dalek v4.1.1
13412024-03-26T06:40:00.011Z Downloaded object v0.32.1
13422024-03-26T06:40:00.021Z Downloaded diesel v2.1.4
13432024-03-26T06:40:00.040Z Downloaded trust-dns-proto v0.22.0
13442024-03-26T06:40:00.052Z Downloaded rustls v0.21.9
13452024-03-26T06:40:00.064Z Downloaded rustls v0.22.2
13462024-03-26T06:40:00.078Z Downloaded ratatui v0.26.1
13472024-03-26T06:40:00.099Z Downloaded regex-automata v0.4.5
13482024-03-26T06:40:00.116Z Downloaded sled v0.34.7
13492024-03-26T06:40:00.127Z Downloaded bzip2-sys v0.1.11+1.0.8
13502024-03-26T06:40:00.140Z Downloaded regress v0.9.0
13512024-03-26T06:40:00.149Z Downloaded zerocopy-derive v0.2.0
13522024-03-26T06:40:00.158Z Downloaded zerocopy-derive v0.6.4
13532024-03-26T06:40:00.172Z Downloaded csv v1.3.0
13542024-03-26T06:40:00.196Z Downloaded regex-syntax v0.8.2
13552024-03-26T06:40:00.202Z Downloaded openapiv3 v2.0.0
13562024-03-26T06:40:00.211Z Downloaded tokio v1.36.0
13572024-03-26T06:40:00.249Z Downloaded encoding_rs v0.8.33
13582024-03-26T06:40:00.271Z Downloaded sha3 v0.10.8
13592024-03-26T06:40:00.275Z Downloaded gimli v0.28.0
13602024-03-26T06:40:00.286Z Downloaded polar-core v0.27.0
13612024-03-26T06:40:00.293Z Downloaded object v0.30.4
13622024-03-26T06:40:00.303Z Downloaded smoltcp v0.11.0
13632024-03-26T06:40:00.316Z Downloaded regex-syntax v0.6.29
13642024-03-26T06:40:00.324Z Downloaded bstr v0.2.17
13652024-03-26T06:40:00.342Z Downloaded regex v1.10.3
13662024-03-26T06:40:00.349Z Downloaded openssl v0.10.60
13672024-03-26T06:40:00.362Z Downloaded nix v0.27.1
13682024-03-26T06:40:00.371Z Downloaded quick-xml v0.30.0
13692024-03-26T06:40:00.378Z Downloaded sqlparser v0.43.1
13702024-03-26T06:40:00.382Z Downloaded hkdf v0.12.4
13712024-03-26T06:40:00.393Z Downloaded idna v0.5.0
13722024-03-26T06:40:00.408Z Downloaded idna v0.3.0
13732024-03-26T06:40:00.408Z Downloaded chrono v0.4.34
13742024-03-26T06:40:00.416Z Downloaded tough v0.16.0
13752024-03-26T06:40:00.420Z Downloaded reedline v0.30.0
13762024-03-26T06:40:00.427Z Downloaded syn v1.0.109
13772024-03-26T06:40:00.435Z Downloaded trust-dns-resolver v0.22.0
13782024-03-26T06:40:00.439Z Downloaded goblin v0.8.0
13792024-03-26T06:40:00.446Z Downloaded h2 v0.3.24
13802024-03-26T06:40:00.453Z Downloaded rayon v1.9.0
13812024-03-26T06:40:00.463Z Downloaded textwrap v0.16.1
13822024-03-26T06:40:00.468Z Downloaded elliptic-curve v0.13.8
13832024-03-26T06:40:00.471Z Downloaded rustls-webpki v0.102.1
13842024-03-26T06:40:00.488Z Downloaded ring v0.17.8
13852024-03-26T06:40:00.556Z Downloaded ring v0.16.20
13862024-03-26T06:40:00.636Z Downloaded clap v2.34.0
13872024-03-26T06:40:00.647Z Downloaded plotters v0.3.5
13882024-03-26T06:40:00.650Z Downloaded toml_edit v0.19.15
13892024-03-26T06:40:00.671Z Downloaded vsss-rs v3.3.4
13902024-03-26T06:40:00.674Z Downloaded generic-array v0.14.7
13912024-03-26T06:40:00.674Z Downloaded pest v2.7.6
13922024-03-26T06:40:00.674Z Downloaded zeroize_derive v1.4.2
13932024-03-26T06:40:00.674Z Downloaded typed-path v0.7.0
13942024-03-26T06:40:00.679Z Downloaded darling_core v0.20.3
13952024-03-26T06:40:00.685Z Downloaded sqlformat v0.2.3
13962024-03-26T06:40:00.688Z Downloaded semver-parser v0.10.2
13972024-03-26T06:40:00.688Z Downloaded papergrid v0.11.0
13982024-03-26T06:40:00.692Z Downloaded olpc-cjson v0.1.3
13992024-03-26T06:40:00.692Z Downloaded usdt-impl v0.5.0
14002024-03-26T06:40:00.696Z Downloaded futures-sink v0.3.30
14012024-03-26T06:40:00.696Z Downloaded structopt v0.3.26
14022024-03-26T06:40:00.699Z Downloaded tracing-core v0.1.32
14032024-03-26T06:40:00.703Z Downloaded stable_deref_trait v1.2.0
14042024-03-26T06:40:00.703Z Downloaded foreign-types v0.5.0
14052024-03-26T06:40:00.708Z Downloaded spki v0.7.2
14062024-03-26T06:40:00.708Z Downloaded parking_lot_core v0.9.8
14072024-03-26T06:40:00.708Z Downloaded parking_lot v0.12.1
14082024-03-26T06:40:00.711Z Downloaded predicates-core v1.0.6
14092024-03-26T06:40:00.712Z Downloaded precomputed-hash v0.1.1
14102024-03-26T06:40:00.712Z Downloaded portpicker v0.1.1
14112024-03-26T06:40:00.712Z Downloaded futures-timer v3.0.2
14122024-03-26T06:40:00.719Z Downloaded hyper v0.14.28
14132024-03-26T06:40:00.723Z Downloaded signal-hook v0.3.17
14142024-03-26T06:40:00.723Z Downloaded steno v0.4.0
14152024-03-26T06:40:00.726Z Downloaded diesel_table_macro_syntax v0.1.0
14162024-03-26T06:40:00.726Z Downloaded hashbrown v0.12.3
14172024-03-26T06:40:00.735Z Downloaded nom v7.1.3
14182024-03-26T06:40:00.739Z Downloaded rusty-fork v0.3.0
14192024-03-26T06:40:00.739Z Downloaded pest_generator v2.7.6
14202024-03-26T06:40:00.739Z Downloaded relative-path v1.9.0
14212024-03-26T06:40:00.739Z Downloaded flate2 v1.0.28
14222024-03-26T06:40:00.749Z Downloaded hmac v0.12.1
14232024-03-26T06:40:00.749Z Downloaded serde_yaml v0.9.25
14242024-03-26T06:40:00.749Z Downloaded serde_with v3.6.1
14252024-03-26T06:40:00.753Z Downloaded secrecy v0.8.0
14262024-03-26T06:40:00.758Z Downloaded parking_lot_core v0.8.6
14272024-03-26T06:40:00.758Z Downloaded parking_lot v0.11.2
14282024-03-26T06:40:00.764Z Downloaded postcard v1.0.8
14292024-03-26T06:40:00.764Z Downloaded der v0.7.8
14302024-03-26T06:40:00.767Z Downloaded pem-rfc7468 v0.7.0
14312024-03-26T06:40:00.767Z Downloaded tabled_derive v0.7.0
14322024-03-26T06:40:00.774Z Downloaded structopt-derive v0.4.18
14332024-03-26T06:40:00.774Z Downloaded strum_macros v0.26.1
14342024-03-26T06:40:00.774Z Downloaded tar v0.4.40
14352024-03-26T06:40:00.777Z Downloaded unicode-normalization v0.1.22
14362024-03-26T06:40:00.777Z Downloaded blake3 v1.5.0
14372024-03-26T06:40:00.790Z Downloaded zone v0.1.8
14382024-03-26T06:40:00.794Z Downloaded foreign-types-macros v0.2.3
14392024-03-26T06:40:00.794Z Downloaded utf-8 v0.7.6
14402024-03-26T06:40:00.794Z Downloaded uuid v1.7.0
14412024-03-26T06:40:00.794Z Downloaded subprocess v0.2.9
14422024-03-26T06:40:00.794Z Downloaded pkcs8 v0.10.2
14432024-03-26T06:40:00.794Z Downloaded num_enum_derive v0.7.2
14442024-03-26T06:40:00.794Z Downloaded crossterm v0.27.0
14452024-03-26T06:40:00.799Z Downloaded salty v0.2.0
14462024-03-26T06:40:00.804Z Downloaded publicsuffix v2.2.3
14472024-03-26T06:40:00.807Z Downloaded derive_builder v0.12.0
14482024-03-26T06:40:00.812Z Downloaded fastrand v2.0.1
14492024-03-26T06:40:00.826Z Downloaded fallible-iterator v0.2.0
14502024-03-26T06:40:00.826Z Downloaded datatest-stable v0.2.3
14512024-03-26T06:40:00.826Z Downloaded wyz v0.5.1
14522024-03-26T06:40:00.827Z Downloaded strum_macros v0.25.2
14532024-03-26T06:40:00.827Z Downloaded phf_shared v0.11.2
14542024-03-26T06:40:00.827Z Downloaded libm v0.2.7
14552024-03-26T06:40:00.839Z Downloaded signature v1.6.4
14562024-03-26T06:40:00.840Z Downloaded serde_tokenstream v0.2.0
14572024-03-26T06:40:00.840Z Downloaded data-encoding v2.4.0
14582024-03-26T06:40:00.840Z Downloaded uuid v0.8.2
14592024-03-26T06:40:00.840Z Downloaded tokio-native-tls v0.3.1
14602024-03-26T06:40:00.840Z Downloaded tokio-util v0.7.10
14612024-03-26T06:40:00.848Z Downloaded pin-project v1.1.3
14622024-03-26T06:40:00.852Z Downloaded rsa v0.9.2
14632024-03-26T06:40:00.856Z Downloaded minimal-lexical v0.2.1
14642024-03-26T06:40:00.860Z Downloaded pkg-config v0.3.27
14652024-03-26T06:40:00.860Z Downloaded highway v1.1.0
14662024-03-26T06:40:00.874Z Downloaded hex v0.4.3
14672024-03-26T06:40:00.875Z Downloaded futures-executor v0.3.30
14682024-03-26T06:40:00.875Z Downloaded slog v2.7.0
14692024-03-26T06:40:00.878Z Downloaded half v2.3.1
14702024-03-26T06:40:00.878Z Downloaded tungstenite v0.21.0
14712024-03-26T06:40:00.878Z Downloaded tungstenite v0.20.1
14722024-03-26T06:40:00.878Z Downloaded form_urlencoded v1.2.1
14732024-03-26T06:40:00.878Z Downloaded fd-lock v3.0.13
14742024-03-26T06:40:00.878Z Downloaded version_check v0.9.4
14752024-03-26T06:40:00.878Z Downloaded heapless v0.8.0
14762024-03-26T06:40:00.882Z Downloaded hyper v1.1.0
14772024-03-26T06:40:00.887Z Downloaded unicode-segmentation v1.10.1
14782024-03-26T06:40:00.890Z Downloaded itertools v0.10.5
14792024-03-26T06:40:00.895Z Downloaded aho-corasick v1.1.2
14802024-03-26T06:40:00.903Z Downloaded darling v0.14.4
14812024-03-26T06:40:00.906Z Downloaded crypto-common v0.1.6
14822024-03-26T06:40:00.906Z Downloaded oso v0.27.0
14832024-03-26T06:40:00.911Z Downloaded url v2.5.0
14842024-03-26T06:40:00.914Z Downloaded num-bigint v0.4.4
14852024-03-26T06:40:00.917Z Downloaded crossbeam-channel v0.5.8
14862024-03-26T06:40:00.921Z Downloaded trybuild v1.0.89
14872024-03-26T06:40:00.924Z Downloaded tracing v0.1.40
14882024-03-26T06:40:00.928Z Downloaded toml v0.7.8
14892024-03-26T06:40:00.931Z Downloaded toml v0.5.11
14902024-03-26T06:40:00.936Z Downloaded futures v0.3.30
14912024-03-26T06:40:00.940Z Downloaded pin-project-lite v0.2.13
14922024-03-26T06:40:00.944Z Downloaded tinytemplate v1.2.1
14932024-03-26T06:40:00.944Z Downloaded tempfile v3.10.0
14942024-03-26T06:40:00.948Z Downloaded slog-term v2.9.0
14952024-03-26T06:40:00.948Z Downloaded dof v0.3.0
14962024-03-26T06:40:00.948Z Downloaded dof v0.1.5
14972024-03-26T06:40:00.951Z Downloaded display-error-chain v0.2.0
14982024-03-26T06:40:00.951Z Downloaded diff v0.1.13
14992024-03-26T06:40:00.955Z Downloaded heapless v0.7.16
15002024-03-26T06:40:00.959Z Downloaded backtrace v0.3.69
15012024-03-26T06:40:00.963Z Downloaded which v4.4.0
15022024-03-26T06:40:00.963Z Downloaded miniz_oxide v0.7.1
15032024-03-26T06:40:00.966Z Downloaded dirs-sys-next v0.1.2
15042024-03-26T06:40:00.966Z Downloaded walkdir v2.4.0
15052024-03-26T06:40:00.966Z Downloaded untrusted v0.7.1
15062024-03-26T06:40:00.966Z Downloaded plotters-backend v0.3.5
15072024-03-26T06:40:00.970Z Downloaded same-file v1.0.6
15082024-03-26T06:40:00.970Z Downloaded compact_str v0.7.1
15092024-03-26T06:40:00.973Z Downloaded http v0.2.12
15102024-03-26T06:40:00.981Z Downloaded mockall_derive v0.12.0
15112024-03-26T06:40:00.981Z Downloaded indicatif v0.17.8
15122024-03-26T06:40:00.984Z Downloaded cc v1.0.83
15132024-03-26T06:40:00.985Z Downloaded cookie_store v0.20.0
15142024-03-26T06:40:00.985Z Downloaded xattr v1.0.1
15152024-03-26T06:40:00.988Z Downloaded num-derive v0.4.0
15162024-03-26T06:40:00.988Z Downloaded native-tls v0.2.11
15172024-03-26T06:40:00.991Z Downloaded log v0.4.21
15182024-03-26T06:40:00.992Z Downloaded chacha20poly1305 v0.10.1
15192024-03-26T06:40:00.996Z Downloaded difflib v0.4.0
15202024-03-26T06:40:00.996Z Downloaded cfg-expr v0.15.6
15212024-03-26T06:40:00.996Z Downloaded bcs v0.1.6
15222024-03-26T06:40:00.999Z Downloaded usdt v0.5.0
15232024-03-26T06:40:01.000Z Downloaded nu-ansi-term v0.50.0
15242024-03-26T06:40:01.005Z Downloaded memmap2 v0.7.1
15252024-03-26T06:40:01.005Z Downloaded mime_guess v2.0.4
15262024-03-26T06:40:01.005Z Downloaded console v0.15.8
15272024-03-26T06:40:01.009Z Downloaded debug-ignore v1.0.5
15282024-03-26T06:40:01.009Z Downloaded zeroize v1.7.0
15292024-03-26T06:40:01.009Z Downloaded serde_derive_internals v0.26.0
15302024-03-26T06:40:01.014Z Downloaded crc32fast v1.3.2
15312024-03-26T06:40:01.014Z Downloaded psl-types v2.0.11
15322024-03-26T06:40:01.015Z Downloaded headers-core v0.2.0
15332024-03-26T06:40:01.015Z Downloaded mockall v0.12.0
15342024-03-26T06:40:01.018Z Downloaded serde_arrays v0.1.0
15352024-03-26T06:40:01.018Z Downloaded blake2 v0.10.6
15362024-03-26T06:40:01.018Z Downloaded base64 v0.13.1
15372024-03-26T06:40:01.023Z Downloaded crossbeam-epoch v0.9.18
15382024-03-26T06:40:01.023Z Downloaded basic-toml v0.1.8
15392024-03-26T06:40:01.029Z Downloaded ipnet v2.9.0
15402024-03-26T06:40:01.033Z Downloaded rustls-pemfile v1.0.3
15412024-03-26T06:40:01.033Z Downloaded num_enum v0.7.2
15422024-03-26T06:40:01.036Z Downloaded nibble_vec v0.1.0
15432024-03-26T06:40:01.040Z Downloaded memmap v0.7.0
15442024-03-26T06:40:01.040Z Downloaded ciborium v0.2.2
15452024-03-26T06:40:01.043Z Downloaded camino-tempfile v1.1.1
15462024-03-26T06:40:01.043Z Downloaded mime v0.3.17
15472024-03-26T06:40:01.043Z Downloaded cookie v0.17.0
15482024-03-26T06:40:01.047Z Downloaded cancel-safe-futures v0.1.5
15492024-03-26T06:40:01.050Z Downloaded num-iter v0.1.44
15502024-03-26T06:40:01.050Z Downloaded macaddr v1.0.1
15512024-03-26T06:40:01.051Z Downloaded multer v3.0.0
15522024-03-26T06:40:01.064Z Downloaded keccak v0.1.4
15532024-03-26T06:40:01.064Z Downloaded hyper-util v0.1.2
15542024-03-26T06:40:01.069Z Downloaded libefi-sys v0.1.0
15552024-03-26T06:40:01.070Z Downloaded lazycell v1.3.0
15562024-03-26T06:40:01.070Z Downloaded lazy_static v1.4.0
15572024-03-26T06:40:01.070Z Downloaded ciborium-ll v0.2.2
15582024-03-26T06:40:01.070Z Downloaded bit-vec v0.6.3
15592024-03-26T06:40:01.070Z Downloaded managed v0.8.0
15602024-03-26T06:40:01.070Z Downloaded is-terminal v0.4.9
15612024-03-26T06:40:01.070Z Downloaded maplit v1.0.2
15622024-03-26T06:40:01.070Z Downloaded lalrpop-util v0.19.12
15632024-03-26T06:40:01.070Z Downloaded ipnetwork v0.20.0
15642024-03-26T06:40:01.070Z Downloaded rtoolbox v0.0.1
15652024-03-26T06:40:01.070Z Downloaded kstat-rs v0.2.3
15662024-03-26T06:40:01.070Z Downloaded strum v0.25.0
15672024-03-26T06:40:01.070Z Downloaded maybe-uninit v2.0.0
15682024-03-26T06:40:01.070Z Downloaded corncobs v0.1.3
15692024-03-26T06:40:01.071Z Downloaded constant_time_eq v0.3.0
15702024-03-26T06:40:01.074Z Downloaded colored v2.1.0
15712024-03-26T06:40:01.074Z Downloaded byteorder v1.5.0
15722024-03-26T06:40:01.074Z Downloaded convert_case v0.4.0
15732024-03-26T06:40:01.075Z Downloaded cipher v0.4.4
15742024-03-26T06:40:01.078Z Downloaded bitflags v1.3.2
15752024-03-26T06:40:01.078Z Downloaded block-padding v0.3.3
15762024-03-26T06:40:01.082Z Downloaded humantime v2.1.0
15772024-03-26T06:40:01.082Z Downloaded base64 v0.21.7
15782024-03-26T06:40:01.085Z Downloaded cassowary v0.3.0
15792024-03-26T06:40:01.086Z Downloaded async-recursion v1.0.5
15802024-03-26T06:40:01.089Z Downloaded bb8 v0.8.3
15812024-03-26T06:40:01.089Z Downloaded async-stream v0.3.5
15822024-03-26T06:40:01.089Z Downloaded hyper-staticfile v0.9.5
15832024-03-26T06:40:01.096Z Downloaded ciborium-io v0.2.2
15842024-03-26T06:40:01.096Z Downloaded block-buffer v0.10.4
15852024-03-26T06:40:01.097Z Downloaded hubpack v0.1.2
15862024-03-26T06:40:01.097Z Downloaded httptest v0.15.5
15872024-03-26T06:40:01.101Z Downloaded httpdate v1.0.3
15882024-03-26T06:40:01.101Z Downloaded bitstruct_derive v0.1.0
15892024-03-26T06:40:01.101Z Downloaded async-trait v0.1.77
15902024-03-26T06:40:01.101Z Downloaded base16ct v0.2.0
15912024-03-26T06:40:01.101Z Downloaded approx v0.5.1
15922024-03-26T06:40:01.101Z Downloaded http-body v1.0.0
15932024-03-26T06:40:01.105Z Downloaded atomic-waker v1.1.1
15942024-03-26T06:40:01.105Z Downloaded arrayvec v0.7.4
15952024-03-26T06:40:01.105Z Downloaded array-init v0.0.4
15962024-03-26T06:40:01.105Z Downloaded ascii-canvas v3.0.0
15972024-03-26T06:40:01.629Z Compiling libc v0.2.153
15982024-03-26T06:40:01.629Z Compiling serde v1.0.197
15992024-03-26T06:40:01.629Z Compiling version_check v0.9.4
16002024-03-26T06:40:01.629Z Compiling autocfg v1.1.0
16012024-03-26T06:40:01.633Z Checking cfg-if v1.0.0
16022024-03-26T06:40:01.633Z Compiling syn v1.0.109
16032024-03-26T06:40:01.692Z Compiling syn v2.0.52
16042024-03-26T06:40:01.750Z Compiling parking_lot_core v0.9.8
16052024-03-26T06:40:01.816Z Compiling libm v0.2.7
16062024-03-26T06:40:02.156Z Compiling once_cell v1.19.0
16072024-03-26T06:40:02.220Z Compiling memchr v2.7.1
16082024-03-26T06:40:02.274Z Compiling serde_json v1.0.114
16092024-03-26T06:40:02.407Z Compiling ahash v0.8.8
16102024-03-26T06:40:02.539Z Compiling lock_api v0.4.10
16112024-03-26T06:40:02.582Z Compiling num-traits v0.2.18
16122024-03-26T06:40:02.818Z Compiling byteorder v1.5.0
16132024-03-26T06:40:03.297Z Checking log v0.4.21
16142024-03-26T06:40:03.551Z Checking itoa v1.0.9
16152024-03-26T06:40:03.623Z Checking getrandom v0.2.12
16162024-03-26T06:40:03.699Z Compiling cc v1.0.83
16172024-03-26T06:40:03.907Z Compiling slab v0.4.9
16182024-03-26T06:40:04.159Z Compiling typenum v1.16.0
16192024-03-26T06:40:04.329Z Compiling generic-array v0.14.7
16202024-03-26T06:40:04.347Z Checking scopeguard v1.2.0
16212024-03-26T06:40:04.448Z Checking smallvec v1.13.1
16222024-03-26T06:40:04.500Z Compiling allocator-api2 v0.2.16
16232024-03-26T06:40:04.847Z Compiling rustix v0.38.31
16242024-03-26T06:40:04.883Z Compiling pkg-config v0.3.27
16252024-03-26T06:40:05.020Z Compiling schemars v0.8.16
16262024-03-26T06:40:05.513Z Checking pin-project-lite v0.2.13
16272024-03-26T06:40:05.627Z Checking ryu v1.0.15
16282024-03-26T06:40:05.738Z Checking parking_lot v0.12.1
16292024-03-26T06:40:05.765Z Checking signal-hook-registry v1.4.1
16302024-03-26T06:40:05.863Z Compiling fnv v1.0.7
16312024-03-26T06:40:05.997Z Compiling httparse v1.8.0
16322024-03-26T06:40:06.020Z Checking mio v0.8.11
16332024-03-26T06:40:06.088Z Compiling num-conv v0.1.0
16342024-03-26T06:40:06.328Z Compiling time-core v0.1.2
16352024-03-26T06:40:06.817Z Checking rand_core v0.6.4
16362024-03-26T06:40:06.817Z Checking num_cpus v1.16.0
16372024-03-26T06:40:06.817Z Compiling time-macros v0.2.17
16382024-03-26T06:40:06.817Z Compiling vcpkg v0.2.15
16392024-03-26T06:40:06.817Z Checking futures-core v0.3.30
16402024-03-26T06:40:06.889Z Compiling ucd-trie v0.1.6
16412024-03-26T06:40:06.947Z Compiling ring v0.17.8
16422024-03-26T06:40:07.178Z Checking socket2 v0.5.5
16432024-03-26T06:40:07.516Z Compiling aho-corasick v1.1.2
16442024-03-26T06:40:08.094Z Compiling regex-syntax v0.8.2
16452024-03-26T06:40:08.858Z Compiling openssl-sys v0.9.96
16462024-03-26T06:40:09.793Z Compiling serde_derive_internals v0.26.0
16472024-03-26T06:40:10.516Z Compiling crossbeam-utils v0.8.19
16482024-03-26T06:40:10.807Z Compiling ring v0.16.20
16492024-03-26T06:40:11.108Z Compiling slog v2.7.0
16502024-03-26T06:40:11.563Z Compiling regex-automata v0.4.5
16512024-03-26T06:40:11.867Z Checking spin v0.5.2
16522024-03-26T06:40:12.512Z Compiling openssl v0.10.60
16532024-03-26T06:40:12.943Z Compiling async-trait v0.1.77
16542024-03-26T06:40:13.440Z Compiling rustls v0.21.9
16552024-03-26T06:40:13.874Z Checking futures-sink v0.3.30
16562024-03-26T06:40:14.012Z Compiling native-tls v0.2.11
16572024-03-26T06:40:14.219Z Compiling iana-time-zone v0.1.57
16582024-03-26T06:40:14.362Z Compiling backtrace v0.3.69
16592024-03-26T06:40:14.521Z Compiling rustversion v1.0.14
16602024-03-26T06:40:14.637Z Compiling cookie v0.17.0
16612024-03-26T06:40:14.720Z Checking pin-utils v0.1.0
16622024-03-26T06:40:14.807Z Checking futures-channel v0.3.30
16632024-03-26T06:40:14.986Z Checking futures-task v0.3.30
16642024-03-26T06:40:15.003Z Checking futures-io v0.3.30
16652024-03-26T06:40:15.074Z Compiling anyhow v1.0.79
16662024-03-26T06:40:15.164Z Compiling dyn-clone v1.0.17
16672024-03-26T06:40:15.307Z Compiling uuid v0.8.2
16682024-03-26T06:40:15.506Z Checking subtle v2.5.0
16692024-03-26T06:40:15.757Z Compiling unicode-xid v0.2.4
16702024-03-26T06:40:16.193Z Compiling crc32fast v1.3.2
16712024-03-26T06:40:16.309Z Compiling serde_derive v1.0.197
16722024-03-26T06:40:16.662Z Compiling zerocopy-derive v0.7.32
16732024-03-26T06:40:16.677Z Compiling thiserror-impl v1.0.57
16742024-03-26T06:40:16.793Z Compiling zeroize_derive v1.4.2
16752024-03-26T06:40:17.163Z Compiling tokio-macros v2.2.0
16762024-03-26T06:40:17.202Z Compiling futures-macro v0.3.30
16772024-03-26T06:40:17.222Z Compiling tracing-attributes v0.1.27
16782024-03-26T06:40:18.469Z Compiling schemars_derive v0.8.16
16792024-03-26T06:40:18.926Z Checking zeroize v1.7.0
16802024-03-26T06:40:19.112Z Compiling zerocopy v0.7.32
16812024-03-26T06:40:19.188Z Compiling regex v1.10.3
16822024-03-26T06:40:20.110Z Compiling thiserror v1.0.57
16832024-03-26T06:40:20.250Z Compiling pest v2.7.6
16842024-03-26T06:40:20.345Z Compiling openssl-macros v0.1.1
16852024-03-26T06:40:21.093Z Checking futures-util v0.3.30
16862024-03-26T06:40:21.287Z Compiling hashbrown v0.14.3
16872024-03-26T06:40:21.985Z Compiling tinyvec_macros v0.1.1
16882024-03-26T06:40:22.072Z Compiling winnow v0.5.15
16892024-03-26T06:40:22.252Z Compiling tinyvec v1.6.0
16902024-03-26T06:40:22.678Z Compiling pest_meta v2.7.6
16912024-03-26T06:40:23.036Z Compiling scroll_derive v0.12.0
16922024-03-26T06:40:23.625Z Compiling thread-id v4.2.0
16932024-03-26T06:40:23.750Z Compiling unicode-normalization v0.1.22
16942024-03-26T06:40:23.853Z Compiling der_derive v0.7.2
16952024-03-26T06:40:24.469Z Compiling pest_generator v2.7.6
16962024-03-26T06:40:26.382Z Compiling unicode-bidi v0.3.15
16972024-03-26T06:40:26.476Z Compiling clap_derive v4.5.0
16982024-03-26T06:40:26.532Z Compiling errno v0.3.8
16992024-03-26T06:40:26.756Z Compiling either v1.10.0
17002024-03-26T06:40:26.983Z Compiling unicode-width v0.1.11
17012024-03-26T06:40:27.727Z Compiling pest_derive v2.7.6
17022024-03-26T06:40:27.744Z Compiling synstructure v0.12.6
17032024-03-26T06:40:27.922Z Compiling spin v0.9.8
17042024-03-26T06:40:27.956Z Compiling tracing-core v0.1.32
17052024-03-26T06:40:28.296Z Compiling scroll v0.12.0
17062024-03-26T06:40:28.517Z Compiling usdt-impl v0.5.0
17072024-03-26T06:40:28.839Z Compiling tracing v0.1.40
17082024-03-26T06:40:28.864Z Compiling plain v0.2.3
17092024-03-26T06:40:29.104Z Compiling const-oid v0.9.6
17102024-03-26T06:40:29.451Z Compiling percent-encoding v2.3.1
17112024-03-26T06:40:29.575Z Compiling zerocopy-derive v0.2.0
17122024-03-26T06:40:29.791Z Compiling goblin v0.8.0
17132024-03-26T06:40:30.080Z Checking bytes v1.5.0
17142024-03-26T06:40:30.887Z Checking tokio v1.36.0
17152024-03-26T06:40:35.379Z Checking bitflags v2.4.2
17162024-03-26T06:40:35.411Z Checking chrono v0.4.34
17172024-03-26T06:40:35.411Z Compiling indexmap v2.2.5
17182024-03-26T06:40:35.425Z Compiling uuid v1.7.0
17192024-03-26T06:40:35.425Z Compiling http v0.2.12
17202024-03-26T06:40:35.425Z Compiling toml_datetime v0.6.5
17212024-03-26T06:40:35.425Z Compiling semver v1.0.22
17222024-03-26T06:40:35.425Z Compiling serde_spanned v0.6.5
17232024-03-26T06:40:35.425Z Compiling toml_edit v0.19.15
17242024-03-26T06:40:35.426Z Compiling rustc_version v0.4.0
17252024-03-26T06:40:35.882Z Compiling openapiv3 v2.0.0
17262024-03-26T06:40:37.089Z Checking crypto-common v0.1.6
17272024-03-26T06:40:37.268Z Compiling lazy_static v1.4.0
17282024-03-26T06:40:37.478Z Compiling pretty-hex v0.4.1
17292024-03-26T06:40:37.865Z Compiling dof v0.3.0
17302024-03-26T06:40:38.330Z Compiling dtrace-parser v0.2.0
17312024-03-26T06:40:39.255Z Compiling powerfmt v0.2.0
17322024-03-26T06:40:39.438Z Checking equivalent v1.0.1
17332024-03-26T06:40:39.529Z Compiling untrusted v0.7.1
17342024-03-26T06:40:40.082Z Compiling signal-hook v0.3.17
17352024-03-26T06:40:40.090Z Compiling untrusted v0.9.0
17362024-03-26T06:40:40.091Z Compiling foreign-types-shared v0.1.1
17372024-03-26T06:40:40.091Z Compiling foreign-types v0.3.2
17382024-03-26T06:40:40.347Z Compiling deranged v0.3.11
17392024-03-26T06:40:41.309Z Compiling form_urlencoded v1.2.1
17402024-03-26T06:40:41.630Z Compiling zerocopy-derive v0.6.4
17412024-03-26T06:40:42.301Z Compiling usdt-impl v0.3.5
17422024-03-26T06:40:42.607Z Compiling try-lock v0.2.4
17432024-03-26T06:40:42.755Z Compiling siphasher v0.3.11
17442024-03-26T06:40:42.758Z Compiling base64 v0.21.7
17452024-03-26T06:40:42.978Z Compiling tokio-util v0.7.10
17462024-03-26T06:40:43.049Z Compiling num_threads v0.1.6
17472024-03-26T06:40:43.175Z Compiling time v0.3.34
17482024-03-26T06:40:43.897Z Compiling want v0.3.1
17492024-03-26T06:40:44.077Z Compiling rustls-webpki v0.101.7
17502024-03-26T06:40:44.183Z Compiling h2 v0.3.24
17512024-03-26T06:40:44.203Z Compiling sct v0.7.0
17522024-03-26T06:40:44.517Z Compiling http-body v0.4.5
17532024-03-26T06:40:44.562Z Compiling zerocopy v0.3.0
17542024-03-26T06:40:44.694Z Compiling block-buffer v0.10.4
17552024-03-26T06:40:44.922Z Compiling idna v0.5.0
17562024-03-26T06:40:44.960Z Compiling bzip2-sys v0.1.11+1.0.8
17572024-03-26T06:40:45.386Z Compiling openssl-probe v0.1.5
17582024-03-26T06:40:45.915Z Compiling httpdate v1.0.3
17592024-03-26T06:40:46.041Z Compiling tower-service v0.3.2
17602024-03-26T06:40:46.166Z Checking ppv-lite86 v0.2.17
17612024-03-26T06:40:46.346Z Compiling url v2.5.0
17622024-03-26T06:40:46.521Z Compiling dof v0.1.5
17632024-03-26T06:40:46.898Z Checking rand_chacha v0.3.1
17642024-03-26T06:40:47.229Z Compiling digest v0.10.7
17652024-03-26T06:40:47.459Z Compiling heapless v0.7.16
17662024-03-26T06:40:47.733Z Compiling dtrace-parser v0.1.14
17672024-03-26T06:40:47.886Z Compiling idna v0.3.0
17682024-03-26T06:40:48.985Z Compiling unicode-segmentation v1.10.1
17692024-03-26T06:40:49.565Z Compiling psl-types v2.0.11
17702024-03-26T06:40:49.761Z Compiling adler v1.0.2
17712024-03-26T06:40:49.823Z Compiling publicsuffix v2.2.3
17722024-03-26T06:40:49.984Z Compiling miniz_oxide v0.7.1
17732024-03-26T06:40:50.073Z Compiling crossbeam-epoch v0.9.18
17742024-03-26T06:40:50.413Z Compiling tokio-native-tls v0.3.1
17752024-03-26T06:40:50.926Z Checking rand v0.8.5
17762024-03-26T06:40:51.533Z Compiling hyper v0.14.28
17772024-03-26T06:40:52.408Z Compiling tokio-rustls v0.24.1
17782024-03-26T06:40:52.408Z Compiling serde_tokenstream v0.1.7
17792024-03-26T06:40:52.623Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
17802024-03-26T06:40:52.713Z Checking unicode-ident v1.0.12
17812024-03-26T06:40:52.889Z Compiling ipnet v2.9.0
17822024-03-26T06:40:53.074Z Compiling bit-vec v0.6.3
17832024-03-26T06:40:53.395Z Compiling cookie_store v0.20.0
17842024-03-26T06:40:53.521Z Compiling rustls-pemfile v1.0.3
17852024-03-26T06:40:53.939Z Compiling phf_shared v0.10.0
17862024-03-26T06:40:54.123Z Compiling serde_urlencoded v0.7.1
17872024-03-26T06:40:54.643Z Compiling num-bigint v0.4.4
17882024-03-26T06:40:54.889Z Compiling encoding_rs v0.8.33
17892024-03-26T06:40:54.989Z Compiling sync_wrapper v0.1.2
17902024-03-26T06:40:54.992Z Compiling smoltcp v0.9.1
17912024-03-26T06:40:55.121Z Compiling new_debug_unreachable v1.0.4
17922024-03-26T06:40:55.214Z Compiling base64ct v1.6.0
17932024-03-26T06:40:55.510Z Compiling gimli v0.28.0
17942024-03-26T06:40:55.591Z Compiling precomputed-hash v0.1.1
17952024-03-26T06:40:55.660Z Compiling mime v0.3.17
17962024-03-26T06:40:55.698Z Compiling fixedbitset v0.4.2
17972024-03-26T06:40:55.880Z Compiling webpki-roots v0.25.2
17982024-03-26T06:40:56.034Z Compiling minimal-lexical v0.2.1
17992024-03-26T06:40:56.120Z Compiling petgraph v0.6.4
18002024-03-26T06:40:56.238Z Compiling string_cache v0.8.7
18012024-03-26T06:40:56.261Z Compiling pem-rfc7468 v0.7.0
18022024-03-26T06:40:56.578Z Compiling nom v7.1.3
18032024-03-26T06:40:57.006Z Compiling bit-set v0.5.3
18042024-03-26T06:40:57.097Z Compiling usdt-macro v0.3.5
18052024-03-26T06:40:57.111Z Compiling usdt-attr-macro v0.3.5
18062024-03-26T06:40:57.258Z Compiling hmac v0.12.1
18072024-03-26T06:40:57.506Z Compiling itertools v0.10.5
18082024-03-26T06:40:58.464Z Compiling hyper-tls v0.5.0
18092024-03-26T06:40:58.666Z Compiling hyper-rustls v0.24.2
18102024-03-26T06:40:59.037Z Compiling reqwest v0.11.24
18112024-03-26T06:40:59.166Z Compiling hubpack_derive v0.1.1
18122024-03-26T06:40:59.723Z Compiling enum-as-inner v0.5.1
18132024-03-26T06:41:00.058Z Compiling addr2line v0.21.0
18142024-03-26T06:41:00.075Z Compiling diesel_table_macro_syntax v0.1.0
18152024-03-26T06:41:00.355Z Compiling object v0.32.1
18162024-03-26T06:41:00.497Z Compiling rustc-demangle v0.1.23
18172024-03-26T06:41:00.508Z Compiling lalrpop-util v0.19.12
18182024-03-26T06:41:00.691Z Compiling flagset v0.4.3
18192024-03-26T06:41:00.735Z Compiling diesel_derives v2.1.2
18202024-03-26T06:41:00.841Z Compiling flate2 v1.0.28
18212024-03-26T06:41:00.890Z Compiling der v0.7.8
18222024-03-26T06:41:01.636Z Checking proc-macro2 v1.0.78
18232024-03-26T06:41:01.785Z Compiling futures-executor v0.3.30
18242024-03-26T06:41:01.843Z Compiling strum_macros v0.25.2
18252024-03-26T06:41:02.313Z Compiling cpufeatures v0.2.12
18262024-03-26T06:41:02.408Z Compiling sha2 v0.10.8
18272024-03-26T06:41:04.409Z Compiling spki v0.7.2
18282024-03-26T06:41:04.579Z Compiling toml_edit v0.22.6
18292024-03-26T06:41:04.771Z Checking quote v1.0.35
18302024-03-26T06:41:05.090Z Compiling futures v0.3.30
18312024-03-26T06:41:05.207Z Compiling md-5 v0.10.5
18322024-03-26T06:41:05.455Z Compiling toml v0.7.8
18332024-03-26T06:41:06.094Z Compiling hex v0.4.3
18342024-03-26T06:41:06.120Z Compiling stringprep v0.1.3
18352024-03-26T06:41:06.141Z Compiling serde_repr v0.1.16
18362024-03-26T06:41:07.121Z Compiling num-integer v0.1.46
18372024-03-26T06:41:07.317Z Compiling hash32 v0.2.1
18382024-03-26T06:41:07.693Z Compiling fallible-iterator v0.2.0
18392024-03-26T06:41:08.011Z Compiling stable_deref_trait v1.2.0
18402024-03-26T06:41:08.790Z Compiling postgres-protocol v0.6.6
18412024-03-26T06:41:09.114Z Compiling pkcs8 v0.10.2
18422024-03-26T06:41:09.422Z Compiling phf_shared v0.11.2
18432024-03-26T06:41:09.805Z Compiling terminal_size v0.3.0
18442024-03-26T06:41:09.991Z Compiling ff v0.13.0
18452024-03-26T06:41:10.203Z Compiling block-padding v0.3.3
18462024-03-26T06:41:10.321Z Compiling scheduled-thread-pool v0.2.7
18472024-03-26T06:41:10.448Z Compiling matches v0.1.10
18482024-03-26T06:41:10.554Z Compiling bitflags v1.3.2
18492024-03-26T06:41:10.643Z Compiling base16ct v0.2.0
18502024-03-26T06:41:10.689Z Compiling managed v0.8.0
18512024-03-26T06:41:10.733Z Compiling regex-automata v0.1.10
18522024-03-26T06:41:10.901Z Compiling clap_builder v4.5.1
18532024-03-26T06:41:10.947Z Compiling sec1 v0.7.3
18542024-03-26T06:41:11.182Z Compiling bstr v0.2.17
18552024-03-26T06:41:11.221Z Compiling r2d2 v0.8.10
18562024-03-26T06:41:11.499Z Compiling idna v0.2.3
18572024-03-26T06:41:11.608Z Compiling inout v0.1.3
18582024-03-26T06:41:11.870Z Compiling group v0.13.0
18592024-03-26T06:41:12.189Z Compiling signal-hook-mio v0.2.3
18602024-03-26T06:41:12.352Z Compiling phf v0.11.2
18612024-03-26T06:41:12.584Z Compiling bzip2 v0.4.4
18622024-03-26T06:41:12.651Z Compiling postgres-types v0.2.6
18632024-03-26T06:41:13.103Z Compiling hubpack v0.1.2
18642024-03-26T06:41:13.107Z Compiling hkdf v0.12.4
18652024-03-26T06:41:13.540Z Compiling zerocopy v0.6.4
18662024-03-26T06:41:13.547Z Compiling ipnetwork v0.20.0
18672024-03-26T06:41:14.256Z Compiling crypto-bigint v0.5.2
18682024-03-26T06:41:14.304Z Compiling float-cmp v0.9.0
18692024-03-26T06:41:14.407Z Compiling whoami v1.5.0
18702024-03-26T06:41:14.516Z Compiling predicates-core v1.0.6
18712024-03-26T06:41:14.596Z Compiling normalize-line-endings v0.3.0
18722024-03-26T06:41:14.719Z Compiling static_assertions v1.1.0
18732024-03-26T06:41:14.760Z Compiling data-encoding v2.4.0
18742024-03-26T06:41:14.817Z Compiling difflib v0.4.0
18752024-03-26T06:41:14.871Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
18762024-03-26T06:41:15.755Z Compiling trust-dns-proto v0.22.0
18772024-03-26T06:41:16.473Z Compiling elliptic-curve v0.13.8
18782024-03-26T06:41:17.164Z Compiling yasna v0.5.2
18792024-03-26T06:41:17.306Z Compiling predicates v3.1.0
18802024-03-26T06:41:17.383Z Compiling diesel v2.1.4
18812024-03-26T06:41:17.683Z Compiling clap v4.5.1
18822024-03-26T06:41:17.810Z Compiling tokio-postgres v0.7.10
18832024-03-26T06:41:19.171Z Compiling zip v0.6.6
18842024-03-26T06:41:19.923Z Compiling crossterm v0.27.0
18852024-03-26T06:41:21.904Z Compiling similar v2.4.0
18862024-03-26T06:41:21.914Z Compiling cipher v0.4.4
18872024-03-26T06:41:21.914Z Compiling num-iter v0.1.44
18882024-03-26T06:41:21.914Z Compiling usdt v0.3.5
18892024-03-26T06:41:21.914Z Compiling tokio-stream v0.1.14
18902024-03-26T06:41:21.914Z Compiling console v0.15.8
18912024-03-26T06:41:22.336Z Compiling bstr v1.9.0
18922024-03-26T06:41:23.474Z Checking utf8parse v0.2.1
18932024-03-26T06:41:24.206Z Checking anstyle v1.0.6
18942024-03-26T06:41:25.588Z Checking anstyle-parse v0.2.1
18952024-03-26T06:41:25.853Z Checking colorchoice v1.0.0
18962024-03-26T06:41:25.975Z Checking anstyle-query v1.0.0
18972024-03-26T06:41:26.551Z Checking anstream v0.6.11
18982024-03-26T06:41:27.585Z Checking strsim v0.11.0
18992024-03-26T06:41:27.807Z Checking clap_lex v0.7.0
19002024-03-26T06:41:32.864Z Compiling serde_tokenstream v0.2.0
19012024-03-26T06:41:37.859Z Checking winnow v0.6.1
19022024-03-26T06:41:44.236Z Compiling regress v0.9.0
19032024-03-26T06:41:44.959Z Checking heck v0.4.1
19042024-03-26T06:41:45.154Z Compiling getopts v0.2.21
19052024-03-26T06:41:45.531Z Compiling unsafe-libyaml v0.2.10
19062024-03-26T06:41:46.867Z Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
19072024-03-26T06:41:47.063Z Compiling serde_yaml v0.9.25
19082024-03-26T06:41:47.199Z Compiling ident_case v1.0.1
19092024-03-26T06:41:47.382Z Compiling strsim v0.10.0
19102024-03-26T06:41:47.451Z Checking camino v1.1.6
19112024-03-26T06:41:48.009Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
19122024-03-26T06:41:48.177Z Checking atty v0.2.14
19132024-03-26T06:41:48.292Z Checking sha1 v0.10.6
19142024-03-26T06:41:48.358Z Checking http v1.0.0
19152024-03-26T06:41:48.573Z Checking match_cfg v0.1.0
19162024-03-26T06:41:48.660Z Checking hostname v0.3.1
19172024-03-26T06:41:48.814Z Checking crossbeam-channel v0.5.8
19182024-03-26T06:41:49.447Z Compiling proc-macro-crate v1.3.1
19192024-03-26T06:41:49.505Z Checking thread_local v1.1.7
19202024-03-26T06:41:49.657Z Checking instant v0.1.12
19212024-03-26T06:41:49.766Z Checking fastrand v2.0.1
19222024-03-26T06:41:49.784Z Compiling slog-async v2.8.0
19232024-03-26T06:41:50.092Z Checking rustls-pki-types v1.3.0
19242024-03-26T06:41:50.362Z Checking tempfile v3.10.0
19252024-03-26T06:41:50.877Z Compiling darling_core v0.20.3
19262024-03-26T06:41:50.882Z Compiling strum_macros v0.26.1
19272024-03-26T06:41:50.882Z Checking dirs-sys-next v0.1.2
19282024-03-26T06:41:50.904Z Compiling paste v1.0.14
19292024-03-26T06:41:51.337Z Checking take_mut v0.2.2
19302024-03-26T06:41:51.393Z Checking quick-error v1.2.3
19312024-03-26T06:41:51.481Z Compiling parking_lot_core v0.8.6
19322024-03-26T06:41:51.805Z Checking dirs-next v2.0.0
19332024-03-26T06:41:51.839Z Compiling rustls v0.22.2
19342024-03-26T06:41:51.932Z Checking term v0.7.0
19352024-03-26T06:41:52.268Z Checking rustls-webpki v0.102.1
19362024-03-26T06:41:52.333Z Checking slog-json v2.6.1
19372024-03-26T06:41:52.591Z Checking fxhash v0.2.1
19382024-03-26T06:41:53.177Z Checking slog-bunyan v2.5.0
19392024-03-26T06:41:53.181Z Checking slog-term v2.9.0
19402024-03-26T06:41:53.403Z Checking parking_lot v0.11.2
19412024-03-26T06:41:53.431Z Checking rustls-pemfile v2.1.1
19422024-03-26T06:41:53.663Z Compiling multer v3.0.0
19432024-03-26T06:41:53.737Z Checking debug-ignore v1.0.5
19442024-03-26T06:41:53.882Z Checking sled v0.34.7
19452024-03-26T06:41:54.047Z Compiling async-stream-impl v0.3.5
19462024-03-26T06:41:54.585Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19472024-03-26T06:41:55.022Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
19482024-03-26T06:41:55.330Z Checking half v2.3.1
19492024-03-26T06:41:55.466Z Checking atomic-waker v1.1.1
19502024-03-26T06:41:55.602Z Checking ciborium-io v0.2.2
19512024-03-26T06:41:55.751Z Checking waitgroup v0.1.2
19522024-03-26T06:41:55.786Z Checking ciborium-ll v0.2.2
19532024-03-26T06:41:55.855Z Checking async-stream v0.3.5
19542024-03-26T06:41:55.902Z Checking strum v0.26.1
19552024-03-26T06:41:56.066Z Checking toml v0.8.10
19562024-03-26T06:41:56.113Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
19572024-03-26T06:41:56.468Z Checking serde_path_to_error v0.1.16
19582024-03-26T06:41:56.672Z Compiling darling_macro v0.20.3
19592024-03-26T06:41:56.737Z Checking ciborium v0.2.2
19602024-03-26T06:41:56.779Z Checking tokio-rustls v0.25.0
19612024-03-26T06:41:56.804Z Checking mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
19622024-03-26T06:41:57.087Z Checking wait-timeout v0.2.0
19632024-03-26T06:41:57.190Z Compiling num_enum_derive v0.7.2
19642024-03-26T06:41:57.234Z Compiling structmeta-derive v0.3.0
19652024-03-26T06:41:57.253Z Checking rusty-fork v0.3.0
19662024-03-26T06:41:57.544Z Checking newtype-uuid v1.0.1
19672024-03-26T06:41:57.698Z Compiling darling v0.20.3
19682024-03-26T06:41:57.745Z Checking rdb v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
19692024-03-26T06:41:57.784Z Compiling structmeta-derive v0.2.0
19702024-03-26T06:41:57.817Z Compiling serde_with_macros v3.6.1
19712024-03-26T06:41:58.772Z Checking rand_xorshift v0.3.0
19722024-03-26T06:41:58.948Z Checking unarray v0.1.4
19732024-03-26T06:41:59.100Z Checking proptest v1.4.0
19742024-03-26T06:42:00.185Z Checking num_enum v0.7.2
19752024-03-26T06:42:00.336Z Checking bgp v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
19762024-03-26T06:42:00.440Z Compiling structmeta v0.3.0
19772024-03-26T06:42:07.613Z Compiling parse-display-derive v0.9.0
19782024-03-26T06:42:07.670Z Compiling structmeta v0.2.0
19792024-03-26T06:42:07.670Z Checking serde_with v3.6.1
19802024-03-26T06:42:07.670Z Checking backoff v0.4.0
19812024-03-26T06:42:07.670Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19822024-03-26T06:42:07.733Z Compiling test-strategy v0.3.1
19832024-03-26T06:42:07.733Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19842024-03-26T06:42:07.733Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19852024-03-26T06:42:07.827Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19862024-03-26T06:42:07.827Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19872024-03-26T06:42:07.827Z Checking macaddr v1.0.1
19882024-03-26T06:42:07.827Z Compiling proc-macro-error-attr v1.0.4
19892024-03-26T06:42:07.827Z Compiling proc-macro-error v1.0.4
19902024-03-26T06:42:07.828Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19912024-03-26T06:42:07.828Z Compiling num_enum_derive v0.5.11
19922024-03-26T06:42:07.828Z Checking camino-tempfile v1.1.1
19932024-03-26T06:42:07.828Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19942024-03-26T06:42:07.829Z Compiling foreign-types-macros v0.2.3
19952024-03-26T06:42:07.829Z Checking foreign-types-shared v0.3.1
19962024-03-26T06:42:07.829Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19972024-03-26T06:42:07.829Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19982024-03-26T06:42:07.829Z Checking cstr-argument v0.1.2
19992024-03-26T06:42:07.829Z Checking pretty-hex v0.2.1
20002024-03-26T06:42:07.830Z Checking foreign-types v0.5.0
20012024-03-26T06:42:07.830Z Checking tabwriter v1.4.0
20022024-03-26T06:42:07.830Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20032024-03-26T06:42:07.830Z Checking parse-display v0.9.0
20042024-03-26T06:42:07.830Z Checking colored v2.1.0
20052024-03-26T06:42:07.830Z Checking socket2 v0.4.9
20062024-03-26T06:42:07.830Z Checking smf v0.2.2
20072024-03-26T06:42:07.830Z Checking humantime v2.1.0
20082024-03-26T06:42:07.830Z Compiling usdt-attr-macro v0.5.0
20092024-03-26T06:42:07.830Z Compiling usdt-macro v0.5.0
20102024-03-26T06:42:07.831Z Checking memmap v0.7.0
20112024-03-26T06:42:07.831Z Checking termcolor v1.2.0
20122024-03-26T06:42:07.832Z Checking arc-swap v1.6.0
20132024-03-26T06:42:07.832Z Checking termtree v0.4.1
20142024-03-26T06:42:07.832Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
20152024-03-26T06:42:07.832Z Checking num_enum v0.5.11
20162024-03-26T06:42:07.832Z Compiling heapless v0.8.0
20172024-03-26T06:42:07.832Z Checking predicates-tree v1.0.9
20182024-03-26T06:42:07.832Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20192024-03-26T06:42:07.832Z Checking slog-scope v4.4.0
20202024-03-26T06:42:07.832Z Checking hash32 v0.3.1
20212024-03-26T06:42:07.833Z Compiling smoltcp v0.11.0
20222024-03-26T06:42:07.833Z Checking slog-stdlog v4.1.1
20232024-03-26T06:42:07.833Z Checking cobs v0.2.3
20242024-03-26T06:42:07.833Z Compiling crucible-workspace-hack v0.1.0
20252024-03-26T06:42:07.833Z Checking embedded-io v0.4.0
20262024-03-26T06:42:07.833Z Checking postcard v1.0.8
20272024-03-26T06:42:07.876Z Checking slog-envlogger v2.2.0
20282024-03-26T06:42:07.919Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
20292024-03-26T06:42:07.965Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
20302024-03-26T06:42:08.059Z Checking usdt v0.5.0
20312024-03-26T06:42:08.082Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
20322024-03-26T06:42:08.088Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
20332024-03-26T06:42:08.263Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
20342024-03-26T06:42:08.342Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20352024-03-26T06:42:08.366Z Checking utf-8 v0.7.6
20362024-03-26T06:42:08.530Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20372024-03-26T06:42:08.565Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
20382024-03-26T06:42:09.028Z Compiling mockall_derive v0.12.0
20392024-03-26T06:42:09.093Z Compiling num-derive v0.4.0
20402024-03-26T06:42:09.180Z Checking fragile v2.0.0
20412024-03-26T06:42:09.436Z Checking downcast v0.11.0
20422024-03-26T06:42:09.640Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
20432024-03-26T06:42:09.895Z Checking xattr v1.0.1
20442024-03-26T06:42:10.077Z Checking filetime v0.2.23
20452024-03-26T06:42:10.097Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20462024-03-26T06:42:10.285Z Checking same-file v1.0.6
20472024-03-26T06:42:10.459Z Checking walkdir v2.4.0
20482024-03-26T06:42:10.509Z Checking tar v0.4.40
20492024-03-26T06:42:11.008Z Checking tungstenite v0.20.1
20502024-03-26T06:42:11.009Z Checking base64 v0.22.0
20512024-03-26T06:42:11.264Z Compiling heck v0.3.3
20522024-03-26T06:42:11.341Z Checking pem v3.0.2
20532024-03-26T06:42:11.470Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60)
20542024-03-26T06:42:11.588Z Checking headers-core v0.2.0
20552024-03-26T06:42:11.618Z Checking tokio-tungstenite v0.20.1
20562024-03-26T06:42:11.684Z Checking linked-hash-map v0.5.6
20572024-03-26T06:42:11.721Z Checking headers v0.3.9
20582024-03-26T06:42:11.844Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
20592024-03-26T06:42:11.897Z Checking env_logger v0.9.3
20602024-03-26T06:42:11.979Z Checking lru-cache v0.1.2
20612024-03-26T06:42:12.063Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20622024-03-26T06:42:12.151Z Compiling bitstruct_derive v0.1.0
20632024-03-26T06:42:12.200Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
20642024-03-26T06:42:12.337Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
20652024-03-26T06:42:12.418Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20662024-03-26T06:42:12.966Z Checking ascii v1.1.0
20672024-03-26T06:42:12.970Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20682024-03-26T06:42:12.970Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
20692024-03-26T06:42:12.974Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20702024-03-26T06:42:13.170Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
20712024-03-26T06:42:13.214Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20722024-03-26T06:42:13.445Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20732024-03-26T06:42:13.484Z Checking bitstruct v0.1.1
20742024-03-26T06:42:13.505Z Checking password-hash v0.5.0
20752024-03-26T06:42:13.582Z Checking itertools v0.12.1
20762024-03-26T06:42:13.786Z Checking blake2 v0.10.6
20772024-03-26T06:42:13.824Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20782024-03-26T06:42:14.006Z Checking serde_arrays v0.1.0
20792024-03-26T06:42:14.084Z Checking erased-serde v0.3.31
20802024-03-26T06:42:14.161Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
20812024-03-26T06:42:14.241Z Checking argon2 v0.5.3
20822024-03-26T06:42:14.388Z Compiling zone_cfg_derive v0.1.2
20832024-03-26T06:42:14.469Z Checking tungstenite v0.21.0
20842024-03-26T06:42:14.615Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
20852024-03-26T06:42:14.895Z Checking swrite v0.1.0
20862024-03-26T06:42:14.910Z Checking base64 v0.13.1
20872024-03-26T06:42:15.012Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20882024-03-26T06:42:15.181Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20892024-03-26T06:42:15.299Z Checking ron v0.7.1
20902024-03-26T06:42:15.345Z Checking tokio-tungstenite v0.21.0
20912024-03-26T06:42:15.784Z Checking portpicker v0.1.1
20922024-03-26T06:42:15.922Z Checking rcgen v0.12.1
20932024-03-26T06:42:15.967Z Checking zone v0.1.8
20942024-03-26T06:42:16.226Z Checking atomicwrites v0.4.3
20952024-03-26T06:42:16.427Z Checking subprocess v0.2.9
20962024-03-26T06:42:16.430Z Compiling derive-where v1.2.7
20972024-03-26T06:42:16.585Z Checking resolv-conf v0.7.0
20982024-03-26T06:42:16.589Z Compiling rayon-core v1.12.1
20992024-03-26T06:42:16.895Z Checking trust-dns-resolver v0.22.0
21002024-03-26T06:42:16.917Z Compiling cancel-safe-futures v0.1.5
21012024-03-26T06:42:16.969Z Compiling semver v0.1.20
21022024-03-26T06:42:17.003Z Checking libsw v3.3.1
21032024-03-26T06:42:17.266Z Checking linear-map v1.2.0
21042024-03-26T06:42:17.401Z Checking mockall v0.12.0
21052024-03-26T06:42:17.598Z Compiling rustc_version v0.1.7
21062024-03-26T06:42:17.617Z Checking owo-colors v4.0.0
21072024-03-26T06:42:17.632Z Compiling slog-dtrace v0.3.0
21082024-03-26T06:42:17.679Z Compiling radium v0.7.0
21092024-03-26T06:42:18.094Z Compiling newtype_derive v0.1.6
21102024-03-26T06:42:18.172Z Checking is-terminal v0.4.9
21112024-03-26T06:42:18.277Z Checking nibble_vec v0.1.0
21122024-03-26T06:42:18.384Z Checking endian-type v0.1.2
21132024-03-26T06:42:18.416Z Checking tap v1.0.1
21142024-03-26T06:42:18.457Z Compiling maybe-uninit v2.0.0
21152024-03-26T06:42:18.574Z Checking radix_trie v0.2.1
21162024-03-26T06:42:18.579Z Checking steno v0.4.0
21172024-03-26T06:42:19.059Z Checking wyz v0.5.1
21182024-03-26T06:42:19.059Z Checking newline-converter v0.3.0
21192024-03-26T06:42:19.065Z Compiling packed_struct v0.10.1
21202024-03-26T06:42:19.187Z Checking crc-catalog v2.2.0
21212024-03-26T06:42:19.318Z Compiling num-bigint-dig v0.8.4
21222024-03-26T06:42:19.392Z Checking funty v2.0.0
21232024-03-26T06:42:19.513Z Checking crc v3.0.1
21242024-03-26T06:42:19.573Z Checking expectorate v1.1.0
21252024-03-26T06:42:19.699Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21262024-03-26T06:42:19.726Z Compiling packed_struct_codegen v0.10.1
21272024-03-26T06:42:19.729Z Compiling indexmap v1.9.3
21282024-03-26T06:42:20.050Z Compiling num-rational v0.4.1
21292024-03-26T06:42:20.064Z Checking nodrop v0.1.14
21302024-03-26T06:42:20.185Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21312024-03-26T06:42:20.195Z Checking array-init v0.0.4
21322024-03-26T06:42:20.423Z Checking bitvec v1.0.1
21332024-03-26T06:42:20.637Z Checking smallvec v0.6.14
21342024-03-26T06:42:20.833Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
21352024-03-26T06:42:21.010Z Checking pkcs1 v0.7.5
21362024-03-26T06:42:21.174Z Checking signature v2.1.0
21372024-03-26T06:42:21.374Z Checking bitfield v0.14.0
21382024-03-26T06:42:21.401Z Checking hashbrown v0.12.3
21392024-03-26T06:42:21.627Z Checking serde-hex v0.1.0
21402024-03-26T06:42:22.905Z Checking rsa v0.9.2
21412024-03-26T06:42:23.066Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21422024-03-26T06:42:23.288Z Checking env_logger v0.10.0
21432024-03-26T06:42:23.434Z Checking x509-cert v0.2.4
21442024-03-26T06:42:23.694Z Checking ron v0.8.1
21452024-03-26T06:42:23.925Z Checking hashbrown v0.13.2
21462024-03-26T06:42:24.243Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21472024-03-26T06:42:24.517Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21482024-03-26T06:42:24.821Z Checking num-complex v0.4.4
21492024-03-26T06:42:24.929Z Checking crc-any v2.4.3
21502024-03-26T06:42:24.983Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21512024-03-26T06:42:24.995Z Checking object v0.30.4
21522024-03-26T06:42:25.013Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21532024-03-26T06:42:25.224Z Checking path-slash v0.1.5
21542024-03-26T06:42:25.291Z Compiling convert_case v0.4.0
21552024-03-26T06:42:25.361Z Checking display-error-chain v0.2.0
21562024-03-26T06:42:25.507Z Compiling buf-list v1.0.3
21572024-03-26T06:42:25.623Z Compiling blake3 v1.5.0
21582024-03-26T06:42:25.665Z Checking num v0.4.1
21592024-03-26T06:42:25.766Z Checking textwrap v0.11.0
21602024-03-26T06:42:25.973Z Checking gethostname v0.4.3
21612024-03-26T06:42:26.108Z Checking vec_map v0.8.2
21622024-03-26T06:42:26.229Z Checking ansi_term v0.12.1
21632024-03-26T06:42:26.277Z Compiling derive_more v0.99.17
21642024-03-26T06:42:26.333Z Checking strsim v0.8.0
21652024-03-26T06:42:26.488Z Compiling libefi-sys v0.1.0
21662024-03-26T06:42:26.513Z Compiling structopt-derive v0.4.18
21672024-03-26T06:42:26.526Z Checking clap v2.34.0
21682024-03-26T06:42:26.598Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
21692024-03-26T06:42:26.699Z Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21702024-03-26T06:42:27.092Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21712024-03-26T06:42:27.124Z Compiling crossbeam-deque v0.8.3
21722024-03-26T06:42:27.384Z Compiling pin-project-internal v1.1.3
21732024-03-26T06:42:27.683Z Compiling doc-comment v0.3.3
21742024-03-26T06:42:28.264Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
21752024-03-26T06:42:29.020Z Checking keccak v0.1.4
21762024-03-26T06:42:29.322Z Checking sha3 v0.10.8
21772024-03-26T06:42:29.712Z Checking structopt v0.3.26
21782024-03-26T06:42:29.728Z Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
21792024-03-26T06:42:30.229Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21802024-03-26T06:42:30.453Z Checking trust-dns-client v0.22.0
21812024-03-26T06:42:30.546Z Checking pin-project v1.1.3
21822024-03-26T06:42:30.658Z Checking toml v0.5.11
21832024-03-26T06:42:30.846Z Compiling semver-parser v0.10.2
21842024-03-26T06:42:30.949Z Checking secrecy v0.8.0
21852024-03-26T06:42:31.168Z Compiling vte_generate_state_changes v0.1.1
21862024-03-26T06:42:31.670Z Compiling semver v0.11.0
21872024-03-26T06:42:31.837Z Checking vte v0.11.1
21882024-03-26T06:42:31.991Z Compiling rayon v1.9.0
21892024-03-26T06:42:32.103Z Checking trust-dns-server v0.22.1
21902024-03-26T06:42:33.034Z Compiling memmap2 v0.7.1
21912024-03-26T06:42:33.566Z Compiling arrayvec v0.7.4
21922024-03-26T06:42:33.721Z Compiling arrayref v0.3.7
21932024-03-26T06:42:33.727Z Compiling home v0.5.5
21942024-03-26T06:42:33.856Z Compiling constant_time_eq v0.3.0
21952024-03-26T06:42:33.992Z Compiling toolchain_find v0.2.0
21962024-03-26T06:42:34.048Z Checking strip-ansi-escapes v0.2.0
21972024-03-26T06:42:34.673Z Checking fd-lock v3.0.13
21982024-03-26T06:42:34.855Z Compiling topological-sort v0.2.2
21992024-03-26T06:42:35.059Z Checking strum v0.25.0
22002024-03-26T06:42:35.077Z Checking nu-ansi-term v0.50.0
22012024-03-26T06:42:35.259Z Checking glob v0.3.1
22022024-03-26T06:42:35.476Z Checking reedline v0.30.0
22032024-03-26T06:42:35.553Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22042024-03-26T06:42:35.889Z Compiling snafu-derive v0.7.5
22052024-03-26T06:42:36.173Z Compiling fs-err v2.11.0
22062024-03-26T06:42:36.721Z Compiling rustfmt-wrapper v0.2.0
22072024-03-26T06:42:36.894Z Compiling unicase v2.7.0
22082024-03-26T06:42:37.196Z Compiling omicron-zone-package v0.11.0
22092024-03-26T06:42:37.319Z Compiling platforms v3.0.2
22102024-03-26T06:42:37.819Z Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22112024-03-26T06:42:38.004Z Checking globset v0.4.13
22122024-03-26T06:42:38.186Z Checking olpc-cjson v0.1.3
22132024-03-26T06:42:38.202Z Checking serde_plain v1.0.2
22142024-03-26T06:42:38.386Z Compiling async-recursion v1.0.5
22152024-03-26T06:42:38.398Z Checking typed-path v0.7.0
22162024-03-26T06:42:39.060Z Compiling memoffset v0.7.1
22172024-03-26T06:42:39.094Z Checking bytecount v0.6.3
22182024-03-26T06:42:39.380Z Checking parse-size v1.0.0
22192024-03-26T06:42:39.551Z Checking papergrid v0.11.0
22202024-03-26T06:42:39.643Z Compiling curve25519-dalek v4.1.1
22212024-03-26T06:42:39.754Z Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22222024-03-26T06:42:39.776Z Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
22232024-03-26T06:42:39.975Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
22242024-03-26T06:42:40.180Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22252024-03-26T06:42:40.228Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22262024-03-26T06:42:40.253Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22272024-03-26T06:42:40.505Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
22282024-03-26T06:42:41.383Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22292024-03-26T06:42:41.640Z Compiling tabled_derive v0.7.0
22302024-03-26T06:42:41.820Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
22312024-03-26T06:42:41.839Z Checking snafu v0.7.5
22322024-03-26T06:42:42.203Z Compiling mime_guess v2.0.4
22332024-03-26T06:42:42.349Z Checking tough v0.16.0
22342024-03-26T06:42:43.653Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22352024-03-26T06:42:43.813Z Checking universal-hash v0.5.1
22362024-03-26T06:42:43.856Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22372024-03-26T06:42:43.986Z Compiling thiserror-impl-no-std v2.0.2
22382024-03-26T06:42:44.297Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
22392024-03-26T06:42:44.372Z Checking tabled v0.15.0
22402024-03-26T06:42:46.282Z Compiling curve25519-dalek-derive v0.1.0
22412024-03-26T06:42:46.435Z Checking nanorand v0.7.0
22422024-03-26T06:42:46.793Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22432024-03-26T06:42:46.926Z Compiling prettyplease v0.2.16
22442024-03-26T06:42:47.081Z Checking signature v1.6.4
22452024-03-26T06:42:47.236Z Compiling salty v0.2.0
22462024-03-26T06:42:47.241Z Checking opaque-debug v0.3.0
22472024-03-26T06:42:47.241Z Checking ed25519 v1.5.3
22482024-03-26T06:42:47.307Z Checking poly1305 v0.8.0
22492024-03-26T06:42:47.336Z Checking thiserror-no-std v2.0.2
22502024-03-26T06:42:47.440Z Checking flume v0.11.0
22512024-03-26T06:42:47.447Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
22522024-03-26T06:42:47.735Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22532024-03-26T06:42:47.760Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22542024-03-26T06:42:47.796Z Checking chacha20 v0.9.1
22552024-03-26T06:42:47.897Z Checking aead v0.5.2
22562024-03-26T06:42:47.994Z Checking serde-big-array v0.5.1
22572024-03-26T06:42:48.011Z Checking kstat-rs v0.2.3
22582024-03-26T06:42:48.108Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22592024-03-26T06:42:48.124Z Checking chacha20poly1305 v0.10.1
22602024-03-26T06:42:48.329Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60)
22612024-03-26T06:42:48.901Z Checking signal-hook-tokio v0.3.1
22622024-03-26T06:42:48.922Z Checking serde-big-array v0.4.1
22632024-03-26T06:42:49.033Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22642024-03-26T06:42:49.105Z Compiling crunchy v0.2.2
22652024-03-26T06:42:49.333Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22662024-03-26T06:42:49.592Z Compiling clang-sys v1.6.1
22672024-03-26T06:42:49.619Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
22682024-03-26T06:42:49.682Z Checking fd-lock v4.0.2
22692024-03-26T06:42:49.749Z Checking vsss-rs v3.3.4
22702024-03-26T06:42:49.872Z Checking nix v0.27.1
22712024-03-26T06:42:50.313Z Compiling sqlparser_derive v0.2.2
22722024-03-26T06:42:50.339Z Compiling tiny-keccak v2.0.2
22732024-03-26T06:42:50.630Z Checking corncobs v0.1.3
22742024-03-26T06:42:50.959Z Checking unicode_categories v0.1.1
22752024-03-26T06:42:51.250Z Checking sqlformat v0.2.3
22762024-03-26T06:42:51.437Z Checking sqlparser v0.43.1
22772024-03-26T06:42:52.343Z Checking rustyline v13.0.0
22782024-03-26T06:42:52.640Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22792024-03-26T06:42:52.965Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22802024-03-26T06:42:52.994Z Compiling darling_core v0.14.4
22812024-03-26T06:42:53.218Z Checking bcs v0.1.6
22822024-03-26T06:42:53.662Z Checking highway v1.1.0
22832024-03-26T06:42:53.680Z Compiling ref-cast v1.0.20
22842024-03-26T06:42:53.901Z Compiling ascii-canvas v3.0.0
22852024-03-26T06:42:54.293Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22862024-03-26T06:42:54.469Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
22872024-03-26T06:42:54.600Z Compiling ref-cast-impl v1.0.20
22882024-03-26T06:42:54.701Z Compiling ena v0.14.2
22892024-03-26T06:42:54.720Z Compiling libloading v0.7.4
22902024-03-26T06:42:54.735Z Compiling bindgen v0.69.2
22912024-03-26T06:42:55.064Z Checking http-range v0.1.5
22922024-03-26T06:42:55.114Z Compiling regex-syntax v0.6.29
22932024-03-26T06:42:55.228Z Compiling diff v0.1.13
22942024-03-26T06:42:55.459Z Checking hyper-staticfile v0.9.5
22952024-03-26T06:42:56.053Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22962024-03-26T06:42:56.058Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22972024-03-26T06:42:56.058Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22982024-03-26T06:42:56.058Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22992024-03-26T06:42:58.307Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23002024-03-26T06:42:58.460Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
23012024-03-26T06:42:59.526Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
23022024-03-26T06:43:00.178Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23032024-03-26T06:43:00.199Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23042024-03-26T06:43:00.299Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23052024-03-26T06:43:00.645Z Compiling darling_macro v0.14.4
23062024-03-26T06:43:00.787Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23072024-03-26T06:43:01.086Z Compiling lalrpop v0.19.12
23082024-03-26T06:43:01.622Z Compiling darling v0.14.4
23092024-03-26T06:43:01.861Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23102024-03-26T06:43:02.284Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
23112024-03-26T06:43:02.572Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23122024-03-26T06:43:07.201Z Compiling cexpr v0.6.0
23132024-03-26T06:43:08.308Z Compiling which v4.4.0
23142024-03-26T06:43:08.930Z Checking maplit v1.0.2
23152024-03-26T06:43:08.962Z Compiling rustc-hash v1.1.0
23162024-03-26T06:43:09.027Z Compiling lazycell v1.3.0
23172024-03-26T06:43:09.097Z Checking assert_matches v1.5.0
23182024-03-26T06:43:09.190Z Compiling peeking_take_while v0.1.2
23192024-03-26T06:43:09.205Z Compiling shlex v1.3.0
23202024-03-26T06:43:09.338Z Compiling derive_builder_core v0.12.0
23212024-03-26T06:43:09.639Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23222024-03-26T06:43:10.924Z Compiling libxml v0.3.3
23232024-03-26T06:43:11.321Z Compiling strum_macros v0.24.3
23242024-03-26T06:43:11.704Z Compiling derive_builder_macro v0.12.0
23252024-03-26T06:43:11.912Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23262024-03-26T06:43:12.605Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23272024-03-26T06:43:13.100Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23282024-03-26T06:43:13.256Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23292024-03-26T06:43:13.494Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23302024-03-26T06:43:13.681Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
23312024-03-26T06:43:14.508Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23322024-03-26T06:43:15.078Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
23332024-03-26T06:43:15.443Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
23342024-03-26T06:43:15.737Z Compiling cookie v0.18.0
23352024-03-26T06:43:16.047Z Compiling indoc v1.0.9
23362024-03-26T06:43:17.033Z Compiling portable-atomic v1.4.3
23372024-03-26T06:43:17.323Z Checking derive_builder v0.12.0
23382024-03-26T06:43:17.788Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23392024-03-26T06:43:18.065Z Checking bb8 v0.8.3
23402024-03-26T06:43:18.137Z Checking quick-xml v0.30.0
23412024-03-26T06:43:18.155Z Compiling oso-derive v0.27.0
23422024-03-26T06:43:18.578Z Compiling impl-trait-for-tuples v0.2.2
23432024-03-26T06:43:19.263Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
23442024-03-26T06:43:20.348Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23452024-03-26T06:43:20.419Z Checking number_prefix v0.4.0
23462024-03-26T06:43:20.627Z Checking indicatif v0.17.8
23472024-03-26T06:43:20.630Z Checking castaway v0.2.2
23482024-03-26T06:43:20.801Z Checking rand_seeder v0.2.3
23492024-03-26T06:43:21.037Z Checking compact_str v0.7.1
23502024-03-26T06:43:21.251Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
23512024-03-26T06:43:21.437Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23522024-03-26T06:43:21.861Z Checking lru v0.12.1
23532024-03-26T06:43:22.170Z Compiling stability v0.1.1
23542024-03-26T06:43:22.244Z Compiling indoc v2.0.3
23552024-03-26T06:43:22.834Z Checking cassowary v0.3.0
23562024-03-26T06:43:23.238Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
23572024-03-26T06:43:23.256Z Checking smawk v0.3.1
23582024-03-26T06:43:23.421Z Checking ratatui v0.26.1
23592024-03-26T06:43:23.473Z Checking unicode-linebreak v0.1.5
23602024-03-26T06:43:23.919Z Checking textwrap v0.16.1
23612024-03-26T06:43:24.204Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
23622024-03-26T06:43:24.296Z Checking is_ci v1.2.0
23632024-03-26T06:43:24.434Z Checking supports-color v3.0.0
23642024-03-26T06:43:24.629Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
23652024-03-26T06:43:24.828Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
23662024-03-26T06:43:24.940Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
23672024-03-26T06:43:25.118Z Checking rtoolbox v0.0.1
23682024-03-26T06:43:25.262Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60)
23692024-03-26T06:43:25.315Z Checking rpassword v7.3.1
23702024-03-26T06:43:25.467Z Checking fatfs v0.3.6
23712024-03-26T06:43:26.486Z Checking tui-tree-widget v0.17.0
23722024-03-26T06:43:26.501Z Checking shell-words v1.1.0
23732024-03-26T06:43:26.670Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23742024-03-26T06:43:26.799Z Checking yansi v0.5.1
23752024-03-26T06:43:26.923Z Compiling target-lexicon v0.12.13
23762024-03-26T06:43:27.082Z Checking pretty_assertions v1.4.0
23772024-03-26T06:43:27.395Z Compiling guppy-workspace-hack v0.1.0
23782024-03-26T06:43:27.677Z Checking plotters-backend v0.3.5
23792024-03-26T06:43:28.028Z Checking plotters-svg v0.3.5
23802024-03-26T06:43:28.224Z Checking http-body v1.0.0
23812024-03-26T06:43:28.265Z Checking rand v0.4.6
23822024-03-26T06:43:28.432Z Checking tower-layer v0.3.2
23832024-03-26T06:43:28.435Z Compiling target-spec v3.1.0
23842024-03-26T06:43:28.846Z Compiling assert_cmd v2.0.14
23852024-03-26T06:43:29.005Z Checking cast v0.3.0
23862024-03-26T06:43:29.267Z Checking remove_dir_all v0.5.3
23872024-03-26T06:43:29.354Z Checking criterion-plot v0.5.0
23882024-03-26T06:43:29.369Z Checking tempdir v0.3.7
23892024-03-26T06:43:29.383Z Checking tower v0.4.13
23902024-03-26T06:43:29.530Z Checking cfg-expr v0.15.6
23912024-03-26T06:43:29.847Z Checking hyper v1.1.0
23922024-03-26T06:43:30.150Z Checking plotters v0.3.5
23932024-03-26T06:43:30.478Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
23942024-03-26T06:43:30.889Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
23952024-03-26T06:43:31.080Z Checking tinytemplate v1.2.1
23962024-03-26T06:43:31.415Z Checking cargo-platform v0.1.3
23972024-03-26T06:43:31.490Z Checking oorandom v11.1.3
23982024-03-26T06:43:31.644Z Checking anes v0.1.6
23992024-03-26T06:43:31.716Z Checking cargo_metadata v0.18.1
24002024-03-26T06:43:31.858Z Checking hyper-util v0.1.2
24012024-03-26T06:43:32.019Z Checking criterion v0.5.1
24022024-03-26T06:43:32.484Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24032024-03-26T06:43:33.417Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24042024-03-26T06:43:33.440Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
24052024-03-26T06:43:34.376Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
24062024-03-26T06:43:34.541Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
24072024-03-26T06:43:34.855Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
24082024-03-26T06:43:35.707Z Checking rustls-native-certs v0.7.0
24092024-03-26T06:43:35.847Z Checking pathdiff v0.2.1
24102024-03-26T06:43:36.364Z Checking nested v0.1.1
24112024-03-26T06:43:36.364Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
24122024-03-26T06:43:36.364Z Checking guppy v0.17.5
24132024-03-26T06:43:38.339Z Checking hyper-rustls v0.26.0
24142024-03-26T06:43:38.676Z Checking httptest v0.15.5
24152024-03-26T06:43:39.414Z Checking threadpool v1.8.1
24162024-03-26T06:43:39.611Z Checking libtest-mimic v0.6.1
24172024-03-26T06:43:40.074Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
24182024-03-26T06:43:40.312Z Checking similar-asserts v1.5.0
24192024-03-26T06:43:40.531Z Compiling rstest_macros v0.18.2
24202024-03-26T06:43:42.707Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
24212024-03-26T06:43:43.022Z Checking datatest-stable v0.2.3
24222024-03-26T06:43:43.069Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
24232024-03-26T06:43:43.244Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
24242024-03-26T06:43:43.548Z Checking csv-core v0.1.11
24252024-03-26T06:43:43.908Z Compiling relative-path v1.9.0
24262024-03-26T06:43:43.930Z Checking constant_time_eq v0.2.6
24272024-03-26T06:43:43.974Z Compiling trybuild v1.0.89
24282024-03-26T06:43:44.052Z Checking blake2b_simd v1.0.1
24292024-03-26T06:43:44.399Z Checking csv v1.3.0
24302024-03-26T06:43:44.976Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
24312024-03-26T06:43:45.325Z Checking multimap v0.10.0
24322024-03-26T06:43:45.615Z Checking basic-toml v0.1.8
24332024-03-26T06:43:46.408Z Checking futures-timer v3.0.2
24342024-03-26T06:43:48.124Z Checking rust-argon2 v1.0.1
24352024-03-26T06:43:48.572Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24362024-03-26T06:43:50.441Z Checking partial-io v0.5.4
24372024-03-26T06:43:50.632Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24382024-03-26T06:43:50.810Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
24392024-03-26T06:43:51.693Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24402024-03-26T06:43:53.194Z Checking approx v0.5.1
24412024-03-26T06:43:53.423Z Checking termios v0.3.3
24422024-03-26T06:43:53.638Z Checking hex-literal v0.4.1
24432024-03-26T06:43:54.608Z Checking rstest v0.18.2
24442024-03-26T06:43:56.433Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
24452024-03-26T06:44:14.142Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
24462024-03-26T06:44:46.192Z Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
24472024-03-26T06:44:46.386Z Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
24482024-03-26T06:44:48.123Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24492024-03-26T06:44:49.899Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
24502024-03-26T06:44:51.547Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
24512024-03-26T06:45:01.057Z Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
24522024-03-26T06:45:13.934Z Compiling polar-core v0.27.0
24532024-03-26T06:45:21.252Z Checking oso v0.27.0
24542024-03-26T06:45:47.168Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24552024-03-26T06:45:47.578Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
24562024-03-26T06:46:42.857Z Finished dev [unoptimized + debuginfo] target(s) in 6m 44s
24572024-03-26T06:46:43.039Z
24582024-03-26T06:46:43.042Zreal 7:29.236652721
24592024-03-26T06:46:43.042Zuser 39:01.300892605
24602024-03-26T06:46:43.042Zsys 6:32.292701974
24612024-03-26T06:46:43.042Ztrap 1.090399816
24622024-03-26T06:46:43.042Ztflt 4.045682542
24632024-03-26T06:46:43.042Zdflt 4.117534226
24642024-03-26T06:46:43.042Zkflt 0.092340007
24652024-03-26T06:46:43.043Zlock 58:57.323288594
24662024-03-26T06:46:43.043Zslp 1:57:08.901908133
24672024-03-26T06:46:43.043Zlat 1:51.150895835
24682024-03-26T06:46:43.043Zstop 4:46.813350192
24692024-03-26T06:46:43.946Zwarning: output filename collision.
24702024-03-26T06:46:43.946ZThe lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)` has the same output filename as the lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`.
24712024-03-26T06:46:43.946ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html
24722024-03-26T06:46:43.946ZThe targets should have unique names.
24732024-03-26T06:46:43.946ZThis is a known bug where multiple crates with the same name use
24742024-03-26T06:46:43.946Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24752024-03-26T06:46:43.946Zwarning: output filename collision.
24762024-03-26T06:46:43.946ZThe lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)` has the same output filename as the lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`.
24772024-03-26T06:46:43.946ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html
24782024-03-26T06:46:43.946ZThe targets should have unique names.
24792024-03-26T06:46:43.947ZThis is a known bug where multiple crates with the same name use
24802024-03-26T06:46:43.947Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24812024-03-26T06:46:43.951Zwarning: output filename collision.
24822024-03-26T06:46:43.951ZThe 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)`.
24832024-03-26T06:46:43.951ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
24842024-03-26T06:46:43.952ZThe targets should have unique names.
24852024-03-26T06:46:43.952ZThis is a known bug where multiple crates with the same name use
24862024-03-26T06:46:43.952Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24872024-03-26T06:46:43.952Zwarning: output filename collision.
24882024-03-26T06:46:43.952ZThe lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)` has the same output filename as the lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)`.
24892024-03-26T06:46:43.952ZColliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html
24902024-03-26T06:46:43.952ZThe targets should have unique names.
24912024-03-26T06:46:43.952ZThis is a known bug where multiple crates with the same name use
24922024-03-26T06:46:43.952Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24932024-03-26T06:46:43.952Zwarning: output filename collision.
24942024-03-26T06:46:43.952ZThe lib target `nix` in package `nix v0.27.1` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`.
24952024-03-26T06:46:43.952ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html
24962024-03-26T06:46:43.952ZThe targets should have unique names.
24972024-03-26T06:46:43.952ZThis is a known bug where multiple crates with the same name use
24982024-03-26T06:46:43.952Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24992024-03-26T06:46:43.952Zwarning: output filename collision.
25002024-03-26T06:46:43.952ZThe 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)`.
25012024-03-26T06:46:43.952ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
25022024-03-26T06:46:43.952ZThe targets should have unique names.
25032024-03-26T06:46:43.952ZThis is a known bug where multiple crates with the same name use
25042024-03-26T06:46:43.953Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
25052024-03-26T06:46:43.953Zwarning: output filename collision.
25062024-03-26T06:46:43.953ZThe lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)` has the same output filename as the lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`.
25072024-03-26T06:46:43.953ZColliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html
25082024-03-26T06:46:43.953ZThe targets should have unique names.
25092024-03-26T06:46:43.953ZThis is a known bug where multiple crates with the same name use
25102024-03-26T06:46:43.953Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
25112024-03-26T06:46:43.953Zwarning: output filename collision.
25122024-03-26T06:46:43.953ZThe 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)`.
25132024-03-26T06:46:43.953ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
25142024-03-26T06:46:43.953ZThe targets should have unique names.
25152024-03-26T06:46:43.953ZThis is a known bug where multiple crates with the same name use
25162024-03-26T06:46:43.953Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
25172024-03-26T06:46:43.953Zwarning: output filename collision.
25182024-03-26T06:46:43.953ZThe lib target `zone` in package `zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)` has the same output filename as the lib target `zone` in package `zone v0.1.8`.
25192024-03-26T06:46:43.953ZColliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html
25202024-03-26T06:46:43.954ZThe targets should have unique names.
25212024-03-26T06:46:43.954ZThis is a known bug where multiple crates with the same name use
25222024-03-26T06:46:43.954Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
25232024-03-26T06:46:44.432Z Documenting libc v0.2.153
25242024-03-26T06:46:44.477Z Documenting cfg-if v1.0.0
25252024-03-26T06:46:44.489Z Documenting serde_derive v1.0.197
25262024-03-26T06:46:44.517Z Documenting log v0.4.21
25272024-03-26T06:46:44.539Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25282024-03-26T06:46:44.542Z Documenting memchr v2.7.1
25292024-03-26T06:46:44.566Z Documenting byteorder v1.5.0
25302024-03-26T06:46:44.572Z Documenting itoa v1.0.9
25312024-03-26T06:46:44.830Z Documenting scopeguard v1.2.0
25322024-03-26T06:46:47.197Z Documenting smallvec v1.13.1
25332024-03-26T06:46:47.382Z Documenting libm v0.2.7
25342024-03-26T06:46:47.621Z Documenting lock_api v0.4.10
25352024-03-26T06:46:48.432Z Documenting once_cell v1.19.0
25362024-03-26T06:46:48.474Z Documenting pin-project-lite v0.2.13
25372024-03-26T06:46:48.637Z Documenting getrandom v0.2.12
25382024-03-26T06:46:48.946Z Documenting signal-hook-registry v1.4.1
25392024-03-26T06:46:50.477Z Documenting parking_lot_core v0.9.8
25402024-03-26T06:46:50.713Z Documenting thiserror-impl v1.0.57
25412024-03-26T06:46:50.759Z Documenting num-traits v0.2.18
25422024-03-26T06:46:51.219Z Documenting serde v1.0.197
25432024-03-26T06:46:51.359Z Documenting mio v0.8.11
25442024-03-26T06:46:52.359Z Documenting zeroize_derive v1.4.2
25452024-03-26T06:46:52.633Z Documenting rand_core v0.6.4
25462024-03-26T06:46:53.067Z Documenting ryu v1.0.15
25472024-03-26T06:46:54.567Z Documenting parking_lot v0.12.1
25482024-03-26T06:46:55.533Z Documenting futures-core v0.3.30
25492024-03-26T06:46:55.689Z Documenting num_cpus v1.16.0
25502024-03-26T06:46:55.774Z Documenting thiserror v1.0.57
25512024-03-26T06:46:55.972Z Documenting socket2 v0.5.5
25522024-03-26T06:46:56.646Z Documenting tokio-macros v2.2.0
25532024-03-26T06:46:57.180Z Documenting zeroize v1.7.0
25542024-03-26T06:46:58.761Z Documenting zerocopy v0.7.32
25552024-03-26T06:46:59.324Z Documenting iana-time-zone v0.1.57
25562024-03-26T06:46:59.586Z Documenting futures-sink v0.3.30
25572024-03-26T06:46:59.639Z Documenting typenum v1.16.0
25582024-03-26T06:47:00.161Z Documenting pin-utils v0.1.0
25592024-03-26T06:47:01.009Z Documenting subtle v2.5.0
25602024-03-26T06:47:03.235Z Documenting futures-channel v0.3.30
25612024-03-26T06:47:03.241Z Documenting slab v0.4.9
25622024-03-26T06:47:03.258Z Documenting futures-macro v0.3.30
25632024-03-26T06:47:09.980Z Documenting bytes v1.5.0
25642024-03-26T06:47:12.187Z Documenting bitflags v2.4.2
25652024-03-26T06:47:12.326Z Documenting serde_json v1.0.114
25662024-03-26T06:47:12.557Z Documenting chrono v0.4.34
25672024-03-26T06:47:12.590Z Documenting uuid v1.7.0
25682024-03-26T06:47:12.606Z Documenting futures-task v0.3.30
25692024-03-26T06:47:12.966Z Documenting futures-io v0.3.30
25702024-03-26T06:47:13.190Z Documenting tokio v1.36.0
25712024-03-26T06:47:13.874Z Documenting generic-array v0.14.7
25722024-03-26T06:47:16.565Z Documenting ahash v0.8.8
25732024-03-26T06:47:16.572Z Documenting serde_derive_internals v0.26.0
25742024-03-26T06:47:16.860Z Documenting futures-util v0.3.30
25752024-03-26T06:47:17.245Z Checking serde_derive_internals v0.26.0
25762024-03-26T06:47:18.239Z Documenting dyn-clone v1.0.17
25772024-03-26T06:47:18.245Z Documenting allocator-api2 v0.2.16
25782024-03-26T06:47:18.245Z Documenting crypto-common v0.1.6
25792024-03-26T06:47:18.493Z Documenting const-oid v0.9.6
25802024-03-26T06:47:20.944Z Documenting tinyvec_macros v0.1.1
25812024-03-26T06:47:20.987Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25822024-03-26T06:47:21.138Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25832024-03-26T06:47:21.529Z Documenting hashbrown v0.14.3
25842024-03-26T06:47:21.870Z Documenting tracing-core v0.1.32
25852024-03-26T06:47:22.275Z Documenting schemars_derive v0.8.16
25862024-03-26T06:47:22.768Z Documenting tracing-attributes v0.1.27
25872024-03-26T06:47:23.781Z Documenting tinyvec v1.6.0
25882024-03-26T06:47:24.313Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25892024-03-26T06:47:26.122Z Documenting ppv-lite86 v0.2.17
25902024-03-26T06:47:26.125Z Documenting lazy_static v1.4.0
25912024-03-26T06:47:27.066Z Documenting unicode-bidi v0.3.15
25922024-03-26T06:47:27.676Z Documenting unicode-normalization v0.1.22
25932024-03-26T06:47:27.982Z Documenting schemars v0.8.16
25942024-03-26T06:47:28.654Z Documenting powerfmt v0.2.0
25952024-03-26T06:47:29.390Z Documenting percent-encoding v2.3.1
25962024-03-26T06:47:29.651Z Documenting rand_chacha v0.3.1
25972024-03-26T06:47:32.132Z Documenting deranged v0.3.11
25982024-03-26T06:47:32.180Z Documenting block-buffer v0.10.4
25992024-03-26T06:47:32.363Z Documenting time-macros v0.2.17
26002024-03-26T06:47:32.428Z Documenting time-core v0.1.2
26012024-03-26T06:47:33.276Z Documenting equivalent v1.0.1
26022024-03-26T06:47:33.527Z Documenting rand v0.8.5
26032024-03-26T06:47:34.074Z Documenting fnv v1.0.7
26042024-03-26T06:47:35.636Z Documenting num-conv v0.1.0
26052024-03-26T06:47:36.359Z Documenting num_threads v0.1.6
26062024-03-26T06:47:37.190Z Documenting digest v0.10.7
26072024-03-26T06:47:37.206Z Documenting indexmap v2.2.5
26082024-03-26T06:47:37.305Z Documenting form_urlencoded v1.2.1
26092024-03-26T06:47:38.150Z Documenting adler v1.0.2
26102024-03-26T06:47:38.474Z Documenting errno v0.3.8
26112024-03-26T06:47:38.645Z Documenting slog v2.7.0
26122024-03-26T06:47:39.381Z Documenting tracing v0.1.40
26132024-03-26T06:47:40.277Z Documenting time v0.3.34
26142024-03-26T06:47:41.087Z Documenting miniz_oxide v0.7.1
26152024-03-26T06:47:41.292Z Documenting unicode-width v0.1.11
26162024-03-26T06:47:49.894Z Documenting rustix v0.38.31
26172024-03-26T06:47:50.033Z Documenting idna v0.5.0
26182024-03-26T06:47:50.055Z Documenting unicode-ident v1.0.12
26192024-03-26T06:47:50.105Z Documenting httparse v1.8.0
26202024-03-26T06:47:50.194Z Documenting cpufeatures v0.2.12
26212024-03-26T06:47:50.682Z Documenting async-trait v0.1.77
26222024-03-26T06:47:50.686Z Documenting gimli v0.28.0
26232024-03-26T06:47:53.038Z Documenting object v0.32.1
26242024-03-26T06:47:53.117Z Documenting proc-macro2 v1.0.78
26252024-03-26T06:47:54.119Z Documenting try-lock v0.2.4
26262024-03-26T06:47:54.401Z Documenting url v2.5.0
26272024-03-26T06:47:55.818Z Documenting utf8parse v0.2.1
26282024-03-26T06:47:57.134Z Documenting rustc-demangle v0.1.23
26292024-03-26T06:47:57.229Z Documenting addr2line v0.21.0
26302024-03-26T06:47:57.297Z Documenting httpdate v1.0.3
26312024-03-26T06:47:57.915Z Documenting quote v1.0.35
26322024-03-26T06:47:58.974Z Documenting want v0.3.1
26332024-03-26T06:47:59.037Z Documenting http-body v0.4.5
26342024-03-26T06:48:00.182Z Documenting tokio-util v0.7.10
26352024-03-26T06:48:00.289Z Documenting aho-corasick v1.1.2
26362024-03-26T06:48:01.599Z Documenting openssl-sys v0.9.96
26372024-03-26T06:48:01.604Z Documenting openssl-macros v0.1.1
26382024-03-26T06:48:02.035Z Documenting syn v2.0.52
26392024-03-26T06:48:02.962Z Documenting regex-syntax v0.8.2
26402024-03-26T06:48:03.693Z Documenting tower-service v0.3.2
26412024-03-26T06:48:04.794Z Documenting backtrace v0.3.69
26422024-03-26T06:48:05.543Z Documenting mime v0.3.17
26432024-03-26T06:48:06.143Z Documenting crossbeam-utils v0.8.19
26442024-03-26T06:48:06.389Z Documenting h2 v0.3.24
26452024-03-26T06:48:07.433Z Documenting openssl v0.10.60
26462024-03-26T06:48:07.856Z Documenting ipnet v2.9.0
26472024-03-26T06:48:09.777Z Documenting openssl-probe v0.1.5
26482024-03-26T06:48:09.817Z Documenting regex-automata v0.4.5
26492024-03-26T06:48:10.279Z Documenting anyhow v1.0.79
26502024-03-26T06:48:10.954Z Documenting base64ct v1.6.0
26512024-03-26T06:48:12.077Z Documenting futures-executor v0.3.30
26522024-03-26T06:48:18.780Z Documenting encoding_rs v0.8.33
26532024-03-26T06:48:18.795Z Documenting psl-types v2.0.11
26542024-03-26T06:48:18.795Z Documenting anstyle v1.0.6
26552024-03-26T06:48:18.795Z Documenting native-tls v0.2.11
26562024-03-26T06:48:18.795Z Documenting hyper v0.14.28
26572024-03-26T06:48:18.796Z Documenting anstyle-parse v0.2.1
26582024-03-26T06:48:18.855Z Documenting publicsuffix v2.2.3
26592024-03-26T06:48:18.855Z Documenting regex v1.10.3
26602024-03-26T06:48:18.855Z Documenting serde_urlencoded v0.7.1
26612024-03-26T06:48:19.117Z Documenting colorchoice v1.0.0
26622024-03-26T06:48:19.821Z Documenting anstyle-query v1.0.0
26632024-03-26T06:48:21.121Z Documenting tokio-native-tls v0.3.1
26642024-03-26T06:48:21.509Z Documenting cookie_store v0.20.0
26652024-03-26T06:48:22.057Z Documenting futures v0.3.30
26662024-03-26T06:48:22.253Z Documenting pem-rfc7468 v0.7.0
26672024-03-26T06:48:22.927Z Documenting terminal_size v0.3.0
26682024-03-26T06:48:23.482Z Checking pest_meta v2.7.6
26692024-03-26T06:48:23.727Z Documenting anstream v0.6.11
26702024-03-26T06:48:24.446Z Documenting der_derive v0.7.2
26712024-03-26T06:48:27.065Z Documenting clap_lex v0.7.0
26722024-03-26T06:48:27.349Z Documenting strsim v0.11.0
26732024-03-26T06:48:27.449Z Documenting sync_wrapper v0.1.2
26742024-03-26T06:48:27.810Z Documenting hyper-rustls v0.24.2
26752024-03-26T06:48:28.070Z Documenting hyper-tls v0.5.0
26762024-03-26T06:48:28.190Z Documenting webpki-roots v0.25.2
26772024-03-26T06:48:29.784Z Documenting flagset v0.4.3
26782024-03-26T06:48:29.968Z Documenting num-integer v0.1.46
26792024-03-26T06:48:30.438Z Documenting pest_meta v2.7.6
26802024-03-26T06:48:30.996Z Documenting clap_derive v4.5.0
26812024-03-26T06:48:31.337Z Documenting clap_builder v4.5.1
26822024-03-26T06:48:32.126Z Documenting scroll_derive v0.12.0
26832024-03-26T06:48:32.765Z Documenting der v0.7.8
26842024-03-26T06:48:34.384Z Checking pest_generator v2.7.6
26852024-03-26T06:48:34.550Z Documenting pest_generator v2.7.6
26862024-03-26T06:48:34.849Z Documenting crossbeam-epoch v0.9.18
26872024-03-26T06:48:35.086Z Documenting openapiv3 v2.0.0
26882024-03-26T06:48:36.420Z Documenting reqwest v0.11.24
26892024-03-26T06:48:36.489Z Documenting crc32fast v1.3.2
26902024-03-26T06:48:36.906Z Documenting scroll v0.12.0
26912024-03-26T06:48:38.995Z Documenting spki v0.7.2
26922024-03-26T06:48:39.057Z Documenting ucd-trie v0.1.6
26932024-03-26T06:48:39.293Z Documenting clap v4.5.1
26942024-03-26T06:48:39.525Z Documenting plain v0.2.3
26952024-03-26T06:48:40.453Z Documenting pest_derive v2.7.6
26962024-03-26T06:48:40.987Z Documenting spin v0.9.8
26972024-03-26T06:48:42.147Z Documenting pretty-hex v0.4.1
26982024-03-26T06:48:42.462Z Documenting goblin v0.8.0
26992024-03-26T06:48:42.931Z Documenting pest v2.7.6
27002024-03-26T06:48:43.303Z Documenting either v1.10.0
27012024-03-26T06:48:44.125Z Documenting pkcs8 v0.10.2
27022024-03-26T06:48:45.073Z Documenting thread-id v4.2.0
27032024-03-26T06:48:45.373Z Documenting data-encoding v2.4.0
27042024-03-26T06:48:46.295Z Documenting sha2 v0.10.8
27052024-03-26T06:48:46.365Z Documenting ipnetwork v0.20.0
27062024-03-26T06:48:47.330Z Documenting hex v0.4.3
27072024-03-26T06:48:48.159Z Documenting dtrace-parser v0.2.0
27082024-03-26T06:48:48.524Z Documenting untrusted v0.9.0
27092024-03-26T06:48:49.183Z Documenting num-iter v0.1.44
27102024-03-26T06:48:49.450Z Documenting hmac v0.12.1
27112024-03-26T06:48:49.903Z Documenting dof v0.3.0
27122024-03-26T06:48:51.035Z Documenting signal-hook v0.3.17
27132024-03-26T06:48:51.562Z Documenting ring v0.17.8
27142024-03-26T06:48:51.725Z Documenting static_assertions v1.1.0
27152024-03-26T06:48:51.889Z Documenting flate2 v1.0.28
27162024-03-26T06:48:52.248Z Documenting unicode-segmentation v1.10.1
27172024-03-26T06:48:54.154Z Documenting managed v0.8.0
27182024-03-26T06:48:54.845Z Documenting regress v0.9.0
27192024-03-26T06:48:55.201Z Documenting usdt-impl v0.5.0
27202024-03-26T06:48:55.263Z Documenting signal-hook-mio v0.2.3
27212024-03-26T06:48:55.363Z Documenting block-padding v0.3.3
27222024-03-26T06:48:55.681Z Documenting scheduled-thread-pool v0.2.7
27232024-03-26T06:48:56.558Z Documenting bzip2-sys v0.1.11+1.0.8
27242024-03-26T06:48:57.180Z Documenting enum-as-inner v0.5.1
27252024-03-26T06:48:58.243Z Documenting diesel_table_macro_syntax v0.1.0
27262024-03-26T06:48:59.387Z Checking diesel_table_macro_syntax v0.1.0
27272024-03-26T06:48:59.558Z Documenting minimal-lexical v0.2.1
27282024-03-26T06:48:59.801Z Documenting inout v0.1.3
27292024-03-26T06:48:59.895Z Documenting r2d2 v0.8.10
27302024-03-26T06:49:00.703Z Documenting bzip2 v0.4.4
27312024-03-26T06:49:01.299Z Documenting crossterm v0.27.0
27322024-03-26T06:49:01.433Z Documenting md-5 v0.10.5
27332024-03-26T06:49:01.890Z Documenting trust-dns-proto v0.22.0
27342024-03-26T06:49:03.219Z Documenting diesel_derives v2.1.2
27352024-03-26T06:49:03.410Z Documenting nom v7.1.3
27362024-03-26T06:49:04.154Z Documenting stringprep v0.1.3
27372024-03-26T06:49:04.249Z Documenting ff v0.13.0
27382024-03-26T06:49:04.917Z Documenting serde_spanned v0.6.5
27392024-03-26T06:49:07.155Z Documenting toml_datetime v0.6.5
27402024-03-26T06:49:07.988Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
27412024-03-26T06:49:08.194Z Documenting winnow v0.6.1
27422024-03-26T06:49:08.418Z Documenting siphasher v0.3.11
27432024-03-26T06:49:08.551Z Documenting fallible-iterator v0.2.0
27442024-03-26T06:49:09.091Z Documenting bit-vec v0.6.3
27452024-03-26T06:49:10.444Z Documenting base16ct v0.2.0
27462024-03-26T06:49:10.455Z Checking unsafe-libyaml v0.2.10
27472024-03-26T06:49:11.352Z Documenting heck v0.4.1
27482024-03-26T06:49:11.497Z Documenting phf_shared v0.11.2
27492024-03-26T06:49:11.629Z Documenting group v0.13.0
27502024-03-26T06:49:12.039Z Documenting diesel v2.1.4
27512024-03-26T06:49:13.058Z Documenting zip v0.6.6
27522024-03-26T06:49:13.525Z Documenting postgres-protocol v0.6.6
27532024-03-26T06:49:13.612Z Documenting toml_edit v0.22.6
27542024-03-26T06:49:13.882Z Documenting sec1 v0.7.3
27552024-03-26T06:49:15.362Z Documenting typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
27562024-03-26T06:49:15.495Z Documenting cipher v0.4.4
27572024-03-26T06:49:16.110Z Documenting hkdf v0.12.4
27582024-03-26T06:49:17.608Z Documenting typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
27592024-03-26T06:49:27.914Z Documenting num-bigint v0.4.4
27602024-03-26T06:49:27.971Z Documenting bstr v1.9.0
27612024-03-26T06:49:28.128Z Documenting crypto-bigint v0.5.2
27622024-03-26T06:49:36.001Z Documenting hubpack v0.1.2
27632024-03-26T06:49:36.233Z Documenting serde_repr v0.1.16
27642024-03-26T06:49:36.243Z Checking ident_case v1.0.1
27652024-03-26T06:49:36.361Z Documenting lalrpop-util v0.19.12
27662024-03-26T06:49:36.669Z Documenting fixedbitset v0.4.2
27672024-03-26T06:49:37.064Z Documenting unsafe-libyaml v0.2.10
27682024-03-26T06:49:38.657Z Documenting new_debug_unreachable v1.0.4
27692024-03-26T06:49:45.982Z Documenting precomputed-hash v0.1.1
27702024-03-26T06:49:46.127Z Checking strsim v0.10.0
27712024-03-26T06:49:46.240Z Documenting petgraph v0.6.4
27722024-03-26T06:49:46.344Z Documenting typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
27732024-03-26T06:49:46.372Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
27742024-03-26T06:49:46.546Z Documenting postgres-types v0.2.6
27752024-03-26T06:49:46.592Z Documenting yasna v0.5.2
27762024-03-26T06:49:46.614Z Documenting serde_yaml v0.9.25
27772024-03-26T06:49:46.679Z Documenting elliptic-curve v0.13.8
27782024-03-26T06:49:50.004Z Documenting string_cache v0.8.7
27792024-03-26T06:49:52.873Z Documenting phf v0.11.2
27802024-03-26T06:49:53.047Z Checking serde_yaml v0.9.25
27812024-03-26T06:49:53.831Z Documenting progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
27822024-03-26T06:49:54.822Z Documenting getopts v0.2.21
27832024-03-26T06:50:01.880Z Documenting console v0.15.8
27842024-03-26T06:50:02.499Z Documenting semver v1.0.22
27852024-03-26T06:50:02.504Z Documenting float-cmp v0.9.0
27862024-03-26T06:50:02.505Z Documenting predicates-core v1.0.6
27872024-03-26T06:50:02.505Z Documenting difflib v0.4.0
27882024-03-26T06:50:02.541Z Documenting normalize-line-endings v0.3.0
27892024-03-26T06:50:02.747Z Documenting whoami v1.5.0
27902024-03-26T06:50:02.804Z Documenting progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
27912024-03-26T06:50:06.101Z Documenting progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
27922024-03-26T06:50:06.223Z Documenting bit-set v0.5.3
27932024-03-26T06:50:06.451Z Documenting similar v2.4.0
27942024-03-26T06:50:06.475Z Documenting tokio-stream v0.1.14
27952024-03-26T06:50:06.601Z Documenting match_cfg v0.1.0
27962024-03-26T06:50:06.728Z Documenting predicates v3.1.0
27972024-03-26T06:50:06.919Z Documenting tokio-postgres v0.7.10
27982024-03-26T06:50:09.603Z Documenting hostname v0.3.1
27992024-03-26T06:50:10.212Z Documenting thread_local v1.1.7
28002024-03-26T06:50:10.445Z Documenting strum v0.26.1
28012024-03-26T06:50:11.899Z Documenting crossbeam-channel v0.5.8
28022024-03-26T06:50:12.059Z Documenting dirs-sys-next v0.1.2
28032024-03-26T06:50:13.002Z Documenting take_mut v0.2.2
28042024-03-26T06:50:13.492Z Documenting progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
28052024-03-26T06:50:13.673Z Checking darling_core v0.20.3
28062024-03-26T06:50:14.288Z Documenting sha1 v0.10.6
28072024-03-26T06:50:14.398Z Documenting http v1.0.0
28082024-03-26T06:50:15.470Z Documenting camino v1.1.6
28092024-03-26T06:50:16.230Z Documenting dirs-next v2.0.0
28102024-03-26T06:50:16.551Z Documenting fxhash v0.2.1
28112024-03-26T06:50:16.611Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28122024-03-26T06:50:17.046Z Documenting slog-async v2.8.0
28132024-03-26T06:50:18.930Z Documenting rustls-pki-types v1.3.0
28142024-03-26T06:50:19.740Z Checking darling v0.20.3
28152024-03-26T06:50:19.845Z Documenting slog-json v2.6.1
28162024-03-26T06:50:19.971Z Documenting paste v1.0.14
28172024-03-26T06:50:20.329Z Documenting term v0.7.0
28182024-03-26T06:50:20.551Z Documenting atty v0.2.14
28192024-03-26T06:50:20.757Z Documenting sled v0.34.7
28202024-03-26T06:50:21.119Z Documenting async-stream-impl v0.3.5
28212024-03-26T06:50:23.052Z Documenting rustls-webpki v0.102.1
28222024-03-26T06:50:23.193Z Documenting atomic-waker v1.1.1
28232024-03-26T06:50:23.878Z Documenting debug-ignore v1.0.5
28242024-03-26T06:50:24.066Z Documenting rustls-pemfile v2.1.1
28252024-03-26T06:50:24.612Z Documenting slog-term v2.9.0
28262024-03-26T06:50:24.759Z Documenting slog-bunyan v2.5.0
28272024-03-26T06:50:25.865Z Documenting async-stream v0.3.5
28282024-03-26T06:50:26.164Z Documenting waitgroup v0.1.2
28292024-03-26T06:50:26.836Z Documenting multer v3.0.0
28302024-03-26T06:50:27.822Z Documenting rustls v0.22.2
28312024-03-26T06:50:27.932Z Documenting toml v0.8.10
28322024-03-26T06:50:28.344Z Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
28332024-03-26T06:50:29.650Z Documenting serde_path_to_error v0.1.16
28342024-03-26T06:50:29.975Z Documenting half v2.3.1
28352024-03-26T06:50:30.150Z Documenting ciborium-io v0.2.2
28362024-03-26T06:50:30.472Z Documenting mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
28372024-03-26T06:50:31.931Z Documenting serde_with_macros v3.6.1
28382024-03-26T06:50:33.196Z Documenting structmeta-derive v0.3.0
28392024-03-26T06:50:33.689Z Documenting num_enum v0.7.2
28402024-03-26T06:50:33.701Z Checking structmeta v0.3.0
28412024-03-26T06:50:33.940Z Documenting instant v0.1.12
28422024-03-26T06:50:34.169Z Documenting newtype-uuid v1.0.1
28432024-03-26T06:50:34.190Z Documenting ciborium-ll v0.2.2
28442024-03-26T06:50:36.088Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28452024-03-26T06:50:37.122Z Documenting serde_with v3.6.1
28462024-03-26T06:50:37.576Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
28472024-03-26T06:50:37.970Z Documenting backoff v0.4.0
28482024-03-26T06:50:38.141Z Documenting ciborium v0.2.2
28492024-03-26T06:50:38.614Z Documenting structmeta v0.3.0
28502024-03-26T06:50:38.664Z Documenting tokio-rustls v0.25.0
28512024-03-26T06:50:39.495Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28522024-03-26T06:50:40.697Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28532024-03-26T06:50:41.958Z Documenting macaddr v1.0.1
28542024-03-26T06:50:42.787Z Documenting rdb v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
28552024-03-26T06:50:43.637Z Documenting parse-display-derive v0.9.0
28562024-03-26T06:50:43.708Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28572024-03-26T06:50:44.606Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28582024-03-26T06:50:44.633Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28592024-03-26T06:50:44.804Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28602024-03-26T06:50:44.855Z Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
28612024-03-26T06:50:44.956Z Documenting fastrand v2.0.1
28622024-03-26T06:50:46.338Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28632024-03-26T06:50:47.256Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28642024-03-26T06:50:47.378Z Documenting foreign-types-macros v0.2.3
28652024-03-26T06:50:47.529Z Documenting foreign-types-shared v0.3.1
28662024-03-26T06:50:48.443Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28672024-03-26T06:50:48.566Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28682024-03-26T06:50:48.878Z Documenting tempfile v3.10.0
28692024-03-26T06:50:49.164Z Documenting bgp v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
28702024-03-26T06:50:50.540Z Documenting cstr-argument v0.1.2
28712024-03-26T06:50:50.785Z Documenting parse-display v0.9.0
28722024-03-26T06:50:52.268Z Documenting foreign-types v0.5.0
28732024-03-26T06:50:52.394Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
28742024-03-26T06:50:52.587Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28752024-03-26T06:50:53.420Z Documenting camino-tempfile v1.1.1
28762024-03-26T06:50:54.537Z Documenting tabwriter v1.4.0
28772024-03-26T06:50:55.074Z Documenting colored v2.1.0
28782024-03-26T06:50:56.185Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28792024-03-26T06:50:57.146Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
28802024-03-26T06:50:57.239Z Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
28812024-03-26T06:50:57.340Z Documenting hash32 v0.3.1
28822024-03-26T06:50:57.367Z Documenting stable_deref_trait v1.2.0
28832024-03-26T06:50:58.032Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28842024-03-26T06:50:58.505Z Documenting smf v0.2.2
28852024-03-26T06:50:59.105Z Documenting cobs v0.2.3
28862024-03-26T06:51:00.165Z Documenting embedded-io v0.4.0
28872024-03-26T06:51:00.315Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
28882024-03-26T06:51:01.245Z Documenting heapless v0.8.0
28892024-03-26T06:51:01.386Z Documenting crucible-workspace-hack v0.1.0
28902024-03-26T06:51:02.161Z Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
28912024-03-26T06:51:02.879Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
28922024-03-26T06:51:03.334Z Documenting base64 v0.22.0
28932024-03-26T06:51:03.492Z Documenting postcard v1.0.8
28942024-03-26T06:51:05.312Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28952024-03-26T06:51:06.311Z Documenting smoltcp v0.11.0
28962024-03-26T06:51:07.479Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
28972024-03-26T06:51:07.482Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
28982024-03-26T06:51:07.840Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28992024-03-26T06:51:08.105Z Documenting num-derive v0.4.0
29002024-03-26T06:51:08.149Z Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
29012024-03-26T06:51:09.352Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29022024-03-26T06:51:09.455Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29032024-03-26T06:51:09.546Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29042024-03-26T06:51:12.261Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
29052024-03-26T06:51:12.609Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
29062024-03-26T06:51:13.143Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60)
29072024-03-26T06:51:13.266Z Documenting memmap v0.7.0
29082024-03-26T06:51:13.519Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29092024-03-26T06:51:14.357Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29102024-03-26T06:51:15.395Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29112024-03-26T06:51:16.871Z Documenting password-hash v0.5.0
29122024-03-26T06:51:17.456Z Documenting usdt v0.5.0
29132024-03-26T06:51:18.150Z Documenting blake2 v0.10.6
29142024-03-26T06:51:19.087Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
29152024-03-26T06:51:21.555Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29162024-03-26T06:51:21.571Z Documenting linked-hash-map v0.5.6
29172024-03-26T06:51:22.665Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29182024-03-26T06:51:24.010Z Documenting humantime v2.1.0
29192024-03-26T06:51:24.220Z Documenting argon2 v0.5.3
29202024-03-26T06:51:25.088Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
29212024-03-26T06:51:25.383Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29222024-03-26T06:51:25.517Z Documenting itertools v0.12.1
29232024-03-26T06:51:25.693Z Documenting lru-cache v0.1.2
29242024-03-26T06:51:26.154Z Documenting derive-where v1.2.7
29252024-03-26T06:51:27.205Z Documenting arc-swap v1.6.0
29262024-03-26T06:51:28.023Z Documenting newtype_derive v0.1.6
29272024-03-26T06:51:28.248Z Documenting swrite v0.1.0
29282024-03-26T06:51:29.759Z Documenting quick-error v1.2.3
29292024-03-26T06:51:30.531Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29302024-03-26T06:51:31.279Z Documenting slog-scope v4.4.0
29312024-03-26T06:51:31.665Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
29322024-03-26T06:51:31.928Z Documenting steno v0.4.0
29332024-03-26T06:51:32.174Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29342024-03-26T06:51:32.236Z Documenting proc-macro-error-attr v1.0.4
29352024-03-26T06:51:32.782Z Checking proc-macro-error v1.0.4
29362024-03-26T06:51:33.044Z Documenting xattr v1.0.1
29372024-03-26T06:51:33.837Z Documenting resolv-conf v0.7.0
29382024-03-26T06:51:35.509Z Documenting slog-stdlog v4.1.1
29392024-03-26T06:51:36.415Z Documenting proc-macro-error v1.0.4
29402024-03-26T06:51:37.465Z Documenting filetime v0.2.23
29412024-03-26T06:51:37.501Z Documenting tap v1.0.1
29422024-03-26T06:51:38.163Z Documenting trust-dns-resolver v0.22.0
29432024-03-26T06:51:38.349Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29442024-03-26T06:51:39.642Z Documenting slog-envlogger v2.2.0
29452024-03-26T06:51:40.536Z Documenting wyz v0.5.1
29462024-03-26T06:51:40.610Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29472024-03-26T06:51:41.094Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29482024-03-26T06:51:41.449Z Documenting tar v0.4.40
29492024-03-26T06:51:41.935Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
29502024-03-26T06:51:55.152Z Documenting radium v0.7.0
29512024-03-26T06:51:55.235Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29522024-03-26T06:51:55.235Z Documenting nibble_vec v0.1.0
29532024-03-26T06:51:55.235Z Documenting endian-type v0.1.2
29542024-03-26T06:51:55.236Z Documenting crc-catalog v2.2.0
29552024-03-26T06:51:55.236Z Documenting funty v2.0.0
29562024-03-26T06:51:55.236Z Documenting cancel-safe-futures v0.1.5
29572024-03-26T06:51:55.372Z Documenting num-rational v0.4.1
29582024-03-26T06:51:55.511Z Documenting crc v3.0.1
29592024-03-26T06:51:55.511Z Documenting bitvec v1.0.1
29602024-03-26T06:51:55.511Z Documenting radix_trie v0.2.1
29612024-03-26T06:51:55.511Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29622024-03-26T06:51:55.511Z Documenting num-complex v0.4.4
29632024-03-26T06:51:55.511Z Documenting packed_struct_codegen v0.10.1
29642024-03-26T06:51:55.511Z Documenting same-file v1.0.6
29652024-03-26T06:51:55.511Z Documenting nodrop v0.1.14
29662024-03-26T06:51:55.511Z Documenting num-bigint-dig v0.8.4
29672024-03-26T06:51:55.512Z Documenting pkcs1 v0.7.5
29682024-03-26T06:51:55.531Z Documenting is-terminal v0.4.9
29692024-03-26T06:51:56.769Z Documenting num v0.4.1
29702024-03-26T06:51:57.162Z Documenting walkdir v2.4.0
29712024-03-26T06:51:57.302Z Documenting array-init v0.0.4
29722024-03-26T06:51:57.650Z Documenting packed_struct v0.10.1
29732024-03-26T06:52:00.032Z Documenting signature v2.1.0
29742024-03-26T06:52:00.095Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
29752024-03-26T06:52:00.307Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29762024-03-26T06:52:00.818Z Documenting bitfield v0.14.0
29772024-03-26T06:52:01.137Z Documenting termcolor v1.2.0
29782024-03-26T06:52:01.355Z Documenting serde-hex v0.1.0
29792024-03-26T06:52:03.359Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
29802024-03-26T06:52:04.096Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29812024-03-26T06:52:04.602Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29822024-03-26T06:52:04.877Z Documenting x509-cert v0.2.4
29832024-03-26T06:52:05.087Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29842024-03-26T06:52:05.316Z Documenting env_logger v0.10.0
29852024-03-26T06:52:06.053Z Documenting rsa v0.9.2
29862024-03-26T06:52:06.633Z Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
29872024-03-26T06:52:07.112Z Documenting libsw v3.3.1
29882024-03-26T06:52:07.532Z Documenting ron v0.8.1
29892024-03-26T06:52:10.617Z Documenting pem v3.0.2
29902024-03-26T06:52:11.404Z Documenting display-error-chain v0.2.0
29912024-03-26T06:52:12.383Z Documenting linear-map v1.2.0
29922024-03-26T06:52:13.254Z Documenting owo-colors v4.0.0
29932024-03-26T06:52:13.731Z Documenting crc-any v2.4.3
29942024-03-26T06:52:14.032Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
29952024-03-26T06:52:14.239Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29962024-03-26T06:52:15.047Z Documenting slog-dtrace v0.3.0
29972024-03-26T06:52:15.490Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29982024-03-26T06:52:16.724Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29992024-03-26T06:52:16.987Z Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
30002024-03-26T06:52:17.156Z Documenting path-slash v0.1.5
30012024-03-26T06:52:17.908Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
30022024-03-26T06:52:18.393Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30032024-03-26T06:52:18.548Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30042024-03-26T06:52:21.099Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30052024-03-26T06:52:21.822Z Checking darling_core v0.14.4
30062024-03-26T06:52:23.597Z Documenting headers-core v0.2.0
30072024-03-26T06:52:27.426Z Documenting vte_generate_state_changes v0.1.1
30082024-03-26T06:52:27.438Z Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
30092024-03-26T06:52:28.561Z Checking convert_case v0.4.0
30102024-03-26T06:52:28.579Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30112024-03-26T06:52:28.786Z Documenting convert_case v0.4.0
30122024-03-26T06:52:31.564Z Documenting vte v0.11.1
30132024-03-26T06:52:32.722Z Documenting derive_more v0.99.17
30142024-03-26T06:52:33.153Z Documenting headers v0.3.9
30152024-03-26T06:52:35.818Z Checking darling v0.14.4
30162024-03-26T06:52:35.934Z Documenting buf-list v1.0.3
30172024-03-26T06:52:36.224Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30182024-03-26T06:52:36.507Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30192024-03-26T06:52:37.862Z Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30202024-03-26T06:52:38.248Z Checking heck v0.3.3
30212024-03-26T06:52:38.412Z Documenting bitstruct_derive v0.1.0
30222024-03-26T06:52:38.831Z Documenting pin-project-internal v1.1.3
30232024-03-26T06:52:39.948Z Documenting ascii v1.1.0
30242024-03-26T06:52:41.030Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30252024-03-26T06:52:41.857Z Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30262024-03-26T06:52:42.241Z Documenting structopt-derive v0.4.18
30272024-03-26T06:52:43.523Z Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
30282024-03-26T06:52:43.636Z Documenting bitstruct v0.1.1
30292024-03-26T06:52:44.169Z Documenting pin-project v1.1.3
30302024-03-26T06:52:45.648Z Documenting strip-ansi-escapes v0.2.0
30312024-03-26T06:52:46.057Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30322024-03-26T06:52:46.715Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30332024-03-26T06:52:47.334Z Documenting doc-comment v0.3.3
30342024-03-26T06:52:47.771Z Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30352024-03-26T06:52:48.381Z Documenting crossbeam-deque v0.8.3
30362024-03-26T06:52:49.286Z Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30372024-03-26T06:52:49.785Z Documenting erased-serde v0.3.31
30382024-03-26T06:52:50.459Z Documenting serde_arrays v0.1.0
30392024-03-26T06:52:51.440Z Documenting snafu-derive v0.7.5
30402024-03-26T06:52:52.107Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30412024-03-26T06:52:52.405Z Documenting nu-ansi-term v0.50.0
30422024-03-26T06:52:52.536Z Documenting rayon-core v1.12.1
30432024-03-26T06:52:55.070Z Documenting structopt v0.3.26
30442024-03-26T06:52:55.606Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30452024-03-26T06:52:55.610Z Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30462024-03-26T06:52:56.645Z Documenting reedline v0.30.0
30472024-03-26T06:52:56.919Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30482024-03-26T06:52:56.971Z Checking derive_builder_core v0.12.0
30492024-03-26T06:52:57.832Z Documenting derive_builder_core v0.12.0
30502024-03-26T06:52:58.958Z Documenting snafu v0.7.5
30512024-03-26T06:52:59.340Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30522024-03-26T06:53:03.222Z Documenting libefi-sys v0.1.0
30532024-03-26T06:53:04.333Z Documenting trust-dns-client v0.22.0
30542024-03-26T06:53:05.692Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30552024-03-26T06:53:06.879Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30562024-03-26T06:53:07.008Z Documenting globset v0.4.13
30572024-03-26T06:53:07.519Z Documenting olpc-cjson v0.1.3
30582024-03-26T06:53:08.080Z Documenting serde_plain v1.0.2
30592024-03-26T06:53:11.992Z Documenting async-recursion v1.0.5
30602024-03-26T06:53:12.159Z Documenting ref-cast-impl v1.0.20
30612024-03-26T06:53:12.373Z Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30622024-03-26T06:53:12.626Z Documenting keccak v0.1.4
30632024-03-26T06:53:12.919Z Documenting typed-path v0.7.0
30642024-03-26T06:53:13.151Z Documenting bytecount v0.6.3
30652024-03-26T06:53:13.470Z Documenting utf-8 v0.7.6
30662024-03-26T06:53:15.698Z Documenting sha3 v0.10.8
30672024-03-26T06:53:15.950Z Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30682024-03-26T06:53:16.151Z Documenting papergrid v0.11.0
30692024-03-26T06:53:16.563Z Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30702024-03-26T06:53:17.069Z Documenting ref-cast v1.0.20
30712024-03-26T06:53:17.489Z Documenting tungstenite v0.21.0
30722024-03-26T06:53:18.557Z Documenting tough v0.16.0
30732024-03-26T06:53:20.278Z Documenting trust-dns-server v0.22.1
30742024-03-26T06:53:20.952Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
30752024-03-26T06:53:21.007Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
30762024-03-26T06:53:21.188Z Documenting derive_builder_macro v0.12.0
30772024-03-26T06:53:21.969Z Documenting rayon v1.9.0
30782024-03-26T06:53:23.630Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30792024-03-26T06:53:25.214Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30802024-03-26T06:53:25.583Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30812024-03-26T06:53:25.853Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30822024-03-26T06:53:26.425Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30832024-03-26T06:53:27.025Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30842024-03-26T06:53:27.674Z Documenting fs-err v2.11.0
30852024-03-26T06:53:27.848Z Documenting unicase v2.7.0
30862024-03-26T06:53:28.377Z Documenting tabled_derive v0.7.0
30872024-03-26T06:53:28.719Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30882024-03-26T06:53:30.154Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30892024-03-26T06:53:30.439Z Documenting fd-lock v4.0.2
30902024-03-26T06:53:31.269Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30912024-03-26T06:53:31.441Z Documenting nix v0.27.1
30922024-03-26T06:53:31.499Z Documenting secrecy v0.8.0
30932024-03-26T06:53:31.729Z Documenting gethostname v0.4.3
30942024-03-26T06:53:32.294Z Documenting rustversion v1.0.14
30952024-03-26T06:53:33.432Z Documenting sqlparser_derive v0.2.2
30962024-03-26T06:53:35.118Z Documenting unicode_categories v0.1.1
30972024-03-26T06:53:35.726Z Documenting parse-size v1.0.0
30982024-03-26T06:53:35.873Z Documenting home v0.5.5
30992024-03-26T06:53:36.532Z Documenting castaway v0.2.2
31002024-03-26T06:53:37.336Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31012024-03-26T06:53:38.319Z Documenting sqlparser v0.43.1
31022024-03-26T06:53:38.823Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31032024-03-26T06:53:39.166Z Documenting sqlformat v0.2.3
31042024-03-26T06:53:40.054Z Documenting rustyline v13.0.0
31052024-03-26T06:53:40.639Z Documenting tabled v0.15.0
31062024-03-26T06:53:43.043Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31072024-03-26T06:53:44.067Z Documenting mime_guess v2.0.4
31082024-03-26T06:53:46.128Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31092024-03-26T06:53:47.621Z Documenting derive_builder v0.12.0
31102024-03-26T06:53:48.921Z Documenting tokio-tungstenite v0.21.0
31112024-03-26T06:53:49.362Z Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
31122024-03-26T06:53:51.707Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31132024-03-26T06:53:52.373Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31142024-03-26T06:53:53.060Z Documenting zone v0.1.8
31152024-03-26T06:53:54.748Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
31162024-03-26T06:53:55.076Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
31172024-03-26T06:53:55.627Z Documenting polar-core v0.27.0
31182024-03-26T06:53:57.843Z Documenting libxml v0.3.3
31192024-03-26T06:53:57.914Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
31202024-03-26T06:53:59.598Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31212024-03-26T06:53:59.618Z Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
31222024-03-26T06:53:59.889Z Documenting bb8 v0.8.3
31232024-03-26T06:54:01.405Z Documenting portpicker v0.1.1
31242024-03-26T06:54:04.955Z Documenting universal-hash v0.5.1
31252024-03-26T06:54:05.206Z Documenting quick-xml v0.30.0
31262024-03-26T06:54:05.812Z Documenting bcs v0.1.6
31272024-03-26T06:54:06.985Z Documenting kstat-rs v0.2.3
31282024-03-26T06:54:07.055Z Documenting thiserror-impl-no-std v2.0.2
31292024-03-26T06:54:18.433Z Documenting oso-derive v0.27.0
31302024-03-26T06:54:18.792Z Documenting impl-trait-for-tuples v0.2.2
31312024-03-26T06:54:19.206Z Documenting curve25519-dalek-derive v0.1.0
31322024-03-26T06:54:19.206Z Documenting maplit v1.0.2
31332024-03-26T06:54:19.222Z Documenting highway v1.1.0
31342024-03-26T06:54:19.672Z Documenting opaque-debug v0.3.0
31352024-03-26T06:54:19.851Z Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
31362024-03-26T06:54:22.666Z Documenting poly1305 v0.8.0
31372024-03-26T06:54:22.979Z Documenting thiserror-no-std v2.0.2
31382024-03-26T06:54:23.128Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31392024-03-26T06:54:23.551Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31402024-03-26T06:54:23.670Z Documenting curve25519-dalek v4.1.1
31412024-03-26T06:54:24.547Z Documenting oso v0.27.0
31422024-03-26T06:54:26.151Z Documenting samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
31432024-03-26T06:54:27.532Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31442024-03-26T06:54:30.406Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
31452024-03-26T06:54:30.719Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31462024-03-26T06:54:31.606Z Documenting compact_str v0.7.1
31472024-03-26T06:54:32.515Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31482024-03-26T06:54:35.915Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31492024-03-26T06:54:37.788Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31502024-03-26T06:54:37.799Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31512024-03-26T06:54:37.940Z Documenting portable-atomic v1.4.3
31522024-03-26T06:54:38.060Z Documenting ed25519 v1.5.3
31532024-03-26T06:54:40.986Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31542024-03-26T06:54:41.344Z Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
31552024-03-26T06:54:41.837Z Documenting memoffset v0.7.1
31562024-03-26T06:54:43.074Z Documenting cookie v0.18.0
31572024-03-26T06:54:43.089Z Documenting rcgen v0.12.1
31582024-03-26T06:54:44.863Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31592024-03-26T06:54:46.434Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31602024-03-26T06:54:47.185Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31612024-03-26T06:54:47.952Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
31622024-03-26T06:54:48.564Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60)
31632024-03-26T06:54:49.579Z Documenting atomicwrites v0.4.3
31642024-03-26T06:54:51.484Z Documenting chacha20 v0.9.1
31652024-03-26T06:54:53.720Z Documenting lru v0.12.1
31662024-03-26T06:54:54.526Z Documenting aead v0.5.2
31672024-03-26T06:54:56.464Z Documenting nanorand v0.7.0
31682024-03-26T06:54:56.536Z Documenting subprocess v0.2.9
31692024-03-26T06:54:58.431Z Documenting stability v0.1.1
31702024-03-26T06:54:58.811Z Documenting number_prefix v0.4.0
31712024-03-26T06:55:04.716Z Documenting cassowary v0.3.0
31722024-03-26T06:55:08.216Z Documenting glob v0.3.1
31732024-03-26T06:55:08.241Z Documenting flume v0.11.0
31742024-03-26T06:55:08.506Z Documenting chacha20poly1305 v0.10.1
31752024-03-26T06:55:08.744Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31762024-03-26T06:55:08.769Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31772024-03-26T06:55:08.897Z Documenting indicatif v0.17.8
31782024-03-26T06:55:09.193Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31792024-03-26T06:55:09.525Z Documenting ratatui v0.26.1
31802024-03-26T06:55:12.243Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31812024-03-26T06:55:12.978Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
31822024-03-26T06:55:23.787Z Documenting salty v0.2.0
31832024-03-26T06:55:24.168Z Documenting vsss-rs v3.3.4
31842024-03-26T06:55:24.643Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31852024-03-26T06:55:25.283Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31862024-03-26T06:55:25.286Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31872024-03-26T06:55:26.035Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
31882024-03-26T06:55:26.311Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31892024-03-26T06:55:27.410Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31902024-03-26T06:55:28.293Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31912024-03-26T06:55:28.561Z Documenting serde-big-array v0.5.1
31922024-03-26T06:55:29.519Z Documenting rtoolbox v0.0.1
31932024-03-26T06:55:30.728Z Documenting http-range v0.1.5
31942024-03-26T06:55:31.428Z Documenting unicode-linebreak v0.1.5
31952024-03-26T06:55:31.596Z Documenting is_ci v1.2.0
31962024-03-26T06:55:32.951Z Documenting smawk v0.3.1
31972024-03-26T06:55:33.829Z Documenting rpassword v7.3.1
31982024-03-26T06:55:34.641Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
31992024-03-26T06:55:34.954Z Documenting hyper-staticfile v0.9.5
32002024-03-26T06:55:35.669Z Documenting supports-color v3.0.0
32012024-03-26T06:55:36.990Z Documenting textwrap v0.16.1
32022024-03-26T06:55:38.132Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32032024-03-26T06:55:39.107Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32042024-03-26T06:55:39.733Z Documenting tui-tree-widget v0.17.0
32052024-03-26T06:55:41.145Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32062024-03-26T06:55:41.474Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32072024-03-26T06:55:42.057Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32082024-03-26T06:55:43.696Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32092024-03-26T06:55:44.161Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32102024-03-26T06:55:44.710Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32112024-03-26T06:55:45.402Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32122024-03-26T06:55:45.683Z Documenting signal-hook-tokio v0.3.1
32132024-03-26T06:55:45.835Z Documenting rand_seeder v0.2.3
32142024-03-26T06:55:47.167Z Documenting memmap2 v0.7.1
32152024-03-26T06:55:48.354Z Documenting constant_time_eq v0.3.0
32162024-03-26T06:55:50.098Z Documenting corncobs v0.1.3
32172024-03-26T06:55:51.466Z Documenting arrayvec v0.7.4
32182024-03-26T06:55:51.561Z Documenting arrayref v0.3.7
32192024-03-26T06:55:52.005Z Documenting shell-words v1.1.0
32202024-03-26T06:55:53.229Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32212024-03-26T06:55:54.871Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32222024-03-26T06:55:54.876Z Documenting blake3 v1.5.0
32232024-03-26T06:55:55.583Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32242024-03-26T06:55:56.139Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32252024-03-26T06:55:58.734Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32262024-03-26T06:56:00.667Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32272024-03-26T06:56:00.929Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32282024-03-26T06:56:01.831Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32292024-03-26T06:56:09.023Zwarning: unresolved link to `test_sled_transitions`
32302024-03-26T06:56:09.023Z --> nexus/db-queries/src/db/datastore/sled.rs:536:11
32312024-03-26T06:56:09.024Z |
32322024-03-26T06:56:09.024Z536 | /// [`test_sled_transitions`].
32332024-03-26T06:56:09.024Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
32342024-03-26T06:56:09.024Z |
32352024-03-26T06:56:09.024Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32362024-03-26T06:56:09.024Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32372024-03-26T06:56:09.024Z
32382024-03-26T06:56:09.035Zwarning: unresolved link to `test_sled_transitions`
32392024-03-26T06:56:09.035Z --> nexus/db-queries/src/db/datastore/sled.rs:572:11
32402024-03-26T06:56:09.035Z |
32412024-03-26T06:56:09.035Z572 | /// [`test_sled_transitions`].
32422024-03-26T06:56:09.035Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
32432024-03-26T06:56:09.035Z |
32442024-03-26T06:56:09.036Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32452024-03-26T06:56:09.036Z
32462024-03-26T06:56:09.036Zwarning: unresolved link to `DataStore::update_tuf_repo_description_insert`
32472024-03-26T06:56:09.036Z --> nexus/db-queries/src/db/datastore/update.rs:28:27
32482024-03-26T06:56:09.036Z |
32492024-03-26T06:56:09.036Z28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`].
32502024-03-26T06:56:09.036Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert`
32512024-03-26T06:56:09.037Z
32522024-03-26T06:56:16.677Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32532024-03-26T06:56:18.449Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32542024-03-26T06:56:19.768Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60)
32552024-03-26T06:56:20.369Z Documenting fatfs v0.3.6
32562024-03-26T06:56:21.826Zwarning: unclosed HTML tag `usize`
32572024-03-26T06:56:21.826Z --> wicket/src/ui/panes/update.rs:153:19
32582024-03-26T06:56:21.826Z |
32592024-03-26T06:56:21.826Z153 | /// TODO: The <usize> generic parameter is carried over from earlier versions
32602024-03-26T06:56:21.827Z | ^^^^^^^
32612024-03-26T06:56:21.827Z |
32622024-03-26T06:56:21.827Z = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
32632024-03-26T06:56:21.827Z
32642024-03-26T06:56:23.259Zwarning: `wicket` (lib doc) generated 1 warning
32652024-03-26T06:56:23.264Z Documenting assert_matches v1.5.0
32662024-03-26T06:56:24.880Z Documenting topological-sort v0.2.2
32672024-03-26T06:56:25.911Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32682024-03-26T06:56:26.627Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32692024-03-26T06:56:28.835Zwarning: `nexus-db-queries` (lib doc) generated 3 warnings
32702024-03-26T06:56:28.838Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32712024-03-26T06:56:29.054Z Documenting omicron-zone-package v0.11.0
32722024-03-26T06:56:30.284Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32732024-03-26T06:56:30.958Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
32742024-03-26T06:56:30.958Z --> sled-agent/src/sim/instance.rs:46:7
32752024-03-26T06:56:30.958Z |
32762024-03-26T06:56:30.958Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
32772024-03-26T06:56:30.958Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
32782024-03-26T06:56:30.958Z |
32792024-03-26T06:56:30.958Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32802024-03-26T06:56:30.958Z
32812024-03-26T06:56:32.416Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32822024-03-26T06:56:33.398Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
32832024-03-26T06:56:34.577Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
32842024-03-26T06:56:34.581Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
32852024-03-26T06:56:34.732Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
32862024-03-26T06:56:38.063Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
32872024-03-26T06:56:38.882Z Documenting termios v0.3.3
32882024-03-26T06:56:39.605Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32892024-03-26T06:56:43.237Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32902024-03-26T06:56:46.659Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32912024-03-26T06:56:49.746Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32922024-03-26T06:56:50.391Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32932024-03-26T06:56:54.120Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32942024-03-26T06:57:11.436Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32952024-03-26T06:57:20.659Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32962024-03-26T06:57:24.235Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
32972024-03-26T06:57:26.705Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32982024-03-26T06:57:28.792Z Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
32992024-03-26T06:57:29.223Z Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
33002024-03-26T06:57:29.775Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33012024-03-26T06:57:29.945Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33022024-03-26T06:57:33.153Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33032024-03-26T06:58:01.024Zwarning: unresolved link to `VolumeConstructionRequest`
33042024-03-26T06:58:01.024Z --> nexus/src/app/sagas/volume_delete.rs:338:7
33052024-03-26T06:58:01.024Z |
33062024-03-26T06:58:01.024Z338 | /// [`VolumeConstructionRequest`] is shown here):
33072024-03-26T06:58:01.024Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
33082024-03-26T06:58:01.024Z |
33092024-03-26T06:58:01.024Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
33102024-03-26T06:58:01.024Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
33112024-03-26T06:58:01.025Z
33122024-03-26T06:58:01.025Zwarning: unresolved link to `fd00:1122:3344:101::5`
33132024-03-26T06:58:01.025Z --> nexus/src/app/sagas/volume_delete.rs:348:17
33142024-03-26T06:58:01.025Z |
33152024-03-26T06:58:01.025Z348 | /// "[fd00:1122:3344:101::5]:1000",
33162024-03-26T06:58:01.026Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33172024-03-26T06:58:01.026Z
33182024-03-26T06:58:01.026Zwarning: unresolved link to `fd00:1122:3344:102::9`
33192024-03-26T06:58:01.026Z --> nexus/src/app/sagas/volume_delete.rs:349:17
33202024-03-26T06:58:01.026Z |
33212024-03-26T06:58:01.026Z349 | /// "[fd00:1122:3344:102::9]:1000",
33222024-03-26T06:58:01.027Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33232024-03-26T06:58:01.027Z
33242024-03-26T06:58:01.027Zwarning: unresolved link to `fd00:1122:3344:103::2`
33252024-03-26T06:58:01.027Z --> nexus/src/app/sagas/volume_delete.rs:350:17
33262024-03-26T06:58:01.036Z |
33272024-03-26T06:58:01.036Z350 | /// "[fd00:1122:3344:103::2]:1000"
33282024-03-26T06:58:01.036Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33292024-03-26T06:58:01.037Z
33302024-03-26T06:58:01.037Zwarning: unresolved link to `fd00:1122:3344:101::5`
33312024-03-26T06:58:01.037Z --> nexus/src/app/sagas/volume_delete.rs:369:17
33322024-03-26T06:58:01.037Z |
33332024-03-26T06:58:01.037Z369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
33342024-03-26T06:58:01.037Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33352024-03-26T06:58:01.037Z
33362024-03-26T06:58:01.037Zwarning: unresolved link to `fd00:1122:3344:102::9`
33372024-03-26T06:58:01.038Z --> nexus/src/app/sagas/volume_delete.rs:370:17
33382024-03-26T06:58:01.038Z |
33392024-03-26T06:58:01.038Z370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
33402024-03-26T06:58:01.038Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33412024-03-26T06:58:01.038Z
33422024-03-26T06:58:01.038Zwarning: unresolved link to `fd00:1122:3344:103::2`
33432024-03-26T06:58:01.038Z --> nexus/src/app/sagas/volume_delete.rs:371:17
33442024-03-26T06:58:01.038Z |
33452024-03-26T06:58:01.038Z371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
33462024-03-26T06:58:01.039Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33472024-03-26T06:58:01.039Z
33482024-03-26T06:58:04.137Zwarning: `omicron-nexus` (lib doc) generated 7 warnings
33492024-03-26T06:58:19.895Z Finished dev [unoptimized + debuginfo] target(s) in 11m 36s
33502024-03-26T06:58:19.975Z Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html
33512024-03-26T06:58:19.975Z Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html
33522024-03-26T06:58:19.975Z Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html
33532024-03-26T06:58:19.975Z Generated /work/oxidecomputer/omicron/target/doc/caboose_util/index.html
33542024-03-26T06:58:19.975Z Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html
33552024-03-26T06:58:19.975Z Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html
33562024-03-26T06:58:19.975Z Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html
33572024-03-26T06:58:19.983Z Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html
33582024-03-26T06:58:19.983Z Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html
33592024-03-26T06:58:19.984Z Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html
33602024-03-26T06:58:19.984Z Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html
33612024-03-26T06:58:19.984Z Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html
33622024-03-26T06:58:19.984Z Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html
33632024-03-26T06:58:19.984Z Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html
33642024-03-26T06:58:19.984Z Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html
33652024-03-26T06:58:19.984Z Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html
33662024-03-26T06:58:19.984Z Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html
33672024-03-26T06:58:19.984Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html
33682024-03-26T06:58:19.984Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html
33692024-03-26T06:58:19.984Z Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html
33702024-03-26T06:58:19.984Z Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html
33712024-03-26T06:58:19.984Z Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html
33722024-03-26T06:58:19.984Z Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html
33732024-03-26T06:58:19.984Z Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html
33742024-03-26T06:58:19.984Z Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html
33752024-03-26T06:58:19.984Z Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html
33762024-03-26T06:58:19.984Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html
33772024-03-26T06:58:19.985Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html
33782024-03-26T06:58:19.985Z Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html
33792024-03-26T06:58:19.985Z Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html
33802024-03-26T06:58:19.985Z Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html
33812024-03-26T06:58:19.985Z Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html
33822024-03-26T06:58:19.985Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html
33832024-03-26T06:58:19.985Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html
33842024-03-26T06:58:19.985Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html
33852024-03-26T06:58:19.985Z Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html
33862024-03-26T06:58:19.985Z Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html
33872024-03-26T06:58:19.985Z Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html
33882024-03-26T06:58:19.985Z Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html
33892024-03-26T06:58:19.985Z Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html
33902024-03-26T06:58:19.985Z Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html
33912024-03-26T06:58:19.985Z Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html
33922024-03-26T06:58:19.985Z Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html
33932024-03-26T06:58:19.985Z Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html
33942024-03-26T06:58:19.985Z Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html
33952024-03-26T06:58:19.985Z Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html
33962024-03-26T06:58:19.985Z Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html
33972024-03-26T06:58:19.986Z Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html
33982024-03-26T06:58:19.986Z Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html
33992024-03-26T06:58:19.986Z Generated /work/oxidecomputer/omicron/target/doc/falcon_runner/index.html
34002024-03-26T06:58:19.986Z Generated /work/oxidecomputer/omicron/target/doc/falcon_runner_cli/index.html
34012024-03-26T06:58:19.986Z Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html
34022024-03-26T06:58:19.986Z Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html
34032024-03-26T06:58:19.986Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
34042024-03-26T06:58:19.986Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html
34052024-03-26T06:58:19.986Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html
34062024-03-26T06:58:19.986Z Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html
34072024-03-26T06:58:19.986Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
34082024-03-26T06:58:19.986Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html
34092024-03-26T06:58:19.986Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html
34102024-03-26T06:58:19.986Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html
34112024-03-26T06:58:19.986Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html
34122024-03-26T06:58:19.986Z Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html
34132024-03-26T06:58:19.986Z Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html
34142024-03-26T06:58:19.986Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html
34152024-03-26T06:58:19.986Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html
34162024-03-26T06:58:19.986Z Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html
34172024-03-26T06:58:19.987Z Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html
34182024-03-26T06:58:19.987Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html
34192024-03-26T06:58:19.987Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html
34202024-03-26T06:58:19.987Z Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html
34212024-03-26T06:58:19.987Z Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html
34222024-03-26T06:58:19.987Z Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html
34232024-03-26T06:58:19.987Z Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html
34242024-03-26T06:58:19.987Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html
34252024-03-26T06:58:19.987Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html
34262024-03-26T06:58:19.987Z Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html
34272024-03-26T06:58:19.987Z Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html
34282024-03-26T06:58:19.987Z Generated /work/oxidecomputer/omicron/target/doc/zone_networking/index.html
34292024-03-26T06:58:20.005Z
34302024-03-26T06:58:20.010Zreal 11:36.847584532
34312024-03-26T06:58:20.010Zuser 33:12.763480456
34322024-03-26T06:58:20.010Zsys 46:59.086415850
34332024-03-26T06:58:20.010Ztrap 0.908277197
34342024-03-26T06:58:20.010Ztflt 0.579090834
34352024-03-26T06:58:20.010Zdflt 0.212850397
34362024-03-26T06:58:20.011Zkflt 0.000087929
34372024-03-26T06:58:20.011Zlock 3:13:54.798290434
34382024-03-26T06:58:20.011Zslp 3:11:43.060482772
34392024-03-26T06:58:20.011Zlat 4:08.104925531
34402024-03-26T06:58:20.011Zstop 1:43.401536751
34412024-03-26T06:58:20.011Zprocess exited: duration 1291149 ms, exit code 0
 
34422024-03-26T06:58:20.035Zfound 0 output files