01HZ6KNYYB2NF4YJN1AB4ZW7FH: 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: 01HZ6KP835XY9PVBG8R96C7J4V

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-31T05:59:52.118Zjob assigned to worker 01HZ6KPBFDDRDMP0FYM5SZ1N37 (queued for 36 s)
 
22024-05-31T05:59:52.592Zstarting task 0: "setup"
32024-05-31T05:59:52.618Z++ uname -s
42024-05-31T05:59:52.618Z+ kern=SunOS
52024-05-31T05:59:52.618Z+ case "$kern" in
62024-05-31T05:59:52.618Z+ groupadd -g 12345 build
72024-05-31T05:59:52.618Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-31T05:59:54.625Z+ zfs create -o mountpoint=/work rpool/work
92024-05-31T05:59:54.668Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-31T05:59:54.706Z+ home_fs=zfs
112024-05-31T05:59:54.706Z+ [[ zfs == autofs ]]
122024-05-31T05:59:54.706Z+ mkdir -p /home/build
132024-05-31T05:59:54.706Z+ chown build:build /home/build /work
142024-05-31T05:59:56.677Z+ chmod 0700 /home/build /work
152024-05-31T05:59:56.703Zprocess exited: duration 4089 ms, exit code 0
 
162024-05-31T05:59:56.754Zstarting task 1: "rust-toolchain"
172024-05-31T05:59:56.780Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-31T05:59:56.780Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-05-31T05:59:56.910Zinfo: downloading installer
202024-05-31T05:59:57.944Zwarning: it looks like you have an existing installation of Rust at:
212024-05-31T05:59:57.944Zwarning: /opt/ooce/bin
222024-05-31T05:59:57.944Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-31T05:59:57.944Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-31T05:59:57.944Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-31T05:59:57.944Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-31T05:59:57.944Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-31T05:59:57.944Zerror: cannot install while Rust is installed
282024-05-31T05:59:57.944Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-31T05:59:57.988Zinfo: profile set to 'default'
302024-05-31T05:59:57.988Zinfo: default host triple is x86_64-unknown-illumos
312024-05-31T05:59:58.013Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-05-31T05:59:58.089Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-05-31T05:59:58.089Zinfo: downloading component 'cargo'
342024-05-31T05:59:58.302Zinfo: downloading component 'clippy'
352024-05-31T05:59:58.440Zinfo: downloading component 'rust-docs'
362024-05-31T05:59:58.627Zinfo: downloading component 'rust-std'
372024-05-31T05:59:59.097Zinfo: downloading component 'rustc'
382024-05-31T05:59:59.940Zinfo: downloading component 'rustfmt'
392024-05-31T05:59:59.977Zinfo: installing component 'cargo'
402024-05-31T06:00:01.073Zinfo: installing component 'clippy'
412024-05-31T06:00:01.532Zinfo: installing component 'rust-docs'
422024-05-31T06:00:04.007Zinfo: installing component 'rust-std'
432024-05-31T06:00:06.182Zinfo: installing component 'rustc'
442024-05-31T06:00:10.945Zinfo: installing component 'rustfmt'
452024-05-31T06:00:11.321Z
462024-05-31T06:00:11.321Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
472024-05-31T06:00:11.420Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-05-31T06:00:11.420Z
492024-05-31T06:00:11.445Z
502024-05-31T06:00:11.445ZRust is installed now. Great!
512024-05-31T06:00:11.445Z
522024-05-31T06:00:11.445ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-31T06:00:11.445Zenvironment variable. This has not been done automatically.
542024-05-31T06:00:11.445Z
552024-05-31T06:00:11.445ZTo configure your current shell, you need to source
562024-05-31T06:00:11.445Zthe corresponding env file under $HOME/.cargo.
572024-05-31T06:00:11.445Z
582024-05-31T06:00:11.445ZThis is usually done by running one of the following (note the leading DOT):
592024-05-31T06:00:11.445Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-31T06:00:11.445Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-31T06:00:11.486Z+ rustc --version
622024-05-31T06:00:11.573Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-05-31T06:00:11.600Zprocess exited: duration 14821 ms, exit code 0
 
642024-05-31T06:00:11.659Zstarting task 2: "authentication"
652024-05-31T06:00:11.728Zprocess exited: duration 75 ms, exit code 0
 
662024-05-31T06:00:11.779Zstarting task 3: "clone repository"
672024-05-31T06:00:11.804Z+ mkdir -p /work/oxidecomputer/omicron
682024-05-31T06:00:11.805Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-05-31T06:00:11.830ZCloning into '/work/oxidecomputer/omicron'...
702024-05-31T06:00:17.869Z+ cd /work/oxidecomputer/omicron
712024-05-31T06:00:17.869Z+ git fetch origin 73b2265ad42c6e51ad156b4183377018254f8e6c
722024-05-31T06:00:18.286ZFrom https://github.com/oxidecomputer/omicron
732024-05-31T06:00:18.286Z * branch 73b2265ad42c6e51ad156b4183377018254f8e6c -> FETCH_HEAD
742024-05-31T06:00:18.322Z+ [[ -n vlan-ry ]]
752024-05-31T06:00:18.322Z++ git branch --show-current
762024-05-31T06:00:18.323Z+ current=main
772024-05-31T06:00:18.323Z+ [[ main != vlan-ry ]]
782024-05-31T06:00:18.323Z+ git branch -f vlan-ry 73b2265ad42c6e51ad156b4183377018254f8e6c
792024-05-31T06:00:18.356Z+ git checkout -f vlan-ry
802024-05-31T06:00:18.439ZSwitched to branch 'vlan-ry'
812024-05-31T06:00:18.466Z+ git reset --hard 73b2265ad42c6e51ad156b4183377018254f8e6c
822024-05-31T06:00:18.554ZHEAD is now at 73b2265ad add missing database table column
832024-05-31T06:00:18.580Zprocess exited: duration 6776 ms, exit code 0
 
