01HT6MMTNGM22Q03TFRQ6SWAZW: 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: 01HT6MNE36N45RE56WNDJS1MB3

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-03-30T02:59:53.308Zjob assigned to worker 01HT6MNHPYEJRZ2TH8YRERQG2S (queued for 2 m 5 s)
 
22024-03-30T03:00:01.278Zstarting task 0: "setup"
32024-03-30T03:00:01.314Z++ uname -s
42024-03-30T03:00:01.319Z+ kern=SunOS
52024-03-30T03:00:01.319Z+ case "$kern" in
62024-03-30T03:00:01.319Z+ groupadd -g 12345 build
72024-03-30T03:00:01.363Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-03-30T03:00:03.369Z+ zfs create -o mountpoint=/work rpool/work
92024-03-30T03:00:03.462Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-03-30T03:00:03.466Z+ home_fs=zfs
112024-03-30T03:00:03.466Z+ [[ zfs == autofs ]]
122024-03-30T03:00:03.466Z+ mkdir -p /home/build
132024-03-30T03:00:03.466Z+ chown build:build /home/build /work
142024-03-30T03:00:05.469Z+ chmod 0700 /home/build /work
152024-03-30T03:00:05.474Zprocess exited: duration 4194 ms, exit code 0
 
162024-03-30T03:00:05.483Zstarting task 1: "rust-toolchain"
172024-03-30T03:00:05.489Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-03-30T03:00:05.510Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-03-30T03:00:05.652Zinfo: downloading installer
202024-03-30T03:00:06.785Zwarning: it looks like you have an existing installation of Rust at:
212024-03-30T03:00:06.785Zwarning: /opt/ooce/bin
222024-03-30T03:00:06.785Zwarning: It is recommended that rustup be the primary Rust installation.
232024-03-30T03:00:06.785Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-03-30T03:00:06.785Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-03-30T03:00:06.785Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-03-30T03:00:06.785Zwarning: or pass `-y' to ignore all ignorable checks.
272024-03-30T03:00:06.785Zerror: cannot install while Rust is installed
282024-03-30T03:00:06.785Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-03-30T03:00:06.902Zinfo: profile set to 'default'
302024-03-30T03:00:06.903Zinfo: default host triple is x86_64-unknown-illumos
312024-03-30T03:00:06.909Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-03-30T03:00:07.020Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-03-30T03:00:07.021Zinfo: downloading component 'cargo'
342024-03-30T03:00:07.652Zinfo: downloading component 'clippy'
352024-03-30T03:00:07.879Zinfo: downloading component 'rust-docs'
362024-03-30T03:00:08.669Zinfo: downloading component 'rust-std'
372024-03-30T03:00:10.049Zinfo: downloading component 'rustc'
382024-03-30T03:00:13.747Zinfo: downloading component 'rustfmt'
392024-03-30T03:00:13.762Zinfo: installing component 'cargo'
402024-03-30T03:00:14.343Zinfo: installing component 'clippy'
412024-03-30T03:00:14.709Zinfo: installing component 'rust-docs'
422024-03-30T03:00:16.089Zinfo: installing component 'rust-std'
432024-03-30T03:00:17.864Zinfo: installing component 'rustc'
442024-03-30T03:00:21.938Zinfo: installing component 'rustfmt'
452024-03-30T03:00:22.290Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-03-30T03:00:22.290Z
472024-03-30T03:00:22.612Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-03-30T03:00:22.613Z
492024-03-30T03:00:22.618Z
502024-03-30T03:00:22.618ZRust is installed now. Great!
512024-03-30T03:00:22.618Z
522024-03-30T03:00:22.618ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-03-30T03:00:22.618Zenvironment variable. This has not been done automatically.
542024-03-30T03:00:22.618Z
552024-03-30T03:00:22.619ZTo configure your current shell, you need to source
562024-03-30T03:00:22.619Zthe corresponding env file under $HOME/.cargo.
572024-03-30T03:00:22.619Z
582024-03-30T03:00:22.619ZThis is usually done by running one of the following (note the leading DOT):
592024-03-30T03:00:22.619Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-03-30T03:00:22.619Zsource "$HOME/.cargo/env.fish" # For fish
612024-03-30T03:00:22.704Z+ rustc --version
622024-03-30T03:00:22.770Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-03-30T03:00:22.775Zprocess exited: duration 17285 ms, exit code 0
 
642024-03-30T03:00:22.782Zstarting task 2: "authentication"
652024-03-30T03:00:22.804Zprocess exited: duration 21 ms, exit code 0
 
662024-03-30T03:00:22.814Zstarting task 3: "clone repository"
672024-03-30T03:00:22.818Z+ mkdir -p /work/oxidecomputer/omicron
682024-03-30T03:00:22.824Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-03-30T03:00:23.072ZCloning into '/work/oxidecomputer/omicron'...
702024-03-30T03:00:50.287Z+ cd /work/oxidecomputer/omicron
712024-03-30T03:00:50.287Z+ git fetch origin ea672660e773382cdde3eb7d1812abefa078e1e1
722024-03-30T03:00:51.113ZFrom https://github.com/oxidecomputer/omicron
732024-03-30T03:00:51.113Z * branch ea672660e773382cdde3eb7d1812abefa078e1e1 -> FETCH_HEAD
742024-03-30T03:00:51.121Z+ [[ -n sunshowers/spr/oxlog-add-sigpipereset ]]
752024-03-30T03:00:51.124Z++ git branch --show-current
762024-03-30T03:00:51.125Z+ current=main
772024-03-30T03:00:51.125Z+ [[ main != sunshowers/spr/oxlog-add-sigpipereset ]]
782024-03-30T03:00:51.125Z+ git branch -f sunshowers/spr/oxlog-add-sigpipereset ea672660e773382cdde3eb7d1812abefa078e1e1
792024-03-30T03:00:51.128Z+ git checkout -f sunshowers/spr/oxlog-add-sigpipereset
802024-03-30T03:00:51.255ZSwitched to branch 'sunshowers/spr/oxlog-add-sigpipereset'
812024-03-30T03:00:51.262Z+ git reset --hard ea672660e773382cdde3eb7d1812abefa078e1e1
822024-03-30T03:00:51.267ZHEAD is now at ea672660e [𝘀𝗽𝗿] initial version
832024-03-30T03:00:51.267Zprocess exited: duration 28449 ms, exit code 0
 
842024-03-30T03:00:51.275Zstarting task 4: "build"
852024-03-30T03:00:51.286Z+ cargo --version
862024-03-30T03:00:51.288Zinfo: syncing channel updates for '1.76.0-x86_64-unknown-illumos'
872024-03-30T03:00:51.414Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
882024-03-30T03:00:51.414Zinfo: downloading component 'cargo'
892024-03-30T03:00:52.070Zinfo: downloading component 'clippy'
902024-03-30T03:00:52.272Zinfo: downloading component 'rust-docs'
912024-03-30T03:00:53.083Zinfo: downloading component 'rust-std'
922024-03-30T03:00:54.386Zinfo: downloading component 'rustc'
932024-03-30T03:00:57.669Zinfo: downloading component 'rustfmt'
942024-03-30T03:00:57.850Zinfo: installing component 'cargo'
952024-03-30T03:00:58.740Zinfo: installing component 'clippy'
962024-03-30T03:00:59.060Zinfo: installing component 'rust-docs'
972024-03-30T03:01:00.482Zinfo: installing component 'rust-std'
982024-03-30T03:01:02.247Zinfo: installing component 'rustc'
992024-03-30T03:01:06.416Zinfo: installing component 'rustfmt'
1002024-03-30T03:01:06.824Zcargo 1.76.0 (c84b36747 2024-01-18)
1012024-03-30T03:01:06.831Z+ rustc --version
1022024-03-30T03:01:06.888Zrustc 1.76.0 (07dca489a 2024-02-04)
1032024-03-30T03:01:06.892Z+ source ./env.sh
1042024-03-30T03:01:06.895Z++ set -o xtrace
1052024-03-30T03:01:06.895Z++++ dirname ./env.sh
1062024-03-30T03:01:06.931Z+++ readlink -f .
1072024-03-30T03:01:06.962Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082024-03-30T03:01:06.971Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092024-03-30T03:01:06.971Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102024-03-30T03:01:06.972Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112024-03-30T03:01:06.972Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122024-03-30T03:01:06.972Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132024-03-30T03:01:06.972Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142024-03-30T03:01:06.972Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152024-03-30T03:01:06.973Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162024-03-30T03:01:06.973Z++ unset OMICRON_WS
1172024-03-30T03:01:06.973Z++ set +o xtrace
1182024-03-30T03:01:06.973Z
1192024-03-30T03:01:06.973Z ##### ##### ###### ##### ###### #### # # # #### #
1202024-03-30T03:01:06.974Z # # # # # # # # # # # # # # #
1212024-03-30T03:01:06.974Z # # # # ##### # # ##### # # # # # #### #
1222024-03-30T03:01:06.974Z ##### ##### # ##### # # # # # # # # #
1232024-03-30T03:01:06.974Z # # # # # # # # # # # # # # #
1242024-03-30T03:01:06.975Z # # # ###### # # ###### ### # #### # #### #
1252024-03-30T03:01:06.975Z
1262024-03-30T03:01:22.779Z Startup: Refreshing catalog 'helios-dev' ... Done
1272024-03-30T03:01:22.779Z Startup: Caching catalogs ... Done
1282024-03-30T03:01:23.823ZPlanning: Solver setup ... Done (1.356s)
1292024-03-30T03:01:23.849ZPlanning: Running solver ... Done (0.026s)
1302024-03-30T03:01:24.199ZPlanning: Finding local manifests ... Done (0.316s)
1312024-03-30T03:01:24.214ZPlanning: Fetching manifests: 0/4 0% complete
1322024-03-30T03:01:24.784ZPlanning: Fetching manifests: 4/4 100% complete
1332024-03-30T03:01:24.832ZPlanning: Package planning ... Done (0.048s)
1342024-03-30T03:01:24.884ZPlanning: Merging actions ... Done (0.052s)
1352024-03-30T03:01:25.521ZPlanning: Checking for conflicting actions ... Done (0.637s)
1362024-03-30T03:01:25.532ZPlanning: Consolidating action changes ... Done (0.011s)
1372024-03-30T03:01:33.076ZPlanning: Evaluating mediators ... Done (7.543s)
1382024-03-30T03:01:33.088ZPlanning: Planning completed in 10.94 seconds
1392024-03-30T03:01:33.101Z Packages to install: 4
1402024-03-30T03:01:33.108Z Mediators to change: 2
1412024-03-30T03:01:33.108Z Services to change: 1
1422024-03-30T03:01:33.109Z Estimated space available: 155.31 GB
1432024-03-30T03:01:33.109ZEstimated space to be consumed: 1.43 GB
1442024-03-30T03:01:33.109Z Create boot environment: No
1452024-03-30T03:01:33.109ZCreate backup boot environment: No
1462024-03-30T03:01:33.110Z Rebuild boot archive: No
1472024-03-30T03:01:33.110Z
1482024-03-30T03:01:33.110ZChanged mediators:
1492024-03-30T03:01:33.110Z mediator clang:
1502024-03-30T03:01:33.111Z version: None -> 15 (system default)
1512024-03-30T03:01:33.111Z
1522024-03-30T03:01:33.111Z mediator llvm:
1532024-03-30T03:01:33.111Z version: 14 (system default) -> 15 (system default)
1542024-03-30T03:01:33.111Z
1552024-03-30T03:01:33.111ZChanged packages:
1562024-03-30T03:01:33.112Zhelios-dev
1572024-03-30T03:01:33.112Z developer/build-essential
1582024-03-30T03:01:33.112Z None -> 11-2.0
1592024-03-30T03:01:33.112Z library/libxmlsec1
1602024-03-30T03:01:33.113Z None -> 1.2.35-2.0
1612024-03-30T03:01:33.113Z ooce/developer/clang-15
1622024-03-30T03:01:33.113Z None -> 15.0.7-2.0
1632024-03-30T03:01:33.113Z ooce/developer/llvm-15
1642024-03-30T03:01:33.114Z None -> 15.0.7-2.0
1652024-03-30T03:01:33.114Z
1662024-03-30T03:01:33.114ZServices:
1672024-03-30T03:01:33.114Z restart_fmri:
1682024-03-30T03:01:33.114Z svc:/system/update-man-index:default
1692024-03-30T03:01:33.181Z
1702024-03-30T03:01:33.181ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1712024-03-30T03:01:38.185ZDownload: 222/3290 items 2.1/212.6MB 0% complete (343k/s)
1722024-03-30T03:01:43.186ZDownload: 684/3290 items 18.1/212.6MB 8% complete (1.8M/s)
1732024-03-30T03:01:48.273ZDownload: 1195/3290 items 83.5/212.6MB 39% complete (8.3M/s)
1742024-03-30T03:01:53.295ZDownload: 2063/3290 items 118.6/212.6MB 55% complete (10.1M/s)
1752024-03-30T03:01:58.332ZDownload: 2310/3290 items 119.8/212.6MB 56% complete (3.7M/s)
1762024-03-30T03:02:03.364ZDownload: 2668/3290 items 120.6/212.6MB 56% complete (214k/s)
1772024-03-30T03:02:08.611ZDownload: 3234/3290 items 171.7/212.6MB 80% complete (5.1M/s)
1782024-03-30T03:02:14.536ZDownload: 3240/3290 items 203.0/212.6MB 95% complete (8.2M/s)
1792024-03-30T03:02:22.796ZDownload: 3243/3290 items 203.0/212.6MB 95% complete
1802024-03-30T03:02:30.586ZDownload: 3246/3290 items 203.1/212.6MB 95% complete (118k/s)
1812024-03-30T03:02:30.636ZDownload: Completed 212.60 MB in 56.10 seconds (3.8M/s)
1822024-03-30T03:02:30.636Z Actions: 1/3689 actions (Installing new actions)
1832024-03-30T03:02:34.477Z Actions: 3589/3689 actions (Installing new actions)
1842024-03-30T03:02:34.522Z Actions: Completed 3689 actions in 5.05 seconds.
1852024-03-30T03:02:34.628Z Done (0.102s)
1862024-03-30T03:02:34.628Z Done (0.000s)
1872024-03-30T03:02:34.890Z Done (0.261s)
1882024-03-30T03:02:40.162Z Done (5.133s)
1892024-03-30T03:02:40.339Z Done (0.105s)
1902024-03-30T03:02:40.345Z Done (0.000s)
1912024-03-30T03:02:40.513Z Done (0.000s)
1922024-03-30T03:02:41.039ZPlanning: Evaluating mediator changes ... Done
1932024-03-30T03:02:41.198ZPlanning: Checking for conflicting actions ... Done
1942024-03-30T03:02:41.210ZPlanning: Consolidating action changes ... Done
1952024-03-30T03:02:41.466ZPlanning: Evaluating mediators ... Done
1962024-03-30T03:02:41.471ZPlanning: Planning completed in 0.43 seconds
1972024-03-30T03:02:41.500Z Mediators to change: 2
1982024-03-30T03:02:41.500Z Create boot environment: No
1992024-03-30T03:02:41.909ZCreate backup boot environment: No
2002024-03-30T03:02:41.909Z Done
2012024-03-30T03:02:41.909Z Done
2022024-03-30T03:02:41.909Z Done
2032024-03-30T03:02:45.361Z Done
2042024-03-30T03:02:45.449Z Done
2052024-03-30T03:02:45.452Z Done
2062024-03-30T03:02:45.576Z Done
2072024-03-30T03:02:46.218ZPlanning: Evaluating mediator changes ... Done
2082024-03-30T03:02:46.250ZPlanning: Merging actions ... Done
2092024-03-30T03:02:46.407ZPlanning: Checking for conflicting actions ... Done
2102024-03-30T03:02:46.412ZPlanning: Consolidating action changes ... Done
2112024-03-30T03:02:46.675ZPlanning: Evaluating mediators ... Done
2122024-03-30T03:02:46.731ZPlanning: Planning completed in 0.79 seconds
2132024-03-30T03:02:46.765Z Packages to change: 1
2142024-03-30T03:02:46.772Z Mediators to change: 1
2152024-03-30T03:02:46.772Z Services to change: 1
2162024-03-30T03:02:46.772Z Create boot environment: No
2172024-03-30T03:02:46.772ZCreate backup boot environment: Yes
2182024-03-30T03:02:48.578Z Actions: 1/6 actions (Updating modified actions)
2192024-03-30T03:02:48.582Z Actions: Completed 6 actions in 0.00 seconds.
2202024-03-30T03:02:48.582Z Done
2212024-03-30T03:02:48.582Z Done
2222024-03-30T03:02:48.633Z Done
2232024-03-30T03:02:52.281Z Done
2242024-03-30T03:02:52.371Z Done
2252024-03-30T03:02:52.374Z Done
2262024-03-30T03:02:52.512Z Done
2272024-03-30T03:02:52.935ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282024-03-30T03:02:52.935Zclang system 15 system
2292024-03-30T03:02:52.936Zcsh system system illumos
2302024-03-30T03:02:52.936Zctags system system illumos
2312024-03-30T03:02:52.936Zgcc vendor 12 vendor
2322024-03-30T03:02:52.936Zgcc system 10 system
2332024-03-30T03:02:52.936Zgcc system 7 system
2342024-03-30T03:02:52.936Zgo system 1.20 system
2352024-03-30T03:02:52.936Zgo system 1.19 system
2362024-03-30T03:02:52.936Zllvm system 15 system
2372024-03-30T03:02:52.936Zllvm system 14 system
2382024-03-30T03:02:52.936Zmariadb system 10.6 system
2392024-03-30T03:02:52.937Zmta vendor vendor dma
2402024-03-30T03:02:52.937Zopenjdk system 17 system
2412024-03-30T03:02:52.937Zopenjdk system 11 system
2422024-03-30T03:02:52.937Zopenjdk system 1.8 system
2432024-03-30T03:02:52.937Zopenssl vendor 3 vendor
2442024-03-30T03:02:52.937Zperl system 5.36 system
2452024-03-30T03:02:52.937Zpostgresql system 15 system
2462024-03-30T03:02:52.937Zpostgresql system 13 system
2472024-03-30T03:02:52.938Zpython vendor 3 vendor
2482024-03-30T03:02:52.938Zpython system 2 system
2492024-03-30T03:02:52.938Zpython3 system 3.11 system
2502024-03-30T03:02:52.938Zruby system 3.0 system
2512024-03-30T03:02:52.938Zwords vendor vendor american-english
2522024-03-30T03:02:52.938Zwords system system australian-english
2532024-03-30T03:02:52.938Zwords system system british-english
2542024-03-30T03:02:52.938Zwords system system canadian-english
2552024-03-30T03:02:52.938Zwords system system french
2562024-03-30T03:02:52.939Zwords system system italian
2572024-03-30T03:02:52.939Zwords system system ngerman
2582024-03-30T03:02:52.939Zwords system system ogerman
2592024-03-30T03:02:52.939Zwords system system spanish
2602024-03-30T03:02:53.264ZPUBLISHER TYPE STATUS P LOCATION
2612024-03-30T03:02:53.264Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2622024-03-30T03:02:54.515ZFMRI IFO
2632024-03-30T03:02:54.515Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2642024-03-30T03:02:54.516Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2652024-03-30T03:02:54.516Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2662024-03-30T03:02:54.516Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2672024-03-30T03:02:54.516Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2682024-03-30T03:02:54.516Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2692024-03-30T03:02:54.517Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2702024-03-30T03:02:54.517Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2712024-03-30T03:02:54.517Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2722024-03-30T03:02:54.517Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2732024-03-30T03:02:54.517Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2742024-03-30T03:02:54.517Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2752024-03-30T03:02:54.748Z+ set -o errexit
2762024-03-30T03:02:54.751Z+++ dirname ./tools/ci_download_cockroachdb
2772024-03-30T03:02:54.752Z++ cd ./tools
2782024-03-30T03:02:54.752Z++ pwd
2792024-03-30T03:02:54.752Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2802024-03-30T03:02:54.756Z++ basename ./tools/ci_download_cockroachdb
2812024-03-30T03:02:54.757Z+ ARG0=ci_download_cockroachdb
2822024-03-30T03:02:54.757Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2832024-03-30T03:02:54.762Z+ CIDL_VERSION=v22.1.9
2842024-03-30T03:02:54.762Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2852024-03-30T03:02:54.762Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2862024-03-30T03:02:54.762Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2872024-03-30T03:02:54.762Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2882024-03-30T03:02:54.762Z+ TARGET_DIR=out
2892024-03-30T03:02:54.762Z+ DOWNLOAD_DIR=out/downloads
2902024-03-30T03:02:54.763Z+ DEST_DIR=./out/cockroachdb
2912024-03-30T03:02:54.763Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2922024-03-30T03:02:54.763Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2932024-03-30T03:02:54.763Z+ main
2942024-03-30T03:02:54.763Z+ [[ 0 != 0 ]]
2952024-03-30T03:02:54.763Z+ CIDL_OS=solaris2.11
2962024-03-30T03:02:54.763Z+ [[ 0 != 0 ]]
2972024-03-30T03:02:54.764Z+ configure_os solaris2.11
2982024-03-30T03:02:54.764Z+ echo 'current directory: /work/oxidecomputer/omicron'
2992024-03-30T03:02:54.764Zcurrent directory: /work/oxidecomputer/omicron
3002024-03-30T03:02:54.764Z+ echo 'configuring based on OS: "solaris2.11"'
3012024-03-30T03:02:54.764Z+ case "$1" in
3022024-03-30T03:02:54.764Zconfiguring based on OS: "solaris2.11"
3032024-03-30T03:02:54.764Z+ CIDL_BUILD=illumos
3042024-03-30T03:02:54.765Z+ CIDL_SUFFIX=tar.gz
3052024-03-30T03:02:54.765Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3062024-03-30T03:02:54.765Z+ CIDL_URL_BASE=https://illumos.org/downloads
3072024-03-30T03:02:54.765Z+ CIDL_ASSEMBLE=do_assemble_illumos
3082024-03-30T03:02:54.765Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
3092024-03-30T03:02:54.765Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
3102024-03-30T03:02:54.765Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3112024-03-30T03:02:54.765Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3122024-03-30T03:02:54.766Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3132024-03-30T03:02:54.766Z+ CIDL_SHA256FUNC=do_sha256sum
3142024-03-30T03:02:54.766Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3152024-03-30T03:02:54.766ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3162024-03-30T03:02:54.766ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3172024-03-30T03:02:54.766Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3182024-03-30T03:02:54.766Z+ mkdir -p out/downloads
3192024-03-30T03:02:54.766Z+ mkdir -p ./out/cockroachdb
3202024-03-30T03:02:54.766Z+ local DO_DOWNLOAD=true
3212024-03-30T03:02:54.767Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3222024-03-30T03:02:54.767Z+ '[' true == true ']'
3232024-03-30T03:02:54.767Z+ echo Downloading...
3242024-03-30T03:02:54.767ZDownloading...
3252024-03-30T03:02:54.767Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3262024-03-30T03:02:54.767Z+ 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
3272024-03-30T03:03:00.603Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3282024-03-30T03:03:00.609Z++ sha256sum
3292024-03-30T03:03:00.609Z++ awk '{print $1}'
3302024-03-30T03:03:00.736Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3312024-03-30T03:03:00.736Z+ [[ 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 ]]
3322024-03-30T03:03:00.741Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3332024-03-30T03:03:00.741Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3342024-03-30T03:03:02.929Z+ do_assemble_illumos
3352024-03-30T03:03:02.929Z+ rm -r ./out/cockroachdb
3362024-03-30T03:03:02.938Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3372024-03-30T03:03:03.337Z+ ./out/cockroachdb/bin/cockroach version
3382024-03-30T03:03:03.473ZBuild Tag: v22.1.9-dirty
3392024-03-30T03:03:03.473ZBuild Time: 2022/10/26 21:17:46
3402024-03-30T03:03:03.474ZDistribution: OSS
3412024-03-30T03:03:03.474ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3422024-03-30T03:03:03.474ZGo Version: go1.17.13
3432024-03-30T03:03:03.474ZC Compiler: gcc 10.3.0
3442024-03-30T03:03:03.474ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3452024-03-30T03:03:03.474ZBuild Type: release
3462024-03-30T03:03:03.502Z+ set -o errexit
3472024-03-30T03:03:03.521Z+++ dirname ./tools/ci_download_clickhouse
3482024-03-30T03:03:03.521Z++ cd ./tools
3492024-03-30T03:03:03.521Z++ pwd
3502024-03-30T03:03:03.521Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3512024-03-30T03:03:03.522Z++ basename ./tools/ci_download_clickhouse
3522024-03-30T03:03:03.522Z+ ARG0=ci_download_clickhouse
3532024-03-30T03:03:03.522Z+ TARGET_DIR=out
3542024-03-30T03:03:03.522Z+ DOWNLOAD_DIR=out/downloads
3552024-03-30T03:03:03.522Z+ DEST_DIR=./out/clickhouse
3562024-03-30T03:03:03.522Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3572024-03-30T03:03:03.523Z+ CIDL_VERSION=v23.8.7.24
3582024-03-30T03:03:03.523Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3592024-03-30T03:03:03.523Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3602024-03-30T03:03:03.523Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3612024-03-30T03:03:03.523Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3622024-03-30T03:03:03.523Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3632024-03-30T03:03:03.523Z+ main
3642024-03-30T03:03:03.523Z+ [[ 0 != 0 ]]
3652024-03-30T03:03:03.524Z+ CIDL_OS=solaris2.11
3662024-03-30T03:03:03.524Z+ [[ 0 != 0 ]]
3672024-03-30T03:03:03.524Z+ configure_os solaris2.11
3682024-03-30T03:03:03.524Z+ echo 'current directory: /work/oxidecomputer/omicron'
3692024-03-30T03:03:03.524Zcurrent directory: /work/oxidecomputer/omicron
3702024-03-30T03:03:03.525Zconfiguring based on OS: "solaris2.11"
3712024-03-30T03:03:03.525Z+ echo 'configuring based on OS: "solaris2.11"'
3722024-03-30T03:03:03.525Z+ CIDL_DASHREV=
3732024-03-30T03:03:03.526Z+ case "$1" in
3742024-03-30T03:03:03.526Z+ CIDL_PLATFORM=illumos
3752024-03-30T03:03:03.526Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3762024-03-30T03:03:03.526Z+ CIDL_MD5FUNC=do_md5sum
3772024-03-30T03:03:03.527Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3782024-03-30T03:03:03.527Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3792024-03-30T03:03:03.527Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3802024-03-30T03:03:03.527Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3812024-03-30T03:03:03.527Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3822024-03-30T03:03:03.527Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3832024-03-30T03:03:03.528ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3842024-03-30T03:03:03.528Z+ mkdir -p out/downloads
3852024-03-30T03:03:03.528ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3862024-03-30T03:03:03.528Z+ mkdir -p ./out/clickhouse
3872024-03-30T03:03:03.528Z+ local DO_DOWNLOAD=true
3882024-03-30T03:03:03.528Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3892024-03-30T03:03:03.529Z+ '[' true == true ']'
3902024-03-30T03:03:03.529Z+ echo Downloading...
3912024-03-30T03:03:03.529ZDownloading...
3922024-03-30T03:03:03.529Z+ 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
3932024-03-30T03:03:03.529Z+ 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
3942024-03-30T03:03:05.134Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3952024-03-30T03:03:05.137Z++ md5sum
3962024-03-30T03:03:05.137Z++ awk '{print $1}'
3972024-03-30T03:03:05.359Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3982024-03-30T03:03:05.359Z+ [[ 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 ]]
3992024-03-30T03:03:05.364Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
4002024-03-30T03:03:05.365Z+ mkdir -p ./out/clickhouse
4012024-03-30T03:03:05.365Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
4022024-03-30T03:03:09.208Z+ [[ solaris2.11 == darwin* ]]
4032024-03-30T03:03:09.208Z+ ./out/clickhouse/clickhouse server --version
4042024-03-30T03:03:09.456ZClickHouse server version 23.8.7.1.
4052024-03-30T03:03:09.468Z+ set -o errexit
4062024-03-30T03:03:09.487Z+++ dirname ./tools/ci_download_console
4072024-03-30T03:03:09.488Z++ cd ./tools
4082024-03-30T03:03:09.488Z++ pwd
4092024-03-30T03:03:09.488Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4102024-03-30T03:03:09.488Z++ basename ./tools/ci_download_console
4112024-03-30T03:03:09.488Z+ ARG0=ci_download_console
4122024-03-30T03:03:09.488Z+ TARGET_DIR=out
4132024-03-30T03:03:09.488Z+ DOWNLOAD_DIR=out/downloads
4142024-03-30T03:03:09.488Z+ DEST_DIR=./out/console-assets
4152024-03-30T03:03:09.488Z+ source /work/oxidecomputer/omicron/tools/console_version
4162024-03-30T03:03:09.488Z++ COMMIT=156c082cdb21231ab95ef7475de199ecb7a96dc3
4172024-03-30T03:03:09.488Z++ SHA2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b
4182024-03-30T03:03:09.488Z+ URL=https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
4192024-03-30T03:03:09.489Z+ TARBALL_FILE=out/downloads/console.tar.gz
4202024-03-30T03:03:09.489Z+ main
4212024-03-30T03:03:09.489Z+ [[ 0 != 0 ]]
4222024-03-30T03:03:09.489Z+ echo 'URL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz'
4232024-03-30T03:03:09.489ZURL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
4242024-03-30T03:03:09.489ZLocal file: out/downloads/console.tar.gz
4252024-03-30T03:03:09.489Z+ echo 'Local file: out/downloads/console.tar.gz'
4262024-03-30T03:03:09.489Z+ local DO_DOWNLOAD=true
4272024-03-30T03:03:09.489Z+ [[ -f out/downloads/console.tar.gz ]]
4282024-03-30T03:03:09.489Z+ mkdir -p out/downloads
4292024-03-30T03:03:09.490Z+ '[' true == true ']'
4302024-03-30T03:03:09.490Z+ echo Downloading...
4312024-03-30T03:03:09.490ZDownloading...
4322024-03-30T03:03:09.490Z+ do_download_curl https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz out/downloads/console.tar.gz
4332024-03-30T03:03:09.490Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
4342024-03-30T03:03:09.984Z++ do_sha256sum out/downloads/console.tar.gz
4352024-03-30T03:03:09.996Z++ case "$OSTYPE" in
4362024-03-30T03:03:09.997Z++ SHA=sha256sum
4372024-03-30T03:03:09.997Z++ sha256sum
4382024-03-30T03:03:09.997Z++ awk '{print $1}'
4392024-03-30T03:03:09.997Z+ calculated_sha2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b
4402024-03-30T03:03:09.997Z+ [[ bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b != \b\f\7\6\8\0\0\8\b\6\9\5\8\e\1\9\b\8\d\8\c\e\f\2\5\7\1\0\b\4\f\f\6\4\e\e\f\1\e\5\9\b\b\3\b\e\d\b\2\7\b\b\6\b\f\3\3\4\5\9\a\7\8\b ]]
4412024-03-30T03:03:09.997Z+ rm -rf ./out/console-assets
4422024-03-30T03:03:09.997Z+ mkdir -p ./out/console-assets
4432024-03-30T03:03:10.005Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4442024-03-30T03:03:10.005Z+ mkdir -p ./out/console-assets
4452024-03-30T03:03:10.005Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4462024-03-30T03:03:10.085Z+ set -o errexit
4472024-03-30T03:03:10.094Z+++ dirname ./tools/ci_download_maghemite_openapi
4482024-03-30T03:03:10.094Z++ cd ./tools
4492024-03-30T03:03:10.094Z++ pwd
4502024-03-30T03:03:10.095Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4512024-03-30T03:03:10.095Z++ basename ./tools/ci_download_maghemite_openapi
4522024-03-30T03:03:10.095Z+ ARG0=ci_download_maghemite_openapi
4532024-03-30T03:03:10.095Z+ TARGET_DIR=out
4542024-03-30T03:03:10.095Z+ DOWNLOAD_DIR=out/downloads
4552024-03-30T03:03:10.095Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4562024-03-30T03:03:10.095Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4572024-03-30T03:03:10.095Z++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4582024-03-30T03:03:10.095Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4592024-03-30T03:03:10.096Z+ LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4602024-03-30T03:03:10.096Z+ main
4612024-03-30T03:03:10.096Z+ rm -rf out/downloads/root
4622024-03-30T03:03:10.096Z+ [[ 0 != 0 ]]
4632024-03-30T03:03:10.096Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json'
4642024-03-30T03:03:10.096ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4652024-03-30T03:03:10.096Z+ echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4662024-03-30T03:03:10.096ZLocal file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4672024-03-30T03:03:10.097Z+ local DO_DOWNLOAD=true
4682024-03-30T03:03:10.097Z+ [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4692024-03-30T03:03:10.097Z+ mkdir -p out/downloads
4702024-03-30T03:03:10.117Z+ '[' true == true ']'
4712024-03-30T03:03:10.117Z+ echo Downloading...
4722024-03-30T03:03:10.117ZDownloading...
4732024-03-30T03:03:10.118Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4742024-03-30T03:03:10.118Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4752024-03-30T03:03:10.325Z++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4762024-03-30T03:03:10.328Z++ case "$OSTYPE" in
4772024-03-30T03:03:10.328Z++ SHA=sha256sum
4782024-03-30T03:03:10.328Z++ sha256sum
4792024-03-30T03:03:10.328Z++ awk '{print $1}'
4802024-03-30T03:03:10.332Z+ calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4812024-03-30T03:03:10.332Z+ [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]]
4822024-03-30T03:03:10.332Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4832024-03-30T03:03:10.332Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4842024-03-30T03:03:10.332Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4852024-03-30T03:03:10.332Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4862024-03-30T03:03:10.332Z+ LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4872024-03-30T03:03:10.332Z+ main
4882024-03-30T03:03:10.332Z+ rm -rf out/downloads/root
4892024-03-30T03:03:10.332Z+ [[ 0 != 0 ]]
4902024-03-30T03:03:10.332Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json'
4912024-03-30T03:03:10.333ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4922024-03-30T03:03:10.333Z+ echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4932024-03-30T03:03:10.333ZLocal file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4942024-03-30T03:03:10.333Z+ local DO_DOWNLOAD=true
4952024-03-30T03:03:10.333Z+ [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4962024-03-30T03:03:10.333Z+ mkdir -p out/downloads
4972024-03-30T03:03:10.336Z+ '[' true == true ']'
4982024-03-30T03:03:10.336Z+ echo Downloading...
4992024-03-30T03:03:10.336ZDownloading...
5002024-03-30T03:03:10.336Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
5012024-03-30T03:03:10.336Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
5022024-03-30T03:03:10.431Z++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
5032024-03-30T03:03:10.464Z++ case "$OSTYPE" in
5042024-03-30T03:03:10.464Z++ SHA=sha256sum
5052024-03-30T03:03:10.464Z++ sha256sum
5062024-03-30T03:03:10.464Z++ awk '{print $1}'
5072024-03-30T03:03:10.478Z+ calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5082024-03-30T03:03:10.479Z+ [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]]
5092024-03-30T03:03:10.479Z+ set -o errexit
5102024-03-30T03:03:10.479Z+++ dirname ./tools/ci_download_dendrite_openapi
5112024-03-30T03:03:10.479Z++ cd ./tools
5122024-03-30T03:03:10.479Z++ pwd
5132024-03-30T03:03:10.479Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5142024-03-30T03:03:10.479Z++ basename ./tools/ci_download_dendrite_openapi
5152024-03-30T03:03:10.479Z+ ARG0=ci_download_dendrite_openapi
5162024-03-30T03:03:10.479Z+ TARGET_DIR=out
5172024-03-30T03:03:10.480Z+ DOWNLOAD_DIR=out/downloads
5182024-03-30T03:03:10.480Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5192024-03-30T03:03:10.480Z++ COMMIT=eeb194461a4b863dae25a933541b1a4fb8efe14d
5202024-03-30T03:03:10.480Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5212024-03-30T03:03:10.480Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/eeb194461a4b863dae25a933541b1a4fb8efe14d/dpd.json
5222024-03-30T03:03:10.480Z+ LOCAL_FILE=out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json
5232024-03-30T03:03:10.480Z+ main
5242024-03-30T03:03:10.480Z+ [[ 0 != 0 ]]
5252024-03-30T03:03:10.480Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/eeb194461a4b863dae25a933541b1a4fb8efe14d/dpd.json'
5262024-03-30T03:03:10.480ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/eeb194461a4b863dae25a933541b1a4fb8efe14d/dpd.json
5272024-03-30T03:03:10.480ZLocal file: out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json
5282024-03-30T03:03:10.481Z+ echo 'Local file: out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json'
5292024-03-30T03:03:10.481Z+ local DO_DOWNLOAD=true
5302024-03-30T03:03:10.481Z+ [[ -f out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json ]]
5312024-03-30T03:03:10.481Z+ mkdir -p out/downloads
5322024-03-30T03:03:10.481Z+ '[' true == true ']'
5332024-03-30T03:03:10.481Z+ echo Downloading...
5342024-03-30T03:03:10.481ZDownloading...
5352024-03-30T03:03:10.481Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/eeb194461a4b863dae25a933541b1a4fb8efe14d/dpd.json out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json
5362024-03-30T03:03:10.481Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/eeb194461a4b863dae25a933541b1a4fb8efe14d/dpd.json
5372024-03-30T03:03:11.546Z++ do_sha256sum out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json
5382024-03-30T03:03:11.547Z++ case "$OSTYPE" in
5392024-03-30T03:03:11.556Z++ SHA=sha256sum
5402024-03-30T03:03:11.556Z++ sha256sum
5412024-03-30T03:03:11.556Z++ awk '{print $1}'
5422024-03-30T03:03:11.556Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5432024-03-30T03:03:11.556Z+ [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]]
5442024-03-30T03:03:11.567Z+ set -o errexit
5452024-03-30T03:03:11.567Z+++ dirname ./tools/ci_download_dendrite_stub
5462024-03-30T03:03:11.567Z++ cd ./tools
5472024-03-30T03:03:11.568Z++ pwd
5482024-03-30T03:03:11.568Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5492024-03-30T03:03:11.568Z++ basename ./tools/ci_download_dendrite_stub
5502024-03-30T03:03:11.568Z+ ARG0=ci_download_dendrite_stub
5512024-03-30T03:03:11.568Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5522024-03-30T03:03:11.568Z++ CIDL_SHA256_ILLUMOS=79c32441d7d5328a06e92e7d9c410805e9d8be9d78d59ce1ed6c3e0fba93198d
5532024-03-30T03:03:11.568Z++ CIDL_SHA256_LINUX_DPD=c56a5754996bdce4cf4142829a80f050563c5cab8c30a05b9e56b8d85723d0f5
5542024-03-30T03:03:11.568Z++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b
5552024-03-30T03:03:11.568Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5562024-03-30T03:03:12.120Z++ COMMIT=eeb194461a4b863dae25a933541b1a4fb8efe14d
5572024-03-30T03:03:12.120Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5582024-03-30T03:03:12.121Z+ TARGET_DIR=out
5592024-03-30T03:03:12.121Z+ DOWNLOAD_DIR=out/downloads
5602024-03-30T03:03:12.121Z+ DEST_DIR=./out/dendrite-stub
5612024-03-30T03:03:12.121Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5622024-03-30T03:03:12.122Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5632024-03-30T03:03:12.122Z+ REPO=oxidecomputer/dendrite
5642024-03-30T03:03:12.122Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d
5652024-03-30T03:03:12.122Z+ main
5662024-03-30T03:03:12.122Z+ [[ 0 != 0 ]]
5672024-03-30T03:03:12.122Z+ CIDL_OS=solaris2.11
5682024-03-30T03:03:12.123Z+ [[ 0 != 0 ]]
5692024-03-30T03:03:12.123Z+ configure_os solaris2.11
5702024-03-30T03:03:12.123Z+ echo 'current directory: /work/oxidecomputer/omicron'
5712024-03-30T03:03:12.123Zcurrent directory: /work/oxidecomputer/omicron
5722024-03-30T03:03:12.123Zconfiguring based on OS: "solaris2.11"
5732024-03-30T03:03:12.123Z+ echo 'configuring based on OS: "solaris2.11"'
5742024-03-30T03:03:12.123Z+ case "$1" in
5752024-03-30T03:03:12.124Z+ SET_BINARIES=
5762024-03-30T03:03:12.124Z+ CIDL_SHA256=79c32441d7d5328a06e92e7d9c410805e9d8be9d78d59ce1ed6c3e0fba93198d
5772024-03-30T03:03:12.124Z+ CIDL_SHA256FUNC=do_sha256sum
5782024-03-30T03:03:12.124Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5792024-03-30T03:03:12.124Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d/dendrite-stub.tar.gz
5802024-03-30T03:03:12.125Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5812024-03-30T03:03:12.125Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d/dendrite-stub.tar.gz'
5822024-03-30T03:03:12.125ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d/dendrite-stub.tar.gz
5832024-03-30T03:03:12.125Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5842024-03-30T03:03:12.125Z+ mkdir -p out/downloads
5852024-03-30T03:03:12.125ZLocal file: out/downloads/dendrite-stub.tar.gz
5862024-03-30T03:03:12.125Z+ mkdir -p ./out/dendrite-stub
5872024-03-30T03:03:12.126Z+ fetch_and_verify
5882024-03-30T03:03:12.126Z+ local DO_DOWNLOAD=true
5892024-03-30T03:03:12.126Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5902024-03-30T03:03:12.126Z+ '[' true == true ']'
5912024-03-30T03:03:12.126Z+ echo Downloading...
5922024-03-30T03:03:12.126ZDownloading...
5932024-03-30T03:03:12.126Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5942024-03-30T03:03:12.127Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d/dendrite-stub.tar.gz
5952024-03-30T03:03:18.761Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5962024-03-30T03:03:19.169Z++ sha256sum
5972024-03-30T03:03:19.169Z++ awk '{print $1}'
5982024-03-30T03:03:19.169Z+ calculated_sha256=79c32441d7d5328a06e92e7d9c410805e9d8be9d78d59ce1ed6c3e0fba93198d
5992024-03-30T03:03:19.169Z+ [[ 79c32441d7d5328a06e92e7d9c410805e9d8be9d78d59ce1ed6c3e0fba93198d != \7\9\c\3\2\4\4\1\d\7\d\5\3\2\8\a\0\6\e\9\2\e\7\d\9\c\4\1\0\8\0\5\e\9\d\8\b\e\9\d\7\8\d\5\9\c\e\1\e\d\6\c\3\e\0\f\b\a\9\3\1\9\8\d ]]
6002024-03-30T03:03:19.169Z+ do_untar out/downloads/dendrite-stub.tar.gz
6012024-03-30T03:03:19.169Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
6022024-03-30T03:03:19.391Z+ do_assemble
6032024-03-30T03:03:19.391Z+ rm -r ./out/dendrite-stub
6042024-03-30T03:03:19.399Z+ mkdir ./out/dendrite-stub
6052024-03-30T03:03:19.399Z+ cp -r out/downloads/root ./out/dendrite-stub/root
6062024-03-30T03:03:19.453Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
6072024-03-30T03:03:19.465Z+ set -o errexit
6082024-03-30T03:03:19.468Z+++ dirname ./tools/ci_download_maghemite_mgd
6092024-03-30T03:03:19.471Z++ cd ./tools
6102024-03-30T03:03:19.471Z++ pwd
6112024-03-30T03:03:19.471Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6122024-03-30T03:03:19.472Z++ basename ./tools/ci_download_maghemite_mgd
6132024-03-30T03:03:19.472Z+ ARG0=ci_download_maghemite_mgd
6142024-03-30T03:03:19.472Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
6152024-03-30T03:03:19.472Z++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6162024-03-30T03:03:19.472Z++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d
6172024-03-30T03:03:19.472Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6182024-03-30T03:03:19.472Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
6192024-03-30T03:03:19.472Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
6202024-03-30T03:03:19.472Z+ TARGET_DIR=out
6212024-03-30T03:03:19.472Z+ DOWNLOAD_DIR=out/downloads
6222024-03-30T03:03:19.472Z+ DEST_DIR=./out/mgd
6232024-03-30T03:03:19.473Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6242024-03-30T03:03:19.473Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6252024-03-30T03:03:19.473Z+ REPO=oxidecomputer/maghemite
6262024-03-30T03:03:19.473Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a
6272024-03-30T03:03:19.476Z+ main
6282024-03-30T03:03:19.476Z+ rm -rf out/downloads/root
6292024-03-30T03:03:19.480Z+ [[ 0 != 0 ]]
6302024-03-30T03:03:19.480Z+ CIDL_OS=solaris2.11
6312024-03-30T03:03:19.480Z+ [[ 0 != 0 ]]
6322024-03-30T03:03:19.480Z+ configure_os solaris2.11
6332024-03-30T03:03:19.480Z+ echo 'current directory: /work/oxidecomputer/omicron'
6342024-03-30T03:03:19.480Zcurrent directory: /work/oxidecomputer/omicron
6352024-03-30T03:03:19.480Z+ echo 'configuring based on OS: "solaris2.11"'
6362024-03-30T03:03:19.480Z+ case "$1" in
6372024-03-30T03:03:19.480Zconfiguring based on OS: "solaris2.11"
6382024-03-30T03:03:19.481Z+ SET_BINARIES=
6392024-03-30T03:03:19.481Z+ CIDL_SHA256FUNC=do_sha256sum
6402024-03-30T03:03:19.481Z+ TARBALL_FILENAME=mgd.tar.gz
6412024-03-30T03:03:19.481Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6422024-03-30T03:03:19.481Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6432024-03-30T03:03:19.481Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz'
6442024-03-30T03:03:19.481ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6452024-03-30T03:03:19.481ZLocal file: out/downloads/mgd.tar.gz
6462024-03-30T03:03:19.481Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6472024-03-30T03:03:19.481Z+ mkdir -p out/downloads
6482024-03-30T03:03:19.485Z+ mkdir -p ./out/mgd
6492024-03-30T03:03:19.485Z+ fetch_and_verify
6502024-03-30T03:03:19.486Z+ local DO_DOWNLOAD=true
6512024-03-30T03:03:19.486Z+ [[ -f out/downloads/mgd.tar.gz ]]
6522024-03-30T03:03:19.486Z+ '[' true == true ']'
6532024-03-30T03:03:19.486Z+ echo Downloading...
6542024-03-30T03:03:19.486ZDownloading...
6552024-03-30T03:03:19.486Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz
6562024-03-30T03:03:19.486Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6572024-03-30T03:03:27.952Z++ do_sha256sum out/downloads/mgd.tar.gz
6582024-03-30T03:03:27.957Z++ sha256sum
6592024-03-30T03:03:27.958Z++ awk '{print $1}'
6602024-03-30T03:03:27.976Z+ calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6612024-03-30T03:03:27.980Z+ [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]]
6622024-03-30T03:03:27.980Z+ do_untar out/downloads/mgd.tar.gz
6632024-03-30T03:03:27.980Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6642024-03-30T03:03:28.572Z+ do_assemble
6652024-03-30T03:03:28.572Z+ rm -r ./out/mgd
6662024-03-30T03:03:28.585Z+ mkdir ./out/mgd
6672024-03-30T03:03:28.585Z+ cp -r out/downloads/root ./out/mgd/root
6682024-03-30T03:03:28.644Z+ set -o errexit
6692024-03-30T03:03:28.650Z+++ dirname ./tools/ci_download_transceiver_control
6702024-03-30T03:03:28.655Z++ cd ./tools
6712024-03-30T03:03:28.655Z++ pwd
6722024-03-30T03:03:28.655Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6732024-03-30T03:03:28.655Z++ basename ./tools/ci_download_transceiver_control
6742024-03-30T03:03:28.655Z+ ARG0=ci_download_transceiver_control
6752024-03-30T03:03:28.655Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6762024-03-30T03:03:28.655Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6772024-03-30T03:03:28.655Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6782024-03-30T03:03:28.655Z+ TARGET_DIR=out
6792024-03-30T03:03:28.655Z+ DOWNLOAD_DIR=out/downloads
6802024-03-30T03:03:28.655Z+ DEST_DIR=./out/transceiver-control
6812024-03-30T03:03:28.655Z+ BIN_DIR=/opt/oxide/bin
6822024-03-30T03:03:28.655Z+ BINARY=xcvradm
6832024-03-30T03:03:28.655Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6842024-03-30T03:03:28.656Z+ REPO=oxidecomputer/transceiver-control
6852024-03-30T03:03:28.656Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6862024-03-30T03:03:28.656Z+ main
6872024-03-30T03:03:28.656Z+ [[ 0 != 0 ]]
6882024-03-30T03:03:28.656Z+ CIDL_OS=solaris2.11
6892024-03-30T03:03:28.656Z+ [[ 0 != 0 ]]
6902024-03-30T03:03:28.656Z+ configure_os solaris2.11
6912024-03-30T03:03:28.656Z+ echo 'current directory: /work/oxidecomputer/omicron'
6922024-03-30T03:03:28.656Zcurrent directory: /work/oxidecomputer/omicron
6932024-03-30T03:03:28.656Z+ echo 'configuring based on OS: "solaris2.11"'
6942024-03-30T03:03:28.656Z+ case "$1" in
6952024-03-30T03:03:28.656Z+ SET_BINARIES=
6962024-03-30T03:03:28.656Zconfiguring based on OS: "solaris2.11"
6972024-03-30T03:03:28.656Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6982024-03-30T03:03:28.656Z+ CIDL_SHA256FUNC=do_sha256sum
6992024-03-30T03:03:28.656Z+ ARCHIVE_FILENAME=xcvradm.gz
7002024-03-30T03:03:28.656Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
7012024-03-30T03:03:28.656Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
7022024-03-30T03:03:28.656Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
7032024-03-30T03:03:28.656Z+ echo 'Local file: out/downloads/xcvradm.gz'
7042024-03-30T03:03:28.656ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
7052024-03-30T03:03:28.657ZLocal file: out/downloads/xcvradm.gz
7062024-03-30T03:03:28.657Z+ mkdir -p out/downloads
7072024-03-30T03:03:28.657Z+ mkdir -p ./out/transceiver-control
7082024-03-30T03:03:28.660Z+ fetch_and_verify
7092024-03-30T03:03:28.660Z+ local DO_DOWNLOAD=true
7102024-03-30T03:03:28.660Z+ [[ -f out/downloads/xcvradm.gz ]]
7112024-03-30T03:03:28.660Z+ '[' true == true ']'
7122024-03-30T03:03:28.660Z+ echo Downloading...
7132024-03-30T03:03:28.660ZDownloading...
7142024-03-30T03:03:28.660Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
7152024-03-30T03:03:28.660Z+ 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
7162024-03-30T03:03:30.709Z++ do_sha256sum out/downloads/xcvradm.gz
7172024-03-30T03:03:30.714Z++ sha256sum
7182024-03-30T03:03:30.714Z++ awk '{print $1}'
7192024-03-30T03:03:30.722Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7202024-03-30T03:03:30.722Z+ [[ 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 ]]
7212024-03-30T03:03:30.722Z+ do_unpack out/downloads/xcvradm.gz
7222024-03-30T03:03:30.722Z+ mkdir -p out/downloads/root//opt/oxide/bin
7232024-03-30T03:03:30.726Z+ gzip -dc out/downloads/xcvradm.gz
7242024-03-30T03:03:30.837Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7252024-03-30T03:03:30.841Z+ do_assemble
7262024-03-30T03:03:30.841Z+ rm -r ./out/transceiver-control
7272024-03-30T03:03:30.845Z+ mkdir ./out/transceiver-control
7282024-03-30T03:03:30.845Z+ cp -r out/downloads/root ./out/transceiver-control/root
7292024-03-30T03:03:30.931Z+ set -o errexit
7302024-03-30T03:03:30.934Z+++ dirname ./tools/ci_download_thundermuffin
7312024-03-30T03:03:30.934Z++ cd ./tools
7322024-03-30T03:03:30.934Z++ pwd
7332024-03-30T03:03:30.934Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7342024-03-30T03:03:30.934Z++ basename ./tools/ci_download_thundermuffin
7352024-03-30T03:03:30.937Z+ ARG0=ci_download_thundermuffin
7362024-03-30T03:03:30.937Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7372024-03-30T03:03:30.937Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7382024-03-30T03:03:30.938Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7392024-03-30T03:03:30.938Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7402024-03-30T03:03:30.938Z+ TARGET_DIR=out
7412024-03-30T03:03:30.938Z+ DOWNLOAD_DIR=out/downloads
7422024-03-30T03:03:30.938Z+ DEST_DIR=./out/thundermuffin
7432024-03-30T03:03:30.938Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7442024-03-30T03:03:30.938Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7452024-03-30T03:03:30.938Z+ REPO=oxidecomputer/thundermuffin
7462024-03-30T03:03:30.938Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7472024-03-30T03:03:30.938Z+ main
7482024-03-30T03:03:30.938Z+ rm -rf out/downloads/root
7492024-03-30T03:03:30.943Z+ [[ 0 != 0 ]]
7502024-03-30T03:03:30.943Z+ CIDL_OS=solaris2.11
7512024-03-30T03:03:30.947Z+ [[ 0 != 0 ]]
7522024-03-30T03:03:30.947Z+ configure_os solaris2.11
7532024-03-30T03:03:30.947Z+ echo 'current directory: /work/oxidecomputer/omicron'
7542024-03-30T03:03:30.947Zcurrent directory: /work/oxidecomputer/omicron
7552024-03-30T03:03:30.948Z+ echo 'configuring based on OS: "solaris2.11"'
7562024-03-30T03:03:30.948Z+ case "$1" in
7572024-03-30T03:03:30.948Zconfiguring based on OS: "solaris2.11"
7582024-03-30T03:03:30.948Z+ SET_BINARIES=
7592024-03-30T03:03:30.948Z+ CIDL_SHA256FUNC=do_sha256sum
7602024-03-30T03:03:30.948Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7612024-03-30T03:03:30.948Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7622024-03-30T03:03:30.948Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7632024-03-30T03:03:30.948Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7642024-03-30T03:03:30.948Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7652024-03-30T03:03:30.948ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7662024-03-30T03:03:30.948ZLocal file: out/downloads/thundermuffin.tar.gz
7672024-03-30T03:03:30.948Z+ mkdir -p out/downloads
7682024-03-30T03:03:30.948Z+ mkdir -p ./out/thundermuffin
7692024-03-30T03:03:30.953Z+ fetch_and_verify
7702024-03-30T03:03:30.953Z+ local DO_DOWNLOAD=true
7712024-03-30T03:03:30.953Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7722024-03-30T03:03:30.953Z+ '[' true == true ']'
7732024-03-30T03:03:30.953Z+ echo Downloading...
7742024-03-30T03:03:30.953ZDownloading...
7752024-03-30T03:03:30.953Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7762024-03-30T03:03:30.953Z+ 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
7772024-03-30T03:03:32.434Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7782024-03-30T03:03:32.437Z++ sha256sum
7792024-03-30T03:03:32.437Z++ awk '{print $1}'
7802024-03-30T03:03:32.441Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7812024-03-30T03:03:32.445Z+ [[ 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 ]]
7822024-03-30T03:03:32.445Z+ do_untar out/downloads/thundermuffin.tar.gz
7832024-03-30T03:03:32.445Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7842024-03-30T03:03:32.505Z+ do_assemble
7852024-03-30T03:03:32.505Z+ rm -r ./out/thundermuffin
7862024-03-30T03:03:32.511Z+ mkdir ./out/thundermuffin
7872024-03-30T03:03:32.511Z+ cp -r out/downloads/root ./out/thundermuffin/root
7882024-03-30T03:03:32.529ZAll builder prerequisites installed successfully, and PATH looks valid
7892024-03-30T03:03:32.532Z
7902024-03-30T03:03:32.532Zreal 2:25.522279306
7912024-03-30T03:03:32.533Zuser 37.105719575
7922024-03-30T03:03:32.533Zsys 6.695183443
7932024-03-30T03:03:32.533Ztrap 0.009309657
7942024-03-30T03:03:32.533Ztflt 0.145902436
7952024-03-30T03:03:32.533Zdflt 0.419512537
7962024-03-30T03:03:32.533Zkflt 0.173909279
7972024-03-30T03:03:32.533Zlock 0.885317980
7982024-03-30T03:03:32.533Zslp 4:51.343553012
7992024-03-30T03:03:32.533Zlat 1.961272836
8002024-03-30T03:03:32.533Zstop 0.141337222
8012024-03-30T03:03:32.533Z
8022024-03-30T03:03:32.533Z #### # # ##### ##### # #
8032024-03-30T03:03:32.533Z # # # # # # # # # #
8042024-03-30T03:03:32.533Z # # # # # # # #
8052024-03-30T03:03:32.533Z # # # ##### ##### #
8062024-03-30T03:03:32.533Z # # # # # # #
8072024-03-30T03:03:32.533Z #### ###### # # # #
8082024-03-30T03:03:32.533Z
8092024-03-30T03:03:32.744Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
8102024-03-30T03:03:33.614Z Updating git repository `https://github.com/oxidecomputer/samael`
8112024-03-30T03:03:34.469Z Updating git repository `https://github.com/oxidecomputer/zone`
8122024-03-30T03:03:35.166Z Updating crates.io index
8132024-03-30T03:03:35.262Z Updating git repository `https://github.com/oxidecomputer/dropshot`
8142024-03-30T03:03:37.455Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8152024-03-30T03:03:39.040Z Updating git repository `https://github.com/oxidecomputer/progenitor`
8162024-03-30T03:03:43.588Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
8172024-03-30T03:03:46.102Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8182024-03-30T03:03:46.813Z Updating git repository `https://github.com/oxidecomputer/propolis`
8192024-03-30T03:03:50.011Z Updating git repository `https://github.com/oxidecomputer/crucible`
8202024-03-30T03:03:55.749Z Updating git repository `https://github.com/oxidecomputer/opte`
8212024-03-30T03:03:58.576Z Updating git repository `https://github.com/oxidecomputer/falcon`
8222024-03-30T03:04:02.133Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8232024-03-30T03:04:03.020Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8242024-03-30T03:04:04.417Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8252024-03-30T03:04:05.201Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8262024-03-30T03:04:05.997Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8272024-03-30T03:04:07.059Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8282024-03-30T03:04:07.900Z Updating git repository `http://github.com/oxidecomputer/tofino`
8292024-03-30T03:04:08.798Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8302024-03-30T03:04:09.416Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8312024-03-30T03:04:10.091Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8322024-03-30T03:04:10.929Z Updating git repository `https://github.com/oxidecomputer/ispf`
8332024-03-30T03:04:11.689Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8342024-03-30T03:04:12.382Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8352024-03-30T03:04:14.423Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8362024-03-30T03:04:15.471Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8372024-03-30T03:04:16.209Z Updating git repository `https://github.com/jgallagher/nix`
8382024-03-30T03:04:20.333Z Updating git repository `https://github.com/cbiffle/hubpack`
8392024-03-30T03:04:21.216Z Updating git repository `https://github.com/oxidecomputer/typify`
8402024-03-30T03:04:24.348Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8412024-03-30T03:04:25.905Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8422024-03-30T03:04:26.798Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8432024-03-30T03:04:28.568Z Updating git repository `https://github.com/oxidecomputer/rfb`
8442024-03-30T03:04:30.416Z Downloading crates ...
8452024-03-30T03:04:30.511Z Downloaded clap v4.5.1
8462024-03-30T03:04:30.528Z Downloaded bitflags v2.4.2
8472024-03-30T03:04:30.535Z Downloaded equivalent v1.0.1
8482024-03-30T03:04:30.535Z Downloaded terminal_size v0.3.0
8492024-03-30T03:04:30.535Z Downloaded colorchoice v1.0.0
8502024-03-30T03:04:30.535Z Downloaded swrite v0.1.0
8512024-03-30T03:04:30.535Z Downloaded thiserror-impl v1.0.57
8522024-03-30T03:04:30.536Z Downloaded strsim v0.11.0
8532024-03-30T03:04:30.536Z Downloaded anstyle-query v1.0.0
8542024-03-30T03:04:30.547Z Downloaded serde_spanned v0.6.5
8552024-03-30T03:04:30.547Z Downloaded cargo-platform v0.1.3
8562024-03-30T03:04:30.547Z Downloaded autocfg v1.1.0
8572024-03-30T03:04:30.547Z Downloaded itoa v1.0.9
8582024-03-30T03:04:30.551Z Downloaded fs-err v2.11.0
8592024-03-30T03:04:30.552Z Downloaded anstyle v1.0.6
8602024-03-30T03:04:30.552Z Downloaded clap_lex v0.7.0
8612024-03-30T03:04:30.552Z Downloaded heck v0.4.1
8622024-03-30T03:04:30.555Z Downloaded camino v1.1.6
8632024-03-30T03:04:30.558Z Downloaded toml_datetime v0.6.5
8642024-03-30T03:04:30.562Z Downloaded utf8parse v0.2.1
8652024-03-30T03:04:30.562Z Downloaded thiserror v1.0.57
8662024-03-30T03:04:30.565Z Downloaded anstyle-parse v0.2.1
8672024-03-30T03:04:30.569Z Downloaded errno v0.3.8
8682024-03-30T03:04:30.569Z Downloaded cargo_metadata v0.18.1
8692024-03-30T03:04:30.575Z Downloaded quote v1.0.35
8702024-03-30T03:04:30.575Z Downloaded cargo_toml v0.19.0
8712024-03-30T03:04:30.578Z Downloaded unicode-ident v1.0.12
8722024-03-30T03:04:30.578Z Downloaded semver v1.0.22
8732024-03-30T03:04:30.583Z Downloaded clap_derive v4.5.0
8742024-03-30T03:04:30.583Z Downloaded toml v0.8.10
8752024-03-30T03:04:30.588Z Downloaded anstream v0.6.11
8762024-03-30T03:04:30.592Z Downloaded anyhow v1.0.79
8772024-03-30T03:04:30.592Z Downloaded serde_derive v1.0.197
8782024-03-30T03:04:30.603Z Downloaded ryu v1.0.15
8792024-03-30T03:04:30.612Z Downloaded proc-macro2 v1.0.78
8802024-03-30T03:04:30.612Z Downloaded indexmap v2.2.5
8812024-03-30T03:04:30.613Z Downloaded serde v1.0.197
8822024-03-30T03:04:30.616Z Downloaded memchr v2.7.1
8832024-03-30T03:04:30.628Z Downloaded toml_edit v0.22.6
8842024-03-30T03:04:30.664Z Downloaded hashbrown v0.14.3
8852024-03-30T03:04:30.676Z Downloaded winnow v0.6.1
8862024-03-30T03:04:30.686Z Downloaded clap_builder v4.5.1
8872024-03-30T03:04:30.686Z Downloaded syn v2.0.52
8882024-03-30T03:04:30.691Z Downloaded serde_json v1.0.114
8892024-03-30T03:04:30.698Z Downloaded rustix v0.38.31
8902024-03-30T03:04:30.727Z Downloaded libc v0.2.153
8912024-03-30T03:04:30.979Z Compiling proc-macro2 v1.0.78
8922024-03-30T03:04:30.983Z Compiling unicode-ident v1.0.12
8932024-03-30T03:04:30.983Z Compiling serde v1.0.197
8942024-03-30T03:04:30.984Z Compiling libc v0.2.153
8952024-03-30T03:04:30.984Z Compiling rustix v0.38.31
8962024-03-30T03:04:30.984Z Compiling bitflags v2.4.2
8972024-03-30T03:04:31.005Z Compiling equivalent v1.0.1
8982024-03-30T03:04:31.009Z Compiling hashbrown v0.14.3
8992024-03-30T03:04:31.151Z Compiling utf8parse v0.2.1
9002024-03-30T03:04:31.200Z Compiling serde_json v1.0.114
9012024-03-30T03:04:31.306Z Compiling anstyle-parse v0.2.1
9022024-03-30T03:04:31.410Z Compiling autocfg v1.1.0
9032024-03-30T03:04:31.578Z Compiling thiserror v1.0.57
9042024-03-30T03:04:32.052Z Compiling indexmap v2.2.5
9052024-03-30T03:04:32.124Z Compiling semver v1.0.22
9062024-03-30T03:04:32.674Z Compiling winnow v0.6.1
9072024-03-30T03:04:32.688Z Compiling colorchoice v1.0.0
9082024-03-30T03:04:32.688Z Compiling anstyle v1.0.6
9092024-03-30T03:04:32.688Z Compiling camino v1.1.6
9102024-03-30T03:04:32.689Z Compiling anstyle-query v1.0.0
9112024-03-30T03:04:32.689Z Compiling fs-err v2.11.0
9122024-03-30T03:04:32.698Z Compiling clap_lex v0.7.0
9132024-03-30T03:04:32.838Z Compiling anstream v0.6.11
9142024-03-30T03:04:32.899Z Compiling itoa v1.0.9
9152024-03-30T03:04:33.064Z Compiling heck v0.4.1
9162024-03-30T03:04:33.105Z Compiling anyhow v1.0.79
9172024-03-30T03:04:33.181Z Compiling ryu v1.0.15
9182024-03-30T03:04:33.281Z Compiling quote v1.0.35
9192024-03-30T03:04:33.495Z Compiling strsim v0.11.0
9202024-03-30T03:04:33.545Z Compiling swrite v0.1.0
9212024-03-30T03:04:33.627Z Compiling syn v2.0.52
9222024-03-30T03:04:33.641Z Compiling errno v0.3.8
9232024-03-30T03:04:34.768Z Compiling terminal_size v0.3.0
9242024-03-30T03:04:34.847Z Compiling clap_builder v4.5.1
9252024-03-30T03:04:38.955Z Compiling serde_derive v1.0.197
9262024-03-30T03:04:38.955Z Compiling thiserror-impl v1.0.57
9272024-03-30T03:04:38.961Z Compiling clap_derive v4.5.0
9282024-03-30T03:04:41.653Z Compiling clap v4.5.1
9292024-03-30T03:04:46.670Z Compiling toml_datetime v0.6.5
9302024-03-30T03:04:46.674Z Compiling serde_spanned v0.6.5
9312024-03-30T03:04:46.675Z Compiling cargo-platform v0.1.3
9322024-03-30T03:04:46.901Z Compiling toml_edit v0.22.6
9332024-03-30T03:04:47.908Z Compiling cargo_metadata v0.18.1
9342024-03-30T03:04:48.931Z Compiling toml v0.8.10
9352024-03-30T03:04:49.629Z Compiling cargo_toml v0.19.0
9362024-03-30T03:04:53.201Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
9372024-03-30T03:04:55.038Z Finished dev [unoptimized + debuginfo] target(s) in 1m 22s
9382024-03-30T03:04:55.246Z Running `target/debug/xtask clippy`
9392024-03-30T03:04:55.284Zrunning: "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" "--warn" "clippy::disallowed_macros" "--warn" "clippy::disallowed_methods" "--warn" "clippy::disallowed_names" "--warn" "clippy::disallowed_script_idents" "--warn" "clippy::disallowed_types"
9402024-03-30T03:04:55.860Z Downloading crates ...
9412024-03-30T03:04:56.010Z Downloaded backtrace v0.3.69
9422024-03-30T03:04:56.015Z Downloaded crucible-workspace-hack v0.1.0
9432024-03-30T03:04:56.017Z Downloaded arrayvec v0.7.4
9442024-03-30T03:04:56.023Z Downloaded constant_time_eq v0.3.0
9452024-03-30T03:04:56.023Z Downloaded cexpr v0.6.0
9462024-03-30T03:04:56.023Z Downloaded hex v0.4.3
9472024-03-30T03:04:56.028Z Downloaded highway v1.1.0
9482024-03-30T03:04:56.029Z Downloaded http-body v1.0.0
9492024-03-30T03:04:56.029Z Downloaded hostname v0.3.1
9502024-03-30T03:04:56.036Z Downloaded atomicwrites v0.4.3
9512024-03-30T03:04:56.036Z Downloaded headers-core v0.2.0
9522024-03-30T03:04:56.036Z Downloaded heck v0.3.3
9532024-03-30T03:04:56.036Z Downloaded home v0.5.5
9542024-03-30T03:04:56.036Z Downloaded hex-literal v0.4.1
9552024-03-30T03:04:56.043Z Downloaded hash32 v0.3.1
9562024-03-30T03:04:56.043Z Downloaded hashbrown v0.13.2
9572024-03-30T03:04:56.043Z Downloaded http-range v0.1.5
9582024-03-30T03:04:56.050Z Downloaded http-body v0.4.5
9592024-03-30T03:04:56.051Z Downloaded hmac v0.12.1
9602024-03-30T03:04:56.051Z Downloaded headers v0.3.9
9612024-03-30T03:04:56.054Z Downloaded http v0.2.12
9622024-03-30T03:04:56.058Z Downloaded http v1.0.0
9632024-03-30T03:04:56.065Z Downloaded lazycell v1.3.0
9642024-03-30T03:04:56.068Z Downloaded hyper-tls v0.5.0
9652024-03-30T03:04:56.068Z Downloaded instant v0.1.12
9662024-03-30T03:04:56.068Z Downloaded hkdf v0.12.4
9672024-03-30T03:04:56.071Z Downloaded indexmap v1.9.3
9682024-03-30T03:04:56.075Z Downloaded libtest-mimic v0.6.1
9692024-03-30T03:04:56.078Z Downloaded ipnet v2.9.0
9702024-03-30T03:04:56.078Z Downloaded byteorder v1.5.0
9712024-03-30T03:04:56.081Z Downloaded constant_time_eq v0.2.6
9722024-03-30T03:04:56.081Z Downloaded cast v0.3.0
9732024-03-30T03:04:56.084Z Downloaded base16ct v0.2.0
9742024-03-30T03:04:56.084Z Downloaded async-stream v0.3.5
9752024-03-30T03:04:56.088Z Downloaded hyper v0.14.28
9762024-03-30T03:04:56.094Z Downloaded linear-map v1.2.0
9772024-03-30T03:04:56.099Z Downloaded hyper-rustls v0.24.2
9782024-03-30T03:04:56.099Z Downloaded hyper v1.1.0
9792024-03-30T03:04:56.105Z Downloaded ident_case v1.0.1
9802024-03-30T03:04:56.110Z Downloaded humantime v2.1.0
9812024-03-30T03:04:56.110Z Downloaded hyper-staticfile v0.9.5
9822024-03-30T03:04:56.115Z Downloaded httptest v0.15.5
9832024-03-30T03:04:56.115Z Downloaded is_ci v1.2.0
9842024-03-30T03:04:56.115Z Downloaded corncobs v0.1.3
9852024-03-30T03:04:56.122Z Downloaded castaway v0.2.2
9862024-03-30T03:04:56.122Z Downloaded cassowary v0.3.0
9872024-03-30T03:04:56.122Z Downloaded inout v0.1.3
9882024-03-30T03:04:56.122Z Downloaded camino-tempfile v1.1.1
9892024-03-30T03:04:56.126Z Downloaded linked-hash-map v0.5.6
9902024-03-30T03:04:56.126Z Downloaded const_format_proc_macros v0.2.32
9912024-03-30T03:04:56.129Z Downloaded is-terminal v0.4.9
9922024-03-30T03:04:56.129Z Downloaded indoc v1.0.9
9932024-03-30T03:04:56.132Z Downloaded impl-trait-for-tuples v0.2.2
9942024-03-30T03:04:56.135Z Downloaded serde-big-array v0.5.1
9952024-03-30T03:04:56.138Z Downloaded block-buffer v0.10.4
9962024-03-30T03:04:56.138Z Downloaded lazy_static v1.4.0
9972024-03-30T03:04:56.146Z Downloaded ipnetwork v0.20.0
9982024-03-30T03:04:56.151Z Downloaded newtype_derive v0.1.6
9992024-03-30T03:04:56.151Z Downloaded colored v2.1.0
10002024-03-30T03:04:56.151Z Downloaded nested v0.1.1
10012024-03-30T03:04:56.151Z Downloaded cfg-if v1.0.0
10022024-03-30T03:04:56.151Z Downloaded lru-cache v0.1.2
10032024-03-30T03:04:56.151Z Downloaded matches v0.1.10
10042024-03-30T03:04:56.151Z Downloaded adler v1.0.2
10052024-03-30T03:04:56.166Z Downloaded bzip2 v0.4.4
10062024-03-30T03:04:56.166Z Downloaded new_debug_unreachable v1.0.4
10072024-03-30T03:04:56.166Z Downloaded base64ct v1.6.0
10082024-03-30T03:04:56.185Z Downloaded blake2 v0.10.6
10092024-03-30T03:04:56.186Z Downloaded ascii-canvas v3.0.0
10102024-03-30T03:04:56.186Z Downloaded mime v0.3.17
10112024-03-30T03:04:56.187Z Downloaded nanorand v0.7.0
10122024-03-30T03:04:56.187Z Downloaded md-5 v0.10.5
10132024-03-30T03:04:56.187Z Downloaded maplit v1.0.2
10142024-03-30T03:04:56.187Z Downloaded managed v0.8.0
10152024-03-30T03:04:56.187Z Downloaded lru v0.12.1
10162024-03-30T03:04:56.187Z Downloaded mockall v0.12.0
10172024-03-30T03:04:56.191Z Downloaded hyper-util v0.1.2
10182024-03-30T03:04:56.191Z Downloaded libloading v0.7.4
10192024-03-30T03:04:56.192Z Downloaded take_mut v0.2.2
10202024-03-30T03:04:56.192Z Downloaded newline-converter v0.3.0
10212024-03-30T03:04:56.192Z Downloaded buf-list v1.0.3
10222024-03-30T03:04:56.192Z Downloaded chacha20 v0.9.1
10232024-03-30T03:04:56.192Z Downloaded try-lock v0.2.4
10242024-03-30T03:04:56.192Z Downloaded cstr-argument v0.1.2
10252024-03-30T03:04:56.192Z Downloaded derive_builder_macro v0.12.0
10262024-03-30T03:04:56.192Z Downloaded async-trait v0.1.77
10272024-03-30T03:04:56.196Z Downloaded nodrop v0.1.14
10282024-03-30T03:04:56.200Z Downloaded scheduled-thread-pool v0.2.7
10292024-03-30T03:04:56.200Z Downloaded same-file v1.0.6
10302024-03-30T03:04:56.200Z Downloaded rustfmt-wrapper v0.2.0
10312024-03-30T03:04:56.205Z Downloaded serde_tokenstream v0.1.7
10322024-03-30T03:04:56.209Z Downloaded remove_dir_all v0.5.3
10332024-03-30T03:04:56.209Z Downloaded mime_guess v2.0.4
10342024-03-30T03:04:56.209Z Downloaded wait-timeout v0.2.0
10352024-03-30T03:04:56.213Z Downloaded openssl-probe v0.1.5
10362024-03-30T03:04:56.214Z Downloaded convert_case v0.4.0
10372024-03-30T03:04:56.214Z Downloaded cancel-safe-futures v0.1.5
10382024-03-30T03:04:56.218Z Downloaded strum v0.25.0
10392024-03-30T03:04:56.218Z Downloaded signal-hook-mio v0.2.3
10402024-03-30T03:04:56.222Z Downloaded slog-envlogger v2.2.0
10412024-03-30T03:04:56.222Z Downloaded crunchy v0.2.2
10422024-03-30T03:04:56.222Z Downloaded endian-type v0.1.2
10432024-03-30T03:04:56.225Z Downloaded zone_cfg_derive v0.1.2
10442024-03-30T03:04:56.226Z Downloaded structopt-derive v0.4.18
10452024-03-30T03:04:56.226Z Downloaded slab v0.4.9
10462024-03-30T03:04:56.230Z Downloaded siphasher v0.3.11
10472024-03-30T03:04:56.230Z Downloaded tokio-native-tls v0.3.1
10482024-03-30T03:04:56.243Z Downloaded tinyvec_macros v0.1.1
10492024-03-30T03:04:56.243Z Downloaded ciborium v0.2.2
10502024-03-30T03:04:56.248Z Downloaded structmeta-derive v0.3.0
10512024-03-30T03:04:56.248Z Downloaded slog-async v2.8.0
10522024-03-30T03:04:56.248Z Downloaded group v0.13.0
10532024-03-30T03:04:56.248Z Downloaded futures-executor v0.3.30
10542024-03-30T03:04:56.248Z Downloaded portpicker v0.1.1
10552024-03-30T03:04:56.248Z Downloaded phf_shared v0.10.0
10562024-03-30T03:04:56.248Z Downloaded mockall_derive v0.12.0
10572024-03-30T03:04:56.248Z Downloaded unarray v0.1.4
10582024-03-30T03:04:56.252Z Downloaded glob v0.3.1
10592024-03-30T03:04:56.252Z Downloaded miniz_oxide v0.7.1
10602024-03-30T03:04:56.264Z Downloaded sigpipe v0.1.3
10612024-03-30T03:04:56.264Z Downloaded unicode-xid v0.2.4
10622024-03-30T03:04:56.264Z Downloaded pathdiff v0.2.1
10632024-03-30T03:04:56.275Z Downloaded globset v0.4.13
10642024-03-30T03:04:56.275Z Downloaded path-slash v0.1.5
10652024-03-30T03:04:56.275Z Downloaded ahash v0.8.8
10662024-03-30T03:04:56.275Z Downloaded strum v0.26.1
10672024-03-30T03:04:56.275Z Downloaded predicates-tree v1.0.9
10682024-03-30T03:04:56.276Z Downloaded predicates-core v1.0.6
10692024-03-30T03:04:56.276Z Downloaded pkg-config v0.3.27
10702024-03-30T03:04:56.276Z Downloaded crossbeam-utils v0.8.19
10712024-03-30T03:04:56.284Z Downloaded termtree v0.4.1
10722024-03-30T03:04:56.284Z Downloaded rpassword v7.3.1
10732024-03-30T03:04:56.284Z Downloaded cc v1.0.83
10742024-03-30T03:04:56.284Z Downloaded want v0.3.1
10752024-03-30T03:04:56.284Z Downloaded multer v3.0.0
10762024-03-30T03:04:56.293Z Downloaded time-core v0.1.2
10772024-03-30T03:04:56.293Z Downloaded semver v0.11.0
10782024-03-30T03:04:56.293Z Downloaded zone v0.1.8
10792024-03-30T03:04:56.293Z Downloaded schemars v0.8.16
10802024-03-30T03:04:56.337Z Downloaded tower-service v0.3.2
10812024-03-30T03:04:56.337Z Downloaded semver-parser v0.10.2
10822024-03-30T03:04:56.338Z Downloaded waitgroup v0.1.2
10832024-03-30T03:04:56.338Z Downloaded rustls-native-certs v0.7.0
10842024-03-30T03:04:56.338Z Downloaded guppy-workspace-hack v0.1.0
10852024-03-30T03:04:56.338Z Downloaded spki v0.7.2
10862024-03-30T03:04:56.338Z Downloaded paste v1.0.14
10872024-03-30T03:04:56.338Z Downloaded psl-types v2.0.11
10882024-03-30T03:04:56.338Z Downloaded structmeta-derive v0.2.0
10892024-03-30T03:04:56.339Z Downloaded structopt v0.3.26
10902024-03-30T03:04:56.339Z Downloaded string_cache v0.8.7
10912024-03-30T03:04:56.339Z Downloaded pkcs8 v0.10.2
10922024-03-30T03:04:56.347Z Downloaded r2d2 v0.8.10
10932024-03-30T03:04:56.347Z Downloaded derive_builder_core v0.12.0
10942024-03-30T03:04:56.347Z Downloaded time-macros v0.2.17
10952024-03-30T03:04:56.347Z Downloaded rcgen v0.12.1
10962024-03-30T03:04:56.347Z Downloaded compact_str v0.7.1
10972024-03-30T03:04:56.347Z Downloaded signature v2.1.0
10982024-03-30T03:04:56.348Z Downloaded libm v0.2.7
10992024-03-30T03:04:56.360Z Downloaded plotters-svg v0.3.5
11002024-03-30T03:04:56.365Z Downloaded fragile v2.0.0
11012024-03-30T03:04:56.365Z Downloaded fixedbitset v0.4.2
11022024-03-30T03:04:56.365Z Downloaded enum-as-inner v0.5.1
11032024-03-30T03:04:56.366Z Downloaded darling_macro v0.20.3
11042024-03-30T03:04:56.372Z Downloaded proc-macro-error-attr v1.0.4
11052024-03-30T03:04:56.376Z Downloaded darling_macro v0.14.4
11062024-03-30T03:04:56.376Z Downloaded semver v0.1.20
11072024-03-30T03:04:56.377Z Downloaded secrecy v0.8.0
11082024-03-30T03:04:56.377Z Downloaded usdt-macro v0.5.0
11092024-03-30T03:04:56.377Z Downloaded spin v0.5.2
11102024-03-30T03:04:56.403Z Downloaded signal-hook-registry v1.4.1
11112024-03-30T03:04:56.403Z Downloaded scroll v0.12.0
11122024-03-30T03:04:56.404Z Downloaded float-cmp v0.9.0
11132024-03-30T03:04:56.404Z Downloaded scopeguard v1.2.0
11142024-03-30T03:04:56.404Z Downloaded peeking_take_while v0.1.2
11152024-03-30T03:04:56.404Z Downloaded tui-tree-widget v0.17.0
11162024-03-30T03:04:56.404Z Downloaded num-conv v0.1.0
11172024-03-30T03:04:56.417Z Downloaded walkdir v2.4.0
11182024-03-30T03:04:56.417Z Downloaded tokio-tungstenite v0.20.1
11192024-03-30T03:04:56.417Z Downloaded either v1.10.0
11202024-03-30T03:04:56.417Z Downloaded tokio-tungstenite v0.21.0
11212024-03-30T03:04:56.418Z Downloaded password-hash v0.5.0
11222024-03-30T03:04:56.418Z Downloaded filetime v0.2.23
11232024-03-30T03:04:56.418Z Downloaded rayon-core v1.12.1
11242024-03-30T03:04:56.418Z Downloaded darling v0.20.3
11252024-03-30T03:04:56.418Z Downloaded rand v0.4.6
11262024-03-30T03:04:56.418Z Downloaded parking_lot v0.11.2
11272024-03-30T03:04:56.422Z Downloaded opaque-debug v0.3.0
11282024-03-30T03:04:56.422Z Downloaded chacha20poly1305 v0.10.1
11292024-03-30T03:04:56.423Z Downloaded olpc-cjson v0.1.3
11302024-03-30T03:04:56.423Z Downloaded const_format v0.2.32
11312024-03-30T03:04:56.426Z Downloaded parse-size v1.0.0
11322024-03-30T03:04:56.426Z Downloaded hash32 v0.2.1
11332024-03-30T03:04:56.426Z Downloaded fd-lock v4.0.2
11342024-03-30T03:04:56.430Z Downloaded tap v1.0.1
11352024-03-30T03:04:56.430Z Downloaded plotters-backend v0.3.5
11362024-03-30T03:04:56.434Z Downloaded resolv-conf v0.7.0
11372024-03-30T03:04:56.434Z Downloaded rand_xorshift v0.3.0
11382024-03-30T03:04:56.437Z Downloaded num-derive v0.4.0
11392024-03-30T03:04:56.438Z Downloaded slog v2.7.0
11402024-03-30T03:04:56.441Z Downloaded stability v0.1.1
11412024-03-30T03:04:56.444Z Downloaded minimal-lexical v0.2.1
11422024-03-30T03:04:56.451Z Downloaded tabwriter v1.4.0
11432024-03-30T03:04:56.455Z Downloaded toolchain_find v0.2.0
11442024-03-30T03:04:56.455Z Downloaded dirs-next v2.0.0
11452024-03-30T03:04:56.455Z Downloaded difflib v0.4.0
11462024-03-30T03:04:56.455Z Downloaded usdt-impl v0.5.0
11472024-03-30T03:04:56.458Z Downloaded ppv-lite86 v0.2.17
11482024-03-30T03:04:56.458Z Downloaded derive-where v1.2.7
11492024-03-30T03:04:56.466Z Downloaded deranged v0.3.11
11502024-03-30T03:04:56.470Z Downloaded display-error-chain v0.2.0
11512024-03-30T03:04:56.470Z Downloaded rtoolbox v0.0.1
11522024-03-30T03:04:56.470Z Downloaded crc-any v2.4.3
11532024-03-30T03:04:56.470Z Downloaded foreign-types-shared v0.3.1
11542024-03-30T03:04:56.473Z Downloaded rand v0.8.5
11552024-03-30T03:04:56.476Z Downloaded half v2.3.1
11562024-03-30T03:04:56.479Z Downloaded stable_deref_trait v1.2.0
11572024-03-30T03:04:56.479Z Downloaded smawk v0.3.1
11582024-03-30T03:04:56.479Z Downloaded crossbeam-channel v0.5.8
11592024-03-30T03:04:56.485Z Downloaded fallible-iterator v0.2.0
11602024-03-30T03:04:56.488Z Downloaded fastrand v2.0.1
11612024-03-30T03:04:56.491Z Downloaded digest v0.10.7
11622024-03-30T03:04:56.492Z Downloaded termios v0.3.3
11632024-03-30T03:04:56.495Z Downloaded getrandom v0.2.12
11642024-03-30T03:04:56.502Z Downloaded serde_repr v0.1.16
11652024-03-30T03:04:56.502Z Downloaded nom v7.1.3
11662024-03-30T03:04:56.505Z Downloaded postgres-types v0.2.6
11672024-03-30T03:04:56.509Z Downloaded postgres-protocol v0.6.6
11682024-03-30T03:04:56.512Z Downloaded papergrid v0.11.0
11692024-03-30T03:04:56.515Z Downloaded futures-io v0.3.30
11702024-03-30T03:04:56.516Z Downloaded tar v0.4.40
11712024-03-30T03:04:56.519Z Downloaded pretty-hex v0.2.1
11722024-03-30T03:04:56.522Z Downloaded pretty-hex v0.4.1
11732024-03-30T03:04:56.522Z Downloaded futures-sink v0.3.30
11742024-03-30T03:04:56.526Z Downloaded strum_macros v0.26.1
11752024-03-30T03:04:56.526Z Downloaded proc-macro-crate v1.3.1
11762024-03-30T03:04:56.529Z Downloaded strum_macros v0.25.2
11772024-03-30T03:04:56.532Z Downloaded peg-runtime v0.8.2
11782024-03-30T03:04:56.532Z Downloaded trybuild v1.0.89
11792024-03-30T03:04:56.536Z Downloaded flume v0.11.0
11802024-03-30T03:04:56.540Z Downloaded curve25519-dalek-derive v0.1.0
11812024-03-30T03:04:56.543Z Downloaded unicode_categories v0.1.1
11822024-03-30T03:04:56.546Z Downloaded uuid v1.7.0
11832024-03-30T03:04:56.549Z Downloaded uuid v0.8.2
11842024-03-30T03:04:56.559Z Downloaded tracing-attributes v0.1.27
11852024-03-30T03:04:56.559Z Downloaded serde_with_macros v3.6.1
11862024-03-30T03:04:56.562Z Downloaded rstest v0.18.2
11872024-03-30T03:04:56.562Z Downloaded fnv v1.0.7
11882024-03-30T03:04:56.563Z Downloaded unicase v2.7.0
11892024-03-30T03:04:56.568Z Downloaded topological-sort v0.2.2
11902024-03-30T03:04:56.568Z Downloaded flagset v0.4.3
11912024-03-30T03:04:56.572Z Downloaded plain v0.2.3
11922024-03-30T03:04:56.572Z Downloaded parking_lot_core v0.8.6
11932024-03-30T03:04:56.572Z Downloaded supports-color v3.0.0
11942024-03-30T03:04:56.575Z Downloaded fxhash v0.2.1
11952024-03-30T03:04:56.576Z Downloaded rustls-pki-types v1.3.0
11962024-03-30T03:04:56.576Z Downloaded proc-macro-error v1.0.4
11972024-03-30T03:04:56.579Z Downloaded ref-cast v1.0.20
11982024-03-30T03:04:56.582Z Downloaded textwrap v0.11.0
11992024-03-30T03:04:56.591Z Downloaded poly1305 v0.8.0
12002024-03-30T03:04:56.591Z Downloaded defmt v0.3.5
12012024-03-30T03:04:56.594Z Downloaded dtrace-parser v0.1.14
12022024-03-30T03:04:56.594Z Downloaded dtrace-parser v0.2.0
12032024-03-30T03:04:56.595Z Downloaded snafu-derive v0.7.5
12042024-03-30T03:04:56.598Z Downloaded toml v0.7.8
12052024-03-30T03:04:56.601Z Downloaded pin-utils v0.1.0
12062024-03-30T03:04:56.601Z Downloaded serde_plain v1.0.2
12072024-03-30T03:04:56.604Z Downloaded pem v3.0.2
12082024-03-30T03:04:56.606Z Downloaded subtle v2.5.0
12092024-03-30T03:04:56.607Z Downloaded pem-rfc7468 v0.7.0
12102024-03-30T03:04:56.609Z Downloaded postcard v1.0.8
12112024-03-30T03:04:56.615Z Downloaded untrusted v0.7.1
12122024-03-30T03:04:56.618Z Downloaded thiserror-impl-no-std v2.0.2
12132024-03-30T03:04:56.618Z Downloaded tokio-rustls v0.25.0
12142024-03-30T03:04:56.618Z Downloaded tokio-rustls v0.24.1
12152024-03-30T03:04:56.621Z Downloaded ref-cast-impl v1.0.20
12162024-03-30T03:04:56.622Z Downloaded rand_core v0.6.4
12172024-03-30T03:04:56.625Z Downloaded rand_chacha v0.3.1
12182024-03-30T03:04:56.625Z Downloaded yansi v0.5.1
12192024-03-30T03:04:56.628Z Downloaded defmt-parser v0.3.3
12202024-03-30T03:04:56.628Z Downloaded version_check v0.9.4
12212024-03-30T03:04:56.631Z Downloaded num-complex v0.4.4
12222024-03-30T03:04:56.636Z Downloaded threadpool v1.8.1
12232024-03-30T03:04:56.636Z Downloaded serde-big-array v0.4.1
12242024-03-30T03:04:56.639Z Downloaded downcast v0.11.0
12252024-03-30T03:04:56.639Z Downloaded num v0.4.1
12262024-03-30T03:04:56.640Z Downloaded zerocopy v0.6.4
12272024-03-30T03:04:56.643Z Downloaded diesel_table_macro_syntax v0.1.0
12282024-03-30T03:04:56.643Z Downloaded dirs-sys-next v0.1.2
12292024-03-30T03:04:56.643Z Downloaded num_enum_derive v0.5.11
12302024-03-30T03:04:56.643Z Downloaded num-iter v0.1.44
12312024-03-30T03:04:56.646Z Downloaded predicates v3.1.0
12322024-03-30T03:04:56.649Z Downloaded nu-ansi-term v0.50.0
12332024-03-30T03:04:56.652Z Downloaded num_threads v0.1.6
12342024-03-30T03:04:56.652Z Downloaded erased-serde v0.3.31
12352024-03-30T03:04:56.655Z Downloaded which v4.4.0
12362024-03-30T03:04:56.660Z Downloaded strum_macros v0.24.3
12372024-03-30T03:04:56.660Z Downloaded structmeta v0.3.0
12382024-03-30T03:04:56.669Z Downloaded crossterm v0.27.0
12392024-03-30T03:04:56.672Z Downloaded foreign-types-shared v0.1.1
12402024-03-30T03:04:56.672Z Downloaded foreign-types v0.5.0
12412024-03-30T03:04:56.672Z Downloaded foreign-types v0.3.2
12422024-03-30T03:04:56.673Z Downloaded sync_wrapper v0.1.2
12432024-03-30T03:04:56.673Z Downloaded futures-timer v3.0.2
12442024-03-30T03:04:56.673Z Downloaded owo-colors v4.0.0
12452024-03-30T03:04:56.676Z Downloaded parse-display-derive v0.9.0
12462024-03-30T03:04:56.679Z Downloaded usdt-impl v0.3.5
12472024-03-30T03:04:56.679Z Downloaded peg v0.8.2
12482024-03-30T03:04:56.683Z Downloaded static_assertions v1.1.0
12492024-03-30T03:04:56.686Z Downloaded smf v0.2.2
12502024-03-30T03:04:56.686Z Downloaded oorandom v11.1.3
12512024-03-30T03:04:56.686Z Downloaded idna v0.2.3
12522024-03-30T03:04:56.694Z Downloaded precomputed-hash v0.1.1
12532024-03-30T03:04:56.697Z Downloaded number_prefix v0.4.0
12542024-03-30T03:04:56.697Z Downloaded dyn-clone v1.0.17
12552024-03-30T03:04:56.700Z Downloaded sqlparser_derive v0.2.2
12562024-03-30T03:04:56.700Z Downloaded fatfs v0.3.6
12572024-03-30T03:04:56.707Z Downloaded slog-term v2.9.0
12582024-03-30T03:04:56.712Z Downloaded usdt-attr-macro v0.3.5
12592024-03-30T03:04:56.713Z Downloaded parking_lot_core v0.9.8
12602024-03-30T03:04:56.713Z Downloaded normalize-line-endings v0.3.0
12612024-03-30T03:04:56.713Z Downloaded oso-derive v0.27.0
12622024-03-30T03:04:56.713Z Downloaded rustc-demangle v0.1.23
12632024-03-30T03:04:56.716Z Downloaded termcolor v1.2.0
12642024-03-30T03:04:56.716Z Downloaded pest_generator v2.7.6
12652024-03-30T03:04:56.716Z Downloaded rustc_version v0.4.0
12662024-03-30T03:04:56.716Z Downloaded pin-project-internal v1.1.3
12672024-03-30T03:04:56.721Z Downloaded usdt-attr-macro v0.5.0
12682024-03-30T03:04:56.721Z Downloaded num-rational v0.4.1
12692024-03-30T03:04:56.729Z Downloaded foreign-types-macros v0.2.3
12702024-03-30T03:04:56.730Z Downloaded whoami v1.5.0
12712024-03-30T03:04:56.730Z Downloaded xattr v1.0.1
12722024-03-30T03:04:56.733Z Downloaded serde_arrays v0.1.0
12732024-03-30T03:04:56.733Z Downloaded serde-hex v0.1.0
12742024-03-30T03:04:56.733Z Downloaded num-integer v0.1.46
12752024-03-30T03:04:56.733Z Downloaded goblin v0.8.0
12762024-03-30T03:04:56.736Z Downloaded radium v0.7.0
12772024-03-30T03:04:56.739Z Downloaded pest_meta v2.7.6
12782024-03-30T03:04:56.742Z Downloaded rsa v0.9.2
12792024-03-30T03:04:56.745Z Downloaded usdt v0.5.0
12802024-03-30T03:04:56.748Z Downloaded trust-dns-client v0.22.0
12812024-03-30T03:04:56.753Z Downloaded unicode-segmentation v1.10.1
12822024-03-30T03:04:56.756Z Downloaded untrusted v0.9.0
12832024-03-30T03:04:56.759Z Downloaded getopts v0.2.21
12842024-03-30T03:04:56.763Z Downloaded tinyvec v1.6.0
12852024-03-30T03:04:56.766Z Downloaded target-lexicon v0.12.13
12862024-03-30T03:04:56.767Z Downloaded signal-hook-tokio v0.3.1
12872024-03-30T03:04:56.770Z Downloaded sha1 v0.10.6
12882024-03-30T03:04:56.770Z Downloaded quick-error v1.2.3
12892024-03-30T03:04:56.773Z Downloaded sqlformat v0.2.3
12902024-03-30T03:04:56.773Z Downloaded phf v0.11.2
12912024-03-30T03:04:56.773Z Downloaded defmt-macros v0.3.6
12922024-03-30T03:04:56.777Z Downloaded url v2.5.0
12932024-03-30T03:04:56.786Z Downloaded phf_shared v0.11.2
12942024-03-30T03:04:56.789Z Downloaded lalrpop v0.19.12
12952024-03-30T03:04:56.793Z Downloaded vte v0.11.1
12962024-03-30T03:04:56.796Z Downloaded serde_urlencoded v0.7.1
12972024-03-30T03:04:56.799Z Downloaded pkcs1 v0.7.5
12982024-03-30T03:04:56.802Z Downloaded pest_derive v2.7.6
12992024-03-30T03:04:56.805Z Downloaded oso v0.27.0
13002024-03-30T03:04:56.809Z Downloaded slog-json v2.6.1
13012024-03-30T03:04:56.809Z Downloaded unsafe-libyaml v0.2.10
13022024-03-30T03:04:56.814Z Downloaded zerocopy-derive v0.7.32
13032024-03-30T03:04:56.819Z Downloaded sha2 v0.10.8
13042024-03-30T03:04:56.830Z Downloaded vsss-rs v3.3.4
13052024-03-30T03:04:56.830Z Downloaded csv-core v0.1.11
13062024-03-30T03:04:56.830Z Downloaded der_derive v0.7.2
13072024-03-30T03:04:56.846Z Downloaded diesel_derives v2.1.2
13082024-03-30T03:04:56.846Z Downloaded h2 v0.3.24
13092024-03-30T03:04:56.846Z Downloaded snafu v0.7.5
13102024-03-30T03:04:56.861Z Downloaded serde_derive_internals v0.26.0
13112024-03-30T03:04:56.862Z Downloaded rustls-webpki v0.102.1
13122024-03-30T03:04:56.867Z Downloaded zip v0.6.6
13132024-03-30T03:04:56.871Z Downloaded tokio-postgres v0.7.10
13142024-03-30T03:04:56.885Z Downloaded serde_yaml v0.9.25
13152024-03-30T03:04:56.890Z Downloaded publicsuffix v2.2.3
13162024-03-30T03:04:56.890Z Downloaded der v0.7.8
13172024-03-30T03:04:56.890Z Downloaded platforms v3.0.2
13182024-03-30T03:04:56.890Z Downloaded tough v0.16.0
13192024-03-30T03:04:56.895Z Downloaded tokio-util v0.7.10
13202024-03-30T03:04:56.904Z Downloaded num-bigint v0.4.4
13212024-03-30T03:04:56.908Z Downloaded regex-automata v0.1.10
13222024-03-30T03:04:56.914Z Downloaded rustyline v13.0.0
13232024-03-30T03:04:56.919Z Downloaded pest v2.7.6
13242024-03-30T03:04:56.926Z Downloaded reedline v0.30.0
13252024-03-30T03:04:56.934Z Downloaded plotters v0.3.5
13262024-03-30T03:04:56.944Z Downloaded gimli v0.28.0
13272024-03-30T03:04:56.953Z Downloaded sqlparser v0.43.1
13282024-03-30T03:04:56.958Z Downloaded winnow v0.5.15
13292024-03-30T03:04:56.967Z Downloaded rustls-webpki v0.101.7
13302024-03-30T03:04:56.982Z Downloaded rustls v0.22.2
13312024-03-30T03:04:56.997Z Downloaded futures-util v0.3.30
13322024-03-30T03:04:57.009Z Downloaded syn v1.0.109
13332024-03-30T03:04:57.023Z Downloaded tabled v0.15.0
13342024-03-30T03:04:57.040Z Downloaded smoltcp v0.9.1
13352024-03-30T03:04:57.049Z Downloaded regex v1.10.3
13362024-03-30T03:04:57.063Z Downloaded num-bigint-dig v0.8.4
13372024-03-30T03:04:57.067Z Downloaded smoltcp v0.11.0
13382024-03-30T03:04:57.088Z Downloaded zerocopy-derive v0.6.4
13392024-03-30T03:04:57.091Z Downloaded zerocopy-derive v0.2.0
13402024-03-30T03:04:57.101Z Downloaded quick-xml v0.30.0
13412024-03-30T03:04:57.108Z Downloaded curve25519-dalek v4.1.1
13422024-03-30T03:04:57.119Z Downloaded diesel v2.1.4
13432024-03-30T03:04:57.136Z Downloaded csv v1.3.0
13442024-03-30T03:04:57.158Z Downloaded regex-syntax v0.8.2
13452024-03-30T03:04:57.168Z Downloaded petgraph v0.6.4
13462024-03-30T03:04:57.182Z Downloaded object v0.30.4
13472024-03-30T03:04:57.193Z Downloaded trust-dns-proto v0.22.0
13482024-03-30T03:04:57.206Z Downloaded radix_trie v0.2.1
13492024-03-30T03:04:57.211Z Downloaded regress v0.9.0
13502024-03-30T03:04:57.222Z Downloaded regex-syntax v0.6.29
13512024-03-30T03:04:57.228Z Downloaded bstr v1.9.0
13522024-03-30T03:04:57.239Z Downloaded polar-core v0.27.0
13532024-03-30T03:04:57.249Z Downloaded object v0.32.1
13542024-03-30T03:04:57.264Z Downloaded openapiv3 v2.0.0
13552024-03-30T03:04:57.280Z Downloaded bstr v0.2.17
13562024-03-30T03:04:57.295Z Downloaded proptest v1.4.0
13572024-03-30T03:04:57.317Z Downloaded chrono v0.4.34
13582024-03-30T03:04:57.325Z Downloaded ratatui v0.26.1
13592024-03-30T03:04:57.326Z Downloaded sled v0.34.7
13602024-03-30T03:04:57.335Z Downloaded reqwest v0.11.24
13612024-03-30T03:04:57.342Z Downloaded bitvec v1.0.1
13622024-03-30T03:04:57.355Z Downloaded ring v0.17.8
13632024-03-30T03:04:57.423Z Downloaded bzip2-sys v0.1.11+1.0.8
13642024-03-30T03:04:57.436Z Downloaded bindgen v0.69.2
13652024-03-30T03:04:57.442Z Downloaded webpki-roots v0.25.2
13662024-03-30T03:04:57.446Z Downloaded regex-automata v0.4.5
13672024-03-30T03:04:57.463Z Downloaded rayon v1.9.0
13682024-03-30T03:04:57.472Z Downloaded tokio v1.36.0
13692024-03-30T03:04:57.508Z Downloaded openssl v0.10.60
13702024-03-30T03:04:57.516Z Downloaded rustls v0.21.9
13712024-03-30T03:04:57.527Z Downloaded sha3 v0.10.8
13722024-03-30T03:04:57.532Z Downloaded nix v0.27.1
13732024-03-30T03:04:57.542Z Downloaded clap v2.34.0
13742024-03-30T03:04:57.549Z Downloaded steno v0.4.0
13752024-03-30T03:04:57.556Z Downloaded aho-corasick v1.1.2
13762024-03-30T03:04:57.559Z Downloaded zerocopy v0.7.32
13772024-03-30T03:04:57.574Z Downloaded vcpkg v0.2.15
13782024-03-30T03:04:57.611Z Downloaded idna v0.5.0
13792024-03-30T03:04:57.618Z Downloaded serde_with v3.6.1
13802024-03-30T03:04:57.626Z Downloaded encoding_rs v0.8.33
13812024-03-30T03:04:57.647Z Downloaded portable-atomic v1.4.3
13822024-03-30T03:04:57.652Z Downloaded blake3 v1.5.0
13832024-03-30T03:04:57.659Z Downloaded expectorate v1.1.0
13842024-03-30T03:04:57.662Z Downloaded tracing v0.1.40
13852024-03-30T03:04:57.665Z Downloaded pretty_assertions v1.4.0
13862024-03-30T03:04:57.668Z Downloaded guppy v0.17.5
13872024-03-30T03:04:57.672Z Downloaded prettyplease v0.2.16
13882024-03-30T03:04:57.675Z Downloaded futures-task v0.3.30
13892024-03-30T03:04:57.678Z Downloaded textwrap v0.16.1
13902024-03-30T03:04:57.681Z Downloaded gethostname v0.4.3
13912024-03-30T03:04:57.681Z Downloaded generic-array v0.14.7
13922024-03-30T03:04:57.682Z Downloaded unicode-normalization v0.1.22
13932024-03-30T03:04:57.684Z Downloaded zeroize_derive v1.4.2
13942024-03-30T03:04:57.695Z Downloaded zeroize v1.7.0
13952024-03-30T03:04:57.695Z Downloaded once_cell v1.19.0
13962024-03-30T03:04:57.700Z Downloaded signature v1.6.4
13972024-03-30T03:04:57.700Z Downloaded diff v0.1.13
13982024-03-30T03:04:57.700Z Downloaded rusty-fork v0.3.0
13992024-03-30T03:04:57.700Z Downloaded parse-display v0.9.0
14002024-03-30T03:04:57.700Z Downloaded target-spec v3.1.0
14012024-03-30T03:04:57.701Z Downloaded pin-project v1.1.3
14022024-03-30T03:04:57.708Z Downloaded env_logger v0.9.3
14032024-03-30T03:04:57.712Z Downloaded tracing-core v0.1.32
14042024-03-30T03:04:57.740Z Downloaded slog-stdlog v4.1.1
14052024-03-30T03:04:57.740Z Downloaded slog-scope v4.4.0
14062024-03-30T03:04:57.740Z Downloaded trust-dns-resolver v0.22.0
14072024-03-30T03:04:57.740Z Downloaded universal-hash v0.5.1
14082024-03-30T03:04:57.740Z Downloaded openssl-sys v0.9.96
14092024-03-30T03:04:57.760Z Downloaded strsim v0.10.0
14102024-03-30T03:04:57.760Z Downloaded rustls-pemfile v1.0.3
14112024-03-30T03:04:57.760Z Downloaded rustc_version v0.1.7
14122024-03-30T03:04:57.760Z Downloaded rustc-hash v1.1.0
14132024-03-30T03:04:57.760Z Downloaded ucd-trie v0.1.6
14142024-03-30T03:04:57.760Z Downloaded toml_edit v0.19.15
14152024-03-30T03:04:57.760Z Downloaded env_logger v0.10.0
14162024-03-30T03:04:57.760Z Downloaded ff v0.13.0
14172024-03-30T03:04:57.760Z Downloaded ed25519 v1.5.3
14182024-03-30T03:04:57.760Z Downloaded yasna v0.5.2
14192024-03-30T03:04:57.760Z Downloaded darling v0.14.4
14202024-03-30T03:04:57.761Z Downloaded thiserror-no-std v2.0.2
14212024-03-30T03:04:57.765Z Downloaded thread_local v1.1.7
14222024-03-30T03:04:57.766Z Downloaded thread-id v4.2.0
14232024-03-30T03:04:57.766Z Downloaded vec_map v0.8.2
14242024-03-30T03:04:57.766Z Downloaded strsim v0.8.0
14252024-03-30T03:04:57.767Z Downloaded stringprep v0.1.3
14262024-03-30T03:04:57.767Z Downloaded toml v0.5.11
14272024-03-30T03:04:57.771Z Downloaded tokio-stream v0.1.14
14282024-03-30T03:04:57.771Z Downloaded salty v0.2.0
14292024-03-30T03:04:57.776Z Downloaded unicode-bidi v0.3.15
14302024-03-30T03:04:57.781Z Downloaded peg-macros v0.8.2
14312024-03-30T03:04:57.781Z Downloaded parking_lot v0.12.1
14322024-03-30T03:04:57.801Z Downloaded futures v0.3.30
14332024-03-30T03:04:57.805Z Downloaded elliptic-curve v0.13.8
14342024-03-30T03:04:57.805Z Downloaded smallvec v0.6.14
14352024-03-30T03:04:57.805Z Downloaded serde_path_to_error v0.1.16
14362024-03-30T03:04:57.805Z Downloaded flate2 v1.0.28
14372024-03-30T03:04:57.806Z Downloaded rstest_macros v0.18.2
14382024-03-30T03:04:57.806Z Downloaded socket2 v0.4.9
14392024-03-30T03:04:57.806Z Downloaded doc-comment v0.3.3
14402024-03-30T03:04:57.806Z Downloaded datatest-stable v0.2.3
14412024-03-30T03:04:57.806Z Downloaded scroll_derive v0.12.0
14422024-03-30T03:04:57.806Z Downloaded debug-ignore v1.0.5
14432024-03-30T03:04:57.810Z Downloaded usdt v0.3.5
14442024-03-30T03:04:57.811Z Downloaded rustls-pemfile v2.1.1
14452024-03-30T03:04:57.811Z Downloaded criterion v0.5.1
14462024-03-30T03:04:57.816Z Downloaded typed-path v0.7.0
14472024-03-30T03:04:57.820Z Downloaded time v0.3.34
14482024-03-30T03:04:57.826Z Downloaded itertools v0.12.1
14492024-03-30T03:04:57.833Z Downloaded zerocopy v0.3.0
14502024-03-30T03:04:57.849Z Downloaded ron v0.8.1
14512024-03-30T03:04:57.849Z Downloaded ron v0.7.1
14522024-03-30T03:04:57.849Z Downloaded tower v0.4.13
14532024-03-30T03:04:57.882Z Downloaded smallvec v1.13.1
14542024-03-30T03:04:57.882Z Downloaded futures-macro v0.3.30
14552024-03-30T03:04:57.882Z Downloaded partial-io v0.5.4
14562024-03-30T03:04:57.882Z Downloaded derive_more v0.99.17
14572024-03-30T03:04:57.883Z Downloaded darling_core v0.20.3
14582024-03-30T03:04:57.883Z Downloaded darling_core v0.14.4
14592024-03-30T03:04:57.883Z Downloaded mio v0.8.11
14602024-03-30T03:04:57.883Z Downloaded libxml v0.3.3
14612024-03-30T03:04:57.887Z Downloaded tungstenite v0.21.0
14622024-03-30T03:04:57.887Z Downloaded tungstenite v0.20.1
14632024-03-30T03:04:57.893Z Downloaded subprocess v0.2.9
14642024-03-30T03:04:57.893Z Downloaded socket2 v0.5.5
14652024-03-30T03:04:57.893Z Downloaded x509-cert v0.2.4
14662024-03-30T03:04:57.897Z Downloaded trust-dns-server v0.22.1
14672024-03-30T03:04:57.902Z Downloaded powerfmt v0.2.0
14682024-03-30T03:04:57.906Z Downloaded tinytemplate v1.2.1
14692024-03-30T03:04:57.906Z Downloaded tiny-keccak v2.0.2
14702024-03-30T03:04:57.910Z Downloaded omicron-zone-package v0.11.0
14712024-03-30T03:04:57.910Z Downloaded num-traits v0.2.18
14722024-03-30T03:04:57.914Z Downloaded tabled_derive v0.7.0
14732024-03-30T03:04:57.914Z Downloaded structmeta v0.2.0
14742024-03-30T03:04:57.914Z Downloaded shlex v1.3.0
14752024-03-30T03:04:57.918Z Downloaded shell-words v1.1.0
14762024-03-30T03:04:57.918Z Downloaded synstructure v0.12.6
14772024-03-30T03:04:57.918Z Downloaded itertools v0.10.5
14782024-03-30T03:04:57.923Z Downloaded ring v0.16.20
14792024-03-30T03:04:58.003Z Downloaded typenum v1.16.0
14802024-03-30T03:04:58.006Z Downloaded test-strategy v0.3.1
14812024-03-30T03:04:58.010Z Downloaded rand_seeder v0.2.3
14822024-03-30T03:04:58.010Z Downloaded pin-project-lite v0.2.13
14832024-03-30T03:04:58.014Z Downloaded sct v0.7.0
14842024-03-30T03:04:58.018Z Downloaded base64 v0.21.7
14852024-03-30T03:04:58.022Z Downloaded fd-lock v3.0.13
14862024-03-30T03:04:58.022Z Downloaded data-encoding v2.4.0
14872024-03-30T03:04:58.026Z Downloaded utf-8 v0.7.6
14882024-03-30T03:04:58.026Z Downloaded unicode-linebreak v0.1.5
14892024-03-30T03:04:58.026Z Downloaded percent-encoding v2.3.1
14902024-03-30T03:04:58.027Z Downloaded packed_struct_codegen v0.10.1
14912024-03-30T03:04:58.031Z Downloaded packed_struct v0.10.1
14922024-03-30T03:04:58.031Z Downloaded funty v2.0.0
14932024-03-30T03:04:58.031Z Downloaded form_urlencoded v1.2.1
14942024-03-30T03:04:58.031Z Downloaded similar v2.4.0
14952024-03-30T03:04:58.034Z Downloaded base64 v0.22.0
14962024-03-30T03:04:58.042Z Downloaded futures-channel v0.3.30
14972024-03-30T03:04:58.043Z Downloaded crypto-bigint v0.5.2
14982024-03-30T03:04:58.046Z Downloaded schemars_derive v0.8.16
14992024-03-30T03:04:58.047Z Downloaded usdt-macro v0.3.5
15002024-03-30T03:04:58.047Z Downloaded sec1 v0.7.3
15012024-03-30T03:04:58.051Z Downloaded arc-swap v1.6.0
15022024-03-30T03:04:58.051Z Downloaded spin v0.9.8
15032024-03-30T03:04:58.055Z Downloaded ena v0.14.2
15042024-03-30T03:04:58.055Z Downloaded derive_builder v0.12.0
15052024-03-30T03:04:58.059Z Downloaded relative-path v1.9.0
15062024-03-30T03:04:58.059Z Downloaded num_enum v0.5.11
15072024-03-30T03:04:58.063Z Downloaded num_cpus v1.16.0
15082024-03-30T03:04:58.066Z Downloaded futures-core v0.3.30
15092024-03-30T03:04:58.067Z Downloaded embedded-io v0.4.0
15102024-03-30T03:04:58.071Z Downloaded signal-hook v0.3.17
15112024-03-30T03:04:58.071Z Downloaded idna v0.3.0
15122024-03-30T03:04:58.076Z Downloaded rustversion v1.0.14
15132024-03-30T03:04:58.081Z Downloaded crc32fast v1.3.2
15142024-03-30T03:04:58.081Z Downloaded wyz v0.5.1
15152024-03-30T03:04:58.086Z Downloaded base64 v0.13.1
15162024-03-30T03:04:58.086Z Downloaded ascii v1.1.0
15172024-03-30T03:04:58.090Z Downloaded allocator-api2 v0.2.16
15182024-03-30T03:04:58.090Z Downloaded bytes v1.5.0
15192024-03-30T03:04:58.094Z Downloaded crypto-common v0.1.6
15202024-03-30T03:04:58.094Z Downloaded tempfile v3.10.0
15212024-03-30T03:04:58.098Z Downloaded crossbeam-epoch v0.9.18
15222024-03-30T03:04:58.099Z Downloaded cfg-expr v0.15.6
15232024-03-30T03:04:58.104Z Downloaded similar-asserts v1.5.0
15242024-03-30T03:04:58.104Z Downloaded term v0.7.0
15252024-03-30T03:04:58.107Z Downloaded unicode-width v0.1.11
15262024-03-30T03:04:58.108Z Downloaded clang-sys v1.6.1
15272024-03-30T03:04:58.108Z Downloaded rust-argon2 v1.0.1
15282024-03-30T03:04:58.112Z Downloaded const-oid v0.9.6
15292024-03-30T03:04:58.112Z Downloaded dof v0.3.0
15302024-03-30T03:04:58.112Z Downloaded dof v0.1.5
15312024-03-30T03:04:58.116Z Downloaded native-tls v0.2.11
15322024-03-30T03:04:58.116Z Downloaded indicatif v0.17.8
15332024-03-30T03:04:58.120Z Downloaded tempdir v0.3.7
15342024-03-30T03:04:58.120Z Downloaded crossbeam-deque v0.8.3
15352024-03-30T03:04:58.120Z Downloaded ciborium-ll v0.2.2
15362024-03-30T03:04:58.124Z Downloaded strip-ansi-escapes v0.2.0
15372024-03-30T03:04:58.124Z Downloaded slog-dtrace v0.3.0
15382024-03-30T03:04:58.124Z Downloaded cookie v0.18.0
15392024-03-30T03:04:58.129Z Downloaded slog-bunyan v2.5.0
15402024-03-30T03:04:58.129Z Downloaded serde_tokenstream v0.2.0
15412024-03-30T03:04:58.136Z Downloaded log v0.4.21
15422024-03-30T03:04:58.136Z Downloaded addr2line v0.21.0
15432024-03-30T03:04:58.136Z Downloaded backoff v0.4.0
15442024-03-30T03:04:58.136Z Downloaded openssl-macros v0.1.1
15452024-03-30T03:04:58.153Z Downloaded cookie v0.17.0
15462024-03-30T03:04:58.153Z Downloaded ansi_term v0.12.1
15472024-03-30T03:04:58.153Z Downloaded memoffset v0.7.1
15482024-03-30T03:04:58.153Z Downloaded memmap v0.7.0
15492024-03-30T03:04:58.153Z Downloaded memmap2 v0.7.1
15502024-03-30T03:04:58.154Z Downloaded lock_api v0.4.10
15512024-03-30T03:04:58.162Z Downloaded console v0.15.8
15522024-03-30T03:04:58.162Z Downloaded aead v0.5.2
15532024-03-30T03:04:58.162Z Downloaded nibble_vec v0.1.0
15542024-03-30T03:04:58.163Z Downloaded newtype-uuid v1.0.1
15552024-03-30T03:04:58.163Z Downloaded multimap v0.10.0
15562024-03-30T03:04:58.163Z Downloaded blake2b_simd v1.0.1
15572024-03-30T03:04:58.163Z Downloaded bcs v0.1.6
15582024-03-30T03:04:58.163Z Downloaded assert_cmd v2.0.14
15592024-03-30T03:04:58.163Z Downloaded argon2 v0.5.3
15602024-03-30T03:04:58.163Z Downloaded vte_generate_state_changes v0.1.1
15612024-03-30T03:04:58.163Z Downloaded tokio-macros v2.2.0
15622024-03-30T03:04:58.164Z Downloaded tower-layer v0.3.2
15632024-03-30T03:04:58.164Z Downloaded libsw v3.3.1
15642024-03-30T03:04:58.164Z Downloaded macaddr v1.0.1
15652024-03-30T03:04:58.201Z Downloaded criterion-plot v0.5.0
15662024-03-30T03:04:58.201Z Downloaded crc-catalog v2.2.0
15672024-03-30T03:04:58.201Z Downloaded bytecount v0.6.3
15682024-03-30T03:04:58.201Z Downloaded approx v0.5.1
15692024-03-30T03:04:58.201Z Downloaded maybe-uninit v2.0.0
15702024-03-30T03:04:58.201Z Downloaded match_cfg v0.1.0
15712024-03-30T03:04:58.201Z Downloaded indoc v2.0.3
15722024-03-30T03:04:58.201Z Downloaded cobs v0.2.3
15732024-03-30T03:04:58.202Z Downloaded arrayref v0.3.7
15742024-03-30T03:04:58.202Z Downloaded anes v0.1.6
15752024-03-30T03:04:58.202Z Downloaded libefi-sys v0.1.0
15762024-03-30T03:04:58.202Z Downloaded lalrpop-util v0.19.12
15772024-03-30T03:04:58.205Z Downloaded keccak v0.1.4
15782024-03-30T03:04:58.205Z Downloaded httpdate v1.0.3
15792024-03-30T03:04:58.205Z Downloaded async-recursion v1.0.5
15802024-03-30T03:04:58.205Z Downloaded block-padding v0.3.3
15812024-03-30T03:04:58.205Z Downloaded bb8 v0.8.3
15822024-03-30T03:04:58.206Z Downloaded bitfield v0.14.0
15832024-03-30T03:04:58.206Z Downloaded bit-set v0.5.3
15842024-03-30T03:04:58.206Z Downloaded hubpack_derive v0.1.1
15852024-03-30T03:04:58.206Z Downloaded cookie_store v0.20.0
15862024-03-30T03:04:58.206Z Downloaded hubpack v0.1.2
15872024-03-30T03:04:58.206Z Downloaded cpufeatures v0.2.12
15882024-03-30T03:04:58.206Z Downloaded cipher v0.4.4
15892024-03-30T03:04:58.206Z Downloaded array-init v0.0.4
15902024-03-30T03:04:58.206Z Downloaded ciborium-io v0.2.2
15912024-03-30T03:04:58.206Z Downloaded kstat-rs v0.2.3
15922024-03-30T03:04:58.206Z Downloaded httparse v1.8.0
15932024-03-30T03:04:58.206Z Downloaded hyper-rustls v0.26.0
15942024-03-30T03:04:58.206Z Downloaded iana-time-zone v0.1.57
15952024-03-30T03:04:58.206Z Downloaded bitstruct_derive v0.1.0
15962024-03-30T03:04:58.206Z Downloaded assert_matches v1.5.0
15972024-03-30T03:04:58.206Z Downloaded heapless v0.8.0
15982024-03-30T03:04:58.206Z Downloaded heapless v0.7.16
15992024-03-30T03:04:58.206Z Downloaded atomic-waker v1.1.1
16002024-03-30T03:04:58.206Z Downloaded crc v3.0.1
16012024-03-30T03:04:58.206Z Downloaded bitstruct v0.1.1
16022024-03-30T03:04:58.211Z Downloaded bitflags v1.3.2
16032024-03-30T03:04:58.211Z Downloaded bit-vec v0.6.3
16042024-03-30T03:04:58.211Z Downloaded basic-toml v0.1.8
16052024-03-30T03:04:58.217Z Downloaded hashbrown v0.12.3
16062024-03-30T03:04:58.221Z Downloaded atty v0.2.14
16072024-03-30T03:04:58.224Z Downloaded async-stream-impl v0.3.5
16082024-03-30T03:04:58.754Z Compiling libc v0.2.153
16092024-03-30T03:04:58.754Z Compiling serde v1.0.197
16102024-03-30T03:04:58.758Z Compiling version_check v0.9.4
16112024-03-30T03:04:58.758Z Checking cfg-if v1.0.0
16122024-03-30T03:04:58.758Z Compiling syn v1.0.109
16132024-03-30T03:04:58.808Z Compiling lock_api v0.4.10
16142024-03-30T03:04:58.829Z Compiling syn v2.0.52
16152024-03-30T03:04:58.896Z Compiling parking_lot_core v0.9.8
16162024-03-30T03:04:58.930Z Compiling libm v0.2.7
16172024-03-30T03:04:59.249Z Compiling once_cell v1.19.0
16182024-03-30T03:04:59.303Z Compiling memchr v2.7.1
16192024-03-30T03:04:59.343Z Compiling num-traits v0.2.18
16202024-03-30T03:04:59.349Z Compiling serde_json v1.0.114
16212024-03-30T03:04:59.608Z Compiling ahash v0.8.8
16222024-03-30T03:04:59.692Z Compiling byteorder v1.5.0
16232024-03-30T03:05:00.137Z Checking log v0.4.21
16242024-03-30T03:05:00.401Z Compiling slab v0.4.9
16252024-03-30T03:05:00.477Z Checking itoa v1.0.9
16262024-03-30T03:05:00.590Z Checking getrandom v0.2.12
16272024-03-30T03:05:00.713Z Compiling cc v1.0.83
16282024-03-30T03:05:01.001Z Compiling typenum v1.16.0
16292024-03-30T03:05:01.106Z Compiling generic-array v0.14.7
16302024-03-30T03:05:01.344Z Checking scopeguard v1.2.0
16312024-03-30T03:05:01.515Z Checking smallvec v1.13.1
16322024-03-30T03:05:01.532Z Compiling allocator-api2 v0.2.16
16332024-03-30T03:05:01.610Z Compiling pkg-config v0.3.27
16342024-03-30T03:05:01.891Z Compiling rustix v0.38.31
16352024-03-30T03:05:02.194Z Compiling schemars v0.8.16
16362024-03-30T03:05:02.406Z Compiling httparse v1.8.0
16372024-03-30T03:05:02.581Z Compiling fnv v1.0.7
16382024-03-30T03:05:02.695Z Checking pin-project-lite v0.2.13
16392024-03-30T03:05:02.744Z Checking parking_lot v0.12.1
16402024-03-30T03:05:02.814Z Compiling time-core v0.1.2
16412024-03-30T03:05:02.851Z Compiling num-conv v0.1.0
16422024-03-30T03:05:03.094Z Checking signal-hook-registry v1.4.1
16432024-03-30T03:05:03.113Z Compiling vcpkg v0.2.15
16442024-03-30T03:05:03.193Z Compiling time-macros v0.2.17
16452024-03-30T03:05:03.338Z Checking mio v0.8.11
16462024-03-30T03:05:03.618Z Checking ryu v1.0.15
16472024-03-30T03:05:03.833Z Compiling ucd-trie v0.1.6
16482024-03-30T03:05:03.949Z Compiling aho-corasick v1.1.2
16492024-03-30T03:05:03.963Z Compiling ring v0.17.8
16502024-03-30T03:05:05.401Z Compiling openssl-sys v0.9.96
16512024-03-30T03:05:05.455Z Compiling regex-syntax v0.8.2
16522024-03-30T03:05:06.525Z Checking rand_core v0.6.4
16532024-03-30T03:05:06.765Z Compiling serde_derive_internals v0.26.0
16542024-03-30T03:05:07.662Z Checking num_cpus v1.16.0
16552024-03-30T03:05:07.749Z Checking futures-core v0.3.30
16562024-03-30T03:05:07.823Z Compiling ring v0.16.20
16572024-03-30T03:05:07.897Z Checking socket2 v0.5.5
16582024-03-30T03:05:08.354Z Compiling openssl v0.10.60
16592024-03-30T03:05:08.663Z Compiling regex-automata v0.4.5
16602024-03-30T03:05:09.507Z Compiling crossbeam-utils v0.8.19
16612024-03-30T03:05:10.083Z Compiling slog v2.7.0
16622024-03-30T03:05:10.689Z Compiling async-trait v0.1.77
16632024-03-30T03:05:11.101Z Checking spin v0.5.2
16642024-03-30T03:05:11.259Z Compiling iana-time-zone v0.1.57
16652024-03-30T03:05:11.692Z Compiling native-tls v0.2.11
16662024-03-30T03:05:11.704Z Compiling rustls v0.21.9
16672024-03-30T03:05:11.704Z Compiling rustversion v1.0.14
16682024-03-30T03:05:11.704Z Compiling cookie v0.17.0
16692024-03-30T03:05:11.704Z Compiling backtrace v0.3.69
16702024-03-30T03:05:11.928Z Compiling uuid v0.8.2
16712024-03-30T03:05:11.947Z Checking futures-sink v0.3.30
16722024-03-30T03:05:12.077Z Compiling unicode-xid v0.2.4
16732024-03-30T03:05:12.239Z Compiling dyn-clone v1.0.17
16742024-03-30T03:05:12.335Z Compiling anyhow v1.0.79
16752024-03-30T03:05:12.514Z Checking pin-utils v0.1.0
16762024-03-30T03:05:12.597Z Checking futures-channel v0.3.30
16772024-03-30T03:05:13.277Z Checking futures-task v0.3.30
16782024-03-30T03:05:13.429Z Compiling regex v1.10.3
16792024-03-30T03:05:13.497Z Checking futures-io v0.3.30
16802024-03-30T03:05:13.542Z Compiling tinyvec_macros v0.1.1
16812024-03-30T03:05:13.625Z Compiling tinyvec v1.6.0
16822024-03-30T03:05:13.643Z Compiling serde_derive v1.0.197
16832024-03-30T03:05:13.666Z Compiling zerocopy-derive v0.7.32
16842024-03-30T03:05:13.848Z Compiling thiserror-impl v1.0.57
16852024-03-30T03:05:13.932Z Compiling zeroize_derive v1.4.2
16862024-03-30T03:05:13.985Z Compiling tokio-macros v2.2.0
16872024-03-30T03:05:14.549Z Compiling futures-macro v0.3.30
16882024-03-30T03:05:15.072Z Compiling tracing-attributes v0.1.27
16892024-03-30T03:05:15.504Z Compiling schemars_derive v0.8.16
16902024-03-30T03:05:16.221Z Checking zeroize v1.7.0
16912024-03-30T03:05:16.230Z Compiling openssl-macros v0.1.1
16922024-03-30T03:05:16.230Z Compiling zerocopy v0.7.32
16932024-03-30T03:05:17.267Z Compiling thiserror v1.0.57
16942024-03-30T03:05:17.403Z Compiling pest v2.7.6
16952024-03-30T03:05:18.419Z Compiling hashbrown v0.14.3
16962024-03-30T03:05:18.677Z Checking futures-util v0.3.30
16972024-03-30T03:05:19.042Z Compiling scroll_derive v0.12.0
16982024-03-30T03:05:19.078Z Compiling thread-id v4.2.0
16992024-03-30T03:05:19.186Z Compiling unicode-normalization v0.1.22
17002024-03-30T03:05:19.797Z Compiling der_derive v0.7.2
17012024-03-30T03:05:19.800Z Compiling pest_meta v2.7.6
17022024-03-30T03:05:20.229Z Compiling unicode-bidi v0.3.15
17032024-03-30T03:05:21.216Z Compiling pest_generator v2.7.6
17042024-03-30T03:05:21.423Z Compiling errno v0.3.8
17052024-03-30T03:05:21.648Z Compiling either v1.10.0
17062024-03-30T03:05:21.854Z Compiling crc32fast v1.3.2
17072024-03-30T03:05:22.072Z Compiling unicode-width v0.1.11
17082024-03-30T03:05:22.119Z Checking subtle v2.5.0
17092024-03-30T03:05:23.132Z Compiling winnow v0.5.15
17102024-03-30T03:05:23.283Z Compiling synstructure v0.12.6
17112024-03-30T03:05:23.895Z Compiling spin v0.9.8
17122024-03-30T03:05:24.281Z Compiling tracing-core v0.1.32
17132024-03-30T03:05:24.620Z Compiling pest_derive v2.7.6
17142024-03-30T03:05:25.163Z Compiling zerocopy-derive v0.2.0
17152024-03-30T03:05:25.424Z Compiling tracing v0.1.40
17162024-03-30T03:05:25.738Z Compiling scroll v0.12.0
17172024-03-30T03:05:25.981Z Compiling usdt-impl v0.5.0
17182024-03-30T03:05:26.306Z Compiling plain v0.2.3
17192024-03-30T03:05:27.049Z Compiling const-oid v0.9.6
17202024-03-30T03:05:27.052Z Compiling percent-encoding v2.3.1
17212024-03-30T03:05:27.052Z Compiling goblin v0.8.0
17222024-03-30T03:05:27.076Z Compiling lazy_static v1.4.0
17232024-03-30T03:05:27.145Z Compiling pretty-hex v0.4.1
17242024-03-30T03:05:27.180Z Compiling dtrace-parser v0.2.0
17252024-03-30T03:05:27.263Z Compiling clap_derive v4.5.0
17262024-03-30T03:05:27.276Z Checking bytes v1.5.0
17272024-03-30T03:05:28.027Z Checking tokio v1.36.0
17282024-03-30T03:05:28.635Z Compiling indexmap v2.2.5
17292024-03-30T03:05:29.093Z Compiling bitflags v2.4.2
17302024-03-30T03:05:29.504Z Compiling chrono v0.4.34
17312024-03-30T03:05:29.613Z Compiling uuid v1.7.0
17322024-03-30T03:05:30.229Z Compiling http v0.2.12
17332024-03-30T03:05:30.297Z Compiling semver v1.0.22
17342024-03-30T03:05:30.982Z Compiling rustc_version v0.4.0
17352024-03-30T03:05:31.132Z Compiling serde_spanned v0.6.5
17362024-03-30T03:05:31.358Z Compiling toml_datetime v0.6.5
17372024-03-30T03:05:31.833Z Compiling toml_edit v0.19.15
17382024-03-30T03:05:32.883Z Compiling openapiv3 v2.0.0
17392024-03-30T03:05:34.802Z Compiling dof v0.3.0
17402024-03-30T03:05:35.975Z Compiling signal-hook v0.3.17
17412024-03-30T03:05:35.978Z Compiling untrusted v0.7.1
17422024-03-30T03:05:35.978Z Compiling untrusted v0.9.0
17432024-03-30T03:05:35.978Z Compiling powerfmt v0.2.0
17442024-03-30T03:05:35.978Z Compiling foreign-types-shared v0.1.1
17452024-03-30T03:05:35.978Z Compiling deranged v0.3.11
17462024-03-30T03:05:36.047Z Compiling foreign-types v0.3.2
17472024-03-30T03:05:37.392Z Compiling form_urlencoded v1.2.1
17482024-03-30T03:05:37.442Z Compiling crypto-common v0.1.6
17492024-03-30T03:05:37.652Z Compiling zerocopy-derive v0.6.4
17502024-03-30T03:05:38.050Z Compiling usdt-impl v0.3.5
17512024-03-30T03:05:38.373Z Compiling num_threads v0.1.6
17522024-03-30T03:05:38.504Z Compiling base64 v0.21.7
17532024-03-30T03:05:38.796Z Compiling siphasher v0.3.11
17542024-03-30T03:05:39.091Z Compiling try-lock v0.2.4
17552024-03-30T03:05:39.226Z Compiling want v0.3.1
17562024-03-30T03:05:39.248Z Compiling time v0.3.34
17572024-03-30T03:05:39.497Z Compiling tokio-util v0.7.10
17582024-03-30T03:05:39.896Z Compiling sct v0.7.0
17592024-03-30T03:05:40.013Z Compiling rustls-webpki v0.101.7
17602024-03-30T03:05:40.031Z Compiling http-body v0.4.5
17612024-03-30T03:05:40.189Z Compiling zerocopy v0.3.0
17622024-03-30T03:05:40.446Z Compiling block-buffer v0.10.4
17632024-03-30T03:05:40.578Z Compiling h2 v0.3.24
17642024-03-30T03:05:40.750Z Compiling idna v0.5.0
17652024-03-30T03:05:41.020Z Compiling bzip2-sys v0.1.11+1.0.8
17662024-03-30T03:05:41.471Z Compiling openssl-probe v0.1.5
17672024-03-30T03:05:41.702Z Compiling tower-service v0.3.2
17682024-03-30T03:05:41.829Z Compiling httpdate v1.0.3
17692024-03-30T03:05:41.952Z Compiling url v2.5.0
17702024-03-30T03:05:42.316Z Compiling dof v0.1.5
17712024-03-30T03:05:43.136Z Compiling digest v0.10.7
17722024-03-30T03:05:43.182Z Compiling heapless v0.7.16
17732024-03-30T03:05:43.612Z Compiling dtrace-parser v0.1.14
17742024-03-30T03:05:43.790Z Compiling idna v0.3.0
17752024-03-30T03:05:44.773Z Compiling ppv-lite86 v0.2.17
17762024-03-30T03:05:45.270Z Compiling adler v1.0.2
17772024-03-30T03:05:45.486Z Compiling psl-types v2.0.11
17782024-03-30T03:05:45.543Z Compiling unicode-segmentation v1.10.1
17792024-03-30T03:05:45.700Z Compiling publicsuffix v2.2.3
17802024-03-30T03:05:45.960Z Compiling tokio-native-tls v0.3.1
17812024-03-30T03:05:46.012Z Compiling rand_chacha v0.3.1
17822024-03-30T03:05:46.218Z Compiling miniz_oxide v0.7.1
17832024-03-30T03:05:46.742Z Compiling crossbeam-epoch v0.9.18
17842024-03-30T03:05:47.144Z Compiling tokio-rustls v0.24.1
17852024-03-30T03:05:47.345Z Compiling hyper v0.14.28
17862024-03-30T03:05:47.743Z Compiling serde_tokenstream v0.1.7
17872024-03-30T03:05:47.792Z Checking equivalent v1.0.1
17882024-03-30T03:05:47.891Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
17892024-03-30T03:05:48.102Z Compiling bit-vec v0.6.3
17902024-03-30T03:05:48.250Z Compiling ipnet v2.9.0
17912024-03-30T03:05:48.532Z Compiling cookie_store v0.20.0
17922024-03-30T03:05:48.667Z Compiling rand v0.8.5
17932024-03-30T03:05:49.534Z Compiling phf_shared v0.10.0
17942024-03-30T03:05:49.640Z Compiling rustls-pemfile v1.0.3
17952024-03-30T03:05:49.855Z Compiling serde_urlencoded v0.7.1
17962024-03-30T03:05:50.031Z Compiling encoding_rs v0.8.33
17972024-03-30T03:05:50.093Z Compiling num-bigint v0.4.4
17982024-03-30T03:05:50.345Z Compiling minimal-lexical v0.2.1
17992024-03-30T03:05:50.573Z Compiling sync_wrapper v0.1.2
18002024-03-30T03:05:50.749Z Compiling smoltcp v0.9.1
18012024-03-30T03:05:50.767Z Compiling fixedbitset v0.4.2
18022024-03-30T03:05:50.865Z Compiling mime v0.3.17
18032024-03-30T03:05:50.939Z Compiling new_debug_unreachable v1.0.4
18042024-03-30T03:05:51.035Z Compiling gimli v0.28.0
18052024-03-30T03:05:51.212Z Compiling webpki-roots v0.25.2
18062024-03-30T03:05:51.267Z Compiling precomputed-hash v0.1.1
18072024-03-30T03:05:51.355Z Compiling base64ct v1.6.0
18082024-03-30T03:05:51.380Z Compiling string_cache v0.8.7
18092024-03-30T03:05:51.444Z Compiling petgraph v0.6.4
18102024-03-30T03:05:51.821Z Compiling pem-rfc7468 v0.7.0
18112024-03-30T03:05:51.862Z Compiling nom v7.1.3
18122024-03-30T03:05:52.278Z Compiling usdt-macro v0.3.5
18132024-03-30T03:05:52.368Z Compiling usdt-attr-macro v0.3.5
18142024-03-30T03:05:52.581Z Compiling bit-set v0.5.3
18152024-03-30T03:05:52.861Z Compiling hmac v0.12.1
18162024-03-30T03:05:53.435Z Compiling itertools v0.10.5
18172024-03-30T03:05:53.600Z Compiling hubpack_derive v0.1.1
18182024-03-30T03:05:53.927Z Compiling enum-as-inner v0.5.1
18192024-03-30T03:05:54.532Z Compiling hyper-tls v0.5.0
18202024-03-30T03:05:55.053Z Compiling hyper-rustls v0.24.2
18212024-03-30T03:05:55.053Z Compiling diesel_table_macro_syntax v0.1.0
18222024-03-30T03:05:55.053Z Compiling reqwest v0.11.24
18232024-03-30T03:05:55.053Z Compiling object v0.32.1
18242024-03-30T03:05:55.261Z Compiling addr2line v0.21.0
18252024-03-30T03:05:55.516Z Compiling lalrpop-util v0.19.12
18262024-03-30T03:05:55.557Z Compiling rustc-demangle v0.1.23
18272024-03-30T03:05:55.896Z Compiling flagset v0.4.3
18282024-03-30T03:05:56.093Z Compiling der v0.7.8
18292024-03-30T03:05:56.357Z Compiling diesel_derives v2.1.2
18302024-03-30T03:05:56.408Z Compiling flate2 v1.0.28
18312024-03-30T03:05:56.599Z Compiling futures-executor v0.3.30
18322024-03-30T03:05:57.060Z Compiling strum_macros v0.25.2
18332024-03-30T03:05:57.169Z Compiling cpufeatures v0.2.12
18342024-03-30T03:05:57.370Z Compiling toml_edit v0.22.6
18352024-03-30T03:05:57.398Z Compiling sha2 v0.10.8
18362024-03-30T03:05:58.683Z Compiling spki v0.7.2
18372024-03-30T03:05:59.061Z Compiling futures v0.3.30
18382024-03-30T03:05:59.183Z Compiling md-5 v0.10.5
18392024-03-30T03:05:59.442Z Compiling toml v0.7.8
18402024-03-30T03:05:59.598Z Compiling hex v0.4.3
18412024-03-30T03:06:00.247Z Compiling stringprep v0.1.3
18422024-03-30T03:06:01.111Z Compiling serde_repr v0.1.16
18432024-03-30T03:06:01.408Z Compiling num-integer v0.1.46
18442024-03-30T03:06:01.750Z Compiling hash32 v0.2.1
18452024-03-30T03:06:02.281Z Checking unicode-ident v1.0.12
18462024-03-30T03:06:02.630Z Compiling fallible-iterator v0.2.0
18472024-03-30T03:06:02.633Z Compiling stable_deref_trait v1.2.0
18482024-03-30T03:06:03.337Z Compiling postgres-protocol v0.6.6
18492024-03-30T03:06:04.009Z Compiling pkcs8 v0.10.2
18502024-03-30T03:06:04.576Z Compiling phf_shared v0.11.2
18512024-03-30T03:06:04.715Z Compiling terminal_size v0.3.0
18522024-03-30T03:06:04.814Z Compiling ff v0.13.0
18532024-03-30T03:06:05.353Z Compiling block-padding v0.3.3
18542024-03-30T03:06:05.360Z Compiling scheduled-thread-pool v0.2.7
18552024-03-30T03:06:05.360Z Compiling matches v0.1.10
18562024-03-30T03:06:05.423Z Compiling regex-automata v0.1.10
18572024-03-30T03:06:05.610Z Compiling bitflags v1.3.2
18582024-03-30T03:06:05.628Z Compiling base16ct v0.2.0
18592024-03-30T03:06:05.631Z Compiling peg-runtime v0.8.2
18602024-03-30T03:06:05.695Z Compiling managed v0.8.0
18612024-03-30T03:06:05.725Z Compiling clap_builder v4.5.1
18622024-03-30T03:06:05.896Z Compiling sec1 v0.7.3
18632024-03-30T03:06:05.935Z Compiling bstr v0.2.17
18642024-03-30T03:06:05.993Z Compiling idna v0.2.3
18652024-03-30T03:06:06.293Z Compiling r2d2 v0.8.10
18662024-03-30T03:06:06.631Z Compiling inout v0.1.3
18672024-03-30T03:06:06.847Z Compiling signal-hook-mio v0.2.3
18682024-03-30T03:06:06.909Z Compiling group v0.13.0
18692024-03-30T03:06:06.989Z Compiling phf v0.11.2
18702024-03-30T03:06:07.220Z Compiling bzip2 v0.4.4
18712024-03-30T03:06:07.298Z Compiling postgres-types v0.2.6
18722024-03-30T03:06:07.556Z Compiling hubpack v0.1.2
18732024-03-30T03:06:07.616Z Compiling hkdf v0.12.4
18742024-03-30T03:06:08.427Z Compiling zerocopy v0.6.4
18752024-03-30T03:06:08.430Z Compiling ipnetwork v0.20.0
18762024-03-30T03:06:08.430Z Compiling crypto-bigint v0.5.2
18772024-03-30T03:06:08.861Z Compiling float-cmp v0.9.0
18782024-03-30T03:06:09.065Z Compiling normalize-line-endings v0.3.0
18792024-03-30T03:06:09.088Z Compiling static_assertions v1.1.0
18802024-03-30T03:06:09.187Z Compiling data-encoding v2.4.0
18812024-03-30T03:06:09.191Z Compiling whoami v1.5.0
18822024-03-30T03:06:09.845Z Compiling difflib v0.4.0
18832024-03-30T03:06:10.380Z Compiling predicates-core v1.0.6
18842024-03-30T03:06:10.750Z Compiling predicates v3.1.0
18852024-03-30T03:06:11.469Z Compiling yasna v0.5.2
18862024-03-30T03:06:11.636Z Compiling elliptic-curve v0.13.8
18872024-03-30T03:06:11.798Z Compiling trust-dns-proto v0.22.0
18882024-03-30T03:06:12.434Z Compiling tokio-postgres v0.7.10
18892024-03-30T03:06:12.533Z Compiling clap v4.5.1
18902024-03-30T03:06:12.642Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
18912024-03-30T03:06:12.937Z Compiling diesel v2.1.4
18922024-03-30T03:06:13.389Z Compiling zip v0.6.6
18932024-03-30T03:06:14.773Z Compiling crossterm v0.27.0
18942024-03-30T03:06:14.862Z Compiling similar v2.4.0
18952024-03-30T03:06:15.858Z Compiling cipher v0.4.4
18962024-03-30T03:06:16.563Z Checking proc-macro2 v1.0.78
18972024-03-30T03:06:17.228Z Compiling num-iter v0.1.44
18982024-03-30T03:06:17.340Z Compiling usdt v0.3.5
18992024-03-30T03:06:17.418Z Compiling tokio-stream v0.1.14
19002024-03-30T03:06:17.464Z Compiling console v0.15.8
19012024-03-30T03:06:17.618Z Compiling bstr v1.9.0
19022024-03-30T03:06:18.351Z Checking quote v1.0.35
19032024-03-30T03:06:23.552Z Checking utf8parse v0.2.1
19042024-03-30T03:06:26.688Z Checking anstyle v1.0.6
19052024-03-30T03:06:28.232Z Checking anstyle-parse v0.2.1
19062024-03-30T03:06:28.449Z Checking anstyle-query v1.0.0
19072024-03-30T03:06:28.569Z Checking colorchoice v1.0.0
19082024-03-30T03:06:28.684Z Checking anstream v0.6.11
19092024-03-30T03:06:28.777Z Checking clap_lex v0.7.0
19102024-03-30T03:06:29.029Z Checking strsim v0.11.0
19112024-03-30T03:06:31.337Z Compiling serde_tokenstream v0.2.0
19122024-03-30T03:06:34.814Z Checking winnow v0.6.1
19132024-03-30T03:06:42.051Z Compiling regress v0.9.0
19142024-03-30T03:06:42.093Z Checking heck v0.4.1
19152024-03-30T03:06:42.295Z Compiling getopts v0.2.21
19162024-03-30T03:06:42.957Z Compiling unsafe-libyaml v0.2.10
19172024-03-30T03:06:43.352Z Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
19182024-03-30T03:06:43.802Z Compiling strsim v0.10.0
19192024-03-30T03:06:43.950Z Compiling ident_case v1.0.1
19202024-03-30T03:06:44.127Z Checking camino v1.1.6
19212024-03-30T03:06:44.627Z Compiling serde_yaml v0.9.25
19222024-03-30T03:06:44.656Z Checking atty v0.2.14
19232024-03-30T03:06:44.768Z Checking sha1 v0.10.6
19242024-03-30T03:06:44.787Z Checking http v1.0.0
19252024-03-30T03:06:44.906Z Checking rustls-pki-types v1.3.0
19262024-03-30T03:06:45.039Z Checking match_cfg v0.1.0
19272024-03-30T03:06:45.127Z Checking fastrand v2.0.1
19282024-03-30T03:06:45.313Z Checking hostname v0.3.1
19292024-03-30T03:06:45.726Z Checking tempfile v3.10.0
19302024-03-30T03:06:45.726Z Compiling darling_core v0.20.3
19312024-03-30T03:06:45.772Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
19322024-03-30T03:06:46.108Z Compiling strum_macros v0.26.1
19332024-03-30T03:06:47.165Z Checking dirs-sys-next v0.1.2
19342024-03-30T03:06:47.347Z Checking quick-error v1.2.3
19352024-03-30T03:06:47.493Z Compiling paste v1.0.14
19362024-03-30T03:06:48.051Z Checking dirs-next v2.0.0
19372024-03-30T03:06:48.189Z Checking crossbeam-channel v0.5.8
19382024-03-30T03:06:48.895Z Checking thread_local v1.1.7
19392024-03-30T03:06:48.955Z Compiling slog-async v2.8.0
19402024-03-30T03:06:48.976Z Compiling rustls v0.22.2
19412024-03-30T03:06:49.191Z Checking term v0.7.0
19422024-03-30T03:06:49.541Z Checking rustls-webpki v0.102.1
19432024-03-30T03:06:49.591Z Checking instant v0.1.12
19442024-03-30T03:06:49.704Z Checking take_mut v0.2.2
19452024-03-30T03:06:49.917Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19462024-03-30T03:06:50.113Z Checking slog-term v2.9.0
19472024-03-30T03:06:50.344Z Checking rustls-pemfile v2.1.1
19482024-03-30T03:06:50.532Z Compiling multer v3.0.0
19492024-03-30T03:06:50.574Z Checking debug-ignore v1.0.5
19502024-03-30T03:06:50.592Z Checking slog-json v2.6.1
19512024-03-30T03:06:50.709Z Compiling async-stream-impl v0.3.5
19522024-03-30T03:06:50.830Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
19532024-03-30T03:06:50.910Z Checking atomic-waker v1.1.1
19542024-03-30T03:06:51.038Z Checking waitgroup v0.1.2
19552024-03-30T03:06:51.195Z Checking slog-bunyan v2.5.0
19562024-03-30T03:06:51.360Z Checking toml v0.8.10
19572024-03-30T03:06:51.419Z Checking strum v0.26.1
19582024-03-30T03:06:51.539Z Compiling darling_macro v0.20.3
19592024-03-30T03:06:51.557Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
19602024-03-30T03:06:51.573Z Checking serde_path_to_error v0.1.16
19612024-03-30T03:06:52.074Z Checking wait-timeout v0.2.0
19622024-03-30T03:06:52.162Z Checking async-stream v0.3.5
19632024-03-30T03:06:52.198Z Compiling structmeta-derive v0.3.0
19642024-03-30T03:06:52.251Z Checking rusty-fork v0.3.0
19652024-03-30T03:06:52.340Z Checking newtype-uuid v1.0.1
19662024-03-30T03:06:52.530Z Compiling structmeta-derive v0.2.0
19672024-03-30T03:06:52.586Z Checking rand_xorshift v0.3.0
19682024-03-30T03:06:52.589Z Compiling darling v0.20.3
19692024-03-30T03:06:52.713Z Compiling serde_with_macros v3.6.1
19702024-03-30T03:06:52.762Z Checking unarray v0.1.4
19712024-03-30T03:06:52.890Z Checking proptest v1.4.0
19722024-03-30T03:06:53.816Z Checking backoff v0.4.0
19732024-03-30T03:06:53.927Z Checking tokio-rustls v0.25.0
19742024-03-30T03:06:54.086Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19752024-03-30T03:06:54.865Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19762024-03-30T03:06:55.005Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19772024-03-30T03:06:55.196Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19782024-03-30T03:06:55.306Z Compiling structmeta v0.3.0
19792024-03-30T03:06:55.619Z Compiling structmeta v0.2.0
19802024-03-30T03:06:55.755Z Compiling parse-display-derive v0.9.0
19812024-03-30T03:06:56.022Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19822024-03-30T03:06:56.075Z Checking serde_with v3.6.1
19832024-03-30T03:06:56.105Z Compiling test-strategy v0.3.1
19842024-03-30T03:06:56.156Z Checking macaddr v1.0.1
19852024-03-30T03:06:56.480Z Compiling proc-macro-error-attr v1.0.4
19862024-03-30T03:06:56.835Z Compiling proc-macro-error v1.0.4
19872024-03-30T03:06:57.526Z Compiling proc-macro-crate v1.3.1
19882024-03-30T03:06:57.886Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19892024-03-30T03:06:58.255Z Checking camino-tempfile v1.1.1
19902024-03-30T03:06:58.526Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19912024-03-30T03:06:58.614Z Compiling num_enum_derive v0.5.11
19922024-03-30T03:06:59.236Z Compiling foreign-types-macros v0.2.3
19932024-03-30T03:06:59.239Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19942024-03-30T03:06:59.239Z Checking foreign-types-shared v0.3.1
19952024-03-30T03:06:59.461Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19962024-03-30T03:06:59.562Z Checking cstr-argument v0.1.2
19972024-03-30T03:06:59.733Z Checking pretty-hex v0.2.1
19982024-03-30T03:06:59.891Z Checking tabwriter v1.4.0
19992024-03-30T03:07:00.091Z Checking foreign-types v0.5.0
20002024-03-30T03:07:00.110Z Checking colored v2.1.0
20012024-03-30T03:07:00.156Z Checking socket2 v0.4.9
20022024-03-30T03:07:00.192Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20032024-03-30T03:07:00.388Z Checking smf v0.2.2
20042024-03-30T03:07:00.431Z Checking humantime v2.1.0
20052024-03-30T03:07:00.492Z Checking termcolor v1.2.0
20062024-03-30T03:07:00.531Z Checking parse-display v0.9.0
20072024-03-30T03:07:00.575Z Compiling usdt-macro v0.5.0
20082024-03-30T03:07:00.749Z Compiling usdt-attr-macro v0.5.0
20092024-03-30T03:07:00.786Z Checking memmap v0.7.0
20102024-03-30T03:07:00.856Z Checking arc-swap v1.6.0
20112024-03-30T03:07:00.904Z Compiling heapless v0.8.0
20122024-03-30T03:07:00.982Z Checking utf-8 v0.7.6
20132024-03-30T03:07:01.188Z Checking termtree v0.4.1
20142024-03-30T03:07:01.272Z Checking slog-scope v4.4.0
20152024-03-30T03:07:01.376Z Checking predicates-tree v1.0.9
20162024-03-30T03:07:01.392Z Checking num_enum v0.5.11
20172024-03-30T03:07:01.465Z Checking slog-stdlog v4.1.1
20182024-03-30T03:07:01.515Z Checking hash32 v0.3.1
20192024-03-30T03:07:01.530Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20202024-03-30T03:07:01.609Z Checking slog-envlogger v2.2.0
20212024-03-30T03:07:01.694Z Compiling smoltcp v0.11.0
20222024-03-30T03:07:01.772Z Compiling heck v0.3.3
20232024-03-30T03:07:01.806Z Checking filetime v0.2.23
20242024-03-30T03:07:02.003Z Checking xattr v1.0.1
20252024-03-30T03:07:02.099Z Checking cobs v0.2.3
20262024-03-30T03:07:02.160Z Compiling crucible-workspace-hack v0.1.0
20272024-03-30T03:07:02.177Z Checking same-file v1.0.6
20282024-03-30T03:07:02.273Z Checking embedded-io v0.4.0
20292024-03-30T03:07:02.332Z Checking walkdir v2.4.0
20302024-03-30T03:07:02.401Z Checking usdt v0.5.0
20312024-03-30T03:07:02.461Z Checking tar v0.4.40
20322024-03-30T03:07:02.477Z Checking tungstenite v0.20.1
20332024-03-30T03:07:02.481Z Checking postcard v1.0.8
20342024-03-30T03:07:02.573Z Checking newline-converter v0.3.0
20352024-03-30T03:07:02.630Z Checking sigpipe v0.1.3
20362024-03-30T03:07:02.716Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20372024-03-30T03:07:02.736Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20382024-03-30T03:07:02.883Z Checking expectorate v1.1.0
20392024-03-30T03:07:03.084Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20402024-03-30T03:07:03.116Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20412024-03-30T03:07:03.132Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
20422024-03-30T03:07:03.153Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20432024-03-30T03:07:03.293Z Checking tokio-tungstenite v0.20.1
20442024-03-30T03:07:03.358Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20452024-03-30T03:07:03.743Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)
20462024-03-30T03:07:04.006Z Compiling mockall_derive v0.12.0
20472024-03-30T03:07:04.086Z Compiling num-derive v0.4.0
20482024-03-30T03:07:04.192Z Checking fragile v2.0.0
20492024-03-30T03:07:04.439Z Checking downcast v0.11.0
20502024-03-30T03:07:04.635Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
20512024-03-30T03:07:04.646Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)
20522024-03-30T03:07:04.872Z Checking base64 v0.22.0
20532024-03-30T03:07:04.889Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20542024-03-30T03:07:05.120Z Checking pem v3.0.2
20552024-03-30T03:07:05.353Z Checking env_logger v0.9.3
20562024-03-30T03:07:05.369Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20572024-03-30T03:07:05.597Z Compiling bitstruct_derive v0.1.0
20582024-03-30T03:07:05.657Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20592024-03-30T03:07:05.784Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20602024-03-30T03:07:05.839Z Checking ascii v1.1.0
20612024-03-30T03:07:05.907Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20622024-03-30T03:07:06.067Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20632024-03-30T03:07:06.218Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
20642024-03-30T03:07:06.311Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20652024-03-30T03:07:06.486Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=09bcfa6b9201f75891a5413928bb088cc150d319#09bcfa6b)
20662024-03-30T03:07:06.600Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20672024-03-30T03:07:06.863Z Checking serde_arrays v0.1.0
20682024-03-30T03:07:06.937Z Checking erased-serde v0.3.31
20692024-03-30T03:07:06.988Z Checking bitstruct v0.1.1
20702024-03-30T03:07:07.002Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
20712024-03-30T03:07:07.079Z Compiling zone_cfg_derive v0.1.2
20722024-03-30T03:07:07.095Z Checking tungstenite v0.21.0
20732024-03-30T03:07:07.114Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20742024-03-30T03:07:07.290Z Checking base64 v0.13.1
20752024-03-30T03:07:07.684Z Checking ron v0.7.1
20762024-03-30T03:07:07.934Z Checking tokio-tungstenite v0.21.0
20772024-03-30T03:07:07.966Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20782024-03-30T03:07:08.504Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20792024-03-30T03:07:08.646Z Checking zone v0.1.8
20802024-03-30T03:07:08.752Z Checking headers-core v0.2.0
20812024-03-30T03:07:08.790Z Checking portpicker v0.1.1
20822024-03-30T03:07:08.882Z Checking headers v0.3.9
20832024-03-30T03:07:08.941Z Checking rcgen v0.12.1
20842024-03-30T03:07:09.325Z Checking atomicwrites v0.4.3
20852024-03-30T03:07:09.507Z Checking subprocess v0.2.9
20862024-03-30T03:07:09.550Z Checking linked-hash-map v0.5.6
20872024-03-30T03:07:09.633Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20882024-03-30T03:07:09.832Z Checking lru-cache v0.1.2
20892024-03-30T03:07:09.862Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
20902024-03-30T03:07:09.955Z Checking password-hash v0.5.0
20912024-03-30T03:07:09.997Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
20922024-03-30T03:07:10.000Z Checking blake2 v0.10.6
20932024-03-30T03:07:10.042Z Checking swrite v0.1.0
20942024-03-30T03:07:10.077Z Checking itertools v0.12.1
20952024-03-30T03:07:10.155Z Compiling derive-where v1.2.7
20962024-03-30T03:07:10.381Z Compiling rayon-core v1.12.1
20972024-03-30T03:07:10.430Z Checking argon2 v0.5.3
20982024-03-30T03:07:10.717Z Checking half v2.3.1
20992024-03-30T03:07:11.172Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21002024-03-30T03:07:11.193Z Compiling cancel-safe-futures v0.1.5
21012024-03-30T03:07:11.500Z Checking ciborium-io v0.2.2
21022024-03-30T03:07:11.559Z Checking resolv-conf v0.7.0
21032024-03-30T03:07:11.618Z Checking ciborium-ll v0.2.2
21042024-03-30T03:07:11.895Z Checking ciborium v0.2.2
21052024-03-30T03:07:11.912Z Checking trust-dns-resolver v0.22.0
21062024-03-30T03:07:12.275Z Checking mockall v0.12.0
21072024-03-30T03:07:12.401Z Checking bytecount v0.6.3
21082024-03-30T03:07:12.504Z Compiling tabled_derive v0.7.0
21092024-03-30T03:07:12.541Z Checking papergrid v0.11.0
21102024-03-30T03:07:12.771Z Compiling slog-dtrace v0.3.0
21112024-03-30T03:07:12.885Z Compiling semver v0.1.20
21122024-03-30T03:07:13.132Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21132024-03-30T03:07:13.429Z Compiling rustc_version v0.1.7
21142024-03-30T03:07:13.480Z Checking libsw v3.3.1
21152024-03-30T03:07:13.555Z Checking owo-colors v4.0.0
21162024-03-30T03:07:13.737Z Checking linear-map v1.2.0
21172024-03-30T03:07:13.925Z Compiling newtype_derive v0.1.6
21182024-03-30T03:07:14.032Z Compiling num-rational v0.4.1
21192024-03-30T03:07:14.047Z Compiling radium v0.7.0
21202024-03-30T03:07:14.342Z Checking is-terminal v0.4.9
21212024-03-30T03:07:14.382Z Checking steno v0.4.0
21222024-03-30T03:07:14.456Z Checking num-complex v0.4.4
21232024-03-30T03:07:14.525Z Checking nibble_vec v0.1.0
21242024-03-30T03:07:14.709Z Checking endian-type v0.1.2
21252024-03-30T03:07:14.923Z Compiling maybe-uninit v2.0.0
21262024-03-30T03:07:15.172Z Checking tabled v0.15.0
21272024-03-30T03:07:15.200Z Checking tap v1.0.1
21282024-03-30T03:07:15.350Z Checking wyz v0.5.1
21292024-03-30T03:07:15.368Z Checking num v0.4.1
21302024-03-30T03:07:15.455Z Checking radix_trie v0.2.1
21312024-03-30T03:07:15.494Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21322024-03-30T03:07:15.742Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21332024-03-30T03:07:15.865Z Checking fxhash v0.2.1
21342024-03-30T03:07:15.887Z Compiling num-bigint-dig v0.8.4
21352024-03-30T03:07:16.042Z Checking funty v2.0.0
21362024-03-30T03:07:16.185Z Compiling packed_struct v0.10.1
21372024-03-30T03:07:16.583Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21382024-03-30T03:07:16.618Z Checking crc-catalog v2.2.0
21392024-03-30T03:07:16.744Z Checking crc v3.0.1
21402024-03-30T03:07:16.775Z Compiling packed_struct_codegen v0.10.1
21412024-03-30T03:07:16.849Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21422024-03-30T03:07:16.950Z Compiling indexmap v1.9.3
21432024-03-30T03:07:16.962Z Checking nodrop v0.1.14
21442024-03-30T03:07:16.996Z Checking bitvec v1.0.1
21452024-03-30T03:07:17.073Z Checking array-init v0.0.4
21462024-03-30T03:07:17.266Z Checking smallvec v0.6.14
21472024-03-30T03:07:17.627Z Checking pkcs1 v0.7.5
21482024-03-30T03:07:18.002Z Checking signature v2.1.0
21492024-03-30T03:07:18.064Z Checking bitfield v0.14.0
21502024-03-30T03:07:18.183Z Checking hashbrown v0.12.3
21512024-03-30T03:07:18.186Z Checking serde-hex v0.1.0
21522024-03-30T03:07:18.325Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
21532024-03-30T03:07:18.340Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21542024-03-30T03:07:18.594Z Checking env_logger v0.10.0
21552024-03-30T03:07:18.976Z Checking x509-cert v0.2.4
21562024-03-30T03:07:19.469Z Checking rsa v0.9.2
21572024-03-30T03:07:19.710Z Checking ron v0.8.1
21582024-03-30T03:07:19.880Z Checking hashbrown v0.13.2
21592024-03-30T03:07:20.044Z Checking crc-any v2.4.3
21602024-03-30T03:07:20.390Z Checking display-error-chain v0.2.0
21612024-03-30T03:07:20.440Z Checking path-slash v0.1.5
21622024-03-30T03:07:20.496Z Compiling convert_case v0.4.0
21632024-03-30T03:07:20.532Z Compiling async-recursion v1.0.5
21642024-03-30T03:07:20.572Z Compiling buf-list v1.0.3
21652024-03-30T03:07:20.911Z Checking object v0.30.4
21662024-03-30T03:07:21.011Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21672024-03-30T03:07:21.266Z Compiling blake3 v1.5.0
21682024-03-30T03:07:21.502Z Compiling derive_more v0.99.17
21692024-03-30T03:07:21.570Z Checking textwrap v0.11.0
21702024-03-30T03:07:21.661Z Checking gethostname v0.4.3
21712024-03-30T03:07:21.763Z Checking vec_map v0.8.2
21722024-03-30T03:07:21.797Z Compiling libefi-sys v0.1.0
21732024-03-30T03:07:22.016Z Checking strsim v0.8.0
21742024-03-30T03:07:22.075Z Compiling parking_lot_core v0.8.6
21752024-03-30T03:07:22.135Z Checking ansi_term v0.12.1
21762024-03-30T03:07:22.216Z Compiling structopt-derive v0.4.18
21772024-03-30T03:07:22.232Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
21782024-03-30T03:07:22.425Z Checking clap v2.34.0
21792024-03-30T03:07:22.906Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21802024-03-30T03:07:23.143Z Compiling crossbeam-deque v0.8.3
21812024-03-30T03:07:23.193Z Checking keccak v0.1.4
21822024-03-30T03:07:23.336Z Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21832024-03-30T03:07:23.451Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
21842024-03-30T03:07:24.511Z Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
21852024-03-30T03:07:24.863Z Checking sha3 v0.10.8
21862024-03-30T03:07:25.167Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21872024-03-30T03:07:25.210Z Checking parking_lot v0.11.2
21882024-03-30T03:07:25.316Z Checking structopt v0.3.26
21892024-03-30T03:07:25.393Z Checking trust-dns-client v0.22.0
21902024-03-30T03:07:25.551Z Checking toml v0.5.11
21912024-03-30T03:07:25.736Z Compiling semver-parser v0.10.2
21922024-03-30T03:07:26.707Z Checking secrecy v0.8.0
21932024-03-30T03:07:26.839Z Compiling pin-project-internal v1.1.3
21942024-03-30T03:07:26.863Z Compiling doc-comment v0.3.3
21952024-03-30T03:07:26.938Z Compiling semver v0.11.0
21962024-03-30T03:07:26.992Z Checking trust-dns-server v0.22.1
21972024-03-30T03:07:27.553Z Compiling rayon v1.9.0
21982024-03-30T03:07:27.779Z Checking sled v0.34.7
21992024-03-30T03:07:29.001Z Compiling memmap2 v0.7.1
22002024-03-30T03:07:29.866Z Compiling home v0.5.5
22012024-03-30T03:07:29.871Z Compiling arrayvec v0.7.4
22022024-03-30T03:07:30.029Z Checking pin-project v1.1.3
22032024-03-30T03:07:30.044Z Compiling arrayref v0.3.7
22042024-03-30T03:07:30.133Z Compiling constant_time_eq v0.3.0
22052024-03-30T03:07:30.150Z Compiling toolchain_find v0.2.0
22062024-03-30T03:07:30.744Z Compiling vte_generate_state_changes v0.1.1
22072024-03-30T03:07:30.875Z Compiling topological-sort v0.2.2
22082024-03-30T03:07:31.094Z Checking glob v0.3.1
22092024-03-30T03:07:31.413Z Checking vte v0.11.1
22102024-03-30T03:07:32.412Z Compiling rustfmt-wrapper v0.2.0
22112024-03-30T03:07:32.429Z Checking fd-lock v3.0.13
22122024-03-30T03:07:32.606Z Checking strum v0.25.0
22132024-03-30T03:07:32.742Z Checking nu-ansi-term v0.50.0
22142024-03-30T03:07:32.752Z Checking strip-ansi-escapes v0.2.0
22152024-03-30T03:07:32.784Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22162024-03-30T03:07:32.897Z Compiling omicron-zone-package v0.11.0
22172024-03-30T03:07:33.016Z Compiling unicase v2.7.0
22182024-03-30T03:07:33.100Z Compiling prettyplease v0.2.16
22192024-03-30T03:07:33.120Z Checking reedline v0.30.0
22202024-03-30T03:07:33.313Z Compiling platforms v3.0.2
22212024-03-30T03:07:33.577Z Compiling snafu-derive v0.7.5
22222024-03-30T03:07:34.019Z Checking globset v0.4.13
22232024-03-30T03:07:34.250Z Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22242024-03-30T03:07:34.299Z Checking olpc-cjson v0.1.3
22252024-03-30T03:07:34.392Z Checking serde_plain v1.0.2
22262024-03-30T03:07:34.503Z Compiling memoffset v0.7.1
22272024-03-30T03:07:34.622Z Checking typed-path v0.7.0
22282024-03-30T03:07:34.803Z Compiling crunchy v0.2.2
22292024-03-30T03:07:35.327Z Compiling curve25519-dalek v4.1.1
22302024-03-30T03:07:35.403Z Checking fs-err v2.11.0
22312024-03-30T03:07:35.783Z Compiling clang-sys v1.6.1
22322024-03-30T03:07:35.971Z Compiling tiny-keccak v2.0.2
22332024-03-30T03:07:36.149Z Checking parse-size v1.0.0
22342024-03-30T03:07:36.210Z Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22352024-03-30T03:07:36.283Z Compiling mime_guess v2.0.4
22362024-03-30T03:07:36.632Z Compiling darling_core v0.14.4
22372024-03-30T03:07:36.651Z Checking universal-hash v0.5.1
22382024-03-30T03:07:36.768Z Compiling thiserror-impl-no-std v2.0.2
22392024-03-30T03:07:36.820Z Compiling curve25519-dalek-derive v0.1.0
22402024-03-30T03:07:37.326Z Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
22412024-03-30T03:07:37.543Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
22422024-03-30T03:07:37.584Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22432024-03-30T03:07:37.960Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22442024-03-30T03:07:38.404Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22452024-03-30T03:07:39.466Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
22462024-03-30T03:07:39.575Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22472024-03-30T03:07:39.608Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22482024-03-30T03:07:40.136Z Checking snafu v0.7.5
22492024-03-30T03:07:40.596Z Checking tough v0.16.0
22502024-03-30T03:07:40.612Z Checking nanorand v0.7.0
22512024-03-30T03:07:41.040Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22522024-03-30T03:07:41.344Z Checking opaque-debug v0.3.0
22532024-03-30T03:07:41.430Z Checking signature v1.6.4
22542024-03-30T03:07:41.536Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22552024-03-30T03:07:41.555Z Compiling salty v0.2.0
22562024-03-30T03:07:41.568Z Checking ed25519 v1.5.3
22572024-03-30T03:07:41.708Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
22582024-03-30T03:07:41.744Z Checking poly1305 v0.8.0
22592024-03-30T03:07:42.154Z Checking flume v0.11.0
22602024-03-30T03:07:42.225Z Checking thiserror-no-std v2.0.2
22612024-03-30T03:07:42.577Z Compiling darling_macro v0.14.4
22622024-03-30T03:07:42.643Z Compiling ascii-canvas v3.0.0
22632024-03-30T03:07:43.190Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
22642024-03-30T03:07:44.023Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22652024-03-30T03:07:44.134Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22662024-03-30T03:07:44.225Z Checking chacha20 v0.9.1
22672024-03-30T03:07:44.268Z Checking aead v0.5.2
22682024-03-30T03:07:44.491Z Checking serde-big-array v0.5.1
22692024-03-30T03:07:44.542Z Checking kstat-rs v0.2.3
22702024-03-30T03:07:44.546Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22712024-03-30T03:07:44.546Z Compiling ena v0.14.2
22722024-03-30T03:07:44.684Z Compiling libloading v0.7.4
22732024-03-30T03:07:44.863Z Compiling bindgen v0.69.2
22742024-03-30T03:07:44.958Z Compiling diff v0.1.13
22752024-03-30T03:07:45.090Z Compiling regex-syntax v0.6.29
22762024-03-30T03:07:45.451Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22772024-03-30T03:07:45.632Z Checking chacha20poly1305 v0.10.1
22782024-03-30T03:07:45.777Z Checking vsss-rs v3.3.4
22792024-03-30T03:07:46.295Z Compiling darling v0.14.4
22802024-03-30T03:07:46.479Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=09bcfa6b9201f75891a5413928bb088cc150d319#09bcfa6b)
22812024-03-30T03:07:47.505Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22822024-03-30T03:07:47.741Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
22832024-03-30T03:07:48.112Z Checking signal-hook-tokio v0.3.1
22842024-03-30T03:07:48.291Z Compiling cexpr v0.6.0
22852024-03-30T03:07:48.825Z Compiling lalrpop v0.19.12
22862024-03-30T03:07:48.949Z Checking serde-big-array v0.4.1
22872024-03-30T03:07:49.102Z Compiling which v4.4.0
22882024-03-30T03:07:49.746Z Compiling peeking_take_while v0.1.2
22892024-03-30T03:07:49.887Z Checking maplit v1.0.2
22902024-03-30T03:07:49.985Z Compiling lazycell v1.3.0
22912024-03-30T03:07:50.001Z Compiling rustc-hash v1.1.0
22922024-03-30T03:07:50.023Z Compiling shlex v1.3.0
22932024-03-30T03:07:50.146Z Compiling ref-cast v1.0.20
22942024-03-30T03:07:50.165Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22952024-03-30T03:07:50.736Z Compiling derive_builder_core v0.12.0
22962024-03-30T03:07:51.165Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)
22972024-03-30T03:07:53.123Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22982024-03-30T03:07:53.407Z Checking fd-lock v4.0.2
22992024-03-30T03:07:53.583Z Compiling peg-macros v0.8.2
23002024-03-30T03:07:53.736Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23012024-03-30T03:07:54.149Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23022024-03-30T03:07:55.063Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23032024-03-30T03:07:55.140Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23042024-03-30T03:07:56.770Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23052024-03-30T03:07:57.374Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
23062024-03-30T03:07:58.372Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
23072024-03-30T03:07:59.035Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23082024-03-30T03:07:59.213Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23092024-03-30T03:07:59.570Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23102024-03-30T03:07:59.584Z Checking nix v0.27.1
23112024-03-30T03:08:01.139Z Compiling sqlparser_derive v0.2.2
23122024-03-30T03:08:01.701Z Compiling ref-cast-impl v1.0.20
23132024-03-30T03:08:02.209Z Compiling libxml v0.3.3
23142024-03-30T03:08:02.307Z Checking unicode_categories v0.1.1
23152024-03-30T03:08:02.578Z Checking corncobs v0.1.3
23162024-03-30T03:08:02.701Z Checking rustyline v13.0.0
23172024-03-30T03:08:02.758Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
23182024-03-30T03:08:02.934Z Checking sqlformat v0.2.3
23192024-03-30T03:08:03.130Z Checking sqlparser v0.43.1
23202024-03-30T03:08:04.345Z Checking peg v0.8.2
23212024-03-30T03:08:04.391Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23222024-03-30T03:08:04.468Z Compiling derive_builder_macro v0.12.0
23232024-03-30T03:08:04.770Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23242024-03-30T03:08:05.381Z Checking bcs v0.1.6
23252024-03-30T03:08:05.854Z Compiling strum_macros v0.24.3
23262024-03-30T03:08:09.404Z Compiling cookie v0.18.0
23272024-03-30T03:08:09.698Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
23282024-03-30T03:08:09.782Z Checking highway v1.1.0
23292024-03-30T03:08:10.011Z Compiling indoc v1.0.9
23302024-03-30T03:08:10.181Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23312024-03-30T03:08:10.196Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23322024-03-30T03:08:11.070Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23332024-03-30T03:08:11.128Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
23342024-03-30T03:08:11.789Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23352024-03-30T03:08:11.836Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23362024-03-30T03:08:12.567Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
23372024-03-30T03:08:12.668Z Checking derive_builder v0.12.0
23382024-03-30T03:08:13.324Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23392024-03-30T03:08:14.604Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23402024-03-30T03:08:14.888Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)
23412024-03-30T03:08:15.165Z Checking bb8 v0.8.3
23422024-03-30T03:08:15.217Z Checking quick-xml v0.30.0
23432024-03-30T03:08:15.257Z Compiling impl-trait-for-tuples v0.2.2
23442024-03-30T03:08:15.518Z Compiling oso-derive v0.27.0
23452024-03-30T03:08:15.586Z Compiling const_format_proc_macros v0.2.32
23462024-03-30T03:08:16.693Z Checking http-range v0.1.5
23472024-03-30T03:08:16.859Z Checking hyper-staticfile v0.9.5
23482024-03-30T03:08:17.141Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
23492024-03-30T03:08:17.268Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)
23502024-03-30T03:08:17.999Z Checking const_format v0.2.32
23512024-03-30T03:08:18.474Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23522024-03-30T03:08:18.594Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23532024-03-30T03:08:19.840Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
23542024-03-30T03:08:19.843Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23552024-03-30T03:08:21.292Z Checking assert_matches v1.5.0
23562024-03-30T03:08:21.379Z Checking rand_seeder v0.2.3
23572024-03-30T03:08:21.615Z Compiling portable-atomic v1.4.3
23582024-03-30T03:08:21.720Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
23592024-03-30T03:08:21.923Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23602024-03-30T03:08:22.739Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
23612024-03-30T03:08:23.259Z Checking number_prefix v0.4.0
23622024-03-30T03:08:23.452Z Checking castaway v0.2.2
23632024-03-30T03:08:23.617Z Checking compact_str v0.7.1
23642024-03-30T03:08:23.620Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
23652024-03-30T03:08:23.749Z Checking indicatif v0.17.8
23662024-03-30T03:08:23.937Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
23672024-03-30T03:08:24.241Z Checking lru v0.12.1
23682024-03-30T03:08:24.382Z Compiling stability v0.1.1
23692024-03-30T03:08:24.503Z Compiling indoc v2.0.3
23702024-03-30T03:08:24.534Z Checking cassowary v0.3.0
23712024-03-30T03:08:24.984Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
23722024-03-30T03:08:25.459Z Checking unicode-linebreak v0.1.5
23732024-03-30T03:08:25.671Z Checking ratatui v0.26.1
23742024-03-30T03:08:25.909Z Checking smawk v0.3.1
23752024-03-30T03:08:26.096Z Checking textwrap v0.16.1
23762024-03-30T03:08:26.510Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
23772024-03-30T03:08:26.524Z Checking is_ci v1.2.0
23782024-03-30T03:08:26.640Z Checking supports-color v3.0.0
23792024-03-30T03:08:26.829Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
23802024-03-30T03:08:26.851Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=09bcfa6b9201f75891a5413928bb088cc150d319#09bcfa6b)
23812024-03-30T03:08:27.343Z Checking fatfs v0.3.6
23822024-03-30T03:08:28.316Z Checking rtoolbox v0.0.1
23832024-03-30T03:08:28.356Z Checking shell-words v1.1.0
23842024-03-30T03:08:28.510Z Checking rpassword v7.3.1
23852024-03-30T03:08:28.526Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23862024-03-30T03:08:28.590Z Checking tui-tree-widget v0.17.0
23872024-03-30T03:08:28.862Z Checking yansi v0.5.1
23882024-03-30T03:08:28.878Z Compiling target-lexicon v0.12.13
23892024-03-30T03:08:29.133Z Checking pretty_assertions v1.4.0
23902024-03-30T03:08:29.329Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
23912024-03-30T03:08:29.937Z Checking plotters-backend v0.3.5
23922024-03-30T03:08:29.951Z Compiling guppy-workspace-hack v0.1.0
23932024-03-30T03:08:30.256Z Checking http-body v1.0.0
23942024-03-30T03:08:30.302Z Checking plotters-svg v0.3.5
23952024-03-30T03:08:30.460Z Checking rand v0.4.6
23962024-03-30T03:08:30.463Z Compiling assert_cmd v2.0.14
23972024-03-30T03:08:30.512Z Checking tower-layer v0.3.2
23982024-03-30T03:08:30.786Z Compiling target-spec v3.1.0
23992024-03-30T03:08:30.888Z Checking cast v0.3.0
24002024-03-30T03:08:31.027Z Checking remove_dir_all v0.5.3
24012024-03-30T03:08:31.158Z Checking tower v0.4.13
24022024-03-30T03:08:31.216Z Checking criterion-plot v0.5.0
24032024-03-30T03:08:31.369Z Checking plotters v0.3.5
24042024-03-30T03:08:31.451Z Checking tempdir v0.3.7
24052024-03-30T03:08:31.624Z Checking hyper v1.1.0
24062024-03-30T03:08:31.706Z Checking cfg-expr v0.15.6
24072024-03-30T03:08:31.993Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
24082024-03-30T03:08:32.379Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24092024-03-30T03:08:32.828Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24102024-03-30T03:08:32.852Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
24112024-03-30T03:08:33.126Z Checking tinytemplate v1.2.1
24122024-03-30T03:08:33.239Z Checking cargo-platform v0.1.3
24132024-03-30T03:08:33.511Z Checking oorandom v11.1.3
24142024-03-30T03:08:33.523Z Checking anes v0.1.6
24152024-03-30T03:08:33.656Z Checking cargo_metadata v0.18.1
24162024-03-30T03:08:33.876Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
24172024-03-30T03:08:33.902Z Checking criterion v0.5.1
24182024-03-30T03:08:35.058Z Checking hyper-util v0.1.2
24192024-03-30T03:08:36.083Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
24202024-03-30T03:08:36.571Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
24212024-03-30T03:08:36.631Z Checking rustls-native-certs v0.7.0
24222024-03-30T03:08:36.785Z Checking httptest v0.15.5
24232024-03-30T03:08:37.512Z Checking pathdiff v0.2.1
24242024-03-30T03:08:37.676Z Checking nested v0.1.1
24252024-03-30T03:08:37.710Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
24262024-03-30T03:08:37.893Z Checking guppy v0.17.5
24272024-03-30T03:08:40.109Z Checking hyper-rustls v0.26.0
24282024-03-30T03:08:40.420Z Checking threadpool v1.8.1
24292024-03-30T03:08:40.920Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
24302024-03-30T03:08:41.383Z Checking libtest-mimic v0.6.1
24312024-03-30T03:08:41.795Z Checking similar-asserts v1.5.0
24322024-03-30T03:08:42.023Z Compiling rstest_macros v0.18.2
24332024-03-30T03:08:43.876Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
24342024-03-30T03:08:43.902Z Checking datatest-stable v0.2.3
24352024-03-30T03:08:44.125Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
24362024-03-30T03:08:44.414Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
24372024-03-30T03:08:44.586Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
24382024-03-30T03:08:44.894Z Checking csv-core v0.1.11
24392024-03-30T03:08:45.010Z Compiling relative-path v1.9.0
24402024-03-30T03:08:45.229Z Compiling trybuild v1.0.89
24412024-03-30T03:08:45.233Z Checking constant_time_eq v0.2.6
24422024-03-30T03:08:45.374Z Checking blake2b_simd v1.0.1
24432024-03-30T03:08:45.695Z Checking csv v1.3.0
24442024-03-30T03:08:46.298Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
24452024-03-30T03:08:46.599Z Checking multimap v0.10.0
24462024-03-30T03:08:46.894Z Checking basic-toml v0.1.8
24472024-03-30T03:08:47.741Z Checking futures-timer v3.0.2
24482024-03-30T03:08:49.394Z Checking rust-argon2 v1.0.1
24492024-03-30T03:08:49.832Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24502024-03-30T03:08:50.117Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24512024-03-30T03:08:50.715Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
24522024-03-30T03:08:51.062Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24532024-03-30T03:08:54.310Z Checking partial-io v0.5.4
24542024-03-30T03:08:54.659Z Checking approx v0.5.1
24552024-03-30T03:08:54.804Z Checking termios v0.3.3
24562024-03-30T03:08:54.894Z Checking hex-literal v0.4.1
24572024-03-30T03:08:55.016Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
24582024-03-30T03:08:55.569Z Checking rstest v0.18.2
24592024-03-30T03:09:23.780Z Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
24602024-03-30T03:09:45.227Z Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
24612024-03-30T03:09:49.275Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
24622024-03-30T03:09:49.755Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
24632024-03-30T03:10:00.112Z Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
24642024-03-30T03:10:07.234Z Compiling polar-core v0.27.0
24652024-03-30T03:10:14.780Z Checking oso v0.27.0
24662024-03-30T03:10:40.978Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24672024-03-30T03:10:40.978Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24682024-03-30T03:10:40.981Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
24692024-03-30T03:11:37.591Z Finished dev [unoptimized + debuginfo] target(s) in 6m 42s
24702024-03-30T03:11:37.782Z
24712024-03-30T03:11:37.782Zreal 8:05.221126616
24722024-03-30T03:11:37.782Zuser 38:42.150268957
24732024-03-30T03:11:37.782Zsys 6:48.200012593
24742024-03-30T03:11:37.782Ztrap 1.034670962
24752024-03-30T03:11:37.782Ztflt 5.068034132
24762024-03-30T03:11:37.782Zdflt 4.164829811
24772024-03-30T03:11:37.782Zkflt 0.115102917
24782024-03-30T03:11:37.786Zlock 59:07.451225158
24792024-03-30T03:11:37.786Zslp 1:58:04.123368994
24802024-03-30T03:11:37.786Zlat 1:48.691737718
24812024-03-30T03:11:37.786Zstop 4:30.007316701
24822024-03-30T03:11:38.701Zwarning: output filename collision.
24832024-03-30T03:11:38.701ZThe lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)` has the same output filename as the lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`.
24842024-03-30T03:11:38.702ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html
24852024-03-30T03:11:38.702ZThe targets should have unique names.
24862024-03-30T03:11:38.702ZThis is a known bug where multiple crates with the same name use
24872024-03-30T03:11:38.702Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24882024-03-30T03:11:38.702Zwarning: output filename collision.
24892024-03-30T03:11:38.702ZThe lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)` has the same output filename as the lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`.
24902024-03-30T03:11:38.702ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html
24912024-03-30T03:11:38.702ZThe targets should have unique names.
24922024-03-30T03:11:38.702ZThis is a known bug where multiple crates with the same name use
24932024-03-30T03:11:38.702Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24942024-03-30T03:11:38.707Zwarning: output filename collision.
24952024-03-30T03:11:38.707ZThe 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)`.
24962024-03-30T03:11:38.707ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
24972024-03-30T03:11:38.707ZThe targets should have unique names.
24982024-03-30T03:11:38.707ZThis is a known bug where multiple crates with the same name use
24992024-03-30T03:11:38.707Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
25002024-03-30T03:11:38.707Zwarning: output filename collision.
25012024-03-30T03:11:38.707ZThe 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)`.
25022024-03-30T03:11:38.707ZColliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html
25032024-03-30T03:11:38.707ZThe targets should have unique names.
25042024-03-30T03:11:38.707ZThis is a known bug where multiple crates with the same name use
25052024-03-30T03:11:38.707Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
25062024-03-30T03:11:38.707Zwarning: output filename collision.
25072024-03-30T03:11:38.708ZThe lib target `nix` in package `nix v0.27.1` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`.
25082024-03-30T03:11:38.708ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html
25092024-03-30T03:11:38.708ZThe targets should have unique names.
25102024-03-30T03:11:38.708ZThis is a known bug where multiple crates with the same name use
25112024-03-30T03:11:38.708Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
25122024-03-30T03:11:38.708Zwarning: output filename collision.
25132024-03-30T03:11:38.708ZThe 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)`.
25142024-03-30T03:11:38.708ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
25152024-03-30T03:11:38.708ZThe targets should have unique names.
25162024-03-30T03:11:38.708ZThis is a known bug where multiple crates with the same name use
25172024-03-30T03:11:38.708Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
25182024-03-30T03:11:38.708Zwarning: output filename collision.
25192024-03-30T03:11:38.708ZThe lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)` has the same output filename as the lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`.
25202024-03-30T03:11:38.708ZColliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html
25212024-03-30T03:11:38.708ZThe targets should have unique names.
25222024-03-30T03:11:38.708ZThis is a known bug where multiple crates with the same name use
25232024-03-30T03:11:38.708Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
25242024-03-30T03:11:38.708Zwarning: output filename collision.
25252024-03-30T03:11:38.708ZThe 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)`.
25262024-03-30T03:11:38.708ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
25272024-03-30T03:11:38.708ZThe targets should have unique names.
25282024-03-30T03:11:38.709ZThis is a known bug where multiple crates with the same name use
25292024-03-30T03:11:38.709Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
25302024-03-30T03:11:38.709Zwarning: output filename collision.
25312024-03-30T03:11:38.709ZThe 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`.
25322024-03-30T03:11:38.709ZColliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html
25332024-03-30T03:11:38.709ZThe targets should have unique names.
25342024-03-30T03:11:38.709ZThis is a known bug where multiple crates with the same name use
25352024-03-30T03:11:38.709Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
25362024-03-30T03:11:39.199Z Documenting libc v0.2.153
25372024-03-30T03:11:39.244Z Documenting cfg-if v1.0.0
25382024-03-30T03:11:39.260Z Documenting serde_derive v1.0.197
25392024-03-30T03:11:39.289Z Documenting log v0.4.21
25402024-03-30T03:11:39.298Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25412024-03-30T03:11:39.318Z Documenting memchr v2.7.1
25422024-03-30T03:11:39.333Z Documenting byteorder v1.5.0
25432024-03-30T03:11:39.348Z Documenting smallvec v1.13.1
25442024-03-30T03:11:39.981Z Documenting scopeguard v1.2.0
25452024-03-30T03:11:42.551Z Documenting itoa v1.0.9
25462024-03-30T03:11:42.551Z Documenting lock_api v0.4.10
25472024-03-30T03:11:43.120Z Documenting libm v0.2.7
25482024-03-30T03:11:43.829Z Documenting pin-project-lite v0.2.13
25492024-03-30T03:11:43.869Z Documenting once_cell v1.19.0
25502024-03-30T03:11:44.013Z Documenting getrandom v0.2.12
25512024-03-30T03:11:44.665Z Documenting parking_lot_core v0.9.8
25522024-03-30T03:11:45.277Z Documenting signal-hook-registry v1.4.1
25532024-03-30T03:11:45.919Z Documenting mio v0.8.11
25542024-03-30T03:11:46.519Z Documenting num-traits v0.2.18
25552024-03-30T03:11:46.713Z Documenting zeroize_derive v1.4.2
25562024-03-30T03:11:47.233Z Documenting serde v1.0.197
25572024-03-30T03:11:48.588Z Documenting thiserror-impl v1.0.57
25582024-03-30T03:11:48.886Z Documenting rand_core v0.6.4
25592024-03-30T03:11:49.633Z Documenting parking_lot v0.12.1
25602024-03-30T03:11:50.323Z Documenting futures-core v0.3.30
25612024-03-30T03:11:51.799Z Documenting ryu v1.0.15
25622024-03-30T03:11:51.799Z Documenting num_cpus v1.16.0
25632024-03-30T03:11:51.902Z Documenting zeroize v1.7.0
25642024-03-30T03:11:53.758Z Documenting socket2 v0.5.5
25652024-03-30T03:11:53.772Z Documenting tokio-macros v2.2.0
25662024-03-30T03:11:54.262Z Documenting zerocopy v0.7.32
25672024-03-30T03:11:54.643Z Documenting thiserror v1.0.57
25682024-03-30T03:11:55.012Z Documenting futures-sink v0.3.30
25692024-03-30T03:11:55.957Z Documenting typenum v1.16.0
25702024-03-30T03:11:56.041Z Documenting subtle v2.5.0
25712024-03-30T03:11:58.612Z Documenting iana-time-zone v0.1.57
25722024-03-30T03:12:00.209Z Documenting pin-utils v0.1.0
25732024-03-30T03:12:00.215Z Documenting futures-channel v0.3.30
25742024-03-30T03:12:00.252Z Documenting slab v0.4.9
25752024-03-30T03:12:00.287Z Documenting futures-macro v0.3.30
25762024-03-30T03:12:07.378Z Documenting bytes v1.5.0
25772024-03-30T03:12:09.898Z Documenting bitflags v2.4.2
25782024-03-30T03:12:09.969Z Documenting serde_json v1.0.114
25792024-03-30T03:12:10.012Z Documenting chrono v0.4.34
25802024-03-30T03:12:10.050Z Documenting futures-io v0.3.30
25812024-03-30T03:12:10.574Z Documenting futures-task v0.3.30
25822024-03-30T03:12:10.590Z Documenting uuid v1.7.0
25832024-03-30T03:12:11.346Z Documenting tokio v1.36.0
25842024-03-30T03:12:11.793Z Documenting generic-array v0.14.7
25852024-03-30T03:12:14.528Z Documenting ahash v0.8.8
25862024-03-30T03:12:14.889Z Documenting allocator-api2 v0.2.16
25872024-03-30T03:12:14.957Z Documenting futures-util v0.3.30
25882024-03-30T03:12:15.760Z Documenting const-oid v0.9.6
25892024-03-30T03:12:15.928Z Documenting tinyvec_macros v0.1.1
25902024-03-30T03:12:17.340Z Documenting crypto-common v0.1.6
25912024-03-30T03:12:17.340Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25922024-03-30T03:12:17.341Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25932024-03-30T03:12:18.295Z Documenting tracing-core v0.1.32
25942024-03-30T03:12:18.776Z Documenting tinyvec v1.6.0
25952024-03-30T03:12:18.869Z Documenting serde_derive_internals v0.26.0
25962024-03-30T03:12:19.813Z Documenting hashbrown v0.14.3
25972024-03-30T03:12:22.179Z Checking serde_derive_internals v0.26.0
25982024-03-30T03:12:22.255Z Documenting tracing-attributes v0.1.27
25992024-03-30T03:12:22.758Z Documenting dyn-clone v1.0.17
26002024-03-30T03:12:23.231Z Documenting unicode-normalization v0.1.22
26012024-03-30T03:12:23.820Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26022024-03-30T03:12:23.910Z Documenting lazy_static v1.4.0
26032024-03-30T03:12:25.894Z Documenting schemars_derive v0.8.16
26042024-03-30T03:12:27.058Z Documenting ppv-lite86 v0.2.17
26052024-03-30T03:12:27.058Z Documenting unicode-bidi v0.3.15
26062024-03-30T03:12:27.058Z Documenting percent-encoding v2.3.1
26072024-03-30T03:12:29.937Z Documenting block-buffer v0.10.4
26082024-03-30T03:12:30.036Z Documenting rand_chacha v0.3.1
26092024-03-30T03:12:30.055Z Documenting fnv v1.0.7
26102024-03-30T03:12:30.819Z Documenting equivalent v1.0.1
26112024-03-30T03:12:30.880Z Documenting powerfmt v0.2.0
26122024-03-30T03:12:31.629Z Documenting form_urlencoded v1.2.1
26132024-03-30T03:12:32.074Z Documenting schemars v0.8.16
26142024-03-30T03:12:33.775Z Documenting indexmap v2.2.5
26152024-03-30T03:12:33.935Z Documenting deranged v0.3.11
26162024-03-30T03:12:35.392Z Documenting time-macros v0.2.17
26172024-03-30T03:12:35.427Z Documenting rand v0.8.5
26182024-03-30T03:12:35.883Z Documenting digest v0.10.7
26192024-03-30T03:12:36.638Z Documenting num_threads v0.1.6
26202024-03-30T03:12:37.486Z Documenting tracing v0.1.40
26212024-03-30T03:12:37.851Z Documenting time-core v0.1.2
26222024-03-30T03:12:39.830Z Documenting unicode-width v0.1.11
26232024-03-30T03:12:40.267Z Documenting num-conv v0.1.0
26242024-03-30T03:12:40.458Z Documenting idna v0.5.0
26252024-03-30T03:12:40.857Z Documenting unicode-ident v1.0.12
26262024-03-30T03:12:41.185Z Documenting adler v1.0.2
26272024-03-30T03:12:42.598Z Documenting slog v2.7.0
26282024-03-30T03:12:50.213Z Documenting httparse v1.8.0
26292024-03-30T03:12:50.274Z Documenting time v0.3.34
26302024-03-30T03:12:50.290Z Documenting proc-macro2 v1.0.78
26312024-03-30T03:12:50.766Z Documenting miniz_oxide v0.7.1
26322024-03-30T03:12:52.024Z Documenting url v2.5.0
26332024-03-30T03:12:52.054Z Documenting cpufeatures v0.2.12
26342024-03-30T03:12:52.814Z Documenting async-trait v0.1.77
26352024-03-30T03:12:54.136Z Documenting errno v0.3.8
26362024-03-30T03:12:54.285Z Documenting httpdate v1.0.3
26372024-03-30T03:12:54.890Z Documenting try-lock v0.2.4
26382024-03-30T03:12:55.286Z Documenting quote v1.0.35
26392024-03-30T03:12:55.508Z Documenting http-body v0.4.5
26402024-03-30T03:12:56.409Z Documenting aho-corasick v1.1.2
26412024-03-30T03:12:58.001Z Documenting want v0.3.1
26422024-03-30T03:12:58.680Z Documenting openssl-sys v0.9.96
26432024-03-30T03:12:59.175Z Documenting rustix v0.38.31
26442024-03-30T03:12:59.927Z Documenting openssl-macros v0.1.1
26452024-03-30T03:13:01.020Z Documenting tokio-util v0.7.10
26462024-03-30T03:13:01.020Z Documenting syn v2.0.52
26472024-03-30T03:13:01.059Z Documenting regex-syntax v0.8.2
26482024-03-30T03:13:02.485Z Documenting tower-service v0.3.2
26492024-03-30T03:13:02.836Z Documenting mime v0.3.17
26502024-03-30T03:13:05.199Z Documenting gimli v0.28.0
26512024-03-30T03:13:05.537Z Documenting openssl v0.10.60
26522024-03-30T03:13:06.310Z Documenting object v0.32.1
26532024-03-30T03:13:06.386Z Documenting h2 v0.3.24
26542024-03-30T03:13:07.498Z Documenting openssl-probe v0.1.5
26552024-03-30T03:13:07.744Z Documenting rustc-demangle v0.1.23
26562024-03-30T03:13:09.160Z Documenting regex-automata v0.4.5
26572024-03-30T03:13:11.297Z Documenting ipnet v2.9.0
26582024-03-30T03:13:11.870Z Documenting addr2line v0.21.0
26592024-03-30T03:13:12.453Z Documenting base64ct v1.6.0
26602024-03-30T03:13:14.223Z Documenting native-tls v0.2.11
26612024-03-30T03:13:16.311Z Documenting futures-executor v0.3.30
26622024-03-30T03:13:17.228Z Documenting encoding_rs v0.8.33
26632024-03-30T03:13:17.228Z Documenting hyper v0.14.28
26642024-03-30T03:13:17.723Z Documenting psl-types v2.0.11
26652024-03-30T03:13:18.683Z Documenting regex v1.10.3
26662024-03-30T03:13:19.284Z Documenting backtrace v0.3.69
26672024-03-30T03:13:19.965Z Documenting tokio-native-tls v0.3.1
26682024-03-30T03:13:20.858Z Documenting publicsuffix v2.2.3
26692024-03-30T03:13:21.016Z Documenting serde_urlencoded v0.7.1
26702024-03-30T03:13:22.193Z Documenting crossbeam-utils v0.8.19
26712024-03-30T03:13:24.477Z Documenting utf8parse v0.2.1
26722024-03-30T03:13:25.598Z Documenting futures v0.3.30
26732024-03-30T03:13:25.674Z Documenting pem-rfc7468 v0.7.0
26742024-03-30T03:13:25.795Z Documenting anyhow v1.0.79
26752024-03-30T03:13:25.875Z Documenting cookie_store v0.20.0
26762024-03-30T03:13:26.777Z Checking pest_meta v2.7.6
26772024-03-30T03:13:27.063Z Documenting der_derive v0.7.2
26782024-03-30T03:13:27.483Z Documenting webpki-roots v0.25.2
26792024-03-30T03:13:27.710Z Documenting sync_wrapper v0.1.2
26802024-03-30T03:13:30.698Z Documenting flagset v0.4.3
26812024-03-30T03:13:30.759Z Documenting num-integer v0.1.46
26822024-03-30T03:13:30.841Z Documenting hyper-rustls v0.24.2
26832024-03-30T03:13:31.107Z Documenting hyper-tls v0.5.0
26842024-03-30T03:13:31.651Z Documenting pest_meta v2.7.6
26852024-03-30T03:13:32.336Z Documenting scroll_derive v0.12.0
26862024-03-30T03:13:32.805Z Checking pest_generator v2.7.6
26872024-03-30T03:13:33.497Z Documenting openapiv3 v2.0.0
26882024-03-30T03:13:33.568Z Documenting plain v0.2.3
26892024-03-30T03:13:33.619Z Documenting der v0.7.8
26902024-03-30T03:13:35.510Z Documenting ucd-trie v0.1.6
26912024-03-30T03:13:36.555Z Documenting spin v0.9.8
26922024-03-30T03:13:36.737Z Documenting pest_generator v2.7.6
26932024-03-30T03:13:37.819Z Documenting anstyle v1.0.6
26942024-03-30T03:13:38.266Z Documenting scroll v0.12.0
26952024-03-30T03:13:38.316Z Documenting reqwest v0.11.24
26962024-03-30T03:13:39.645Z Documenting pretty-hex v0.4.1
26972024-03-30T03:13:39.692Z Documenting spki v0.7.2
26982024-03-30T03:13:40.101Z Documenting pest v2.7.6
26992024-03-30T03:13:40.942Z Documenting either v1.10.0
27002024-03-30T03:13:41.725Z Documenting pest_derive v2.7.6
27012024-03-30T03:13:42.780Z Documenting anstyle-parse v0.2.1
27022024-03-30T03:13:42.838Z Documenting thread-id v4.2.0
27032024-03-30T03:13:43.164Z Documenting goblin v0.8.0
27042024-03-30T03:13:44.073Z Documenting pkcs8 v0.10.2
27052024-03-30T03:13:45.531Z Documenting data-encoding v2.4.0
27062024-03-30T03:13:45.621Z Documenting anstyle-query v1.0.0
27072024-03-30T03:13:46.283Z Documenting dtrace-parser v0.2.0
27082024-03-30T03:13:46.567Z Documenting colorchoice v1.0.0
27092024-03-30T03:13:47.872Z Documenting crossbeam-epoch v0.9.18
27102024-03-30T03:13:48.681Z Documenting terminal_size v0.3.0
27112024-03-30T03:13:49.586Z Documenting sha2 v0.10.8
27122024-03-30T03:13:49.598Z Documenting ipnetwork v0.20.0
27132024-03-30T03:13:50.267Z Documenting hex v0.4.3
27142024-03-30T03:13:50.476Z Documenting anstream v0.6.11
27152024-03-30T03:13:50.543Z Documenting dof v0.3.0
27162024-03-30T03:13:50.643Z Documenting crc32fast v1.3.2
27172024-03-30T03:13:52.751Z Documenting untrusted v0.9.0
27182024-03-30T03:13:54.009Z Documenting unicode-segmentation v1.10.1
27192024-03-30T03:13:54.609Z Documenting strsim v0.11.0
27202024-03-30T03:13:54.900Z Documenting clap_lex v0.7.0
27212024-03-30T03:13:55.272Z Documenting ring v0.17.8
27222024-03-30T03:13:55.502Z Documenting num-iter v0.1.44
27232024-03-30T03:13:55.511Z Documenting hmac v0.12.1
27242024-03-30T03:13:55.654Z Documenting signal-hook v0.3.17
27252024-03-30T03:13:56.172Z Documenting usdt-impl v0.5.0
27262024-03-30T03:13:57.823Z Documenting clap_derive v4.5.0
27272024-03-30T03:13:59.188Z Documenting static_assertions v1.1.0
27282024-03-30T03:13:59.431Z Documenting clap_builder v4.5.1
27292024-03-30T03:14:00.343Z Documenting flate2 v1.0.28
27302024-03-30T03:14:00.772Z Documenting managed v0.8.0
27312024-03-30T03:14:01.711Z Documenting signal-hook-mio v0.2.3
27322024-03-30T03:14:02.239Z Documenting block-padding v0.3.3
27332024-03-30T03:14:02.308Z Documenting scheduled-thread-pool v0.2.7
27342024-03-30T03:14:03.446Z Documenting bzip2-sys v0.1.11+1.0.8
27352024-03-30T03:14:03.505Z Documenting enum-as-inner v0.5.1
27362024-03-30T03:14:04.188Z Checking diesel_table_macro_syntax v0.1.0
27372024-03-30T03:14:04.631Z Documenting diesel_table_macro_syntax v0.1.0
27382024-03-30T03:14:05.752Z Documenting md-5 v0.10.5
27392024-03-30T03:14:06.364Z Documenting crossterm v0.27.0
27402024-03-30T03:14:06.482Z Documenting r2d2 v0.8.10
27412024-03-30T03:14:07.148Z Documenting inout v0.1.3
27422024-03-30T03:14:07.333Z Documenting clap v4.5.1
27432024-03-30T03:14:08.142Z Documenting bzip2 v0.4.4
27442024-03-30T03:14:08.225Z Documenting trust-dns-proto v0.22.0
27452024-03-30T03:14:10.311Z Documenting diesel_derives v2.1.2
27462024-03-30T03:14:10.612Z Documenting stringprep v0.1.3
27472024-03-30T03:14:10.824Z Documenting regress v0.9.0
27482024-03-30T03:14:12.126Z Documenting serde_spanned v0.6.5
27492024-03-30T03:14:12.804Z Documenting toml_datetime v0.6.5
27502024-03-30T03:14:13.219Z Documenting ff v0.13.0
27512024-03-30T03:14:14.112Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
27522024-03-30T03:14:15.530Z Documenting siphasher v0.3.11
27532024-03-30T03:14:17.558Z Documenting winnow v0.6.1
27542024-03-30T03:14:17.558Z Documenting base16ct v0.2.0
27552024-03-30T03:14:17.559Z Documenting fallible-iterator v0.2.0
27562024-03-30T03:14:18.030Z Documenting bit-vec v0.6.3
27572024-03-30T03:14:18.302Z Documenting group v0.13.0
27582024-03-30T03:14:18.703Z Documenting zip v0.6.6
27592024-03-30T03:14:18.991Z Documenting diesel v2.1.4
27602024-03-30T03:14:19.072Z Documenting phf_shared v0.11.2
27612024-03-30T03:14:20.388Z Documenting sec1 v0.7.3
27622024-03-30T03:14:22.745Z Documenting cipher v0.4.4
27632024-03-30T03:14:22.937Z Documenting postgres-protocol v0.6.6
27642024-03-30T03:14:23.179Z Documenting hkdf v0.12.4
27652024-03-30T03:14:23.284Z Documenting toml_edit v0.22.6
27662024-03-30T03:14:23.630Z Documenting num-bigint v0.4.4
27672024-03-30T03:14:24.148Z Documenting bstr v1.9.0
27682024-03-30T03:14:35.513Z Documenting console v0.15.8
27692024-03-30T03:14:36.276Z Documenting crypto-bigint v0.5.2
27702024-03-30T03:14:36.358Z Documenting hubpack v0.1.2
27712024-03-30T03:14:44.318Z Documenting serde_repr v0.1.16
27722024-03-30T03:14:44.476Z Documenting minimal-lexical v0.2.1
27732024-03-30T03:14:44.761Z Documenting lalrpop-util v0.19.12
27742024-03-30T03:14:44.822Z Checking unsafe-libyaml v0.2.10
27752024-03-30T03:14:46.268Z Documenting precomputed-hash v0.1.1
27762024-03-30T03:14:46.294Z Documenting fixedbitset v0.4.2
27772024-03-30T03:14:46.294Z Documenting new_debug_unreachable v1.0.4
27782024-03-30T03:14:47.327Z Documenting heck v0.4.1
27792024-03-30T03:14:54.855Z Documenting petgraph v0.6.4
27802024-03-30T03:14:55.440Z Documenting yasna v0.5.2
27812024-03-30T03:14:55.456Z Documenting postgres-types v0.2.6
27822024-03-30T03:14:55.457Z Documenting nom v7.1.3
27832024-03-30T03:14:55.457Z Documenting string_cache v0.8.7
27842024-03-30T03:14:55.457Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
27852024-03-30T03:14:55.481Z Documenting typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
27862024-03-30T03:14:56.338Z Documenting elliptic-curve v0.13.8
27872024-03-30T03:14:59.780Z Documenting phf v0.11.2
27882024-03-30T03:15:01.219Z Documenting similar v2.4.0
27892024-03-30T03:15:01.236Z Documenting typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
27902024-03-30T03:15:02.083Z Documenting semver v1.0.22
27912024-03-30T03:15:11.094Z Documenting float-cmp v0.9.0
27922024-03-30T03:15:11.467Z Documenting predicates-core v1.0.6
27932024-03-30T03:15:11.522Z Documenting difflib v0.4.0
27942024-03-30T03:15:11.709Z Documenting unsafe-libyaml v0.2.10
27952024-03-30T03:15:11.790Z Documenting whoami v1.5.0
27962024-03-30T03:15:11.866Z Checking ident_case v1.0.1
27972024-03-30T03:15:11.896Z Documenting peg-runtime v0.8.2
27982024-03-30T03:15:11.992Z Documenting normalize-line-endings v0.3.0
27992024-03-30T03:15:12.011Z Checking strsim v0.10.0
28002024-03-30T03:15:12.233Z Documenting typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
28012024-03-30T03:15:15.767Z Checking serde_yaml v0.9.25
28022024-03-30T03:15:16.120Z Documenting serde_yaml v0.9.25
28032024-03-30T03:15:16.331Z Documenting bit-set v0.5.3
28042024-03-30T03:15:16.481Z Documenting progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
28052024-03-30T03:15:16.689Z Documenting tokio-postgres v0.7.10
28062024-03-30T03:15:17.208Z Documenting getopts v0.2.21
28072024-03-30T03:15:17.262Z Documenting predicates v3.1.0
28082024-03-30T03:15:17.614Z Documenting tokio-stream v0.1.14
28092024-03-30T03:15:19.225Z Documenting strum v0.26.1
28102024-03-30T03:15:20.656Z Documenting dirs-sys-next v0.1.2
28112024-03-30T03:15:21.467Z Documenting progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
28122024-03-30T03:15:22.985Z Documenting progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
28132024-03-30T03:15:23.310Z Documenting match_cfg v0.1.0
28142024-03-30T03:15:23.963Z Checking darling_core v0.20.3
28152024-03-30T03:15:24.249Z Documenting sha1 v0.10.6
28162024-03-30T03:15:24.639Z Documenting http v1.0.0
28172024-03-30T03:15:25.737Z Documenting camino v1.1.6
28182024-03-30T03:15:25.738Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28192024-03-30T03:15:25.775Z Documenting dirs-next v2.0.0
28202024-03-30T03:15:27.200Z Documenting hostname v0.3.1
28212024-03-30T03:15:29.253Z Documenting thread_local v1.1.7
28222024-03-30T03:15:29.633Z Documenting rustls-pki-types v1.3.0
28232024-03-30T03:15:30.097Z Checking darling v0.20.3
28242024-03-30T03:15:30.220Z Documenting crossbeam-channel v0.5.8
28252024-03-30T03:15:30.481Z Documenting paste v1.0.14
28262024-03-30T03:15:30.525Z Documenting atty v0.2.14
28272024-03-30T03:15:30.706Z Documenting term v0.7.0
28282024-03-30T03:15:31.142Z Documenting progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
28292024-03-30T03:15:31.348Z Documenting take_mut v0.2.2
28302024-03-30T03:15:34.381Z Documenting slog-json v2.6.1
28312024-03-30T03:15:34.504Z Documenting async-stream-impl v0.3.5
28322024-03-30T03:15:34.602Z Documenting rustls-webpki v0.102.1
28332024-03-30T03:15:35.253Z Documenting debug-ignore v1.0.5
28342024-03-30T03:15:35.568Z Documenting atomic-waker v1.1.1
28352024-03-30T03:15:35.781Z Documenting slog-term v2.9.0
28362024-03-30T03:15:36.126Z Documenting slog-async v2.8.0
28372024-03-30T03:15:38.208Z Documenting rustls-pemfile v2.1.1
28382024-03-30T03:15:38.908Z Documenting slog-bunyan v2.5.0
28392024-03-30T03:15:38.994Z Documenting waitgroup v0.1.2
28402024-03-30T03:15:39.579Z Documenting rustls v0.22.2
28412024-03-30T03:15:40.042Z Documenting async-stream v0.3.5
28422024-03-30T03:15:40.550Z Documenting multer v3.0.0
28432024-03-30T03:15:40.919Z Documenting toml v0.8.10
28442024-03-30T03:15:41.785Z Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
28452024-03-30T03:15:42.431Z Documenting serde_path_to_error v0.1.16
28462024-03-30T03:15:43.783Z Documenting serde_with_macros v3.6.1
28472024-03-30T03:15:44.329Z Documenting structmeta-derive v0.3.0
28482024-03-30T03:15:44.947Z Checking structmeta v0.3.0
28492024-03-30T03:15:45.163Z Documenting instant v0.1.12
28502024-03-30T03:15:45.971Z Documenting newtype-uuid v1.0.1
28512024-03-30T03:15:46.872Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28522024-03-30T03:15:47.070Z Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
28532024-03-30T03:15:47.219Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
28542024-03-30T03:15:49.982Z Documenting backoff v0.4.0
28552024-03-30T03:15:50.591Z Documenting tokio-rustls v0.25.0
28562024-03-30T03:15:50.612Z Documenting serde_with v3.6.1
28572024-03-30T03:15:50.708Z Documenting structmeta v0.3.0
28582024-03-30T03:15:51.151Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28592024-03-30T03:15:51.580Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28602024-03-30T03:15:51.794Z Documenting macaddr v1.0.1
28612024-03-30T03:15:55.530Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28622024-03-30T03:15:55.970Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28632024-03-30T03:15:56.627Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28642024-03-30T03:15:56.693Z Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
28652024-03-30T03:15:56.694Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28662024-03-30T03:15:56.766Z Documenting parse-display-derive v0.9.0
28672024-03-30T03:15:57.320Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28682024-03-30T03:15:58.167Z Documenting fastrand v2.0.1
28692024-03-30T03:15:58.238Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28702024-03-30T03:15:58.532Z Checking proc-macro-crate v1.3.1
28712024-03-30T03:15:58.774Z Documenting proc-macro-crate v1.3.1
28722024-03-30T03:15:58.857Z Documenting foreign-types-macros v0.2.3
28732024-03-30T03:15:59.070Z Documenting foreign-types-shared v0.3.1
28742024-03-30T03:16:00.339Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28752024-03-30T03:16:01.327Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28762024-03-30T03:16:02.050Z Documenting cstr-argument v0.1.2
28772024-03-30T03:16:02.290Z Documenting parse-display v0.9.0
28782024-03-30T03:16:02.891Z Documenting tempfile v3.10.0
28792024-03-30T03:16:04.286Z Documenting num_enum_derive v0.5.11
28802024-03-30T03:16:04.717Z Documenting foreign-types v0.5.0
28812024-03-30T03:16:04.961Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
28822024-03-30T03:16:06.093Z Documenting tabwriter v1.4.0
28832024-03-30T03:16:06.865Z Documenting colored v2.1.0
28842024-03-30T03:16:07.630Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28852024-03-30T03:16:07.833Z Documenting camino-tempfile v1.1.1
28862024-03-30T03:16:09.380Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28872024-03-30T03:16:09.529Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
28882024-03-30T03:16:09.626Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28892024-03-30T03:16:10.518Z Documenting num_enum v0.5.11
28902024-03-30T03:16:11.157Z Documenting hash32 v0.3.1
28912024-03-30T03:16:11.658Z Documenting stable_deref_trait v1.2.0
28922024-03-30T03:16:12.906Z Documenting smf v0.2.2
28932024-03-30T03:16:14.286Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28942024-03-30T03:16:14.401Z Documenting cobs v0.2.3
28952024-03-30T03:16:15.831Z Documenting embedded-io v0.4.0
28962024-03-30T03:16:15.837Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28972024-03-30T03:16:15.838Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28982024-03-30T03:16:15.838Z Documenting heapless v0.8.0
28992024-03-30T03:16:17.425Z Documenting base64 v0.22.0
29002024-03-30T03:16:17.831Z Documenting postcard v1.0.8
29012024-03-30T03:16:18.059Z Documenting crucible-workspace-hack v0.1.0
29022024-03-30T03:16:18.169Z Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
29032024-03-30T03:16:19.561Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29042024-03-30T03:16:20.357Z Documenting proc-macro-error-attr v1.0.4
29052024-03-30T03:16:20.883Z Documenting smoltcp v0.11.0
29062024-03-30T03:16:22.348Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
29072024-03-30T03:16:22.675Z Checking proc-macro-error v1.0.4
29082024-03-30T03:16:22.823Z Documenting memmap v0.7.0
29092024-03-30T03:16:22.953Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
29102024-03-30T03:16:23.252Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
29112024-03-30T03:16:25.418Z Documenting proc-macro-error v1.0.4
29122024-03-30T03:16:26.722Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)
29132024-03-30T03:16:27.359Z Documenting newline-converter v0.3.0
29142024-03-30T03:16:27.377Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29152024-03-30T03:16:27.871Z Documenting usdt v0.5.0
29162024-03-30T03:16:28.101Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
29172024-03-30T03:16:28.863Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29182024-03-30T03:16:29.797Z Documenting sigpipe v0.1.3
29192024-03-30T03:16:29.963Z Documenting num-derive v0.4.0
29202024-03-30T03:16:31.215Z Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
29212024-03-30T03:16:31.248Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29222024-03-30T03:16:32.004Z Documenting expectorate v1.1.0
29232024-03-30T03:16:32.352Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)
29242024-03-30T03:16:33.950Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29252024-03-30T03:16:34.786Z Documenting password-hash v0.5.0
29262024-03-30T03:16:34.879Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29272024-03-30T03:16:35.669Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
29282024-03-30T03:16:35.968Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=09bcfa6b9201f75891a5413928bb088cc150d319#09bcfa6b)
29292024-03-30T03:16:36.764Z Documenting blake2 v0.10.6
29302024-03-30T03:16:36.801Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29312024-03-30T03:16:37.698Z Documenting linked-hash-map v0.5.6
29322024-03-30T03:16:39.943Z Documenting humantime v2.1.0
29332024-03-30T03:16:41.255Z Documenting bytecount v0.6.3
29342024-03-30T03:16:42.145Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
29352024-03-30T03:16:42.278Z Documenting tabled_derive v0.7.0
29362024-03-30T03:16:42.418Z Documenting lru-cache v0.1.2
29372024-03-30T03:16:42.856Z Documenting argon2 v0.5.3
29382024-03-30T03:16:44.213Z Documenting papergrid v0.11.0
29392024-03-30T03:16:44.828Z Documenting derive-where v1.2.7
29402024-03-30T03:16:46.187Z Documenting swrite v0.1.0
29412024-03-30T03:16:47.590Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29422024-03-30T03:16:47.603Z Documenting newtype_derive v0.1.6
29432024-03-30T03:16:47.604Z Documenting itertools v0.12.1
29442024-03-30T03:16:48.875Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29452024-03-30T03:16:49.220Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
29462024-03-30T03:16:49.964Z Documenting tabled v0.15.0
29472024-03-30T03:16:50.067Z Documenting arc-swap v1.6.0
29482024-03-30T03:16:50.985Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29492024-03-30T03:16:51.017Z Documenting quick-error v1.2.3
29502024-03-30T03:16:52.100Z Documenting steno v0.4.0
29512024-03-30T03:16:55.123Z Documenting slog-scope v4.4.0
29522024-03-30T03:16:55.815Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29532024-03-30T03:16:55.866Z Documenting num-rational v0.4.1
29542024-03-30T03:16:55.950Z Documenting resolv-conf v0.7.0
29552024-03-30T03:16:58.021Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29562024-03-30T03:16:58.038Z Documenting num-complex v0.4.4
29572024-03-30T03:17:00.177Z Documenting slog-stdlog v4.1.1
29582024-03-30T03:17:00.992Z Documenting filetime v0.2.23
29592024-03-30T03:17:01.018Z Documenting xattr v1.0.1
29602024-03-30T03:17:01.179Z Documenting trust-dns-resolver v0.22.0
29612024-03-30T03:17:03.217Z Documenting tap v1.0.1
29622024-03-30T03:17:09.062Z Documenting slog-envlogger v2.2.0
29632024-03-30T03:17:09.090Z Documenting num v0.4.1
29642024-03-30T03:17:09.090Z Documenting tar v0.4.40
29652024-03-30T03:17:09.091Z Documenting wyz v0.5.1
29662024-03-30T03:17:10.293Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29672024-03-30T03:17:10.324Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
29682024-03-30T03:17:10.351Z Documenting radium v0.7.0
29692024-03-30T03:17:10.528Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29702024-03-30T03:17:10.618Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29712024-03-30T03:17:10.861Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
29722024-03-30T03:17:11.085Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29732024-03-30T03:17:11.109Z Documenting nibble_vec v0.1.0
29742024-03-30T03:17:11.314Z Documenting crc-catalog v2.2.0
29752024-03-30T03:17:11.590Z Documenting funty v2.0.0
29762024-03-30T03:17:12.617Z Documenting endian-type v0.1.2
29772024-03-30T03:17:13.806Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29782024-03-30T03:17:14.110Z Documenting cancel-safe-futures v0.1.5
29792024-03-30T03:17:14.280Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29802024-03-30T03:17:14.403Z Documenting crc v3.0.1
29812024-03-30T03:17:14.545Z Documenting packed_struct_codegen v0.10.1
29822024-03-30T03:17:15.510Z Documenting bitvec v1.0.1
29832024-03-30T03:17:15.835Z Documenting same-file v1.0.6
29842024-03-30T03:17:16.116Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29852024-03-30T03:17:17.489Z Documenting radix_trie v0.2.1
29862024-03-30T03:17:18.988Z Documenting nodrop v0.1.14
29872024-03-30T03:17:20.004Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29882024-03-30T03:17:20.705Z Documenting num-bigint-dig v0.8.4
29892024-03-30T03:17:20.731Z Documenting walkdir v2.4.0
29902024-03-30T03:17:21.111Z Documenting array-init v0.0.4
29912024-03-30T03:17:21.677Z Documenting packed_struct v0.10.1
29922024-03-30T03:17:21.924Z Documenting pkcs1 v0.7.5
29932024-03-30T03:17:23.542Z Documenting is-terminal v0.4.9
29942024-03-30T03:17:24.926Z Documenting signature v2.1.0
29952024-03-30T03:17:25.872Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29962024-03-30T03:17:25.878Z Documenting display-error-chain v0.2.0
29972024-03-30T03:17:26.554Z Documenting termcolor v1.2.0
29982024-03-30T03:17:27.732Z Documenting bitfield v0.14.0
29992024-03-30T03:17:29.191Z Documenting serde-hex v0.1.0
30002024-03-30T03:17:30.801Z Documenting rsa v0.9.2
30012024-03-30T03:17:30.824Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
30022024-03-30T03:17:30.988Z Documenting slog-dtrace v0.3.0
30032024-03-30T03:17:31.199Zwarning: unresolved link to `StNestedBuilder::make_subsection`
30042024-03-30T03:17:31.200Z --> nexus/types/src/sectioned_table.rs:145:7
30052024-03-30T03:17:31.200Z |
30062024-03-30T03:17:31.200Z145 | /// [`StNestedBuilder::make_subsection`].
30072024-03-30T03:17:31.200Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `StNestedBuilder` in scope
30082024-03-30T03:17:31.201Z |
30092024-03-30T03:17:31.201Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
30102024-03-30T03:17:31.201Z
30112024-03-30T03:17:31.357Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30122024-03-30T03:17:31.357Z Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
30132024-03-30T03:17:31.566Z Documenting env_logger v0.10.0
30142024-03-30T03:17:31.635Z Documenting x509-cert v0.2.4
30152024-03-30T03:17:33.280Zwarning: `nexus-types` (lib doc) generated 1 warning
30162024-03-30T03:17:33.290Z Documenting libsw v3.3.1
30172024-03-30T03:17:35.128Z Documenting ron v0.8.1
30182024-03-30T03:17:35.688Z Documenting half v2.3.1
30192024-03-30T03:17:36.484Z Documenting pem v3.0.2
30202024-03-30T03:17:37.213Z Documenting ciborium-io v0.2.2
30212024-03-30T03:17:38.389Z Documenting crc-any v2.4.3
30222024-03-30T03:17:39.299Z Documenting owo-colors v4.0.0
30232024-03-30T03:17:39.302Z Documenting linear-map v1.2.0
30242024-03-30T03:17:39.598Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30252024-03-30T03:17:39.988Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
30262024-03-30T03:17:41.314Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30272024-03-30T03:17:41.446Z Checking darling_core v0.14.4
30282024-03-30T03:17:41.755Z Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
30292024-03-30T03:17:42.191Z Documenting ciborium-ll v0.2.2
30302024-03-30T03:17:43.164Z Documenting headers-core v0.2.0
30312024-03-30T03:17:43.827Z Documenting path-slash v0.1.5
30322024-03-30T03:17:43.963Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30332024-03-30T03:17:44.978Z Checking darling v0.14.4
30342024-03-30T03:17:45.105Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
30352024-03-30T03:17:46.970Z Documenting ciborium v0.2.2
30362024-03-30T03:17:48.721Z Documenting fxhash v0.2.1
30372024-03-30T03:17:49.197Z Documenting headers v0.3.9
30382024-03-30T03:17:51.656Z Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
30392024-03-30T03:17:52.558Z Documenting async-recursion v1.0.5
30402024-03-30T03:17:53.103Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30412024-03-30T03:17:53.850Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30422024-03-30T03:17:55.109Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30432024-03-30T03:17:55.732Z Documenting vte_generate_state_changes v0.1.1
30442024-03-30T03:17:58.657Z Documenting convert_case v0.4.0
30452024-03-30T03:17:59.458Z Checking convert_case v0.4.0
30462024-03-30T03:17:59.670Z Documenting derive_builder_core v0.12.0
30472024-03-30T03:18:00.874Z Documenting vte v0.11.1
30482024-03-30T03:18:03.789Z Documenting derive_more v0.99.17
30492024-03-30T03:18:06.428Z Checking derive_builder_core v0.12.0
30502024-03-30T03:18:06.457Z Documenting buf-list v1.0.3
30512024-03-30T03:18:06.472Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30522024-03-30T03:18:06.802Z Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30532024-03-30T03:18:07.982Z Checking heck v0.3.3
30542024-03-30T03:18:08.144Z Documenting bitstruct_derive v0.1.0
30552024-03-30T03:18:08.596Z Documenting pin-project-internal v1.1.3
30562024-03-30T03:18:11.009Z Documenting ascii v1.1.0
30572024-03-30T03:18:11.728Z Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30582024-03-30T03:18:12.446Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30592024-03-30T03:18:12.508Z Documenting structopt-derive v0.4.18
30602024-03-30T03:18:13.535Z Documenting bitstruct v0.1.1
30612024-03-30T03:18:14.627Z Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
30622024-03-30T03:18:14.924Z Documenting pin-project v1.1.3
30632024-03-30T03:18:16.111Z Documenting derive_builder_macro v0.12.0
30642024-03-30T03:18:16.816Z Documenting strip-ansi-escapes v0.2.0
30652024-03-30T03:18:17.007Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30662024-03-30T03:18:17.780Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30672024-03-30T03:18:17.901Z Documenting doc-comment v0.3.3
30682024-03-30T03:18:18.466Z Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30692024-03-30T03:18:20.885Z Documenting crossbeam-deque v0.8.3
30702024-03-30T03:18:21.110Z Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30712024-03-30T03:18:21.602Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30722024-03-30T03:18:21.812Z Documenting serde_arrays v0.1.0
30732024-03-30T03:18:22.550Z Documenting erased-serde v0.3.31
30742024-03-30T03:18:23.591Z Documenting snafu-derive v0.7.5
30752024-03-30T03:18:25.137Z Documenting ref-cast-impl v1.0.20
30762024-03-30T03:18:26.719Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30772024-03-30T03:18:27.011Z Documenting unicode-xid v0.2.4
30782024-03-30T03:18:27.131Z Checking unicode-xid v0.2.4
30792024-03-30T03:18:27.266Z Documenting nu-ansi-term v0.50.0
30802024-03-30T03:18:27.961Z Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30812024-03-30T03:18:30.066Z Documenting const_format_proc_macros v0.2.32
30822024-03-30T03:18:30.615Z Documenting ref-cast v1.0.20
30832024-03-30T03:18:31.222Z Documenting snafu v0.7.5
30842024-03-30T03:18:31.910Z Documenting rayon-core v1.12.1
30852024-03-30T03:18:32.232Z Documenting reedline v0.30.0
30862024-03-30T03:18:34.067Z Documenting derive_builder v0.12.0
30872024-03-30T03:18:35.402Z Documenting structopt v0.3.26
30882024-03-30T03:18:36.279Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30892024-03-30T03:18:37.329Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30902024-03-30T03:18:38.435Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30912024-03-30T03:18:38.749Z Documenting libefi-sys v0.1.0
30922024-03-30T03:18:39.824Z Documenting trust-dns-client v0.22.0
30932024-03-30T03:18:40.575Z Documenting polar-core v0.27.0
30942024-03-30T03:18:43.257Z Documenting libxml v0.3.3
30952024-03-30T03:18:44.078Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30962024-03-30T03:18:44.115Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30972024-03-30T03:18:44.452Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30982024-03-30T03:18:45.201Z Documenting globset v0.4.13
30992024-03-30T03:18:47.350Z Documenting bb8 v0.8.3
31002024-03-30T03:18:49.060Z Documenting olpc-cjson v0.1.3
31012024-03-30T03:18:50.499Z Documenting quick-xml v0.30.0
31022024-03-30T03:18:51.355Z Documenting serde_plain v1.0.2
31032024-03-30T03:18:51.371Z Documenting impl-trait-for-tuples v0.2.2
31042024-03-30T03:18:51.672Z Documenting oso-derive v0.27.0
31052024-03-30T03:18:53.273Z Documenting keccak v0.1.4
31062024-03-30T03:18:53.664Z Documenting utf-8 v0.7.6
31072024-03-30T03:18:55.855Z Documenting maplit v1.0.2
31082024-03-30T03:18:56.499Z Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
31092024-03-30T03:18:57.599Z Documenting typed-path v0.7.0
31102024-03-30T03:18:57.725Z Documenting samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
31112024-03-30T03:18:57.725Z Documenting sha3 v0.10.8
31122024-03-30T03:18:58.240Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31132024-03-30T03:18:58.627Z Documenting tungstenite v0.21.0
31142024-03-30T03:19:00.708Z Documenting oso v0.27.0
31152024-03-30T03:19:01.440Z Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
31162024-03-30T03:19:02.900Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
31172024-03-30T03:19:03.290Z Documenting tough v0.16.0
31182024-03-30T03:19:06.015Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
31192024-03-30T03:19:06.491Z Documenting trust-dns-server v0.22.1
31202024-03-30T03:19:06.941Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31212024-03-30T03:19:10.413Z Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
31222024-03-30T03:19:10.868Z Documenting rayon v1.9.0
31232024-03-30T03:19:11.150Z Documenting const_format v0.2.32
31242024-03-30T03:19:11.580Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31252024-03-30T03:19:11.817Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31262024-03-30T03:19:12.925Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31272024-03-30T03:19:13.512Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31282024-03-30T03:19:14.460Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31292024-03-30T03:19:14.539Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31302024-03-30T03:19:15.145Z Documenting sled v0.34.7
31312024-03-30T03:19:16.377Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31322024-03-30T03:19:19.214Z Documenting fs-err v2.11.0
31332024-03-30T03:19:19.214Z Documenting cookie v0.18.0
31342024-03-30T03:19:19.215Z Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
31352024-03-30T03:19:19.215Z Documenting unicase v2.7.0
31362024-03-30T03:19:19.885Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31372024-03-30T03:19:20.108Z Documenting fd-lock v4.0.2
31382024-03-30T03:19:20.128Z Documenting nix v0.27.1
31392024-03-30T03:19:22.357Z Documenting secrecy v0.8.0
31402024-03-30T03:19:22.477Z Documenting gethostname v0.4.3
31412024-03-30T03:19:22.895Z Documenting peg-macros v0.8.2
31422024-03-30T03:19:23.461Z Documenting rustversion v1.0.14
31432024-03-30T03:19:25.073Z Documenting sqlparser_derive v0.2.2
31442024-03-30T03:19:26.132Z Documenting parse-size v1.0.0
31452024-03-30T03:19:27.107Z Documenting unicode_categories v0.1.1
31462024-03-30T03:19:27.181Z Documenting home v0.5.5
31472024-03-30T03:19:27.937Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31482024-03-30T03:19:28.468Z Documenting castaway v0.2.2
31492024-03-30T03:19:28.680Z Documenting peg v0.8.2
31502024-03-30T03:19:29.235Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31512024-03-30T03:19:29.995Z Documenting sqlparser v0.43.1
31522024-03-30T03:19:31.736Z Documenting sqlformat v0.2.3
31532024-03-30T03:19:32.207Z Documenting rustyline v13.0.0
31542024-03-30T03:19:32.718Z Documenting mime_guess v2.0.4
31552024-03-30T03:19:32.915Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31562024-03-30T03:19:37.201Z Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
31572024-03-30T03:19:37.689Z Documenting tokio-tungstenite v0.21.0
31582024-03-30T03:19:38.200Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31592024-03-30T03:19:38.864Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31602024-03-30T03:19:43.098Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
31612024-03-30T03:19:43.698Z Documenting zone v0.1.8
31622024-03-30T03:19:45.081Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
31632024-03-30T03:19:45.369Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
31642024-03-30T03:19:45.783Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31652024-03-30T03:19:49.370Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31662024-03-30T03:19:49.650Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31672024-03-30T03:19:50.340Z Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
31682024-03-30T03:19:51.519Z Documenting portpicker v0.1.1
31692024-03-30T03:19:51.880Z Documenting universal-hash v0.5.1
31702024-03-30T03:19:56.805Z Documenting bcs v0.1.6
31712024-03-30T03:19:56.876Z Documenting kstat-rs v0.2.3
31722024-03-30T03:19:57.083Z Documenting thiserror-impl-no-std v2.0.2
31732024-03-30T03:20:07.045Z Documenting curve25519-dalek-derive v0.1.0
31742024-03-30T03:20:07.377Z Documenting opaque-debug v0.3.0
31752024-03-30T03:20:07.393Z Documenting highway v1.1.0
31762024-03-30T03:20:07.419Z Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
31772024-03-30T03:20:07.505Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31782024-03-30T03:20:07.792Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31792024-03-30T03:20:08.010Z Documenting thiserror-no-std v2.0.2
31802024-03-30T03:20:10.692Z Documenting poly1305 v0.8.0
31812024-03-30T03:20:12.704Z Documenting compact_str v0.7.1
31822024-03-30T03:20:12.991Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31832024-03-30T03:20:13.202Z Documenting curve25519-dalek v4.1.1
31842024-03-30T03:20:16.427Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31852024-03-30T03:20:17.520Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31862024-03-30T03:20:18.411Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31872024-03-30T03:20:19.215Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31882024-03-30T03:20:19.986Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31892024-03-30T03:20:20.085Z Documenting portable-atomic v1.4.3
31902024-03-30T03:20:22.723Z Documenting ed25519 v1.5.3
31912024-03-30T03:20:22.935Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31922024-03-30T03:20:24.123Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31932024-03-30T03:20:24.477Z Documenting memoffset v0.7.1
31942024-03-30T03:20:25.641Z Documenting rcgen v0.12.1
31952024-03-30T03:20:25.930Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31962024-03-30T03:20:27.531Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)
31972024-03-30T03:20:28.277Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=09bcfa6b9201f75891a5413928bb088cc150d319#09bcfa6b)
31982024-03-30T03:20:31.068Zwarning: could not parse code block as Rust code
31992024-03-30T03:20:31.068Z --> oximeter/db/src/oxql/ast/grammar.rs:244:9
32002024-03-30T03:20:31.068Z |
32012024-03-30T03:20:31.069Z244 | / /// Parse a string literal, either single- or double-quoted.
32022024-03-30T03:20:31.069Z245 | | ///
32032024-03-30T03:20:31.069Z246 | | /// Parsing string literals is pretty tricky, but we add several
32042024-03-30T03:20:31.069Z247 | | /// constraints to simplify things. First strings must be quoted, either
32052024-03-30T03:20:31.069Z... |
32062024-03-30T03:20:31.069Z275 | | ///
32072024-03-30T03:20:31.069Z276 | | /// Will be parsed as `this string has " in it`.
32082024-03-30T03:20:31.069Z | |________________________________________________________^
32092024-03-30T03:20:31.069Z |
32102024-03-30T03:20:31.069Z = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text
32112024-03-30T03:20:31.069Z = note: error from rustc: unknown start of token: \
32122024-03-30T03:20:31.070Z = note: error from rustc: unknown start of token: \
32132024-03-30T03:20:31.070Z = note: error from rustc: unknown start of token: \
32142024-03-30T03:20:31.070Z = note: error from rustc: unknown start of token: \
32152024-03-30T03:20:31.070Z = note: error from rustc: unknown start of token: \
32162024-03-30T03:20:31.070Z = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default
32172024-03-30T03:20:31.070Z
32182024-03-30T03:20:32.521Zwarning: `oximeter-db` (lib doc) generated 1 warning
32192024-03-30T03:20:32.525Z Documenting atomicwrites v0.4.3
32202024-03-30T03:20:34.074Z Documenting chacha20 v0.9.1
32212024-03-30T03:20:35.006Z Documenting lru v0.12.1
32222024-03-30T03:20:37.201Z Documenting aead v0.5.2
32232024-03-30T03:20:37.245Z Documenting rand_seeder v0.2.3
32242024-03-30T03:20:38.860Z Documenting nanorand v0.7.0
32252024-03-30T03:20:39.328Z Documenting subprocess v0.2.9
32262024-03-30T03:20:39.359Z Documenting stability v0.1.1
32272024-03-30T03:20:40.640Z Documenting cassowary v0.3.0
32282024-03-30T03:20:42.148Z Documenting glob v0.3.1
32292024-03-30T03:20:42.330Z Documenting number_prefix v0.4.0
32302024-03-30T03:20:53.226Z Documenting flume v0.11.0
32312024-03-30T03:20:53.226Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32322024-03-30T03:20:53.226Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32332024-03-30T03:20:53.226Z Documenting chacha20poly1305 v0.10.1
32342024-03-30T03:20:53.226Z Documenting ratatui v0.26.1
32352024-03-30T03:20:53.420Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32362024-03-30T03:20:53.535Z Documenting indicatif v0.17.8
32372024-03-30T03:20:57.436Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32382024-03-30T03:20:58.065Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
32392024-03-30T03:21:08.449Z Documenting salty v0.2.0
32402024-03-30T03:21:08.880Z Documenting vsss-rs v3.3.4
32412024-03-30T03:21:09.248Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32422024-03-30T03:21:09.625Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32432024-03-30T03:21:09.763Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32442024-03-30T03:21:10.609Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
32452024-03-30T03:21:10.648Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32462024-03-30T03:21:11.994Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32472024-03-30T03:21:13.815Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32482024-03-30T03:21:14.040Z Documenting serde-big-array v0.5.1
32492024-03-30T03:21:14.068Z Documenting rtoolbox v0.0.1
32502024-03-30T03:21:15.365Z Documenting is_ci v1.2.0
32512024-03-30T03:21:15.992Zwarning: unresolved link to `test_sled_transitions`
32522024-03-30T03:21:15.992Z --> nexus/db-queries/src/db/datastore/sled.rs:536:11
32532024-03-30T03:21:15.992Z |
32542024-03-30T03:21:15.992Z536 | /// [`test_sled_transitions`].
32552024-03-30T03:21:15.993Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
32562024-03-30T03:21:15.993Z |
32572024-03-30T03:21:15.993Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32582024-03-30T03:21:15.993Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32592024-03-30T03:21:15.994Z
32602024-03-30T03:21:16.419Zwarning: unresolved link to `test_sled_transitions`
32612024-03-30T03:21:16.419Z --> nexus/db-queries/src/db/datastore/sled.rs:572:11
32622024-03-30T03:21:16.419Z |
32632024-03-30T03:21:16.419Z572 | /// [`test_sled_transitions`].
32642024-03-30T03:21:16.419Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
32652024-03-30T03:21:16.419Z |
32662024-03-30T03:21:16.419Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32672024-03-30T03:21:16.419Z
32682024-03-30T03:21:16.420Zwarning: unresolved link to `DataStore::update_tuf_repo_description_insert`
32692024-03-30T03:21:16.420Z --> nexus/db-queries/src/db/datastore/update.rs:28:27
32702024-03-30T03:21:16.420Z |
32712024-03-30T03:21:16.420Z28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`].
32722024-03-30T03:21:16.420Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert`
32732024-03-30T03:21:16.420Z
32742024-03-30T03:21:16.473Z Documenting smawk v0.3.1
32752024-03-30T03:21:16.963Z Documenting unicode-linebreak v0.1.5
32762024-03-30T03:21:18.856Z Documenting http-range v0.1.5
32772024-03-30T03:21:19.177Z Documenting rpassword v7.3.1
32782024-03-30T03:21:20.647Z Documenting supports-color v3.0.0
32792024-03-30T03:21:20.663Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
32802024-03-30T03:21:20.982Z Documenting textwrap v0.16.1
32812024-03-30T03:21:23.738Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32822024-03-30T03:21:23.939Z Documenting hyper-staticfile v0.9.5
32832024-03-30T03:21:24.553Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32842024-03-30T03:21:25.138Z Documenting tui-tree-widget v0.17.0
32852024-03-30T03:21:26.064Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32862024-03-30T03:21:26.715Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32872024-03-30T03:21:30.097Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32882024-03-30T03:21:31.779Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32892024-03-30T03:21:32.692Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32902024-03-30T03:21:32.707Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32912024-03-30T03:21:32.889Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32922024-03-30T03:21:33.315Z Documenting signal-hook-tokio v0.3.1
32932024-03-30T03:21:33.542Z Documenting memmap2 v0.7.1
32942024-03-30T03:21:34.189Zwarning: `nexus-db-queries` (lib doc) generated 3 warnings
32952024-03-30T03:21:34.200Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32962024-03-30T03:21:35.360Z Documenting arrayref v0.3.7
32972024-03-30T03:21:35.419Z Documenting arrayvec v0.7.4
32982024-03-30T03:21:38.581Z Documenting constant_time_eq v0.3.0
32992024-03-30T03:21:38.898Z Documenting corncobs v0.1.3
33002024-03-30T03:21:38.981Z Documenting shell-words v1.1.0
33012024-03-30T03:21:39.584Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33022024-03-30T03:21:42.044Z Documenting blake3 v1.5.0
33032024-03-30T03:21:42.075Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
33042024-03-30T03:21:43.059Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33052024-03-30T03:21:43.693Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33062024-03-30T03:21:46.337Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33072024-03-30T03:21:47.407Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33082024-03-30T03:21:48.162Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33092024-03-30T03:21:51.775Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33102024-03-30T03:22:00.111Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33112024-03-30T03:22:02.671Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33122024-03-30T03:22:06.397Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33132024-03-30T03:22:08.017Zwarning: unclosed HTML tag `usize`
33142024-03-30T03:22:08.017Z --> wicket/src/ui/panes/update.rs:153:19
33152024-03-30T03:22:08.017Z |
33162024-03-30T03:22:08.017Z153 | /// TODO: The <usize> generic parameter is carried over from earlier versions
33172024-03-30T03:22:08.017Z | ^^^^^^^
33182024-03-30T03:22:08.018Z |
33192024-03-30T03:22:08.018Z = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
33202024-03-30T03:22:08.018Z
33212024-03-30T03:22:09.413Zwarning: `wicket` (lib doc) generated 1 warning
33222024-03-30T03:22:09.421Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=09bcfa6b9201f75891a5413928bb088cc150d319#09bcfa6b)
33232024-03-30T03:22:10.051Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33242024-03-30T03:22:12.562Z Documenting fatfs v0.3.6
33252024-03-30T03:22:13.316Z Documenting topological-sort v0.2.2
33262024-03-30T03:22:13.612Z Documenting assert_matches v1.5.0
33272024-03-30T03:22:20.644Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33282024-03-30T03:22:20.644Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33292024-03-30T03:22:20.644Z Documenting omicron-zone-package v0.11.0
33302024-03-30T03:22:21.008Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33312024-03-30T03:22:21.242Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33322024-03-30T03:22:24.011Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
33332024-03-30T03:22:24.077Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
33342024-03-30T03:22:31.021Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
33352024-03-30T03:22:34.105Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
33362024-03-30T03:22:34.291Z Documenting termios v0.3.3
33372024-03-30T03:22:38.444Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33382024-03-30T03:22:39.707Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33392024-03-30T03:22:39.730Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33402024-03-30T03:22:42.709Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
33412024-03-30T03:22:42.709Z --> sled-agent/src/sim/instance.rs:46:7
33422024-03-30T03:22:42.709Z |
33432024-03-30T03:22:42.709Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
33442024-03-30T03:22:42.709Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
33452024-03-30T03:22:42.709Z |
33462024-03-30T03:22:42.709Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
33472024-03-30T03:22:42.709Z
33482024-03-30T03:22:43.410Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33492024-03-30T03:22:46.633Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
33502024-03-30T03:22:51.297Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33512024-03-30T03:22:59.716Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33522024-03-30T03:23:06.987Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33532024-03-30T03:23:13.111Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33542024-03-30T03:23:28.911Z Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
33552024-03-30T03:23:29.258Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
33562024-03-30T03:23:32.919Z Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
33572024-03-30T03:23:33.521Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33582024-03-30T03:23:33.533Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33592024-03-30T03:23:38.411Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33602024-03-30T03:23:43.844Zwarning: unresolved link to `VolumeConstructionRequest`
33612024-03-30T03:23:43.844Z --> nexus/src/app/sagas/volume_delete.rs:338:7
33622024-03-30T03:23:43.844Z |
33632024-03-30T03:23:43.844Z338 | /// [`VolumeConstructionRequest`] is shown here):
33642024-03-30T03:23:43.844Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
33652024-03-30T03:23:43.845Z |
33662024-03-30T03:23:43.845Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
33672024-03-30T03:23:43.845Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
33682024-03-30T03:23:43.845Z
33692024-03-30T03:23:43.851Zwarning: unresolved link to `fd00:1122:3344:101::5`
33702024-03-30T03:23:43.851Z --> nexus/src/app/sagas/volume_delete.rs:348:17
33712024-03-30T03:23:43.852Z |
33722024-03-30T03:23:43.852Z348 | /// "[fd00:1122:3344:101::5]:1000",
33732024-03-30T03:23:43.852Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33742024-03-30T03:23:43.852Z
33752024-03-30T03:23:43.852Zwarning: unresolved link to `fd00:1122:3344:102::9`
33762024-03-30T03:23:43.852Z --> nexus/src/app/sagas/volume_delete.rs:349:17
33772024-03-30T03:23:43.852Z |
33782024-03-30T03:23:43.852Z349 | /// "[fd00:1122:3344:102::9]:1000",
33792024-03-30T03:23:43.852Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33802024-03-30T03:23:43.852Z
33812024-03-30T03:23:43.852Zwarning: unresolved link to `fd00:1122:3344:103::2`
33822024-03-30T03:23:43.852Z --> nexus/src/app/sagas/volume_delete.rs:350:17
33832024-03-30T03:23:43.852Z |
33842024-03-30T03:23:43.852Z350 | /// "[fd00:1122:3344:103::2]:1000"
33852024-03-30T03:23:43.852Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33862024-03-30T03:23:43.852Z
33872024-03-30T03:23:43.853Zwarning: unresolved link to `fd00:1122:3344:101::5`
33882024-03-30T03:23:43.853Z --> nexus/src/app/sagas/volume_delete.rs:369:17
33892024-03-30T03:23:43.853Z |
33902024-03-30T03:23:43.853Z369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
33912024-03-30T03:23:43.853Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33922024-03-30T03:23:43.853Z
33932024-03-30T03:23:43.853Zwarning: unresolved link to `fd00:1122:3344:102::9`
33942024-03-30T03:23:43.853Z --> nexus/src/app/sagas/volume_delete.rs:370:17
33952024-03-30T03:23:43.853Z |
33962024-03-30T03:23:43.853Z370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
33972024-03-30T03:23:43.853Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33982024-03-30T03:23:43.853Z
33992024-03-30T03:23:43.853Zwarning: unresolved link to `fd00:1122:3344:103::2`
34002024-03-30T03:23:43.853Z --> nexus/src/app/sagas/volume_delete.rs:371:17
34012024-03-30T03:23:43.853Z |
34022024-03-30T03:23:43.853Z371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
34032024-03-30T03:23:43.853Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
34042024-03-30T03:23:43.853Z
34052024-03-30T03:23:47.042Zwarning: `omicron-nexus` (lib doc) generated 7 warnings
34062024-03-30T03:24:10.867Z Finished dev [unoptimized + debuginfo] target(s) in 12m 32s
34072024-03-30T03:24:10.954Z Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html
34082024-03-30T03:24:10.954Z Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html
34092024-03-30T03:24:10.954Z Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html
34102024-03-30T03:24:10.955Z Generated /work/oxidecomputer/omicron/target/doc/caboose_util/index.html
34112024-03-30T03:24:10.955Z Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html
34122024-03-30T03:24:10.986Z Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html
34132024-03-30T03:24:10.986Z Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html
34142024-03-30T03:24:10.987Z Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html
34152024-03-30T03:24:10.987Z Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html
34162024-03-30T03:24:10.987Z Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html
34172024-03-30T03:24:10.987Z Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html
34182024-03-30T03:24:10.987Z Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html
34192024-03-30T03:24:10.987Z Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html
34202024-03-30T03:24:10.987Z Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html
34212024-03-30T03:24:10.988Z Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html
34222024-03-30T03:24:10.988Z Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html
34232024-03-30T03:24:10.988Z Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html
34242024-03-30T03:24:10.988Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html
34252024-03-30T03:24:10.988Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html
34262024-03-30T03:24:10.988Z Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html
34272024-03-30T03:24:10.988Z Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html
34282024-03-30T03:24:10.988Z Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html
34292024-03-30T03:24:10.989Z Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html
34302024-03-30T03:24:10.989Z Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html
34312024-03-30T03:24:10.989Z Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html
34322024-03-30T03:24:10.989Z Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html
34332024-03-30T03:24:10.990Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html
34342024-03-30T03:24:10.990Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html
34352024-03-30T03:24:10.990Z Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html
34362024-03-30T03:24:10.990Z Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html
34372024-03-30T03:24:10.990Z Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html
34382024-03-30T03:24:10.990Z Generated /work/oxidecomputer/omicron/target/doc/nexus_metrics_producer_gc/index.html
34392024-03-30T03:24:10.990Z Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html
34402024-03-30T03:24:10.991Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html
34412024-03-30T03:24:10.991Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html
34422024-03-30T03:24:10.991Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html
34432024-03-30T03:24:10.991Z Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html
34442024-03-30T03:24:10.991Z Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html
34452024-03-30T03:24:10.991Z Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html
34462024-03-30T03:24:10.992Z Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html
34472024-03-30T03:24:10.992Z Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html
34482024-03-30T03:24:10.992Z Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html
34492024-03-30T03:24:10.992Z Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html
34502024-03-30T03:24:10.992Z Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html
34512024-03-30T03:24:10.993Z Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html
34522024-03-30T03:24:10.993Z Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html
34532024-03-30T03:24:10.993Z Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html
34542024-03-30T03:24:10.993Z Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html
34552024-03-30T03:24:10.993Z Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html
34562024-03-30T03:24:10.993Z Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html
34572024-03-30T03:24:10.993Z Generated /work/oxidecomputer/omicron/target/doc/falcon_runner/index.html
34582024-03-30T03:24:10.993Z Generated /work/oxidecomputer/omicron/target/doc/falcon_runner_cli/index.html
34592024-03-30T03:24:10.993Z Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html
34602024-03-30T03:24:10.993Z Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html
34612024-03-30T03:24:10.993Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
34622024-03-30T03:24:10.994Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html
34632024-03-30T03:24:10.994Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html
34642024-03-30T03:24:10.994Z Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html
34652024-03-30T03:24:10.994Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
34662024-03-30T03:24:10.994Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html
34672024-03-30T03:24:10.994Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html
34682024-03-30T03:24:10.995Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html
34692024-03-30T03:24:10.995Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html
34702024-03-30T03:24:10.995Z Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html
34712024-03-30T03:24:10.995Z Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html
34722024-03-30T03:24:10.995Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html
34732024-03-30T03:24:10.995Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html
34742024-03-30T03:24:10.995Z Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html
34752024-03-30T03:24:10.995Z Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html
34762024-03-30T03:24:10.995Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html
34772024-03-30T03:24:10.996Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html
34782024-03-30T03:24:10.996Z Generated /work/oxidecomputer/omicron/target/doc/typed_rng/index.html
34792024-03-30T03:24:10.996Z Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html
34802024-03-30T03:24:10.996Z Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html
34812024-03-30T03:24:10.996Z Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html
34822024-03-30T03:24:10.996Z Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html
34832024-03-30T03:24:10.996Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html
34842024-03-30T03:24:10.996Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html
34852024-03-30T03:24:10.996Z Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html
34862024-03-30T03:24:10.996Z Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html
34872024-03-30T03:24:10.997Z Generated /work/oxidecomputer/omicron/target/doc/zone_networking/index.html
34882024-03-30T03:24:11.010Z
34892024-03-30T03:24:11.010Zreal 12:33.124668939
34902024-03-30T03:24:11.010Zuser 33:14.002771699
34912024-03-30T03:24:11.010Zsys 55:53.646788216
34922024-03-30T03:24:11.010Ztrap 0.894556824
34932024-03-30T03:24:11.010Ztflt 0.624807423
34942024-03-30T03:24:11.010Zdflt 0.290133831
34952024-03-30T03:24:11.010Zkflt 0.000126772
34962024-03-30T03:24:11.011Zlock 3:22:56.182715608
34972024-03-30T03:24:11.011Zslp 3:30:22.267456322
34982024-03-30T03:24:11.011Zlat 4:29.466765081
34992024-03-30T03:24:11.011Zstop 1:45.838427278
35002024-03-30T03:24:11.011Zprocess exited: duration 1399626 ms, exit code 0
 
35012024-03-30T03:24:11.033Zfound 0 output files