842024-05-31T06:00:18.632Zstarting task 4: "build"
852024-05-31T06:00:18.658Z+ cargo --version
862024-05-31T06:00:18.658Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
872024-05-31T06:00:19.153Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
882024-05-31T06:00:19.154Zinfo: downloading component 'cargo'
892024-05-31T06:00:19.196Zinfo: downloading component 'clippy'
902024-05-31T06:00:19.196Zinfo: downloading component 'rust-docs'
912024-05-31T06:00:19.370Zinfo: downloading component 'rust-std'
922024-05-31T06:00:20.003Zinfo: downloading component 'rustc'
932024-05-31T06:00:21.287Zinfo: downloading component 'rustfmt'
942024-05-31T06:00:21.353Zinfo: installing component 'cargo'
952024-05-31T06:00:22.294Zinfo: installing component 'clippy'
962024-05-31T06:00:22.659Zinfo: installing component 'rust-docs'
972024-05-31T06:00:24.966Zinfo: installing component 'rust-std'
982024-05-31T06:00:26.999Zinfo: installing component 'rustc'
992024-05-31T06:00:31.471Zinfo: installing component 'rustfmt'
1002024-05-31T06:00:31.930Zcargo 1.77.2 (e52e36006 2024-03-26)
1012024-05-31T06:00:31.960Z+ rustc --version
1022024-05-31T06:00:32.025Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
1032024-05-31T06:00:32.052Z+ source ./env.sh
1042024-05-31T06:00:32.052Z++ set -o xtrace
1052024-05-31T06:00:32.052Z++++ dirname ./env.sh
1062024-05-31T06:00:32.052Z+++ readlink -f .
1072024-05-31T06:00:32.052Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082024-05-31T06:00:32.052Z++ 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-05-31T06:00:32.052Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102024-05-31T06:00:32.052Z++ 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-05-31T06:00:32.052Z++ 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-05-31T06:00:32.052Z++ 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-05-31T06:00:32.052Z++ 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-05-31T06:00:32.052Z++ 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-05-31T06:00:32.052Z++ 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-05-31T06:00:32.052Z++ unset OMICRON_WS
1172024-05-31T06:00:32.052Z++ set +o xtrace
1182024-05-31T06:00:32.052Z
1192024-05-31T06:00:32.052Z ##### ##### ###### ##### ###### #### # # # #### #
1202024-05-31T06:00:32.052Z # # # # # # # # # # # # # # #
1212024-05-31T06:00:32.052Z # # # # ##### # # ##### # # # # # #### #
1222024-05-31T06:00:32.052Z ##### ##### # ##### # # # # # # # # #
1232024-05-31T06:00:32.053Z # # # # # # # # # # # # # # #
1242024-05-31T06:00:32.053Z # # # ###### # # ###### ### # #### # #### #
1252024-05-31T06:00:32.053Z
1262024-05-31T06:00:37.185Z Startup: Refreshing catalog 'helios-dev' ... Done
1272024-05-31T06:00:39.144Z Startup: Caching catalogs ... Done
1282024-05-31T06:00:41.606ZPlanning: Solver setup ... Done (1.873s)
1292024-05-31T06:00:41.638ZPlanning: Running solver ... Done (0.033s)
1302024-05-31T06:00:41.675ZPlanning: Finding local manifests ... Done (0.002s)
1312024-05-31T06:00:41.754ZPlanning: Fetching manifests: 0/4 0% complete
1322024-05-31T06:00:42.099ZPlanning: Fetching manifests: 4/4 100% complete
1332024-05-31T06:00:42.156ZPlanning: Package planning ... Done (0.060s)
1342024-05-31T06:00:42.217ZPlanning: Merging actions ... Done (0.059s)
1352024-05-31T06:00:42.619ZPlanning: Checking for conflicting actions ... Done (0.393s)
1362024-05-31T06:00:42.644ZPlanning: Consolidating action changes ... Done (0.013s)
1372024-05-31T06:00:43.243ZPlanning: Evaluating mediators ... Done (0.621s)
1382024-05-31T06:00:43.275ZPlanning: Planning completed in 4.06 seconds
1392024-05-31T06:00:43.307Z Packages to install: 4
1402024-05-31T06:00:43.307Z Mediators to change: 2
1412024-05-31T06:00:43.307Z Services to change: 1
1422024-05-31T06:00:43.308Z Estimated space available: 148.35 GB
1432024-05-31T06:00:43.308ZEstimated space to be consumed: 1.45 GB
1442024-05-31T06:00:43.308Z Create boot environment: No
1452024-05-31T06:00:43.308ZCreate backup boot environment: No
1462024-05-31T06:00:43.308Z Rebuild boot archive: No
1472024-05-31T06:00:43.308Z
1482024-05-31T06:00:43.309ZChanged mediators:
1492024-05-31T06:00:43.309Z mediator clang:
1502024-05-31T06:00:43.309Z version: None -> 15 (system default)
1512024-05-31T06:00:43.309Z
1522024-05-31T06:00:43.309Z mediator llvm:
1532024-05-31T06:00:43.309Z version: 14 (system default) -> 15 (system default)
1542024-05-31T06:00:43.310Z
1552024-05-31T06:00:43.310ZChanged packages:
1562024-05-31T06:00:43.310Zhelios-dev
1572024-05-31T06:00:43.310Z developer/build-essential
1582024-05-31T06:00:43.310Z None -> 11-2.0
1592024-05-31T06:00:43.311Z library/libxmlsec1
1602024-05-31T06:00:43.311Z None -> 1.2.35-2.0
1612024-05-31T06:00:43.311Z ooce/developer/clang-15
1622024-05-31T06:00:43.311Z None -> 15.0.7-2.0
1632024-05-31T06:00:43.311Z ooce/developer/llvm-15
1642024-05-31T06:00:43.312Z None -> 15.0.7-2.0
1652024-05-31T06:00:43.312Z
1662024-05-31T06:00:43.312ZServices:
1672024-05-31T06:00:43.312Z restart_fmri:
1682024-05-31T06:00:43.312Z svc:/system/update-man-index:default
1692024-05-31T06:00:43.339Z
1702024-05-31T06:00:43.339ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1712024-05-31T06:00:48.322ZDownload: 783/3290 items 18.6/212.6MB 8% complete (3.8M/s)
1722024-05-31T06:00:53.319ZDownload: 1239/3290 items 90.6/212.6MB 42% complete (9.1M/s)
1732024-05-31T06:00:58.324ZDownload: 2222/3290 items 119.2/212.6MB 56% complete (10.1M/s)
1742024-05-31T06:01:03.331ZDownload: 3111/3290 items 125.8/212.6MB 59% complete (3.5M/s)
1752024-05-31T06:01:08.354ZDownload: 3248/3290 items 181.2/212.6MB 85% complete (6.2M/s)
1762024-05-31T06:01:13.356ZDownload: 3248/3290 items 196.1/212.6MB 92% complete (7.1M/s)
1772024-05-31T06:01:15.906ZDownload: Completed 212.60 MB in 32.59 seconds (6.5M/s)
1782024-05-31T06:01:16.076Z Actions: 1/3689 actions (Installing new actions)
1792024-05-31T06:01:21.191Z Actions: 3027/3689 actions (Installing new actions)
1802024-05-31T06:01:21.874Z Actions: Completed 3689 actions in 5.80 seconds.
1812024-05-31T06:01:22.186Z Done (0.304s)
1822024-05-31T06:01:22.186Z Done (0.000s)
1832024-05-31T06:01:22.545Z Done (0.359s)
1842024-05-31T06:01:27.579Z Done (4.912s)
1852024-05-31T06:01:27.672Z Done (0.018s)
1862024-05-31T06:01:27.697Z Done (0.000s)
1872024-05-31T06:01:27.842Z Done (0.000s)
1882024-05-31T06:01:28.501ZPlanning: Evaluating mediator changes ... Done
1892024-05-31T06:01:28.780ZPlanning: Checking for conflicting actions ... Done
1902024-05-31T06:01:28.811ZPlanning: Consolidating action changes ... Done
1912024-05-31T06:01:29.109ZPlanning: Evaluating mediators ... Done
1922024-05-31T06:01:29.138ZPlanning: Planning completed in 0.61 seconds
1932024-05-31T06:01:29.172Z Mediators to change: 2
1942024-05-31T06:01:29.172Z Create boot environment: No
1952024-05-31T06:01:29.173ZCreate backup boot environment: No
1962024-05-31T06:01:29.210Z Done
1972024-05-31T06:01:29.210Z Done
1982024-05-31T06:01:29.472Z Done
1992024-05-31T06:01:33.730Z Done
2002024-05-31T06:01:33.819Z Done
2012024-05-31T06:01:33.843Z Done
2022024-05-31T06:01:33.895Z Done
2032024-05-31T06:01:34.615ZPlanning: Evaluating mediator changes ... Done
2042024-05-31T06:01:35.048ZPlanning: Merging actions ... Done
2052024-05-31T06:01:35.073ZPlanning: Checking for conflicting actions ... Done
2062024-05-31T06:01:35.073ZPlanning: Consolidating action changes ... Done
2072024-05-31T06:01:35.198ZPlanning: Evaluating mediators ... Done
2082024-05-31T06:01:35.276ZPlanning: Planning completed in 0.95 seconds
2092024-05-31T06:01:35.325Z Packages to change: 1
2102024-05-31T06:01:35.325Z Mediators to change: 1
2112024-05-31T06:01:35.325Z Services to change: 1
2122024-05-31T06:01:35.325Z Create boot environment: No
2132024-05-31T06:01:35.325ZCreate backup boot environment: Yes
2142024-05-31T06:01:36.855Z Actions: 1/6 actions (Updating modified actions)
2152024-05-31T06:01:36.883Z Actions: Completed 6 actions in 0.00 seconds.
2162024-05-31T06:01:36.883Z Done
2172024-05-31T06:01:36.883Z Done
2182024-05-31T06:01:36.934Z Done
2192024-05-31T06:01:41.060Z Done
2202024-05-31T06:01:41.151Z Done
2212024-05-31T06:01:41.175Z Done
2222024-05-31T06:01:41.224Z Done
2232024-05-31T06:01:41.747ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2242024-05-31T06:01:41.747Zclang system 15 system
2252024-05-31T06:01:41.747Zcsh system system illumos
2262024-05-31T06:01:41.747Zctags system system illumos
2272024-05-31T06:01:41.747Zgcc vendor 12 vendor
2282024-05-31T06:01:41.747Zgcc system 10 system
2292024-05-31T06:01:41.747Zgcc system 7 system
2302024-05-31T06:01:41.747Zgo system 1.20 system
2312024-05-31T06:01:41.747Zgo system 1.19 system
2322024-05-31T06:01:41.747Zllvm system 15 system
2332024-05-31T06:01:41.747Zllvm system 14 system
2342024-05-31T06:01:41.747Zmariadb system 10.6 system
2352024-05-31T06:01:41.747Zmta vendor vendor dma
2362024-05-31T06:01:41.747Zopenjdk system 17 system
2372024-05-31T06:01:41.747Zopenjdk system 11 system
2382024-05-31T06:01:41.747Zopenjdk system 1.8 system
2392024-05-31T06:01:41.747Zopenssl vendor 3 vendor
2402024-05-31T06:01:41.747Zperl system 5.36 system
2412024-05-31T06:01:41.747Zpostgresql system 15 system
2422024-05-31T06:01:41.747Zpostgresql system 13 system
2432024-05-31T06:01:41.748Zpython vendor 3 vendor
2442024-05-31T06:01:41.748Zpython system 2 system
2452024-05-31T06:01:41.748Zpython3 system 3.11 system
2462024-05-31T06:01:41.748Zruby system 3.0 system
2472024-05-31T06:01:41.748Zwords vendor vendor american-english
2482024-05-31T06:01:41.748Zwords system system australian-english
2492024-05-31T06:01:41.748Zwords system system british-english
2502024-05-31T06:01:41.748Zwords system system canadian-english
2512024-05-31T06:01:41.748Zwords system system french
2522024-05-31T06:01:41.748Zwords system system italian
2532024-05-31T06:01:41.748Zwords system system ngerman
2542024-05-31T06:01:41.748Zwords system system ogerman
2552024-05-31T06:01:41.748Zwords system system spanish
2562024-05-31T06:01:42.156ZPUBLISHER TYPE STATUS P LOCATION
2572024-05-31T06:01:42.156Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2582024-05-31T06:01:43.926ZFMRI IFO
2592024-05-31T06:01:43.927Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2602024-05-31T06:01:43.927Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2612024-05-31T06:01:43.927Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2622024-05-31T06:01:43.927Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2632024-05-31T06:01:43.927Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2642024-05-31T06:01:43.927Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2652024-05-31T06:01:43.927Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2662024-05-31T06:01:43.927Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2672024-05-31T06:01:43.927Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2682024-05-31T06:01:43.927Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2692024-05-31T06:01:43.927Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2702024-05-31T06:01:43.927Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2712024-05-31T06:01:44.191Z+ set -o errexit
2722024-05-31T06:01:44.216Z+++ dirname ./tools/ci_download_cockroachdb
2732024-05-31T06:01:44.216Z++ cd ./tools
2742024-05-31T06:01:44.216Z++ pwd
2752024-05-31T06:01:44.216Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2762024-05-31T06:01:44.216Z++ basename ./tools/ci_download_cockroachdb
2772024-05-31T06:01:44.216Z+ ARG0=ci_download_cockroachdb
2782024-05-31T06:01:44.216Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2792024-05-31T06:01:44.216Z+ CIDL_VERSION=v22.1.9
2802024-05-31T06:01:44.216Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2812024-05-31T06:01:44.217Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2822024-05-31T06:01:44.217Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2832024-05-31T06:01:44.217Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2842024-05-31T06:01:44.217Z+ TARGET_DIR=out
2852024-05-31T06:01:44.217Z+ DOWNLOAD_DIR=out/downloads
2862024-05-31T06:01:44.217Z+ DEST_DIR=./out/cockroachdb
2872024-05-31T06:01:44.217Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2882024-05-31T06:01:44.217Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2892024-05-31T06:01:44.217Z+ main
2902024-05-31T06:01:44.217Z+ [[ 0 != 0 ]]
2912024-05-31T06:01:44.217Z+ CIDL_OS=solaris2.11
2922024-05-31T06:01:44.217Z+ [[ 0 != 0 ]]
2932024-05-31T06:01:44.217Z+ configure_os solaris2.11
2942024-05-31T06:01:44.217Z+ echo 'current directory: /work/oxidecomputer/omicron'
2952024-05-31T06:01:44.217Zcurrent directory: /work/oxidecomputer/omicron
2962024-05-31T06:01:44.217Z+ echo 'configuring based on OS: "solaris2.11"'
2972024-05-31T06:01:44.217Z+ case "$1" in
2982024-05-31T06:01:44.217Z+ CIDL_BUILD=illumos
2992024-05-31T06:01:44.217Z+ CIDL_SUFFIX=tar.gz
3002024-05-31T06:01:44.217Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3012024-05-31T06:01:44.217Zconfiguring based on OS: "solaris2.11"
3022024-05-31T06:01:44.217Z+ CIDL_URL_BASE=https://illumos.org/downloads
3032024-05-31T06:01:44.217Z+ CIDL_ASSEMBLE=do_assemble_illumos
3042024-05-31T06:01:44.217Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
3052024-05-31T06:01:44.218Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
3062024-05-31T06:01:44.218Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3072024-05-31T06:01:44.218Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3082024-05-31T06:01:44.218Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3092024-05-31T06:01:44.218Z+ CIDL_SHA256FUNC=do_sha256sum
3102024-05-31T06:01:44.218Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3112024-05-31T06:01:44.218ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3122024-05-31T06:01:44.218Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3132024-05-31T06:01:44.218Z+ mkdir -p out/downloads
3142024-05-31T06:01:44.218ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3152024-05-31T06:01:44.218Z+ mkdir -p ./out/cockroachdb
3162024-05-31T06:01:44.218Z+ local DO_DOWNLOAD=true
3172024-05-31T06:01:44.218Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3182024-05-31T06:01:44.218Z+ '[' true == true ']'
3192024-05-31T06:01:44.218Z+ echo Downloading...
3202024-05-31T06:01:44.218ZDownloading...
3212024-05-31T06:01:44.218Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3222024-05-31T06:01:44.218Z+ 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-05-31T06:01:49.305Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3242024-05-31T06:01:49.330Z++ sha256sum
3252024-05-31T06:01:49.330Z++ awk '{print $1}'
3262024-05-31T06:01:49.382Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3272024-05-31T06:01:49.382Z+ [[ 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-05-31T06:01:49.382Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3292024-05-31T06:01:49.408Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3302024-05-31T06:01:52.367Z+ do_assemble_illumos
3312024-05-31T06:01:52.367Z+ rm -r ./out/cockroachdb
3322024-05-31T06:01:52.395Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3332024-05-31T06:01:52.725Z+ ./out/cockroachdb/bin/cockroach version
3342024-05-31T06:01:52.917ZBuild Tag: v22.1.9-dirty
3352024-05-31T06:01:52.917ZBuild Time: 2022/10/26 21:17:46
3362024-05-31T06:01:52.917ZDistribution: OSS
3372024-05-31T06:01:52.918ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3382024-05-31T06:01:52.918ZGo Version: go1.17.13
3392024-05-31T06:01:52.918ZC Compiler: gcc 10.3.0
3402024-05-31T06:01:52.918ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3412024-05-31T06:01:52.918ZBuild Type: release
3422024-05-31T06:01:52.944Z+ set -o errexit
3432024-05-31T06:01:52.969Z+++ dirname ./tools/ci_download_clickhouse
3442024-05-31T06:01:52.969Z++ cd ./tools
3452024-05-31T06:01:52.969Z++ pwd
3462024-05-31T06:01:52.969Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3472024-05-31T06:01:52.969Z++ basename ./tools/ci_download_clickhouse
3482024-05-31T06:01:52.969Z+ ARG0=ci_download_clickhouse
3492024-05-31T06:01:52.969Z+ TARGET_DIR=out
3502024-05-31T06:01:52.969Z+ DOWNLOAD_DIR=out/downloads
3512024-05-31T06:01:52.970Z+ DEST_DIR=./out/clickhouse
3522024-05-31T06:01:52.970Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3532024-05-31T06:01:52.970Z+ CIDL_VERSION=v23.8.7.24
3542024-05-31T06:01:52.970Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3552024-05-31T06:01:52.970Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3562024-05-31T06:01:52.970Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3572024-05-31T06:01:52.970Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3582024-05-31T06:01:52.970Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3592024-05-31T06:01:52.970Z+ main
3602024-05-31T06:01:52.970Z+ [[ 0 != 0 ]]
3612024-05-31T06:01:52.970Z+ CIDL_OS=solaris2.11
3622024-05-31T06:01:52.970Z+ [[ 0 != 0 ]]
3632024-05-31T06:01:52.970Z+ configure_os solaris2.11
3642024-05-31T06:01:52.970Z+ echo 'current directory: /work/oxidecomputer/omicron'
3652024-05-31T06:01:52.970Zcurrent directory: /work/oxidecomputer/omicron
3662024-05-31T06:01:52.970Z+ echo 'configuring based on OS: "solaris2.11"'
3672024-05-31T06:01:52.970Z+ CIDL_DASHREV=
3682024-05-31T06:01:52.970Z+ case "$1" in
3692024-05-31T06:01:52.970Zconfiguring based on OS: "solaris2.11"
3702024-05-31T06:01:52.970Z+ CIDL_PLATFORM=illumos
3712024-05-31T06:01:52.970Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3722024-05-31T06:01:52.970Z+ CIDL_MD5FUNC=do_md5sum
3732024-05-31T06:01:52.970Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3742024-05-31T06:01:52.971Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3752024-05-31T06:01:52.971Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3762024-05-31T06:01:52.971Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3772024-05-31T06:01:52.971Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3782024-05-31T06:01:52.971ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3792024-05-31T06:01:52.971Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3802024-05-31T06:01:52.971Z+ mkdir -p out/downloads
3812024-05-31T06:01:52.971ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3822024-05-31T06:01:52.971Z+ mkdir -p ./out/clickhouse
3832024-05-31T06:01:52.971Z+ local DO_DOWNLOAD=true
3842024-05-31T06:01:52.971Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3852024-05-31T06:01:52.971Z+ '[' true == true ']'
3862024-05-31T06:01:52.971ZDownloading...
3872024-05-31T06:01:52.971Z+ echo Downloading...
3882024-05-31T06:01:52.971Z+ 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-05-31T06:01:52.971Z+ 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-05-31T06:02:06.235Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3912024-05-31T06:02:06.260Z++ md5sum
3922024-05-31T06:02:06.260Z++ awk '{print $1}'
3932024-05-31T06:02:06.506Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3942024-05-31T06:02:06.506Z+ [[ 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-05-31T06:02:06.506Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3962024-05-31T06:02:06.506Z+ mkdir -p ./out/clickhouse
3972024-05-31T06:02:06.531Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3982024-05-31T06:02:11.675Z+ [[ solaris2.11 == darwin* ]]
3992024-05-31T06:02:11.675Z+ ./out/clickhouse/clickhouse server --version
4002024-05-31T06:02:11.823ZClickHouse server version 23.8.7.1.
4012024-05-31T06:02:11.858Z+ set -o errexit
4022024-05-31T06:02:11.889Z+++ dirname ./tools/ci_download_console
4032024-05-31T06:02:11.889Z++ cd ./tools
4042024-05-31T06:02:11.889Z++ pwd
4052024-05-31T06:02:11.889Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4062024-05-31T06:02:11.889Z++ basename ./tools/ci_download_console
4072024-05-31T06:02:11.890Z+ ARG0=ci_download_console
4082024-05-31T06:02:11.890Z+ TARGET_DIR=out
4092024-05-31T06:02:11.890Z+ DOWNLOAD_DIR=out/downloads
4102024-05-31T06:02:11.890Z+ DEST_DIR=./out/console-assets
4112024-05-31T06:02:11.890Z+ source /work/oxidecomputer/omicron/tools/console_version
4122024-05-31T06:02:11.891Z++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5
4132024-05-31T06:02:11.891Z++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
4142024-05-31T06:02:11.891Z+ URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4152024-05-31T06:02:11.891Z+ TARBALL_FILE=out/downloads/console.tar.gz
4162024-05-31T06:02:11.891Z+ main
4172024-05-31T06:02:11.891Z+ [[ 0 != 0 ]]
4182024-05-31T06:02:11.891Z+ echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz'
4192024-05-31T06:02:11.891Z+ echo 'Local file: out/downloads/console.tar.gz'
4202024-05-31T06:02:11.891ZURL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4212024-05-31T06:02:11.891ZLocal file: out/downloads/console.tar.gz
4222024-05-31T06:02:11.891Z+ local DO_DOWNLOAD=true
4232024-05-31T06:02:11.892Z+ [[ -f out/downloads/console.tar.gz ]]
4242024-05-31T06:02:11.892Z+ mkdir -p out/downloads
4252024-05-31T06:02:11.892Z+ '[' true == true ']'
4262024-05-31T06:02:11.892Z+ echo Downloading...
4272024-05-31T06:02:11.892ZDownloading...
4282024-05-31T06:02:11.892Z+ do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz
4292024-05-31T06:02:11.892Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4302024-05-31T06:02:12.090Z++ do_sha256sum out/downloads/console.tar.gz
4312024-05-31T06:02:12.090Z++ case "$OSTYPE" in
4322024-05-31T06:02:12.090Z++ SHA=sha256sum
4332024-05-31T06:02:12.115Z++ sha256sum
4342024-05-31T06:02:12.115Z++ awk '{print $1}'
4352024-05-31T06:02:12.115Z+ calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
4362024-05-31T06:02:12.115Z+ [[ f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c != \f\3\b\c\5\1\a\9\d\d\f\5\3\5\6\e\c\d\a\8\5\f\f\1\1\e\e\c\0\3\2\d\a\8\8\0\b\e\1\6\2\3\5\8\b\b\7\e\e\6\7\6\a\b\8\2\3\e\5\9\4\7\6\c ]]
4372024-05-31T06:02:12.115Z+ rm -rf ./out/console-assets
4382024-05-31T06:02:12.115Z+ mkdir -p ./out/console-assets
4392024-05-31T06:02:12.115Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4402024-05-31T06:02:12.115Z+ mkdir -p ./out/console-assets
4412024-05-31T06:02:12.115Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4422024-05-31T06:02:12.229Z+ set -o errexit
4432024-05-31T06:02:12.254Z+++ dirname ./tools/ci_download_dendrite_openapi
4442024-05-31T06:02:12.254Z++ cd ./tools
4452024-05-31T06:02:12.254Z++ pwd
4462024-05-31T06:02:12.254Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4472024-05-31T06:02:12.254Z++ basename ./tools/ci_download_dendrite_openapi
4482024-05-31T06:02:12.254Z+ ARG0=ci_download_dendrite_openapi
4492024-05-31T06:02:12.254Z+ TARGET_DIR=out
4502024-05-31T06:02:12.254Z+ DOWNLOAD_DIR=out/downloads
4512024-05-31T06:02:12.255Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4522024-05-31T06:02:12.255Z++ COMMIT=0eec6b168e2331441f0ba8bab38760da6e674fb5
4532024-05-31T06:02:12.255Z++ SHA2=a9305b44ad70a00d699ef8720ea15431679e8fc5e549220c30e510e1d9e80036
4542024-05-31T06:02:12.255Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/0eec6b168e2331441f0ba8bab38760da6e674fb5/dpd.json
4552024-05-31T06:02:12.255Z+ LOCAL_FILE=out/downloads/dpd-0eec6b168e2331441f0ba8bab38760da6e674fb5.json
4562024-05-31T06:02:12.255Z+ main
4572024-05-31T06:02:12.255Z+ [[ 0 != 0 ]]
4582024-05-31T06:02:12.255Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/0eec6b168e2331441f0ba8bab38760da6e674fb5/dpd.json'
4592024-05-31T06:02:12.255ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/0eec6b168e2331441f0ba8bab38760da6e674fb5/dpd.json
4602024-05-31T06:02:12.255Z+ echo 'Local file: out/downloads/dpd-0eec6b168e2331441f0ba8bab38760da6e674fb5.json'
4612024-05-31T06:02:12.255Z+ local DO_DOWNLOAD=true
4622024-05-31T06:02:12.255ZLocal file: out/downloads/dpd-0eec6b168e2331441f0ba8bab38760da6e674fb5.json
4632024-05-31T06:02:12.255Z+ [[ -f out/downloads/dpd-0eec6b168e2331441f0ba8bab38760da6e674fb5.json ]]
4642024-05-31T06:02:12.255Z+ mkdir -p out/downloads
4652024-05-31T06:02:12.255Z+ '[' true == true ']'
4662024-05-31T06:02:12.255Z+ echo Downloading...
4672024-05-31T06:02:12.255ZDownloading...
4682024-05-31T06:02:12.255Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/0eec6b168e2331441f0ba8bab38760da6e674fb5/dpd.json out/downloads/dpd-0eec6b168e2331441f0ba8bab38760da6e674fb5.json
4692024-05-31T06:02:12.255Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-0eec6b168e2331441f0ba8bab38760da6e674fb5.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/0eec6b168e2331441f0ba8bab38760da6e674fb5/dpd.json
4702024-05-31T06:02:12.641Z++ do_sha256sum out/downloads/dpd-0eec6b168e2331441f0ba8bab38760da6e674fb5.json
4712024-05-31T06:02:12.641Z++ case "$OSTYPE" in
4722024-05-31T06:02:12.641Z++ SHA=sha256sum
4732024-05-31T06:02:12.666Z++ sha256sum
4742024-05-31T06:02:12.666Z++ awk '{print $1}'
4752024-05-31T06:02:12.666Z+ calculated_sha2=a9305b44ad70a00d699ef8720ea15431679e8fc5e549220c30e510e1d9e80036
4762024-05-31T06:02:12.666Z+ [[ a9305b44ad70a00d699ef8720ea15431679e8fc5e549220c30e510e1d9e80036 != \a\9\3\0\5\b\4\4\a\d\7\0\a\0\0\d\6\9\9\e\f\8\7\2\0\e\a\1\5\4\3\1\6\7\9\e\8\f\c\5\e\5\4\9\2\2\0\c\3\0\e\5\1\0\e\1\d\9\e\8\0\0\3\6 ]]
4772024-05-31T06:02:12.666Z+ set -o errexit
4782024-05-31T06:02:12.666Z+++ dirname ./tools/ci_download_dendrite_stub
4792024-05-31T06:02:12.666Z++ cd ./tools
4802024-05-31T06:02:12.666Z++ pwd
4812024-05-31T06:02:12.666Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4822024-05-31T06:02:12.691Z++ basename ./tools/ci_download_dendrite_stub
4832024-05-31T06:02:12.691Z+ ARG0=ci_download_dendrite_stub
4842024-05-31T06:02:12.691Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4852024-05-31T06:02:12.691Z++ CIDL_SHA256_ILLUMOS=55aadb9f7f9eff353149d56f2c2186e4bfba48a9b01e1cc6758a252d58e9d1f1
4862024-05-31T06:02:12.692Z++ CIDL_SHA256_LINUX_DPD=cbda4b9f4ec4485e803445ec2c9a33d3b3f8cac85d4aded9303a799909ef2c1c
4872024-05-31T06:02:12.692Z++ CIDL_SHA256_LINUX_SWADM=e614de71aa93cfc611cc3228ccb3d48f497413495d10342af38948cea0efbbaa
4882024-05-31T06:02:12.692Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4892024-05-31T06:02:12.692Z++ COMMIT=0eec6b168e2331441f0ba8bab38760da6e674fb5
4902024-05-31T06:02:12.692Z++ SHA2=a9305b44ad70a00d699ef8720ea15431679e8fc5e549220c30e510e1d9e80036
4912024-05-31T06:02:12.692Z+ TARGET_DIR=out
4922024-05-31T06:02:12.692Z+ DOWNLOAD_DIR=out/downloads
4932024-05-31T06:02:12.692Z+ DEST_DIR=./out/dendrite-stub
4942024-05-31T06:02:12.692Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4952024-05-31T06:02:12.692Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4962024-05-31T06:02:12.692Z+ REPO=oxidecomputer/dendrite
4972024-05-31T06:02:12.692Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/0eec6b168e2331441f0ba8bab38760da6e674fb5
4982024-05-31T06:02:12.692Z+ main
4992024-05-31T06:02:12.692Z+ [[ 0 != 0 ]]
5002024-05-31T06:02:12.692Z+ CIDL_OS=solaris2.11
5012024-05-31T06:02:12.692Z+ [[ 0 != 0 ]]
5022024-05-31T06:02:12.692Z+ configure_os solaris2.11
5032024-05-31T06:02:12.692Z+ echo 'current directory: /work/oxidecomputer/omicron'
5042024-05-31T06:02:12.692Zcurrent directory: /work/oxidecomputer/omicron
5052024-05-31T06:02:12.692Z+ echo 'configuring based on OS: "solaris2.11"'
5062024-05-31T06:02:12.692Z+ case "$1" in
5072024-05-31T06:02:12.693Zconfiguring based on OS: "solaris2.11"
5082024-05-31T06:02:12.693Z+ SET_BINARIES=
5092024-05-31T06:02:12.693Z+ CIDL_SHA256=55aadb9f7f9eff353149d56f2c2186e4bfba48a9b01e1cc6758a252d58e9d1f1
5102024-05-31T06:02:12.693Z+ CIDL_SHA256FUNC=do_sha256sum
5112024-05-31T06:02:12.693Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5122024-05-31T06:02:12.693Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/0eec6b168e2331441f0ba8bab38760da6e674fb5/dendrite-stub.tar.gz
5132024-05-31T06:02:12.693Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5142024-05-31T06:02:12.693Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/0eec6b168e2331441f0ba8bab38760da6e674fb5/dendrite-stub.tar.gz'
5152024-05-31T06:02:12.693ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/0eec6b168e2331441f0ba8bab38760da6e674fb5/dendrite-stub.tar.gz
5162024-05-31T06:02:12.693Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5172024-05-31T06:02:12.693Z+ mkdir -p out/downloads
5182024-05-31T06:02:12.693ZLocal file: out/downloads/dendrite-stub.tar.gz
5192024-05-31T06:02:12.693Z+ mkdir -p ./out/dendrite-stub
5202024-05-31T06:02:12.693Z+ fetch_and_verify
5212024-05-31T06:02:12.693Z+ local DO_DOWNLOAD=true
5222024-05-31T06:02:12.693Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5232024-05-31T06:02:12.693Z+ '[' true == true ']'
5242024-05-31T06:02:12.693Z+ echo Downloading...
5252024-05-31T06:02:12.693ZDownloading...
5262024-05-31T06:02:12.693Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/0eec6b168e2331441f0ba8bab38760da6e674fb5/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5272024-05-31T06:02:12.693Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/0eec6b168e2331441f0ba8bab38760da6e674fb5/dendrite-stub.tar.gz
5282024-05-31T06:02:19.576Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5292024-05-31T06:02:19.601Z++ sha256sum
5302024-05-31T06:02:19.601Z++ awk '{print $1}'
5312024-05-31T06:02:19.625Z+ calculated_sha256=55aadb9f7f9eff353149d56f2c2186e4bfba48a9b01e1cc6758a252d58e9d1f1
5322024-05-31T06:02:19.625Z+ [[ 55aadb9f7f9eff353149d56f2c2186e4bfba48a9b01e1cc6758a252d58e9d1f1 != \5\5\a\a\d\b\9\f\7\f\9\e\f\f\3\5\3\1\4\9\d\5\6\f\2\c\2\1\8\6\e\4\b\f\b\a\4\8\a\9\b\0\1\e\1\c\c\6\7\5\8\a\2\5\2\d\5\8\e\9\d\1\f\1 ]]
5332024-05-31T06:02:19.625Z+ do_untar out/downloads/dendrite-stub.tar.gz
5342024-05-31T06:02:19.625Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5352024-05-31T06:02:20.459Z+ do_assemble
5362024-05-31T06:02:20.459Z+ rm -r ./out/dendrite-stub
5372024-05-31T06:02:20.488Z+ mkdir ./out/dendrite-stub
5382024-05-31T06:02:20.489Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5392024-05-31T06:02:20.604Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5402024-05-31T06:02:20.628Z+ set -o errexit
5412024-05-31T06:02:20.629Z+++ dirname ./tools/ci_download_maghemite_mgd
5422024-05-31T06:02:20.629Z++ cd ./tools
5432024-05-31T06:02:20.629Z++ pwd
5442024-05-31T06:02:20.629Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5452024-05-31T06:02:20.629Z++ basename ./tools/ci_download_maghemite_mgd
5462024-05-31T06:02:20.654Z+ ARG0=ci_download_maghemite_mgd
5472024-05-31T06:02:20.654Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5482024-05-31T06:02:20.654Z++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5492024-05-31T06:02:20.654Z++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19
5502024-05-31T06:02:20.654Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5512024-05-31T06:02:20.654Z++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96
5522024-05-31T06:02:20.654Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5532024-05-31T06:02:20.654Z+ TARGET_DIR=out
5542024-05-31T06:02:20.654Z+ DOWNLOAD_DIR=out/downloads
5552024-05-31T06:02:20.654Z+ DEST_DIR=./out/mgd
5562024-05-31T06:02:20.654Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5572024-05-31T06:02:20.655Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5582024-05-31T06:02:20.655Z+ REPO=oxidecomputer/maghemite
5592024-05-31T06:02:20.655Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96
5602024-05-31T06:02:20.655Z+ main
5612024-05-31T06:02:20.655Z+ rm -rf out/downloads/root
5622024-05-31T06:02:20.655Z+ [[ 0 != 0 ]]
5632024-05-31T06:02:20.655Z+ CIDL_OS=solaris2.11
5642024-05-31T06:02:20.655Z+ [[ 0 != 0 ]]
5652024-05-31T06:02:20.655Z+ configure_os solaris2.11
5662024-05-31T06:02:20.655Z+ echo 'current directory: /work/oxidecomputer/omicron'
5672024-05-31T06:02:20.655Zcurrent directory: /work/oxidecomputer/omicron
5682024-05-31T06:02:20.655Z+ echo 'configuring based on OS: "solaris2.11"'
5692024-05-31T06:02:20.655Z+ case "$1" in
5702024-05-31T06:02:20.655Z+ SET_BINARIES=
5712024-05-31T06:02:20.655Z+ CIDL_SHA256FUNC=do_sha256sum
5722024-05-31T06:02:20.655Zconfiguring based on OS: "solaris2.11"
5732024-05-31T06:02:20.655Z+ TARBALL_FILENAME=mgd.tar.gz
5742024-05-31T06:02:20.655Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5752024-05-31T06:02:20.655Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5762024-05-31T06:02:20.655Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz'
5772024-05-31T06:02:20.655ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5782024-05-31T06:02:20.655Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5792024-05-31T06:02:20.655Z+ mkdir -p out/downloads
5802024-05-31T06:02:20.656ZLocal file: out/downloads/mgd.tar.gz
5812024-05-31T06:02:20.656Z+ mkdir -p ./out/mgd
5822024-05-31T06:02:20.656Z+ fetch_and_verify
5832024-05-31T06:02:20.656Z+ local DO_DOWNLOAD=true
5842024-05-31T06:02:20.656Z+ [[ -f out/downloads/mgd.tar.gz ]]
5852024-05-31T06:02:20.656Z+ '[' true == true ']'
5862024-05-31T06:02:20.656Z+ echo Downloading...
5872024-05-31T06:02:20.656ZDownloading...
5882024-05-31T06:02:20.656Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz
5892024-05-31T06:02:20.656Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5902024-05-31T06:02:28.352Z++ do_sha256sum out/downloads/mgd.tar.gz
5912024-05-31T06:02:28.380Z++ sha256sum
5922024-05-31T06:02:28.381Z++ awk '{print $1}'
5932024-05-31T06:02:28.406Z+ calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5942024-05-31T06:02:28.406Z+ [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]]
5952024-05-31T06:02:28.406Z+ do_untar out/downloads/mgd.tar.gz
5962024-05-31T06:02:28.406Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5972024-05-31T06:02:29.137Z+ do_assemble
5982024-05-31T06:02:29.137Z+ rm -r ./out/mgd
5992024-05-31T06:02:29.166Z+ mkdir ./out/mgd
6002024-05-31T06:02:29.166Z+ cp -r out/downloads/root ./out/mgd/root
6012024-05-31T06:02:29.210Z+ set -o errexit
6022024-05-31T06:02:29.257Z+++ dirname ./tools/ci_download_transceiver_control
6032024-05-31T06:02:29.258Z++ cd ./tools
6042024-05-31T06:02:29.258Z++ pwd
6052024-05-31T06:02:29.258Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6062024-05-31T06:02:29.258Z++ basename ./tools/ci_download_transceiver_control
6072024-05-31T06:02:29.258Z+ ARG0=ci_download_transceiver_control
6082024-05-31T06:02:29.258Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6092024-05-31T06:02:29.258Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6102024-05-31T06:02:29.258Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6112024-05-31T06:02:29.258Z+ TARGET_DIR=out
6122024-05-31T06:02:29.258Z+ DOWNLOAD_DIR=out/downloads
6132024-05-31T06:02:29.258Z+ DEST_DIR=./out/transceiver-control
6142024-05-31T06:02:29.258Z+ BIN_DIR=/opt/oxide/bin
6152024-05-31T06:02:29.258Z+ BINARY=xcvradm
6162024-05-31T06:02:29.258Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6172024-05-31T06:02:29.258Z+ REPO=oxidecomputer/transceiver-control
6182024-05-31T06:02:29.258Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6192024-05-31T06:02:29.258Z+ main
6202024-05-31T06:02:29.258Z+ [[ 0 != 0 ]]
6212024-05-31T06:02:29.258Z+ CIDL_OS=solaris2.11
6222024-05-31T06:02:29.258Z+ [[ 0 != 0 ]]
6232024-05-31T06:02:29.258Z+ configure_os solaris2.11
6242024-05-31T06:02:29.258Z+ echo 'current directory: /work/oxidecomputer/omicron'
6252024-05-31T06:02:29.259Z+ echo 'configuring based on OS: "solaris2.11"'
6262024-05-31T06:02:29.259Zcurrent directory: /work/oxidecomputer/omicron
6272024-05-31T06:02:29.259Z+ case "$1" in
6282024-05-31T06:02:29.259Zconfiguring based on OS: "solaris2.11"
6292024-05-31T06:02:29.259Z+ SET_BINARIES=
6302024-05-31T06:02:29.259Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6312024-05-31T06:02:29.259Z+ CIDL_SHA256FUNC=do_sha256sum
6322024-05-31T06:02:29.259Z+ ARCHIVE_FILENAME=xcvradm.gz
6332024-05-31T06:02:29.259Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6342024-05-31T06:02:29.259Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6352024-05-31T06:02:29.259Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6362024-05-31T06:02:29.259Z+ echo 'Local file: out/downloads/xcvradm.gz'
6372024-05-31T06:02:29.259ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6382024-05-31T06:02:29.259Z+ mkdir -p out/downloads
6392024-05-31T06:02:29.259ZLocal file: out/downloads/xcvradm.gz
6402024-05-31T06:02:29.259Z+ mkdir -p ./out/transceiver-control
6412024-05-31T06:02:29.259Z+ fetch_and_verify
6422024-05-31T06:02:29.259Z+ local DO_DOWNLOAD=true
6432024-05-31T06:02:29.259Z+ [[ -f out/downloads/xcvradm.gz ]]
6442024-05-31T06:02:29.259Z+ '[' true == true ']'
6452024-05-31T06:02:29.259Z+ echo Downloading...
6462024-05-31T06:02:29.259ZDownloading...
6472024-05-31T06:02:29.259Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6482024-05-31T06:02:29.259Z+ 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
6492024-05-31T06:02:32.531Z++ do_sha256sum out/downloads/xcvradm.gz
6502024-05-31T06:02:32.555Z++ sha256sum
6512024-05-31T06:02:32.555Z++ awk '{print $1}'
6522024-05-31T06:02:32.555Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6532024-05-31T06:02:32.555Z+ [[ 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 ]]
6542024-05-31T06:02:32.555Z+ do_unpack out/downloads/xcvradm.gz
6552024-05-31T06:02:32.556Z+ mkdir -p out/downloads/root//opt/oxide/bin
6562024-05-31T06:02:32.556Z+ gzip -dc out/downloads/xcvradm.gz
6572024-05-31T06:02:32.682Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6582024-05-31T06:02:32.707Z+ do_assemble
6592024-05-31T06:02:32.707Z+ rm -r ./out/transceiver-control
6602024-05-31T06:02:32.707Z+ mkdir ./out/transceiver-control
6612024-05-31T06:02:32.707Z+ cp -r out/downloads/root ./out/transceiver-control/root
6622024-05-31T06:02:32.771Z+ set -o errexit
6632024-05-31T06:02:32.796Z+++ dirname ./tools/ci_download_thundermuffin
6642024-05-31T06:02:32.796Z++ cd ./tools
6652024-05-31T06:02:32.796Z++ pwd
6662024-05-31T06:02:32.796Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6672024-05-31T06:02:32.796Z++ basename ./tools/ci_download_thundermuffin
6682024-05-31T06:02:32.796Z+ ARG0=ci_download_thundermuffin
6692024-05-31T06:02:32.796Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6702024-05-31T06:02:32.796Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6712024-05-31T06:02:32.797Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6722024-05-31T06:02:32.797Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6732024-05-31T06:02:32.797Z+ TARGET_DIR=out
6742024-05-31T06:02:32.797Z+ DOWNLOAD_DIR=out/downloads
6752024-05-31T06:02:32.797Z+ DEST_DIR=./out/thundermuffin
6762024-05-31T06:02:32.797Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6772024-05-31T06:02:32.797Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6782024-05-31T06:02:32.797Z+ REPO=oxidecomputer/thundermuffin
6792024-05-31T06:02:32.797Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6802024-05-31T06:02:32.797Z+ main
6812024-05-31T06:02:32.797Z+ rm -rf out/downloads/root
6822024-05-31T06:02:32.797Z+ [[ 0 != 0 ]]
6832024-05-31T06:02:32.797Z+ CIDL_OS=solaris2.11
6842024-05-31T06:02:32.797Z+ [[ 0 != 0 ]]
6852024-05-31T06:02:32.797Z+ configure_os solaris2.11
6862024-05-31T06:02:32.797Z+ echo 'current directory: /work/oxidecomputer/omicron'
6872024-05-31T06:02:32.797Z+ echo 'configuring based on OS: "solaris2.11"'
6882024-05-31T06:02:32.797Z+ case "$1" in
6892024-05-31T06:02:32.797Z+ SET_BINARIES=
6902024-05-31T06:02:32.797Z+ CIDL_SHA256FUNC=do_sha256sum
6912024-05-31T06:02:32.797Zcurrent directory: /work/oxidecomputer/omicron
6922024-05-31T06:02:32.797Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6932024-05-31T06:02:32.797Zconfiguring based on OS: "solaris2.11"
6942024-05-31T06:02:32.798Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6952024-05-31T06:02:32.798Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6962024-05-31T06:02:32.798Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6972024-05-31T06:02:32.798Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6982024-05-31T06:02:32.798Z+ mkdir -p out/downloads
6992024-05-31T06:02:32.798ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7002024-05-31T06:02:32.798ZLocal file: out/downloads/thundermuffin.tar.gz
7012024-05-31T06:02:32.798Z+ mkdir -p ./out/thundermuffin
7022024-05-31T06:02:32.823Z+ fetch_and_verify
7032024-05-31T06:02:32.823Z+ local DO_DOWNLOAD=true
7042024-05-31T06:02:32.823Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7052024-05-31T06:02:32.823Z+ '[' true == true ']'
7062024-05-31T06:02:32.823Z+ echo Downloading...
7072024-05-31T06:02:32.823ZDownloading...
7082024-05-31T06:02:32.823Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7092024-05-31T06:02:32.823Z+ 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
7102024-05-31T06:02:33.502Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7112024-05-31T06:02:33.530Z++ sha256sum
7122024-05-31T06:02:33.530Z++ awk '{print $1}'
7132024-05-31T06:02:33.530Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7142024-05-31T06:02:33.530Z+ [[ 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 ]]
7152024-05-31T06:02:33.530Z+ do_untar out/downloads/thundermuffin.tar.gz
7162024-05-31T06:02:33.530Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7172024-05-31T06:02:33.597Z+ do_assemble
7182024-05-31T06:02:33.597Z+ rm -r ./out/thundermuffin
7192024-05-31T06:02:33.623Z+ mkdir ./out/thundermuffin
7202024-05-31T06:02:33.623Z+ cp -r out/downloads/root ./out/thundermuffin/root
7212024-05-31T06:02:33.648ZAll builder prerequisites installed successfully, and PATH looks valid
7222024-05-31T06:02:33.649Z
7232024-05-31T06:02:33.649Zreal 2:01.595119770
7242024-05-31T06:02:33.649Zuser 44.932218136
7252024-05-31T06:02:33.649Zsys 11.637263185
7262024-05-31T06:02:33.649Ztrap 0.013094527
7272024-05-31T06:02:33.649Ztflt 0.011292235
7282024-05-31T06:02:33.649Zdflt 0.018079109
7292024-05-31T06:02:33.649Zkflt 0.005364957
7302024-05-31T06:02:33.649Zlock 1.568887190
7312024-05-31T06:02:33.649Zslp 4:02.669366962
7322024-05-31T06:02:33.649Zlat 4.898331398
7332024-05-31T06:02:33.649Zstop 0.067116756
7342024-05-31T06:02:33.649Z
7352024-05-31T06:02:33.649Z #### # # ##### ##### # #
7362024-05-31T06:02:33.649Z # # # # # # # # # #
7372024-05-31T06:02:33.649Z # # # # # # # #
7382024-05-31T06:02:33.649Z # # # ##### ##### #
7392024-05-31T06:02:33.649Z # # # # # # #
7402024-05-31T06:02:33.649Z #### ###### # # # #
7412024-05-31T06:02:33.649Z
7422024-05-31T06:02:33.903Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7432024-05-31T06:02:34.354Z Updating git repository `https://github.com/oxidecomputer/zone`
7442024-05-31T06:02:34.789Z Updating crates.io index
7452024-05-31T06:02:34.814Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7462024-05-31T06:02:35.546Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7472024-05-31T06:02:36.367Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7482024-05-31T06:02:38.586Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7492024-05-31T06:02:38.986Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7502024-05-31T06:02:39.360Z Updating git repository `https://github.com/oxidecomputer/propolis`
7512024-05-31T06:02:40.461Z Updating git repository `https://github.com/oxidecomputer/crucible`
7522024-05-31T06:02:42.624Z Updating git repository `https://github.com/oxidecomputer/opte`
7532024-05-31T06:02:43.775Z Updating git repository `https://github.com/oxidecomputer/falcon`
7542024-05-31T06:02:44.576Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7552024-05-31T06:02:44.961Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7562024-05-31T06:02:45.645Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7572024-05-31T06:02:46.067Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7582024-05-31T06:02:46.452Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7592024-05-31T06:02:46.954Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7602024-05-31T06:02:47.335Z Updating git repository `http://github.com/oxidecomputer/tofino`
7612024-05-31T06:02:47.767Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7622024-05-31T06:02:48.133Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7632024-05-31T06:02:48.527Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7642024-05-31T06:02:48.962Z Updating git repository `https://github.com/oxidecomputer/ispf`
7652024-05-31T06:02:49.397Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7662024-05-31T06:02:49.904Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7672024-05-31T06:02:50.612Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7682024-05-31T06:02:51.086Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7692024-05-31T06:02:51.455Z Updating git repository `https://github.com/jgallagher/nix`
7702024-05-31T06:02:52.558Z Updating git repository `https://github.com/cbiffle/hubpack`
7712024-05-31T06:02:53.056Z Updating git repository `https://github.com/oxidecomputer/typify`
7722024-05-31T06:02:55.194Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7732024-05-31T06:02:55.653Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7742024-05-31T06:02:56.042Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7752024-05-31T06:02:56.657Z Updating git repository `https://github.com/oxidecomputer/rfb`
7762024-05-31T06:02:58.009Z Downloading crates ...
7772024-05-31T06:02:58.062Z Downloaded anstream v0.6.11
7782024-05-31T06:02:58.089Z Downloaded anstyle v1.0.7
7792024-05-31T06:02:58.089Z Downloaded bitflags v2.4.2
7802024-05-31T06:02:58.089Z Downloaded utf8parse v0.2.1
7812024-05-31T06:02:58.089Z Downloaded macaddr v1.0.1
7822024-05-31T06:02:58.089Z Downloaded hashbrown v0.14.3
7832024-05-31T06:02:58.089Z Downloaded unicode-ident v1.0.12
7842024-05-31T06:02:58.114Z Downloaded toml_datetime v0.6.5
7852024-05-31T06:02:58.114Z Downloaded toml_edit v0.22.12
7862024-05-31T06:02:58.138Z Downloaded winnow v0.6.1
7872024-05-31T06:02:58.138Z Downloaded syn v2.0.60
7882024-05-31T06:02:58.163Z Downloaded rustix v0.38.31
7892024-05-31T06:02:58.188Z Downloaded libc v0.2.153
7902024-05-31T06:02:58.215Z Downloaded toml v0.8.12
7912024-05-31T06:02:58.240Z Downloaded serde_json v1.0.116
7922024-05-31T06:02:58.240Z Downloaded serde v1.0.201
7932024-05-31T06:02:58.240Z Downloaded ryu v1.0.15
7942024-05-31T06:02:58.240Z Downloaded strsim v0.11.0
7952024-05-31T06:02:58.240Z Downloaded semver v1.0.22
7962024-05-31T06:02:58.241Z Downloaded thiserror-impl v1.0.59
7972024-05-31T06:02:58.241Z Downloaded thiserror v1.0.59
7982024-05-31T06:02:58.265Z Downloaded terminal_size v0.3.0
7992024-05-31T06:02:58.265Z Downloaded serde_derive v1.0.201
8002024-05-31T06:02:58.265Z Downloaded heck v0.5.0
8012024-05-31T06:02:58.266Z Downloaded clap_lex v0.7.0
8022024-05-31T06:02:58.266Z Downloaded swrite v0.1.0
8032024-05-31T06:02:58.266Z Downloaded serde_spanned v0.6.5
8042024-05-31T06:02:58.266Z Downloaded quote v1.0.36
8052024-05-31T06:02:58.266Z Downloaded proc-macro2 v1.0.81
8062024-05-31T06:02:58.266Z Downloaded memchr v2.7.1
8072024-05-31T06:02:58.266Z Downloaded itoa v1.0.9
8082024-05-31T06:02:58.266Z Downloaded indexmap v2.2.6
8092024-05-31T06:02:58.290Z Downloaded fs-err v2.11.0
8102024-05-31T06:02:58.290Z Downloaded colorchoice v1.0.0
8112024-05-31T06:02:58.290Z Downloaded clap_builder v4.5.2
8122024-05-31T06:02:58.290Z Downloaded cargo_metadata v0.18.1
8132024-05-31T06:02:58.290Z Downloaded errno v0.3.8
8142024-05-31T06:02:58.291Z Downloaded equivalent v1.0.1
8152024-05-31T06:02:58.291Z Downloaded clap_derive v4.5.4
8162024-05-31T06:02:58.291Z Downloaded clap v4.5.4
8172024-05-31T06:02:58.315Z Downloaded cargo_toml v0.20.2
8182024-05-31T06:02:58.315Z Downloaded cargo-platform v0.1.3
8192024-05-31T06:02:58.315Z Downloaded camino v1.1.6
8202024-05-31T06:02:58.315Z Downloaded autocfg v1.1.0
8212024-05-31T06:02:58.315Z Downloaded anyhow v1.0.82
8222024-05-31T06:02:58.315Z Downloaded anstyle-query v1.0.0
8232024-05-31T06:02:58.315Z Downloaded anstyle-parse v0.2.1
8242024-05-31T06:02:58.418Z Compiling proc-macro2 v1.0.81
8252024-05-31T06:02:58.443Z Compiling unicode-ident v1.0.12
8262024-05-31T06:02:58.443Z Compiling serde v1.0.201
8272024-05-31T06:02:58.443Z Compiling libc v0.2.153
8282024-05-31T06:02:58.443Z Compiling rustix v0.38.31
8292024-05-31T06:02:58.443Z Compiling hashbrown v0.14.3
8302024-05-31T06:02:58.443Z Compiling utf8parse v0.2.1
8312024-05-31T06:02:58.444Z Compiling bitflags v2.4.2
8322024-05-31T06:02:58.703Z Compiling equivalent v1.0.1
8332024-05-31T06:02:58.728Z Compiling anstyle-parse v0.2.1
8342024-05-31T06:02:58.817Z Compiling camino v1.1.6
8352024-05-31T06:02:58.956Z Compiling anstyle v1.0.7
8362024-05-31T06:02:59.031Z Compiling anstyle-query v1.0.0
8372024-05-31T06:02:59.145Z Compiling autocfg v1.1.0
8382024-05-31T06:02:59.185Z Compiling winnow v0.6.1
8392024-05-31T06:02:59.314Z Compiling thiserror v1.0.59
8402024-05-31T06:02:59.344Z Compiling serde_json v1.0.116
8412024-05-31T06:02:59.369Z Compiling semver v1.0.22
8422024-05-31T06:02:59.632Z Compiling indexmap v2.2.6
8432024-05-31T06:02:59.656Z Compiling colorchoice v1.0.0
8442024-05-31T06:02:59.813Z Compiling anstream v0.6.11
8452024-05-31T06:02:59.860Z Compiling quote v1.0.36
8462024-05-31T06:02:59.884Z Compiling fs-err v2.11.0
8472024-05-31T06:02:59.987Z Compiling clap_lex v0.7.0
8482024-05-31T06:03:00.167Z Compiling syn v2.0.60
8492024-05-31T06:03:00.418Z Compiling errno v0.3.8
8502024-05-31T06:03:00.443Z Compiling itoa v1.0.9
8512024-05-31T06:03:00.443Z Compiling anyhow v1.0.82
8522024-05-31T06:03:00.477Z Compiling heck v0.5.0
8532024-05-31T06:03:00.634Z Compiling strsim v0.11.0
8542024-05-31T06:03:00.669Z Compiling ryu v1.0.15
8552024-05-31T06:03:00.888Z Compiling swrite v0.1.0
8562024-05-31T06:03:01.529Z Compiling terminal_size v0.3.0
8572024-05-31T06:03:01.693Z Compiling clap_builder v4.5.2
8582024-05-31T06:03:06.202Z Compiling serde_derive v1.0.201
8592024-05-31T06:03:06.228Z Compiling thiserror-impl v1.0.59
8602024-05-31T06:03:06.228Z Compiling clap_derive v4.5.4
8612024-05-31T06:03:09.328Z Compiling clap v4.5.4
8622024-05-31T06:03:15.776Z Compiling toml_datetime v0.6.5
8632024-05-31T06:03:15.776Z Compiling serde_spanned v0.6.5
8642024-05-31T06:03:15.801Z Compiling cargo-platform v0.1.3
8652024-05-31T06:03:15.801Z Compiling macaddr v1.0.1
8662024-05-31T06:03:16.033Z Compiling toml_edit v0.22.12
8672024-05-31T06:03:17.171Z Compiling cargo_metadata v0.18.1
8682024-05-31T06:03:18.321Z Compiling toml v0.8.12
8692024-05-31T06:03:19.009Z Compiling cargo_toml v0.20.2
8702024-05-31T06:03:23.098Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
8712024-05-31T06:03:26.214Z Finished dev [unoptimized + debuginfo] target(s) in 52.52s
8722024-05-31T06:03:26.409Z Running `target/debug/xtask clippy`
8732024-05-31T06:03:26.463Zrunning: "/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings"
8742024-05-31T06:03:27.242Z Downloading crates ...
8752024-05-31T06:03:27.338Z Downloaded addr2line v0.21.0
8762024-05-31T06:03:27.362Z Downloaded assert_matches v1.5.0
8772024-05-31T06:03:27.362Z Downloaded ascii-canvas v3.0.0
8782024-05-31T06:03:27.362Z Downloaded hostname v0.3.1
8792024-05-31T06:03:27.394Z Downloaded indexmap v1.9.3
8802024-05-31T06:03:27.419Z Downloaded criterion v0.5.1
8812024-05-31T06:03:27.419Z Downloaded is_ci v1.2.0
8822024-05-31T06:03:27.445Z Downloaded is-terminal v0.4.9
8832024-05-31T06:03:27.445Z Downloaded num-conv v0.1.0
8842024-05-31T06:03:27.445Z Downloaded sigpipe v0.1.3
8852024-05-31T06:03:27.469Z Downloaded derive_builder_macro v0.20.0
8862024-05-31T06:03:27.469Z Downloaded deranged v0.3.11
8872024-05-31T06:03:27.469Z Downloaded phf_shared v0.10.0
8882024-05-31T06:03:27.470Z Downloaded scroll v0.12.0
8892024-05-31T06:03:27.470Z Downloaded fxhash v0.2.1
8902024-05-31T06:03:27.470Z Downloaded futures-task v0.3.30
8912024-05-31T06:03:27.494Z Downloaded peg-runtime v0.8.3
8922024-05-31T06:03:27.495Z Downloaded num-complex v0.4.5
8932024-05-31T06:03:27.495Z Downloaded futures-sink v0.3.30
8942024-05-31T06:03:27.495Z Downloaded take_mut v0.2.2
8952024-05-31T06:03:27.495Z Downloaded regex-automata v0.1.10
8962024-05-31T06:03:27.495Z Downloaded sync_wrapper v0.1.2
8972024-05-31T06:03:27.521Z Downloaded rand_xorshift v0.3.0
8982024-05-31T06:03:27.521Z Downloaded rand_seeder v0.2.3
8992024-05-31T06:03:27.521Z Downloaded rand_core v0.6.4
9002024-05-31T06:03:27.521Z Downloaded r2d2 v0.8.10
9012024-05-31T06:03:27.521Z Downloaded phf_shared v0.11.2
9022024-05-31T06:03:27.521Z Downloaded radium v0.7.0
9032024-05-31T06:03:27.521Z Downloaded usdt-macro v0.5.0
9042024-05-31T06:03:27.521Z Downloaded number_prefix v0.4.0
9052024-05-31T06:03:27.521Z Downloaded supports-color v3.0.0
9062024-05-31T06:03:27.546Z Downloaded rustc-hash v1.1.0
9072024-05-31T06:03:27.546Z Downloaded openssl-probe v0.1.5
9082024-05-31T06:03:27.546Z Downloaded dtrace-parser v0.1.14
9092024-05-31T06:03:27.546Z Downloaded pretty-hex v0.2.1
9102024-05-31T06:03:27.546Z Downloaded num_enum_derive v0.5.11
9112024-05-31T06:03:27.546Z Downloaded erased-serde v0.3.31
9122024-05-31T06:03:27.572Z Downloaded num_enum v0.5.11
9132024-05-31T06:03:27.572Z Downloaded try-lock v0.2.4
9142024-05-31T06:03:27.572Z Downloaded rpassword v7.3.1
9152024-05-31T06:03:27.624Z Downloaded serde-big-array v0.4.1
9162024-05-31T06:03:27.652Z Downloaded opaque-debug v0.3.0
9172024-05-31T06:03:27.652Z Downloaded oorandom v11.1.3
9182024-05-31T06:03:27.652Z Downloaded once_cell v1.19.0
9192024-05-31T06:03:27.652Z Downloaded plain v0.2.3
9202024-05-31T06:03:27.653Z Downloaded tower-service v0.3.2
9212024-05-31T06:03:27.653Z Downloaded toml v0.5.11
9222024-05-31T06:03:27.653Z Downloaded topological-sort v0.2.2
9232024-05-31T06:03:27.653Z Downloaded tui-tree-widget v0.19.0
9242024-05-31T06:03:27.653Z Downloaded platforms v3.0.2
9252024-05-31T06:03:27.653Z Downloaded peeking_take_while v0.1.2
9262024-05-31T06:03:27.653Z Downloaded path-slash v0.1.5
9272024-05-31T06:03:27.653Z Downloaded portpicker v0.1.1
9282024-05-31T06:03:27.653Z Downloaded precomputed-hash v0.1.1
9292024-05-31T06:03:27.653Z Downloaded powerfmt v0.2.0
9302024-05-31T06:03:27.678Z Downloaded sqlparser_derive v0.2.2
9312024-05-31T06:03:27.679Z Downloaded ff v0.13.0
9322024-05-31T06:03:27.679Z Downloaded secrecy v0.8.0
9332024-05-31T06:03:27.679Z Downloaded stability v0.2.0
9342024-05-31T06:03:27.679Z Downloaded serde_path_to_error v0.1.16
9352024-05-31T06:03:27.679Z Downloaded serde_derive_internals v0.29.0
9362024-05-31T06:03:27.679Z Downloaded sec1 v0.7.3
9372024-05-31T06:03:27.679Z Downloaded darling_core v0.20.8
9382024-05-31T06:03:27.704Z Downloaded postgres-types v0.2.6
9392024-05-31T06:03:27.704Z Downloaded pin-project-lite v0.2.13
9402024-05-31T06:03:27.704Z Downloaded postgres-protocol v0.6.6
9412024-05-31T06:03:27.704Z Downloaded zerocopy-derive v0.2.0
9422024-05-31T06:03:27.729Z Downloaded x509-cert v0.2.4
9432024-05-31T06:03:27.754Z Downloaded plotters v0.3.5
9442024-05-31T06:03:27.754Z Downloaded portable-atomic v1.4.3
9452024-05-31T06:03:27.782Z Downloaded object v0.30.4
9462024-05-31T06:03:27.782Z Downloaded polar-core v0.27.3
9472024-05-31T06:03:27.806Z Downloaded zerocopy-derive v0.6.6
9482024-05-31T06:03:27.807Z Downloaded curve25519-dalek v4.1.2
9492024-05-31T06:03:27.831Z Downloaded csv v1.3.0
9502024-05-31T06:03:27.859Z Downloaded encoding_rs v0.8.33
9512024-05-31T06:03:27.884Z Downloaded ring v0.17.8
9522024-05-31T06:03:27.959Z Downloaded webpki-roots v0.25.2
9532024-05-31T06:03:27.984Z Downloaded rustls v0.21.9
9542024-05-31T06:03:27.984Z Downloaded ring v0.16.20
9552024-05-31T06:03:28.079Z Downloaded object v0.32.1
9562024-05-31T06:03:28.104Z Downloaded smoltcp v0.11.0
9572024-05-31T06:03:28.128Z Downloaded nix v0.28.0
9582024-05-31T06:03:28.128Z Downloaded gimli v0.28.0
9592024-05-31T06:03:28.153Z Downloaded smoltcp v0.9.1
9602024-05-31T06:03:28.153Z Downloaded winnow v0.5.15
9612024-05-31T06:03:28.177Z Downloaded h2 v0.3.26
9622024-05-31T06:03:28.177Z Downloaded guppy v0.17.5
9632024-05-31T06:03:28.177Z Downloaded vcpkg v0.2.15
9642024-05-31T06:03:28.215Z Downloaded petgraph v0.6.4
9652024-05-31T06:03:28.240Z Downloaded lalrpop v0.19.12
9662024-05-31T06:03:28.265Z Downloaded idna v0.3.0
9672024-05-31T06:03:28.265Z Downloaded rustyline v14.0.0
9682024-05-31T06:03:28.265Z Downloaded tokio v1.37.0
9692024-05-31T06:03:28.308Z Downloaded reqwest v0.11.27
9702024-05-31T06:03:28.332Z Downloaded sqlparser v0.45.0
9712024-05-31T06:03:28.332Z Downloaded sha3 v0.10.8
9722024-05-31T06:03:28.332Z Downloaded regex-automata v0.4.5
9732024-05-31T06:03:28.357Z Downloaded postcard v1.0.8
9742024-05-31T06:03:28.357Z Downloaded pkcs1 v0.7.5
9752024-05-31T06:03:28.357Z Downloaded zip v0.6.6
9762024-05-31T06:03:28.381Z Downloaded trust-dns-proto v0.22.0
9772024-05-31T06:03:28.381Z Downloaded rustls v0.22.4
9782024-05-31T06:03:28.417Z Downloaded openapiv3 v2.0.0
9792024-05-31T06:03:28.417Z Downloaded ratatui v0.26.2
9802024-05-31T06:03:28.445Z Downloaded sled v0.34.7
9812024-05-31T06:03:28.469Z Downloaded bzip2-sys v0.1.11+1.0.8
9822024-05-31T06:03:28.469Z Downloaded pin-project-internal v1.1.3
9832024-05-31T06:03:28.469Z Downloaded salty v0.2.0
9842024-05-31T06:03:28.469Z Downloaded trust-dns-server v0.22.1
9852024-05-31T06:03:28.494Z Downloaded trust-dns-resolver v0.22.0
9862024-05-31T06:03:28.494Z Downloaded openssl v0.10.64
9872024-05-31T06:03:28.494Z Downloaded regress v0.9.1
9882024-05-31T06:03:28.519Z Downloaded pest v2.7.6
9892024-05-31T06:03:28.519Z Downloaded tough v0.17.1
9902024-05-31T06:03:28.519Z Downloaded schemars v0.8.17
9912024-05-31T06:03:28.543Z Downloaded rustls-webpki v0.102.1
9922024-05-31T06:03:28.567Z Downloaded expectorate v1.1.0
9932024-05-31T06:03:28.568Z Downloaded predicates v3.1.0
9942024-05-31T06:03:28.568Z Downloaded poly1305 v0.8.0
9952024-05-31T06:03:28.568Z Downloaded plotters-backend v0.3.5
9962024-05-31T06:03:28.568Z Downloaded pin-utils v0.1.0
9972024-05-31T06:03:28.568Z Downloaded pin-project v1.1.3
9982024-05-31T06:03:28.592Z Downloaded flume v0.11.0
9992024-05-31T06:03:28.592Z Downloaded flate2 v1.0.28
10002024-05-31T06:03:28.592Z Downloaded yasna v0.5.2
10012024-05-31T06:03:28.593Z Downloaded whoami v1.5.1
10022024-05-31T06:03:28.593Z Downloaded trust-dns-client v0.22.0
10032024-05-31T06:03:28.593Z Downloaded tracing v0.1.40
10042024-05-31T06:03:28.617Z Downloaded tower v0.4.13
10052024-05-31T06:03:28.617Z Downloaded samael v0.0.15
10062024-05-31T06:03:28.617Z Downloaded proptest v1.4.0
10072024-05-31T06:03:28.641Z Downloaded radix_trie v0.2.1
10082024-05-31T06:03:28.641Z Downloaded ppv-lite86 v0.2.17
10092024-05-31T06:03:28.641Z Downloaded zerocopy-derive v0.7.32
10102024-05-31T06:03:28.641Z Downloaded wyz v0.5.1
10112024-05-31T06:03:28.641Z Downloaded goblin v0.8.0
10122024-05-31T06:03:28.668Z Downloaded diesel v2.1.6
10132024-05-31T06:03:28.693Z Downloaded peg-macros v0.8.3
10142024-05-31T06:03:28.693Z Downloaded toml_edit v0.19.15
10152024-05-31T06:03:28.693Z Downloaded steno v0.4.0
10162024-05-31T06:03:28.693Z Downloaded time-macros v0.2.17
10172024-05-31T06:03:28.717Z Downloaded textwrap v0.16.1
10182024-05-31T06:03:28.717Z Downloaded test-strategy v0.3.1
10192024-05-31T06:03:28.717Z Downloaded rustls-webpki v0.101.7
10202024-05-31T06:03:28.742Z Downloaded elliptic-curve v0.13.8
10212024-05-31T06:03:28.742Z Downloaded syn v1.0.109
10222024-05-31T06:03:28.742Z Downloaded nom v7.1.3
10232024-05-31T06:03:28.742Z Downloaded serde_arrays v0.1.0
10242024-05-31T06:03:28.766Z Downloaded semver v0.1.20
10252024-05-31T06:03:28.766Z Downloaded password-hash v0.5.0
10262024-05-31T06:03:28.767Z Downloaded parse-display v0.9.0
10272024-05-31T06:03:28.767Z Downloaded flagset v0.4.3
10282024-05-31T06:03:28.767Z Downloaded darling v0.20.8
10292024-05-31T06:03:28.767Z Downloaded hyper v1.1.0
10302024-05-31T06:03:28.767Z Downloaded partial-io v0.5.4
10312024-05-31T06:03:28.767Z Downloaded parse-display-derive v0.9.0
10322024-05-31T06:03:28.767Z Downloaded fd-lock v4.0.2
10332024-05-31T06:03:28.791Z Downloaded tungstenite v0.20.1
10342024-05-31T06:03:28.791Z Downloaded fancy-regex v0.13.0
10352024-05-31T06:03:28.791Z Downloaded unicode-bidi v0.3.15
10362024-05-31T06:03:28.791Z Downloaded libm v0.2.7
10372024-05-31T06:03:28.791Z Downloaded itertools v0.12.1
10382024-05-31T06:03:28.816Z Downloaded zeroize_derive v1.4.2
10392024-05-31T06:03:28.816Z Downloaded zeroize v1.7.0
10402024-05-31T06:03:28.816Z Downloaded parking_lot_core v0.9.8
10412024-05-31T06:03:28.816Z Downloaded parking_lot_core v0.8.6
10422024-05-31T06:03:28.816Z Downloaded tabled v0.15.0
10432024-05-31T06:03:28.840Z Downloaded peg v0.8.3
10442024-05-31T06:03:28.841Z Downloaded filetime v0.2.23
10452024-05-31T06:03:28.841Z Downloaded yansi v0.5.1
10462024-05-31T06:03:28.841Z Downloaded xattr v1.0.1
10472024-05-31T06:03:28.841Z Downloaded regex-syntax v0.8.2
10482024-05-31T06:03:28.865Z Downloaded paste v1.0.14
10492024-05-31T06:03:28.865Z Downloaded float-cmp v0.9.0
10502024-05-31T06:03:28.865Z Downloaded bstr v0.2.17
10512024-05-31T06:03:28.865Z Downloaded fixedbitset v0.4.2
10522024-05-31T06:03:28.865Z Downloaded data-encoding v2.4.0
10532024-05-31T06:03:28.865Z Downloaded zone v0.1.8
10542024-05-31T06:03:28.866Z Downloaded tracing-core v0.1.32
10552024-05-31T06:03:28.891Z Downloaded tinyvec v1.6.0
10562024-05-31T06:03:28.891Z Downloaded plotters-svg v0.3.5
10572024-05-31T06:03:28.891Z Downloaded thiserror-impl-no-std v2.0.2
10582024-05-31T06:03:28.891Z Downloaded zerocopy v0.7.32
10592024-05-31T06:03:28.916Z Downloaded quick-xml v0.31.0
10602024-05-31T06:03:28.916Z Downloaded libxml v0.3.3
10612024-05-31T06:03:28.916Z Downloaded parse-size v1.0.0
10622024-05-31T06:03:28.916Z Downloaded trybuild v1.0.91
10632024-05-31T06:03:28.916Z Downloaded fatfs v0.3.6
10642024-05-31T06:03:28.916Z Downloaded pathdiff v0.2.1
10652024-05-31T06:03:28.916Z Downloaded darling_macro v0.20.8
10662024-05-31T06:03:28.940Z Downloaded curve25519-dalek-derive v0.1.0
10672024-05-31T06:03:28.940Z Downloaded toml v0.7.8
10682024-05-31T06:03:28.940Z Downloaded tinytemplate v1.2.1
10692024-05-31T06:03:28.940Z Downloaded num-bigint-dig v0.8.4
10702024-05-31T06:03:28.941Z Downloaded tracing-attributes v0.1.27
10712024-05-31T06:03:28.941Z Downloaded bstr v1.9.0
10722024-05-31T06:03:28.965Z Downloaded strip-ansi-escapes v0.2.0
10732024-05-31T06:03:28.965Z Downloaded stringprep v0.1.3
10742024-05-31T06:03:28.965Z Downloaded string_cache v0.8.7
10752024-05-31T06:03:28.965Z Downloaded static_assertions v1.1.0
10762024-05-31T06:03:28.965Z Downloaded stable_deref_trait v1.2.0
10772024-05-31T06:03:28.965Z Downloaded tiny-keccak v2.0.2
10782024-05-31T06:03:28.965Z Downloaded csv-core v0.1.11
10792024-05-31T06:03:28.965Z Downloaded sct v0.7.0
10802024-05-31T06:03:28.965Z Downloaded tokio-util v0.7.10
10812024-05-31T06:03:28.990Z Downloaded rayon v1.10.0
10822024-05-31T06:03:28.990Z Downloaded tower-layer v0.3.2
10832024-05-31T06:03:28.990Z Downloaded toolchain_find v0.4.0
10842024-05-31T06:03:28.990Z Downloaded tinyvec_macros v0.1.1
10852024-05-31T06:03:28.990Z Downloaded parking_lot v0.12.1
10862024-05-31T06:03:28.990Z Downloaded thread_local v1.1.7
10872024-05-31T06:03:28.990Z Downloaded termios v0.3.3
10882024-05-31T06:03:28.990Z Downloaded serde-hex v0.1.0
10892024-05-31T06:03:28.990Z Downloaded publicsuffix v2.2.3
10902024-05-31T06:03:29.015Z Downloaded pretty_assertions v1.4.0
10912024-05-31T06:03:29.015Z Downloaded either v1.11.0
10922024-05-31T06:03:29.015Z Downloaded time v0.3.34
10932024-05-31T06:03:29.015Z Downloaded papergrid v0.11.0
10942024-05-31T06:03:29.015Z Downloaded regex-syntax v0.6.29
10952024-05-31T06:03:29.039Z Downloaded term v0.7.0
10962024-05-31T06:03:29.039Z Downloaded pkg-config v0.3.27
10972024-05-31T06:03:29.040Z Downloaded group v0.13.0
10982024-05-31T06:03:29.040Z Downloaded prettyplease v0.2.19
10992024-05-31T06:03:29.040Z Downloaded unicode-normalization v0.1.22
11002024-05-31T06:03:29.040Z Downloaded tar v0.4.40
11012024-05-31T06:03:29.040Z Downloaded futures-util v0.3.30
11022024-05-31T06:03:29.064Z Downloaded foreign-types-macros v0.2.3
11032024-05-31T06:03:29.064Z Downloaded foreign-types v0.5.0
11042024-05-31T06:03:29.064Z Downloaded foreign-types v0.3.2
11052024-05-31T06:03:29.064Z Downloaded fnv v1.0.7
11062024-05-31T06:03:29.064Z Downloaded time-core v0.1.2
11072024-05-31T06:03:29.064Z Downloaded termcolor v1.2.0
11082024-05-31T06:03:29.064Z Downloaded structmeta v0.2.0
11092024-05-31T06:03:29.064Z Downloaded strsim v0.10.0
11102024-05-31T06:03:29.064Z Downloaded pkcs8 v0.10.2
11112024-05-31T06:03:29.064Z Downloaded schemars_derive v0.8.17
11122024-05-31T06:03:29.064Z Downloaded scheduled-thread-pool v0.2.7
11132024-05-31T06:03:29.092Z Downloaded same-file v1.0.6
11142024-05-31T06:03:29.092Z Downloaded enum-as-inner v0.5.1
11152024-05-31T06:03:29.092Z Downloaded ena v0.14.2
11162024-05-31T06:03:29.092Z Downloaded embedded-io v0.4.0
11172024-05-31T06:03:29.092Z Downloaded diff v0.1.13
11182024-05-31T06:03:29.092Z Downloaded rustls-pemfile v2.1.2
11192024-05-31T06:03:29.092Z Downloaded rustls-native-certs v0.7.0
11202024-05-31T06:03:29.092Z Downloaded ron v0.8.1
11212024-05-31T06:03:29.092Z Downloaded typed-path v0.7.0
11222024-05-31T06:03:29.117Z Downloaded regex v1.10.4
11232024-05-31T06:03:29.117Z Downloaded num-bigint v0.4.4
11242024-05-31T06:03:29.117Z Downloaded foreign-types-shared v0.3.1
11252024-05-31T06:03:29.117Z Downloaded foreign-types-shared v0.1.1
11262024-05-31T06:03:29.117Z Downloaded termtree v0.4.1
11272024-05-31T06:03:29.141Z Downloaded serde-big-array v0.5.1
11282024-05-31T06:03:29.141Z Downloaded globset v0.4.13
11292024-05-31T06:03:29.141Z Downloaded form_urlencoded v1.2.1
11302024-05-31T06:03:29.141Z Downloaded crypto-common v0.1.6
11312024-05-31T06:03:29.142Z Downloaded quick-error v1.2.3
11322024-05-31T06:03:29.142Z Downloaded proc-macro-error-attr v1.0.4
11332024-05-31T06:03:29.142Z Downloaded proc-macro-error v1.0.4
11342024-05-31T06:03:29.142Z Downloaded proc-macro-crate v1.3.1
11352024-05-31T06:03:29.142Z Downloaded zerocopy v0.6.6
11362024-05-31T06:03:29.142Z Downloaded ron v0.7.1
11372024-05-31T06:03:29.142Z Downloaded parking_lot v0.11.2
11382024-05-31T06:03:29.142Z Downloaded packed_struct v0.10.1
11392024-05-31T06:03:29.166Z Downloaded owo-colors v4.0.0
11402024-05-31T06:03:29.166Z Downloaded oso v0.27.3
11412024-05-31T06:03:29.166Z Downloaded openssl-sys v0.9.102
11422024-05-31T06:03:29.166Z Downloaded walkdir v2.5.0
11432024-05-31T06:03:29.166Z Downloaded typenum v1.16.0
11442024-05-31T06:03:29.166Z Downloaded tungstenite v0.21.0
11452024-05-31T06:03:29.167Z Downloaded tokio-tungstenite v0.20.1
11462024-05-31T06:03:29.167Z Downloaded tokio-postgres v0.7.10
11472024-05-31T06:03:29.191Z Downloaded tempfile v3.10.1
11482024-05-31T06:03:29.191Z Downloaded target-lexicon v0.12.13
11492024-05-31T06:03:29.191Z Downloaded rsa v0.9.2
11502024-05-31T06:03:29.191Z Downloaded omicron-zone-package v0.11.0
11512024-05-31T06:03:29.191Z Downloaded heapless v0.8.0
11522024-05-31T06:03:29.191Z Downloaded heapless v0.7.16
11532024-05-31T06:03:29.215Z Downloaded headers v0.3.9
11542024-05-31T06:03:29.216Z Downloaded hashbrown v0.13.2
11552024-05-31T06:03:29.216Z Downloaded hashbrown v0.12.3
11562024-05-31T06:03:29.216Z Downloaded vte v0.11.1
11572024-05-31T06:03:29.216Z Downloaded uuid v1.8.0
11582024-05-31T06:03:29.240Z Downloaded usdt-impl v0.5.0
11592024-05-31T06:03:29.240Z Downloaded url v2.5.0
11602024-05-31T06:03:29.240Z Downloaded unicode_categories v0.1.1
11612024-05-31T06:03:29.240Z Downloaded unicode-segmentation v1.10.1
11622024-05-31T06:03:29.240Z Downloaded snafu v0.8.2
11632024-05-31T06:03:29.241Z Downloaded mio v0.8.11
11642024-05-31T06:03:29.268Z Downloaded minimal-lexical v0.2.1
11652024-05-31T06:03:29.268Z Downloaded itertools v0.10.5
11662024-05-31T06:03:29.268Z Downloaded idna v0.2.3
11672024-05-31T06:03:29.268Z Downloaded guppy-workspace-hack v0.1.0
11682024-05-31T06:03:29.268Z Downloaded cstr-argument v0.1.2
11692024-05-31T06:03:29.268Z Downloaded zone_cfg_derive v0.1.2
11702024-05-31T06:03:29.268Z Downloaded psl-types v2.0.11
11712024-05-31T06:03:29.268Z Downloaded pretty-hex v0.4.1
11722024-05-31T06:03:29.293Z Downloaded endian-type v0.1.2
11732024-05-31T06:03:29.293Z Downloaded ed25519 v1.5.3
11742024-05-31T06:03:29.293Z Downloaded dyn-clone v1.0.17
11752024-05-31T06:03:29.293Z Downloaded dtrace-parser v0.2.0
11762024-05-31T06:03:29.293Z Downloaded dof v0.1.5
11772024-05-31T06:03:29.293Z Downloaded doc-comment v0.3.3
11782024-05-31T06:03:29.293Z Downloaded display-error-chain v0.2.0
11792024-05-31T06:03:29.293Z Downloaded dirs-sys-next v0.1.2
11802024-05-31T06:03:29.293Z Downloaded dirs-next v2.0.0
11812024-05-31T06:03:29.293Z Downloaded digest v0.10.7
11822024-05-31T06:03:29.293Z Downloaded difflib v0.4.0
11832024-05-31T06:03:29.293Z Downloaded diesel_table_macro_syntax v0.1.0
11842024-05-31T06:03:29.293Z Downloaded zerocopy v0.3.0
11852024-05-31T06:03:29.293Z Downloaded tokio-tungstenite v0.21.0
11862024-05-31T06:03:29.293Z Downloaded thread-id v4.2.0
11872024-05-31T06:03:29.293Z Downloaded thiserror-no-std v2.0.2
11882024-05-31T06:03:29.293Z Downloaded rustls-pki-types v1.3.0
11892024-05-31T06:03:29.293Z Downloaded rustls-pemfile v1.0.3
11902024-05-31T06:03:29.319Z Downloaded packed_struct_codegen v0.10.1
11912024-05-31T06:03:29.319Z Downloaded fastrand v2.0.1
11922024-05-31T06:03:29.319Z Downloaded fallible-iterator v0.2.0
11932024-05-31T06:03:29.319Z Downloaded env_logger v0.9.3
11942024-05-31T06:03:29.319Z Downloaded dof v0.3.0
11952024-05-31T06:03:29.319Z Downloaded which v4.4.0
11962024-05-31T06:03:29.319Z Downloaded ucd-trie v0.1.6
11972024-05-31T06:03:29.319Z Downloaded tokio-rustls v0.24.1
11982024-05-31T06:03:29.319Z Downloaded rstest_macros v0.19.0
11992024-05-31T06:03:29.319Z Downloaded vsss-rs v3.3.4
12002024-05-31T06:03:29.319Z Downloaded unsafe-libyaml v0.2.10
12012024-05-31T06:03:29.319Z Downloaded env_logger v0.10.0
12022024-05-31T06:03:29.344Z Downloaded unicase v2.7.0
12032024-05-31T06:03:29.344Z Downloaded unarray v0.1.4
12042024-05-31T06:03:29.344Z Downloaded tokio-stream v0.1.15
12052024-05-31T06:03:29.344Z Downloaded tokio-rustls v0.25.0
12062024-05-31T06:03:29.344Z Downloaded tokio-macros v2.2.0
12072024-05-31T06:03:29.344Z Downloaded rustc-demangle v0.1.23
12082024-05-31T06:03:29.344Z Downloaded rstest v0.19.0
12092024-05-31T06:03:29.344Z Downloaded num-traits v0.2.18
12102024-05-31T06:03:29.344Z Downloaded half v2.3.1
12112024-05-31T06:03:29.369Z Downloaded usdt-impl v0.3.5
12122024-05-31T06:03:29.369Z Downloaded predicates-tree v1.0.9
12132024-05-31T06:03:29.369Z Downloaded predicates-core v1.0.6
12142024-05-31T06:03:29.369Z Downloaded target-spec v3.1.0
12152024-05-31T06:03:29.369Z Downloaded rustfmt-wrapper v0.2.1
12162024-05-31T06:03:29.369Z Downloaded rustc_version v0.4.0
12172024-05-31T06:03:29.369Z Downloaded rustc_version v0.1.7
12182024-05-31T06:03:29.369Z Downloaded rust-argon2 v2.1.0
12192024-05-31T06:03:29.369Z Downloaded olpc-cjson v0.1.3
12202024-05-31T06:03:29.369Z Downloaded rand v0.8.5
12212024-05-31T06:03:29.369Z Downloaded pest_meta v2.7.6
12222024-05-31T06:03:29.369Z Downloaded pest_derive v2.7.6
12232024-05-31T06:03:29.369Z Downloaded socket2 v0.5.6
12242024-05-31T06:03:29.394Z Downloaded socket2 v0.4.9
12252024-05-31T06:03:29.394Z Downloaded num_cpus v1.16.0
12262024-05-31T06:03:29.394Z Downloaded wait-timeout v0.2.0
12272024-05-31T06:03:29.394Z Downloaded uzers v0.11.3
12282024-05-31T06:03:29.394Z Downloaded utf-8 v0.7.6
12292024-05-31T06:03:29.395Z Downloaded subprocess v0.2.9
12302024-05-31T06:03:29.395Z Downloaded oso-derive v0.27.3
12312024-05-31T06:03:29.395Z Downloaded tokio-native-tls v0.3.1
12322024-05-31T06:03:29.395Z Downloaded threadpool v1.8.1
12332024-05-31T06:03:29.395Z Downloaded num-rational v0.4.1
12342024-05-31T06:03:29.395Z Downloaded smallvec v1.13.1
12352024-05-31T06:03:29.395Z Downloaded smallvec v0.6.14
12362024-05-31T06:03:29.395Z Downloaded want v0.3.1
12372024-05-31T06:03:29.395Z Downloaded waitgroup v0.1.2
12382024-05-31T06:03:29.395Z Downloaded rtoolbox v0.0.1
12392024-05-31T06:03:29.420Z Downloaded rayon-core v1.12.1
12402024-05-31T06:03:29.420Z Downloaded idna v0.5.0
12412024-05-31T06:03:29.420Z Downloaded openssl-macros v0.1.1
12422024-05-31T06:03:29.420Z Downloaded escape8259 v0.5.2
12432024-05-31T06:03:29.420Z Downloaded downcast v0.11.0
12442024-05-31T06:03:29.420Z Downloaded num-iter v0.1.44
12452024-05-31T06:03:29.420Z Downloaded num-integer v0.1.46
12462024-05-31T06:03:29.420Z Downloaded num-derive v0.4.0
12472024-05-31T06:03:29.420Z Downloaded hash32 v0.3.1
12482024-05-31T06:03:29.420Z Downloaded hash32 v0.2.1
12492024-05-31T06:03:29.420Z Downloaded tap v1.0.1
12502024-05-31T06:03:29.420Z Downloaded tabwriter v1.4.0
12512024-05-31T06:03:29.445Z Downloaded tabled_derive v0.7.0
12522024-05-31T06:03:29.445Z Downloaded synstructure v0.12.6
12532024-05-31T06:03:29.445Z Downloaded strum_macros v0.26.1
12542024-05-31T06:03:29.445Z Downloaded strum_macros v0.25.2
12552024-05-31T06:03:29.445Z Downloaded phf v0.11.2
12562024-05-31T06:03:29.445Z Downloaded getrandom v0.2.12
12572024-05-31T06:03:29.445Z Downloaded serde_with v3.7.0
12582024-05-31T06:03:29.445Z Downloaded log v0.4.21
12592024-05-31T06:03:29.445Z Downloaded indicatif v0.17.8
12602024-05-31T06:03:29.470Z Downloaded num_threads v0.1.6
12612024-05-31T06:03:29.470Z Downloaded heck v0.3.3
12622024-05-31T06:03:29.470Z Downloaded version_check v0.9.4
12632024-05-31T06:03:29.470Z Downloaded usdt-attr-macro v0.5.0
12642024-05-31T06:03:29.470Z Downloaded usdt v0.5.0
12652024-05-31T06:03:29.470Z Downloaded usdt v0.3.5
12662024-05-31T06:03:29.470Z Downloaded untrusted v0.9.0
12672024-05-31T06:03:29.470Z Downloaded untrusted v0.7.1
12682024-05-31T06:03:29.470Z Downloaded universal-hash v0.5.1
12692024-05-31T06:03:29.470Z Downloaded unicode-xid v0.2.4
12702024-05-31T06:03:29.470Z Downloaded unicode-width v0.1.11
12712024-05-31T06:03:29.470Z Downloaded unicode-linebreak v0.1.5
12722024-05-31T06:03:29.470Z Downloaded resolv-conf v0.7.0
12732024-05-31T06:03:29.470Z Downloaded relative-path v1.9.0
12742024-05-31T06:03:29.471Z Downloaded spin v0.9.8
12752024-05-31T06:03:29.471Z Downloaded slog-term v2.9.1
12762024-05-31T06:03:29.495Z Downloaded mockall_derive v0.12.1
12772024-05-31T06:03:29.495Z Downloaded miniz_oxide v0.7.1
12782024-05-31T06:03:29.495Z Downloaded chrono v0.4.38
12792024-05-31T06:03:29.495Z Downloaded subtle v2.5.0
12802024-05-31T06:03:29.495Z Downloaded strum_macros v0.24.3
12812024-05-31T06:03:29.495Z Downloaded structmeta-derive v0.3.0
12822024-05-31T06:03:29.495Z Downloaded pest_generator v2.7.6
12832024-05-31T06:03:29.495Z Downloaded vte_generate_state_changes v0.1.1
12842024-05-31T06:03:29.496Z Downloaded usdt-macro v0.3.5
12852024-05-31T06:03:29.496Z Downloaded usdt-attr-macro v0.3.5
12862024-05-31T06:03:29.520Z Downloaded structmeta-derive v0.2.0
12872024-05-31T06:03:29.520Z Downloaded structmeta v0.3.0
12882024-05-31T06:03:29.520Z Downloaded pem-rfc7468 v0.7.0
12892024-05-31T06:03:29.520Z Downloaded percent-encoding v2.3.1
12902024-05-31T06:03:29.521Z Downloaded glob v0.3.1
12912024-05-31T06:03:29.521Z Downloaded getopts v0.2.21
12922024-05-31T06:03:29.521Z Downloaded der v0.7.8
12932024-05-31T06:03:29.521Z Downloaded reedline v0.31.0
12942024-05-31T06:03:29.521Z Downloaded lock_api v0.4.10
12952024-05-31T06:03:29.521Z Downloaded strum v0.26.2
12962024-05-31T06:03:29.546Z Downloaded rand_chacha v0.3.1
12972024-05-31T06:03:29.546Z Downloaded pem v3.0.4
12982024-05-31T06:03:29.546Z Downloaded futures-channel v0.3.30
12992024-05-31T06:03:29.546Z Downloaded futures v0.3.30
13002024-05-31T06:03:29.546Z Downloaded fragile v2.0.0
13012024-05-31T06:03:29.547Z Downloaded spin v0.5.2
13022024-05-31T06:03:29.547Z Downloaded snafu-derive v0.8.2
13032024-05-31T06:03:29.547Z Downloaded smf v0.2.3
13042024-05-31T06:03:29.547Z Downloaded slog-dtrace v0.3.0
13052024-05-31T06:03:29.547Z Downloaded native-tls v0.2.11
13062024-05-31T06:03:29.547Z Downloaded futures-io v0.3.30
13072024-05-31T06:03:29.547Z Downloaded futures-executor v0.3.30
13082024-05-31T06:03:29.547Z Downloaded derive-where v1.2.7
13092024-05-31T06:03:29.572Z Downloaded sqlformat v0.2.3
13102024-05-31T06:03:29.572Z Downloaded smawk v0.3.1
13112024-05-31T06:03:29.572Z Downloaded slog-stdlog v4.1.1
13122024-05-31T06:03:29.572Z Downloaded slog-bunyan v2.5.0
13132024-05-31T06:03:29.572Z Downloaded nu-ansi-term v0.50.0
13142024-05-31T06:03:29.572Z Downloaded newtype-uuid v1.1.0
13152024-05-31T06:03:29.572Z Downloaded gethostname v0.4.3
13162024-05-31T06:03:29.572Z Downloaded generic-array v0.14.7
13172024-05-31T06:03:29.572Z Downloaded futures-timer v3.0.2
13182024-05-31T06:03:29.572Z Downloaded spki v0.7.2
13192024-05-31T06:03:29.572Z Downloaded slog-scope v4.4.0
13202024-05-31T06:03:29.572Z Downloaded slog-json v2.6.1
13212024-05-31T06:03:29.572Z Downloaded slog-envlogger v2.2.0
13222024-05-31T06:03:29.572Z Downloaded slog v2.7.0
13232024-05-31T06:03:29.597Z Downloaded multimap v0.10.0
13242024-05-31T06:03:29.597Z Downloaded memmap2 v0.7.1
13252024-05-31T06:03:29.597Z Downloaded libtest-mimic v0.7.2
13262024-05-31T06:03:29.597Z Downloaded futures-macro v0.3.30
13272024-05-31T06:03:29.597Z Downloaded futures-core v0.3.30
13282024-05-31T06:03:29.597Z Downloaded funty v2.0.0
13292024-05-31T06:03:29.597Z Downloaded diesel_derives v2.1.2
13302024-05-31T06:03:29.597Z Downloaded derive_builder v0.20.0
13312024-05-31T06:03:29.597Z Downloaded libsw v3.3.1
13322024-05-31T06:03:29.597Z Downloaded derive_more v0.99.17
13332024-05-31T06:03:29.622Z Downloaded mime_guess v2.0.4
13342024-05-31T06:03:29.622Z Downloaded libloading v0.7.4
13352024-05-31T06:03:29.622Z Downloaded derive_builder_core v0.20.0
13362024-05-31T06:03:29.622Z Downloaded der_derive v0.7.2
13372024-05-31T06:03:29.622Z Downloaded slog-async v2.8.0
13382024-05-31T06:03:29.622Z Downloaded similar v2.4.0
13392024-05-31T06:03:29.622Z Downloaded signal-hook v0.3.17
13402024-05-31T06:03:29.622Z Downloaded serde_yaml v0.9.25
13412024-05-31T06:03:29.623Z Downloaded multer v3.1.0
13422024-05-31T06:03:29.647Z Downloaded managed v0.8.0
13432024-05-31T06:03:29.647Z Downloaded hyper-util v0.1.2
13442024-05-31T06:03:29.647Z Downloaded crossterm v0.27.0
13452024-05-31T06:03:29.647Z Downloaded defmt-parser v0.3.3
13462024-05-31T06:03:29.647Z Downloaded defmt-macros v0.3.6
13472024-05-31T06:03:29.647Z Downloaded defmt v0.3.5
13482024-05-31T06:03:29.647Z Downloaded debug-ignore v1.0.5
13492024-05-31T06:03:29.648Z Downloaded datatest-stable v0.2.9
13502024-05-31T06:03:29.675Z Downloaded slab v0.4.9
13512024-05-31T06:03:29.675Z Downloaded siphasher v0.3.11
13522024-05-31T06:03:29.675Z Downloaded similar-asserts v1.5.0
13532024-05-31T06:03:29.675Z Downloaded shell-words v1.1.0
13542024-05-31T06:03:29.675Z Downloaded sha2 v0.10.8
13552024-05-31T06:03:29.675Z Downloaded serde_with_macros v3.7.0
13562024-05-31T06:03:29.675Z Downloaded serde_repr v0.1.16
13572024-05-31T06:03:29.675Z Downloaded rcgen v0.12.1
13582024-05-31T06:03:29.675Z Downloaded num v0.4.2
13592024-05-31T06:03:29.675Z Downloaded nibble_vec v0.1.0
13602024-05-31T06:03:29.675Z Downloaded nanorand v0.7.0
13612024-05-31T06:03:29.675Z Downloaded mockall v0.12.1
13622024-05-31T06:03:29.675Z Downloaded memmap v0.7.0
13632024-05-31T06:03:29.700Z Downloaded maplit v1.0.2
13642024-05-31T06:03:29.700Z Downloaded linear-map v1.2.0
13652024-05-31T06:03:29.700Z Downloaded libefi-sys v0.1.0
13662024-05-31T06:03:29.700Z Downloaded keccak v0.1.4
13672024-05-31T06:03:29.700Z Downloaded signature v2.1.0
13682024-05-31T06:03:29.700Z Downloaded signal-hook-tokio v0.3.1
13692024-05-31T06:03:29.700Z Downloaded signal-hook-registry v1.4.1
13702024-05-31T06:03:29.700Z Downloaded signal-hook-mio v0.2.3
13712024-05-31T06:03:29.700Z Downloaded shlex v1.3.0
13722024-05-31T06:03:29.700Z Downloaded sha1 v0.10.6
13732024-05-31T06:03:29.700Z Downloaded serde_urlencoded v0.7.1
13742024-05-31T06:03:29.701Z Downloaded serde_tokenstream v0.1.7
13752024-05-31T06:03:29.701Z Downloaded nodrop v0.1.14
13762024-05-31T06:03:29.701Z Downloaded mime v0.3.17
13772024-05-31T06:03:29.701Z Downloaded memoffset v0.7.1
13782024-05-31T06:03:29.701Z Downloaded md-5 v0.10.5
13792024-05-31T06:03:29.701Z Downloaded maybe-uninit v2.0.0
13802024-05-31T06:03:29.701Z Downloaded match_cfg v0.1.0
13812024-05-31T06:03:29.701Z Downloaded lru-cache v0.1.2
13822024-05-31T06:03:29.725Z Downloaded lru v0.12.1
13832024-05-31T06:03:29.725Z Downloaded linked-hash-map v0.5.6
13842024-05-31T06:03:29.725Z Downloaded lazycell v1.3.0
13852024-05-31T06:03:29.726Z Downloaded lazy_static v1.4.0
13862024-05-31T06:03:29.726Z Downloaded lalrpop-util v0.19.12
13872024-05-31T06:03:29.726Z Downloaded kstat-rs v0.2.3
13882024-05-31T06:03:29.726Z Downloaded indoc v1.0.9
13892024-05-31T06:03:29.726Z Downloaded crossbeam-epoch v0.9.18
13902024-05-31T06:03:29.726Z Downloaded crossbeam-channel v0.5.8
13912024-05-31T06:03:29.726Z Downloaded crc-any v2.4.3
13922024-05-31T06:03:29.726Z Downloaded const_format v0.2.32
13932024-05-31T06:03:29.751Z Downloaded blake2b_simd v1.0.1
13942024-05-31T06:03:29.751Z Downloaded signature v1.6.4
13952024-05-31T06:03:29.751Z Downloaded serde_tokenstream v0.2.0
13962024-05-31T06:03:29.751Z Downloaded serde_plain v1.0.2
13972024-05-31T06:03:29.751Z Downloaded scroll_derive v0.12.0
13982024-05-31T06:03:29.751Z Downloaded scopeguard v1.2.0
13992024-05-31T06:03:29.751Z Downloaded rusty-fork v0.3.0
14002024-05-31T06:03:29.751Z Downloaded rustversion v1.0.14
14012024-05-31T06:03:29.751Z Downloaded ref-cast-impl v1.0.22
14022024-05-31T06:03:29.751Z Downloaded ref-cast v1.0.22
14032024-05-31T06:03:29.751Z Downloaded normalize-line-endings v0.3.0
14042024-05-31T06:03:29.751Z Downloaded newtype_derive v0.1.6
14052024-05-31T06:03:29.751Z Downloaded new_debug_unreachable v1.0.4
14062024-05-31T06:03:29.751Z Downloaded nested v0.1.1
14072024-05-31T06:03:29.751Z Downloaded cookie v0.18.1
14082024-05-31T06:03:29.776Z Downloaded clang-sys v1.6.1
14092024-05-31T06:03:29.776Z Downloaded cipher v0.4.4
14102024-05-31T06:03:29.776Z Downloaded chacha20poly1305 v0.10.1
14112024-05-31T06:03:29.776Z Downloaded async-recursion v1.1.0
14122024-05-31T06:03:29.776Z Downloaded newline-converter v0.3.0
14132024-05-31T06:03:29.776Z Downloaded matches v0.1.10
14142024-05-31T06:03:29.776Z Downloaded headers-core v0.2.0
14152024-05-31T06:03:29.776Z Downloaded crossbeam-deque v0.8.3
14162024-05-31T06:03:29.776Z Downloaded crc-catalog v2.2.0
14172024-05-31T06:03:29.776Z Downloaded const-oid v0.9.6
14182024-05-31T06:03:29.776Z Downloaded compact_str v0.7.1
14192024-05-31T06:03:29.776Z Downloaded colored v2.1.0
14202024-05-31T06:03:29.801Z Downloaded cobs v0.2.3
14212024-05-31T06:03:29.801Z Downloaded chacha20 v0.9.1
14222024-05-31T06:03:29.801Z Downloaded cfg-if v1.0.0
14232024-05-31T06:03:29.801Z Downloaded cc v1.0.83
14242024-05-31T06:03:29.801Z Downloaded cassowary v0.3.0
14252024-05-31T06:03:29.801Z Downloaded bytes v1.6.0
14262024-05-31T06:03:29.801Z Downloaded byteorder v1.5.0
14272024-05-31T06:03:29.801Z Downloaded ipnetwork v0.20.0
14282024-05-31T06:03:29.801Z Downloaded ipnet v2.9.0
14292024-05-31T06:03:29.801Z Downloaded inout v0.1.3
14302024-05-31T06:03:29.801Z Downloaded indoc v2.0.3
14312024-05-31T06:03:29.801Z Downloaded impl-trait-for-tuples v0.2.2
14322024-05-31T06:03:29.826Z Downloaded iana-time-zone v0.1.57
14332024-05-31T06:03:29.826Z Downloaded hyper-tls v0.5.0
14342024-05-31T06:03:29.826Z Downloaded hyper-staticfile v0.9.5
14352024-05-31T06:03:29.826Z Downloaded crossbeam-utils v0.8.19
14362024-05-31T06:03:29.826Z Downloaded corncobs v0.1.3
14372024-05-31T06:03:29.826Z Downloaded cfg_aliases v0.1.1
14382024-05-31T06:03:29.826Z Downloaded instant v0.1.12
14392024-05-31T06:03:29.826Z Downloaded ident_case v1.0.1
14402024-05-31T06:03:29.826Z Downloaded hyper-rustls v0.24.2
14412024-05-31T06:03:29.826Z Downloaded crunchy v0.2.2
14422024-05-31T06:03:29.826Z Downloaded crucible-workspace-hack v0.1.0
14432024-05-31T06:03:29.826Z Downloaded criterion-plot v0.5.0
14442024-05-31T06:03:29.827Z Downloaded crc v3.0.1
14452024-05-31T06:03:29.827Z Downloaded cpufeatures v0.2.12
14462024-05-31T06:03:29.827Z Downloaded cookie_store v0.20.0
14472024-05-31T06:03:29.852Z Downloaded constant_time_eq v0.3.0
14482024-05-31T06:03:29.852Z Downloaded constant_time_eq v0.2.6
14492024-05-31T06:03:29.852Z Downloaded console v0.15.8
14502024-05-31T06:03:29.852Z Downloaded ciborium-io v0.2.2
14512024-05-31T06:03:29.852Z Downloaded ciborium v0.2.2
14522024-05-31T06:03:29.852Z Downloaded cast v0.3.0
14532024-05-31T06:03:29.852Z Downloaded bytecount v0.6.3
14542024-05-31T06:03:29.852Z Downloaded buf-list v1.0.3
14552024-05-31T06:03:29.852Z Downloaded block-padding v0.3.3
14562024-05-31T06:03:29.852Z Downloaded crc32fast v1.3.2
14572024-05-31T06:03:29.852Z Downloaded cookie v0.17.0
14582024-05-31T06:03:29.852Z Downloaded convert_case v0.4.0
14592024-05-31T06:03:29.852Z Downloaded const_format_proc_macros v0.2.32
14602024-05-31T06:03:29.880Z Downloaded ciborium-ll v0.2.2
14612024-05-31T06:03:29.880Z Downloaded cfg-expr v0.15.6
14622024-05-31T06:03:29.880Z Downloaded cexpr v0.6.0
14632024-05-31T06:03:29.880Z Downloaded castaway v0.2.2
14642024-05-31T06:03:29.880Z Downloaded cancel-safe-futures v0.1.5
14652024-05-31T06:03:29.880Z Downloaded camino-tempfile v1.1.1
14662024-05-31T06:03:29.880Z Downloaded bzip2 v0.4.4
14672024-05-31T06:03:29.880Z Downloaded bitvec v1.0.1
14682024-05-31T06:03:29.905Z Downloaded base64 v0.21.7
14692024-05-31T06:03:29.905Z Downloaded atomic-waker v1.1.1
14702024-05-31T06:03:29.905Z Downloaded hyper-rustls v0.26.0
14712024-05-31T06:03:29.905Z Downloaded hyper v0.14.28
14722024-05-31T06:03:29.905Z Downloaded humantime v2.1.0
14732024-05-31T06:03:29.905Z Downloaded hubpack_derive v0.1.1
14742024-05-31T06:03:29.930Z Downloaded hubpack v0.1.2
14752024-05-31T06:03:29.930Z Downloaded httptest v0.15.5
14762024-05-31T06:03:29.930Z Downloaded httpdate v1.0.3
14772024-05-31T06:03:29.930Z Downloaded httparse v1.8.0
14782024-05-31T06:03:29.930Z Downloaded http-range v0.1.5
14792024-05-31T06:03:29.930Z Downloaded http-body v1.0.0
14802024-05-31T06:03:29.930Z Downloaded http-body v0.4.5
14812024-05-31T06:03:29.930Z Downloaded http v1.0.0
14822024-05-31T06:03:29.930Z Downloaded http v0.2.12
14832024-05-31T06:03:29.930Z Downloaded hostname v0.4.0
14842024-05-31T06:03:29.930Z Downloaded home v0.5.5
14852024-05-31T06:03:29.930Z Downloaded hmac v0.12.1
14862024-05-31T06:03:29.955Z Downloaded hkdf v0.12.4
14872024-05-31T06:03:29.955Z Downloaded highway v1.1.0
14882024-05-31T06:03:29.955Z Downloaded hex-literal v0.4.1
14892024-05-31T06:03:29.955Z Downloaded hex v0.4.3
14902024-05-31T06:03:29.955Z Downloaded crypto-bigint v0.5.2
14912024-05-31T06:03:29.955Z Downloaded block-buffer v0.10.4
14922024-05-31T06:03:29.955Z Downloaded blake3 v1.5.0
14932024-05-31T06:03:29.980Z Downloaded blake2 v0.10.6
14942024-05-31T06:03:29.980Z Downloaded bitstruct_derive v0.1.0
14952024-05-31T06:03:29.980Z Downloaded bitstruct v0.1.1
14962024-05-31T06:03:29.980Z Downloaded bitflags v1.3.2
14972024-05-31T06:03:29.980Z Downloaded bitfield v0.14.0
14982024-05-31T06:03:29.980Z Downloaded bit-vec v0.6.3
14992024-05-31T06:03:29.980Z Downloaded bit-set v0.5.3
15002024-05-31T06:03:29.980Z Downloaded bindgen v0.69.2
15012024-05-31T06:03:29.980Z Downloaded bcs v0.1.6
15022024-05-31T06:03:29.980Z Downloaded bb8 v0.8.3
15032024-05-31T06:03:30.005Z Downloaded base64ct v1.6.0
15042024-05-31T06:03:30.005Z Downloaded base64 v0.13.1
15052024-05-31T06:03:30.005Z Downloaded base16ct v0.2.0
15062024-05-31T06:03:30.005Z Downloaded backtrace v0.3.69
15072024-05-31T06:03:30.005Z Downloaded backoff v0.4.0
15082024-05-31T06:03:30.005Z Downloaded atty v0.2.14
15092024-05-31T06:03:30.005Z Downloaded atomicwrites v0.4.3
15102024-05-31T06:03:30.005Z Downloaded async-trait v0.1.80
15112024-05-31T06:03:30.005Z Downloaded async-stream-impl v0.3.5
15122024-05-31T06:03:30.005Z Downloaded async-stream v0.3.5
15132024-05-31T06:03:30.006Z Downloaded assert_cmd v2.0.14
15142024-05-31T06:03:30.030Z Downloaded ascii v1.1.0
15152024-05-31T06:03:30.030Z Downloaded arrayvec v0.7.4
15162024-05-31T06:03:30.030Z Downloaded argon2 v0.5.3
15172024-05-31T06:03:30.030Z Downloaded arc-swap v1.6.0
15182024-05-31T06:03:30.030Z Downloaded heck v0.4.1
15192024-05-31T06:03:30.031Z Downloaded base64 v0.22.1
15202024-05-31T06:03:30.031Z Downloaded allocator-api2 v0.2.16
15212024-05-31T06:03:30.031Z Downloaded arrayref v0.3.7
15222024-05-31T06:03:30.031Z Downloaded array-init v0.0.4
15232024-05-31T06:03:30.031Z Downloaded approx v0.5.1
15242024-05-31T06:03:30.055Z Downloaded anes v0.1.6
15252024-05-31T06:03:30.055Z Downloaded aho-corasick v1.1.2
15262024-05-31T06:03:30.056Z Downloaded ahash v0.8.8
15272024-05-31T06:03:30.056Z Downloaded aead v0.5.2
15282024-05-31T06:03:30.056Z Downloaded adler v1.0.2
15292024-05-31T06:03:30.662Z Compiling libc v0.2.153
15302024-05-31T06:03:30.662Z Compiling serde v1.0.201
15312024-05-31T06:03:30.662Z Compiling version_check v0.9.4
15322024-05-31T06:03:30.687Z Checking cfg-if v1.0.0
15332024-05-31T06:03:30.687Z Compiling lock_api v0.4.10
15342024-05-31T06:03:30.687Z Compiling parking_lot_core v0.9.8
15352024-05-31T06:03:30.717Z Compiling syn v2.0.60
15362024-05-31T06:03:30.840Z Compiling once_cell v1.19.0
15372024-05-31T06:03:31.152Z Compiling libm v0.2.7
15382024-05-31T06:03:31.177Z Compiling num-traits v0.2.18
15392024-05-31T06:03:31.257Z Compiling memchr v2.7.1
15402024-05-31T06:03:31.282Z Compiling serde_json v1.0.116
15412024-05-31T06:03:31.395Z Compiling byteorder v1.5.0
15422024-05-31T06:03:31.422Z Compiling ahash v0.8.8
15432024-05-31T06:03:31.957Z Compiling syn v1.0.109
15442024-05-31T06:03:32.037Z Checking log v0.4.21
15452024-05-31T06:03:32.272Z Compiling slab v0.4.9
15462024-05-31T06:03:32.633Z Checking itoa v1.0.9
15472024-05-31T06:03:32.679Z Checking getrandom v0.2.12
15482024-05-31T06:03:32.704Z Compiling typenum v1.16.0
15492024-05-31T06:03:32.807Z Compiling cc v1.0.83
15502024-05-31T06:03:32.911Z Compiling generic-array v0.14.7
15512024-05-31T06:03:33.026Z Checking scopeguard v1.2.0
15522024-05-31T06:03:33.254Z Checking smallvec v1.13.1
15532024-05-31T06:03:33.303Z Compiling allocator-api2 v0.2.16
15542024-05-31T06:03:33.327Z Compiling pkg-config v0.3.27
15552024-05-31T06:03:33.583Z Compiling rustix v0.38.31
15562024-05-31T06:03:33.682Z Compiling schemars v0.8.17
15572024-05-31T06:03:33.953Z Compiling httparse v1.8.0
15582024-05-31T06:03:33.997Z Checking pin-project-lite v0.2.13
15592024-05-31T06:03:34.039Z Checking parking_lot v0.12.1
15602024-05-31T06:03:34.096Z Compiling time-core v0.1.2
15612024-05-31T06:03:34.247Z Compiling num-conv v0.1.0
15622024-05-31T06:03:34.362Z Checking signal-hook-registry v1.4.1
15632024-05-31T06:03:34.431Z Compiling vcpkg v0.2.15
15642024-05-31T06:03:34.501Z Compiling time-macros v0.2.17
15652024-05-31T06:03:34.572Z Checking mio v0.8.11
15662024-05-31T06:03:34.869Z Checking ryu v1.0.15
15672024-05-31T06:03:35.065Z Compiling heck v0.4.1
15682024-05-31T06:03:35.090Z Compiling aho-corasick v1.1.2
15692024-05-31T06:03:35.266Z Compiling ring v0.17.8
15702024-05-31T06:03:36.351Z Compiling openssl-sys v0.9.102
15712024-05-31T06:03:36.549Z Compiling regex-syntax v0.8.2
15722024-05-31T06:03:37.311Z Compiling serde_derive_internals v0.29.0
15732024-05-31T06:03:37.467Z Checking rand_core v0.6.4
15742024-05-31T06:03:37.735Z Checking num_cpus v1.16.0
15752024-05-31T06:03:37.836Z Compiling fnv v1.0.7
15762024-05-31T06:03:37.949Z Checking futures-core v0.3.30
15772024-05-31T06:03:38.108Z Compiling ring v0.16.20
15782024-05-31T06:03:38.369Z Checking socket2 v0.5.6
15792024-05-31T06:03:38.756Z Compiling openssl v0.10.64
15802024-05-31T06:03:39.126Z Compiling ucd-trie v0.1.6
15812024-05-31T06:03:39.392Z Compiling regex-automata v0.4.5
15822024-05-31T06:03:39.650Z Compiling rustversion v1.0.14
15832024-05-31T06:03:39.813Z Compiling slog v2.7.0
15842024-05-31T06:03:40.282Z Compiling crossbeam-utils v0.8.19
15852024-05-31T06:03:40.692Z Compiling rustls v0.21.9
15862024-05-31T06:03:40.797Z Compiling iana-time-zone v0.1.57
15872024-05-31T06:03:40.917Z Compiling native-tls v0.2.11
15882024-05-31T06:03:40.994Z Compiling cookie v0.17.0
15892024-05-31T06:03:41.159Z Checking spin v0.5.2
15902024-05-31T06:03:41.248Z Compiling backtrace v0.3.69
15912024-05-31T06:03:41.364Z Compiling dyn-clone v1.0.17
15922024-05-31T06:03:41.392Z Checking futures-sink v0.3.30
15932024-05-31T06:03:41.543Z Compiling anyhow v1.0.82
15942024-05-31T06:03:41.648Z Checking pin-utils v0.1.0
15952024-05-31T06:03:41.720Z Checking futures-channel v0.3.30
15962024-05-31T06:03:42.180Z Checking futures-io v0.3.30
15972024-05-31T06:03:42.228Z Compiling tinyvec_macros v0.1.1
15982024-05-31T06:03:42.278Z Checking futures-task v0.3.30
15992024-05-31T06:03:42.317Z Compiling tinyvec v1.6.0
16002024-05-31T06:03:42.341Z Compiling thread-id v4.2.0
16012024-05-31T06:03:42.753Z Compiling unicode-bidi v0.3.15
16022024-05-31T06:03:42.968Z Compiling serde_derive v1.0.201
16032024-05-31T06:03:43.009Z Compiling zerocopy-derive v0.7.32
16042024-05-31T06:03:43.231Z Compiling thiserror-impl v1.0.59
16052024-05-31T06:03:43.478Z Compiling zeroize_derive v1.4.2
16062024-05-31T06:03:43.534Z Compiling tokio-macros v2.2.0
16072024-05-31T06:03:43.956Z Compiling futures-macro v0.3.30
16082024-05-31T06:03:44.278Z Compiling tracing-attributes v0.1.27
16092024-05-31T06:03:44.783Z Compiling schemars_derive v0.8.17
16102024-05-31T06:03:44.875Z Compiling zerocopy v0.7.32
16112024-05-31T06:03:44.932Z Compiling regex v1.10.4
16122024-05-31T06:03:45.665Z Checking zeroize v1.7.0
16132024-05-31T06:03:45.858Z Compiling openssl-macros v0.1.1
16142024-05-31T06:03:45.928Z Compiling thiserror v1.0.59
16152024-05-31T06:03:46.218Z Compiling pest v2.7.6
16162024-05-31T06:03:46.542Z Compiling async-trait v0.1.80
16172024-05-31T06:03:46.697Z Compiling hashbrown v0.14.3
16182024-05-31T06:03:47.403Z Compiling scroll_derive v0.12.0
16192024-05-31T06:03:47.571Z Checking futures-util v0.3.30
16202024-05-31T06:03:47.846Z Compiling unicode-normalization v0.1.22
16212024-05-31T06:03:48.143Z Compiling pest_meta v2.7.6
16222024-05-31T06:03:48.510Z Compiling der_derive v0.7.2
16232024-05-31T06:03:48.685Z Compiling errno v0.3.8
16242024-05-31T06:03:48.778Z Compiling crc32fast v1.3.2
16252024-05-31T06:03:48.878Z Checking subtle v2.5.0
16262024-05-31T06:03:49.098Z Compiling pest_generator v2.7.6
16272024-05-31T06:03:49.164Z Compiling either v1.11.0
16282024-05-31T06:03:49.493Z Compiling unicode-width v0.1.11
16292024-05-31T06:03:49.818Z Compiling scroll v0.12.0
16302024-05-31T06:03:50.612Z Compiling usdt-impl v0.5.0
16312024-05-31T06:03:50.720Z Compiling plain v0.2.3
16322024-05-31T06:03:51.122Z Compiling winnow v0.5.15
16332024-05-31T06:03:52.007Z Compiling goblin v0.8.0
16342024-05-31T06:03:52.165Z Compiling pest_derive v2.7.6
16352024-05-31T06:03:52.258Z Compiling spin v0.9.8
16362024-05-31T06:03:52.319Z Compiling tracing-core v0.1.32
16372024-05-31T06:03:52.587Z Compiling pretty-hex v0.4.1
16382024-05-31T06:03:52.761Z Compiling const-oid v0.9.6
16392024-05-31T06:03:52.813Z Compiling dtrace-parser v0.2.0
16402024-05-31T06:03:53.453Z Compiling tracing v0.1.40
16412024-05-31T06:03:53.734Z Checking bytes v1.6.0
16422024-05-31T06:03:53.968Z Checking bitflags v2.4.2
16432024-05-31T06:03:54.313Z Compiling indexmap v2.2.6
16442024-05-31T06:03:54.388Z Compiling serde_tokenstream v0.2.0
16452024-05-31T06:03:54.826Z Checking tokio v1.37.0
16462024-05-31T06:03:54.898Z Compiling uuid v1.8.0
16472024-05-31T06:03:55.241Z Compiling chrono v0.4.38
16482024-05-31T06:03:55.409Z Compiling semver v1.0.22
16492024-05-31T06:03:55.488Z Compiling http v0.2.12
16502024-05-31T06:03:56.023Z Compiling toml_datetime v0.6.5
16512024-05-31T06:03:56.050Z Compiling serde_spanned v0.6.5
16522024-05-31T06:03:56.233Z Compiling rustc_version v0.4.0
16532024-05-31T06:03:56.780Z Compiling toml_edit v0.19.15
16542024-05-31T06:03:56.849Z Compiling openapiv3 v2.0.0
16552024-05-31T06:03:58.270Z Compiling dof v0.3.0
16562024-05-31T06:03:58.765Z Compiling percent-encoding v2.3.1
16572024-05-31T06:04:00.152Z Compiling clap_derive v4.5.4
16582024-05-31T06:04:00.359Z Compiling untrusted v0.9.0
16592024-05-31T06:04:00.532Z Compiling foreign-types-shared v0.1.1
16602024-05-31T06:04:00.560Z Compiling signal-hook v0.3.17
16612024-05-31T06:04:00.658Z Compiling powerfmt v0.2.0
16622024-05-31T06:04:00.685Z Compiling untrusted v0.7.1
16632024-05-31T06:04:00.719Z Compiling foreign-types v0.3.2
16642024-05-31T06:04:00.820Z Compiling usdt-attr-macro v0.5.0
16652024-05-31T06:04:00.888Z Compiling usdt-macro v0.5.0
16662024-05-31T06:04:01.048Z Compiling deranged v0.3.11
16672024-05-31T06:04:02.269Z Compiling form_urlencoded v1.2.1
16682024-05-31T06:04:02.326Z Compiling crypto-common v0.1.6
16692024-05-31T06:04:02.520Z Compiling zerocopy-derive v0.6.6
16702024-05-31T06:04:02.699Z Compiling base64 v0.21.7
16712024-05-31T06:04:03.145Z Compiling tokio-util v0.7.10
16722024-05-31T06:04:03.296Z Compiling try-lock v0.2.4
16732024-05-31T06:04:03.423Z Compiling siphasher v0.3.11
16742024-05-31T06:04:03.628Z Compiling num_threads v0.1.6
16752024-05-31T06:04:03.743Z Compiling time v0.3.34
16762024-05-31T06:04:03.769Z Compiling rustls-webpki v0.101.7
16772024-05-31T06:04:04.275Z Compiling h2 v0.3.26
16782024-05-31T06:04:04.338Z Compiling want v0.3.1
16792024-05-31T06:04:04.395Z Compiling sct v0.7.0
16802024-05-31T06:04:04.585Z Compiling http-body v0.4.5
16812024-05-31T06:04:04.922Z Compiling block-buffer v0.10.4
16822024-05-31T06:04:05.150Z Compiling idna v0.5.0
16832024-05-31T06:04:05.174Z Compiling bzip2-sys v0.1.11+1.0.8
16842024-05-31T06:04:05.351Z Compiling openssl-probe v0.1.5
16852024-05-31T06:04:05.578Z Compiling httpdate v1.0.3
16862024-05-31T06:04:05.710Z Compiling tower-service v0.3.2
16872024-05-31T06:04:05.793Z Compiling url v2.5.0
16882024-05-31T06:04:06.457Z Compiling digest v0.10.7
16892024-05-31T06:04:06.853Z Compiling heapless v0.7.16
16902024-05-31T06:04:07.042Z Compiling idna v0.3.0
16912024-05-31T06:04:07.214Z Compiling lazy_static v1.4.0
16922024-05-31T06:04:08.205Z Compiling ppv-lite86 v0.2.17
16932024-05-31T06:04:08.264Z Compiling adler v1.0.2
16942024-05-31T06:04:08.352Z Compiling psl-types v2.0.11
16952024-05-31T06:04:08.460Z Checking equivalent v1.0.1
16962024-05-31T06:04:08.533Z Compiling publicsuffix v2.2.3
16972024-05-31T06:04:08.634Z Compiling miniz_oxide v0.7.1
16982024-05-31T06:04:08.685Z Compiling crossbeam-epoch v0.9.18
16992024-05-31T06:04:08.819Z Compiling rand_chacha v0.3.1
17002024-05-31T06:04:09.308Z Compiling tokio-native-tls v0.3.1
17012024-05-31T06:04:09.537Z Compiling ipnet v2.9.0
17022024-05-31T06:04:09.571Z Compiling tokio-rustls v0.24.1
17032024-05-31T06:04:09.867Z Compiling hyper v0.14.28
17042024-05-31T06:04:09.910Z Compiling bit-vec v0.6.3
17052024-05-31T06:04:10.275Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
17062024-05-31T06:04:10.300Z Compiling cookie_store v0.20.0
17072024-05-31T06:04:10.345Z Compiling rand v0.8.5
17082024-05-31T06:04:10.968Z Compiling phf_shared v0.10.0
17092024-05-31T06:04:11.118Z Compiling rustls-pemfile v1.0.3
17102024-05-31T06:04:11.308Z Compiling serde_urlencoded v0.7.1
17112024-05-31T06:04:11.480Z Compiling encoding_rs v0.8.33
17122024-05-31T06:04:11.605Z Compiling num-bigint v0.4.4
17132024-05-31T06:04:11.757Z Compiling new_debug_unreachable v1.0.4
17142024-05-31T06:04:11.852Z Compiling precomputed-hash v0.1.1
17152024-05-31T06:04:11.958Z Compiling sync_wrapper v0.1.2
17162024-05-31T06:04:11.986Z Compiling gimli v0.28.0
17172024-05-31T06:04:12.049Z Compiling minimal-lexical v0.2.1
17182024-05-31T06:04:12.076Z Compiling smoltcp v0.9.1
17192024-05-31T06:04:12.283Z Compiling mime v0.3.17
17202024-05-31T06:04:12.468Z Compiling base64ct v1.6.0
17212024-05-31T06:04:12.661Z Compiling fixedbitset v0.4.2
17222024-05-31T06:04:12.775Z Compiling webpki-roots v0.25.2
17232024-05-31T06:04:12.844Z Compiling pem-rfc7468 v0.7.0
17242024-05-31T06:04:12.918Z Compiling petgraph v0.6.4
17252024-05-31T06:04:12.971Z Compiling nom v7.1.3
17262024-05-31T06:04:13.461Z Compiling string_cache v0.8.7
17272024-05-31T06:04:13.657Z Compiling bit-set v0.5.3
17282024-05-31T06:04:13.847Z Compiling hmac v0.12.1
17292024-05-31T06:04:13.917Z Compiling itertools v0.10.5
17302024-05-31T06:04:14.068Z Compiling enum-as-inner v0.5.1
17312024-05-31T06:04:14.181Z Compiling hubpack_derive v0.1.1
17322024-05-31T06:04:14.936Z Compiling diesel_table_macro_syntax v0.1.0
17332024-05-31T06:04:14.960Z Compiling object v0.32.1
17342024-05-31T06:04:14.985Z Compiling rustc-demangle v0.1.23
17352024-05-31T06:04:15.315Z Compiling addr2line v0.21.0
17362024-05-31T06:04:15.760Z Compiling hyper-rustls v0.24.2
17372024-05-31T06:04:15.802Z Compiling hyper-tls v0.5.0
17382024-05-31T06:04:15.869Z Compiling flagset v0.4.3
17392024-05-31T06:04:16.047Z Compiling lalrpop-util v0.19.12
17402024-05-31T06:04:16.084Z Compiling reqwest v0.11.27
17412024-05-31T06:04:16.123Z Compiling unicode-segmentation v1.10.1
17422024-05-31T06:04:16.203Z Compiling toml_edit v0.22.12
17432024-05-31T06:04:16.384Z Compiling der v0.7.8
17442024-05-31T06:04:16.408Z Compiling diesel_derives v2.1.2
17452024-05-31T06:04:16.834Z Compiling flate2 v1.0.28
17462024-05-31T06:04:17.046Z Compiling futures-executor v0.3.30
17472024-05-31T06:04:17.546Z Compiling cpufeatures v0.2.12
17482024-05-31T06:04:17.767Z Compiling sha2 v0.10.8
17492024-05-31T06:04:18.071Z Compiling spki v0.7.2
17502024-05-31T06:04:18.378Z Compiling futures v0.3.30
17512024-05-31T06:04:19.112Z Compiling md-5 v0.10.5
17522024-05-31T06:04:19.329Z Compiling toml v0.7.8
17532024-05-31T06:04:19.500Z Compiling hex v0.4.3
17542024-05-31T06:04:20.043Z Compiling stringprep v0.1.3
17552024-05-31T06:04:20.131Z Compiling strum_macros v0.25.2
17562024-05-31T06:04:20.398Z Compiling serde_repr v0.1.16
17572024-05-31T06:04:21.381Z Compiling num-integer v0.1.46
17582024-05-31T06:04:21.508Z Compiling hash32 v0.2.1
17592024-05-31T06:04:21.576Z Compiling stable_deref_trait v1.2.0
17602024-05-31T06:04:21.667Z Compiling fallible-iterator v0.2.0
17612024-05-31T06:04:21.825Z Checking unicode-ident v1.0.12
17622024-05-31T06:04:22.133Z Compiling pkcs8 v0.10.2
17632024-05-31T06:04:22.250Z Compiling postgres-protocol v0.6.6
17642024-05-31T06:04:22.947Z Compiling phf_shared v0.11.2
17652024-05-31T06:04:23.016Z Compiling terminal_size v0.3.0
17662024-05-31T06:04:23.198Z Compiling ff v0.13.0
17672024-05-31T06:04:23.366Z Compiling block-padding v0.3.3
17682024-05-31T06:04:23.395Z Compiling scheduled-thread-pool v0.2.7
17692024-05-31T06:04:23.582Z Compiling managed v0.8.0
17702024-05-31T06:04:23.734Z Compiling matches v0.1.10
17712024-05-31T06:04:23.816Z Compiling regex-automata v0.1.10
17722024-05-31T06:04:23.840Z Compiling peg-runtime v0.8.3
17732024-05-31T06:04:23.901Z Compiling base16ct v0.2.0
17742024-05-31T06:04:23.926Z Compiling bitflags v1.3.2
17752024-05-31T06:04:23.960Z Compiling clap_builder v4.5.2
17762024-05-31T06:04:24.171Z Compiling bstr v0.2.17
17772024-05-31T06:04:24.238Z Compiling sec1 v0.7.3
17782024-05-31T06:04:24.379Z Compiling idna v0.2.3
17792024-05-31T06:04:24.709Z Compiling r2d2 v0.8.10
17802024-05-31T06:04:25.022Z Compiling inout v0.1.3
17812024-05-31T06:04:25.361Z Compiling group v0.13.0
17822024-05-31T06:04:25.573Z Compiling signal-hook-mio v0.2.3
17832024-05-31T06:04:25.629Z Compiling phf v0.11.2
17842024-05-31T06:04:25.656Z Compiling bzip2 v0.4.4
17852024-05-31T06:04:25.718Z Compiling postgres-types v0.2.6
17862024-05-31T06:04:25.889Z Compiling hubpack v0.1.2
17872024-05-31T06:04:25.992Z Compiling hkdf v0.12.4
17882024-05-31T06:04:26.316Z Compiling zerocopy v0.6.6
17892024-05-31T06:04:26.463Z Compiling ipnetwork v0.20.0
17902024-05-31T06:04:26.973Z Compiling crypto-bigint v0.5.2
17912024-05-31T06:04:26.998Z Compiling float-cmp v0.9.0
17922024-05-31T06:04:27.181Z Compiling memmap v0.7.0
17932024-05-31T06:04:27.340Z Compiling predicates-core v1.0.6
17942024-05-31T06:04:27.473Z Compiling static_assertions v1.1.0
17952024-05-31T06:04:27.570Z Compiling data-encoding v2.4.0
17962024-05-31T06:04:27.637Z Compiling difflib v0.4.0
17972024-05-31T06:04:28.588Z Compiling whoami v1.5.1
17982024-05-31T06:04:28.636Z Compiling normalize-line-endings v0.3.0
17992024-05-31T06:04:28.744Z Compiling predicates v3.1.0
18002024-05-31T06:04:28.821Z Compiling diesel v2.1.6
18012024-05-31T06:04:28.964Z Compiling tokio-postgres v0.7.10
18022024-05-31T06:04:29.134Z Compiling elliptic-curve v0.13.8
18032024-05-31T06:04:29.380Z Compiling yasna v0.5.2
18042024-05-31T06:04:29.623Z Compiling trust-dns-proto v0.22.0
18052024-05-31T06:04:29.777Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
18062024-05-31T06:04:30.884Z Compiling usdt v0.5.0
18072024-05-31T06:04:31.333Z Compiling clap v4.5.4
18082024-05-31T06:04:31.436Z Compiling zip v0.6.6
18092024-05-31T06:04:31.794Z Compiling crossterm v0.27.0
18102024-05-31T06:04:31.826Z Compiling cipher v0.4.4
18112024-05-31T06:04:32.261Z Compiling similar v2.4.0
18122024-05-31T06:04:32.755Z Checking proc-macro2 v1.0.81
18132024-05-31T06:04:32.945Z Compiling num-iter v0.1.44
18142024-05-31T06:04:33.101Z Compiling console v0.15.8
18152024-05-31T06:04:33.315Z Compiling tokio-stream v0.1.15
18162024-05-31T06:04:34.104Z Compiling bstr v1.9.0
18172024-05-31T06:04:34.167Z Checking quote v1.0.36
18182024-05-31T06:04:38.204Z Checking utf8parse v0.2.1
18192024-05-31T06:04:41.469Z Checking anstyle v1.0.7
18202024-05-31T06:04:42.579Z Checking anstyle-parse v0.2.1
18212024-05-31T06:04:42.821Z Checking colorchoice v1.0.0
18222024-05-31T06:04:42.846Z Checking anstyle-query v1.0.0
18232024-05-31T06:04:42.951Z Checking anstream v0.6.11
18242024-05-31T06:04:43.074Z Checking strsim v0.11.0
18252024-05-31T06:04:43.304Z Checking clap_lex v0.7.0
18262024-05-31T06:04:46.087Z Checking winnow v0.6.1
18272024-05-31T06:04:53.653Z Compiling regress v0.9.1
18282024-05-31T06:04:54.126Z Compiling getopts v0.2.21
18292024-05-31T06:04:54.151Z Checking heck v0.5.0
18302024-05-31T06:04:54.291Z Compiling unsafe-libyaml v0.2.10
18312024-05-31T06:04:54.948Z Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
18322024-05-31T06:04:55.502Z Compiling serde_yaml v0.9.25
18332024-05-31T06:04:55.601Z Checking is-terminal v0.4.9
18342024-05-31T06:04:55.705Z Checking camino v1.1.6
18352024-05-31T06:04:55.784Z Checking base64 v0.22.1
18362024-05-31T06:04:55.944Z Compiling rayon-core v1.12.1
18372024-05-31T06:04:56.169Z Checking sha1 v0.10.6
18382024-05-31T06:04:56.211Z Checking http v1.0.0
18392024-05-31T06:04:56.257Z Compiling paste v1.0.14
18402024-05-31T06:04:56.418Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
18412024-05-31T06:04:56.730Z Compiling strum_macros v0.26.1
18422024-05-31T06:04:57.308Z Checking match_cfg v0.1.0
18432024-05-31T06:04:57.395Z Checking rustls-pki-types v1.3.0
18442024-05-31T06:04:57.423Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18452024-05-31T06:04:57.587Z Compiling strsim v0.10.0
18462024-05-31T06:04:57.731Z Checking fastrand v2.0.1
18472024-05-31T06:04:57.803Z Compiling ident_case v1.0.1
18482024-05-31T06:04:57.959Z Compiling darling_core v0.20.8
18492024-05-31T06:04:58.001Z Checking tempfile v3.10.1
18502024-05-31T06:04:58.257Z Checking hostname v0.3.1
18512024-05-31T06:04:58.377Z Checking dirs-sys-next v0.1.2
18522024-05-31T06:04:58.528Z Checking quick-error v1.2.3
18532024-05-31T06:04:58.623Z Checking dirs-next v2.0.0
18542024-05-31T06:04:58.650Z Checking crossbeam-channel v0.5.8
18552024-05-31T06:04:58.744Z Checking thread_local v1.1.7
18562024-05-31T06:04:58.979Z Compiling slog-async v2.8.0
18572024-05-31T06:04:59.003Z Compiling rustls v0.22.4
18582024-05-31T06:04:59.253Z Checking term v0.7.0
18592024-05-31T06:04:59.277Z Checking rustls-webpki v0.102.1
18602024-05-31T06:04:59.336Z Checking instant v0.1.12
18612024-05-31T06:04:59.442Z Checking take_mut v0.2.2
18622024-05-31T06:04:59.472Z Checking rustls-pemfile v2.1.2
18632024-05-31T06:04:59.598Z Checking slog-term v2.9.1
18642024-05-31T06:04:59.675Z Compiling blake3 v1.5.0
18652024-05-31T06:04:59.812Z Compiling multer v3.1.0
18662024-05-31T06:05:00.003Z Checking debug-ignore v1.0.5
18672024-05-31T06:05:00.142Z Checking toml v0.8.12
18682024-05-31T06:05:00.166Z Checking slog-json v2.6.1
18692024-05-31T06:05:00.384Z Compiling crossbeam-deque v0.8.3
18702024-05-31T06:05:00.494Z Compiling async-stream-impl v0.3.5
18712024-05-31T06:05:00.665Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
18722024-05-31T06:05:00.746Z Compiling same-file v1.0.6
18732024-05-31T06:05:00.884Z Checking strum v0.26.2
18742024-05-31T06:05:00.922Z Checking atomic-waker v1.1.1
18752024-05-31T06:05:01.048Z Checking waitgroup v0.1.2
18762024-05-31T06:05:01.083Z Compiling walkdir v2.5.0
18772024-05-31T06:05:01.675Z Checking async-stream v0.3.5
18782024-05-31T06:05:01.777Z Checking slog-bunyan v2.5.0
18792024-05-31T06:05:01.915Z Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
18802024-05-31T06:05:02.163Z Checking serde_path_to_error v0.1.16
18812024-05-31T06:05:02.222Z Checking hostname v0.4.0
18822024-05-31T06:05:02.337Z Compiling rayon v1.10.0
18832024-05-31T06:05:02.710Z Compiling xattr v1.0.1
18842024-05-31T06:05:02.906Z Checking tokio-rustls v0.25.0
18852024-05-31T06:05:02.936Z Compiling memmap2 v0.7.1
18862024-05-31T06:05:03.213Z Compiling filetime v0.2.23
18872024-05-31T06:05:03.302Z Compiling constant_time_eq v0.3.0
18882024-05-31T06:05:03.464Z Compiling home v0.5.5
18892024-05-31T06:05:03.513Z Compiling arrayvec v0.7.4
18902024-05-31T06:05:03.549Z Compiling arrayref v0.3.7
18912024-05-31T06:05:03.640Z Compiling toolchain_find v0.4.0
18922024-05-31T06:05:03.685Z Compiling darling_macro v0.20.8
18932024-05-31T06:05:03.710Z Compiling tar v0.4.40
18942024-05-31T06:05:03.863Z Compiling camino-tempfile v1.1.1
18952024-05-31T06:05:04.536Z Compiling darling v0.20.8
18962024-05-31T06:05:04.617Z Compiling topological-sort v0.2.2
18972024-05-31T06:05:04.646Z Compiling serde_with_macros v3.7.0
18982024-05-31T06:05:04.801Z Checking newtype-uuid v1.1.0
18992024-05-31T06:05:05.009Z Compiling rustfmt-wrapper v0.2.1
19002024-05-31T06:05:05.480Z Checking wait-timeout v0.2.0
19012024-05-31T06:05:05.508Z Compiling structmeta-derive v0.3.0
19022024-05-31T06:05:05.635Z Checking rusty-fork v0.3.0
19032024-05-31T06:05:05.664Z Compiling structmeta-derive v0.2.0
19042024-05-31T06:05:06.234Z Checking rand_xorshift v0.3.0
19052024-05-31T06:05:06.392Z Compiling omicron-zone-package v0.11.0
19062024-05-31T06:05:06.778Z Checking unarray v0.1.4
19072024-05-31T06:05:06.908Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
19082024-05-31T06:05:07.179Z Checking proptest v1.4.0
19092024-05-31T06:05:07.267Z Checking backoff v0.4.0
19102024-05-31T06:05:07.316Z Checking serde_with v3.7.0
19112024-05-31T06:05:07.519Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19122024-05-31T06:05:08.036Z Compiling structmeta v0.3.0
19132024-05-31T06:05:08.153Z Compiling structmeta v0.2.0
19142024-05-31T06:05:08.178Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19152024-05-31T06:05:08.296Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19162024-05-31T06:05:08.415Z Compiling parse-display-derive v0.9.0
19172024-05-31T06:05:08.505Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19182024-05-31T06:05:08.532Z Compiling test-strategy v0.3.1
19192024-05-31T06:05:09.151Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19202024-05-31T06:05:09.279Z Checking macaddr v1.0.1
19212024-05-31T06:05:09.555Z Compiling proc-macro-error-attr v1.0.4
19222024-05-31T06:05:09.867Z Compiling proc-macro-error v1.0.4
19232024-05-31T06:05:10.272Z Compiling proc-macro-crate v1.3.1
19242024-05-31T06:05:10.843Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
19252024-05-31T06:05:10.885Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19262024-05-31T06:05:11.177Z Compiling num_enum_derive v0.5.11
19272024-05-31T06:05:11.375Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19282024-05-31T06:05:11.505Z Compiling foreign-types-macros v0.2.3
19292024-05-31T06:05:11.703Z Checking foreign-types-shared v0.3.1
19302024-05-31T06:05:11.728Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19312024-05-31T06:05:11.949Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19322024-05-31T06:05:12.006Z Checking cstr-argument v0.1.2
19332024-05-31T06:05:12.061Z Checking pretty-hex v0.2.1
19342024-05-31T06:05:12.165Z Checking tabwriter v1.4.0
19352024-05-31T06:05:12.197Z Checking colored v2.1.0
19362024-05-31T06:05:12.370Z Checking socket2 v0.4.9
19372024-05-31T06:05:12.448Z Checking smf v0.2.3
19382024-05-31T06:05:12.473Z Checking parse-display v0.9.0
19392024-05-31T06:05:12.580Z Checking foreign-types v0.5.0
19402024-05-31T06:05:12.661Z Checking humantime v2.1.0
19412024-05-31T06:05:12.700Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19422024-05-31T06:05:12.737Z Checking termcolor v1.2.0
19432024-05-31T06:05:12.810Z Checking arc-swap v1.6.0
19442024-05-31T06:05:12.834Z Checking utf-8 v0.7.6
19452024-05-31T06:05:12.916Z Checking newline-converter v0.3.0
19462024-05-31T06:05:13.071Z Checking expectorate v1.1.0
19472024-05-31T06:05:13.118Z Checking tungstenite v0.20.1
19482024-05-31T06:05:13.186Z Checking slog-scope v4.4.0
19492024-05-31T06:05:13.210Z Checking termtree v0.4.1
19502024-05-31T06:05:13.357Z Checking slog-stdlog v4.1.1
19512024-05-31T06:05:13.384Z Compiling heapless v0.8.0
19522024-05-31T06:05:13.474Z Checking predicates-tree v1.0.9
19532024-05-31T06:05:13.505Z Checking slog-envlogger v2.2.0
19542024-05-31T06:05:13.534Z Checking num_enum v0.5.11
19552024-05-31T06:05:13.607Z Checking hash32 v0.3.1
19562024-05-31T06:05:13.657Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19572024-05-31T06:05:13.710Z Compiling smoltcp v0.11.0
19582024-05-31T06:05:13.771Z Checking cobs v0.2.3
19592024-05-31T06:05:13.872Z Checking tokio-tungstenite v0.20.1
19602024-05-31T06:05:13.873Z Compiling crucible-workspace-hack v0.1.0
19612024-05-31T06:05:13.909Z Checking embedded-io v0.4.0
19622024-05-31T06:05:13.934Z Checking sigpipe v0.1.3
19632024-05-31T06:05:14.031Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8)
19642024-05-31T06:05:14.090Z Checking postcard v1.0.8
19652024-05-31T06:05:14.169Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8)
19662024-05-31T06:05:14.295Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8)
19672024-05-31T06:05:14.358Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
19682024-05-31T06:05:14.383Z Checking atty v0.2.14
19692024-05-31T06:05:14.383Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19702024-05-31T06:05:14.504Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19712024-05-31T06:05:14.565Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
19722024-05-31T06:05:14.684Z Compiling num-derive v0.4.0
19732024-05-31T06:05:14.857Z Compiling mockall_derive v0.12.1
19742024-05-31T06:05:15.069Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
19752024-05-31T06:05:15.206Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
19762024-05-31T06:05:15.769Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19772024-05-31T06:05:15.794Z Checking downcast v0.11.0
19782024-05-31T06:05:15.958Z Checking fragile v2.0.0
19792024-05-31T06:05:16.031Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19802024-05-31T06:05:16.106Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
19812024-05-31T06:05:16.277Z Checking pem v3.0.4
19822024-05-31T06:05:16.376Z Checking env_logger v0.9.3
19832024-05-31T06:05:16.506Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19842024-05-31T06:05:16.548Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
19852024-05-31T06:05:16.742Z Compiling bitstruct_derive v0.1.0
19862024-05-31T06:05:16.779Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19872024-05-31T06:05:16.805Z Checking ascii v1.1.0
19882024-05-31T06:05:16.831Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19892024-05-31T06:05:16.904Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19902024-05-31T06:05:16.930Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19912024-05-31T06:05:17.046Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19922024-05-31T06:05:17.071Z Checking erased-serde v0.3.31
19932024-05-31T06:05:17.146Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19942024-05-31T06:05:17.174Z Checking serde_arrays v0.1.0
19952024-05-31T06:05:17.277Z Compiling heck v0.3.3
19962024-05-31T06:05:17.306Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
19972024-05-31T06:05:17.480Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8)
19982024-05-31T06:05:17.588Z Checking tungstenite v0.21.0
19992024-05-31T06:05:17.629Z Compiling zone_cfg_derive v0.1.2
20002024-05-31T06:05:17.887Z Checking bitstruct v0.1.1
20012024-05-31T06:05:17.911Z Checking base64 v0.13.1
20022024-05-31T06:05:17.990Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20032024-05-31T06:05:18.228Z Checking ron v0.7.1
20042024-05-31T06:05:18.302Z Checking tokio-tungstenite v0.21.0
20052024-05-31T06:05:18.609Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8)
20062024-05-31T06:05:18.687Z Checking headers-core v0.2.0
20072024-05-31T06:05:18.809Z Checking portpicker v0.1.1
20082024-05-31T06:05:18.851Z Checking zone v0.1.8
20092024-05-31T06:05:18.936Z Checking headers v0.3.9
20102024-05-31T06:05:19.180Z Checking rcgen v0.12.1
20112024-05-31T06:05:19.319Z Checking atomicwrites v0.4.3
20122024-05-31T06:05:19.394Z Checking subprocess v0.2.9
20132024-05-31T06:05:19.486Z Checking linked-hash-map v0.5.6
20142024-05-31T06:05:19.728Z Checking password-hash v0.5.0
20152024-05-31T06:05:19.760Z Checking lru-cache v0.1.2
20162024-05-31T06:05:19.828Z Checking blake2 v0.10.6
20172024-05-31T06:05:19.856Z Checking swrite v0.1.0
20182024-05-31T06:05:19.914Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8)
20192024-05-31T06:05:19.938Z Checking itertools v0.12.1
20202024-05-31T06:05:19.970Z Compiling derive-where v1.2.7
20212024-05-31T06:05:20.129Z Checking resolv-conf v0.7.0
20222024-05-31T06:05:20.181Z Checking half v2.3.1
20232024-05-31T06:05:20.223Z Checking argon2 v0.5.3
20242024-05-31T06:05:20.432Z Checking trust-dns-resolver v0.22.0
20252024-05-31T06:05:20.585Z Compiling cancel-safe-futures v0.1.5
20262024-05-31T06:05:20.785Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20272024-05-31T06:05:20.883Z Checking ciborium-io v0.2.2
20282024-05-31T06:05:20.993Z Checking ciborium-ll v0.2.2
20292024-05-31T06:05:21.290Z Checking ciborium v0.2.2
20302024-05-31T06:05:21.439Z Checking mockall v0.12.1
20312024-05-31T06:05:21.483Z Checking bytecount v0.6.3
20322024-05-31T06:05:21.613Z Checking papergrid v0.11.0
20332024-05-31T06:05:21.644Z Compiling tabled_derive v0.7.0
20342024-05-31T06:05:21.710Z Compiling slog-dtrace v0.3.0
20352024-05-31T06:05:21.827Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
20362024-05-31T06:05:21.969Z Compiling semver v0.1.20
20372024-05-31T06:05:22.138Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20382024-05-31T06:05:22.172Z Checking libsw v3.3.1
20392024-05-31T06:05:22.389Z Compiling rustc_version v0.1.7
20402024-05-31T06:05:22.436Z Checking linear-map v1.2.0
20412024-05-31T06:05:22.535Z Checking owo-colors v4.0.0
20422024-05-31T06:05:22.813Z Compiling newtype_derive v0.1.6
20432024-05-31T06:05:22.837Z Compiling num-rational v0.4.1
20442024-05-31T06:05:23.038Z Compiling unicode-xid v0.2.4
20452024-05-31T06:05:23.079Z Compiling radium v0.7.0
20462024-05-31T06:05:23.198Z Checking num-complex v0.4.5
20472024-05-31T06:05:23.266Z Checking steno v0.4.0
20482024-05-31T06:05:23.500Z Checking nibble_vec v0.1.0
20492024-05-31T06:05:23.660Z Compiling maybe-uninit v2.0.0
20502024-05-31T06:05:23.797Z Checking tabled v0.15.0
20512024-05-31T06:05:23.882Z Checking tap v1.0.1
20522024-05-31T06:05:23.923Z Checking endian-type v0.1.2
20532024-05-31T06:05:23.960Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20542024-05-31T06:05:24.026Z Checking wyz v0.5.1
20552024-05-31T06:05:24.115Z Checking radix_trie v0.2.1
20562024-05-31T06:05:24.163Z Checking num v0.4.2
20572024-05-31T06:05:24.360Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20582024-05-31T06:05:24.477Z Checking fxhash v0.2.1
20592024-05-31T06:05:24.580Z Checking funty v2.0.0
20602024-05-31T06:05:24.621Z Compiling packed_struct v0.10.1
20612024-05-31T06:05:24.997Z Checking crc-catalog v2.2.0
20622024-05-31T06:05:25.081Z Compiling num-bigint-dig v0.8.4
20632024-05-31T06:05:25.140Z Checking crc v3.0.1
20642024-05-31T06:05:25.366Z Checking bitvec v1.0.1
20652024-05-31T06:05:25.429Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20662024-05-31T06:05:25.454Z Compiling packed_struct_codegen v0.10.1
20672024-05-31T06:05:25.478Z Compiling indexmap v1.9.3
20682024-05-31T06:05:25.503Z Checking nodrop v0.1.14
20692024-05-31T06:05:25.589Z Checking array-init v0.0.4
20702024-05-31T06:05:25.675Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20712024-05-31T06:05:25.755Z Checking smallvec v0.6.14
20722024-05-31T06:05:26.059Z Checking pkcs1 v0.7.5
20732024-05-31T06:05:26.343Z Checking signature v2.1.0
20742024-05-31T06:05:26.418Z Checking bitfield v0.14.0
20752024-05-31T06:05:26.455Z Checking hashbrown v0.12.3
20762024-05-31T06:05:26.518Z Checking serde-hex v0.1.0
20772024-05-31T06:05:26.644Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20782024-05-31T06:05:26.845Z Checking env_logger v0.10.0
20792024-05-31T06:05:27.188Z Checking x509-cert v0.2.4
20802024-05-31T06:05:27.721Z Checking ron v0.8.1
20812024-05-31T06:05:27.790Z Checking rsa v0.9.2
20822024-05-31T06:05:27.940Z Checking hashbrown v0.13.2
20832024-05-31T06:05:27.965Z Checking crc-any v2.4.3
20842024-05-31T06:05:28.255Z Checking path-slash v0.1.5
20852024-05-31T06:05:28.373Z Checking display-error-chain v0.2.0
20862024-05-31T06:05:28.482Z Compiling convert_case v0.4.0
20872024-05-31T06:05:28.507Z Compiling async-recursion v1.1.0
20882024-05-31T06:05:28.576Z Checking maplit v1.0.2
20892024-05-31T06:05:28.668Z Compiling buf-list v1.0.3
20902024-05-31T06:05:28.769Z Checking object v0.30.4
20912024-05-31T06:05:28.795Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20922024-05-31T06:05:29.289Z Compiling derive_more v0.99.17
20932024-05-31T06:05:29.507Z Checking gethostname v0.4.3
20942024-05-31T06:05:29.631Z Compiling libefi-sys v0.1.0
20952024-05-31T06:05:29.752Z Compiling parking_lot_core v0.8.6
20962024-05-31T06:05:29.898Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20972024-05-31T06:05:30.276Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20982024-05-31T06:05:30.362Z Checking keccak v0.1.4
20992024-05-31T06:05:30.437Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
21002024-05-31T06:05:30.498Z Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21012024-05-31T06:05:30.568Z Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
21022024-05-31T06:05:30.612Z Checking sha3 v0.10.8
21032024-05-31T06:05:30.732Z Checking parking_lot v0.11.2
21042024-05-31T06:05:30.857Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21052024-05-31T06:05:30.936Z Checking trust-dns-client v0.22.0
21062024-05-31T06:05:31.031Z Compiling synstructure v0.12.6
21072024-05-31T06:05:31.066Z Checking toml v0.5.11
21082024-05-31T06:05:31.945Z Checking secrecy v0.8.0
21092024-05-31T06:05:32.120Z Compiling pin-project-internal v1.1.3
21102024-05-31T06:05:32.226Z Checking trust-dns-server v0.22.1
21112024-05-31T06:05:32.567Z Compiling zerocopy-derive v0.2.0
21122024-05-31T06:05:33.430Z Checking sled v0.34.7
21132024-05-31T06:05:33.526Z Compiling vte_generate_state_changes v0.1.1
21142024-05-31T06:05:34.063Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
21152024-05-31T06:05:34.221Z Checking vte v0.11.1
21162024-05-31T06:05:34.278Z Checking fd-lock v4.0.2
21172024-05-31T06:05:34.339Z Compiling glob v0.3.1
21182024-05-31T06:05:34.633Z Checking pin-project v1.1.3
21192024-05-31T06:05:34.694Z Compiling usdt-impl v0.3.5
21202024-05-31T06:05:34.743Z Checking nu-ansi-term v0.50.0
21212024-05-31T06:05:34.969Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21222024-05-31T06:05:35.145Z Compiling zerocopy v0.3.0
21232024-05-31T06:05:35.246Z Compiling prettyplease v0.2.19
21242024-05-31T06:05:35.284Z Checking strip-ansi-escapes v0.2.0
21252024-05-31T06:05:35.309Z Compiling platforms v3.0.2
21262024-05-31T06:05:35.413Z Checking reedline v0.31.0
21272024-05-31T06:05:35.518Z Compiling dtrace-parser v0.1.14
21282024-05-31T06:05:35.611Z Compiling snafu-derive v0.8.2
21292024-05-31T06:05:35.761Z Compiling dof v0.1.5
21302024-05-31T06:05:36.545Z Checking globset v0.4.13
21312024-05-31T06:05:36.844Z Checking olpc-cjson v0.1.3
21322024-05-31T06:05:36.900Z Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
21332024-05-31T06:05:37.035Z Compiling serde_tokenstream v0.1.7
21342024-05-31T06:05:37.101Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21352024-05-31T06:05:37.125Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21362024-05-31T06:05:37.468Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21372024-05-31T06:05:37.569Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21382024-05-31T06:05:38.422Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21392024-05-31T06:05:38.605Z Checking serde_plain v1.0.2
21402024-05-31T06:05:39.313Z Compiling memoffset v0.7.1
21412024-05-31T06:05:39.428Z Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21422024-05-31T06:05:39.561Z Compiling crunchy v0.2.2
21432024-05-31T06:05:39.909Z Checking typed-path v0.7.0
21442024-05-31T06:05:40.289Z Checking snafu v0.8.2
21452024-05-31T06:05:40.386Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
21462024-05-31T06:05:40.679Z Compiling curve25519-dalek v4.1.2
21472024-05-31T06:05:40.705Z Checking fs-err v2.11.0
21482024-05-31T06:05:40.882Z Compiling clang-sys v1.6.1
21492024-05-31T06:05:40.907Z Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
21502024-05-31T06:05:41.223Z Compiling unicase v2.7.0
21512024-05-31T06:05:41.394Z Compiling tiny-keccak v2.0.2
21522024-05-31T06:05:41.418Z Checking parse-size v1.0.0
21532024-05-31T06:05:41.537Z Checking tough v0.17.1
21542024-05-31T06:05:41.818Z Compiling usdt-macro v0.3.5
21552024-05-31T06:05:41.843Z Compiling usdt-attr-macro v0.3.5
21562024-05-31T06:05:42.030Z Checking universal-hash v0.5.1
21572024-05-31T06:05:42.166Z Compiling thiserror-impl-no-std v2.0.2
21582024-05-31T06:05:42.197Z Compiling curve25519-dalek-derive v0.1.0
21592024-05-31T06:05:42.620Z Checking nanorand v0.7.0
21602024-05-31T06:05:42.942Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21612024-05-31T06:05:42.967Z Checking opaque-debug v0.3.0
21622024-05-31T06:05:42.967Z Compiling salty v0.2.0
21632024-05-31T06:05:43.054Z Checking signature v1.6.4
21642024-05-31T06:05:43.082Z Compiling cfg_aliases v0.1.1
21652024-05-31T06:05:43.179Z Checking ed25519 v1.5.3
21662024-05-31T06:05:43.205Z Compiling nix v0.28.0
21672024-05-31T06:05:43.294Z Checking usdt v0.3.5
21682024-05-31T06:05:43.339Z Checking poly1305 v0.8.0
21692024-05-31T06:05:43.468Z Checking flume v0.11.0
21702024-05-31T06:05:43.492Z Compiling ascii-canvas v3.0.0
21712024-05-31T06:05:43.766Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21722024-05-31T06:05:43.884Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21732024-05-31T06:05:43.936Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21742024-05-31T06:05:44.105Z Checking chacha20 v0.9.1
21752024-05-31T06:05:44.361Z Checking aead v0.5.2
21762024-05-31T06:05:44.465Z Checking serde-big-array v0.5.1
21772024-05-31T06:05:44.514Z Checking kstat-rs v0.2.3
21782024-05-31T06:05:44.558Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21792024-05-31T06:05:44.653Z Compiling ena v0.14.2
21802024-05-31T06:05:44.803Z Compiling libloading v0.7.4
21812024-05-31T06:05:44.828Z Checking thiserror-no-std v2.0.2
21822024-05-31T06:05:44.926Z Compiling diff v0.1.13
21832024-05-31T06:05:45.009Z Compiling regex-syntax v0.6.29
21842024-05-31T06:05:45.174Z Compiling bindgen v0.69.2
21852024-05-31T06:05:45.238Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
21862024-05-31T06:05:45.356Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21872024-05-31T06:05:45.386Z Checking vsss-rs v3.3.4
21882024-05-31T06:05:45.571Z Checking chacha20poly1305 v0.10.1
21892024-05-31T06:05:46.133Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
21902024-05-31T06:05:46.353Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21912024-05-31T06:05:46.598Z Checking signal-hook-tokio v0.3.1
21922024-05-31T06:05:46.774Z Compiling cexpr v0.6.0
21932024-05-31T06:05:47.088Z Checking serde-big-array v0.4.1
21942024-05-31T06:05:47.250Z Compiling which v4.4.0
21952024-05-31T06:05:47.835Z Compiling lalrpop v0.19.12
21962024-05-31T06:05:48.074Z Compiling shlex v1.3.0
21972024-05-31T06:05:48.230Z Compiling ref-cast v1.0.22
21982024-05-31T06:05:48.433Z Compiling lazycell v1.3.0
21992024-05-31T06:05:48.494Z Compiling rustc-hash v1.1.0
22002024-05-31T06:05:48.592Z Compiling peeking_take_while v0.1.2
22012024-05-31T06:05:48.638Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22022024-05-31T06:05:48.889Z Compiling mime_guess v2.0.4
22032024-05-31T06:05:49.947Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
22042024-05-31T06:05:50.026Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22052024-05-31T06:05:50.278Z Compiling derive_builder_core v0.20.0
22062024-05-31T06:05:51.527Z Compiling peg-macros v0.8.3
22072024-05-31T06:05:51.914Z Compiling ref-cast-impl v1.0.22
22082024-05-31T06:05:52.334Z Compiling sqlparser_derive v0.2.2
22092024-05-31T06:05:52.880Z Compiling libxml v0.3.3
22102024-05-31T06:05:53.169Z Checking unicode_categories v0.1.1
22112024-05-31T06:05:53.241Z Checking corncobs v0.1.3
22122024-05-31T06:05:53.409Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22132024-05-31T06:05:53.433Z Checking sqlformat v0.2.3
22142024-05-31T06:05:53.457Z Checking rustyline v14.0.0
22152024-05-31T06:05:53.584Z Checking sqlparser v0.45.0
22162024-05-31T06:05:54.571Z Checking peg v0.8.3
22172024-05-31T06:05:54.693Z Compiling derive_builder_macro v0.20.0
22182024-05-31T06:05:54.871Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
22192024-05-31T06:05:55.163Z Checking bcs v0.1.6
22202024-05-31T06:05:55.598Z Compiling strum_macros v0.24.3
22212024-05-31T06:05:55.623Z Compiling cookie v0.18.1
22222024-05-31T06:05:55.905Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
22232024-05-31T06:05:56.159Z Compiling indoc v1.0.9
22242024-05-31T06:05:56.205Z Checking highway v1.1.0
22252024-05-31T06:05:56.733Z Checking derive_builder v0.20.0
22262024-05-31T06:05:57.361Z Compiling const_format_proc_macros v0.2.32
22272024-05-31T06:05:58.463Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
22282024-05-31T06:05:58.488Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
22292024-05-31T06:05:58.712Z Checking bb8 v0.8.3
22302024-05-31T06:05:58.737Z Checking quick-xml v0.31.0
22312024-05-31T06:05:58.796Z Compiling oso-derive v0.27.3
22322024-05-31T06:05:59.088Z Compiling impl-trait-for-tuples v0.2.2
22332024-05-31T06:05:59.217Z Checking http-range v0.1.5
22342024-05-31T06:05:59.367Z Checking hyper-staticfile v0.9.5
22352024-05-31T06:05:59.700Z Checking const_format v0.2.32
22362024-05-31T06:05:59.728Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
22372024-05-31T06:06:00.135Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
22382024-05-31T06:06:00.598Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
22392024-05-31T06:06:00.740Z Checking assert_matches v1.5.0
22402024-05-31T06:06:00.826Z Checking rand_seeder v0.2.3
22412024-05-31T06:06:00.948Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22422024-05-31T06:06:01.030Z Compiling portable-atomic v1.4.3
22432024-05-31T06:06:01.205Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
22442024-05-31T06:06:01.434Z Checking number_prefix v0.4.0
22452024-05-31T06:06:01.593Z Checking castaway v0.2.2
22462024-05-31T06:06:01.731Z Checking compact_str v0.7.1
22472024-05-31T06:06:02.168Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
22482024-05-31T06:06:02.357Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
22492024-05-31T06:06:02.403Z Checking lru v0.12.1
22502024-05-31T06:06:02.618Z Compiling stability v0.2.0
22512024-05-31T06:06:02.644Z Checking cassowary v0.3.0
22522024-05-31T06:06:02.775Z Checking indicatif v0.17.8
22532024-05-31T06:06:02.983Z Compiling indoc v2.0.3
22542024-05-31T06:06:03.428Z Checking smawk v0.3.1
22552024-05-31T06:06:03.453Z Checking unicode-linebreak v0.1.5
22562024-05-31T06:06:03.591Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22572024-05-31T06:06:03.616Z Checking is_ci v1.2.0
22582024-05-31T06:06:03.730Z Checking supports-color v3.0.0
22592024-05-31T06:06:03.790Z Checking textwrap v0.16.1
22602024-05-31T06:06:03.883Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
22612024-05-31T06:06:03.908Z Checking fatfs v0.3.6
22622024-05-31T06:06:03.933Z Checking ratatui v0.26.2
22632024-05-31T06:06:04.117Z Checking rtoolbox v0.0.1
22642024-05-31T06:06:04.281Z Checking rpassword v7.3.1
22652024-05-31T06:06:04.408Z Checking shell-words v1.1.0
22662024-05-31T06:06:04.709Z Checking yansi v0.5.1
22672024-05-31T06:06:04.734Z Compiling target-lexicon v0.12.13
22682024-05-31T06:06:04.946Z Checking pretty_assertions v1.4.0
22692024-05-31T06:06:05.123Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
22702024-05-31T06:06:05.278Z Compiling doc-comment v0.3.3
22712024-05-31T06:06:05.604Z Checking plotters-backend v0.3.5
22722024-05-31T06:06:05.839Z Compiling guppy-workspace-hack v0.1.0
22732024-05-31T06:06:06.119Z Checking plotters-svg v0.3.5
22742024-05-31T06:06:06.371Z Checking tui-tree-widget v0.19.0
22752024-05-31T06:06:06.412Z Checking http-body v1.0.0
22762024-05-31T06:06:06.586Z Compiling assert_cmd v2.0.14
22772024-05-31T06:06:06.611Z Compiling target-spec v3.1.0
22782024-05-31T06:06:06.646Z Checking tower-layer v0.3.2
22792024-05-31T06:06:06.719Z Checking cast v0.3.0
22802024-05-31T06:06:06.874Z Checking tower v0.4.13
22812024-05-31T06:06:06.960Z Checking cfg-expr v0.15.6
22822024-05-31T06:06:06.985Z Checking criterion-plot v0.5.0
22832024-05-31T06:06:07.099Z Checking hyper v1.1.0
22842024-05-31T06:06:07.481Z Checking plotters v0.3.5
22852024-05-31T06:06:07.620Z Checking tinytemplate v1.2.1
22862024-05-31T06:06:07.644Z Checking cargo-platform v0.1.3
22872024-05-31T06:06:07.886Z Checking anes v0.1.6
22882024-05-31T06:06:07.945Z Checking oorandom v11.1.3
22892024-05-31T06:06:08.078Z Checking hyper-util v0.1.2
22902024-05-31T06:06:08.103Z Checking cargo_metadata v0.18.1
22912024-05-31T06:06:08.494Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
22922024-05-31T06:06:08.728Z Checking rustls-native-certs v0.7.0
22932024-05-31T06:06:08.851Z Checking httptest v0.15.5
22942024-05-31T06:06:08.942Z Checking criterion v0.5.1
22952024-05-31T06:06:09.297Z Checking pathdiff v0.2.1
22962024-05-31T06:06:09.402Z Checking nested v0.1.1
22972024-05-31T06:06:09.436Z Checking hyper-rustls v0.26.0
22982024-05-31T06:06:09.462Z Checking escape8259 v0.5.2
22992024-05-31T06:06:09.580Z Checking guppy v0.17.5
23002024-05-31T06:06:09.626Z Checking threadpool v1.8.1
23012024-05-31T06:06:09.799Z Checking libtest-mimic v0.7.2
23022024-05-31T06:06:10.177Z Checking similar-asserts v1.5.0
23032024-05-31T06:06:10.361Z Checking fancy-regex v0.13.0
23042024-05-31T06:06:10.407Z Compiling rstest_macros v0.19.0
23052024-05-31T06:06:10.982Z Checking datatest-stable v0.2.9
23062024-05-31T06:06:11.276Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
23072024-05-31T06:06:11.352Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
23082024-05-31T06:06:11.405Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
23092024-05-31T06:06:11.666Z Checking csv-core v0.1.11
23102024-05-31T06:06:11.724Z Compiling trybuild v1.0.91
23112024-05-31T06:06:11.855Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23122024-05-31T06:06:11.930Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23132024-05-31T06:06:11.958Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23142024-05-31T06:06:12.070Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23152024-05-31T06:06:12.473Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
23162024-05-31T06:06:13.275Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
23172024-05-31T06:06:14.093Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23182024-05-31T06:06:14.418Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23192024-05-31T06:06:14.860Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23202024-05-31T06:06:15.531Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23212024-05-31T06:06:15.583Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23222024-05-31T06:06:15.915Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23232024-05-31T06:06:16.860Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23242024-05-31T06:06:16.929Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23252024-05-31T06:06:18.641Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23262024-05-31T06:06:18.641Z Checking constant_time_eq v0.2.6
23272024-05-31T06:06:18.641Z Compiling relative-path v1.9.0
23282024-05-31T06:06:18.924Z Checking blake2b_simd v1.0.1
23292024-05-31T06:06:19.661Z Checking csv v1.3.0
23302024-05-31T06:06:20.458Z Checking multimap v0.10.0
23312024-05-31T06:06:20.708Z Checking futures-timer v3.0.2
23322024-05-31T06:06:21.709Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23332024-05-31T06:06:22.065Z Checking rust-argon2 v2.1.0
23342024-05-31T06:06:23.217Z Checking partial-io v0.5.4
23352024-05-31T06:06:23.511Z Checking approx v0.5.1
23362024-05-31T06:06:23.689Z Checking uzers v0.11.3
23372024-05-31T06:06:23.969Z Checking termios v0.3.3
23382024-05-31T06:06:24.131Z Checking hex-literal v0.4.1
23392024-05-31T06:06:24.247Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
23402024-05-31T06:06:25.748Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23412024-05-31T06:06:26.404Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23422024-05-31T06:06:26.451Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23432024-05-31T06:06:26.483Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
23442024-05-31T06:06:26.827Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23452024-05-31T06:06:27.123Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23462024-05-31T06:06:27.865Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
23472024-05-31T06:06:29.702Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
23482024-05-31T06:06:30.296Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
23492024-05-31T06:06:30.454Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
23502024-05-31T06:06:31.058Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23512024-05-31T06:06:31.762Z Checking rstest v0.19.0
23522024-05-31T06:06:31.894Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
23532024-05-31T06:06:33.368Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
23542024-05-31T06:06:34.337Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
23552024-05-31T06:06:35.671Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
23562024-05-31T06:06:37.901Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23572024-05-31T06:06:38.116Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
23582024-05-31T06:06:38.976Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
23592024-05-31T06:06:39.360Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
23602024-05-31T06:06:39.979Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
23612024-05-31T06:06:40.552Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
23622024-05-31T06:06:45.245Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
23632024-05-31T06:06:48.002Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23642024-05-31T06:06:48.270Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
23652024-05-31T06:06:48.864Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23662024-05-31T06:07:01.407Z Compiling samael v0.0.15
23672024-05-31T06:07:10.817Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
23682024-05-31T06:07:20.584Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
23692024-05-31T06:07:25.298Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
23702024-05-31T06:07:31.163Z Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
23712024-05-31T06:07:40.815Z Compiling polar-core v0.27.3
23722024-05-31T06:07:49.804Z Checking oso v0.27.3
23732024-05-31T06:08:25.098Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
23742024-05-31T06:08:25.098Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
23752024-05-31T06:08:25.122Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
23762024-05-31T06:09:43.946Z Finished dev [unoptimized + debuginfo] target(s) in 6m 17s
23772024-05-31T06:09:44.165Z
23782024-05-31T06:09:44.190Zreal 7:10.529114506
23792024-05-31T06:09:44.190Zuser 32:40.413883290
23802024-05-31T06:09:44.190Zsys 6:16.564617201
23812024-05-31T06:09:44.190Ztrap 0.949402930
23822024-05-31T06:09:44.190Ztflt 0.608729543
23832024-05-31T06:09:44.190Zdflt 1.767584611
23842024-05-31T06:09:44.190Zkflt 0.002852744
23852024-05-31T06:09:44.190Zlock 49:48.610885066
23862024-05-31T06:09:44.190Zslp 1:39:16.032071325
23872024-05-31T06:09:44.190Zlat 1:46.980607303
23882024-05-31T06:09:44.190Zstop 4:35.007574416
23892024-05-31T06:09:45.395Zwarning: output filename collision.
23902024-05-31T06:09:45.395ZThe lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)`.
23912024-05-31T06:09:45.395ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html
23922024-05-31T06:09:45.395ZThe targets should have unique names.
23932024-05-31T06:09:45.396ZThis is a known bug where multiple crates with the same name use
23942024-05-31T06:09:45.396Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23952024-05-31T06:09:45.396Zwarning: output filename collision.
23962024-05-31T06:09:45.396ZThe lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` 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=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)`.
23972024-05-31T06:09:45.396ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html
23982024-05-31T06:09:45.396ZThe targets should have unique names.
23992024-05-31T06:09:45.396ZThis is a known bug where multiple crates with the same name use
24002024-05-31T06:09:45.396Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24012024-05-31T06:09:45.443Zwarning: output filename collision.
24022024-05-31T06:09:45.443ZThe 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)`.
24032024-05-31T06:09:45.443ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
24042024-05-31T06:09:45.443ZThe targets should have unique names.
24052024-05-31T06:09:45.443ZThis is a known bug where multiple crates with the same name use
24062024-05-31T06:09:45.443Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24072024-05-31T06:09:45.443Zwarning: output filename collision.
24082024-05-31T06:09:45.443ZThe 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)`.
24092024-05-31T06:09:45.443ZColliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html
24102024-05-31T06:09:45.443ZThe targets should have unique names.
24112024-05-31T06:09:45.443ZThis is a known bug where multiple crates with the same name use
24122024-05-31T06:09:45.443Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24132024-05-31T06:09:45.443Zwarning: output filename collision.
24142024-05-31T06:09:45.443ZThe lib target `nix` in package `nix v0.28.0` 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)`.
24152024-05-31T06:09:45.443ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html
24162024-05-31T06:09:45.443ZThe targets should have unique names.
24172024-05-31T06:09:45.443ZThis is a known bug where multiple crates with the same name use
24182024-05-31T06:09:45.443Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24192024-05-31T06:09:45.444Zwarning: output filename collision.
24202024-05-31T06:09:45.444ZThe 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)`.
24212024-05-31T06:09:45.444ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
24222024-05-31T06:09:45.444ZThe targets should have unique names.
24232024-05-31T06:09:45.444ZThis is a known bug where multiple crates with the same name use
24242024-05-31T06:09:45.444Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24252024-05-31T06:09:45.444Zwarning: output filename collision.
24262024-05-31T06:09:45.444ZThe lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)`.
24272024-05-31T06:09:45.444ZColliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html
24282024-05-31T06:09:45.444ZThe targets should have unique names.
24292024-05-31T06:09:45.444ZThis is a known bug where multiple crates with the same name use
24302024-05-31T06:09:45.444Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24312024-05-31T06:09:45.444Zwarning: output filename collision.
24322024-05-31T06:09:45.444ZThe 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)`.
24332024-05-31T06:09:45.444ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
24342024-05-31T06:09:45.444ZThe targets should have unique names.
24352024-05-31T06:09:45.444ZThis is a known bug where multiple crates with the same name use
24362024-05-31T06:09:45.444Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24372024-05-31T06:09:45.444Zwarning: output filename collision.
24382024-05-31T06:09:45.444ZThe 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`.
24392024-05-31T06:09:45.444ZColliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html
24402024-05-31T06:09:45.444ZThe targets should have unique names.
24412024-05-31T06:09:45.444ZThis is a known bug where multiple crates with the same name use
24422024-05-31T06:09:45.444Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24432024-05-31T06:09:46.036Z Documenting libc v0.2.153
24442024-05-31T06:09:46.064Z Documenting cfg-if v1.0.0
24452024-05-31T06:09:46.089Z Documenting serde_derive v1.0.201
24462024-05-31T06:09:46.113Z Documenting log v0.4.21
24472024-05-31T06:09:46.113Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24482024-05-31T06:09:46.138Z Documenting memchr v2.7.1
24492024-05-31T06:09:46.162Z Documenting byteorder v1.5.0
24502024-05-31T06:09:46.186Z Documenting itoa v1.0.9
24512024-05-31T06:09:46.402Z Documenting smallvec v1.13.1
24522024-05-31T06:09:48.557Z Documenting scopeguard v1.2.0
24532024-05-31T06:09:48.862Z Documenting once_cell v1.19.0
24542024-05-31T06:09:49.162Z Documenting pin-project-lite v0.2.13
24552024-05-31T06:09:49.803Z Documenting libm v0.2.7
24562024-05-31T06:09:49.838Z Documenting zeroize_derive v1.4.2
24572024-05-31T06:09:49.895Z Documenting getrandom v0.2.12
24582024-05-31T06:09:50.441Z Documenting parking_lot_core v0.9.8
24592024-05-31T06:09:51.881Z Documenting signal-hook-registry v1.4.1
24602024-05-31T06:09:52.386Z Documenting lock_api v0.4.10
24612024-05-31T06:09:52.415Z Documenting serde v1.0.201
24622024-05-31T06:09:52.732Z Documenting mio v0.8.11
24632024-05-31T06:09:52.948Z Documenting num-traits v0.2.18
24642024-05-31T06:09:53.895Z Documenting rand_core v0.6.4
24652024-05-31T06:09:54.363Z Documenting thiserror-impl v1.0.59
24662024-05-31T06:09:54.424Z Documenting zeroize v1.7.0
24672024-05-31T06:09:55.670Z Documenting futures-core v0.3.30
24682024-05-31T06:09:56.085Z Documenting parking_lot v0.12.1
24692024-05-31T06:09:57.092Z Documenting ryu v1.0.15
24702024-05-31T06:09:57.402Z Documenting num_cpus v1.16.0
24712024-05-31T06:09:57.727Z Documenting socket2 v0.5.6
24722024-05-31T06:09:57.942Z Documenting tokio-macros v2.2.0
24732024-05-31T06:09:59.095Z Documenting thiserror v1.0.59
24742024-05-31T06:09:59.120Z Documenting zerocopy v0.7.32
24752024-05-31T06:09:59.527Z Documenting futures-sink v0.3.30
24762024-05-31T06:09:59.812Z Documenting typenum v1.16.0
24772024-05-31T06:10:01.382Z Documenting pin-utils v0.1.0
24782024-05-31T06:10:01.869Z Documenting subtle v2.5.0
24792024-05-31T06:10:03.691Z Documenting slab v0.4.9
24802024-05-31T06:10:03.717Z Documenting futures-macro v0.3.30
24812024-05-31T06:10:03.743Z Documenting futures-channel v0.3.30
24822024-05-31T06:10:11.768Z Documenting bytes v1.6.0
24832024-05-31T06:10:14.210Z Documenting bitflags v2.4.2
24842024-05-31T06:10:14.286Z Documenting serde_json v1.0.116
24852024-05-31T06:10:14.342Z Documenting futures-io v0.3.30
24862024-05-31T06:10:14.366Z Documenting iana-time-zone v0.1.57
24872024-05-31T06:10:14.420Z Documenting futures-task v0.3.30
24882024-05-31T06:10:14.616Z Documenting uuid v1.8.0
24892024-05-31T06:10:15.407Z Documenting generic-array v0.14.7
24902024-05-31T06:10:15.626Z Documenting tokio v1.37.0
24912024-05-31T06:10:18.055Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24922024-05-31T06:10:18.104Z Documenting futures-util v0.3.30
24932024-05-31T06:10:18.251Z Documenting chrono v0.4.38
24942024-05-31T06:10:18.496Z Documenting ahash v0.8.8
24952024-05-31T06:10:18.951Z Documenting allocator-api2 v0.2.16
24962024-05-31T06:10:19.002Z Documenting tinyvec_macros v0.1.1
24972024-05-31T06:10:19.469Z Documenting crypto-common v0.1.6
24982024-05-31T06:10:21.502Z Documenting const-oid v0.9.6
24992024-05-31T06:10:22.010Z Documenting tinyvec v1.6.0
25002024-05-31T06:10:22.774Z Documenting hashbrown v0.14.3
25012024-05-31T06:10:23.708Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25022024-05-31T06:10:23.878Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25032024-05-31T06:10:23.940Z Documenting tracing-core v0.1.32
25042024-05-31T06:10:24.533Z Documenting tracing-attributes v0.1.27
25052024-05-31T06:10:25.117Z Documenting serde_derive_internals v0.29.0
25062024-05-31T06:10:25.431Z Checking serde_derive_internals v0.29.0
25072024-05-31T06:10:25.930Z Documenting dyn-clone v1.0.17
25082024-05-31T06:10:26.390Z Documenting unicode-normalization v0.1.22
25092024-05-31T06:10:26.682Z Documenting ppv-lite86 v0.2.17
25102024-05-31T06:10:28.189Z Documenting unicode-bidi v0.3.15
25112024-05-31T06:10:28.827Z Documenting lazy_static v1.4.0
25122024-05-31T06:10:29.456Z Documenting rand_chacha v0.3.1
25132024-05-31T06:10:29.900Z Documenting percent-encoding v2.3.1
25142024-05-31T06:10:30.426Z Documenting schemars_derive v0.8.17
25152024-05-31T06:10:30.460Z Documenting block-buffer v0.10.4
25162024-05-31T06:10:31.441Z Documenting fnv v1.0.7
25172024-05-31T06:10:33.795Z Documenting rand v0.8.5
25182024-05-31T06:10:33.820Z Documenting equivalent v1.0.1
25192024-05-31T06:10:33.844Z Documenting powerfmt v0.2.0
25202024-05-31T06:10:34.522Z Documenting digest v0.10.7
25212024-05-31T06:10:35.058Z Documenting form_urlencoded v1.2.1
25222024-05-31T06:10:35.630Z Documenting schemars v0.8.17
25232024-05-31T06:10:36.485Z Documenting indexmap v2.2.6
25242024-05-31T06:10:36.638Z Documenting deranged v0.3.11
25252024-05-31T06:10:38.237Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25262024-05-31T06:10:38.548Z Documenting time-macros v0.2.17
25272024-05-31T06:10:39.011Z Documenting num_threads v0.1.6
25282024-05-31T06:10:40.466Z Documenting tracing v0.1.40
25292024-05-31T06:10:45.697Z Documenting time-core v0.1.2
25302024-05-31T06:10:50.003Z Documenting unicode-width v0.1.11
25312024-05-31T06:10:50.070Z Documenting num-conv v0.1.0
25322024-05-31T06:10:50.095Z Documenting idna v0.5.0
25332024-05-31T06:10:50.134Z Documenting errno v0.3.8
25342024-05-31T06:10:50.378Z Documenting adler v1.0.2
25352024-05-31T06:10:50.795Z Documenting unicode-ident v1.0.12
25362024-05-31T06:10:52.017Z Documenting slog v2.7.0
25372024-05-31T06:10:52.615Z Documenting httparse v1.8.0
25382024-05-31T06:10:52.760Z Documenting time v0.3.34
25392024-05-31T06:10:53.022Z Documenting miniz_oxide v0.7.1
25402024-05-31T06:10:53.492Z Documenting proc-macro2 v1.0.81
25412024-05-31T06:10:54.010Z Documenting rustix v0.38.31
25422024-05-31T06:10:54.380Z Documenting url v2.5.0
25432024-05-31T06:10:56.104Z Documenting cpufeatures v0.2.12
25442024-05-31T06:10:56.245Z Documenting async-trait v0.1.80
25452024-05-31T06:10:56.575Z Documenting httpdate v1.0.3
25462024-05-31T06:10:57.881Z Documenting quote v1.0.36
25472024-05-31T06:10:58.344Z Documenting try-lock v0.2.4
25482024-05-31T06:10:58.526Z Documenting http-body v0.4.5
25492024-05-31T06:10:58.652Z Documenting tokio-util v0.7.10
25502024-05-31T06:10:58.744Z Documenting aho-corasick v1.1.2
25512024-05-31T06:11:00.209Z Documenting openssl-sys v0.9.102
25522024-05-31T06:11:00.721Z Documenting openssl-macros v0.1.1
25532024-05-31T06:11:01.202Z Documenting want v0.3.1
25542024-05-31T06:11:01.265Z Documenting mime v0.3.17
25552024-05-31T06:11:02.000Z Documenting syn v2.0.60
25562024-05-31T06:11:02.888Z Documenting gimli v0.28.0
25572024-05-31T06:11:03.756Z Documenting tower-service v0.3.2
25582024-05-31T06:11:04.515Z Documenting h2 v0.3.26
25592024-05-31T06:11:05.012Z Documenting regex-syntax v0.8.2
25602024-05-31T06:11:05.172Z Documenting object v0.32.1
25612024-05-31T06:11:05.197Z Documenting openssl-probe v0.1.5
25622024-05-31T06:11:06.152Z Documenting openssl v0.10.64
25632024-05-31T06:11:07.585Z Documenting rustc-demangle v0.1.23
25642024-05-31T06:11:08.660Z Documenting addr2line v0.21.0
25652024-05-31T06:11:09.366Z Documenting ipnet v2.9.0
25662024-05-31T06:11:10.356Z Documenting base64ct v1.6.0
25672024-05-31T06:11:11.113Z Documenting regex-automata v0.4.5
25682024-05-31T06:11:12.018Z Documenting futures-executor v0.3.30
25692024-05-31T06:11:13.312Z Documenting encoding_rs v0.8.33
25702024-05-31T06:11:13.540Z Documenting hyper v0.14.28
25712024-05-31T06:11:13.919Z Documenting psl-types v2.0.11
25722024-05-31T06:11:14.150Z Documenting native-tls v0.2.11
25732024-05-31T06:11:15.666Z Documenting backtrace v0.3.69
25742024-05-31T06:11:16.169Z Documenting serde_urlencoded v0.7.1
25752024-05-31T06:11:16.776Z Documenting publicsuffix v2.2.3
25762024-05-31T06:11:17.709Z Checking pest_meta v2.7.6
25772024-05-31T06:11:18.464Z Documenting crossbeam-utils v0.8.19
25782024-05-31T06:11:18.985Z Documenting tokio-native-tls v0.3.1
25792024-05-31T06:11:19.666Z Documenting regex v1.10.4
25802024-05-31T06:11:20.263Z Documenting utf8parse v0.2.1
25812024-05-31T06:11:20.527Z Documenting futures v0.3.30
25822024-05-31T06:11:20.718Z Documenting anyhow v1.0.82
25832024-05-31T06:11:20.776Z Documenting cookie_store v0.20.0
25842024-05-31T06:11:22.634Z Documenting pem-rfc7468 v0.7.0
25852024-05-31T06:11:22.941Z Documenting pest_meta v2.7.6
25862024-05-31T06:11:24.213Z Documenting scroll_derive v0.12.0
25872024-05-31T06:11:24.941Z Documenting der_derive v0.7.2
25882024-05-31T06:11:25.008Z Documenting webpki-roots v0.25.2
25892024-05-31T06:11:25.437Z Documenting hyper-rustls v0.24.2
25902024-05-31T06:11:25.740Z Documenting hyper-tls v0.5.0
25912024-05-31T06:11:26.455Z Documenting sync_wrapper v0.1.2
25922024-05-31T06:11:26.958Z Documenting flagset v0.4.3
25932024-05-31T06:11:27.860Z Documenting pest_generator v2.7.6
25942024-05-31T06:11:28.488Z Documenting scroll v0.12.0
25952024-05-31T06:11:28.798Z Checking pest_generator v2.7.6
25962024-05-31T06:11:28.991Z Documenting num-integer v0.1.46
25972024-05-31T06:11:29.381Z Documenting ucd-trie v0.1.6
25982024-05-31T06:11:29.491Z Documenting plain v0.2.3
25992024-05-31T06:11:30.134Z Documenting der v0.7.8
26002024-05-31T06:11:31.699Z Documenting openapiv3 v2.0.0
26012024-05-31T06:11:32.259Z Documenting pretty-hex v0.4.1
26022024-05-31T06:11:32.543Z Documenting reqwest v0.11.27
26032024-05-31T06:11:32.650Z Documenting goblin v0.8.0
26042024-05-31T06:11:32.717Z Documenting pest_derive v2.7.6
26052024-05-31T06:11:33.199Z Documenting spin v0.9.8
26062024-05-31T06:11:33.285Z Documenting pest v2.7.6
26072024-05-31T06:11:34.779Z Documenting spki v0.7.2
26082024-05-31T06:11:35.067Z Documenting thread-id v4.2.0
26092024-05-31T06:11:37.007Z Documenting anstyle v1.0.7
26102024-05-31T06:11:37.106Z Documenting either v1.11.0
26112024-05-31T06:11:37.893Z Documenting dtrace-parser v0.2.0
26122024-05-31T06:11:38.459Z Documenting anstyle-parse v0.2.1
26132024-05-31T06:11:39.017Z Documenting pkcs8 v0.10.2
26142024-05-31T06:11:39.096Z Documenting memmap v0.7.0
26152024-05-31T06:11:39.585Z Documenting dof v0.3.0
26162024-05-31T06:11:40.787Z Documenting anstyle-query v1.0.0
26172024-05-31T06:11:41.144Z Documenting data-encoding v2.4.0
26182024-05-31T06:11:41.484Z Documenting colorchoice v1.0.0
26192024-05-31T06:11:41.543Z Documenting crossbeam-epoch v0.9.18
26202024-05-31T06:11:41.882Z Documenting terminal_size v0.3.0
26212024-05-31T06:11:42.974Z Documenting sha2 v0.10.8
26222024-05-31T06:11:43.405Z Documenting ipnetwork v0.20.0
26232024-05-31T06:11:44.162Z Documenting hex v0.4.3
26242024-05-31T06:11:44.660Z Documenting anstream v0.6.11
26252024-05-31T06:11:44.716Z Documenting usdt-impl v0.5.0
26262024-05-31T06:11:45.012Z Documenting crc32fast v1.3.2
26272024-05-31T06:11:45.541Z Documenting strsim v0.11.0
26282024-05-31T06:11:46.245Z Documenting unicode-segmentation v1.10.1
26292024-05-31T06:11:47.573Z Documenting untrusted v0.9.0
26302024-05-31T06:11:48.414Z Documenting clap_lex v0.7.0
26312024-05-31T06:11:48.651Z Documenting num-iter v0.1.44
26322024-05-31T06:11:48.784Z Documenting hmac v0.12.1
26332024-05-31T06:11:48.881Z Documenting signal-hook v0.3.17
26342024-05-31T06:11:49.322Z Documenting clap_derive v4.5.4
26352024-05-31T06:11:49.410Z Documenting static_assertions v1.1.0
26362024-05-31T06:11:50.289Z Documenting ring v0.17.8
26372024-05-31T06:11:50.688Z Documenting usdt v0.5.0
26382024-05-31T06:11:52.274Z Documenting clap_builder v4.5.2
26392024-05-31T06:11:52.313Z Documenting flate2 v1.0.28
26402024-05-31T06:11:52.785Z Documenting managed v0.8.0
26412024-05-31T06:11:52.894Z Documenting signal-hook-mio v0.2.3
26422024-05-31T06:11:53.243Z Documenting enum-as-inner v0.5.1
26432024-05-31T06:11:54.274Z Documenting block-padding v0.3.3
26442024-05-31T06:11:55.353Z Documenting scheduled-thread-pool v0.2.7
26452024-05-31T06:11:55.787Z Documenting bzip2-sys v0.1.11+1.0.8
26462024-05-31T06:11:56.454Z Checking diesel_table_macro_syntax v0.1.0
26472024-05-31T06:11:56.620Z Documenting diesel_table_macro_syntax v0.1.0
26482024-05-31T06:11:56.732Z Documenting md-5 v0.10.5
26492024-05-31T06:11:56.874Z Documenting crossterm v0.27.0
26502024-05-31T06:11:57.671Z Documenting trust-dns-proto v0.22.0
26512024-05-31T06:11:58.328Z Documenting clap v4.5.4
26522024-05-31T06:11:58.543Z Documenting inout v0.1.3
26532024-05-31T06:11:59.364Z Documenting r2d2 v0.8.10
26542024-05-31T06:11:59.731Z Documenting bzip2 v0.4.4
26552024-05-31T06:12:01.216Z Documenting stringprep v0.1.3
26562024-05-31T06:12:01.353Z Documenting diesel_derives v2.1.2
26572024-05-31T06:12:01.950Z Documenting regress v0.9.1
26582024-05-31T06:12:02.875Z Documenting ff v0.13.0
26592024-05-31T06:12:03.605Z Documenting serde_spanned v0.6.5
26602024-05-31T06:12:03.634Z Documenting toml_datetime v0.6.5
26612024-05-31T06:12:03.766Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26622024-05-31T06:12:05.154Z Documenting fallible-iterator v0.2.0
26632024-05-31T06:12:06.104Z Documenting siphasher v0.3.11
26642024-05-31T06:12:07.001Z Documenting winnow v0.6.1
26652024-05-31T06:12:07.775Z Documenting base16ct v0.2.0
26662024-05-31T06:12:07.906Z Documenting bit-vec v0.6.3
26672024-05-31T06:12:07.962Z Documenting group v0.13.0
26682024-05-31T06:12:08.025Z Documenting zip v0.6.6
26692024-05-31T06:12:08.231Z Documenting diesel v2.1.6
26702024-05-31T06:12:08.767Z Documenting phf_shared v0.11.2
26712024-05-31T06:12:09.662Z Documenting postgres-protocol v0.6.6
26722024-05-31T06:12:10.590Z Documenting sec1 v0.7.3
26732024-05-31T06:12:11.473Z Documenting cipher v0.4.4
26742024-05-31T06:12:11.915Z Documenting hkdf v0.12.4
26752024-05-31T06:12:11.967Z Documenting toml_edit v0.22.12
26762024-05-31T06:12:12.146Z Documenting num-bigint v0.4.4
26772024-05-31T06:12:12.613Z Documenting bstr v1.9.0
26782024-05-31T06:12:15.241Z Documenting console v0.15.8
26792024-05-31T06:12:26.036Z Documenting crypto-bigint v0.5.2
26802024-05-31T06:12:35.361Z Documenting hubpack v0.1.2
26812024-05-31T06:12:35.931Z Documenting serde_repr v0.1.16
26822024-05-31T06:12:36.124Z Documenting precomputed-hash v0.1.1
26832024-05-31T06:12:36.218Z Documenting lalrpop-util v0.19.12
26842024-05-31T06:12:36.352Z Checking unsafe-libyaml v0.2.10
26852024-05-31T06:12:36.533Z Documenting fixedbitset v0.4.2
26862024-05-31T06:12:37.373Z Documenting minimal-lexical v0.2.1
26872024-05-31T06:12:38.476Z Documenting heck v0.5.0
26882024-05-31T06:12:47.071Z Documenting new_debug_unreachable v1.0.4
26892024-05-31T06:12:47.201Z Documenting petgraph v0.6.4
26902024-05-31T06:12:47.335Z Documenting yasna v0.5.2
26912024-05-31T06:12:47.432Z Documenting postgres-types v0.2.6
26922024-05-31T06:12:47.575Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
26932024-05-31T06:12:47.682Z Documenting nom v7.1.3
26942024-05-31T06:12:47.829Z Documenting typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
26952024-05-31T06:12:48.106Z Documenting elliptic-curve v0.13.8
26962024-05-31T06:12:49.653Z Documenting string_cache v0.8.7
26972024-05-31T06:12:52.659Z Documenting phf v0.11.2
26982024-05-31T06:12:53.116Z Documenting similar v2.4.0
26992024-05-31T06:12:53.464Z Documenting typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
27002024-05-31T06:12:53.583Z Documenting semver v1.0.22
27012024-05-31T06:12:54.611Z Documenting float-cmp v0.9.0
27022024-05-31T06:13:04.996Z Documenting whoami v1.5.1
27032024-05-31T06:13:05.273Z Documenting normalize-line-endings v0.3.0
27042024-05-31T06:13:05.363Z Documenting unsafe-libyaml v0.2.10
27052024-05-31T06:13:05.558Z Documenting difflib v0.4.0
27062024-05-31T06:13:05.700Z Documenting peg-runtime v0.8.3
27072024-05-31T06:13:05.746Z Documenting predicates-core v1.0.6
27082024-05-31T06:13:05.922Z Documenting typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
27092024-05-31T06:13:06.073Z Checking serde_yaml v0.9.25
27102024-05-31T06:13:07.731Z Documenting bit-set v0.5.3
27112024-05-31T06:13:08.930Z Documenting serde_yaml v0.9.25
27122024-05-31T06:13:09.006Z Documenting tokio-postgres v0.7.10
27132024-05-31T06:13:09.127Z Documenting progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
27142024-05-31T06:13:09.367Z Documenting getopts v0.2.21
27152024-05-31T06:13:09.505Z Documenting tokio-stream v0.1.15
27162024-05-31T06:13:09.668Z Documenting predicates v3.1.0
27172024-05-31T06:13:11.622Z Checking ident_case v1.0.1
27182024-05-31T06:13:11.773Z Checking strsim v0.10.0
27192024-05-31T06:13:11.797Z Documenting is-terminal v0.4.9
27202024-05-31T06:13:11.977Z Checking darling_core v0.20.8
27212024-05-31T06:13:13.281Z Documenting progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
27222024-05-31T06:13:13.638Z Documenting strum v0.26.2
27232024-05-31T06:13:14.541Z Documenting base64 v0.22.1
27242024-05-31T06:13:14.706Z Documenting ident_case v1.0.1
27252024-05-31T06:13:15.101Z Documenting progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
27262024-05-31T06:13:16.059Z Documenting dirs-sys-next v0.1.2
27272024-05-31T06:13:16.402Z Checking darling v0.20.8
27282024-05-31T06:13:16.514Z Documenting sha1 v0.10.6
27292024-05-31T06:13:16.953Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27302024-05-31T06:13:17.413Z Documenting http v1.0.0
27312024-05-31T06:13:18.490Z Documenting camino v1.1.6
27322024-05-31T06:13:18.583Z Documenting darling_core v0.20.8
27332024-05-31T06:13:19.933Z Documenting dirs-next v2.0.0
27342024-05-31T06:13:20.441Z Documenting paste v1.0.14
27352024-05-31T06:13:20.688Z Documenting thread_local v1.1.7
27362024-05-31T06:13:21.094Z Documenting rustls-pki-types v1.3.0
27372024-05-31T06:13:22.660Z Documenting progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
27382024-05-31T06:13:22.685Z Documenting crossbeam-channel v0.5.8
27392024-05-31T06:13:22.848Z Documenting take_mut v0.2.2
27402024-05-31T06:13:23.946Z Documenting term v0.7.0
27412024-05-31T06:13:24.245Z Documenting slog-json v2.6.1
27422024-05-31T06:13:24.569Z Documenting async-stream-impl v0.3.5
27432024-05-31T06:13:25.204Z Documenting rustls-webpki v0.102.1
27442024-05-31T06:13:26.687Z Documenting darling_macro v0.20.8
27452024-05-31T06:13:26.764Z Documenting atomic-waker v1.1.1
27462024-05-31T06:13:27.058Z Documenting slog-async v2.8.0
27472024-05-31T06:13:28.044Z Documenting slog-term v2.9.1
27482024-05-31T06:13:28.837Z Documenting debug-ignore v1.0.5
27492024-05-31T06:13:29.114Z Documenting async-stream v0.3.5
27502024-05-31T06:13:29.465Z Documenting waitgroup v0.1.2
27512024-05-31T06:13:29.777Z Documenting rustls v0.22.4
27522024-05-31T06:13:30.901Z Documenting slog-bunyan v2.5.0
27532024-05-31T06:13:31.053Z Documenting darling v0.20.8
27542024-05-31T06:13:31.563Z Documenting rustls-pemfile v2.1.2
27552024-05-31T06:13:31.819Z Documenting multer v3.1.0
27562024-05-31T06:13:32.946Z Documenting toml v0.8.12
27572024-05-31T06:13:33.048Z Documenting dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
27582024-05-31T06:13:33.225Z Documenting serde_path_to_error v0.1.16
27592024-05-31T06:13:35.201Z Documenting hostname v0.4.0
27602024-05-31T06:13:35.579Z Documenting structmeta-derive v0.3.0
27612024-05-31T06:13:35.975Z Documenting serde_with_macros v3.7.0
27622024-05-31T06:13:36.577Z Documenting newtype-uuid v1.1.0
27632024-05-31T06:13:37.413Z Checking structmeta v0.3.0
27642024-05-31T06:13:37.624Z Documenting instant v0.1.12
27652024-05-31T06:13:37.744Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27662024-05-31T06:13:38.302Z Documenting tokio-rustls v0.25.0
27672024-05-31T06:13:38.528Z Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
27682024-05-31T06:13:39.185Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27692024-05-31T06:13:40.788Z Documenting structmeta v0.3.0
27702024-05-31T06:13:41.200Z Documenting serde_with v3.7.0
27712024-05-31T06:13:41.544Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27722024-05-31T06:13:42.701Z Documenting backoff v0.4.0
27732024-05-31T06:13:42.725Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27742024-05-31T06:13:43.482Z Documenting dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
27752024-05-31T06:13:45.398Z Documenting parse-display-derive v0.9.0
27762024-05-31T06:13:46.081Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27772024-05-31T06:13:46.282Z Documenting macaddr v1.0.1
27782024-05-31T06:13:46.588Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27792024-05-31T06:13:47.660Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27802024-05-31T06:13:49.101Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27812024-05-31T06:13:49.320Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27822024-05-31T06:13:50.017Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27832024-05-31T06:13:50.138Z Documenting fastrand v2.0.1
27842024-05-31T06:13:50.203Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27852024-05-31T06:13:50.459Z Checking proc-macro-crate v1.3.1
27862024-05-31T06:13:50.700Z Documenting proc-macro-crate v1.3.1
27872024-05-31T06:13:50.743Z Documenting parse-display v0.9.0
27882024-05-31T06:13:50.785Z Documenting foreign-types-macros v0.2.3
27892024-05-31T06:13:50.840Z Documenting foreign-types-shared v0.3.1
27902024-05-31T06:13:51.048Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27912024-05-31T06:13:52.324Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27922024-05-31T06:13:53.542Z Documenting cstr-argument v0.1.2
27932024-05-31T06:13:53.965Z Documenting tempfile v3.10.1
27942024-05-31T06:13:54.871Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27952024-05-31T06:13:55.048Z Documenting tabwriter v1.4.0
27962024-05-31T06:13:55.454Z Documenting foreign-types v0.5.0
27972024-05-31T06:13:55.665Z Documenting num_enum_derive v0.5.11
27982024-05-31T06:13:56.062Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27992024-05-31T06:13:57.041Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28002024-05-31T06:13:57.394Z Documenting colored v2.1.0
28012024-05-31T06:13:58.462Z Documenting camino-tempfile v1.1.1
28022024-05-31T06:13:58.758Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28032024-05-31T06:13:59.032Z Documenting hash32 v0.3.1
28042024-05-31T06:13:59.182Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28052024-05-31T06:13:59.302Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
28062024-05-31T06:14:01.162Z Documenting stable_deref_trait v1.2.0
28072024-05-31T06:14:01.780Z Documenting num_enum v0.5.11
28082024-05-31T06:14:02.880Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28092024-05-31T06:14:02.905Z Documenting smf v0.2.3
28102024-05-31T06:14:03.033Z Documenting cobs v0.2.3
28112024-05-31T06:14:03.206Z Documenting embedded-io v0.4.0
28122024-05-31T06:14:03.337Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8)
28132024-05-31T06:14:03.844Z Documenting heapless v0.8.0
28142024-05-31T06:14:05.508Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28152024-05-31T06:14:05.755Z Documenting crucible-workspace-hack v0.1.0
28162024-05-31T06:14:06.051Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8)
28172024-05-31T06:14:06.208Z Documenting postcard v1.0.8
28182024-05-31T06:14:06.910Z Documenting newline-converter v0.3.0
28192024-05-31T06:14:08.300Z Documenting smoltcp v0.11.0
28202024-05-31T06:14:09.536Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28212024-05-31T06:14:10.033Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28222024-05-31T06:14:10.317Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28232024-05-31T06:14:10.513Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
28242024-05-31T06:14:10.735Z Documenting expectorate v1.1.0
28252024-05-31T06:14:11.030Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
28262024-05-31T06:14:11.183Z Documenting sigpipe v0.1.3
28272024-05-31T06:14:13.177Z Documenting num-derive v0.4.0
28282024-05-31T06:14:13.502Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8)
28292024-05-31T06:14:13.923Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28302024-05-31T06:14:14.752Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28312024-05-31T06:14:15.051Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28322024-05-31T06:14:15.459Z Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
28332024-05-31T06:14:15.484Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
28342024-05-31T06:14:16.444Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28352024-05-31T06:14:16.469Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28362024-05-31T06:14:17.068Z Documenting password-hash v0.5.0
28372024-05-31T06:14:17.732Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
28382024-05-31T06:14:19.297Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8)
28392024-05-31T06:14:19.782Z Documenting blake2 v0.10.6
28402024-05-31T06:14:20.058Z Documenting linked-hash-map v0.5.6
28412024-05-31T06:14:20.203Z Documenting proc-macro-error-attr v1.0.4
28422024-05-31T06:14:21.362Z Documenting humantime v2.1.0
28432024-05-31T06:14:22.501Z Checking proc-macro-error v1.0.4
28442024-05-31T06:14:22.745Z Documenting bytecount v0.6.3
28452024-05-31T06:14:24.161Z Documenting lru-cache v0.1.2
28462024-05-31T06:14:24.271Z Documenting proc-macro-error v1.0.4
28472024-05-31T06:14:24.594Z Documenting argon2 v0.5.3
28482024-05-31T06:14:25.217Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8)
28492024-05-31T06:14:25.253Z Documenting derive-where v1.2.7
28502024-05-31T06:14:25.511Z Documenting papergrid v0.11.0
28512024-05-31T06:14:25.560Z Documenting swrite v0.1.0
28522024-05-31T06:14:27.090Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28532024-05-31T06:14:28.028Z Documenting newtype_derive v0.1.6
28542024-05-31T06:14:28.618Z Documenting tabled_derive v0.7.0
28552024-05-31T06:14:29.171Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28562024-05-31T06:14:29.235Z Documenting itertools v0.12.1
28572024-05-31T06:14:29.521Z Documenting quick-error v1.2.3
28582024-05-31T06:14:29.994Z Documenting arc-swap v1.6.0
28592024-05-31T06:14:30.694Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28602024-05-31T06:14:31.474Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8)
28612024-05-31T06:14:31.844Z Documenting steno v0.4.0
28622024-05-31T06:14:33.287Z Documenting tabled v0.15.0
28632024-05-31T06:14:33.433Z Documenting resolv-conf v0.7.0
28642024-05-31T06:14:33.847Z Documenting slog-scope v4.4.0
28652024-05-31T06:14:34.922Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
28662024-05-31T06:14:35.670Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28672024-05-31T06:14:35.697Z Documenting num-rational v0.4.1
28682024-05-31T06:14:37.533Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28692024-05-31T06:14:37.707Z Documenting trust-dns-resolver v0.22.0
28702024-05-31T06:14:37.835Z Documenting slog-stdlog v4.1.1
28712024-05-31T06:14:39.599Z Documenting num-complex v0.4.5
28722024-05-31T06:14:39.940Z Documenting filetime v0.2.23
28732024-05-31T06:14:40.099Z Documenting xattr v1.0.1
28742024-05-31T06:14:41.959Z Documenting slog-envlogger v2.2.0
28752024-05-31T06:14:43.839Z Documenting tap v1.0.1
28762024-05-31T06:14:44.137Z Documenting num v0.4.2
28772024-05-31T06:14:44.238Z Documenting tar v0.4.40
28782024-05-31T06:14:45.902Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28792024-05-31T06:14:45.962Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28802024-05-31T06:14:46.564Z Documenting wyz v0.5.1
28812024-05-31T06:14:47.022Z Documenting radium v0.7.0
28822024-05-31T06:14:47.198Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28832024-05-31T06:14:47.396Z Documenting nibble_vec v0.1.0
28842024-05-31T06:14:47.972Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28852024-05-31T06:14:48.367Z Documenting endian-type v0.1.2
28862024-05-31T06:14:49.236Z Documenting funty v2.0.0
28872024-05-31T06:14:49.497Z Documenting crc-catalog v2.2.0
28882024-05-31T06:14:49.837Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28892024-05-31T06:14:50.286Z Documenting cancel-safe-futures v0.1.5
28902024-05-31T06:14:51.053Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28912024-05-31T06:14:51.360Z Documenting packed_struct_codegen v0.10.1
28922024-05-31T06:14:51.924Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28932024-05-31T06:14:52.159Z Documenting radix_trie v0.2.1
28942024-05-31T06:14:52.407Z Documenting bitvec v1.0.1
28952024-05-31T06:14:52.481Z Documenting crc v3.0.1
28962024-05-31T06:14:52.611Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28972024-05-31T06:14:55.336Z Documenting nodrop v0.1.14
28982024-05-31T06:14:55.432Z Documenting same-file v1.0.6
28992024-05-31T06:14:56.406Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29002024-05-31T06:14:56.564Z Documenting num-bigint-dig v0.8.4
29012024-05-31T06:14:57.455Z Documenting packed_struct v0.10.1
29022024-05-31T06:14:58.014Z Documenting array-init v0.0.4
29032024-05-31T06:14:59.205Z Documenting walkdir v2.5.0
29042024-05-31T06:14:59.268Z Documenting pkcs1 v0.7.5
29052024-05-31T06:15:00.944Z Documenting signature v2.1.0
29062024-05-31T06:15:02.160Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29072024-05-31T06:15:02.490Z Documenting bitfield v0.14.0
29082024-05-31T06:15:02.917Z Documenting display-error-chain v0.2.0
29092024-05-31T06:15:03.870Z Documenting termcolor v1.2.0
29102024-05-31T06:15:04.517Zwarning: unresolved link to `StNestedBuilder::make_subsection`
29112024-05-31T06:15:04.517Z --> nexus/types/src/sectioned_table.rs:145:7
29122024-05-31T06:15:04.517Z |
29132024-05-31T06:15:04.517Z145 | /// [`StNestedBuilder::make_subsection`].
29142024-05-31T06:15:04.517Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `StNestedBuilder` in scope
29152024-05-31T06:15:04.517Z |
29162024-05-31T06:15:04.517Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
29172024-05-31T06:15:04.517Z
29182024-05-31T06:15:05.389Z Documenting serde-hex v0.1.0
29192024-05-31T06:15:05.631Z Documenting rsa v0.9.2
29202024-05-31T06:15:05.870Z Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
29212024-05-31T06:15:06.578Zwarning: `nexus-types` (lib doc) generated 1 warning
29222024-05-31T06:15:06.603Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
29232024-05-31T06:15:06.860Z Documenting slog-dtrace v0.3.0
29242024-05-31T06:15:07.773Z Documenting env_logger v0.10.0
29252024-05-31T06:15:08.136Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29262024-05-31T06:15:08.392Z Documenting pem v3.0.4
29272024-05-31T06:15:08.564Z Documenting x509-cert v0.2.4
29282024-05-31T06:15:10.243Z Documenting libsw v3.3.1
29292024-05-31T06:15:10.722Z Documenting ron v0.8.1
29302024-05-31T06:15:12.393Z Documenting half v2.3.1
29312024-05-31T06:15:12.645Z Documenting maplit v1.0.2
29322024-05-31T06:15:13.084Z Documenting owo-colors v4.0.0
29332024-05-31T06:15:13.209Z Documenting ciborium-io v0.2.2
29342024-05-31T06:15:13.286Z Documenting linear-map v1.2.0
29352024-05-31T06:15:13.929Z Documenting crc-any v2.4.3
29362024-05-31T06:15:15.214Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
29372024-05-31T06:15:15.355Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29382024-05-31T06:15:16.403Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
29392024-05-31T06:15:16.767Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29402024-05-31T06:15:16.940Z Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
29412024-05-31T06:15:17.045Z Documenting ciborium-ll v0.2.2
29422024-05-31T06:15:17.328Z Documenting headers-core v0.2.0
29432024-05-31T06:15:17.498Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29442024-05-31T06:15:19.053Z Documenting path-slash v0.1.5
29452024-05-31T06:15:20.749Z Documenting ciborium v0.2.2
29462024-05-31T06:15:21.889Z Documenting headers v0.3.9
29472024-05-31T06:15:22.678Z Documenting fxhash v0.2.1
29482024-05-31T06:15:23.441Z Documenting async-recursion v1.1.0
29492024-05-31T06:15:24.833Z Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
29502024-05-31T06:15:25.012Z Documenting vte_generate_state_changes v0.1.1
29512024-05-31T06:15:26.606Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29522024-05-31T06:15:26.631Z Checking convert_case v0.4.0
29532024-05-31T06:15:26.815Z Documenting convert_case v0.4.0
29542024-05-31T06:15:27.303Z Documenting buf-list v1.0.3
29552024-05-31T06:15:27.755Z Documenting derive_builder_core v0.20.0
29562024-05-31T06:15:28.220Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29572024-05-31T06:15:28.726Z Documenting vte v0.11.1
29582024-05-31T06:15:30.488Z Documenting derive_more v0.99.17
29592024-05-31T06:15:31.846Z Checking derive_builder_core v0.20.0
29602024-05-31T06:15:32.445Z Documenting fd-lock v4.0.2
29612024-05-31T06:15:32.564Z Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29622024-05-31T06:15:32.902Z Documenting bitstruct_derive v0.1.0
29632024-05-31T06:15:34.273Z Documenting pin-project-internal v1.1.3
29642024-05-31T06:15:34.709Z Documenting ascii v1.1.0
29652024-05-31T06:15:36.107Z Documenting derive_builder_macro v0.20.0
29662024-05-31T06:15:36.382Z Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29672024-05-31T06:15:36.865Z Documenting strip-ansi-escapes v0.2.0
29682024-05-31T06:15:37.231Z Documenting bitstruct v0.1.1
29692024-05-31T06:15:37.557Z Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
29702024-05-31T06:15:38.857Z Documenting pin-project v1.1.3
29712024-05-31T06:15:39.923Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29722024-05-31T06:15:40.127Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29732024-05-31T06:15:40.320Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29742024-05-31T06:15:40.475Z Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29752024-05-31T06:15:40.684Z Documenting crossbeam-deque v0.8.3
29762024-05-31T06:15:41.539Z Documenting snafu-derive v0.8.2
29772024-05-31T06:15:42.438Z Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29782024-05-31T06:15:44.156Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29792024-05-31T06:15:44.478Z Documenting serde_arrays v0.1.0
29802024-05-31T06:15:44.656Z Documenting erased-serde v0.3.31
29812024-05-31T06:15:45.035Z Documenting ref-cast-impl v1.0.22
29822024-05-31T06:15:47.611Z Documenting unicode-xid v0.2.4
29832024-05-31T06:15:48.015Z Documenting nu-ansi-term v0.50.0
29842024-05-31T06:15:48.462Z Checking unicode-xid v0.2.4
29852024-05-31T06:15:48.598Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29862024-05-31T06:15:48.887Z Documenting snafu v0.8.2
29872024-05-31T06:15:49.393Z Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29882024-05-31T06:15:49.526Z Documenting ref-cast v1.0.22
29892024-05-31T06:15:50.169Z Documenting const_format_proc_macros v0.2.32
29902024-05-31T06:15:51.765Z Documenting reedline v0.31.0
29912024-05-31T06:15:52.123Z Documenting rayon-core v1.12.1
29922024-05-31T06:15:52.774Z Documenting derive_builder v0.20.0
29932024-05-31T06:15:54.144Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29942024-05-31T06:15:54.288Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29952024-05-31T06:15:55.362Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29962024-05-31T06:15:55.678Z Documenting libefi-sys v0.1.0
29972024-05-31T06:15:56.405Z Documenting trust-dns-client v0.22.0
29982024-05-31T06:15:58.785Z Documenting polar-core v0.27.3
29992024-05-31T06:15:59.820Z Documenting libxml v0.3.3
30002024-05-31T06:16:00.304Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30012024-05-31T06:16:00.328Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30022024-05-31T06:16:01.283Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30032024-05-31T06:16:02.034Z Documenting globset v0.4.13
30042024-05-31T06:16:04.153Z Documenting bb8 v0.8.3
30052024-05-31T06:16:04.186Z Documenting olpc-cjson v0.1.3
30062024-05-31T06:16:05.653Z Documenting quick-xml v0.31.0
30072024-05-31T06:16:06.468Z Documenting serde_plain v1.0.2
30082024-05-31T06:16:07.107Z Documenting impl-trait-for-tuples v0.2.2
30092024-05-31T06:16:07.237Z Documenting oso-derive v0.27.3
30102024-05-31T06:16:08.750Z Documenting typed-path v0.7.0
30112024-05-31T06:16:09.018Z Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30122024-05-31T06:16:10.552Z Documenting keccak v0.1.4
30132024-05-31T06:16:11.160Z Documenting utf-8 v0.7.6
30142024-05-31T06:16:11.673Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30152024-05-31T06:16:11.709Z Documenting samael v0.0.15
30162024-05-31T06:16:12.071Z Documenting oso v0.27.3
30172024-05-31T06:16:12.831Z Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30182024-05-31T06:16:13.425Z Documenting sha3 v0.10.8
30192024-05-31T06:16:13.834Z Documenting tough v0.17.1
30202024-05-31T06:16:14.926Z Documenting tungstenite v0.21.0
30212024-05-31T06:16:16.779Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
30222024-05-31T06:16:17.331Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
30232024-05-31T06:16:18.014Z Documenting trust-dns-server v0.22.1
30242024-05-31T06:16:20.810Z Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30252024-05-31T06:16:21.132Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
30262024-05-31T06:16:21.774Z Documenting rayon v1.10.0
30272024-05-31T06:16:23.162Z Documenting const_format v0.2.32
30282024-05-31T06:16:24.790Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30292024-05-31T06:16:25.402Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30302024-05-31T06:16:25.634Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30312024-05-31T06:16:25.810Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30322024-05-31T06:16:26.195Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30332024-05-31T06:16:26.464Z Documenting sled v0.34.7
30342024-05-31T06:16:26.542Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30352024-05-31T06:16:27.051Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30362024-05-31T06:16:27.076Z Documenting fs-err v2.11.0
30372024-05-31T06:16:27.860Z Documenting nix v0.28.0
30382024-05-31T06:16:29.065Z Documenting cookie v0.18.1
30392024-05-31T06:16:30.887Z Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
30402024-05-31T06:16:31.079Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30412024-05-31T06:16:31.150Z Documenting secrecy v0.8.0
30422024-05-31T06:16:31.423Z Documenting gethostname v0.4.3
30432024-05-31T06:16:32.091Z Documenting peg-macros v0.8.3
30442024-05-31T06:16:32.359Z Documenting rustversion v1.0.14
30452024-05-31T06:16:33.353Z Documenting sqlparser_derive v0.2.2
30462024-05-31T06:16:33.455Z Documenting home v0.5.5
30472024-05-31T06:16:35.221Z Documenting parse-size v1.0.0
30482024-05-31T06:16:35.363Z Documenting unicode_categories v0.1.1
30492024-05-31T06:16:36.461Z Documenting castaway v0.2.2
30502024-05-31T06:16:36.797Z Documenting peg v0.8.3
30512024-05-31T06:16:37.691Z Documenting rustyline v14.0.0
30522024-05-31T06:16:37.812Z Documenting sqlparser v0.45.0
30532024-05-31T06:16:38.117Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30542024-05-31T06:16:38.266Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30552024-05-31T06:16:39.252Z Documenting sqlformat v0.2.3
30562024-05-31T06:16:40.136Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30572024-05-31T06:16:40.621Z Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30582024-05-31T06:16:42.947Z Documenting tokio-tungstenite v0.21.0
30592024-05-31T06:16:43.510Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30602024-05-31T06:16:45.178Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30612024-05-31T06:16:46.256Z Documenting zone v0.1.8
30622024-05-31T06:16:48.773Z Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
30632024-05-31T06:16:49.200Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
30642024-05-31T06:16:50.381Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30652024-05-31T06:16:50.714Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30662024-05-31T06:16:51.833Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30672024-05-31T06:16:52.094Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30682024-05-31T06:16:52.358Z Documenting portpicker v0.1.1
30692024-05-31T06:16:54.775Z Documenting universal-hash v0.5.1
30702024-05-31T06:16:55.268Z Documenting bcs v0.1.6
30712024-05-31T06:16:56.588Z Documenting kstat-rs v0.2.3
30722024-05-31T06:16:57.882Z Documenting thiserror-impl-no-std v2.0.2
30732024-05-31T06:17:09.840Z Documenting curve25519-dalek-derive v0.1.0
30742024-05-31T06:17:10.254Z Documenting highway v1.1.0
30752024-05-31T06:17:10.506Z Documenting opaque-debug v0.3.0
30762024-05-31T06:17:10.625Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30772024-05-31T06:17:11.090Z Documenting thiserror-no-std v2.0.2
30782024-05-31T06:17:11.189Z Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
30792024-05-31T06:17:11.518Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30802024-05-31T06:17:13.235Z Documenting poly1305 v0.8.0
30812024-05-31T06:17:13.961Z Documenting compact_str v0.7.1
30822024-05-31T06:17:14.312Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30832024-05-31T06:17:14.534Z Documenting curve25519-dalek v4.1.2
30842024-05-31T06:17:17.541Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30852024-05-31T06:17:18.157Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30862024-05-31T06:17:19.723Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30872024-05-31T06:17:19.831Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30882024-05-31T06:17:20.532Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30892024-05-31T06:17:20.648Z Documenting portable-atomic v1.4.3
30902024-05-31T06:17:22.637Z Documenting ed25519 v1.5.3
30912024-05-31T06:17:24.079Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30922024-05-31T06:17:24.682Z Documenting memoffset v0.7.1
30932024-05-31T06:17:25.438Z Documenting unicase v2.7.0
30942024-05-31T06:17:26.098Z Documenting rcgen v0.12.1
30952024-05-31T06:17:27.466Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
30962024-05-31T06:17:28.595Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30972024-05-31T06:17:30.333Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30982024-05-31T06:17:30.830Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
30992024-05-31T06:17:32.336Z Documenting atomicwrites v0.4.3
31002024-05-31T06:17:32.377Zwarning: could not parse code block as Rust code
31012024-05-31T06:17:32.377Z --> oximeter/db/src/oxql/ast/grammar.rs:246:9
31022024-05-31T06:17:32.377Z |
31032024-05-31T06:17:32.377Z246 | / /// Parse a string literal, either single- or double-quoted.
31042024-05-31T06:17:32.377Z247 | | ///
31052024-05-31T06:17:32.377Z248 | | /// Parsing string literals is pretty tricky, but we add several
31062024-05-31T06:17:32.377Z249 | | /// constraints to simplify things. First strings must be quoted, either
31072024-05-31T06:17:32.377Z... |
31082024-05-31T06:17:32.377Z277 | | ///
31092024-05-31T06:17:32.377Z278 | | /// Will be parsed as `this string has " in it`.
31102024-05-31T06:17:32.377Z | |________________________________________________________^
31112024-05-31T06:17:32.377Z |
31122024-05-31T06:17:32.377Z = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text
31132024-05-31T06:17:32.377Z = note: error from rustc: unknown start of token: \
31142024-05-31T06:17:32.377Z = note: error from rustc: unknown start of token: \
31152024-05-31T06:17:32.377Z = note: error from rustc: unknown start of token: \
31162024-05-31T06:17:32.377Z = note: error from rustc: unknown start of token: \
31172024-05-31T06:17:32.377Z = note: error from rustc: unknown start of token: \
31182024-05-31T06:17:32.377Z = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default
31192024-05-31T06:17:32.377Z
31202024-05-31T06:17:32.609Z Documenting chacha20 v0.9.1
31212024-05-31T06:17:33.744Zwarning: `oximeter-db` (lib doc) generated 1 warning
31222024-05-31T06:17:33.769Z Documenting lru v0.12.1
31232024-05-31T06:17:36.890Z Documenting aead v0.5.2
31242024-05-31T06:17:37.102Z Documenting rand_seeder v0.2.3
31252024-05-31T06:17:38.273Z Documenting nanorand v0.7.0
31262024-05-31T06:17:38.297Z Documenting subprocess v0.2.9
31272024-05-31T06:17:39.538Z Documenting stability v0.2.0
31282024-05-31T06:17:39.963Z Documenting glob v0.3.1
31292024-05-31T06:17:40.149Z Documenting cassowary v0.3.0
31302024-05-31T06:17:41.035Z Documenting number_prefix v0.4.0
31312024-05-31T06:17:51.923Z Documenting flume v0.11.0
31322024-05-31T06:17:52.269Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31332024-05-31T06:17:52.527Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31342024-05-31T06:17:52.555Z Documenting chacha20poly1305 v0.10.1
31352024-05-31T06:17:52.798Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31362024-05-31T06:17:53.045Z Documenting ratatui v0.26.2
31372024-05-31T06:17:53.299Z Documenting indicatif v0.17.8
31382024-05-31T06:17:56.263Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31392024-05-31T06:18:07.915Z Documenting mime_guess v2.0.4
31402024-05-31T06:18:08.038Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
31412024-05-31T06:18:08.369Z Documenting salty v0.2.0
31422024-05-31T06:18:08.846Z Documenting vsss-rs v3.3.4
31432024-05-31T06:18:08.942Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31442024-05-31T06:18:10.050Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31452024-05-31T06:18:10.933Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31462024-05-31T06:18:11.344Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
31472024-05-31T06:18:11.642Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31482024-05-31T06:18:12.009Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31492024-05-31T06:18:12.325Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31502024-05-31T06:18:12.609Z Documenting serde-big-array v0.5.1
31512024-05-31T06:18:14.037Z Documenting rtoolbox v0.0.1
31522024-05-31T06:18:15.320Z Documenting http-range v0.1.5
31532024-05-31T06:18:15.539Z Documenting is_ci v1.2.0
31542024-05-31T06:18:15.795Z Documenting unicode-linebreak v0.1.5
31552024-05-31T06:18:16.644Z Documenting smawk v0.3.1
31562024-05-31T06:18:18.123Z Documenting rpassword v7.3.1
31572024-05-31T06:18:18.573Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
31582024-05-31T06:18:19.211Z Documenting hyper-staticfile v0.9.5
31592024-05-31T06:18:19.468Z Documenting supports-color v3.0.0
31602024-05-31T06:18:20.481Z Documenting textwrap v0.16.1
31612024-05-31T06:18:22.293Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
31622024-05-31T06:18:22.775Zwarning: unresolved link to `test_sled_transitions`
31632024-05-31T06:18:22.776Z --> nexus/db-queries/src/db/datastore/sled.rs:698:11
31642024-05-31T06:18:22.776Z |
31652024-05-31T06:18:22.776Z698 | /// [`test_sled_transitions`].
31662024-05-31T06:18:22.776Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
31672024-05-31T06:18:22.776Z |
31682024-05-31T06:18:22.776Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
31692024-05-31T06:18:22.776Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
31702024-05-31T06:18:22.776Z
31712024-05-31T06:18:22.801Zwarning: unresolved link to `test_sled_transitions`
31722024-05-31T06:18:22.801Z --> nexus/db-queries/src/db/datastore/sled.rs:734:11
31732024-05-31T06:18:22.801Z |
31742024-05-31T06:18:22.801Z734 | /// [`test_sled_transitions`].
31752024-05-31T06:18:22.801Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
31762024-05-31T06:18:22.801Z |
31772024-05-31T06:18:22.801Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
31782024-05-31T06:18:22.802Z
31792024-05-31T06:18:22.802Zwarning: unresolved link to `DataStore::update_tuf_repo_description_insert`
31802024-05-31T06:18:22.802Z --> nexus/db-queries/src/db/datastore/update.rs:28:27
31812024-05-31T06:18:22.802Z |
31822024-05-31T06:18:22.802Z28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`].
31832024-05-31T06:18:22.802Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert`
31842024-05-31T06:18:22.802Z
31852024-05-31T06:18:23.378Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31862024-05-31T06:18:25.537Z Documenting tui-tree-widget v0.19.0
31872024-05-31T06:18:25.932Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31882024-05-31T06:18:26.372Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31892024-05-31T06:18:26.398Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31902024-05-31T06:18:26.702Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31912024-05-31T06:18:29.316Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31922024-05-31T06:18:29.994Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31932024-05-31T06:18:30.041Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31942024-05-31T06:18:30.447Z Documenting signal-hook-tokio v0.3.1
31952024-05-31T06:18:30.724Z Documenting memmap2 v0.7.1
31962024-05-31T06:18:30.749Z Documenting arrayvec v0.7.4
31972024-05-31T06:18:31.008Z Documenting shell-words v1.1.0
31982024-05-31T06:18:33.710Z Documenting arrayref v0.3.7
31992024-05-31T06:18:34.832Z Documenting corncobs v0.1.3
32002024-05-31T06:18:35.161Z Documenting constant_time_eq v0.3.0
32012024-05-31T06:18:35.388Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32022024-05-31T06:18:36.415Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32032024-05-31T06:18:37.687Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32042024-05-31T06:18:37.983Z Documenting blake3 v1.5.0
32052024-05-31T06:18:38.411Zwarning: `nexus-db-queries` (lib doc) generated 3 warnings
32062024-05-31T06:18:38.435Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32072024-05-31T06:18:41.661Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32082024-05-31T06:18:42.762Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32092024-05-31T06:18:42.817Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32102024-05-31T06:18:44.152Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32112024-05-31T06:18:50.645Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32122024-05-31T06:18:52.224Zwarning: unclosed HTML tag `usize`
32132024-05-31T06:18:52.225Z --> wicket/src/ui/panes/update.rs:153:19
32142024-05-31T06:18:52.225Z |
32152024-05-31T06:18:52.225Z153 | /// TODO: The <usize> generic parameter is carried over from earlier versions
32162024-05-31T06:18:52.225Z | ^^^^^^^
32172024-05-31T06:18:52.225Z |
32182024-05-31T06:18:52.225Z = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
32192024-05-31T06:18:52.225Z
32202024-05-31T06:18:53.487Zwarning: `wicket` (lib doc) generated 1 warning
32212024-05-31T06:18:53.512Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32222024-05-31T06:18:53.838Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32232024-05-31T06:18:55.374Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32242024-05-31T06:18:57.629Zwarning: unresolved link to `BlueprintDisksConfig`
32252024-05-31T06:18:57.629Z --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:1128:55
32262024-05-31T06:18:57.629Z |
32272024-05-31T06:18:57.629Z1128 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`]
32282024-05-31T06:18:57.630Z | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope
32292024-05-31T06:18:57.630Z |
32302024-05-31T06:18:57.630Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32312024-05-31T06:18:57.630Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32322024-05-31T06:18:57.630Z
32332024-05-31T06:18:58.560Zwarning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning
32342024-05-31T06:18:58.585Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
32352024-05-31T06:19:04.440Z Documenting fatfs v0.3.6
32362024-05-31T06:19:10.302Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32372024-05-31T06:19:10.361Z Documenting assert_matches v1.5.0
32382024-05-31T06:19:10.361Z Documenting topological-sort v0.2.2
32392024-05-31T06:19:10.361Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32402024-05-31T06:19:10.362Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32412024-05-31T06:19:12.464Z Documenting omicron-zone-package v0.11.0
32422024-05-31T06:19:13.075Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32432024-05-31T06:19:13.138Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32442024-05-31T06:19:13.948Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
32452024-05-31T06:19:14.781Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
32462024-05-31T06:19:21.225Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
32472024-05-31T06:19:23.834Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
32482024-05-31T06:19:24.305Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
32492024-05-31T06:19:24.305Z --> sled-agent/src/sim/instance.rs:46:7
32502024-05-31T06:19:24.305Z |
32512024-05-31T06:19:24.305Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
32522024-05-31T06:19:24.305Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
32532024-05-31T06:19:24.305Z |
32542024-05-31T06:19:24.305Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32552024-05-31T06:19:24.305Z
32562024-05-31T06:19:24.517Z Documenting uzers v0.11.3
32572024-05-31T06:19:27.463Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
32582024-05-31T06:19:27.488Z Documenting termios v0.3.3
32592024-05-31T06:19:28.481Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32602024-05-31T06:19:29.064Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32612024-05-31T06:19:30.682Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32622024-05-31T06:19:31.309Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32632024-05-31T06:19:32.439Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32642024-05-31T06:19:36.534Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32652024-05-31T06:19:47.150Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32662024-05-31T06:19:57.857Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32672024-05-31T06:20:00.881Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
32682024-05-31T06:20:05.068Z Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
32692024-05-31T06:20:05.904Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32702024-05-31T06:20:07.657Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32712024-05-31T06:20:10.162Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32722024-05-31T06:20:12.846Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32732024-05-31T06:20:37.037Zwarning: unresolved link to `Nexus`
32742024-05-31T06:20:37.038Z --> nexus/src/app/instance_network.rs:280:34
32752024-05-31T06:20:37.038Z |
32762024-05-31T06:20:37.038Z280 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for
32772024-05-31T06:20:37.038Z | ^^^^^ no item named `Nexus` in scope
32782024-05-31T06:20:37.038Z |
32792024-05-31T06:20:37.038Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32802024-05-31T06:20:37.038Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32812024-05-31T06:20:37.038Z
32822024-05-31T06:20:37.038Zwarning: unresolved link to `Nexus`
32832024-05-31T06:20:37.038Z --> nexus/src/app/instance_network.rs:458:34
32842024-05-31T06:20:37.038Z |
32852024-05-31T06:20:37.038Z458 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for
32862024-05-31T06:20:37.038Z | ^^^^^ no item named `Nexus` in scope
32872024-05-31T06:20:37.038Z |
32882024-05-31T06:20:37.038Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32892024-05-31T06:20:37.038Z
32902024-05-31T06:20:37.038Zwarning: unresolved link to `VolumeConstructionRequest`
32912024-05-31T06:20:37.064Z --> nexus/src/app/sagas/volume_delete.rs:338:7
32922024-05-31T06:20:37.064Z |
32932024-05-31T06:20:37.064Z338 | /// [`VolumeConstructionRequest`] is shown here):
32942024-05-31T06:20:37.064Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
32952024-05-31T06:20:37.064Z |
32962024-05-31T06:20:37.064Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32972024-05-31T06:20:37.064Z
32982024-05-31T06:20:37.064Zwarning: unresolved link to `fd00:1122:3344:101::5`
32992024-05-31T06:20:37.064Z --> nexus/src/app/sagas/volume_delete.rs:348:17
33002024-05-31T06:20:37.064Z |
33012024-05-31T06:20:37.064Z348 | /// "[fd00:1122:3344:101::5]:1000",
33022024-05-31T06:20:37.064Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33032024-05-31T06:20:37.064Z
33042024-05-31T06:20:37.064Zwarning: unresolved link to `fd00:1122:3344:102::9`
33052024-05-31T06:20:37.064Z --> nexus/src/app/sagas/volume_delete.rs:349:17
33062024-05-31T06:20:37.064Z |
33072024-05-31T06:20:37.064Z349 | /// "[fd00:1122:3344:102::9]:1000",
33082024-05-31T06:20:37.064Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33092024-05-31T06:20:37.064Z
33102024-05-31T06:20:37.064Zwarning: unresolved link to `fd00:1122:3344:103::2`
33112024-05-31T06:20:37.065Z --> nexus/src/app/sagas/volume_delete.rs:350:17
33122024-05-31T06:20:37.065Z |
33132024-05-31T06:20:37.065Z350 | /// "[fd00:1122:3344:103::2]:1000"
33142024-05-31T06:20:37.065Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33152024-05-31T06:20:37.065Z
33162024-05-31T06:20:37.065Zwarning: unresolved link to `fd00:1122:3344:101::5`
33172024-05-31T06:20:37.065Z --> nexus/src/app/sagas/volume_delete.rs:369:17
33182024-05-31T06:20:37.065Z |
33192024-05-31T06:20:37.065Z369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
33202024-05-31T06:20:37.065Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33212024-05-31T06:20:37.065Z
33222024-05-31T06:20:37.065Zwarning: unresolved link to `fd00:1122:3344:102::9`
33232024-05-31T06:20:37.065Z --> nexus/src/app/sagas/volume_delete.rs:370:17
33242024-05-31T06:20:37.065Z |
33252024-05-31T06:20:37.065Z370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
33262024-05-31T06:20:37.065Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33272024-05-31T06:20:37.065Z
33282024-05-31T06:20:37.065Zwarning: unresolved link to `fd00:1122:3344:103::2`
33292024-05-31T06:20:37.065Z --> nexus/src/app/sagas/volume_delete.rs:371:17
33302024-05-31T06:20:37.065Z |
33312024-05-31T06:20:37.065Z371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
33322024-05-31T06:20:37.065Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33332024-05-31T06:20:37.065Z
33342024-05-31T06:20:41.020Zwarning: `omicron-nexus` (lib doc) generated 9 warnings
33352024-05-31T06:20:58.940Z Finished dev [unoptimized + debuginfo] target(s) in 11m 14s
33362024-05-31T06:20:59.012Z Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html
33372024-05-31T06:20:59.012Z Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html
33382024-05-31T06:20:59.012Z Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html
33392024-05-31T06:20:59.012Z Generated /work/oxidecomputer/omicron/target/doc/caboose_util/index.html
33402024-05-31T06:20:59.012Z Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html
33412024-05-31T06:20:59.012Z Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html
33422024-05-31T06:20:59.012Z Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html
33432024-05-31T06:20:59.012Z Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html
33442024-05-31T06:20:59.012Z Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html
33452024-05-31T06:20:59.012Z Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html
33462024-05-31T06:20:59.059Z Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html
33472024-05-31T06:20:59.059Z Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html
33482024-05-31T06:20:59.059Z Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html
33492024-05-31T06:20:59.059Z Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html
33502024-05-31T06:20:59.059Z Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html
33512024-05-31T06:20:59.059Z Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html
33522024-05-31T06:20:59.060Z Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html
33532024-05-31T06:20:59.060Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html
33542024-05-31T06:20:59.060Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html
33552024-05-31T06:20:59.060Z Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html
33562024-05-31T06:20:59.060Z Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html
33572024-05-31T06:20:59.060Z Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html
33582024-05-31T06:20:59.060Z Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html
33592024-05-31T06:20:59.060Z Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html
33602024-05-31T06:20:59.060Z Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html
33612024-05-31T06:20:59.060Z Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html
33622024-05-31T06:20:59.060Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html
33632024-05-31T06:20:59.060Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html
33642024-05-31T06:20:59.060Z Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html
33652024-05-31T06:20:59.060Z Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html
33662024-05-31T06:20:59.060Z Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html
33672024-05-31T06:20:59.060Z Generated /work/oxidecomputer/omicron/target/doc/nexus_metrics_producer_gc/index.html
33682024-05-31T06:20:59.060Z Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html
33692024-05-31T06:20:59.060Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html
33702024-05-31T06:20:59.060Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html
33712024-05-31T06:20:59.060Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html
33722024-05-31T06:20:59.060Z Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html
33732024-05-31T06:20:59.060Z Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html
33742024-05-31T06:20:59.060Z Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html
33752024-05-31T06:20:59.060Z Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html
33762024-05-31T06:20:59.061Z Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html
33772024-05-31T06:20:59.061Z Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html
33782024-05-31T06:20:59.061Z Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html
33792024-05-31T06:20:59.061Z Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html
33802024-05-31T06:20:59.061Z Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html
33812024-05-31T06:20:59.061Z Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html
33822024-05-31T06:20:59.061Z Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html
33832024-05-31T06:20:59.061Z Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html
33842024-05-31T06:20:59.061Z Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html
33852024-05-31T06:20:59.061Z Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html
33862024-05-31T06:20:59.061Z Generated /work/oxidecomputer/omicron/target/doc/falcon_runner/index.html
33872024-05-31T06:20:59.061Z Generated /work/oxidecomputer/omicron/target/doc/falcon_runner_cli/index.html
33882024-05-31T06:20:59.061Z Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html
33892024-05-31T06:20:59.061Z Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html
33902024-05-31T06:20:59.061Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
33912024-05-31T06:20:59.061Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html
33922024-05-31T06:20:59.061Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html
33932024-05-31T06:20:59.061Z Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html
33942024-05-31T06:20:59.061Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
33952024-05-31T06:20:59.061Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html
33962024-05-31T06:20:59.061Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html
33972024-05-31T06:20:59.061Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html
33982024-05-31T06:20:59.061Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html
33992024-05-31T06:20:59.062Z Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html
34002024-05-31T06:20:59.062Z Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html
34012024-05-31T06:20:59.062Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html
34022024-05-31T06:20:59.062Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html
34032024-05-31T06:20:59.062Z Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html
34042024-05-31T06:20:59.062Z Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html
34052024-05-31T06:20:59.062Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html
34062024-05-31T06:20:59.062Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html
34072024-05-31T06:20:59.062Z Generated /work/oxidecomputer/omicron/target/doc/typed_rng/index.html
34082024-05-31T06:20:59.062Z Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html
34092024-05-31T06:20:59.062Z Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html
34102024-05-31T06:20:59.062Z Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html
34112024-05-31T06:20:59.062Z Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html
34122024-05-31T06:20:59.062Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html
34132024-05-31T06:20:59.062Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html
34142024-05-31T06:20:59.062Z Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html
34152024-05-31T06:20:59.062Z Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html
34162024-05-31T06:20:59.062Z Generated /work/oxidecomputer/omicron/target/doc/zone_setup/index.html
34172024-05-31T06:20:59.087Z
34182024-05-31T06:20:59.087Zreal 11:14.857687939
34192024-05-31T06:20:59.087Zuser 29:00.737302146
34202024-05-31T06:20:59.087Zsys 45:53.673745969
34212024-05-31T06:20:59.087Ztrap 0.782621273
34222024-05-31T06:20:59.087Ztflt 0.142891183
34232024-05-31T06:20:59.087Zdflt 0.948806878
34242024-05-31T06:20:59.087Zkflt 0.001072567
34252024-05-31T06:20:59.087Zlock 3:20:28.223252989
34262024-05-31T06:20:59.087Zslp 3:05:50.208716008
34272024-05-31T06:20:59.087Zlat 4:17.760594877
34282024-05-31T06:20:59.088Zstop 1:58.060627285
34292024-05-31T06:20:59.088Zprocess exited: duration 1240434 ms, exit code 0
 
34302024-05-31T06:20:59.137Zfound 0 output files