01HWRFZHPX95GTJ0VF6Z0DBPFG: 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: 01HWRG18K3WFZ9TNXEYX5CDK55

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-04-30T21:57:30.856Zjob assigned to worker 01HWRG1GT9Z7N0T27QFK2K546B (queued for 2 m 54 s)
 
22024-04-30T21:57:37.670Zstarting task 0: "setup"
32024-04-30T21:57:37.755Z++ uname -s
42024-04-30T21:57:37.755Z+ kern=SunOS
52024-04-30T21:57:37.756Z+ case "$kern" in
62024-04-30T21:57:37.756Z+ groupadd -g 12345 build
72024-04-30T21:57:37.756Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-04-30T21:57:39.714Z+ zfs create -o mountpoint=/work rpool/work
92024-04-30T21:57:39.765Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-04-30T21:57:39.836Z+ home_fs=zfs
112024-04-30T21:57:39.836Z+ [[ zfs == autofs ]]
122024-04-30T21:57:39.836Z+ mkdir -p /home/build
132024-04-30T21:57:39.836Z+ chown build:build /home/build /work
142024-04-30T21:57:41.763Z+ chmod 0700 /home/build /work
152024-04-30T21:57:41.881Zprocess exited: duration 4175 ms, exit code 0
 
162024-04-30T21:57:42.516Zstarting task 1: "rust-toolchain"
172024-04-30T21:57:42.602Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-04-30T21:57:42.602Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-04-30T21:57:42.774Zinfo: downloading installer
202024-04-30T21:57:44.340Zwarning: it looks like you have an existing installation of Rust at:
212024-04-30T21:57:44.340Zwarning: /opt/ooce/bin
222024-04-30T21:57:44.341Zwarning: It is recommended that rustup be the primary Rust installation.
232024-04-30T21:57:44.341Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-04-30T21:57:44.341Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-04-30T21:57:44.341Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-04-30T21:57:44.341Zwarning: or pass `-y' to ignore all ignorable checks.
272024-04-30T21:57:44.341Zerror: cannot install while Rust is installed
282024-04-30T21:57:44.341Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-04-30T21:57:44.589Zinfo: profile set to 'default'
302024-04-30T21:57:44.589Zinfo: default host triple is x86_64-unknown-illumos
312024-04-30T21:57:44.663Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-04-30T21:57:44.728Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-04-30T21:57:44.728Zinfo: downloading component 'cargo'
342024-04-30T21:57:45.583Zinfo: downloading component 'clippy'
352024-04-30T21:57:45.892Zinfo: downloading component 'rust-docs'
362024-04-30T21:57:46.891Zinfo: downloading component 'rust-std'
372024-04-30T21:57:48.785Zinfo: downloading component 'rustc'
382024-04-30T21:57:53.264Zinfo: downloading component 'rustfmt'
392024-04-30T21:57:53.523Zinfo: installing component 'cargo'
402024-04-30T21:57:54.340Zinfo: installing component 'clippy'
412024-04-30T21:57:54.723Zinfo: installing component 'rust-docs'
422024-04-30T21:57:56.182Zinfo: installing component 'rust-std'
432024-04-30T21:57:57.928Zinfo: installing component 'rustc'
442024-04-30T21:58:01.890Zinfo: installing component 'rustfmt'
452024-04-30T21:58:02.245Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-04-30T21:58:02.245Z
472024-04-30T21:58:03.038Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-04-30T21:58:03.038Z
492024-04-30T21:58:03.109Z
502024-04-30T21:58:03.109ZRust is installed now. Great!
512024-04-30T21:58:03.109Z
522024-04-30T21:58:03.109ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-04-30T21:58:03.110Zenvironment variable. This has not been done automatically.
542024-04-30T21:58:03.110Z
552024-04-30T21:58:03.110ZTo configure your current shell, you need to source
562024-04-30T21:58:03.110Zthe corresponding env file under $HOME/.cargo.
572024-04-30T21:58:03.110Z
582024-04-30T21:58:03.110ZThis is usually done by running one of the following (note the leading DOT):
592024-04-30T21:58:03.110Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-04-30T21:58:03.110Zsource "$HOME/.cargo/env.fish" # For fish
612024-04-30T21:58:03.110Z+ rustc --version
622024-04-30T21:58:03.110Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-04-30T21:58:03.110Zprocess exited: duration 20182 ms, exit code 0
 
642024-04-30T21:58:03.271Zstarting task 2: "authentication"
652024-04-30T21:58:03.429Zprocess exited: duration 96 ms, exit code 0
 
662024-04-30T21:58:04.167Zstarting task 3: "clone repository"
672024-04-30T21:58:05.532Z+ mkdir -p /work/oxidecomputer/omicron
682024-04-30T21:58:05.532Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-04-30T21:58:05.532ZCloning into '/work/oxidecomputer/omicron'...
702024-04-30T21:58:09.399Z+ cd /work/oxidecomputer/omicron
712024-04-30T21:58:09.399Z+ git fetch origin c8226eae437c988285967f88172dd41c9a4a503e
722024-04-30T21:58:09.633ZFrom https://github.com/oxidecomputer/omicron
732024-04-30T21:58:09.633Z * branch c8226eae437c988285967f88172dd41c9a4a503e -> FETCH_HEAD
742024-04-30T21:58:09.715Z+ [[ -n john/reject-sled-add-duplicate ]]
752024-04-30T21:58:09.715Z++ git branch --show-current
762024-04-30T21:58:09.715Z+ current=main
772024-04-30T21:58:09.715Z+ [[ main != john/reject-sled-add-duplicate ]]
782024-04-30T21:58:09.715Z+ git branch -f john/reject-sled-add-duplicate c8226eae437c988285967f88172dd41c9a4a503e
792024-04-30T21:58:09.716Z+ git checkout -f john/reject-sled-add-duplicate
802024-04-30T21:58:10.184ZSwitched to branch 'john/reject-sled-add-duplicate'
812024-04-30T21:58:10.184Z+ git reset --hard c8226eae437c988285967f88172dd41c9a4a503e
822024-04-30T21:58:10.184ZHEAD is now at c8226eae4 Reject add sled requests for sleds that already exist
832024-04-30T21:58:10.184Zprocess exited: duration 6167 ms, exit code 0
 
842024-04-30T21:58:10.731Zstarting task 4: "build"
852024-04-30T21:58:10.807Z+ cargo --version
862024-04-30T21:58:10.807Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
872024-04-30T21:58:10.991Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
882024-04-30T21:58:10.991Zinfo: downloading component 'cargo'
892024-04-30T21:58:11.985Zinfo: downloading component 'clippy'
902024-04-30T21:58:12.367Zinfo: downloading component 'rust-docs'
912024-04-30T21:58:13.683Zinfo: downloading component 'rust-std'
922024-04-30T21:58:15.778Zinfo: downloading component 'rustc'
932024-04-30T21:58:21.111Zinfo: downloading component 'rustfmt'
942024-04-30T21:58:21.494Zinfo: installing component 'cargo'
952024-04-30T21:58:22.333Zinfo: installing component 'clippy'
962024-04-30T21:58:22.652Zinfo: installing component 'rust-docs'
972024-04-30T21:58:24.160Zinfo: installing component 'rust-std'
982024-04-30T21:58:25.747Zinfo: installing component 'rustc'
992024-04-30T21:58:30.285Zinfo: installing component 'rustfmt'
1002024-04-30T21:58:31.052Zcargo 1.77.2 (e52e36006 2024-03-26)
1012024-04-30T21:58:31.052Z+ rustc --version
1022024-04-30T21:58:31.052Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
1032024-04-30T21:58:31.053Z+ source ./env.sh
1042024-04-30T21:58:31.053Z++ set -o xtrace
1052024-04-30T21:58:31.053Z++++ dirname ./env.sh
1062024-04-30T21:58:31.053Z+++ readlink -f .
1072024-04-30T21:58:31.053Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082024-04-30T21:58:31.053Z++ 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-04-30T21:58:31.053Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102024-04-30T21:58:31.053Z++ 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-04-30T21:58:31.053Z++ 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-04-30T21:58:31.053Z++ 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-04-30T21:58:31.054Z++ 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-04-30T21:58:31.054Z++ 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-04-30T21:58:31.054Z++ 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-04-30T21:58:31.054Z++ unset OMICRON_WS
1172024-04-30T21:58:31.054Z++ set +o xtrace
1182024-04-30T21:58:31.054Z
1192024-04-30T21:58:31.054Z ##### ##### ###### ##### ###### #### # # # #### #
1202024-04-30T21:58:31.054Z # # # # # # # # # # # # # # #
1212024-04-30T21:58:31.054Z # # # # ##### # # ##### # # # # # #### #
1222024-04-30T21:58:31.054Z ##### ##### # ##### # # # # # # # # #
1232024-04-30T21:58:31.054Z # # # # # # # # # # # # # # #
1242024-04-30T21:58:31.055Z # # # ###### # # ###### ### # #### # #### #
1252024-04-30T21:58:31.055Z
1262024-04-30T21:58:38.948Z Startup: Refreshing catalog 'helios-dev' ... Done
1272024-04-30T21:58:40.796Z Startup: Caching catalogs ... Done
1282024-04-30T21:58:43.315ZPlanning: Solver setup ... Done (2.181s)
1292024-04-30T21:58:43.401ZPlanning: Running solver ... Done (0.045s)
1302024-04-30T21:58:43.530ZPlanning: Finding local manifests ... Done (0.123s)
1312024-04-30T21:58:43.594ZPlanning: Fetching manifests: 0/4 0% complete
1322024-04-30T21:58:43.758ZPlanning: Fetching manifests: 4/4 100% complete
1332024-04-30T21:58:43.816ZPlanning: Package planning ... Done (0.048s)
1342024-04-30T21:58:43.884ZPlanning: Merging actions ... Done (0.050s)
1352024-04-30T21:58:44.290ZPlanning: Checking for conflicting actions ... Done (0.396s)
1362024-04-30T21:58:44.385ZPlanning: Consolidating action changes ... Done (0.011s)
1372024-04-30T21:58:49.768ZPlanning: Evaluating mediators ... Done (5.475s)
1382024-04-30T21:58:49.852ZPlanning: Planning completed in 9.04 seconds
1392024-04-30T21:58:49.852Z Packages to install: 4
1402024-04-30T21:58:49.853Z Mediators to change: 2
1412024-04-30T21:58:49.853Z Services to change: 1
1422024-04-30T21:58:49.853Z Estimated space available: 155.32 GB
1432024-04-30T21:58:49.853ZEstimated space to be consumed: 1.44 GB
1442024-04-30T21:58:49.853Z Create boot environment: No
1452024-04-30T21:58:49.853ZCreate backup boot environment: No
1462024-04-30T21:58:49.853Z Rebuild boot archive: No
1472024-04-30T21:58:49.853Z
1482024-04-30T21:58:49.854ZChanged mediators:
1492024-04-30T21:58:49.854Z mediator clang:
1502024-04-30T21:58:49.854Z version: None -> 15 (system default)
1512024-04-30T21:58:49.854Z
1522024-04-30T21:58:49.854Z mediator llvm:
1532024-04-30T21:58:49.854Z version: 14 (system default) -> 15 (system default)
1542024-04-30T21:58:49.854Z
1552024-04-30T21:58:49.854ZChanged packages:
1562024-04-30T21:58:49.854Zhelios-dev
1572024-04-30T21:58:49.854Z developer/build-essential
1582024-04-30T21:58:49.855Z None -> 11-2.0
1592024-04-30T21:58:49.855Z library/libxmlsec1
1602024-04-30T21:58:49.855Z None -> 1.2.35-2.0
1612024-04-30T21:58:49.855Z ooce/developer/clang-15
1622024-04-30T21:58:49.855Z None -> 15.0.7-2.0
1632024-04-30T21:58:49.855Z ooce/developer/llvm-15
1642024-04-30T21:58:49.855Z None -> 15.0.7-2.0
1652024-04-30T21:58:49.855Z
1662024-04-30T21:58:49.855ZServices:
1672024-04-30T21:58:49.855Z restart_fmri:
1682024-04-30T21:58:49.855Z svc:/system/update-man-index:default
1692024-04-30T21:58:49.925Z
1702024-04-30T21:58:49.925ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1712024-04-30T21:58:54.931ZDownload: 916/3290 items 18.9/212.6MB 8% complete (3.9M/s)
1722024-04-30T21:59:00.058ZDownload: 1196/3290 items 83.5/212.6MB 39% complete (9.2M/s)
1732024-04-30T21:59:05.594ZDownload: 1197/3290 items 83.5/212.6MB 39% complete (9.1M/s)
1742024-04-30T21:59:10.639ZDownload: 2217/3290 items 119.2/212.6MB 56% complete (7.3M/s)
1752024-04-30T21:59:15.796ZDownload: 3244/3290 items 187.2/212.6MB 88% complete (10.3M/s)
1762024-04-30T21:59:20.910ZDownload: Completed 212.60 MB in 30.72 seconds (6.9M/s)
1772024-04-30T21:59:21.276Z Actions: 1/3689 actions (Installing new actions)
1782024-04-30T21:59:26.634Z Actions: 3656/3689 actions (Installing new actions)
1792024-04-30T21:59:26.796Z Actions: Completed 3689 actions in 5.05 seconds.
1802024-04-30T21:59:26.796Z Done (0.111s)
1812024-04-30T21:59:26.796Z Done (0.000s)
1822024-04-30T21:59:26.796Z Done (0.280s)
1832024-04-30T21:59:31.540Z Done (4.966s)
1842024-04-30T21:59:31.681Z Done (0.100s)
1852024-04-30T21:59:31.682Z Done (0.000s)
1862024-04-30T21:59:31.937Z Done (0.000s)
1872024-04-30T21:59:32.635ZPlanning: Evaluating mediator changes ... Done
1882024-04-30T21:59:33.012ZPlanning: Checking for conflicting actions ... Done
1892024-04-30T21:59:33.012ZPlanning: Consolidating action changes ... Done
1902024-04-30T21:59:34.139ZPlanning: Evaluating mediators ... Done
1912024-04-30T21:59:34.139ZPlanning: Planning completed in 0.42 seconds
1922024-04-30T21:59:34.139Z Mediators to change: 2
1932024-04-30T21:59:34.139Z Create boot environment: No
1942024-04-30T21:59:34.143ZCreate backup boot environment: No
1952024-04-30T21:59:34.143Z Done
1962024-04-30T21:59:34.143Z Done
1972024-04-30T21:59:34.143Z Done
1982024-04-30T21:59:36.682Z Done
1992024-04-30T21:59:36.788Z Done
2002024-04-30T21:59:36.788Z Done
2012024-04-30T21:59:36.875Z Done
2022024-04-30T21:59:37.405ZPlanning: Evaluating mediator changes ... Done
2032024-04-30T21:59:37.752ZPlanning: Merging actions ... Done
2042024-04-30T21:59:37.752ZPlanning: Checking for conflicting actions ... Done
2052024-04-30T21:59:37.752ZPlanning: Consolidating action changes ... Done
2062024-04-30T21:59:38.175ZPlanning: Evaluating mediators ... Done
2072024-04-30T21:59:38.176ZPlanning: Planning completed in 0.77 seconds
2082024-04-30T21:59:38.176Z Packages to change: 1
2092024-04-30T21:59:38.176Z Mediators to change: 1
2102024-04-30T21:59:38.177Z Services to change: 1
2112024-04-30T21:59:38.177Z Create boot environment: No
2122024-04-30T21:59:38.177ZCreate backup boot environment: Yes
2132024-04-30T21:59:40.069Z Actions: 1/6 actions (Updating modified actions)
2142024-04-30T21:59:40.377Z Actions: Completed 6 actions in 0.00 seconds.
2152024-04-30T21:59:40.378Z Done
2162024-04-30T21:59:40.378Z Done
2172024-04-30T21:59:40.378Z Done
2182024-04-30T21:59:43.906Z Done
2192024-04-30T21:59:43.906Z Done
2202024-04-30T21:59:43.906Z Done
2212024-04-30T21:59:43.906Z Done
2222024-04-30T21:59:44.269ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2232024-04-30T21:59:44.270Zclang system 15 system
2242024-04-30T21:59:44.270Zcsh system system illumos
2252024-04-30T21:59:44.270Zctags system system illumos
2262024-04-30T21:59:44.270Zgcc vendor 12 vendor
2272024-04-30T21:59:44.270Zgcc system 10 system
2282024-04-30T21:59:44.270Zgcc system 7 system
2292024-04-30T21:59:44.270Zgo system 1.20 system
2302024-04-30T21:59:44.270Zgo system 1.19 system
2312024-04-30T21:59:44.271Zllvm system 15 system
2322024-04-30T21:59:44.271Zllvm system 14 system
2332024-04-30T21:59:44.271Zmariadb system 10.6 system
2342024-04-30T21:59:44.271Zmta vendor vendor dma
2352024-04-30T21:59:44.271Zopenjdk system 17 system
2362024-04-30T21:59:44.271Zopenjdk system 11 system
2372024-04-30T21:59:44.272Zopenjdk system 1.8 system
2382024-04-30T21:59:44.272Zopenssl vendor 3 vendor
2392024-04-30T21:59:44.272Zperl system 5.36 system
2402024-04-30T21:59:44.272Zpostgresql system 15 system
2412024-04-30T21:59:44.272Zpostgresql system 13 system
2422024-04-30T21:59:44.272Zpython vendor 3 vendor
2432024-04-30T21:59:44.273Zpython system 2 system
2442024-04-30T21:59:44.273Zpython3 system 3.11 system
2452024-04-30T21:59:44.273Zruby system 3.0 system
2462024-04-30T21:59:44.273Zwords vendor vendor american-english
2472024-04-30T21:59:44.273Zwords system system australian-english
2482024-04-30T21:59:44.273Zwords system system british-english
2492024-04-30T21:59:44.273Zwords system system canadian-english
2502024-04-30T21:59:44.273Zwords system system french
2512024-04-30T21:59:44.273Zwords system system italian
2522024-04-30T21:59:44.273Zwords system system ngerman
2532024-04-30T21:59:44.274Zwords system system ogerman
2542024-04-30T21:59:44.274Zwords system system spanish
2552024-04-30T21:59:44.613ZPUBLISHER TYPE STATUS P LOCATION
2562024-04-30T21:59:44.614Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2572024-04-30T21:59:45.820ZFMRI IFO
2582024-04-30T21:59:45.820Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2592024-04-30T21:59:45.820Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2602024-04-30T21:59:45.820Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2612024-04-30T21:59:45.820Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2622024-04-30T21:59:45.821Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2632024-04-30T21:59:45.821Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2642024-04-30T21:59:45.821Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2652024-04-30T21:59:45.821Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2662024-04-30T21:59:45.821Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2672024-04-30T21:59:45.821Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2682024-04-30T21:59:45.821Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2692024-04-30T21:59:45.821Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2702024-04-30T21:59:46.133Z+ set -o errexit
2712024-04-30T21:59:47.013Z+++ dirname ./tools/ci_download_cockroachdb
2722024-04-30T21:59:47.013Z++ cd ./tools
2732024-04-30T21:59:47.013Z++ pwd
2742024-04-30T21:59:47.013Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2752024-04-30T21:59:47.013Z++ basename ./tools/ci_download_cockroachdb
2762024-04-30T21:59:47.013Z+ ARG0=ci_download_cockroachdb
2772024-04-30T21:59:47.013Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2782024-04-30T21:59:47.014Z+ CIDL_VERSION=v22.1.9
2792024-04-30T21:59:47.014Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2802024-04-30T21:59:47.014Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2812024-04-30T21:59:47.014Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2822024-04-30T21:59:47.014Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2832024-04-30T21:59:47.014Z+ TARGET_DIR=out
2842024-04-30T21:59:47.014Z+ DOWNLOAD_DIR=out/downloads
2852024-04-30T21:59:47.014Z+ DEST_DIR=./out/cockroachdb
2862024-04-30T21:59:47.014Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2872024-04-30T21:59:47.014Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2882024-04-30T21:59:47.014Z+ main
2892024-04-30T21:59:47.014Z+ [[ 0 != 0 ]]
2902024-04-30T21:59:47.014Z+ CIDL_OS=solaris2.11
2912024-04-30T21:59:47.014Z+ [[ 0 != 0 ]]
2922024-04-30T21:59:47.014Z+ configure_os solaris2.11
2932024-04-30T21:59:47.014Z+ echo 'current directory: /work/oxidecomputer/omicron'
2942024-04-30T21:59:47.014Zcurrent directory: /work/oxidecomputer/omicron
2952024-04-30T21:59:47.015Zconfiguring based on OS: "solaris2.11"
2962024-04-30T21:59:47.015Z+ echo 'configuring based on OS: "solaris2.11"'
2972024-04-30T21:59:47.015Z+ case "$1" in
2982024-04-30T21:59:47.015Z+ CIDL_BUILD=illumos
2992024-04-30T21:59:47.015Z+ CIDL_SUFFIX=tar.gz
3002024-04-30T21:59:47.015Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3012024-04-30T21:59:47.015Z+ CIDL_URL_BASE=https://illumos.org/downloads
3022024-04-30T21:59:47.015Z+ CIDL_ASSEMBLE=do_assemble_illumos
3032024-04-30T21:59:47.015Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
3042024-04-30T21:59:47.015Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
3052024-04-30T21:59:47.015Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3062024-04-30T21:59:47.015Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3072024-04-30T21:59:47.015Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3082024-04-30T21:59:47.015Z+ CIDL_SHA256FUNC=do_sha256sum
3092024-04-30T21:59:47.015Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3102024-04-30T21:59:47.015ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3112024-04-30T21:59:47.015ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3122024-04-30T21:59:47.015Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3132024-04-30T21:59:47.015Z+ mkdir -p out/downloads
3142024-04-30T21:59:47.015Z+ mkdir -p ./out/cockroachdb
3152024-04-30T21:59:47.015Z+ local DO_DOWNLOAD=true
3162024-04-30T21:59:47.015Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3172024-04-30T21:59:47.016Z+ '[' true == true ']'
3182024-04-30T21:59:47.016Z+ echo Downloading...
3192024-04-30T21:59:47.016ZDownloading...
3202024-04-30T21:59:47.016Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3212024-04-30T21:59:47.016Z+ 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
3222024-04-30T21:59:49.908Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3232024-04-30T21:59:49.973Z++ sha256sum
3242024-04-30T21:59:49.973Z++ awk '{print $1}'
3252024-04-30T21:59:50.303Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3262024-04-30T21:59:50.304Z+ [[ 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 ]]
3272024-04-30T21:59:50.304Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3282024-04-30T21:59:50.304Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3292024-04-30T21:59:52.296Z+ do_assemble_illumos
3302024-04-30T21:59:52.296Z+ rm -r ./out/cockroachdb
3312024-04-30T21:59:52.427Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3322024-04-30T21:59:52.656Z+ ./out/cockroachdb/bin/cockroach version
3332024-04-30T21:59:53.507ZBuild Tag: v22.1.9-dirty
3342024-04-30T21:59:53.507ZBuild Time: 2022/10/26 21:17:46
3352024-04-30T21:59:53.507ZDistribution: OSS
3362024-04-30T21:59:53.507ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3372024-04-30T21:59:53.507ZGo Version: go1.17.13
3382024-04-30T21:59:53.507ZC Compiler: gcc 10.3.0
3392024-04-30T21:59:53.507ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3402024-04-30T21:59:53.507ZBuild Type: release
3412024-04-30T21:59:53.507Z+ set -o errexit
3422024-04-30T21:59:53.507Z+++ dirname ./tools/ci_download_clickhouse
3432024-04-30T21:59:53.507Z++ cd ./tools
3442024-04-30T21:59:53.507Z++ pwd
3452024-04-30T21:59:53.507Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3462024-04-30T21:59:53.507Z++ basename ./tools/ci_download_clickhouse
3472024-04-30T21:59:53.507Z+ ARG0=ci_download_clickhouse
3482024-04-30T21:59:53.508Z+ TARGET_DIR=out
3492024-04-30T21:59:53.508Z+ DOWNLOAD_DIR=out/downloads
3502024-04-30T21:59:53.508Z+ DEST_DIR=./out/clickhouse
3512024-04-30T21:59:53.508Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3522024-04-30T21:59:53.508Z+ CIDL_VERSION=v23.8.7.24
3532024-04-30T21:59:53.508Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3542024-04-30T21:59:53.508Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3552024-04-30T21:59:53.508Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3562024-04-30T21:59:53.508Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3572024-04-30T21:59:53.508Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3582024-04-30T21:59:53.508Z+ main
3592024-04-30T21:59:53.508Z+ [[ 0 != 0 ]]
3602024-04-30T21:59:53.508Z+ CIDL_OS=solaris2.11
3612024-04-30T21:59:53.508Z+ [[ 0 != 0 ]]
3622024-04-30T21:59:53.508Z+ configure_os solaris2.11
3632024-04-30T21:59:53.508Z+ echo 'current directory: /work/oxidecomputer/omicron'
3642024-04-30T21:59:53.508Zcurrent directory: /work/oxidecomputer/omicron
3652024-04-30T21:59:53.508Z+ echo 'configuring based on OS: "solaris2.11"'
3662024-04-30T21:59:53.508Zconfiguring based on OS: "solaris2.11"
3672024-04-30T21:59:53.508Z+ CIDL_DASHREV=
3682024-04-30T21:59:53.508Z+ case "$1" in
3692024-04-30T21:59:53.508Z+ CIDL_PLATFORM=illumos
3702024-04-30T21:59:53.508Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3712024-04-30T21:59:53.509Z+ CIDL_MD5FUNC=do_md5sum
3722024-04-30T21:59:53.509Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3732024-04-30T21:59:53.509Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3742024-04-30T21:59:53.509Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3752024-04-30T21:59:53.509Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3762024-04-30T21:59:53.509Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3772024-04-30T21:59:53.509ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3782024-04-30T21:59:53.509ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3792024-04-30T21:59:53.509Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3802024-04-30T21:59:53.509Z+ mkdir -p out/downloads
3812024-04-30T21:59:53.509Z+ mkdir -p ./out/clickhouse
3822024-04-30T21:59:53.509Z+ local DO_DOWNLOAD=true
3832024-04-30T21:59:53.509Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3842024-04-30T21:59:53.509Z+ '[' true == true ']'
3852024-04-30T21:59:53.509Z+ echo Downloading...
3862024-04-30T21:59:53.509ZDownloading...
3872024-04-30T21:59:53.509Z+ 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
3882024-04-30T21:59:53.509Z+ 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
3892024-04-30T21:59:54.416Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3902024-04-30T21:59:55.296Z++ md5sum
3912024-04-30T21:59:55.296Z++ awk '{print $1}'
3922024-04-30T21:59:55.526Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3932024-04-30T21:59:55.526Z+ [[ 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 ]]
3942024-04-30T21:59:55.526Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3952024-04-30T21:59:55.526Z+ mkdir -p ./out/clickhouse
3962024-04-30T21:59:55.526Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3972024-04-30T21:59:59.072Z+ [[ solaris2.11 == darwin* ]]
3982024-04-30T21:59:59.072Z+ ./out/clickhouse/clickhouse server --version
3992024-04-30T21:59:59.072ZClickHouse server version 23.8.7.1.
4002024-04-30T21:59:59.072Z+ set -o errexit
4012024-04-30T21:59:59.073Z+++ dirname ./tools/ci_download_console
4022024-04-30T21:59:59.073Z++ cd ./tools
4032024-04-30T21:59:59.073Z++ pwd
4042024-04-30T21:59:59.073Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4052024-04-30T21:59:59.073Z++ basename ./tools/ci_download_console
4062024-04-30T21:59:59.073Z+ ARG0=ci_download_console
4072024-04-30T21:59:59.074Z+ TARGET_DIR=out
4082024-04-30T21:59:59.074Z+ DOWNLOAD_DIR=out/downloads
4092024-04-30T21:59:59.074Z+ DEST_DIR=./out/console-assets
4102024-04-30T21:59:59.074Z+ source /work/oxidecomputer/omicron/tools/console_version
4112024-04-30T21:59:59.074Z++ COMMIT=e7b243bab15c48c8b17446c9249da04025508f1b
4122024-04-30T21:59:59.074Z++ SHA2=ef4afb8dc12bec99dcb21d977a506953b8d7df7a8481a82372e4222444f5c11f
4132024-04-30T21:59:59.074Z+ URL=https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz
4142024-04-30T21:59:59.074Z+ TARBALL_FILE=out/downloads/console.tar.gz
4152024-04-30T21:59:59.075Z+ main
4162024-04-30T21:59:59.075Z+ [[ 0 != 0 ]]
4172024-04-30T21:59:59.075Z+ echo 'URL: https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz'
4182024-04-30T21:59:59.075ZURL: https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz
4192024-04-30T21:59:59.075Z+ echo 'Local file: out/downloads/console.tar.gz'
4202024-04-30T21:59:59.075Z+ local DO_DOWNLOAD=true
4212024-04-30T21:59:59.075ZLocal file: out/downloads/console.tar.gz
4222024-04-30T21:59:59.075Z+ [[ -f out/downloads/console.tar.gz ]]
4232024-04-30T21:59:59.075Z+ mkdir -p out/downloads
4242024-04-30T21:59:59.075Z+ '[' true == true ']'
4252024-04-30T21:59:59.075Z+ echo Downloading...
4262024-04-30T21:59:59.076ZDownloading...
4272024-04-30T21:59:59.076Z+ do_download_curl https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz out/downloads/console.tar.gz
4282024-04-30T21:59:59.076Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz
4292024-04-30T21:59:59.574Z++ do_sha256sum out/downloads/console.tar.gz
4302024-04-30T21:59:59.574Z++ case "$OSTYPE" in
4312024-04-30T22:00:00.141Z++ SHA=sha256sum
4322024-04-30T22:00:00.141Z++ sha256sum
4332024-04-30T22:00:00.141Z++ awk '{print $1}'
4342024-04-30T22:00:00.141Z+ calculated_sha2=ef4afb8dc12bec99dcb21d977a506953b8d7df7a8481a82372e4222444f5c11f
4352024-04-30T22:00:00.141Z+ [[ ef4afb8dc12bec99dcb21d977a506953b8d7df7a8481a82372e4222444f5c11f != \e\f\4\a\f\b\8\d\c\1\2\b\e\c\9\9\d\c\b\2\1\d\9\7\7\a\5\0\6\9\5\3\b\8\d\7\d\f\7\a\8\4\8\1\a\8\2\3\7\2\e\4\2\2\2\4\4\4\f\5\c\1\1\f ]]
4362024-04-30T22:00:00.142Z+ rm -rf ./out/console-assets
4372024-04-30T22:00:00.142Z+ mkdir -p ./out/console-assets
4382024-04-30T22:00:00.143Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4392024-04-30T22:00:00.143Z+ mkdir -p ./out/console-assets
4402024-04-30T22:00:00.143Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4412024-04-30T22:00:00.143Z+ set -o errexit
4422024-04-30T22:00:00.143Z+++ dirname ./tools/ci_download_maghemite_openapi
4432024-04-30T22:00:00.143Z++ cd ./tools
4442024-04-30T22:00:00.143Z++ pwd
4452024-04-30T22:00:00.144Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4462024-04-30T22:00:00.144Z++ basename ./tools/ci_download_maghemite_openapi
4472024-04-30T22:00:00.144Z+ ARG0=ci_download_maghemite_openapi
4482024-04-30T22:00:00.144Z+ TARGET_DIR=out
4492024-04-30T22:00:00.144Z+ DOWNLOAD_DIR=out/downloads
4502024-04-30T22:00:00.144Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4512024-04-30T22:00:00.144Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4522024-04-30T22:00:00.144Z++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4532024-04-30T22:00:00.144Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4542024-04-30T22:00:00.145Z+ LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4552024-04-30T22:00:00.145Z+ main
4562024-04-30T22:00:00.145Z+ rm -rf out/downloads/root
4572024-04-30T22:00:00.145Z+ [[ 0 != 0 ]]
4582024-04-30T22:00:00.145Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json'
4592024-04-30T22:00:00.145ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4602024-04-30T22:00:00.145Z+ echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4612024-04-30T22:00:00.145Z+ local DO_DOWNLOAD=true
4622024-04-30T22:00:00.145ZLocal file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4632024-04-30T22:00:00.145Z+ [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4642024-04-30T22:00:00.145Z+ mkdir -p out/downloads
4652024-04-30T22:00:00.145Z+ '[' true == true ']'
4662024-04-30T22:00:00.146Z+ echo Downloading...
4672024-04-30T22:00:00.146ZDownloading...
4682024-04-30T22:00:00.146Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4692024-04-30T22:00:00.146Z+ 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
4702024-04-30T22:00:01.905Z++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4712024-04-30T22:00:01.905Z++ case "$OSTYPE" in
4722024-04-30T22:00:01.905Z++ SHA=sha256sum
4732024-04-30T22:00:02.013Z++ sha256sum
4742024-04-30T22:00:02.013Z++ awk '{print $1}'
4752024-04-30T22:00:02.013Z+ calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4762024-04-30T22:00:02.013Z+ [[ 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 ]]
4772024-04-30T22:00:02.013Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4782024-04-30T22:00:02.013Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4792024-04-30T22:00:02.014Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4802024-04-30T22:00:02.014Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4812024-04-30T22:00:02.014Z+ LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4822024-04-30T22:00:02.014Z+ main
4832024-04-30T22:00:02.014Z+ rm -rf out/downloads/root
4842024-04-30T22:00:02.014Z+ [[ 0 != 0 ]]
4852024-04-30T22:00:02.014Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json'
4862024-04-30T22:00:02.014Z+ echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4872024-04-30T22:00:02.014ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4882024-04-30T22:00:02.014ZLocal file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4892024-04-30T22:00:02.014Z+ local DO_DOWNLOAD=true
4902024-04-30T22:00:02.014Z+ [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4912024-04-30T22:00:02.014Z+ mkdir -p out/downloads
4922024-04-30T22:00:02.014Z+ '[' true == true ']'
4932024-04-30T22:00:02.014Z+ echo Downloading...
4942024-04-30T22:00:02.015ZDownloading...
4952024-04-30T22:00:02.015Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4962024-04-30T22:00:02.015Z+ 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
4972024-04-30T22:00:02.015Z++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4982024-04-30T22:00:02.015Z++ case "$OSTYPE" in
4992024-04-30T22:00:02.015Z++ SHA=sha256sum
5002024-04-30T22:00:02.015Z++ sha256sum
5012024-04-30T22:00:02.015Z++ awk '{print $1}'
5022024-04-30T22:00:02.015Z+ calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5032024-04-30T22:00:02.015Z+ [[ 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 ]]
5042024-04-30T22:00:02.015Z+ set -o errexit
5052024-04-30T22:00:02.016Z+++ dirname ./tools/ci_download_dendrite_openapi
5062024-04-30T22:00:02.016Z++ cd ./tools
5072024-04-30T22:00:02.016Z++ pwd
5082024-04-30T22:00:02.016Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5092024-04-30T22:00:02.016Z++ basename ./tools/ci_download_dendrite_openapi
5102024-04-30T22:00:02.016Z+ ARG0=ci_download_dendrite_openapi
5112024-04-30T22:00:02.016Z+ TARGET_DIR=out
5122024-04-30T22:00:02.016Z+ DOWNLOAD_DIR=out/downloads
5132024-04-30T22:00:02.016Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5142024-04-30T22:00:02.016Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5152024-04-30T22:00:02.016Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5162024-04-30T22:00:02.016Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5172024-04-30T22:00:02.016Z+ LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5182024-04-30T22:00:02.017Z+ main
5192024-04-30T22:00:02.017Z+ [[ 0 != 0 ]]
5202024-04-30T22:00:02.017Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json'
5212024-04-30T22:00:02.017ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5222024-04-30T22:00:02.017Z+ echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json'
5232024-04-30T22:00:02.017Z+ local DO_DOWNLOAD=true
5242024-04-30T22:00:02.017Z+ [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]]
5252024-04-30T22:00:02.017ZLocal file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5262024-04-30T22:00:02.017Z+ mkdir -p out/downloads
5272024-04-30T22:00:02.017Z+ '[' true == true ']'
5282024-04-30T22:00:02.017Z+ echo Downloading...
5292024-04-30T22:00:02.017ZDownloading...
5302024-04-30T22:00:02.017Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5312024-04-30T22:00:02.017Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5322024-04-30T22:00:06.385Z++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5332024-04-30T22:00:06.385Z++ case "$OSTYPE" in
5342024-04-30T22:00:06.385Z++ SHA=sha256sum
5352024-04-30T22:00:06.480Z++ sha256sum
5362024-04-30T22:00:06.480Z++ awk '{print $1}'
5372024-04-30T22:00:06.480Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5382024-04-30T22:00:06.480Z+ [[ 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 ]]
5392024-04-30T22:00:06.480Z+ set -o errexit
5402024-04-30T22:00:06.480Z+++ dirname ./tools/ci_download_dendrite_stub
5412024-04-30T22:00:06.481Z++ cd ./tools
5422024-04-30T22:00:06.481Z++ pwd
5432024-04-30T22:00:06.481Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5442024-04-30T22:00:06.481Z++ basename ./tools/ci_download_dendrite_stub
5452024-04-30T22:00:06.481Z+ ARG0=ci_download_dendrite_stub
5462024-04-30T22:00:06.481Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5472024-04-30T22:00:06.481Z++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5482024-04-30T22:00:06.482Z++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a
5492024-04-30T22:00:06.482Z++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b
5502024-04-30T22:00:06.482Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5512024-04-30T22:00:06.482Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5522024-04-30T22:00:06.482Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5532024-04-30T22:00:06.482Z+ TARGET_DIR=out
5542024-04-30T22:00:06.482Z+ DOWNLOAD_DIR=out/downloads
5552024-04-30T22:00:06.482Z+ DEST_DIR=./out/dendrite-stub
5562024-04-30T22:00:06.482Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5572024-04-30T22:00:06.483Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5582024-04-30T22:00:06.483Z+ REPO=oxidecomputer/dendrite
5592024-04-30T22:00:06.483Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690
5602024-04-30T22:00:06.483Z+ main
5612024-04-30T22:00:06.483Z+ [[ 0 != 0 ]]
5622024-04-30T22:00:06.483Z+ CIDL_OS=solaris2.11
5632024-04-30T22:00:06.483Z+ [[ 0 != 0 ]]
5642024-04-30T22:00:06.483Z+ configure_os solaris2.11
5652024-04-30T22:00:06.483Z+ echo 'current directory: /work/oxidecomputer/omicron'
5662024-04-30T22:00:06.483Z+ echo 'configuring based on OS: "solaris2.11"'
5672024-04-30T22:00:06.484Z+ case "$1" in
5682024-04-30T22:00:06.484Z+ SET_BINARIES=
5692024-04-30T22:00:06.484Zcurrent directory: /work/oxidecomputer/omicron
5702024-04-30T22:00:06.484Zconfiguring based on OS: "solaris2.11"
5712024-04-30T22:00:06.484Z+ CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5722024-04-30T22:00:06.484Z+ CIDL_SHA256FUNC=do_sha256sum
5732024-04-30T22:00:06.484Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5742024-04-30T22:00:06.484Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5752024-04-30T22:00:06.484Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5762024-04-30T22:00:06.485Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz'
5772024-04-30T22:00:06.485Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5782024-04-30T22:00:06.485ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5792024-04-30T22:00:06.485ZLocal file: out/downloads/dendrite-stub.tar.gz
5802024-04-30T22:00:06.485Z+ mkdir -p out/downloads
5812024-04-30T22:00:06.485Z+ mkdir -p ./out/dendrite-stub
5822024-04-30T22:00:06.485Z+ fetch_and_verify
5832024-04-30T22:00:06.485Z+ local DO_DOWNLOAD=true
5842024-04-30T22:00:06.485Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5852024-04-30T22:00:06.485Z+ '[' true == true ']'
5862024-04-30T22:00:06.485Z+ echo Downloading...
5872024-04-30T22:00:06.485ZDownloading...
5882024-04-30T22:00:06.486Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5892024-04-30T22:00:06.486Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5902024-04-30T22:02:02.270Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5912024-04-30T22:02:02.367Z++ sha256sum
5922024-04-30T22:02:02.367Z++ awk '{print $1}'
5932024-04-30T22:02:02.367Z+ calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5942024-04-30T22:02:02.367Z+ [[ fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 != \f\d\a\1\8\4\2\b\c\4\c\4\5\a\f\9\8\7\7\1\f\a\8\c\f\b\8\c\5\c\c\5\4\c\a\0\7\5\9\c\7\5\4\d\7\e\5\f\4\1\5\0\4\3\9\0\f\6\5\e\4\3\f\3 ]]
5952024-04-30T22:02:02.367Z+ do_untar out/downloads/dendrite-stub.tar.gz
5962024-04-30T22:02:02.368Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5972024-04-30T22:02:02.843Z+ do_assemble
5982024-04-30T22:02:02.843Z+ rm -r ./out/dendrite-stub
5992024-04-30T22:02:02.938Z+ mkdir ./out/dendrite-stub
6002024-04-30T22:02:02.938Z+ cp -r out/downloads/root ./out/dendrite-stub/root
6012024-04-30T22:02:02.938Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
6022024-04-30T22:02:03.015Z+ set -o errexit
6032024-04-30T22:02:03.015Z+++ dirname ./tools/ci_download_maghemite_mgd
6042024-04-30T22:02:03.015Z++ cd ./tools
6052024-04-30T22:02:03.015Z++ pwd
6062024-04-30T22:02:03.015Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6072024-04-30T22:02:03.015Z++ basename ./tools/ci_download_maghemite_mgd
6082024-04-30T22:02:03.015Z+ ARG0=ci_download_maghemite_mgd
6092024-04-30T22:02:03.015Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
6102024-04-30T22:02:03.015Z++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6112024-04-30T22:02:03.015Z++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d
6122024-04-30T22:02:03.015Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6132024-04-30T22:02:03.015Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
6142024-04-30T22:02:03.015Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
6152024-04-30T22:02:03.015Z+ TARGET_DIR=out
6162024-04-30T22:02:03.015Z+ DOWNLOAD_DIR=out/downloads
6172024-04-30T22:02:03.016Z+ DEST_DIR=./out/mgd
6182024-04-30T22:02:03.016Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6192024-04-30T22:02:03.016Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6202024-04-30T22:02:03.016Z+ REPO=oxidecomputer/maghemite
6212024-04-30T22:02:03.016Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a
6222024-04-30T22:02:03.016Z+ main
6232024-04-30T22:02:03.016Z+ rm -rf out/downloads/root
6242024-04-30T22:02:03.016Z+ [[ 0 != 0 ]]
6252024-04-30T22:02:03.016Z+ CIDL_OS=solaris2.11
6262024-04-30T22:02:03.016Z+ [[ 0 != 0 ]]
6272024-04-30T22:02:03.016Z+ configure_os solaris2.11
6282024-04-30T22:02:03.016Z+ echo 'current directory: /work/oxidecomputer/omicron'
6292024-04-30T22:02:03.016Zcurrent directory: /work/oxidecomputer/omicron
6302024-04-30T22:02:03.016Z+ echo 'configuring based on OS: "solaris2.11"'
6312024-04-30T22:02:03.016Z+ case "$1" in
6322024-04-30T22:02:03.016Z+ SET_BINARIES=
6332024-04-30T22:02:03.016Zconfiguring based on OS: "solaris2.11"
6342024-04-30T22:02:03.016Z+ CIDL_SHA256FUNC=do_sha256sum
6352024-04-30T22:02:03.016Z+ TARBALL_FILENAME=mgd.tar.gz
6362024-04-30T22:02:03.016Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6372024-04-30T22:02:03.016Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6382024-04-30T22:02:03.016Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz'
6392024-04-30T22:02:03.016ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6402024-04-30T22:02:03.017ZLocal file: out/downloads/mgd.tar.gz
6412024-04-30T22:02:03.017Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6422024-04-30T22:02:03.017Z+ mkdir -p out/downloads
6432024-04-30T22:02:03.017Z+ mkdir -p ./out/mgd
6442024-04-30T22:02:03.017Z+ fetch_and_verify
6452024-04-30T22:02:03.017Z+ local DO_DOWNLOAD=true
6462024-04-30T22:02:03.017Z+ [[ -f out/downloads/mgd.tar.gz ]]
6472024-04-30T22:02:03.017Z+ '[' true == true ']'
6482024-04-30T22:02:03.017Z+ echo Downloading...
6492024-04-30T22:02:03.017ZDownloading...
6502024-04-30T22:02:03.017Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz
6512024-04-30T22:02:03.017Z+ 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
6522024-04-30T22:04:46.730Z++ do_sha256sum out/downloads/mgd.tar.gz
6532024-04-30T22:04:46.736Z++ sha256sum
6542024-04-30T22:04:46.736Z++ awk '{print $1}'
6552024-04-30T22:04:46.774Z+ calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6562024-04-30T22:04:46.784Z+ [[ 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 ]]
6572024-04-30T22:04:46.784Z+ do_untar out/downloads/mgd.tar.gz
6582024-04-30T22:04:46.785Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6592024-04-30T22:04:47.354Z+ do_assemble
6602024-04-30T22:04:47.354Z+ rm -r ./out/mgd
6612024-04-30T22:04:47.357Z+ mkdir ./out/mgd
6622024-04-30T22:04:47.360Z+ cp -r out/downloads/root ./out/mgd/root
6632024-04-30T22:04:47.442Z+ set -o errexit
6642024-04-30T22:04:47.449Z+++ dirname ./tools/ci_download_transceiver_control
6652024-04-30T22:04:47.449Z++ cd ./tools
6662024-04-30T22:04:47.449Z++ pwd
6672024-04-30T22:04:47.450Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6682024-04-30T22:04:47.450Z++ basename ./tools/ci_download_transceiver_control
6692024-04-30T22:04:47.450Z+ ARG0=ci_download_transceiver_control
6702024-04-30T22:04:47.450Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6712024-04-30T22:04:47.450Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6722024-04-30T22:04:47.450Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6732024-04-30T22:04:47.450Z+ TARGET_DIR=out
6742024-04-30T22:04:47.450Z+ DOWNLOAD_DIR=out/downloads
6752024-04-30T22:04:47.450Z+ DEST_DIR=./out/transceiver-control
6762024-04-30T22:04:47.450Z+ BIN_DIR=/opt/oxide/bin
6772024-04-30T22:04:47.450Z+ BINARY=xcvradm
6782024-04-30T22:04:47.451Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6792024-04-30T22:04:47.451Z+ REPO=oxidecomputer/transceiver-control
6802024-04-30T22:04:47.451Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6812024-04-30T22:04:47.451Z+ main
6822024-04-30T22:04:47.451Z+ [[ 0 != 0 ]]
6832024-04-30T22:04:47.451Z+ CIDL_OS=solaris2.11
6842024-04-30T22:04:47.451Z+ [[ 0 != 0 ]]
6852024-04-30T22:04:47.451Z+ configure_os solaris2.11
6862024-04-30T22:04:47.451Z+ echo 'current directory: /work/oxidecomputer/omicron'
6872024-04-30T22:04:47.451Zcurrent directory: /work/oxidecomputer/omicron
6882024-04-30T22:04:47.451Z+ echo 'configuring based on OS: "solaris2.11"'
6892024-04-30T22:04:47.451Z+ case "$1" in
6902024-04-30T22:04:47.451Z+ SET_BINARIES=
6912024-04-30T22:04:47.451Zconfiguring based on OS: "solaris2.11"
6922024-04-30T22:04:47.452Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6932024-04-30T22:04:47.452Z+ CIDL_SHA256FUNC=do_sha256sum
6942024-04-30T22:04:47.452Z+ ARCHIVE_FILENAME=xcvradm.gz
6952024-04-30T22:04:47.452Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6962024-04-30T22:04:47.452Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6972024-04-30T22:04:47.452Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6982024-04-30T22:04:47.452ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6992024-04-30T22:04:47.452Z+ echo 'Local file: out/downloads/xcvradm.gz'
7002024-04-30T22:04:47.452Z+ mkdir -p out/downloads
7012024-04-30T22:04:47.452ZLocal file: out/downloads/xcvradm.gz
7022024-04-30T22:04:47.457Z+ mkdir -p ./out/transceiver-control
7032024-04-30T22:04:47.457Z+ fetch_and_verify
7042024-04-30T22:04:47.458Z+ local DO_DOWNLOAD=true
7052024-04-30T22:04:47.458Z+ [[ -f out/downloads/xcvradm.gz ]]
7062024-04-30T22:04:47.458Z+ '[' true == true ']'
7072024-04-30T22:04:47.458Z+ echo Downloading...
7082024-04-30T22:04:47.458ZDownloading...
7092024-04-30T22:04:47.458Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
7102024-04-30T22:04:47.458Z+ 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
7112024-04-30T22:04:52.284Z++ do_sha256sum out/downloads/xcvradm.gz
7122024-04-30T22:04:52.290Z++ sha256sum
7132024-04-30T22:04:52.291Z++ awk '{print $1}'
7142024-04-30T22:04:52.299Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7152024-04-30T22:04:52.299Z+ [[ 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 ]]
7162024-04-30T22:04:52.299Z+ do_unpack out/downloads/xcvradm.gz
7172024-04-30T22:04:52.299Z+ mkdir -p out/downloads/root//opt/oxide/bin
7182024-04-30T22:04:52.299Z+ gzip -dc out/downloads/xcvradm.gz
7192024-04-30T22:04:52.413Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7202024-04-30T22:04:52.419Z+ do_assemble
7212024-04-30T22:04:52.419Z+ rm -r ./out/transceiver-control
7222024-04-30T22:04:52.419Z+ mkdir ./out/transceiver-control
7232024-04-30T22:04:52.419Z+ cp -r out/downloads/root ./out/transceiver-control/root
7242024-04-30T22:04:52.521Z+ set -o errexit
7252024-04-30T22:04:52.551Z+++ dirname ./tools/ci_download_thundermuffin
7262024-04-30T22:04:52.552Z++ cd ./tools
7272024-04-30T22:04:52.552Z++ pwd
7282024-04-30T22:04:52.552Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7292024-04-30T22:04:52.552Z++ basename ./tools/ci_download_thundermuffin
7302024-04-30T22:04:52.552Z+ ARG0=ci_download_thundermuffin
7312024-04-30T22:04:52.553Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7322024-04-30T22:04:52.553Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7332024-04-30T22:04:52.553Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7342024-04-30T22:04:52.553Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7352024-04-30T22:04:52.553Z+ TARGET_DIR=out
7362024-04-30T22:04:52.553Z+ DOWNLOAD_DIR=out/downloads
7372024-04-30T22:04:52.553Z+ DEST_DIR=./out/thundermuffin
7382024-04-30T22:04:52.553Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7392024-04-30T22:04:52.553Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7402024-04-30T22:04:52.553Z+ REPO=oxidecomputer/thundermuffin
7412024-04-30T22:04:52.554Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7422024-04-30T22:04:52.554Z+ main
7432024-04-30T22:04:52.554Z+ rm -rf out/downloads/root
7442024-04-30T22:04:52.554Z+ [[ 0 != 0 ]]
7452024-04-30T22:04:52.554Z+ CIDL_OS=solaris2.11
7462024-04-30T22:04:52.554Z+ [[ 0 != 0 ]]
7472024-04-30T22:04:52.554Z+ configure_os solaris2.11
7482024-04-30T22:04:52.554Z+ echo 'current directory: /work/oxidecomputer/omicron'
7492024-04-30T22:04:52.554Zcurrent directory: /work/oxidecomputer/omicron
7502024-04-30T22:04:52.554Z+ echo 'configuring based on OS: "solaris2.11"'
7512024-04-30T22:04:52.554Z+ case "$1" in
7522024-04-30T22:04:52.554Zconfiguring based on OS: "solaris2.11"
7532024-04-30T22:04:52.554Z+ SET_BINARIES=
7542024-04-30T22:04:52.554Z+ CIDL_SHA256FUNC=do_sha256sum
7552024-04-30T22:04:52.554Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7562024-04-30T22:04:52.554Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7572024-04-30T22:04:52.554Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7582024-04-30T22:04:52.554Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7592024-04-30T22:04:52.554ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7602024-04-30T22:04:52.554ZLocal file: out/downloads/thundermuffin.tar.gz
7612024-04-30T22:04:52.554Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7622024-04-30T22:04:52.554Z+ mkdir -p out/downloads
7632024-04-30T22:04:52.555Z+ mkdir -p ./out/thundermuffin
7642024-04-30T22:04:52.555Z+ fetch_and_verify
7652024-04-30T22:04:52.555Z+ local DO_DOWNLOAD=true
7662024-04-30T22:04:52.555Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7672024-04-30T22:04:52.555Z+ '[' true == true ']'
7682024-04-30T22:04:52.555Z+ echo Downloading...
7692024-04-30T22:04:52.555ZDownloading...
7702024-04-30T22:04:52.555Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7712024-04-30T22:04:52.555Z+ curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7722024-04-30T22:04:57.863Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7732024-04-30T22:04:57.950Z++ sha256sum
7742024-04-30T22:04:57.950Z++ awk '{print $1}'
7752024-04-30T22:04:57.950Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7762024-04-30T22:04:57.950Z+ [[ 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 ]]
7772024-04-30T22:04:57.950Z+ do_untar out/downloads/thundermuffin.tar.gz
7782024-04-30T22:04:57.950Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7792024-04-30T22:04:57.982Z+ do_assemble
7802024-04-30T22:04:57.983Z+ rm -r ./out/thundermuffin
7812024-04-30T22:04:57.983Z+ mkdir ./out/thundermuffin
7822024-04-30T22:04:57.983Z+ cp -r out/downloads/root ./out/thundermuffin/root
7832024-04-30T22:04:57.983ZAll builder prerequisites installed successfully, and PATH looks valid
7842024-04-30T22:04:57.983Z
7852024-04-30T22:04:57.983Zreal 6:27.637760602
7862024-04-30T22:04:57.983Zuser 37.165851528
7872024-04-30T22:04:57.983Zsys 7.001839383
7882024-04-30T22:04:57.983Ztrap 0.008128308
7892024-04-30T22:04:57.983Ztflt 0.103522580
7902024-04-30T22:04:57.983Zdflt 0.350916318
7912024-04-30T22:04:57.984Zkflt 0.091619562
7922024-04-30T22:04:57.984Zlock 1.025694586
7932024-04-30T22:04:57.984Zslp 17:29.384543555
7942024-04-30T22:04:57.984Zlat 2.074303711
7952024-04-30T22:04:57.984Zstop 0.137773159
7962024-04-30T22:04:57.984Z
7972024-04-30T22:04:57.984Z #### # # ##### ##### # #
7982024-04-30T22:04:57.984Z # # # # # # # # # #
7992024-04-30T22:04:57.984Z # # # # # # # #
8002024-04-30T22:04:57.984Z # # # ##### ##### #
8012024-04-30T22:04:57.984Z # # # # # # #
8022024-04-30T22:04:57.984Z #### ###### # # # #
8032024-04-30T22:04:57.984Z
8042024-04-30T22:04:58.167Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
8052024-04-30T22:04:58.489Z Updating git repository `https://github.com/oxidecomputer/zone`
8062024-04-30T22:04:58.788Z Updating crates.io index
8072024-04-30T22:04:58.845Z Updating git repository `https://github.com/oxidecomputer/dropshot`
8082024-04-30T22:04:59.796Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8092024-04-30T22:05:00.459Z Updating git repository `https://github.com/oxidecomputer/progenitor`
8102024-04-30T22:05:02.438Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
8112024-04-30T22:05:02.948Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8122024-04-30T22:05:03.217Z Updating git repository `https://github.com/oxidecomputer/propolis`
8132024-04-30T22:05:04.233Z Updating git repository `https://github.com/oxidecomputer/crucible`
8142024-04-30T22:05:06.114Z Updating git repository `https://github.com/oxidecomputer/opte`
8152024-04-30T22:05:07.149Z Updating git repository `https://github.com/oxidecomputer/falcon`
8162024-04-30T22:05:07.822Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8172024-04-30T22:05:08.249Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8182024-04-30T22:05:08.932Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8192024-04-30T22:05:09.221Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8202024-04-30T22:05:09.504Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8212024-04-30T22:05:09.893Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8222024-04-30T22:05:10.311Z Updating git repository `http://github.com/oxidecomputer/tofino`
8232024-04-30T22:05:10.513Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8242024-04-30T22:05:10.819Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8252024-04-30T22:05:11.111Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8262024-04-30T22:05:11.471Z Updating git repository `https://github.com/oxidecomputer/ispf`
8272024-04-30T22:05:11.906Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8282024-04-30T22:05:12.189Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8292024-04-30T22:05:13.651Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8302024-04-30T22:05:13.651Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8312024-04-30T22:05:13.651Z Updating git repository `https://github.com/jgallagher/nix`
8322024-04-30T22:05:14.434Z Updating git repository `https://github.com/cbiffle/hubpack`
8332024-04-30T22:05:14.818Z Updating git repository `https://github.com/oxidecomputer/typify`
8342024-04-30T22:05:16.894Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8352024-04-30T22:05:17.183Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8362024-04-30T22:05:17.431Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8372024-04-30T22:05:17.935Z Updating git repository `https://github.com/oxidecomputer/rfb`
8382024-04-30T22:05:18.866Z Downloading crates ...
8392024-04-30T22:05:18.961Z Downloaded anstyle v1.0.6
8402024-04-30T22:05:19.378Z Downloaded anyhow v1.0.82
8412024-04-30T22:05:19.378Z Downloaded anstream v0.6.11
8422024-04-30T22:05:19.378Z Downloaded anstyle-query v1.0.0
8432024-04-30T22:05:19.378Z Downloaded bitflags v2.4.2
8442024-04-30T22:05:19.378Z Downloaded anstyle-parse v0.2.1
8452024-04-30T22:05:19.378Z Downloaded equivalent v1.0.1
8462024-04-30T22:05:19.378Z Downloaded clap v4.5.4
8472024-04-30T22:05:19.378Z Downloaded thiserror-impl v1.0.59
8482024-04-30T22:05:19.378Z Downloaded fs-err v2.11.0
8492024-04-30T22:05:19.378Z Downloaded errno v0.3.8
8502024-04-30T22:05:19.378Z Downloaded autocfg v1.1.0
8512024-04-30T22:05:19.378Z Downloaded quote v1.0.36
8522024-04-30T22:05:19.378Z Downloaded clap_builder v4.5.2
8532024-04-30T22:05:19.378Z Downloaded terminal_size v0.3.0
8542024-04-30T22:05:19.378Z Downloaded cargo-platform v0.1.3
8552024-04-30T22:05:19.378Z Downloaded colorchoice v1.0.0
8562024-04-30T22:05:19.378Z Downloaded swrite v0.1.0
8572024-04-30T22:05:19.378Z Downloaded serde_spanned v0.6.5
8582024-04-30T22:05:19.378Z Downloaded toml_datetime v0.6.5
8592024-04-30T22:05:19.378Z Downloaded heck v0.5.0
8602024-04-30T22:05:19.378Z Downloaded clap_lex v0.7.0
8612024-04-30T22:05:19.379Z Downloaded macaddr v1.0.1
8622024-04-30T22:05:19.379Z Downloaded strsim v0.11.0
8632024-04-30T22:05:19.379Z Downloaded cargo_metadata v0.18.1
8642024-04-30T22:05:19.379Z Downloaded thiserror v1.0.59
8652024-04-30T22:05:19.379Z Downloaded semver v1.0.22
8662024-04-30T22:05:19.379Z Downloaded itoa v1.0.9
8672024-04-30T22:05:19.379Z Downloaded camino v1.1.6
8682024-04-30T22:05:19.379Z Downloaded utf8parse v0.2.1
8692024-04-30T22:05:19.379Z Downloaded clap_derive v4.5.4
8702024-04-30T22:05:19.379Z Downloaded cargo_toml v0.20.2
8712024-04-30T22:05:19.379Z Downloaded serde_derive v1.0.199
8722024-04-30T22:05:19.379Z Downloaded unicode-ident v1.0.12
8732024-04-30T22:05:19.379Z Downloaded toml v0.8.12
8742024-04-30T22:05:19.379Z Downloaded proc-macro2 v1.0.81
8752024-04-30T22:05:19.379Z Downloaded ryu v1.0.15
8762024-04-30T22:05:19.379Z Downloaded serde v1.0.199
8772024-04-30T22:05:19.379Z Downloaded indexmap v2.2.6
8782024-04-30T22:05:19.379Z Downloaded memchr v2.7.1
8792024-04-30T22:05:19.379Z Downloaded toml_edit v0.22.12
8802024-04-30T22:05:19.379Z Downloaded hashbrown v0.14.3
8812024-04-30T22:05:19.379Z Downloaded winnow v0.6.1
8822024-04-30T22:05:19.379Z Downloaded serde_json v1.0.116
8832024-04-30T22:05:19.380Z Downloaded syn v2.0.60
8842024-04-30T22:05:19.380Z Downloaded rustix v0.38.31
8852024-04-30T22:05:19.380Z Downloaded libc v0.2.153
8862024-04-30T22:05:19.874Z Compiling proc-macro2 v1.0.81
8872024-04-30T22:05:19.874Z Compiling unicode-ident v1.0.12
8882024-04-30T22:05:19.886Z Compiling serde v1.0.199
8892024-04-30T22:05:19.886Z Compiling libc v0.2.153
8902024-04-30T22:05:19.886Z Compiling rustix v0.38.31
8912024-04-30T22:05:19.886Z Compiling utf8parse v0.2.1
8922024-04-30T22:05:19.886Z Compiling hashbrown v0.14.3
8932024-04-30T22:05:19.886Z Compiling equivalent v1.0.1
8942024-04-30T22:05:19.887Z Compiling bitflags v2.4.2
8952024-04-30T22:05:19.887Z Compiling anstyle-parse v0.2.1
8962024-04-30T22:05:19.887Z Compiling camino v1.1.6
8972024-04-30T22:05:20.020Z Compiling winnow v0.6.1
8982024-04-30T22:05:20.030Z Compiling anstyle-query v1.0.0
8992024-04-30T22:05:20.142Z Compiling thiserror v1.0.59
9002024-04-30T22:05:20.535Z Compiling indexmap v2.2.6
9012024-04-30T22:05:20.762Z Compiling anstyle v1.0.6
9022024-04-30T22:05:20.818Z Compiling autocfg v1.1.0
9032024-04-30T22:05:20.885Z Compiling serde_json v1.0.116
9042024-04-30T22:05:20.923Z Compiling semver v1.0.22
9052024-04-30T22:05:21.202Z Compiling colorchoice v1.0.0
9062024-04-30T22:05:21.315Z Compiling anstream v0.6.11
9072024-04-30T22:05:21.470Z Compiling anyhow v1.0.82
9082024-04-30T22:05:21.474Z Compiling strsim v0.11.0
9092024-04-30T22:05:21.649Z Compiling quote v1.0.36
9102024-04-30T22:05:22.105Z Compiling fs-err v2.11.0
9112024-04-30T22:05:22.121Z Compiling syn v2.0.60
9122024-04-30T22:05:22.121Z Compiling errno v0.3.8
9132024-04-30T22:05:22.121Z Compiling clap_lex v0.7.0
9142024-04-30T22:05:22.307Z Compiling heck v0.5.0
9152024-04-30T22:05:22.355Z Compiling itoa v1.0.9
9162024-04-30T22:05:22.410Z Compiling ryu v1.0.15
9172024-04-30T22:05:22.624Z Compiling swrite v0.1.0
9182024-04-30T22:05:23.174Z Compiling terminal_size v0.3.0
9192024-04-30T22:05:23.305Z Compiling clap_builder v4.5.2
9202024-04-30T22:05:26.838Z Compiling serde_derive v1.0.199
9212024-04-30T22:05:26.838Z Compiling thiserror-impl v1.0.59
9222024-04-30T22:05:26.866Z Compiling clap_derive v4.5.4
9232024-04-30T22:05:29.501Z Compiling clap v4.5.4
9242024-04-30T22:05:34.251Z Compiling serde_spanned v0.6.5
9252024-04-30T22:05:34.251Z Compiling toml_datetime v0.6.5
9262024-04-30T22:05:34.680Z Compiling cargo-platform v0.1.3
9272024-04-30T22:05:34.681Z Compiling macaddr v1.0.1
9282024-04-30T22:05:34.692Z Compiling toml_edit v0.22.12
9292024-04-30T22:05:35.471Z Compiling cargo_metadata v0.18.1
9302024-04-30T22:05:36.811Z Compiling toml v0.8.12
9312024-04-30T22:05:37.112Z Compiling cargo_toml v0.20.2
9322024-04-30T22:05:40.376Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
9332024-04-30T22:05:43.119Z Finished dev [unoptimized + debuginfo] target(s) in 44.69s
9342024-04-30T22:05:43.142Z Running `target/debug/xtask clippy`
9352024-04-30T22:05:43.142Zrunning: "/home/build/.rustup/toolchains/1.77.2-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" "--warn" "clippy::iter_cloned_collect" "--warn" "clippy::iter_next_slice" "--warn" "clippy::iter_nth" "--warn" "clippy::iter_nth_zero" "--warn" "clippy::iter_skip_next" "--warn" "clippy::len_zero" "--warn" "clippy::redundant_field_names" "--warn" "clippy::cast_lossless"
9362024-04-30T22:05:43.521Z Downloading crates ...
9372024-04-30T22:05:43.649Z Downloaded addr2line v0.21.0
9382024-04-30T22:05:43.664Z Downloaded atty v0.2.14
9392024-04-30T22:05:43.665Z Downloaded base64 v0.21.7
9402024-04-30T22:05:43.665Z Downloaded approx v0.5.1
9412024-04-30T22:05:43.665Z Downloaded http v1.0.0
9422024-04-30T22:05:43.682Z Downloaded bcs v0.1.6
9432024-04-30T22:05:43.682Z Downloaded hmac v0.12.1
9442024-04-30T22:05:43.682Z Downloaded libefi-sys v0.1.0
9452024-04-30T22:05:43.682Z Downloaded heck v0.3.3
9462024-04-30T22:05:43.682Z Downloaded bb8 v0.8.3
9472024-04-30T22:05:43.683Z Downloaded arrayvec v0.7.4
9482024-04-30T22:05:43.683Z Downloaded ascii-canvas v3.0.0
9492024-04-30T22:05:43.683Z Downloaded argon2 v0.5.3
9502024-04-30T22:05:43.683Z Downloaded async-stream-impl v0.3.5
9512024-04-30T22:05:43.683Z Downloaded atomicwrites v0.4.3
9522024-04-30T22:05:44.105Z Downloaded atomic-waker v1.1.1
9532024-04-30T22:05:44.105Z Downloaded base16ct v0.2.0
9542024-04-30T22:05:44.105Z Downloaded linked-hash-map v0.5.6
9552024-04-30T22:05:44.105Z Downloaded hkdf v0.12.4
9562024-04-30T22:05:44.106Z Downloaded anes v0.1.6
9572024-04-30T22:05:44.106Z Downloaded base64ct v1.6.0
9582024-04-30T22:05:44.106Z Downloaded ascii v1.1.0
9592024-04-30T22:05:44.106Z Downloaded hyper v1.1.0
9602024-04-30T22:05:44.137Z Downloaded ahash v0.8.8
9612024-04-30T22:05:44.137Z Downloaded impl-trait-for-tuples v0.2.2
9622024-04-30T22:05:44.137Z Downloaded lru-cache v0.1.2
9632024-04-30T22:05:44.137Z Downloaded heapless v0.8.0
9642024-04-30T22:05:44.138Z Downloaded http-range v0.1.5
9652024-04-30T22:05:44.138Z Downloaded crypto-bigint v0.5.2
9662024-04-30T22:05:44.138Z Downloaded hyper-rustls v0.26.0
9672024-04-30T22:05:44.138Z Downloaded ident_case v1.0.1
9682024-04-30T22:05:44.138Z Downloaded base64 v0.13.1
9692024-04-30T22:05:44.139Z Downloaded hubpack_derive v0.1.1
9702024-04-30T22:05:44.139Z Downloaded newline-converter v0.3.0
9712024-04-30T22:05:44.139Z Downloaded matches v0.1.10
9722024-04-30T22:05:44.139Z Downloaded keccak v0.1.4
9732024-04-30T22:05:44.139Z Downloaded crunchy v0.2.2
9742024-04-30T22:05:44.140Z Downloaded bit-vec v0.6.3
9752024-04-30T22:05:44.140Z Downloaded libsw v3.3.1
9762024-04-30T22:05:44.140Z Downloaded md-5 v0.10.5
9772024-04-30T22:05:44.140Z Downloaded home v0.5.5
9782024-04-30T22:05:44.140Z Downloaded constant_time_eq v0.3.0
9792024-04-30T22:05:44.140Z Downloaded bytecount v0.6.3
9802024-04-30T22:05:44.140Z Downloaded normalize-line-endings v0.3.0
9812024-04-30T22:05:44.141Z Downloaded match_cfg v0.1.0
9822024-04-30T22:05:44.141Z Downloaded is_ci v1.2.0
9832024-04-30T22:05:44.141Z Downloaded new_debug_unreachable v1.0.4
9842024-04-30T22:05:44.141Z Downloaded linear-map v1.2.0
9852024-04-30T22:05:44.141Z Downloaded ciborium-io v0.2.2
9862024-04-30T22:05:44.141Z Downloaded cfg_aliases v0.1.1
9872024-04-30T22:05:44.142Z Downloaded num v0.4.2
9882024-04-30T22:05:44.142Z Downloaded managed v0.8.0
9892024-04-30T22:05:44.142Z Downloaded cobs v0.2.3
9902024-04-30T22:05:44.142Z Downloaded hex v0.4.3
9912024-04-30T22:05:44.142Z Downloaded hubpack v0.1.2
9922024-04-30T22:05:44.142Z Downloaded convert_case v0.4.0
9932024-04-30T22:05:44.142Z Downloaded nodrop v0.1.14
9942024-04-30T22:05:44.142Z Downloaded lru v0.12.1
9952024-04-30T22:05:44.143Z Downloaded async-stream v0.3.5
9962024-04-30T22:05:44.143Z Downloaded instant v0.1.12
9972024-04-30T22:05:44.143Z Downloaded cfg-if v1.0.0
9982024-04-30T22:05:44.143Z Downloaded cexpr v0.6.0
9992024-04-30T22:05:44.143Z Downloaded newtype_derive v0.1.6
10002024-04-30T22:05:44.143Z Downloaded castaway v0.2.2
10012024-04-30T22:05:44.143Z Downloaded byteorder v1.5.0
10022024-04-30T22:05:44.143Z Downloaded lalrpop-util v0.19.12
10032024-04-30T22:05:44.144Z Downloaded humantime v2.1.0
10042024-04-30T22:05:44.144Z Downloaded chacha20 v0.9.1
10052024-04-30T22:05:44.144Z Downloaded http-body v1.0.0
10062024-04-30T22:05:44.144Z Downloaded block-buffer v0.10.4
10072024-04-30T22:05:44.144Z Downloaded libloading v0.7.4
10082024-04-30T22:05:44.145Z Downloaded nested v0.1.1
10092024-04-30T22:05:44.145Z Downloaded kstat-rs v0.2.3
10102024-04-30T22:05:44.145Z Downloaded ciborium-ll v0.2.2
10112024-04-30T22:05:44.145Z Downloaded memmap v0.7.0
10122024-04-30T22:05:44.145Z Downloaded cast v0.3.0
10132024-04-30T22:05:44.145Z Downloaded maplit v1.0.2
10142024-04-30T22:05:44.146Z Downloaded heapless v0.7.16
10152024-04-30T22:05:44.146Z Downloaded nibble_vec v0.1.0
10162024-04-30T22:05:44.146Z Downloaded indoc v2.0.3
10172024-04-30T22:05:44.146Z Downloaded libtest-mimic v0.7.2
10182024-04-30T22:05:44.146Z Downloaded httpdate v1.0.3
10192024-04-30T22:05:44.146Z Downloaded crossbeam-deque v0.8.3
10202024-04-30T22:05:44.146Z Downloaded corncobs v0.1.3
10212024-04-30T22:05:44.146Z Downloaded criterion-plot v0.5.0
10222024-04-30T22:05:44.147Z Downloaded cpufeatures v0.2.12
10232024-04-30T22:05:44.147Z Downloaded cassowary v0.3.0
10242024-04-30T22:05:44.147Z Downloaded crc-catalog v2.2.0
10252024-04-30T22:05:44.147Z Downloaded usdt-attr-macro v0.5.0
10262024-04-30T22:05:44.147Z Downloaded usdt-attr-macro v0.3.5
10272024-04-30T22:05:44.147Z Downloaded constant_time_eq v0.2.6
10282024-04-30T22:05:44.147Z Downloaded mime v0.3.17
10292024-04-30T22:05:44.147Z Downloaded memoffset v0.7.1
10302024-04-30T22:05:44.148Z Downloaded buf-list v1.0.3
10312024-04-30T22:05:44.148Z Downloaded nanorand v0.7.0
10322024-04-30T22:05:44.148Z Downloaded rtoolbox v0.0.1
10332024-04-30T22:05:44.148Z Downloaded multimap v0.10.0
10342024-04-30T22:05:44.148Z Downloaded console v0.15.8
10352024-04-30T22:05:44.149Z Downloaded iana-time-zone v0.1.57
10362024-04-30T22:05:44.149Z Downloaded mockall v0.12.1
10372024-04-30T22:05:44.149Z Downloaded lazy_static v1.4.0
10382024-04-30T22:05:44.149Z Downloaded indoc v1.0.9
10392024-04-30T22:05:44.149Z Downloaded scroll v0.12.0
10402024-04-30T22:05:44.149Z Downloaded zone_cfg_derive v0.1.2
10412024-04-30T22:05:44.150Z Downloaded darling_macro v0.20.8
10422024-04-30T22:05:44.150Z Downloaded doc-comment v0.3.3
10432024-04-30T22:05:44.150Z Downloaded nu-ansi-term v0.50.0
10442024-04-30T22:05:44.150Z Downloaded rustc-hash v1.1.0
10452024-04-30T22:05:44.150Z Downloaded cancel-safe-futures v0.1.5
10462024-04-30T22:05:44.150Z Downloaded sqlformat v0.2.3
10472024-04-30T22:05:44.150Z Downloaded log v0.4.21
10482024-04-30T22:05:44.150Z Downloaded static_assertions v1.1.0
10492024-04-30T22:05:44.150Z Downloaded rust-argon2 v2.1.0
10502024-04-30T22:05:44.150Z Downloaded oso-derive v0.27.3
10512024-04-30T22:05:44.151Z Downloaded serde-hex v0.1.0
10522024-04-30T22:05:44.151Z Downloaded foreign-types-shared v0.3.1
10532024-04-30T22:05:44.151Z Downloaded foreign-types-shared v0.1.1
10542024-04-30T22:05:44.151Z Downloaded supports-color v3.0.0
10552024-04-30T22:05:44.151Z Downloaded subtle v2.5.0
10562024-04-30T22:05:44.151Z Downloaded memmap2 v0.7.1
10572024-04-30T22:05:44.151Z Downloaded crc32fast v1.3.2
10582024-04-30T22:05:44.151Z Downloaded number_prefix v0.4.0
10592024-04-30T22:05:44.151Z Downloaded is-terminal v0.4.9
10602024-04-30T22:05:44.187Z Downloaded structmeta v0.2.0
10612024-04-30T22:05:44.187Z Downloaded strsim v0.10.0
10622024-04-30T22:05:44.187Z Downloaded pretty-hex v0.2.1
10632024-04-30T22:05:44.188Z Downloaded hash32 v0.2.1
10642024-04-30T22:05:44.188Z Downloaded mime_guess v2.0.4
10652024-04-30T22:05:44.188Z Downloaded http v0.2.12
10662024-04-30T22:05:44.188Z Downloaded version_check v0.9.4
10672024-04-30T22:05:44.189Z Downloaded tui-tree-widget v0.19.0
10682024-04-30T22:05:44.189Z Downloaded native-tls v0.2.11
10692024-04-30T22:05:44.189Z Downloaded multer v3.0.0
10702024-04-30T22:05:44.189Z Downloaded ipnet v2.9.0
10712024-04-30T22:05:44.190Z Downloaded smallvec v1.13.1
10722024-04-30T22:05:44.190Z Downloaded rustc-demangle v0.1.23
10732024-04-30T22:05:44.190Z Downloaded zerocopy v0.3.0
10742024-04-30T22:05:44.190Z Downloaded crypto-common v0.1.6
10752024-04-30T22:05:44.190Z Downloaded scopeguard v1.2.0
10762024-04-30T22:05:44.190Z Downloaded serde-big-array v0.5.1
10772024-04-30T22:05:44.190Z Downloaded serde-big-array v0.4.1
10782024-04-30T22:05:44.190Z Downloaded hyper-rustls v0.24.2
10792024-04-30T22:05:44.190Z Downloaded filetime v0.2.23
10802024-04-30T22:05:44.190Z Downloaded serde_with_macros v3.7.0
10812024-04-30T22:05:44.190Z Downloaded ff v0.13.0
10822024-04-30T22:05:44.190Z Downloaded sync_wrapper v0.1.2
10832024-04-30T22:05:44.191Z Downloaded dof v0.3.0
10842024-04-30T22:05:44.191Z Downloaded packed_struct v0.10.1
10852024-04-30T22:05:44.191Z Downloaded dof v0.1.5
10862024-04-30T22:05:44.191Z Downloaded packed_struct_codegen v0.10.1
10872024-04-30T22:05:44.191Z Downloaded take_mut v0.2.2
10882024-04-30T22:05:44.191Z Downloaded tokio-tungstenite v0.21.0
10892024-04-30T22:05:44.191Z Downloaded num-integer v0.1.46
10902024-04-30T22:05:44.192Z Downloaded crossbeam-utils v0.8.19
10912024-04-30T22:05:44.192Z Downloaded usdt-macro v0.5.0
10922024-04-30T22:05:44.192Z Downloaded try-lock v0.2.4
10932024-04-30T22:05:44.192Z Downloaded toolchain_find v0.4.0
10942024-04-30T22:05:44.192Z Downloaded cfg-expr v0.15.6
10952024-04-30T22:05:44.192Z Downloaded cookie v0.18.1
10962024-04-30T22:05:44.192Z Downloaded quick-error v1.2.3
10972024-04-30T22:05:44.192Z Downloaded rand_seeder v0.2.3
10982024-04-30T22:05:44.192Z Downloaded vsss-rs v3.3.4
10992024-04-30T22:05:44.192Z Downloaded miniz_oxide v0.7.1
11002024-04-30T22:05:44.193Z Downloaded uzers v0.11.3
11012024-04-30T22:05:44.193Z Downloaded smallvec v0.6.14
11022024-04-30T22:05:44.193Z Downloaded mockall_derive v0.12.1
11032024-04-30T22:05:44.193Z Downloaded indexmap v1.9.3
11042024-04-30T22:05:44.193Z Downloaded pathdiff v0.2.1
11052024-04-30T22:05:44.193Z Downloaded rustfmt-wrapper v0.2.1
11062024-04-30T22:05:44.193Z Downloaded openssl-macros v0.1.1
11072024-04-30T22:05:44.193Z Downloaded portpicker v0.1.1
11082024-04-30T22:05:44.193Z Downloaded path-slash v0.1.5
11092024-04-30T22:05:44.194Z Downloaded opaque-debug v0.3.0
11102024-04-30T22:05:44.194Z Downloaded rustc_version v0.4.0
11112024-04-30T22:05:44.194Z Downloaded slog-bunyan v2.5.0
11122024-04-30T22:05:44.194Z Downloaded slog-async v2.8.0
11132024-04-30T22:05:44.194Z Downloaded serde_repr v0.1.16
11142024-04-30T22:05:44.194Z Downloaded chacha20poly1305 v0.10.1
11152024-04-30T22:05:44.194Z Downloaded serde_plain v1.0.2
11162024-04-30T22:05:44.194Z Downloaded gethostname v0.4.3
11172024-04-30T22:05:44.195Z Downloaded serde_path_to_error v0.1.16
11182024-04-30T22:05:44.195Z Downloaded schemars_derive v0.8.16
11192024-04-30T22:05:44.195Z Downloaded crossbeam-epoch v0.9.18
11202024-04-30T22:05:44.195Z Downloaded stable_deref_trait v1.2.0
11212024-04-30T22:05:44.195Z Downloaded tokio-macros v2.2.0
11222024-04-30T22:05:44.195Z Downloaded thiserror-no-std v2.0.2
11232024-04-30T22:05:44.195Z Downloaded parking_lot v0.11.2
11242024-04-30T22:05:44.195Z Downloaded thiserror-impl-no-std v2.0.2
11252024-04-30T22:05:44.195Z Downloaded sigpipe v0.1.3
11262024-04-30T22:05:44.195Z Downloaded signal-hook-tokio v0.3.1
11272024-04-30T22:05:44.195Z Downloaded usdt-macro v0.3.5
11282024-04-30T22:05:44.195Z Downloaded usdt-impl v0.5.0
11292024-04-30T22:05:44.196Z Downloaded trybuild v1.0.91
11302024-04-30T22:05:44.196Z Downloaded threadpool v1.8.1
11312024-04-30T22:05:44.196Z Downloaded dirs-sys-next v0.1.2
11322024-04-30T22:05:44.196Z Downloaded pkcs1 v0.7.5
11332024-04-30T22:05:44.196Z Downloaded rstest_macros v0.19.0
11342024-04-30T22:05:44.196Z Downloaded ed25519 v1.5.3
11352024-04-30T22:05:44.196Z Downloaded time-core v0.1.2
11362024-04-30T22:05:44.196Z Downloaded futures-executor v0.3.30
11372024-04-30T22:05:44.196Z Downloaded futures-io v0.3.30
11382024-04-30T22:05:44.196Z Downloaded futures-core v0.3.30
11392024-04-30T22:05:44.196Z Downloaded diesel_derives v2.1.2
11402024-04-30T22:05:44.196Z Downloaded num-iter v0.1.44
11412024-04-30T22:05:44.196Z Downloaded owo-colors v4.0.0
11422024-04-30T22:05:44.196Z Downloaded half v2.3.1
11432024-04-30T22:05:44.197Z Downloaded paste v1.0.14
11442024-04-30T22:05:44.197Z Downloaded endian-type v0.1.2
11452024-04-30T22:05:44.197Z Downloaded curve25519-dalek-derive v0.1.0
11462024-04-30T22:05:44.197Z Downloaded cstr-argument v0.1.2
11472024-04-30T22:05:44.197Z Downloaded rand_core v0.6.4
11482024-04-30T22:05:44.197Z Downloaded embedded-io v0.4.0
11492024-04-30T22:05:44.197Z Downloaded snafu-derive v0.8.2
11502024-04-30T22:05:44.197Z Downloaded ref-cast-impl v1.0.22
11512024-04-30T22:05:44.197Z Downloaded parse-size v1.0.0
11522024-04-30T22:05:44.198Z Downloaded r2d2 v0.8.10
11532024-04-30T22:05:44.198Z Downloaded serde_tokenstream v0.1.7
11542024-04-30T22:05:44.198Z Downloaded phf_shared v0.10.0
11552024-04-30T22:05:44.198Z Downloaded rustversion v1.0.14
11562024-04-30T22:05:44.198Z Downloaded precomputed-hash v0.1.1
11572024-04-30T22:05:44.198Z Downloaded signature v1.6.4
11582024-04-30T22:05:44.198Z Downloaded scheduled-thread-pool v0.2.7
11592024-04-30T22:05:44.198Z Downloaded spki v0.7.2
11602024-04-30T22:05:44.218Z Downloaded spin v0.5.2
11612024-04-30T22:05:44.218Z Downloaded erased-serde v0.3.31
11622024-04-30T22:05:44.218Z Downloaded wait-timeout v0.2.0
11632024-04-30T22:05:44.218Z Downloaded universal-hash v0.5.1
11642024-04-30T22:05:44.218Z Downloaded derive_builder v0.20.0
11652024-04-30T22:05:44.218Z Downloaded foreign-types v0.3.2
11662024-04-30T22:05:44.218Z Downloaded tiny-keccak v2.0.2
11672024-04-30T22:05:44.218Z Downloaded crossbeam-channel v0.5.8
11682024-04-30T22:05:44.218Z Downloaded which v4.4.0
11692024-04-30T22:05:44.218Z Downloaded downcast v0.11.0
11702024-04-30T22:05:44.218Z Downloaded display-error-chain v0.2.0
11712024-04-30T22:05:44.218Z Downloaded funty v2.0.0
11722024-04-30T22:05:44.218Z Downloaded libm v0.2.7
11732024-04-30T22:05:44.218Z Downloaded plotters-svg v0.3.5
11742024-04-30T22:05:44.218Z Downloaded openssl-probe v0.1.5
11752024-04-30T22:05:44.219Z Downloaded parse-display-derive v0.9.0
11762024-04-30T22:05:44.219Z Downloaded proc-macro-crate v1.3.1
11772024-04-30T22:05:44.219Z Downloaded toml v0.7.8
11782024-04-30T22:05:44.219Z Downloaded parse-display v0.9.0
11792024-04-30T22:05:44.219Z Downloaded hash32 v0.3.1
11802024-04-30T22:05:44.219Z Downloaded fragile v2.0.0
11812024-04-30T22:05:44.219Z Downloaded strum v0.26.2
11822024-04-30T22:05:44.219Z Downloaded phf_shared v0.11.2
11832024-04-30T22:05:44.219Z Downloaded resolv-conf v0.7.0
11842024-04-30T22:05:44.219Z Downloaded sha1 v0.10.6
11852024-04-30T22:05:44.219Z Downloaded structmeta-derive v0.2.0
11862024-04-30T22:05:44.219Z Downloaded slab v0.4.9
11872024-04-30T22:05:44.219Z Downloaded synstructure v0.12.6
11882024-04-30T22:05:44.219Z Downloaded siphasher v0.3.11
11892024-04-30T22:05:44.219Z Downloaded target-spec v3.1.0
11902024-04-30T22:05:44.219Z Downloaded mio v0.8.11
11912024-04-30T22:05:44.220Z Downloaded tinyvec_macros v0.1.1
11922024-04-30T22:05:44.220Z Downloaded dtrace-parser v0.2.0
11932024-04-30T22:05:44.220Z Downloaded dtrace-parser v0.1.14
11942024-04-30T22:05:44.220Z Downloaded postgres-protocol v0.6.6
11952024-04-30T22:05:44.220Z Downloaded fallible-iterator v0.2.0
11962024-04-30T22:05:44.220Z Downloaded unicode-linebreak v0.1.5
11972024-04-30T22:05:44.220Z Downloaded unarray v0.1.4
11982024-04-30T22:05:44.220Z Downloaded debug-ignore v1.0.5
11992024-04-30T22:05:44.220Z Downloaded tinytemplate v1.2.1
12002024-04-30T22:05:44.220Z Downloaded unicase v2.7.0
12012024-04-30T22:05:44.220Z Downloaded strum_macros v0.26.1
12022024-04-30T22:05:44.220Z Downloaded rpassword v7.3.1
12032024-04-30T22:05:44.220Z Downloaded diesel_table_macro_syntax v0.1.0
12042024-04-30T22:05:44.220Z Downloaded foreign-types v0.5.0
12052024-04-30T22:05:44.220Z Downloaded fnv v1.0.7
12062024-04-30T22:05:44.220Z Downloaded num_enum v0.5.11
12072024-04-30T22:05:44.220Z Downloaded peg-runtime v0.8.2
12082024-04-30T22:05:44.220Z Downloaded plotters-backend v0.3.5
12092024-04-30T22:05:44.221Z Downloaded oorandom v11.1.3
12102024-04-30T22:05:44.221Z Downloaded psl-types v2.0.11
12112024-04-30T22:05:44.221Z Downloaded proc-macro-error v1.0.4
12122024-04-30T22:05:44.221Z Downloaded futures-channel v0.3.30
12132024-04-30T22:05:44.221Z Downloaded rustls-native-certs v0.7.0
12142024-04-30T22:05:44.221Z Downloaded escape8259 v0.5.2
12152024-04-30T22:05:44.221Z Downloaded publicsuffix v2.2.3
12162024-04-30T22:05:44.221Z Downloaded minimal-lexical v0.2.1
12172024-04-30T22:05:44.221Z Downloaded slog-scope v4.4.0
12182024-04-30T22:05:44.221Z Downloaded structmeta-derive v0.3.0
12192024-04-30T22:05:44.221Z Downloaded serde_tokenstream v0.2.0
12202024-04-30T22:05:44.221Z Downloaded target-lexicon v0.12.13
12212024-04-30T22:05:44.221Z Downloaded typenum v1.16.0
12222024-04-30T22:05:44.222Z Downloaded num_threads v0.1.6
12232024-04-30T22:05:44.222Z Downloaded subprocess v0.2.9
12242024-04-30T22:05:44.222Z Downloaded pretty-hex v0.4.1
12252024-04-30T22:05:44.222Z Downloaded topological-sort v0.2.2
12262024-04-30T22:05:44.222Z Downloaded tokio-native-tls v0.3.1
12272024-04-30T22:05:44.222Z Downloaded either v1.11.0
12282024-04-30T22:05:44.222Z Downloaded tokio-rustls v0.24.1
12292024-04-30T22:05:44.222Z Downloaded deranged v0.3.11
12302024-04-30T22:05:44.222Z Downloaded ucd-trie v0.1.6
12312024-04-30T22:05:44.222Z Downloaded flagset v0.4.3
12322024-04-30T22:05:44.222Z Downloaded diff v0.1.13
12332024-04-30T22:05:44.222Z Downloaded criterion v0.5.1
12342024-04-30T22:05:44.222Z Downloaded olpc-cjson v0.1.3
12352024-04-30T22:05:44.222Z Downloaded pkg-config v0.3.27
12362024-04-30T22:05:44.222Z Downloaded peeking_take_while v0.1.2
12372024-04-30T22:05:44.222Z Downloaded once_cell v1.19.0
12382024-04-30T22:05:44.222Z Downloaded radium v0.7.0
12392024-04-30T22:05:44.223Z Downloaded phf v0.11.2
12402024-04-30T22:05:44.223Z Downloaded pest_generator v2.7.6
12412024-04-30T22:05:44.223Z Downloaded xattr v1.0.1
12422024-04-30T22:05:44.223Z Downloaded tokio-util v0.7.10
12432024-04-30T22:05:44.250Z Downloaded tower-service v0.3.2
12442024-04-30T22:05:44.250Z Downloaded same-file v1.0.6
12452024-04-30T22:05:44.250Z Downloaded sec1 v0.7.3
12462024-04-30T22:05:44.250Z Downloaded sct v0.7.0
12472024-04-30T22:05:44.250Z Downloaded usdt v0.3.5
12482024-04-30T22:05:44.250Z Downloaded similar v2.4.0
12492024-04-30T22:05:44.251Z Downloaded slog v2.7.0
12502024-04-30T22:05:44.251Z Downloaded darling v0.20.8
12512024-04-30T22:05:44.251Z Downloaded yasna v0.5.2
12522024-04-30T22:05:44.251Z Downloaded rand_chacha v0.3.1
12532024-04-30T22:05:44.322Z Downloaded percent-encoding v2.3.1
12542024-04-30T22:05:44.323Z Downloaded vte_generate_state_changes v0.1.1
12552024-04-30T22:05:44.323Z Downloaded zip v0.6.6
12562024-04-30T22:05:44.323Z Downloaded derive_builder_macro v0.20.0
12572024-04-30T22:05:44.323Z Downloaded waitgroup v0.1.2
12582024-04-30T22:05:44.324Z Downloaded num-complex v0.4.5
12592024-04-30T22:05:44.324Z Downloaded signal-hook-mio v0.2.3
12602024-04-30T22:05:44.324Z Downloaded shlex v1.3.0
12612024-04-30T22:05:44.324Z Downloaded shell-words v1.1.0
12622024-04-30T22:05:44.324Z Downloaded crossterm v0.27.0
12632024-04-30T22:05:44.324Z Downloaded num_cpus v1.16.0
12642024-04-30T22:05:44.324Z Downloaded getopts v0.2.21
12652024-04-30T22:05:44.325Z Downloaded slog-stdlog v4.1.1
12662024-04-30T22:05:44.325Z Downloaded slog-json v2.6.1
12672024-04-30T22:05:44.325Z Downloaded smf v0.2.3
12682024-04-30T22:05:44.345Z Downloaded prettyplease v0.2.19
12692024-04-30T22:05:44.345Z Downloaded oso v0.27.3
12702024-04-30T22:05:44.345Z Downloaded guppy-workspace-hack v0.1.0
12712024-04-30T22:05:44.345Z Downloaded tower-layer v0.3.2
12722024-04-30T22:05:44.345Z Downloaded predicates-core v1.0.6
12732024-04-30T22:05:44.346Z Downloaded predicates v3.1.0
12742024-04-30T22:05:44.346Z Downloaded peg v0.8.2
12752024-04-30T22:05:44.346Z Downloaded usdt v0.5.0
12762024-04-30T22:05:44.346Z Downloaded strum_macros v0.25.2
12772024-04-30T22:05:44.346Z Downloaded headers v0.3.9
12782024-04-30T22:05:44.346Z Downloaded fxhash v0.2.1
12792024-04-30T22:05:44.346Z Downloaded zeroize_derive v1.4.2
12802024-04-30T22:05:44.347Z Downloaded unicode_categories v0.1.1
12812024-04-30T22:05:44.347Z Downloaded trust-dns-resolver v0.22.0
12822024-04-30T22:05:44.347Z Downloaded strum_macros v0.24.3
12832024-04-30T22:05:44.347Z Downloaded tracing-core v0.1.32
12842024-04-30T22:05:44.347Z Downloaded ron v0.8.1
12852024-04-30T22:05:44.347Z Downloaded fixedbitset v0.4.2
12862024-04-30T22:05:44.348Z Downloaded serde_urlencoded v0.7.1
12872024-04-30T22:05:44.348Z Downloaded tinyvec v1.6.0
12882024-04-30T22:05:44.348Z Downloaded want v0.3.1
12892024-04-30T22:05:44.348Z Downloaded defmt-macros v0.3.6
12902024-04-30T22:05:44.348Z Downloaded libxml v0.3.3
12912024-04-30T22:05:44.348Z Downloaded flume v0.11.0
12922024-04-30T22:05:44.348Z Downloaded reedline v0.31.0
12932024-04-30T22:05:44.349Z Downloaded num_enum_derive v0.5.11
12942024-04-30T22:05:44.349Z Downloaded unicode-bidi v0.3.15
12952024-04-30T22:05:44.349Z Downloaded rstest v0.19.0
12962024-04-30T22:05:44.367Z Downloaded password-hash v0.5.0
12972024-04-30T22:05:44.367Z Downloaded openssl-sys v0.9.102
12982024-04-30T22:05:44.368Z Downloaded ref-cast v1.0.22
12992024-04-30T22:05:44.368Z Downloaded ppv-lite86 v0.2.17
13002024-04-30T22:05:44.368Z Downloaded slog-term v2.9.1
13012024-04-30T22:05:44.368Z Downloaded omicron-zone-package v0.11.0
13022024-04-30T22:05:44.368Z Downloaded plain v0.2.3
13032024-04-30T22:05:44.368Z Downloaded pin-project v1.1.3
13042024-04-30T22:05:44.392Z Downloaded generic-array v0.14.7
13052024-04-30T22:05:44.392Z Downloaded wyz v0.5.1
13062024-04-30T22:05:44.392Z Downloaded fatfs v0.3.6
13072024-04-30T22:05:44.393Z Downloaded futures-timer v3.0.2
13082024-04-30T22:05:44.393Z Downloaded defmt v0.3.5
13092024-04-30T22:05:44.393Z Downloaded samael v0.0.15
13102024-04-30T22:05:44.393Z Downloaded glob v0.3.1
13112024-04-30T22:05:44.393Z Downloaded tabwriter v1.4.0
13122024-04-30T22:05:44.393Z Downloaded rustls-pki-types v1.3.0
13132024-04-30T22:05:44.393Z Downloaded pest_derive v2.7.6
13142024-04-30T22:05:44.409Z Downloaded unicode-width v0.1.11
13152024-04-30T22:05:44.409Z Downloaded pretty_assertions v1.4.0
13162024-04-30T22:05:44.409Z Downloaded rustls-pemfile v1.0.3
13172024-04-30T22:05:44.409Z Downloaded snafu v0.8.2
13182024-04-30T22:05:44.410Z Downloaded strip-ansi-escapes v0.2.0
13192024-04-30T22:05:44.410Z Downloaded powerfmt v0.2.0
13202024-04-30T22:05:44.410Z Downloaded num-traits v0.2.18
13212024-04-30T22:05:44.410Z Downloaded vte v0.11.1
13222024-04-30T22:05:44.410Z Downloaded poly1305 v0.8.0
13232024-04-30T22:05:44.422Z Downloaded typed-path v0.7.0
13242024-04-30T22:05:44.422Z Downloaded termcolor v1.2.0
13252024-04-30T22:05:44.422Z Downloaded platforms v3.0.2
13262024-04-30T22:05:44.422Z Downloaded partial-io v0.5.4
13272024-04-30T22:05:44.422Z Downloaded parking_lot_core v0.8.6
13282024-04-30T22:05:44.422Z Downloaded rustls-pemfile v2.1.2
13292024-04-30T22:05:44.423Z Downloaded uuid v1.8.0
13302024-04-30T22:05:44.856Z Downloaded rsa v0.9.2
13312024-04-30T22:05:44.857Z Downloaded blake3 v1.5.0
13322024-04-30T22:05:44.857Z Downloaded getrandom v0.2.12
13332024-04-30T22:05:44.870Z Downloaded stringprep v0.1.3
13342024-04-30T22:05:44.870Z Downloaded derive_more v0.99.17
13352024-04-30T22:05:44.870Z Downloaded rcgen v0.12.1
13362024-04-30T22:05:44.870Z Downloaded tabled_derive v0.7.0
13372024-04-30T22:05:44.871Z Downloaded parking_lot v0.12.1
13382024-04-30T22:05:44.871Z Downloaded hyper v0.14.28
13392024-04-30T22:05:44.871Z Downloaded derive-where v1.2.7
13402024-04-30T22:05:44.871Z Downloaded schemars v0.8.16
13412024-04-30T22:05:44.871Z Downloaded socket2 v0.5.6
13422024-04-30T22:05:44.871Z Downloaded elliptic-curve v0.13.8
13432024-04-30T22:05:44.872Z Downloaded fancy-regex v0.13.0
13442024-04-30T22:05:44.872Z Downloaded url v2.5.0
13452024-04-30T22:05:44.872Z Downloaded hashbrown v0.13.2
13462024-04-30T22:05:44.872Z Downloaded rand v0.8.5
13472024-04-30T22:05:44.873Z Downloaded portable-atomic v1.4.3
13482024-04-30T22:05:44.873Z Downloaded darling_core v0.20.8
13492024-04-30T22:05:44.873Z Downloaded tracing v0.1.40
13502024-04-30T22:05:44.873Z Downloaded zerocopy v0.7.32
13512024-04-30T22:05:44.873Z Downloaded time v0.3.34
13522024-04-30T22:05:44.873Z Downloaded hashbrown v0.12.3
13532024-04-30T22:05:44.874Z Downloaded tar v0.4.40
13542024-04-30T22:05:44.874Z Downloaded chrono v0.4.38
13552024-04-30T22:05:44.874Z Downloaded expectorate v1.1.0
13562024-04-30T22:05:44.874Z Downloaded rayon-core v1.12.1
13572024-04-30T22:05:44.874Z Downloaded trust-dns-client v0.22.0
13582024-04-30T22:05:44.874Z Downloaded tokio-postgres v0.7.10
13592024-04-30T22:05:44.875Z Downloaded unicode-segmentation v1.10.1
13602024-04-30T22:05:44.875Z Downloaded x509-cert v0.2.4
13612024-04-30T22:05:44.875Z Downloaded reqwest v0.11.24
13622024-04-30T22:05:44.875Z Downloaded num-bigint-dig v0.8.4
13632024-04-30T22:05:44.875Z Downloaded bitvec v1.0.1
13642024-04-30T22:05:44.875Z Downloaded pest v2.7.6
13652024-04-30T22:05:44.876Z Downloaded serde_with v3.7.0
13662024-04-30T22:05:44.876Z Downloaded petgraph v0.6.4
13672024-04-30T22:05:44.876Z Downloaded rustyline v14.0.0
13682024-04-30T22:05:44.876Z Downloaded tower v0.4.13
13692024-04-30T22:05:44.876Z Downloaded proptest v1.4.0
13702024-04-30T22:05:44.876Z Downloaded plotters v0.3.5
13712024-04-30T22:05:44.876Z Downloaded guppy v0.17.5
13722024-04-30T22:05:44.876Z Downloaded h2 v0.3.26
13732024-04-30T22:05:44.876Z Downloaded futures-util v0.3.30
13742024-04-30T22:05:44.876Z Downloaded goblin v0.8.0
13752024-04-30T22:05:44.877Z Downloaded idna v0.5.0
13762024-04-30T22:05:44.877Z Downloaded object v0.30.4
13772024-04-30T22:05:44.877Z Downloaded sqlparser v0.45.0
13782024-04-30T22:05:44.877Z Downloaded rustls-webpki v0.102.1
13792024-04-30T22:05:44.877Z Downloaded bstr v0.2.17
13802024-04-30T22:05:44.877Z Downloaded rustls-webpki v0.101.7
13812024-04-30T22:05:44.877Z Downloaded rayon v1.10.0
13822024-04-30T22:05:44.878Z Downloaded diesel v2.1.6
13832024-04-30T22:05:44.878Z Downloaded webpki-roots v0.25.2
13842024-04-30T22:05:44.878Z Downloaded tabled v0.15.0
13852024-04-30T22:05:44.878Z Downloaded radix_trie v0.2.1
13862024-04-30T22:05:44.878Z Downloaded curve25519-dalek v4.1.2
13872024-04-30T22:05:44.878Z Downloaded polar-core v0.27.3
13882024-04-30T22:05:44.878Z Downloaded smoltcp v0.9.1
13892024-04-30T22:05:44.879Z Downloaded gimli v0.28.0
13902024-04-30T22:05:44.879Z Downloaded regex-automata v0.4.5
13912024-04-30T22:05:44.879Z Downloaded object v0.32.1
13922024-04-30T22:05:44.879Z Downloaded sha3 v0.10.8
13932024-04-30T22:05:44.879Z Downloaded zerocopy-derive v0.6.6
13942024-04-30T22:05:44.880Z Downloaded regex-syntax v0.8.2
13952024-04-30T22:05:44.904Z Downloaded bzip2-sys v0.1.11+1.0.8
13962024-04-30T22:05:44.904Z Downloaded ratatui v0.26.2
13972024-04-30T22:05:44.918Z Downloaded rustls v0.22.4
13982024-04-30T22:05:46.180Z Downloaded smoltcp v0.11.0
13992024-04-30T22:05:46.181Z Downloaded sled v0.34.7
14002024-04-30T22:05:46.181Z Downloaded zerocopy-derive v0.2.0
14012024-04-30T22:05:46.181Z Downloaded regress v0.9.1
14022024-04-30T22:05:46.181Z Downloaded openapiv3 v2.0.0
14032024-04-30T22:05:46.181Z Downloaded rustls v0.21.9
14042024-04-30T22:05:46.181Z Downloaded regex v1.10.4
14052024-04-30T22:05:46.181Z Downloaded bstr v1.9.0
14062024-04-30T22:05:46.182Z Downloaded tokio v1.37.0
14072024-04-30T22:05:46.182Z Downloaded trust-dns-proto v0.22.0
14082024-04-30T22:05:46.182Z Downloaded regex-syntax v0.6.29
14092024-04-30T22:05:46.182Z Downloaded idna v0.3.0
14102024-04-30T22:05:46.182Z Downloaded idna v0.2.3
14112024-04-30T22:05:46.182Z Downloaded csv v1.3.0
14122024-04-30T22:05:46.182Z Downloaded winnow v0.5.15
14132024-04-30T22:05:46.183Z Downloaded openssl v0.10.64
14142024-04-30T22:05:46.183Z Downloaded nix v0.28.0
14152024-04-30T22:05:46.183Z Downloaded quick-xml v0.31.0
14162024-04-30T22:05:46.183Z Downloaded vcpkg v0.2.15
14172024-04-30T22:05:46.183Z Downloaded syn v1.0.109
14182024-04-30T22:05:46.183Z Downloaded lalrpop v0.19.12
14192024-04-30T22:05:46.183Z Downloaded regex-automata v0.1.10
14202024-04-30T22:05:46.183Z Downloaded tough v0.17.1
14212024-04-30T22:05:46.183Z Downloaded unicode-normalization v0.1.22
14222024-04-30T22:05:46.183Z Downloaded salty v0.2.0
14232024-04-30T22:05:46.184Z Downloaded der v0.7.8
14242024-04-30T22:05:46.184Z Downloaded walkdir v2.5.0
14252024-04-30T22:05:46.184Z Downloaded peg-macros v0.8.2
14262024-04-30T22:05:46.184Z Downloaded tracing-attributes v0.1.27
14272024-04-30T22:05:46.184Z Downloaded sha2 v0.10.8
14282024-04-30T22:05:46.185Z Downloaded encoding_rs v0.8.33
14292024-04-30T22:05:46.185Z Downloaded zerocopy-derive v0.7.32
14302024-04-30T22:05:46.185Z Downloaded zeroize v1.7.0
14312024-04-30T22:05:46.185Z Downloaded structmeta v0.3.0
14322024-04-30T22:05:46.185Z Downloaded whoami v1.5.1
14332024-04-30T22:05:46.185Z Downloaded usdt-impl v0.3.5
14342024-04-30T22:05:46.186Z Downloaded signal-hook v0.3.17
14352024-04-30T22:05:46.186Z Downloaded enum-as-inner v0.5.1
14362024-04-30T22:05:46.186Z Downloaded fd-lock v4.0.2
14372024-04-30T22:05:46.186Z Downloaded der_derive v0.7.2
14382024-04-30T22:05:46.186Z Downloaded slog-dtrace v0.3.0
14392024-04-30T22:05:46.186Z Downloaded bindgen v0.69.2
14402024-04-30T22:05:46.186Z Downloaded itertools v0.12.1
14412024-04-30T22:05:46.187Z Downloaded steno v0.4.0
14422024-04-30T22:05:46.187Z Downloaded group v0.13.0
14432024-04-30T22:05:46.187Z Downloaded toml_edit v0.19.15
14442024-04-30T22:05:46.187Z Downloaded defmt-parser v0.3.3
14452024-04-30T22:05:46.187Z Downloaded itertools v0.10.5
14462024-04-30T22:05:46.187Z Downloaded rusty-fork v0.3.0
14472024-04-30T22:05:46.187Z Downloaded pem-rfc7468 v0.7.0
14482024-04-30T22:05:46.187Z Downloaded pem v3.0.4
14492024-04-30T22:05:46.187Z Downloaded toml v0.5.11
14502024-04-30T22:05:46.187Z Downloaded trust-dns-server v0.22.1
14512024-04-30T22:05:46.188Z Downloaded flate2 v1.0.28
14522024-04-30T22:05:46.188Z Downloaded unicode-xid v0.2.4
14532024-04-30T22:05:46.188Z Downloaded termios v0.3.3
14542024-04-30T22:05:46.188Z Downloaded spin v0.9.8
14552024-04-30T22:05:46.188Z Downloaded parking_lot_core v0.9.8
14562024-04-30T22:05:46.188Z Downloaded futures v0.3.30
14572024-04-30T22:05:46.188Z Downloaded dirs-next v2.0.0
14582024-04-30T22:05:46.188Z Downloaded digest v0.10.7
14592024-04-30T22:05:46.189Z Downloaded term v0.7.0
14602024-04-30T22:05:46.189Z Downloaded aho-corasick v1.1.2
14612024-04-30T22:05:46.189Z Downloaded thread-id v4.2.0
14622024-04-30T22:05:46.189Z Downloaded untrusted v0.7.1
14632024-04-30T22:05:46.189Z Downloaded termtree v0.4.1
14642024-04-30T22:05:46.189Z Downloaded stability v0.2.0
14652024-04-30T22:05:46.189Z Downloaded sqlparser_derive v0.2.2
14662024-04-30T22:05:46.189Z Downloaded scroll_derive v0.12.0
14672024-04-30T22:05:46.189Z Downloaded nom v7.1.3
14682024-04-30T22:05:46.189Z Downloaded thread_local v1.1.7
14692024-04-30T22:05:46.190Z Downloaded proc-macro-error-attr v1.0.4
14702024-04-30T22:05:46.190Z Downloaded ena v0.14.2
14712024-04-30T22:05:46.190Z Downloaded difflib v0.4.0
14722024-04-30T22:05:46.190Z Downloaded zone v0.1.8
14732024-04-30T22:05:46.190Z Downloaded pkcs8 v0.10.2
14742024-04-30T22:05:46.190Z Downloaded pin-project-internal v1.1.3
14752024-04-30T22:05:46.190Z Downloaded socket2 v0.4.9
14762024-04-30T22:05:46.190Z Downloaded num-bigint v0.4.4
14772024-04-30T22:05:46.191Z Downloaded yansi v0.5.1
14782024-04-30T22:05:46.191Z Downloaded num-rational v0.4.1
14792024-04-30T22:05:46.191Z Downloaded postgres-types v0.2.6
14802024-04-30T22:05:46.218Z Downloaded ron v0.7.1
14812024-04-30T22:05:46.218Z Downloaded derive_builder_core v0.20.0
14822024-04-30T22:05:46.219Z Downloaded csv-core v0.1.11
14832024-04-30T22:05:46.219Z Downloaded uuid v0.8.2
14842024-04-30T22:05:46.219Z Downloaded unsafe-libyaml v0.2.10
14852024-04-30T22:05:46.219Z Downloaded signature v2.1.0
14862024-04-30T22:05:46.219Z Downloaded tungstenite v0.21.0
14872024-04-30T22:05:46.219Z Downloaded postcard v1.0.8
14882024-04-30T22:05:46.219Z Downloaded pin-project-lite v0.2.13
14892024-04-30T22:05:46.219Z Downloaded pest_meta v2.7.6
14902024-04-30T22:05:46.219Z Downloaded semver v0.1.20
14912024-04-30T22:05:46.219Z Downloaded secrecy v0.8.0
14922024-04-30T22:05:46.219Z Downloaded papergrid v0.11.0
14932024-04-30T22:05:46.219Z Downloaded futures-task v0.3.30
14942024-04-30T22:05:46.220Z Downloaded futures-sink v0.3.30
14952024-04-30T22:05:46.220Z Downloaded futures-macro v0.3.30
14962024-04-30T22:05:46.220Z Downloaded fastrand v2.0.1
14972024-04-30T22:05:46.220Z Downloaded serde_derive_internals v0.26.0
14982024-04-30T22:05:46.220Z Downloaded env_logger v0.9.3
14992024-04-30T22:05:46.220Z Downloaded serde_yaml v0.9.25
15002024-04-30T22:05:46.220Z Downloaded dyn-clone v1.0.17
15012024-04-30T22:05:46.220Z Downloaded zerocopy v0.6.6
15022024-04-30T22:05:46.220Z Downloaded utf-8 v0.7.6
15032024-04-30T22:05:46.220Z Downloaded tungstenite v0.20.1
15042024-04-30T22:05:46.221Z Downloaded test-strategy v0.3.1
15052024-04-30T22:05:46.221Z Downloaded untrusted v0.9.0
15062024-04-30T22:05:46.221Z Downloaded tap v1.0.1
15072024-04-30T22:05:46.221Z Downloaded string_cache v0.8.7
15082024-04-30T22:05:46.221Z Downloaded crc-any v2.4.3
15092024-04-30T22:05:46.221Z Downloaded env_logger v0.10.0
15102024-04-30T22:05:46.221Z Downloaded textwrap v0.16.1
15112024-04-30T22:05:46.221Z Downloaded blake2 v0.10.6
15122024-04-30T22:05:46.221Z Downloaded num-conv v0.1.0
15132024-04-30T22:05:46.222Z Downloaded float-cmp v0.9.0
15142024-04-30T22:05:46.222Z Downloaded indicatif v0.17.8
15152024-04-30T22:05:46.222Z Downloaded hyper-util v0.1.2
15162024-04-30T22:05:46.222Z Downloaded const_format v0.2.32
15172024-04-30T22:05:46.222Z Downloaded base64 v0.22.0
15182024-04-30T22:05:46.222Z Downloaded compact_str v0.7.1
15192024-04-30T22:05:46.223Z Downloaded cc v1.0.83
15202024-04-30T22:05:46.223Z Downloaded bytes v1.6.0
15212024-04-30T22:05:46.223Z Downloaded predicates-tree v1.0.9
15222024-04-30T22:05:46.223Z Downloaded pin-utils v0.1.0
15232024-04-30T22:05:46.223Z Downloaded tokio-tungstenite v0.20.1
15242024-04-30T22:05:46.223Z Downloaded tokio-stream v0.1.15
15252024-04-30T22:05:46.223Z Downloaded tokio-rustls v0.25.0
15262024-04-30T22:05:46.223Z Downloaded clang-sys v1.6.1
15272024-04-30T22:05:46.223Z Downloaded blake2b_simd v1.0.1
15282024-04-30T22:05:46.223Z Downloaded num-derive v0.4.0
15292024-04-30T22:05:46.223Z Downloaded globset v0.4.13
15302024-04-30T22:05:46.224Z Downloaded tempfile v3.10.1
15312024-04-30T22:05:46.224Z Downloaded form_urlencoded v1.2.1
15322024-04-30T22:05:46.224Z Downloaded foreign-types-macros v0.2.3
15332024-04-30T22:05:46.224Z Downloaded time-macros v0.2.17
15342024-04-30T22:05:46.224Z Downloaded datatest-stable v0.2.9
15352024-04-30T22:05:46.224Z Downloaded data-encoding v2.4.0
15362024-04-30T22:05:46.224Z Downloaded relative-path v1.9.0
15372024-04-30T22:05:46.224Z Downloaded httptest v0.15.5
15382024-04-30T22:05:46.224Z Downloaded const-oid v0.9.6
15392024-04-30T22:05:46.224Z Downloaded block-padding v0.3.3
15402024-04-30T22:05:46.224Z Downloaded backtrace v0.3.69
15412024-04-30T22:05:46.224Z Downloaded httparse v1.8.0
15422024-04-30T22:05:46.224Z Downloaded ciborium v0.2.2
15432024-04-30T22:05:46.224Z Downloaded smawk v0.3.1
15442024-04-30T22:05:46.224Z Downloaded slog-envlogger v2.2.0
15452024-04-30T22:05:46.224Z Downloaded similar-asserts v1.5.0
15462024-04-30T22:05:46.224Z Downloaded signal-hook-registry v1.4.1
15472024-04-30T22:05:46.225Z Downloaded serde_arrays v0.1.0
15482024-04-30T22:05:46.225Z Downloaded cookie v0.17.0
15492024-04-30T22:05:46.225Z Downloaded rustc_version v0.1.7
15502024-04-30T22:05:46.225Z Downloaded hyper-tls v0.5.0
15512024-04-30T22:05:46.225Z Downloaded cookie_store v0.20.0
15522024-04-30T22:05:46.225Z Downloaded http-body v0.4.5
15532024-04-30T22:05:46.225Z Downloaded const_format_proc_macros v0.2.32
15542024-04-30T22:05:46.225Z Downloaded colored v2.1.0
15552024-04-30T22:05:46.225Z Downloaded bzip2 v0.4.4
15562024-04-30T22:05:46.225Z Downloaded lazycell v1.3.0
15572024-04-30T22:05:46.225Z Downloaded inout v0.1.3
15582024-04-30T22:05:46.225Z Downloaded hyper-staticfile v0.9.5
15592024-04-30T22:05:46.225Z Downloaded rand_xorshift v0.3.0
15602024-04-30T22:05:46.225Z Downloaded ipnetwork v0.20.0
15612024-04-30T22:05:46.225Z Downloaded newtype-uuid v1.1.0
15622024-04-30T22:05:46.225Z Downloaded maybe-uninit v2.0.0
15632024-04-30T22:05:46.226Z Downloaded crc v3.0.1
15642024-04-30T22:05:46.226Z Downloaded camino-tempfile v1.1.1
15652024-04-30T22:05:46.226Z Downloaded bitstruct_derive v0.1.0
15662024-04-30T22:05:46.226Z Downloaded bitfield v0.14.0
15672024-04-30T22:05:46.226Z Downloaded cipher v0.4.4
15682024-04-30T22:05:46.226Z Downloaded bit-set v0.5.3
15692024-04-30T22:05:46.226Z Downloaded lock_api v0.4.10
15702024-04-30T22:05:46.226Z Downloaded bitflags v1.3.2
15712024-04-30T22:05:46.226Z Downloaded hex-literal v0.4.1
15722024-04-30T22:05:46.226Z Downloaded bitstruct v0.1.1
15732024-04-30T22:05:46.226Z Downloaded heck v0.4.1
15742024-04-30T22:05:46.226Z Downloaded crucible-workspace-hack v0.1.0
15752024-04-30T22:05:46.226Z Downloaded headers-core v0.2.0
15762024-04-30T22:05:46.226Z Downloaded arc-swap v1.6.0
15772024-04-30T22:05:46.226Z Downloaded allocator-api2 v0.2.16
15782024-04-30T22:05:46.226Z Downloaded backoff v0.4.0
15792024-04-30T22:05:46.226Z Downloaded async-trait v0.1.80
15802024-04-30T22:05:46.240Z Downloaded adler v1.0.2
15812024-04-30T22:05:46.240Z Downloaded array-init v0.0.4
15822024-04-30T22:05:46.240Z Downloaded assert_cmd v2.0.14
15832024-04-30T22:05:46.240Z Downloaded aead v0.5.2
15842024-04-30T22:05:46.240Z Downloaded hostname v0.3.1
15852024-04-30T22:05:46.240Z Downloaded highway v1.1.0
15862024-04-30T22:05:46.240Z Downloaded async-recursion v1.1.0
15872024-04-30T22:05:46.240Z Downloaded assert_matches v1.5.0
15882024-04-30T22:05:46.241Z Downloaded arrayref v0.3.7
15892024-04-30T22:05:46.241Z Downloaded ring v0.17.8
15902024-04-30T22:05:46.241Z Downloaded ring v0.16.20
15912024-04-30T22:05:46.306Z Compiling libc v0.2.153
15922024-04-30T22:05:46.307Z Compiling serde v1.0.199
15932024-04-30T22:05:46.307Z Compiling version_check v0.9.4
15942024-04-30T22:05:46.318Z Checking cfg-if v1.0.0
15952024-04-30T22:05:46.363Z Compiling lock_api v0.4.10
15962024-04-30T22:05:46.377Z Compiling syn v1.0.109
15972024-04-30T22:05:46.392Z Compiling syn v2.0.60
15982024-04-30T22:05:46.454Z Compiling parking_lot_core v0.9.8
15992024-04-30T22:05:46.474Z Compiling once_cell v1.19.0
16002024-04-30T22:05:46.753Z Compiling libm v0.2.7
16012024-04-30T22:05:46.900Z Compiling num-traits v0.2.18
16022024-04-30T22:05:46.915Z Compiling memchr v2.7.1
16032024-04-30T22:05:46.915Z Compiling serde_json v1.0.116
16042024-04-30T22:05:47.074Z Compiling ahash v0.8.8
16052024-04-30T22:05:47.360Z Compiling byteorder v1.5.0
16062024-04-30T22:05:47.804Z Checking log v0.4.21
16072024-04-30T22:05:48.078Z Compiling slab v0.4.9
16082024-04-30T22:05:48.237Z Checking getrandom v0.2.12
16092024-04-30T22:05:48.726Z Compiling cc v1.0.83
16102024-04-30T22:05:48.726Z Checking itoa v1.0.9
16112024-04-30T22:05:48.726Z Compiling typenum v1.16.0
16122024-04-30T22:05:48.726Z Compiling generic-array v0.14.7
16132024-04-30T22:05:48.747Z Checking scopeguard v1.2.0
16142024-04-30T22:05:49.044Z Checking smallvec v1.13.1
16152024-04-30T22:05:49.115Z Compiling heck v0.4.1
16162024-04-30T22:05:49.150Z Compiling allocator-api2 v0.2.16
16172024-04-30T22:05:49.686Z Compiling pkg-config v0.3.27
16182024-04-30T22:05:49.691Z Compiling rustix v0.38.31
16192024-04-30T22:05:49.715Z Compiling schemars v0.8.16
16202024-04-30T22:05:50.399Z Compiling httparse v1.8.0
16212024-04-30T22:05:50.417Z Checking pin-project-lite v0.2.13
16222024-04-30T22:05:50.417Z Compiling time-core v0.1.2
16232024-04-30T22:05:50.417Z Checking parking_lot v0.12.1
16242024-04-30T22:05:50.445Z Compiling num-conv v0.1.0
16252024-04-30T22:05:50.475Z Compiling fnv v1.0.7
16262024-04-30T22:05:50.619Z Checking signal-hook-registry v1.4.1
16272024-04-30T22:05:50.641Z Compiling vcpkg v0.2.15
16282024-04-30T22:05:50.694Z Compiling time-macros v0.2.17
16292024-04-30T22:05:50.847Z Checking mio v0.8.11
16302024-04-30T22:05:51.175Z Checking ryu v1.0.15
16312024-04-30T22:05:51.401Z Compiling aho-corasick v1.1.2
16322024-04-30T22:05:51.564Z Compiling ring v0.17.8
16332024-04-30T22:05:52.787Z Compiling openssl-sys v0.9.102
16342024-04-30T22:05:52.855Z Compiling regex-syntax v0.8.2
16352024-04-30T22:05:53.992Z Compiling serde_derive_internals v0.26.0
16362024-04-30T22:05:54.918Z Checking rand_core v0.6.4
16372024-04-30T22:05:55.166Z Checking num_cpus v1.16.0
16382024-04-30T22:05:55.249Z Checking futures-core v0.3.30
16392024-04-30T22:05:55.403Z Compiling ring v0.16.20
16402024-04-30T22:05:55.467Z Compiling regex-automata v0.4.5
16412024-04-30T22:05:56.377Z Checking socket2 v0.5.6
16422024-04-30T22:05:56.768Z Compiling openssl v0.10.64
16432024-04-30T22:05:57.167Z Compiling rustversion v1.0.14
16442024-04-30T22:05:57.549Z Compiling ucd-trie v0.1.6
16452024-04-30T22:05:57.828Z Compiling slog v2.7.0
16462024-04-30T22:05:58.408Z Compiling crossbeam-utils v0.8.19
16472024-04-30T22:05:58.774Z Compiling native-tls v0.2.11
16482024-04-30T22:05:59.001Z Compiling iana-time-zone v0.1.57
16492024-04-30T22:05:59.080Z Compiling rustls v0.21.9
16502024-04-30T22:05:59.558Z Compiling cookie v0.17.0
16512024-04-30T22:05:59.574Z Checking spin v0.5.2
16522024-04-30T22:05:59.574Z Compiling backtrace v0.3.69
16532024-04-30T22:05:59.574Z Compiling dyn-clone v1.0.17
16542024-04-30T22:05:59.574Z Compiling uuid v0.8.2
16552024-04-30T22:06:00.225Z Checking futures-sink v0.3.30
16562024-04-30T22:06:00.231Z Compiling unicode-xid v0.2.4
16572024-04-30T22:06:00.231Z Compiling anyhow v1.0.82
16582024-04-30T22:06:00.231Z Checking pin-utils v0.1.0
16592024-04-30T22:06:00.231Z Checking futures-channel v0.3.30
16602024-04-30T22:06:00.232Z Compiling serde_derive v1.0.199
16612024-04-30T22:06:00.329Z Compiling zerocopy-derive v0.7.32
16622024-04-30T22:06:00.346Z Compiling thiserror-impl v1.0.59
16632024-04-30T22:06:00.485Z Compiling zeroize_derive v1.4.2
16642024-04-30T22:06:00.503Z Compiling tokio-macros v2.2.0
16652024-04-30T22:06:00.720Z Compiling futures-macro v0.3.30
16662024-04-30T22:06:00.801Z Compiling tracing-attributes v0.1.27
16672024-04-30T22:06:02.135Z Compiling schemars_derive v0.8.16
16682024-04-30T22:06:02.273Z Compiling regex v1.10.4
16692024-04-30T22:06:02.750Z Compiling zerocopy v0.7.32
16702024-04-30T22:06:02.841Z Checking zeroize v1.7.0
16712024-04-30T22:06:03.107Z Compiling openssl-macros v0.1.1
16722024-04-30T22:06:03.697Z Compiling thiserror v1.0.59
16732024-04-30T22:06:04.278Z Compiling pest v2.7.6
16742024-04-30T22:06:04.367Z Compiling async-trait v0.1.80
16752024-04-30T22:06:04.896Z Compiling hashbrown v0.14.3
16762024-04-30T22:06:05.449Z Checking futures-io v0.3.30
16772024-04-30T22:06:05.616Z Compiling tinyvec_macros v0.1.1
16782024-04-30T22:06:05.697Z Checking futures-task v0.3.30
16792024-04-30T22:06:05.899Z Compiling tinyvec v1.6.0
16802024-04-30T22:06:05.924Z Checking futures-util v0.3.30
16812024-04-30T22:06:06.203Z Compiling pest_meta v2.7.6
16822024-04-30T22:06:06.548Z Compiling scroll_derive v0.12.0
16832024-04-30T22:06:06.584Z Compiling thread-id v4.2.0
16842024-04-30T22:06:06.771Z Compiling der_derive v0.7.2
16852024-04-30T22:06:07.292Z Compiling unicode-normalization v0.1.22
16862024-04-30T22:06:08.145Z Compiling pest_generator v2.7.6
16872024-04-30T22:06:08.895Z Compiling unicode-bidi v0.3.15
16882024-04-30T22:06:09.284Z Compiling errno v0.3.8
16892024-04-30T22:06:09.483Z Compiling either v1.11.0
16902024-04-30T22:06:09.918Z Checking subtle v2.5.0
16912024-04-30T22:06:09.970Z Compiling unicode-width v0.1.11
16922024-04-30T22:06:10.082Z Compiling crc32fast v1.3.2
16932024-04-30T22:06:10.932Z Compiling winnow v0.5.15
16942024-04-30T22:06:11.101Z Compiling synstructure v0.12.6
16952024-04-30T22:06:11.131Z Compiling pest_derive v2.7.6
16962024-04-30T22:06:11.916Z Compiling spin v0.9.8
16972024-04-30T22:06:12.319Z Compiling tracing-core v0.1.32
16982024-04-30T22:06:12.618Z Compiling scroll v0.12.0
16992024-04-30T22:06:12.684Z Compiling usdt-impl v0.5.0
17002024-04-30T22:06:12.886Z Compiling zerocopy-derive v0.2.0
17012024-04-30T22:06:13.041Z Compiling tracing v0.1.40
17022024-04-30T22:06:13.143Z Compiling const-oid v0.9.6
17032024-04-30T22:06:13.655Z Checking bytes v1.6.0
17042024-04-30T22:06:13.872Z Checking bitflags v2.4.2
17052024-04-30T22:06:14.257Z Compiling percent-encoding v2.3.1
17062024-04-30T22:06:14.426Z Checking tokio v1.37.0
17072024-04-30T22:06:14.502Z Compiling plain v0.2.3
17082024-04-30T22:06:14.647Z Compiling indexmap v2.2.6
17092024-04-30T22:06:14.920Z Compiling chrono v0.4.38
17102024-04-30T22:06:15.326Z Compiling uuid v1.8.0
17112024-04-30T22:06:15.399Z Compiling semver v1.0.22
17122024-04-30T22:06:16.075Z Compiling http v0.2.12
17132024-04-30T22:06:16.094Z Compiling serde_spanned v0.6.5
17142024-04-30T22:06:16.114Z Compiling toml_datetime v0.6.5
17152024-04-30T22:06:16.307Z Compiling rustc_version v0.4.0
17162024-04-30T22:06:17.036Z Compiling openapiv3 v2.0.0
17172024-04-30T22:06:17.744Z Compiling toml_edit v0.19.15
17182024-04-30T22:06:18.624Z Compiling goblin v0.8.0
17192024-04-30T22:06:18.963Z Compiling pretty-hex v0.4.1
17202024-04-30T22:06:19.172Z Compiling clap_derive v4.5.4
17212024-04-30T22:06:21.144Z Compiling dtrace-parser v0.2.0
17222024-04-30T22:06:21.336Z Compiling powerfmt v0.2.0
17232024-04-30T22:06:21.518Z Compiling signal-hook v0.3.17
17242024-04-30T22:06:21.675Z Compiling foreign-types-shared v0.1.1
17252024-04-30T22:06:21.712Z Compiling untrusted v0.9.0
17262024-04-30T22:06:21.785Z Compiling untrusted v0.7.1
17272024-04-30T22:06:21.822Z Compiling foreign-types v0.3.2
17282024-04-30T22:06:21.948Z Compiling deranged v0.3.11
17292024-04-30T22:06:23.361Z Compiling form_urlencoded v1.2.1
17302024-04-30T22:06:23.395Z Compiling crypto-common v0.1.6
17312024-04-30T22:06:23.604Z Compiling zerocopy-derive v0.6.6
17322024-04-30T22:06:24.350Z Compiling tokio-util v0.7.10
17332024-04-30T22:06:26.341Z Compiling dof v0.3.0
17342024-04-30T22:06:26.469Z Compiling usdt-impl v0.3.5
17352024-04-30T22:06:26.469Z Compiling num_threads v0.1.6
17362024-04-30T22:06:26.470Z Compiling siphasher v0.3.11
17372024-04-30T22:06:26.470Z Compiling try-lock v0.2.4
17382024-04-30T22:06:26.470Z Compiling base64 v0.21.7
17392024-04-30T22:06:26.470Z Compiling time v0.3.34
17402024-04-30T22:06:26.470Z Compiling want v0.3.1
17412024-04-30T22:06:26.471Z Compiling h2 v0.3.26
17422024-04-30T22:06:26.567Z Compiling rustls-webpki v0.101.7
17432024-04-30T22:06:27.494Z Compiling sct v0.7.0
17442024-04-30T22:06:27.927Z Compiling http-body v0.4.5
17452024-04-30T22:06:27.960Z Compiling zerocopy v0.3.0
17462024-04-30T22:06:28.475Z Compiling block-buffer v0.10.4
17472024-04-30T22:06:28.555Z Compiling idna v0.5.0
17482024-04-30T22:06:28.583Z Compiling bzip2-sys v0.1.11+1.0.8
17492024-04-30T22:06:28.853Z Compiling tower-service v0.3.2
17502024-04-30T22:06:28.961Z Compiling httpdate v1.0.3
17512024-04-30T22:06:29.041Z Compiling openssl-probe v0.1.5
17522024-04-30T22:06:29.360Z Compiling url v2.5.0
17532024-04-30T22:06:30.136Z Compiling digest v0.10.7
17542024-04-30T22:06:30.241Z Compiling dof v0.1.5
17552024-04-30T22:06:30.702Z Compiling heapless v0.7.16
17562024-04-30T22:06:31.145Z Compiling dtrace-parser v0.1.14
17572024-04-30T22:06:31.203Z Compiling idna v0.3.0
17582024-04-30T22:06:31.220Z Compiling lazy_static v1.4.0
17592024-04-30T22:06:31.338Z Checking equivalent v1.0.1
17602024-04-30T22:06:31.456Z Compiling ppv-lite86 v0.2.17
17612024-04-30T22:06:31.553Z Compiling adler v1.0.2
17622024-04-30T22:06:32.574Z Compiling psl-types v2.0.11
17632024-04-30T22:06:32.757Z Compiling publicsuffix v2.2.3
17642024-04-30T22:06:32.805Z Compiling hyper v0.14.28
17652024-04-30T22:06:32.850Z Compiling tokio-native-tls v0.3.1
17662024-04-30T22:06:33.018Z Compiling rand_chacha v0.3.1
17672024-04-30T22:06:33.035Z Compiling crossbeam-epoch v0.9.18
17682024-04-30T22:06:33.111Z Compiling miniz_oxide v0.7.1
17692024-04-30T22:06:34.605Z Compiling tokio-rustls v0.24.1
17702024-04-30T22:06:34.948Z Compiling serde_tokenstream v0.1.7
17712024-04-30T22:06:34.998Z Compiling ipnet v2.9.0
17722024-04-30T22:06:35.012Z Compiling bit-vec v0.6.3
17732024-04-30T22:06:35.118Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
17742024-04-30T22:06:35.446Z Compiling cookie_store v0.20.0
17752024-04-30T22:06:35.464Z Compiling rand v0.8.5
17762024-04-30T22:06:36.032Z Compiling rustls-pemfile v1.0.3
17772024-04-30T22:06:36.189Z Compiling phf_shared v0.10.0
17782024-04-30T22:06:36.383Z Compiling serde_urlencoded v0.7.1
17792024-04-30T22:06:36.680Z Compiling encoding_rs v0.8.33
17802024-04-30T22:06:36.878Z Compiling num-bigint v0.4.4
17812024-04-30T22:06:36.890Z Compiling new_debug_unreachable v1.0.4
17822024-04-30T22:06:36.916Z Compiling precomputed-hash v0.1.1
17832024-04-30T22:06:36.973Z Compiling minimal-lexical v0.2.1
17842024-04-30T22:06:37.024Z Compiling mime v0.3.17
17852024-04-30T22:06:37.260Z Compiling sync_wrapper v0.1.2
17862024-04-30T22:06:37.387Z Compiling gimli v0.28.0
17872024-04-30T22:06:37.474Z Compiling webpki-roots v0.25.2
17882024-04-30T22:06:37.489Z Compiling fixedbitset v0.4.2
17892024-04-30T22:06:37.596Z Compiling base64ct v1.6.0
17902024-04-30T22:06:37.622Z Compiling smoltcp v0.9.1
17912024-04-30T22:06:38.361Z Compiling petgraph v0.6.4
17922024-04-30T22:06:38.370Z Compiling pem-rfc7468 v0.7.0
17932024-04-30T22:06:38.370Z Compiling nom v7.1.3
17942024-04-30T22:06:38.704Z Compiling string_cache v0.8.7
17952024-04-30T22:06:38.859Z Compiling usdt-macro v0.3.5
17962024-04-30T22:06:39.178Z Compiling usdt-attr-macro v0.3.5
17972024-04-30T22:06:39.649Z Compiling hyper-rustls v0.24.2
17982024-04-30T22:06:40.425Z Compiling hyper-tls v0.5.0
17992024-04-30T22:06:40.443Z Compiling bit-set v0.5.3
18002024-04-30T22:06:40.443Z Compiling reqwest v0.11.24
18012024-04-30T22:06:40.531Z Compiling hmac v0.12.1
18022024-04-30T22:06:40.773Z Compiling itertools v0.10.5
18032024-04-30T22:06:41.038Z Compiling enum-as-inner v0.5.1
18042024-04-30T22:06:41.209Z Compiling hubpack_derive v0.1.1
18052024-04-30T22:06:41.565Z Compiling addr2line v0.21.0
18062024-04-30T22:06:41.695Z Compiling diesel_table_macro_syntax v0.1.0
18072024-04-30T22:06:42.001Z Compiling object v0.32.1
18082024-04-30T22:06:42.107Z Compiling lalrpop-util v0.19.12
18092024-04-30T22:06:42.147Z Compiling unicode-segmentation v1.10.1
18102024-04-30T22:06:42.267Z Compiling flagset v0.4.3
18112024-04-30T22:06:42.465Z Compiling rustc-demangle v0.1.23
18122024-04-30T22:06:42.669Z Compiling toml_edit v0.22.12
18132024-04-30T22:06:43.017Z Compiling der v0.7.8
18142024-04-30T22:06:43.126Z Compiling diesel_derives v2.1.2
18152024-04-30T22:06:43.208Z Compiling flate2 v1.0.28
18162024-04-30T22:06:43.432Z Compiling futures-executor v0.3.30
18172024-04-30T22:06:44.448Z Compiling cpufeatures v0.2.12
18182024-04-30T22:06:44.465Z Compiling futures v0.3.30
18192024-04-30T22:06:44.465Z Compiling sha2 v0.10.8
18202024-04-30T22:06:45.452Z Compiling spki v0.7.2
18212024-04-30T22:06:45.817Z Compiling md-5 v0.10.5
18222024-04-30T22:06:46.075Z Compiling toml v0.7.8
18232024-04-30T22:06:46.397Z Compiling hex v0.4.3
18242024-04-30T22:06:46.638Z Compiling stringprep v0.1.3
18252024-04-30T22:06:46.980Z Compiling serde_repr v0.1.16
18262024-04-30T22:06:47.740Z Compiling strum_macros v0.25.2
18272024-04-30T22:06:48.203Z Compiling num-integer v0.1.46
18282024-04-30T22:06:48.227Z Compiling hash32 v0.2.1
18292024-04-30T22:06:48.704Z Compiling fallible-iterator v0.2.0
18302024-04-30T22:06:48.993Z Compiling stable_deref_trait v1.2.0
18312024-04-30T22:06:49.321Z Checking unicode-ident v1.0.12
18322024-04-30T22:06:49.471Z Compiling postgres-protocol v0.6.6
18332024-04-30T22:06:50.763Z Compiling pkcs8 v0.10.2
18342024-04-30T22:06:50.968Z Compiling phf_shared v0.11.2
18352024-04-30T22:06:51.091Z Compiling terminal_size v0.3.0
18362024-04-30T22:06:51.280Z Compiling ff v0.13.0
18372024-04-30T22:06:51.611Z Compiling block-padding v0.3.3
18382024-04-30T22:06:51.622Z Compiling scheduled-thread-pool v0.2.7
18392024-04-30T22:06:51.622Z Compiling base16ct v0.2.0
18402024-04-30T22:06:51.803Z Compiling matches v0.1.10
18412024-04-30T22:06:51.870Z Compiling bitflags v1.3.2
18422024-04-30T22:06:51.889Z Compiling peg-runtime v0.8.2
18432024-04-30T22:06:51.914Z Compiling managed v0.8.0
18442024-04-30T22:06:52.332Z Compiling regex-automata v0.1.10
18452024-04-30T22:06:52.340Z Compiling clap_builder v4.5.2
18462024-04-30T22:06:52.340Z Compiling idna v0.2.3
18472024-04-30T22:06:52.457Z Compiling bstr v0.2.17
18482024-04-30T22:06:52.656Z Compiling sec1 v0.7.3
18492024-04-30T22:06:53.151Z Compiling r2d2 v0.8.10
18502024-04-30T22:06:53.492Z Compiling inout v0.1.3
18512024-04-30T22:06:53.757Z Compiling group v0.13.0
18522024-04-30T22:06:53.889Z Compiling signal-hook-mio v0.2.3
18532024-04-30T22:06:53.984Z Compiling phf v0.11.2
18542024-04-30T22:06:54.033Z Compiling bzip2 v0.4.4
18552024-04-30T22:06:54.053Z Compiling postgres-types v0.2.6
18562024-04-30T22:06:54.409Z Compiling hubpack v0.1.2
18572024-04-30T22:06:54.484Z Compiling hkdf v0.12.4
18582024-04-30T22:06:54.867Z Compiling zerocopy v0.6.6
18592024-04-30T22:06:55.019Z Compiling ipnetwork v0.20.0
18602024-04-30T22:06:55.561Z Compiling crypto-bigint v0.5.2
18612024-04-30T22:06:55.698Z Compiling float-cmp v0.9.0
18622024-04-30T22:06:55.909Z Compiling whoami v1.5.1
18632024-04-30T22:06:55.924Z Compiling difflib v0.4.0
18642024-04-30T22:06:56.055Z Compiling predicates-core v1.0.6
18652024-04-30T22:06:56.393Z Compiling static_assertions v1.1.0
18662024-04-30T22:06:56.497Z Compiling normalize-line-endings v0.3.0
18672024-04-30T22:06:56.513Z Compiling data-encoding v2.4.0
18682024-04-30T22:06:56.617Z Compiling predicates v3.1.0
18692024-04-30T22:06:57.530Z Compiling elliptic-curve v0.13.8
18702024-04-30T22:06:57.558Z Compiling yasna v0.5.2
18712024-04-30T22:06:58.282Z Compiling trust-dns-proto v0.22.0
18722024-04-30T22:06:58.394Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
18732024-04-30T22:06:58.857Z Compiling tokio-postgres v0.7.10
18742024-04-30T22:06:58.902Z Compiling diesel v2.1.6
18752024-04-30T22:06:59.405Z Compiling clap v4.5.4
18762024-04-30T22:06:59.529Z Compiling zip v0.6.6
18772024-04-30T22:07:00.862Z Compiling crossterm v0.27.0
18782024-04-30T22:07:00.888Z Compiling cipher v0.4.4
18792024-04-30T22:07:01.399Z Compiling similar v2.4.0
18802024-04-30T22:07:01.585Z Checking proc-macro2 v1.0.81
18812024-04-30T22:07:02.447Z Compiling num-iter v0.1.44
18822024-04-30T22:07:02.638Z Compiling usdt v0.3.5
18832024-04-30T22:07:02.913Z Compiling console v0.15.8
18842024-04-30T22:07:03.688Z Compiling tokio-stream v0.1.15
18852024-04-30T22:07:03.901Z Compiling bstr v1.9.0
18862024-04-30T22:07:04.360Z Compiling base64 v0.22.0
18872024-04-30T22:07:04.369Z Checking quote v1.0.36
18882024-04-30T22:07:09.485Z Checking utf8parse v0.2.1
18892024-04-30T22:07:13.010Z Checking anstyle v1.0.6
18902024-04-30T22:07:14.566Z Checking anstyle-parse v0.2.1
18912024-04-30T22:07:14.990Z Checking anstyle-query v1.0.0
18922024-04-30T22:07:14.990Z Checking colorchoice v1.0.0
18932024-04-30T22:07:14.990Z Checking anstream v0.6.11
18942024-04-30T22:07:14.990Z Checking clap_lex v0.7.0
18952024-04-30T22:07:15.011Z Checking strsim v0.11.0
18962024-04-30T22:07:17.423Z Compiling serde_tokenstream v0.2.0
18972024-04-30T22:07:18.944Z Checking winnow v0.6.1
18982024-04-30T22:07:27.576Z Compiling regress v0.9.1
18992024-04-30T22:07:27.846Z Compiling getopts v0.2.21
19002024-04-30T22:07:28.560Z Compiling unsafe-libyaml v0.2.10
19012024-04-30T22:07:33.450Z Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
19022024-04-30T22:07:33.585Z Checking is-terminal v0.4.9
19032024-04-30T22:07:33.585Z Checking camino v1.1.6
19042024-04-30T22:07:33.585Z Compiling strsim v0.10.0
19052024-04-30T22:07:33.585Z Compiling serde_yaml v0.9.25
19062024-04-30T22:07:33.586Z Compiling ident_case v1.0.1
19072024-04-30T22:07:33.586Z Compiling darling_core v0.20.8
19082024-04-30T22:07:33.586Z Checking sha1 v0.10.6
19092024-04-30T22:07:33.586Z Checking http v1.0.0
19102024-04-30T22:07:33.586Z Compiling paste v1.0.14
19112024-04-30T22:07:33.586Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
19122024-04-30T22:07:33.587Z Compiling strum_macros v0.26.1
19132024-04-30T22:07:33.587Z Checking match_cfg v0.1.0
19142024-04-30T22:07:33.587Z Checking rustls-pki-types v1.3.0
19152024-04-30T22:07:33.587Z Checking fastrand v2.0.1
19162024-04-30T22:07:33.587Z Checking tempfile v3.10.1
19172024-04-30T22:07:33.688Z Checking hostname v0.3.1
19182024-04-30T22:07:34.061Z Checking dirs-sys-next v0.1.2
19192024-04-30T22:07:34.257Z Checking quick-error v1.2.3
19202024-04-30T22:07:34.446Z Checking dirs-next v2.0.0
19212024-04-30T22:07:34.500Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19222024-04-30T22:07:34.500Z Checking crossbeam-channel v0.5.8
19232024-04-30T22:07:34.500Z Checking thread_local v1.1.7
19242024-04-30T22:07:35.112Z Compiling slog-async v2.8.0
19252024-04-30T22:07:35.123Z Compiling rustls v0.22.4
19262024-04-30T22:07:35.123Z Checking term v0.7.0
19272024-04-30T22:07:35.123Z Checking rustls-webpki v0.102.1
19282024-04-30T22:07:35.123Z Checking instant v0.1.12
19292024-04-30T22:07:35.219Z Checking take_mut v0.2.2
19302024-04-30T22:07:35.257Z Checking rustls-pemfile v2.1.2
19312024-04-30T22:07:35.271Z Checking slog-term v2.9.1
19322024-04-30T22:07:35.501Z Compiling multer v3.0.0
19332024-04-30T22:07:35.634Z Checking debug-ignore v1.0.5
19342024-04-30T22:07:35.751Z Checking toml v0.8.12
19352024-04-30T22:07:35.770Z Checking slog-json v2.6.1
19362024-04-30T22:07:35.850Z Compiling async-stream-impl v0.3.5
19372024-04-30T22:07:36.014Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
19382024-04-30T22:07:36.331Z Checking atomic-waker v1.1.1
19392024-04-30T22:07:36.869Z Checking waitgroup v0.1.2
19402024-04-30T22:07:36.876Z Checking slog-bunyan v2.5.0
19412024-04-30T22:07:36.876Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
19422024-04-30T22:07:36.993Z Checking serde_path_to_error v0.1.16
19432024-04-30T22:07:37.223Z Checking strum v0.26.2
19442024-04-30T22:07:37.286Z Checking async-stream v0.3.5
19452024-04-30T22:07:37.379Z Checking newtype-uuid v1.1.0
19462024-04-30T22:07:37.393Z Compiling darling_macro v0.20.8
19472024-04-30T22:07:37.479Z Checking wait-timeout v0.2.0
19482024-04-30T22:07:37.618Z Compiling structmeta-derive v0.3.0
19492024-04-30T22:07:37.625Z Compiling structmeta-derive v0.2.0
19502024-04-30T22:07:38.076Z Checking rusty-fork v0.3.0
19512024-04-30T22:07:38.084Z Checking rand_xorshift v0.3.0
19522024-04-30T22:07:38.105Z Checking unarray v0.1.4
19532024-04-30T22:07:38.244Z Checking proptest v1.4.0
19542024-04-30T22:07:38.439Z Compiling darling v0.20.8
19552024-04-30T22:07:38.554Z Compiling serde_with_macros v3.7.0
19562024-04-30T22:07:38.972Z Checking backoff v0.4.0
19572024-04-30T22:07:39.261Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19582024-04-30T22:07:39.366Z Checking tokio-rustls v0.25.0
19592024-04-30T22:07:40.038Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19602024-04-30T22:07:40.179Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19612024-04-30T22:07:40.408Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19622024-04-30T22:07:40.642Z Compiling structmeta v0.2.0
19632024-04-30T22:07:40.725Z Compiling structmeta v0.3.0
19642024-04-30T22:07:41.093Z Compiling test-strategy v0.3.1
19652024-04-30T22:07:41.145Z Compiling parse-display-derive v0.9.0
19662024-04-30T22:07:41.213Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19672024-04-30T22:07:41.350Z Checking macaddr v1.0.1
19682024-04-30T22:07:41.680Z Compiling proc-macro-error-attr v1.0.4
19692024-04-30T22:07:41.780Z Checking serde_with v3.7.0
19702024-04-30T22:07:42.081Z Compiling proc-macro-error v1.0.4
19712024-04-30T22:07:42.648Z Compiling proc-macro-crate v1.3.1
19722024-04-30T22:07:43.299Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19732024-04-30T22:07:43.739Z Checking camino-tempfile v1.1.1
19742024-04-30T22:07:44.158Z Compiling num_enum_derive v0.5.11
19752024-04-30T22:07:44.161Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19762024-04-30T22:07:44.170Z Compiling foreign-types-macros v0.2.3
19772024-04-30T22:07:44.250Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19782024-04-30T22:07:44.567Z Checking foreign-types-shared v0.3.1
19792024-04-30T22:07:45.003Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19802024-04-30T22:07:45.090Z Checking cstr-argument v0.1.2
19812024-04-30T22:07:45.261Z Checking pretty-hex v0.2.1
19822024-04-30T22:07:45.279Z Checking tabwriter v1.4.0
19832024-04-30T22:07:45.829Z Checking colored v2.1.0
19842024-04-30T22:07:45.842Z Checking foreign-types v0.5.0
19852024-04-30T22:07:45.843Z Checking socket2 v0.4.9
19862024-04-30T22:07:45.843Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19872024-04-30T22:07:45.843Z Checking smf v0.2.3
19882024-04-30T22:07:45.861Z Checking humantime v2.1.0
19892024-04-30T22:07:45.906Z Checking parse-display v0.9.0
19902024-04-30T22:07:45.910Z Checking termcolor v1.2.0
19912024-04-30T22:07:45.935Z Checking arc-swap v1.6.0
19922024-04-30T22:07:46.509Z Compiling usdt-macro v0.5.0
19932024-04-30T22:07:46.536Z Compiling usdt-attr-macro v0.5.0
19942024-04-30T22:07:46.536Z Checking memmap v0.7.0
19952024-04-30T22:07:46.536Z Checking utf-8 v0.7.6
19962024-04-30T22:07:46.536Z Checking slog-scope v4.4.0
19972024-04-30T22:07:46.536Z Checking xattr v1.0.1
19982024-04-30T22:07:46.536Z Checking filetime v0.2.23
19992024-04-30T22:07:46.536Z Checking num_enum v0.5.11
20002024-04-30T22:07:46.549Z Checking slog-stdlog v4.1.1
20012024-04-30T22:07:46.554Z Checking same-file v1.0.6
20022024-04-30T22:07:46.662Z Checking tar v0.4.40
20032024-04-30T22:07:46.686Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20042024-04-30T22:07:46.695Z Checking slog-envlogger v2.2.0
20052024-04-30T22:07:46.706Z Checking walkdir v2.5.0
20062024-04-30T22:07:46.912Z Checking tungstenite v0.20.1
20072024-04-30T22:07:46.932Z Checking newline-converter v0.3.0
20082024-04-30T22:07:46.960Z Checking termtree v0.4.1
20092024-04-30T22:07:47.078Z Checking expectorate v1.1.0
20102024-04-30T22:07:47.157Z Compiling heapless v0.8.0
20112024-04-30T22:07:47.265Z Checking predicates-tree v1.0.9
20122024-04-30T22:07:47.803Z Checking hash32 v0.3.1
20132024-04-30T22:07:47.819Z Compiling smoltcp v0.11.0
20142024-04-30T22:07:47.820Z Checking embedded-io v0.4.0
20152024-04-30T22:07:47.820Z Checking cobs v0.2.3
20162024-04-30T22:07:47.820Z Compiling crucible-workspace-hack v0.1.0
20172024-04-30T22:07:47.820Z Checking usdt v0.5.0
20182024-04-30T22:07:47.820Z Checking postcard v1.0.8
20192024-04-30T22:07:47.847Z Checking tokio-tungstenite v0.20.1
20202024-04-30T22:07:48.040Z Checking sigpipe v0.1.3
20212024-04-30T22:07:48.082Z Checking atty v0.2.14
20222024-04-30T22:07:48.150Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20232024-04-30T22:07:48.191Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20242024-04-30T22:07:48.297Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20252024-04-30T22:07:48.352Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20262024-04-30T22:07:48.389Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
20272024-04-30T22:07:48.472Z Checking pem v3.0.4
20282024-04-30T22:07:48.492Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20292024-04-30T22:07:48.713Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20302024-04-30T22:07:48.724Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
20312024-04-30T22:07:49.053Z Compiling mockall_derive v0.12.1
20322024-04-30T22:07:49.146Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
20332024-04-30T22:07:49.601Z Compiling num-derive v0.4.0
20342024-04-30T22:07:49.614Z Checking fragile v2.0.0
20352024-04-30T22:07:49.655Z Checking downcast v0.11.0
20362024-04-30T22:07:50.133Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
20372024-04-30T22:07:50.134Z Checking env_logger v0.9.3
20382024-04-30T22:07:50.221Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20392024-04-30T22:07:50.289Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20402024-04-30T22:07:50.492Z Compiling bitstruct_derive v0.1.0
20412024-04-30T22:07:50.636Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20422024-04-30T22:07:50.761Z Checking ascii v1.1.0
20432024-04-30T22:07:51.179Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20442024-04-30T22:07:51.180Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20452024-04-30T22:07:51.180Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
20462024-04-30T22:07:51.349Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20472024-04-30T22:07:51.488Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c)
20482024-04-30T22:07:51.613Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20492024-04-30T22:07:51.749Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20502024-04-30T22:07:51.853Z Checking serde_arrays v0.1.0
20512024-04-30T22:07:51.871Z Checking bitstruct v0.1.1
20522024-04-30T22:07:51.905Z Checking erased-serde v0.3.31
20532024-04-30T22:07:51.965Z Compiling heck v0.3.3
20542024-04-30T22:07:51.970Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
20552024-04-30T22:07:51.994Z Checking tungstenite v0.21.0
20562024-04-30T22:07:52.382Z Checking base64 v0.13.1
20572024-04-30T22:07:52.865Z Compiling zone_cfg_derive v0.1.2
20582024-04-30T22:07:52.865Z Checking ron v0.7.1
20592024-04-30T22:07:52.880Z Checking tokio-tungstenite v0.21.0
20602024-04-30T22:07:53.042Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20612024-04-30T22:07:53.115Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20622024-04-30T22:07:53.849Z Checking headers-core v0.2.0
20632024-04-30T22:07:53.987Z Checking portpicker v0.1.1
20642024-04-30T22:07:54.005Z Checking zone v0.1.8
20652024-04-30T22:07:54.127Z Checking headers v0.3.9
20662024-04-30T22:07:54.237Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
20672024-04-30T22:07:54.360Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
20682024-04-30T22:07:54.650Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
20692024-04-30T22:07:54.674Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20702024-04-30T22:07:54.932Z Checking rcgen v0.12.1
20712024-04-30T22:07:54.950Z Checking atomicwrites v0.4.3
20722024-04-30T22:07:55.011Z Checking subprocess v0.2.9
20732024-04-30T22:07:55.124Z Checking linked-hash-map v0.5.6
20742024-04-30T22:07:55.137Z Checking password-hash v0.5.0
20752024-04-30T22:07:55.456Z Checking lru-cache v0.1.2
20762024-04-30T22:07:55.953Z Checking blake2 v0.10.6
20772024-04-30T22:07:55.977Z Checking swrite v0.1.0
20782024-04-30T22:07:55.977Z Checking itertools v0.12.1
20792024-04-30T22:07:55.977Z Compiling derive-where v1.2.7
20802024-04-30T22:07:55.978Z Checking resolv-conf v0.7.0
20812024-04-30T22:07:56.007Z Checking argon2 v0.5.3
20822024-04-30T22:07:56.449Z Checking trust-dns-resolver v0.22.0
20832024-04-30T22:07:56.880Z Compiling rayon-core v1.12.1
20842024-04-30T22:07:56.890Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20852024-04-30T22:07:56.891Z Checking half v2.3.1
20862024-04-30T22:07:57.014Z Checking ciborium-io v0.2.2
20872024-04-30T22:07:57.139Z Compiling cancel-safe-futures v0.1.5
20882024-04-30T22:07:57.203Z Checking mockall v0.12.1
20892024-04-30T22:07:57.293Z Checking ciborium-ll v0.2.2
20902024-04-30T22:07:57.439Z Checking bytecount v0.6.3
20912024-04-30T22:07:57.534Z Compiling tabled_derive v0.7.0
20922024-04-30T22:07:57.579Z Checking ciborium v0.2.2
20932024-04-30T22:07:57.604Z Checking papergrid v0.11.0
20942024-04-30T22:07:57.980Z Compiling slog-dtrace v0.3.0
20952024-04-30T22:07:58.153Z Compiling semver v0.1.20
20962024-04-30T22:07:58.380Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20972024-04-30T22:07:58.638Z Compiling rustc_version v0.1.7
20982024-04-30T22:07:58.695Z Checking libsw v3.3.1
20992024-04-30T22:07:59.183Z Checking owo-colors v4.0.0
21002024-04-30T22:07:59.183Z Checking linear-map v1.2.0
21012024-04-30T22:07:59.184Z Compiling newtype_derive v0.1.6
21022024-04-30T22:07:59.282Z Compiling num-rational v0.4.1
21032024-04-30T22:07:59.314Z Compiling radium v0.7.0
21042024-04-30T22:07:59.499Z Checking num-complex v0.4.5
21052024-04-30T22:07:59.503Z Checking steno v0.4.0
21062024-04-30T22:07:59.803Z Checking nibble_vec v0.1.0
21072024-04-30T22:07:59.983Z Compiling maybe-uninit v2.0.0
21082024-04-30T22:08:00.234Z Checking tabled v0.15.0
21092024-04-30T22:08:00.290Z Checking tap v1.0.1
21102024-04-30T22:08:00.443Z Checking endian-type v0.1.2
21112024-04-30T22:08:00.869Z Checking num v0.4.2
21122024-04-30T22:08:00.880Z Checking wyz v0.5.1
21132024-04-30T22:08:00.881Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21142024-04-30T22:08:00.881Z Checking radix_trie v0.2.1
21152024-04-30T22:08:00.912Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21162024-04-30T22:08:00.938Z Checking fxhash v0.2.1
21172024-04-30T22:08:01.064Z Compiling num-bigint-dig v0.8.4
21182024-04-30T22:08:01.098Z Checking crc-catalog v2.2.0
21192024-04-30T22:08:01.230Z Checking funty v2.0.0
21202024-04-30T22:08:01.783Z Compiling packed_struct v0.10.1
21212024-04-30T22:08:02.264Z Checking crc v3.0.1
21222024-04-30T22:08:02.264Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21232024-04-30T22:08:02.265Z Compiling packed_struct_codegen v0.10.1
21242024-04-30T22:08:02.265Z Compiling indexmap v1.9.3
21252024-04-30T22:08:02.265Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21262024-04-30T22:08:02.265Z Checking nodrop v0.1.14
21272024-04-30T22:08:02.266Z Checking bitvec v1.0.1
21282024-04-30T22:08:02.298Z Checking array-init v0.0.4
21292024-04-30T22:08:02.333Z Checking smallvec v0.6.14
21302024-04-30T22:08:02.439Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
21312024-04-30T22:08:02.723Z Checking pkcs1 v0.7.5
21322024-04-30T22:08:03.092Z Checking signature v2.1.0
21332024-04-30T22:08:03.195Z Checking hashbrown v0.12.3
21342024-04-30T22:08:03.269Z Checking bitfield v0.14.0
21352024-04-30T22:08:03.292Z Checking serde-hex v0.1.0
21362024-04-30T22:08:03.547Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21372024-04-30T22:08:03.795Z Checking env_logger v0.10.0
21382024-04-30T22:08:04.204Z Checking x509-cert v0.2.4
21392024-04-30T22:08:04.688Z Checking rsa v0.9.2
21402024-04-30T22:08:04.868Z Checking ron v0.8.1
21412024-04-30T22:08:04.912Z Checking hashbrown v0.13.2
21422024-04-30T22:08:05.238Z Checking crc-any v2.4.3
21432024-04-30T22:08:05.527Z Checking path-slash v0.1.5
21442024-04-30T22:08:05.571Z Checking display-error-chain v0.2.0
21452024-04-30T22:08:05.663Z Compiling convert_case v0.4.0
21462024-04-30T22:08:06.111Z Compiling async-recursion v1.1.0
21472024-04-30T22:08:06.111Z Compiling buf-list v1.0.3
21482024-04-30T22:08:06.112Z Checking object v0.30.4
21492024-04-30T22:08:06.121Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21502024-04-30T22:08:06.373Z Compiling blake3 v1.5.0
21512024-04-30T22:08:06.558Z Compiling derive_more v0.99.17
21522024-04-30T22:08:06.764Z Checking gethostname v0.4.3
21532024-04-30T22:08:06.900Z Compiling libefi-sys v0.1.0
21542024-04-30T22:08:07.057Z Compiling parking_lot_core v0.8.6
21552024-04-30T22:08:07.252Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21562024-04-30T22:08:08.270Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21572024-04-30T22:08:08.638Z Compiling crossbeam-deque v0.8.3
21582024-04-30T22:08:08.638Z Checking keccak v0.1.4
21592024-04-30T22:08:08.638Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
21602024-04-30T22:08:08.638Z Checking sha3 v0.10.8
21612024-04-30T22:08:08.638Z Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
21622024-04-30T22:08:08.638Z Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21632024-04-30T22:08:08.638Z Checking parking_lot v0.11.2
21642024-04-30T22:08:08.806Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21652024-04-30T22:08:09.598Z Checking trust-dns-client v0.22.0
21662024-04-30T22:08:09.619Z Checking toml v0.5.11
21672024-04-30T22:08:09.619Z Checking secrecy v0.8.0
21682024-04-30T22:08:09.620Z Compiling pin-project-internal v1.1.3
21692024-04-30T22:08:09.818Z Checking sled v0.34.7
21702024-04-30T22:08:10.413Z Compiling rayon v1.10.0
21712024-04-30T22:08:10.682Z Checking trust-dns-server v0.22.1
21722024-04-30T22:08:12.803Z Compiling memmap2 v0.7.1
21732024-04-30T22:08:12.925Z Checking pin-project v1.1.3
21742024-04-30T22:08:13.000Z Compiling arrayref v0.3.7
21752024-04-30T22:08:13.122Z Compiling constant_time_eq v0.3.0
21762024-04-30T22:08:13.153Z Compiling home v0.5.5
21772024-04-30T22:08:13.196Z Compiling arrayvec v0.7.4
21782024-04-30T22:08:13.369Z Compiling toolchain_find v0.4.0
21792024-04-30T22:08:14.019Z Compiling vte_generate_state_changes v0.1.1
21802024-04-30T22:08:14.131Z Compiling topological-sort v0.2.2
21812024-04-30T22:08:14.351Z Checking fd-lock v4.0.2
21822024-04-30T22:08:14.529Z Compiling rustfmt-wrapper v0.2.1
21832024-04-30T22:08:15.099Z Checking vte v0.11.1
21842024-04-30T22:08:15.107Z Compiling glob v0.3.1
21852024-04-30T22:08:15.270Z Compiling omicron-zone-package v0.11.0
21862024-04-30T22:08:15.312Z Checking nu-ansi-term v0.50.0
21872024-04-30T22:08:15.616Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21882024-04-30T22:08:15.719Z Compiling platforms v3.0.2
21892024-04-30T22:08:15.950Z Compiling prettyplease v0.2.19
21902024-04-30T22:08:16.055Z Compiling snafu-derive v0.8.2
21912024-04-30T22:08:16.265Z Checking globset v0.4.13
21922024-04-30T22:08:16.371Z Checking olpc-cjson v0.1.3
21932024-04-30T22:08:16.408Z Checking strip-ansi-escapes v0.2.0
21942024-04-30T22:08:16.559Z Checking reedline v0.31.0
21952024-04-30T22:08:16.995Z Checking serde_plain v1.0.2
21962024-04-30T22:08:17.000Z Compiling memoffset v0.7.1
21972024-04-30T22:08:17.000Z Compiling crunchy v0.2.2
21982024-04-30T22:08:17.044Z Checking typed-path v0.7.0
21992024-04-30T22:08:17.460Z Compiling curve25519-dalek v4.1.2
22002024-04-30T22:08:17.518Z Checking fs-err v2.11.0
22012024-04-30T22:08:17.951Z Compiling clang-sys v1.6.1
22022024-04-30T22:08:18.122Z Compiling unicase v2.7.0
22032024-04-30T22:08:18.596Z Compiling tiny-keccak v2.0.2
22042024-04-30T22:08:18.596Z Checking parse-size v1.0.0
22052024-04-30T22:08:18.912Z Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22062024-04-30T22:08:18.949Z Checking universal-hash v0.5.1
22072024-04-30T22:08:19.436Z Compiling thiserror-impl-no-std v2.0.2
22082024-04-30T22:08:19.442Z Compiling curve25519-dalek-derive v0.1.0
22092024-04-30T22:08:19.442Z Checking nanorand v0.7.0
22102024-04-30T22:08:19.648Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22112024-04-30T22:08:19.959Z Compiling cfg_aliases v0.1.1
22122024-04-30T22:08:20.058Z Checking signature v1.6.4
22132024-04-30T22:08:20.177Z Compiling salty v0.2.0
22142024-04-30T22:08:20.404Z Checking opaque-debug v0.3.0
22152024-04-30T22:08:20.895Z Checking poly1305 v0.8.0
22162024-04-30T22:08:20.898Z Checking ed25519 v1.5.3
22172024-04-30T22:08:20.898Z Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22182024-04-30T22:08:20.898Z Compiling nix v0.28.0
22192024-04-30T22:08:21.036Z Checking flume v0.11.0
22202024-04-30T22:08:21.082Z Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
22212024-04-30T22:08:21.296Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
22222024-04-30T22:08:21.358Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22232024-04-30T22:08:21.501Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22242024-04-30T22:08:21.573Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22252024-04-30T22:08:21.847Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
22262024-04-30T22:08:21.879Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22272024-04-30T22:08:22.705Z Checking snafu v0.8.2
22282024-04-30T22:08:22.737Z Checking thiserror-no-std v2.0.2
22292024-04-30T22:08:22.737Z Compiling ascii-canvas v3.0.0
22302024-04-30T22:08:22.769Z Checking tough v0.17.1
22312024-04-30T22:08:22.830Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22322024-04-30T22:08:23.488Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
22332024-04-30T22:08:23.713Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22342024-04-30T22:08:23.955Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22352024-04-30T22:08:24.275Z Checking chacha20 v0.9.1
22362024-04-30T22:08:24.720Z Checking aead v0.5.2
22372024-04-30T22:08:25.345Z Checking serde-big-array v0.5.1
22382024-04-30T22:08:25.354Z Checking kstat-rs v0.2.3
22392024-04-30T22:08:25.354Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22402024-04-30T22:08:25.354Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22412024-04-30T22:08:25.354Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
22422024-04-30T22:08:25.355Z Compiling ena v0.14.2
22432024-04-30T22:08:25.737Z Compiling libloading v0.7.4
22442024-04-30T22:08:26.242Z Compiling diff v0.1.13
22452024-04-30T22:08:26.283Z Compiling bindgen v0.69.2
22462024-04-30T22:08:26.579Z Compiling regex-syntax v0.6.29
22472024-04-30T22:08:26.715Z Checking maplit v1.0.2
22482024-04-30T22:08:26.866Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22492024-04-30T22:08:27.341Z Checking chacha20poly1305 v0.10.1
22502024-04-30T22:08:27.551Z Checking vsss-rs v3.3.4
22512024-04-30T22:08:27.784Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c)
22522024-04-30T22:08:28.811Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22532024-04-30T22:08:28.970Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
22542024-04-30T22:08:29.075Z Checking signal-hook-tokio v0.3.1
22552024-04-30T22:08:29.250Z Compiling cexpr v0.6.0
22562024-04-30T22:08:29.376Z Checking serde-big-array v0.4.1
22572024-04-30T22:08:29.536Z Compiling which v4.4.0
22582024-04-30T22:08:30.156Z Compiling lalrpop v0.19.12
22592024-04-30T22:08:30.766Z Compiling shlex v1.3.0
22602024-04-30T22:08:31.339Z Compiling rustc-hash v1.1.0
22612024-04-30T22:08:31.361Z Compiling ref-cast v1.0.22
22622024-04-30T22:08:31.361Z Compiling peeking_take_while v0.1.2
22632024-04-30T22:08:31.361Z Compiling lazycell v1.3.0
22642024-04-30T22:08:31.640Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22652024-04-30T22:08:31.663Z Compiling mime_guess v2.0.4
22662024-04-30T22:08:32.964Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
22672024-04-30T22:08:36.015Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22682024-04-30T22:08:36.147Z Compiling derive_builder_core v0.20.0
22692024-04-30T22:08:36.294Z Compiling peg-macros v0.8.2
22702024-04-30T22:08:37.371Z Compiling ref-cast-impl v1.0.22
22712024-04-30T22:08:37.496Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22722024-04-30T22:08:37.713Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22732024-04-30T22:08:38.352Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22742024-04-30T22:08:39.962Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22752024-04-30T22:08:40.276Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22762024-04-30T22:08:40.408Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22772024-04-30T22:08:40.957Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22782024-04-30T22:08:41.827Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22792024-04-30T22:08:51.898Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22802024-04-30T22:08:52.285Z Compiling sqlparser_derive v0.2.2
22812024-04-30T22:08:52.531Z Compiling libxml v0.3.3
22822024-04-30T22:08:52.531Z Checking unicode_categories v0.1.1
22832024-04-30T22:08:52.610Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22842024-04-30T22:08:52.610Z Checking corncobs v0.1.3
22852024-04-30T22:08:52.610Z Checking rustyline v14.0.0
22862024-04-30T22:08:52.611Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22872024-04-30T22:08:52.611Z Checking sqlformat v0.2.3
22882024-04-30T22:08:52.612Z Checking sqlparser v0.45.0
22892024-04-30T22:08:52.612Z Checking peg v0.8.2
22902024-04-30T22:08:52.612Z Compiling derive_builder_macro v0.20.0
22912024-04-30T22:08:52.613Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
22922024-04-30T22:08:52.613Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
22932024-04-30T22:08:52.613Z Checking bcs v0.1.6
22942024-04-30T22:08:52.613Z Compiling strum_macros v0.24.3
22952024-04-30T22:08:52.613Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22962024-04-30T22:08:52.613Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
22972024-04-30T22:08:52.613Z Compiling cookie v0.18.1
22982024-04-30T22:08:52.613Z Compiling indoc v1.0.9
22992024-04-30T22:08:52.613Z Checking highway v1.1.0
23002024-04-30T22:08:52.613Z Checking derive_builder v0.20.0
23012024-04-30T22:08:52.613Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23022024-04-30T22:08:52.656Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
23032024-04-30T22:08:52.755Z Checking bb8 v0.8.3
23042024-04-30T22:08:52.900Z Checking quick-xml v0.31.0
23052024-04-30T22:08:53.118Z Compiling impl-trait-for-tuples v0.2.2
23062024-04-30T22:08:54.925Z Compiling oso-derive v0.27.3
23072024-04-30T22:08:55.008Z Compiling const_format_proc_macros v0.2.32
23082024-04-30T22:08:55.008Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23092024-04-30T22:08:55.009Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23102024-04-30T22:08:55.009Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23112024-04-30T22:08:55.701Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23122024-04-30T22:08:56.080Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
23132024-04-30T22:08:56.681Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23142024-04-30T22:08:57.476Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
23152024-04-30T22:09:00.217Z Checking http-range v0.1.5
23162024-04-30T22:09:00.261Z Checking const_format v0.2.32
23172024-04-30T22:09:00.373Z Checking hyper-staticfile v0.9.5
23182024-04-30T22:09:00.867Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23192024-04-30T22:09:00.871Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
23202024-04-30T22:09:00.871Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
23212024-04-30T22:09:02.143Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23222024-04-30T22:09:03.356Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
23232024-04-30T22:09:03.391Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23242024-04-30T22:09:04.692Z Checking assert_matches v1.5.0
23252024-04-30T22:09:04.760Z Checking rand_seeder v0.2.3
23262024-04-30T22:09:04.792Z Compiling portable-atomic v1.4.3
23272024-04-30T22:09:04.995Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
23282024-04-30T22:09:05.621Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23292024-04-30T22:09:05.633Z Checking number_prefix v0.4.0
23302024-04-30T22:09:05.633Z Checking castaway v0.2.2
23312024-04-30T22:09:05.633Z Checking compact_str v0.7.1
23322024-04-30T22:09:05.639Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
23332024-04-30T22:09:06.323Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
23342024-04-30T22:09:06.472Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
23352024-04-30T22:09:06.600Z Checking lru v0.12.1
23362024-04-30T22:09:06.614Z Compiling stability v0.2.0
23372024-04-30T22:09:07.182Z Checking cassowary v0.3.0
23382024-04-30T22:09:07.189Z Checking indicatif v0.17.8
23392024-04-30T22:09:07.190Z Compiling indoc v2.0.3
23402024-04-30T22:09:07.293Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
23412024-04-30T22:09:07.619Z Checking unicode-linebreak v0.1.5
23422024-04-30T22:09:08.126Z Checking smawk v0.3.1
23432024-04-30T22:09:08.138Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
23442024-04-30T22:09:08.138Z Checking textwrap v0.16.1
23452024-04-30T22:09:08.138Z Checking ratatui v0.26.2
23462024-04-30T22:09:08.220Z Checking is_ci v1.2.0
23472024-04-30T22:09:08.357Z Checking supports-color v3.0.0
23482024-04-30T22:09:08.400Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c)
23492024-04-30T22:09:08.538Z Checking fatfs v0.3.6
23502024-04-30T22:09:08.815Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
23512024-04-30T22:09:09.502Z Checking rtoolbox v0.0.1
23522024-04-30T22:09:09.705Z Checking rpassword v7.3.1
23532024-04-30T22:09:09.825Z Checking shell-words v1.1.0
23542024-04-30T22:09:09.846Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23552024-04-30T22:09:10.191Z Checking yansi v0.5.1
23562024-04-30T22:09:10.453Z Checking pretty_assertions v1.4.0
23572024-04-30T22:09:10.971Z Compiling target-lexicon v0.12.13
23582024-04-30T22:09:10.971Z Checking tui-tree-widget v0.19.0
23592024-04-30T22:09:10.972Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
23602024-04-30T22:09:11.185Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23612024-04-30T22:09:11.620Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
23622024-04-30T22:09:11.911Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
23632024-04-30T22:09:12.454Z Compiling guppy-workspace-hack v0.1.0
23642024-04-30T22:09:12.569Z Compiling doc-comment v0.3.3
23652024-04-30T22:09:13.119Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
23662024-04-30T22:09:13.119Z Checking plotters-backend v0.3.5
23672024-04-30T22:09:13.135Z Checking plotters-svg v0.3.5
23682024-04-30T22:09:13.511Z Checking http-body v1.0.0
23692024-04-30T22:09:13.563Z Checking tower-layer v0.3.2
23702024-04-30T22:09:13.716Z Compiling target-spec v3.1.0
23712024-04-30T22:09:13.914Z Compiling assert_cmd v2.0.14
23722024-04-30T22:09:14.076Z Checking cast v0.3.0
23732024-04-30T22:09:14.269Z Checking tower v0.4.13
23742024-04-30T22:09:14.323Z Checking cfg-expr v0.15.6
23752024-04-30T22:09:14.356Z Checking criterion-plot v0.5.0
23762024-04-30T22:09:14.841Z Checking hyper v1.1.0
23772024-04-30T22:09:15.335Z Checking plotters v0.3.5
23782024-04-30T22:09:15.335Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
23792024-04-30T22:09:16.031Z Checking tinytemplate v1.2.1
23802024-04-30T22:09:16.260Z Checking cargo-platform v0.1.3
23812024-04-30T22:09:16.401Z Checking oorandom v11.1.3
23822024-04-30T22:09:16.547Z Checking anes v0.1.6
23832024-04-30T22:09:16.562Z Checking cargo_metadata v0.18.1
23842024-04-30T22:09:16.760Z Checking hyper-util v0.1.2
23852024-04-30T22:09:16.879Z Checking criterion v0.5.1
23862024-04-30T22:09:18.559Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
23872024-04-30T22:09:18.654Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
23882024-04-30T22:09:19.563Z Checking rustls-native-certs v0.7.0
23892024-04-30T22:09:19.687Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
23902024-04-30T22:09:19.707Z Checking httptest v0.15.5
23912024-04-30T22:09:20.412Z Checking pathdiff v0.2.1
23922024-04-30T22:09:20.572Z Checking nested v0.1.1
23932024-04-30T22:09:20.772Z Checking guppy v0.17.5
23942024-04-30T22:09:22.836Z Checking hyper-rustls v0.26.0
23952024-04-30T22:09:22.864Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23962024-04-30T22:09:23.159Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
23972024-04-30T22:09:23.496Z Checking escape8259 v0.5.2
23982024-04-30T22:09:23.673Z Checking threadpool v1.8.1
23992024-04-30T22:09:23.905Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24002024-04-30T22:09:24.670Z Checking libtest-mimic v0.7.2
24012024-04-30T22:09:25.138Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
24022024-04-30T22:09:25.633Z Checking similar-asserts v1.5.0
24032024-04-30T22:09:25.848Z Checking fancy-regex v0.13.0
24042024-04-30T22:09:25.885Z Compiling rstest_macros v0.19.0
24052024-04-30T22:09:26.518Z Checking datatest-stable v0.2.9
24062024-04-30T22:09:26.928Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
24072024-04-30T22:09:28.423Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
24082024-04-30T22:09:28.436Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
24092024-04-30T22:09:28.436Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
24102024-04-30T22:09:28.509Z Checking csv-core v0.1.11
24112024-04-30T22:09:28.583Z Compiling relative-path v1.9.0
24122024-04-30T22:09:28.828Z Checking heck v0.5.0
24132024-04-30T22:09:28.843Z Checking constant_time_eq v0.2.6
24142024-04-30T22:09:28.979Z Compiling trybuild v1.0.91
24152024-04-30T22:09:29.036Z Checking blake2b_simd v1.0.1
24162024-04-30T22:09:29.434Z Checking csv v1.3.0
24172024-04-30T22:09:29.955Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
24182024-04-30T22:09:30.307Z Checking multimap v0.10.0
24192024-04-30T22:09:30.670Z Checking futures-timer v3.0.2
24202024-04-30T22:09:30.888Z Checking rust-argon2 v2.1.0
24212024-04-30T22:09:32.717Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24222024-04-30T22:09:34.736Z Checking partial-io v0.5.4
24232024-04-30T22:09:35.152Z Checking approx v0.5.1
24242024-04-30T22:09:35.382Z Checking termios v0.3.3
24252024-04-30T22:09:35.611Z Checking uzers v0.11.3
24262024-04-30T22:09:35.941Z Checking hex-literal v0.4.1
24272024-04-30T22:09:39.779Z Checking rstest v0.19.0
24282024-04-30T22:09:40.789Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
24292024-04-30T22:09:42.051Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
24302024-04-30T22:10:03.977Z Compiling samael v0.0.15
24312024-04-30T22:10:23.574Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
24322024-04-30T22:10:26.533Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
24332024-04-30T22:10:39.236Z Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
24342024-04-30T22:10:46.494Z Compiling polar-core v0.27.3
24352024-04-30T22:10:53.586Z Checking oso v0.27.3
24362024-04-30T22:11:19.083Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24372024-04-30T22:11:19.084Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24382024-04-30T22:11:19.087Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
24392024-04-30T22:12:17.473Z Finished dev [unoptimized + debuginfo] target(s) in 6m 34s
24402024-04-30T22:12:17.657Z
24412024-04-30T22:12:17.657Zreal 7:19.692691713
24422024-04-30T22:12:17.657Zuser 37:44.993281515
24432024-04-30T22:12:17.657Zsys 6:34.410357644
24442024-04-30T22:12:17.657Ztrap 1.043137065
24452024-04-30T22:12:17.657Ztflt 5.137136458
24462024-04-30T22:12:17.657Zdflt 3.248268592
24472024-04-30T22:12:17.658Zkflt 0.094562145
24482024-04-30T22:12:17.658Zlock 57:16.625712810
24492024-04-30T22:12:17.658Zslp 1:54:33.137400732
24502024-04-30T22:12:17.658Zlat 1:47.839780457
24512024-04-30T22:12:17.672Zstop 4:31.002311871
24522024-04-30T22:12:18.547Zwarning: output filename collision.
24532024-04-30T22:12:18.547ZThe lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)` 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)`.
24542024-04-30T22:12:18.547ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html
24552024-04-30T22:12:18.547ZThe targets should have unique names.
24562024-04-30T22:12:18.547ZThis is a known bug where multiple crates with the same name use
24572024-04-30T22:12:18.547Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24582024-04-30T22:12:18.547Zwarning: output filename collision.
24592024-04-30T22:12:18.548ZThe lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)` 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)`.
24602024-04-30T22:12:18.548ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html
24612024-04-30T22:12:18.548ZThe targets should have unique names.
24622024-04-30T22:12:18.548ZThis is a known bug where multiple crates with the same name use
24632024-04-30T22:12:18.548Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24642024-04-30T22:12:18.996Zwarning: output filename collision.
24652024-04-30T22:12:18.997ZThe 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)`.
24662024-04-30T22:12:18.997ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
24672024-04-30T22:12:18.997ZThe targets should have unique names.
24682024-04-30T22:12:18.997ZThis is a known bug where multiple crates with the same name use
24692024-04-30T22:12:18.997Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24702024-04-30T22:12:18.998Zwarning: output filename collision.
24712024-04-30T22:12:18.998ZThe 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)`.
24722024-04-30T22:12:18.998ZColliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html
24732024-04-30T22:12:18.998ZThe targets should have unique names.
24742024-04-30T22:12:18.999ZThis is a known bug where multiple crates with the same name use
24752024-04-30T22:12:18.999Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24762024-04-30T22:12:18.999Zwarning: output filename collision.
24772024-04-30T22:12:18.999ZThe lib target `nix` in package `nix v0.28.0` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`.
24782024-04-30T22:12:18.999ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html
24792024-04-30T22:12:18.999ZThe targets should have unique names.
24802024-04-30T22:12:18.999ZThis is a known bug where multiple crates with the same name use
24812024-04-30T22:12:18.999Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24822024-04-30T22:12:19.000Zwarning: output filename collision.
24832024-04-30T22:12:19.000ZThe 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)`.
24842024-04-30T22:12:19.001ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
24852024-04-30T22:12:19.002ZThe targets should have unique names.
24862024-04-30T22:12:19.002ZThis is a known bug where multiple crates with the same name use
24872024-04-30T22:12:19.002Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24882024-04-30T22:12:19.002Zwarning: output filename collision.
24892024-04-30T22:12:19.002ZThe lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)` 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)`.
24902024-04-30T22:12:19.002ZColliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html
24912024-04-30T22:12:19.002ZThe targets should have unique names.
24922024-04-30T22:12:19.002ZThis is a known bug where multiple crates with the same name use
24932024-04-30T22:12:19.002Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24942024-04-30T22:12:19.002Zwarning: output filename collision.
24952024-04-30T22:12:19.003ZThe 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)`.
24962024-04-30T22:12:19.003ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
24972024-04-30T22:12:19.003ZThe targets should have unique names.
24982024-04-30T22:12:19.003ZThis is a known bug where multiple crates with the same name use
24992024-04-30T22:12:19.003Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
25002024-04-30T22:12:19.003Zwarning: output filename collision.
25012024-04-30T22:12:19.004ZThe 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`.
25022024-04-30T22:12:19.004ZColliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html
25032024-04-30T22:12:19.004ZThe targets should have unique names.
25042024-04-30T22:12:19.004ZThis is a known bug where multiple crates with the same name use
25052024-04-30T22:12:19.005Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
25062024-04-30T22:12:19.044Z Documenting libc v0.2.153
25072024-04-30T22:12:19.100Z Documenting cfg-if v1.0.0
25082024-04-30T22:12:19.125Z Documenting serde_derive v1.0.199
25092024-04-30T22:12:19.151Z Documenting log v0.4.21
25102024-04-30T22:12:19.171Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25112024-04-30T22:12:19.171Z Documenting memchr v2.7.1
25122024-04-30T22:12:19.185Z Documenting byteorder v1.5.0
25132024-04-30T22:12:19.185Z Documenting smallvec v1.13.1
25142024-04-30T22:12:19.413Z Documenting scopeguard v1.2.0
25152024-04-30T22:12:21.861Z Documenting itoa v1.0.9
25162024-04-30T22:12:22.227Z Documenting lock_api v0.4.10
25172024-04-30T22:12:22.472Z Documenting once_cell v1.19.0
25182024-04-30T22:12:23.399Z Documenting pin-project-lite v0.2.13
25192024-04-30T22:12:23.420Z Documenting libm v0.2.7
25202024-04-30T22:12:23.420Z Documenting getrandom v0.2.12
25212024-04-30T22:12:24.020Z Documenting parking_lot_core v0.9.8
25222024-04-30T22:12:24.828Z Documenting signal-hook-registry v1.4.1
25232024-04-30T22:12:25.347Z Documenting mio v0.8.11
25242024-04-30T22:12:25.839Z Documenting zeroize_derive v1.4.2
25252024-04-30T22:12:25.847Z Documenting serde v1.0.199
25262024-04-30T22:12:26.407Z Documenting thiserror-impl v1.0.59
25272024-04-30T22:12:26.434Z Documenting num-traits v0.2.18
25282024-04-30T22:12:27.374Z Documenting rand_core v0.6.4
25292024-04-30T22:12:27.910Z Documenting parking_lot v0.12.1
25302024-04-30T22:12:28.928Z Documenting futures-core v0.3.30
25312024-04-30T22:12:29.915Z Documenting ryu v1.0.15
25322024-04-30T22:12:30.645Z Documenting zeroize v1.7.0
25332024-04-30T22:12:31.225Z Documenting socket2 v0.5.6
25342024-04-30T22:12:31.426Z Documenting num_cpus v1.16.0
25352024-04-30T22:12:31.472Z Documenting thiserror v1.0.59
25362024-04-30T22:12:32.052Z Documenting tokio-macros v2.2.0
25372024-04-30T22:12:32.745Z Documenting zerocopy v0.7.32
25382024-04-30T22:12:32.811Z Documenting futures-sink v0.3.30
25392024-04-30T22:12:34.460Z Documenting typenum v1.16.0
25402024-04-30T22:12:35.274Z Documenting pin-utils v0.1.0
25412024-04-30T22:12:35.342Z Documenting subtle v2.5.0
25422024-04-30T22:12:35.459Z Documenting slab v0.4.9
25432024-04-30T22:12:38.267Z Documenting futures-channel v0.3.30
25442024-04-30T22:12:38.303Z Documenting futures-macro v0.3.30
25452024-04-30T22:12:44.221Z Documenting bytes v1.6.0
25462024-04-30T22:12:46.718Z Documenting bitflags v2.4.2
25472024-04-30T22:12:46.775Z Documenting serde_json v1.0.116
25482024-04-30T22:12:47.224Z Documenting iana-time-zone v0.1.57
25492024-04-30T22:12:47.228Z Documenting futures-task v0.3.30
25502024-04-30T22:12:47.228Z Documenting futures-io v0.3.30
25512024-04-30T22:12:47.228Z Documenting uuid v1.8.0
25522024-04-30T22:12:47.586Z Documenting tokio v1.37.0
25532024-04-30T22:12:47.827Z Documenting generic-array v0.14.7
25542024-04-30T22:12:50.677Z Documenting chrono v0.4.38
25552024-04-30T22:12:50.772Z Documenting ahash v0.8.8
25562024-04-30T22:12:51.033Z Documenting futures-util v0.3.30
25572024-04-30T22:12:51.046Z Documenting allocator-api2 v0.2.16
25582024-04-30T22:12:51.663Z Documenting const-oid v0.9.6
25592024-04-30T22:12:52.320Z Documenting tinyvec_macros v0.1.1
25602024-04-30T22:12:52.386Z Documenting crypto-common v0.1.6
25612024-04-30T22:12:54.636Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25622024-04-30T22:12:54.830Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25632024-04-30T22:12:55.143Z Documenting tinyvec v1.6.0
25642024-04-30T22:12:55.167Z Documenting hashbrown v0.14.3
25652024-04-30T22:12:55.562Z Documenting tracing-core v0.1.32
25662024-04-30T22:12:56.537Z Checking serde_derive_internals v0.26.0
25672024-04-30T22:12:57.050Z Documenting serde_derive_internals v0.26.0
25682024-04-30T22:12:57.142Z Documenting tracing-attributes v0.1.27
25692024-04-30T22:12:57.183Z Documenting dyn-clone v1.0.17
25702024-04-30T22:12:58.603Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25712024-04-30T22:12:59.023Z Documenting unicode-normalization v0.1.22
25722024-04-30T22:13:00.451Z Documenting ppv-lite86 v0.2.17
25732024-04-30T22:13:00.662Z Documenting unicode-bidi v0.3.15
25742024-04-30T22:13:01.151Z Documenting lazy_static v1.4.0
25752024-04-30T22:13:03.209Z Documenting schemars_derive v0.8.16
25762024-04-30T22:13:03.209Z Documenting percent-encoding v2.3.1
25772024-04-30T22:13:03.661Z Documenting block-buffer v0.10.4
25782024-04-30T22:13:04.019Z Documenting rand_chacha v0.3.1
25792024-04-30T22:13:04.057Z Documenting powerfmt v0.2.0
25802024-04-30T22:13:06.353Z Documenting equivalent v1.0.1
25812024-04-30T22:13:07.619Z Documenting fnv v1.0.7
25822024-04-30T22:13:07.672Z Documenting deranged v0.3.11
25832024-04-30T22:13:07.672Z Documenting form_urlencoded v1.2.1
25842024-04-30T22:13:08.047Z Documenting digest v0.10.7
25852024-04-30T22:13:08.113Z Documenting schemars v0.8.16
25862024-04-30T22:13:08.161Z Documenting rand v0.8.5
25872024-04-30T22:13:09.272Z Documenting indexmap v2.2.6
25882024-04-30T22:13:10.834Z Documenting time-macros v0.2.17
25892024-04-30T22:13:10.935Z Documenting num_threads v0.1.6
25902024-04-30T22:13:11.448Z Documenting unicode-width v0.1.11
25912024-04-30T22:13:13.588Z Documenting num-conv v0.1.0
25922024-04-30T22:13:14.661Z Documenting tracing v0.1.40
25932024-04-30T22:13:21.622Z Documenting time-core v0.1.2
25942024-04-30T22:13:21.730Z Documenting idna v0.5.0
25952024-04-30T22:13:21.879Z Documenting errno v0.3.8
25962024-04-30T22:13:21.907Z Documenting adler v1.0.2
25972024-04-30T22:13:22.038Z Documenting unicode-ident v1.0.12
25982024-04-30T22:13:22.097Z Documenting slog v2.7.0
25992024-04-30T22:13:22.540Z Documenting httparse v1.8.0
26002024-04-30T22:13:24.849Z Documenting time v0.3.34
26012024-04-30T22:13:24.953Z Documenting miniz_oxide v0.7.1
26022024-04-30T22:13:25.005Z Documenting proc-macro2 v1.0.81
26032024-04-30T22:13:25.944Z Documenting rustix v0.38.31
26042024-04-30T22:13:26.086Z Documenting url v2.5.0
26052024-04-30T22:13:26.263Z Documenting cpufeatures v0.2.12
26062024-04-30T22:13:26.583Z Documenting async-trait v0.1.80
26072024-04-30T22:13:28.757Z Documenting httpdate v1.0.3
26082024-04-30T22:13:29.387Z Documenting try-lock v0.2.4
26092024-04-30T22:13:29.434Z Documenting quote v1.0.36
26102024-04-30T22:13:30.464Z Documenting http-body v0.4.5
26112024-04-30T22:13:30.767Z Documenting aho-corasick v1.1.2
26122024-04-30T22:13:31.596Z Documenting tokio-util v0.7.10
26132024-04-30T22:13:31.647Z Documenting openssl-sys v0.9.102
26142024-04-30T22:13:32.438Z Documenting want v0.3.1
26152024-04-30T22:13:33.428Z Documenting openssl-macros v0.1.1
26162024-04-30T22:13:33.428Z Documenting mime v0.3.17
26172024-04-30T22:13:33.546Z Documenting syn v2.0.60
26182024-04-30T22:13:35.566Z Documenting gimli v0.28.0
26192024-04-30T22:13:36.050Z Documenting regex-syntax v0.8.2
26202024-04-30T22:13:36.335Z Documenting tower-service v0.3.2
26212024-04-30T22:13:36.965Z Documenting object v0.32.1
26222024-04-30T22:13:37.362Z Documenting rustc-demangle v0.1.23
26232024-04-30T22:13:38.078Z Documenting openssl v0.10.64
26242024-04-30T22:13:38.944Z Documenting h2 v0.3.26
26252024-04-30T22:13:40.461Z Documenting ipnet v2.9.0
26262024-04-30T22:13:40.518Z Documenting openssl-probe v0.1.5
26272024-04-30T22:13:41.858Z Documenting addr2line v0.21.0
26282024-04-30T22:13:42.820Z Documenting regex-automata v0.4.5
26292024-04-30T22:13:44.527Z Documenting base64ct v1.6.0
26302024-04-30T22:13:44.767Z Documenting futures-executor v0.3.30
26312024-04-30T22:13:45.790Z Documenting encoding_rs v0.8.33
26322024-04-30T22:13:46.195Z Documenting native-tls v0.2.11
26332024-04-30T22:13:48.774Z Documenting hyper v0.14.28
26342024-04-30T22:13:48.832Z Documenting psl-types v2.0.11
26352024-04-30T22:13:49.027Z Documenting backtrace v0.3.69
26362024-04-30T22:13:49.298Z Documenting serde_urlencoded v0.7.1
26372024-04-30T22:14:01.021Z Documenting crossbeam-utils v0.8.19
26382024-04-30T22:14:01.308Z Documenting tokio-native-tls v0.3.1
26392024-04-30T22:14:01.308Z Documenting regex v1.10.4
26402024-04-30T22:14:01.308Z Documenting publicsuffix v2.2.3
26412024-04-30T22:14:01.486Z Documenting utf8parse v0.2.1
26422024-04-30T22:14:01.486Z Documenting futures v0.3.30
26432024-04-30T22:14:01.990Z Documenting anyhow v1.0.82
26442024-04-30T22:14:01.990Z Documenting pem-rfc7468 v0.7.0
26452024-04-30T22:14:01.991Z Documenting cookie_store v0.20.0
26462024-04-30T22:14:01.991Z Checking pest_meta v2.7.6
26472024-04-30T22:14:01.991Z Documenting der_derive v0.7.2
26482024-04-30T22:14:01.991Z Documenting sync_wrapper v0.1.2
26492024-04-30T22:14:01.991Z Documenting webpki-roots v0.25.2
26502024-04-30T22:14:01.991Z Documenting flagset v0.4.3
26512024-04-30T22:14:01.991Z Documenting num-integer v0.1.46
26522024-04-30T22:14:01.991Z Documenting hyper-tls v0.5.0
26532024-04-30T22:14:01.991Z Documenting hyper-rustls v0.24.2
26542024-04-30T22:14:01.991Z Documenting pest_meta v2.7.6
26552024-04-30T22:14:01.991Z Documenting scroll_derive v0.12.0
26562024-04-30T22:14:01.991Z Checking pest_generator v2.7.6
26572024-04-30T22:14:01.991Z Documenting openapiv3 v2.0.0
26582024-04-30T22:14:02.512Z Documenting plain v0.2.3
26592024-04-30T22:14:02.680Z Documenting der v0.7.8
26602024-04-30T22:14:03.889Z Documenting ucd-trie v0.1.6
26612024-04-30T22:14:05.454Z Documenting pest_generator v2.7.6
26622024-04-30T22:14:05.488Z Documenting spin v0.9.8
26632024-04-30T22:14:06.209Z Documenting scroll v0.12.0
26642024-04-30T22:14:06.812Z Documenting anstyle v1.0.6
26652024-04-30T22:14:07.748Z Documenting pest v2.7.6
26662024-04-30T22:14:07.948Z Documenting spki v0.7.2
26672024-04-30T22:14:08.479Z Documenting reqwest v0.11.24
26682024-04-30T22:14:08.640Z Documenting either v1.11.0
26692024-04-30T22:14:10.283Z Documenting goblin v0.8.0
26702024-04-30T22:14:10.877Z Documenting pest_derive v2.7.6
26712024-04-30T22:14:10.885Z Documenting pretty-hex v0.4.1
26722024-04-30T22:14:10.885Z Documenting anstyle-parse v0.2.1
26732024-04-30T22:14:12.166Z Documenting pkcs8 v0.10.2
26742024-04-30T22:14:12.569Z Documenting thread-id v4.2.0
26752024-04-30T22:14:13.047Z Documenting anstyle-query v1.0.0
26762024-04-30T22:14:13.809Z Documenting colorchoice v1.0.0
26772024-04-30T22:14:14.087Z Documenting data-encoding v2.4.0
26782024-04-30T22:14:15.025Z Documenting dtrace-parser v0.2.0
26792024-04-30T22:14:16.442Z Documenting crossbeam-epoch v0.9.18
26802024-04-30T22:14:16.690Z Documenting terminal_size v0.3.0
26812024-04-30T22:14:16.776Z Documenting sha2 v0.10.8
26822024-04-30T22:14:17.301Z Documenting anstream v0.6.11
26832024-04-30T22:14:18.333Z Documenting dof v0.3.0
26842024-04-30T22:14:18.334Z Documenting ipnetwork v0.20.0
26852024-04-30T22:14:18.373Z Documenting hex v0.4.3
26862024-04-30T22:14:19.178Z Documenting crc32fast v1.3.2
26872024-04-30T22:14:20.685Z Documenting strsim v0.11.0
26882024-04-30T22:14:21.043Z Documenting unicode-segmentation v1.10.1
26892024-04-30T22:14:21.192Z Documenting untrusted v0.9.0
26902024-04-30T22:14:21.550Z Documenting clap_lex v0.7.0
26912024-04-30T22:14:22.691Z Documenting clap_derive v4.5.4
26922024-04-30T22:14:23.022Z Documenting usdt-impl v0.5.0
26932024-04-30T22:14:23.152Z Documenting num-iter v0.1.44
26942024-04-30T22:14:23.501Z Documenting hmac v0.12.1
26952024-04-30T22:14:24.161Z Documenting ring v0.17.8
26962024-04-30T22:14:24.522Z Documenting signal-hook v0.3.17
26972024-04-30T22:14:24.628Z Documenting static_assertions v1.1.0
26982024-04-30T22:14:25.531Z Documenting clap_builder v4.5.2
26992024-04-30T22:14:28.023Z Documenting base64 v0.22.0
27002024-04-30T22:14:28.023Z Documenting flate2 v1.0.28
27012024-04-30T22:14:28.076Z Documenting managed v0.8.0
27022024-04-30T22:14:28.165Z Documenting block-padding v0.3.3
27032024-04-30T22:14:28.766Z Documenting signal-hook-mio v0.2.3
27042024-04-30T22:14:29.788Z Documenting scheduled-thread-pool v0.2.7
27052024-04-30T22:14:29.955Z Documenting bzip2-sys v0.1.11+1.0.8
27062024-04-30T22:14:31.457Z Documenting enum-as-inner v0.5.1
27072024-04-30T22:14:31.712Z Checking diesel_table_macro_syntax v0.1.0
27082024-04-30T22:14:31.881Z Documenting diesel_table_macro_syntax v0.1.0
27092024-04-30T22:14:32.147Z Documenting clap v4.5.4
27102024-04-30T22:14:32.341Z Documenting md-5 v0.10.5
27112024-04-30T22:14:32.601Z Documenting inout v0.1.3
27122024-04-30T22:14:32.967Z Documenting crossterm v0.27.0
27132024-04-30T22:14:34.030Z Documenting r2d2 v0.8.10
27142024-04-30T22:14:34.158Z Documenting bzip2 v0.4.4
27152024-04-30T22:14:36.170Z Documenting trust-dns-proto v0.22.0
27162024-04-30T22:14:36.667Z Documenting diesel_derives v2.1.2
27172024-04-30T22:14:36.951Z Documenting stringprep v0.1.3
27182024-04-30T22:14:37.042Z Documenting regress v0.9.1
27192024-04-30T22:14:37.682Z Documenting ff v0.13.0
27202024-04-30T22:14:38.349Z Documenting serde_spanned v0.6.5
27212024-04-30T22:14:38.465Z Documenting toml_datetime v0.6.5
27222024-04-30T22:14:38.643Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
27232024-04-30T22:14:41.056Z Documenting base16ct v0.2.0
27242024-04-30T22:14:42.219Z Documenting winnow v0.6.1
27252024-04-30T22:14:42.465Z Documenting bit-vec v0.6.3
27262024-04-30T22:14:42.742Z Documenting fallible-iterator v0.2.0
27272024-04-30T22:14:42.910Z Documenting siphasher v0.3.11
27282024-04-30T22:14:43.322Z Documenting group v0.13.0
27292024-04-30T22:14:43.668Z Documenting diesel v2.1.6
27302024-04-30T22:14:44.234Z Documenting sec1 v0.7.3
27312024-04-30T22:14:44.633Z Documenting zip v0.6.6
27322024-04-30T22:14:45.974Z Documenting phf_shared v0.11.2
27332024-04-30T22:14:46.447Z Documenting cipher v0.4.4
27342024-04-30T22:14:47.138Z Documenting toml_edit v0.22.12
27352024-04-30T22:14:47.481Z Documenting hkdf v0.12.4
27362024-04-30T22:14:47.922Z Documenting postgres-protocol v0.6.6
27372024-04-30T22:14:49.144Z Documenting num-bigint v0.4.4
27382024-04-30T22:14:57.713Z Documenting bstr v1.9.0
27392024-04-30T22:14:58.372Z Documenting console v0.15.8
27402024-04-30T22:15:05.602Z Documenting crypto-bigint v0.5.2
27412024-04-30T22:15:06.083Z Documenting hubpack v0.1.2
27422024-04-30T22:15:06.154Z Documenting serde_repr v0.1.16
27432024-04-30T22:15:06.299Z Documenting fixedbitset v0.4.2
27442024-04-30T22:15:06.739Z Checking strsim v0.10.0
27452024-04-30T22:15:06.823Z Documenting minimal-lexical v0.2.1
27462024-04-30T22:15:06.959Z Documenting precomputed-hash v0.1.1
27472024-04-30T22:15:06.979Z Documenting lalrpop-util v0.19.12
27482024-04-30T22:15:08.468Z Documenting new_debug_unreachable v1.0.4
27492024-04-30T22:15:09.696Z Checking ident_case v1.0.1
27502024-04-30T22:15:09.845Z Documenting heck v0.4.1
27512024-04-30T22:15:10.358Z Checking unsafe-libyaml v0.2.10
27522024-04-30T22:15:10.807Z Documenting nom v7.1.3
27532024-04-30T22:15:10.941Z Documenting petgraph v0.6.4
27542024-04-30T22:15:11.092Z Documenting yasna v0.5.2
27552024-04-30T22:15:11.199Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
27562024-04-30T22:15:11.420Z Documenting postgres-types v0.2.6
27572024-04-30T22:15:20.320Z Documenting string_cache v0.8.7
27582024-04-30T22:15:20.462Z Documenting typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
27592024-04-30T22:15:20.861Z Documenting phf v0.11.2
27602024-04-30T22:15:20.876Z Documenting similar v2.4.0
27612024-04-30T22:15:20.954Z Documenting typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
27622024-04-30T22:15:21.263Z Documenting elliptic-curve v0.13.8
27632024-04-30T22:15:21.543Z Documenting semver v1.0.22
27642024-04-30T22:15:22.028Z Documenting float-cmp v0.9.0
27652024-04-30T22:15:24.821Z Documenting unsafe-libyaml v0.2.10
27662024-04-30T22:15:25.412Z Documenting peg-runtime v0.8.2
27672024-04-30T22:15:25.415Z Documenting whoami v1.5.1
27682024-04-30T22:15:25.946Z Documenting difflib v0.4.0
27692024-04-30T22:15:26.454Z Documenting normalize-line-endings v0.3.0
27702024-04-30T22:15:35.945Z Documenting predicates-core v1.0.6
27712024-04-30T22:15:36.143Z Documenting serde_yaml v0.9.25
27722024-04-30T22:15:36.160Z Checking serde_yaml v0.9.25
27732024-04-30T22:15:36.302Z Documenting tokio-postgres v0.7.10
27742024-04-30T22:15:36.566Z Checking darling_core v0.20.8
27752024-04-30T22:15:36.575Z Documenting typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
27762024-04-30T22:15:36.673Z Documenting bit-set v0.5.3
27772024-04-30T22:15:36.804Z Documenting progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
27782024-04-30T22:15:37.953Z Documenting getopts v0.2.21
27792024-04-30T22:15:38.466Z Documenting tokio-stream v0.1.15
27802024-04-30T22:15:39.834Z Documenting predicates v3.1.0
27812024-04-30T22:15:40.864Z Documenting ident_case v1.0.1
27822024-04-30T22:15:41.948Z Checking darling v0.20.8
27832024-04-30T22:15:42.043Z Documenting is-terminal v0.4.9
27842024-04-30T22:15:42.648Z Documenting progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
27852024-04-30T22:15:43.493Z Documenting progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
27862024-04-30T22:15:43.776Z Documenting strum v0.26.2
27872024-04-30T22:15:44.460Z Documenting dirs-sys-next v0.1.2
27882024-04-30T22:15:44.750Z Documenting darling_core v0.20.8
27892024-04-30T22:15:45.028Z Documenting match_cfg v0.1.0
27902024-04-30T22:15:45.043Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27912024-04-30T22:15:46.560Z Documenting sha1 v0.10.6
27922024-04-30T22:15:47.638Z Documenting http v1.0.0
27932024-04-30T22:15:47.954Z Documenting hostname v0.3.1
27942024-04-30T22:15:48.500Z Documenting dirs-next v2.0.0
27952024-04-30T22:15:49.322Z Documenting camino v1.1.6
27962024-04-30T22:15:50.008Z Documenting paste v1.0.14
27972024-04-30T22:15:52.992Z Documenting progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
27982024-04-30T22:15:53.060Z Documenting thread_local v1.1.7
27992024-04-30T22:15:53.060Z Documenting rustls-pki-types v1.3.0
28002024-04-30T22:15:53.144Z Documenting term v0.7.0
28012024-04-30T22:15:53.145Z Documenting crossbeam-channel v0.5.8
28022024-04-30T22:15:53.377Z Documenting take_mut v0.2.2
28032024-04-30T22:15:53.383Z Documenting darling_macro v0.20.8
28042024-04-30T22:15:54.058Z Documenting slog-json v2.6.1
28052024-04-30T22:15:55.303Z Documenting async-stream-impl v0.3.5
28062024-04-30T22:15:56.070Z Documenting rustls-webpki v0.102.1
28072024-04-30T22:15:56.972Z Documenting slog-term v2.9.1
28082024-04-30T22:15:57.826Z Documenting debug-ignore v1.0.5
28092024-04-30T22:15:57.879Z Documenting slog-async v2.8.0
28102024-04-30T22:15:58.055Z Documenting darling v0.20.8
28112024-04-30T22:15:58.928Z Documenting atomic-waker v1.1.1
28122024-04-30T22:16:00.054Z Documenting async-stream v0.3.5
28132024-04-30T22:16:00.409Z Documenting slog-bunyan v2.5.0
28142024-04-30T22:16:00.841Z Documenting rustls-pemfile v2.1.2
28152024-04-30T22:16:01.506Z Documenting multer v3.0.0
28162024-04-30T22:16:01.807Z Documenting rustls v0.22.4
28172024-04-30T22:16:01.872Z Documenting waitgroup v0.1.2
28182024-04-30T22:16:02.475Z Documenting toml v0.8.12
28192024-04-30T22:16:03.697Z Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
28202024-04-30T22:16:04.040Z Documenting serde_path_to_error v0.1.16
28212024-04-30T22:16:04.857Z Documenting serde_with_macros v3.7.0
28222024-04-30T22:16:05.275Z Documenting structmeta-derive v0.3.0
28232024-04-30T22:16:05.876Z Documenting newtype-uuid v1.1.0
28242024-04-30T22:16:06.587Z Checking structmeta v0.3.0
28252024-04-30T22:16:07.219Z Documenting instant v0.1.12
28262024-04-30T22:16:07.839Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28272024-04-30T22:16:08.417Z Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
28282024-04-30T22:16:08.600Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
28292024-04-30T22:16:10.178Z Documenting serde_with v3.7.0
28302024-04-30T22:16:10.622Z Documenting structmeta v0.3.0
28312024-04-30T22:16:10.791Z Documenting tokio-rustls v0.25.0
28322024-04-30T22:16:10.884Z Documenting backoff v0.4.0
28332024-04-30T22:16:11.095Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28342024-04-30T22:16:12.415Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28352024-04-30T22:16:13.758Z Documenting macaddr v1.0.1
28362024-04-30T22:16:15.289Z Documenting parse-display-derive v0.9.0
28372024-04-30T22:16:16.287Z Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
28382024-04-30T22:16:16.395Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28392024-04-30T22:16:16.492Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28402024-04-30T22:16:16.690Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28412024-04-30T22:16:17.617Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28422024-04-30T22:16:17.845Z Documenting fastrand v2.0.1
28432024-04-30T22:16:17.982Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28442024-04-30T22:16:18.030Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28452024-04-30T22:16:18.307Z Checking proc-macro-crate v1.3.1
28462024-04-30T22:16:18.547Z Documenting proc-macro-crate v1.3.1
28472024-04-30T22:16:19.784Z Documenting foreign-types-macros v0.2.3
28482024-04-30T22:16:20.397Z Documenting foreign-types-shared v0.3.1
28492024-04-30T22:16:20.548Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28502024-04-30T22:16:21.109Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28512024-04-30T22:16:21.313Z Documenting parse-display v0.9.0
28522024-04-30T22:16:21.830Z Documenting tempfile v3.10.1
28532024-04-30T22:16:23.386Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28542024-04-30T22:16:23.639Z Documenting num_enum_derive v0.5.11
28552024-04-30T22:16:24.471Z Documenting cstr-argument v0.1.2
28562024-04-30T22:16:24.675Z Documenting foreign-types v0.5.0
28572024-04-30T22:16:25.098Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
28582024-04-30T22:16:25.705Z Documenting tabwriter v1.4.0
28592024-04-30T22:16:26.668Z Documenting camino-tempfile v1.1.1
28602024-04-30T22:16:28.446Z Documenting colored v2.1.0
28612024-04-30T22:16:28.602Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28622024-04-30T22:16:29.640Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
28632024-04-30T22:16:29.706Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28642024-04-30T22:16:29.777Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28652024-04-30T22:16:29.994Z Documenting hash32 v0.3.1
28662024-04-30T22:16:31.017Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28672024-04-30T22:16:31.195Z Documenting num_enum v0.5.11
28682024-04-30T22:16:31.553Z Documenting stable_deref_trait v1.2.0
28692024-04-30T22:16:36.237Z Documenting smf v0.2.3
28702024-04-30T22:16:36.412Z Documenting cobs v0.2.3
28712024-04-30T22:16:36.412Z Documenting embedded-io v0.4.0
28722024-04-30T22:16:36.412Z Documenting memmap v0.7.0
28732024-04-30T22:16:36.413Z Documenting heapless v0.8.0
28742024-04-30T22:16:36.413Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28752024-04-30T22:16:36.413Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28762024-04-30T22:16:36.627Z Documenting crucible-workspace-hack v0.1.0
28772024-04-30T22:16:37.220Z Documenting postcard v1.0.8
28782024-04-30T22:16:38.317Z Documenting usdt v0.5.0
28792024-04-30T22:16:38.854Z Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28802024-04-30T22:16:39.482Z Documenting smoltcp v0.11.0
28812024-04-30T22:16:40.347Z Documenting newline-converter v0.3.0
28822024-04-30T22:16:40.442Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28832024-04-30T22:16:42.042Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28842024-04-30T22:16:42.272Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28852024-04-30T22:16:43.598Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28862024-04-30T22:16:43.818Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28872024-04-30T22:16:43.907Z Documenting expectorate v1.1.0
28882024-04-30T22:16:43.923Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
28892024-04-30T22:16:44.360Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28902024-04-30T22:16:45.661Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28912024-04-30T22:16:46.912Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
28922024-04-30T22:16:46.915Z Documenting sigpipe v0.1.3
28932024-04-30T22:16:46.915Z Documenting num-derive v0.4.0
28942024-04-30T22:16:46.915Z Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
28952024-04-30T22:16:49.315Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28962024-04-30T22:16:50.191Z Documenting password-hash v0.5.0
28972024-04-30T22:16:50.672Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28982024-04-30T22:16:50.989Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
28992024-04-30T22:16:51.453Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c)
29002024-04-30T22:16:51.752Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
29012024-04-30T22:16:52.180Z Documenting blake2 v0.10.6
29022024-04-30T22:16:54.618Z Documenting linked-hash-map v0.5.6
29032024-04-30T22:16:55.471Z Documenting proc-macro-error-attr v1.0.4
29042024-04-30T22:16:55.950Z Documenting humantime v2.1.0
29052024-04-30T22:16:57.236Z Checking proc-macro-error v1.0.4
29062024-04-30T22:16:57.270Z Documenting bytecount v0.6.3
29072024-04-30T22:16:57.270Z Documenting derive-where v1.2.7
29082024-04-30T22:16:57.271Z Documenting argon2 v0.5.3
29092024-04-30T22:16:58.149Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
29102024-04-30T22:16:58.694Z Documenting lru-cache v0.1.2
29112024-04-30T22:16:59.700Z Documenting papergrid v0.11.0
29122024-04-30T22:16:59.708Z Documenting swrite v0.1.0
29132024-04-30T22:16:59.708Z Documenting proc-macro-error v1.0.4
29142024-04-30T22:17:00.265Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29152024-04-30T22:17:02.411Z Documenting newtype_derive v0.1.6
29162024-04-30T22:17:02.669Z Documenting itertools v0.12.1
29172024-04-30T22:17:02.723Z Documenting quick-error v1.2.3
29182024-04-30T22:17:02.903Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29192024-04-30T22:17:03.273Z Documenting arc-swap v1.6.0
29202024-04-30T22:17:04.022Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29212024-04-30T22:17:04.225Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
29222024-04-30T22:17:04.442Z Documenting tabled_derive v0.7.0
29232024-04-30T22:17:06.329Z Documenting steno v0.4.0
29242024-04-30T22:17:06.628Z Documenting resolv-conf v0.7.0
29252024-04-30T22:17:07.383Z Documenting slog-scope v4.4.0
29262024-04-30T22:17:09.321Z Documenting tabled v0.15.0
29272024-04-30T22:17:09.810Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
29282024-04-30T22:17:10.242Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29292024-04-30T22:17:11.196Z Documenting num-rational v0.4.1
29302024-04-30T22:17:11.204Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29312024-04-30T22:17:11.205Z Documenting trust-dns-resolver v0.22.0
29322024-04-30T22:17:11.546Z Documenting slog-stdlog v4.1.1
29332024-04-30T22:17:15.144Z Documenting num-complex v0.4.5
29342024-04-30T22:17:15.195Z Documenting filetime v0.2.23
29352024-04-30T22:17:15.736Z Documenting slog-envlogger v2.2.0
29362024-04-30T22:17:16.197Z Documenting xattr v1.0.1
29372024-04-30T22:17:19.289Z Documenting tap v1.0.1
29382024-04-30T22:17:19.350Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29392024-04-30T22:17:19.929Z Documenting num v0.4.2
29402024-04-30T22:17:20.362Z Documenting tar v0.4.40
29412024-04-30T22:17:20.594Z Documenting radium v0.7.0
29422024-04-30T22:17:21.327Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29432024-04-30T22:17:21.969Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
29442024-04-30T22:17:22.190Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29452024-04-30T22:17:22.299Z Documenting wyz v0.5.1
29462024-04-30T22:17:23.806Z Documenting nibble_vec v0.1.0
29472024-04-30T22:17:23.819Z Documenting funty v2.0.0
29482024-04-30T22:17:24.829Z Documenting crc-catalog v2.2.0
29492024-04-30T22:17:25.269Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29502024-04-30T22:17:25.504Z Documenting endian-type v0.1.2
29512024-04-30T22:17:26.428Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29522024-04-30T22:17:26.535Z Documenting cancel-safe-futures v0.1.5
29532024-04-30T22:17:26.728Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29542024-04-30T22:17:26.881Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29552024-04-30T22:17:27.162Z Documenting packed_struct_codegen v0.10.1
29562024-04-30T22:17:27.307Z Documenting bitvec v1.0.1
29572024-04-30T22:17:27.868Z Documenting nodrop v0.1.14
29582024-04-30T22:17:28.039Z Documenting crc v3.0.1
29592024-04-30T22:17:29.911Z Documenting radix_trie v0.2.1
29602024-04-30T22:17:30.847Z Documenting same-file v1.0.6
29612024-04-30T22:17:31.107Z Documenting array-init v0.0.4
29622024-04-30T22:17:32.450Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29632024-04-30T22:17:32.681Z Documenting num-bigint-dig v0.8.4
29642024-04-30T22:17:33.145Z Documenting packed_struct v0.10.1
29652024-04-30T22:17:33.905Z Documenting pkcs1 v0.7.5
29662024-04-30T22:17:34.507Z Documenting signature v2.1.0
29672024-04-30T22:17:34.899Z Documenting walkdir v2.5.0
29682024-04-30T22:17:35.751Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29692024-04-30T22:17:36.114Z Documenting bitfield v0.14.0
29702024-04-30T22:17:38.443Z Documenting display-error-chain v0.2.0
29712024-04-30T22:17:39.103Z Documenting termcolor v1.2.0
29722024-04-30T22:17:39.111Z Documenting serde-hex v0.1.0
29732024-04-30T22:17:39.194Z Documenting rsa v0.9.2
29742024-04-30T22:17:39.274Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
29752024-04-30T22:17:42.189Z Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
29762024-04-30T22:17:42.721Z Documenting slog-dtrace v0.3.0
29772024-04-30T22:17:43.093Z Documenting env_logger v0.10.0
29782024-04-30T22:17:43.428Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29792024-04-30T22:17:43.704Z Documenting pem v3.0.4
29802024-04-30T22:17:46.285Z Documenting x509-cert v0.2.4
29812024-04-30T22:17:46.764Z Documenting libsw v3.3.1
29822024-04-30T22:17:46.764Zwarning: unresolved link to `StNestedBuilder::make_subsection`
29832024-04-30T22:17:46.764Z --> nexus/types/src/sectioned_table.rs:145:7
29842024-04-30T22:17:46.765Z |
29852024-04-30T22:17:46.765Z145 | /// [`StNestedBuilder::make_subsection`].
29862024-04-30T22:17:46.765Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `StNestedBuilder` in scope
29872024-04-30T22:17:46.765Z |
29882024-04-30T22:17:46.765Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
29892024-04-30T22:17:46.765Z
29902024-04-30T22:17:46.834Z Documenting ron v0.8.1
29912024-04-30T22:17:47.922Z Documenting half v2.3.1
29922024-04-30T22:17:48.183Z Documenting linear-map v1.2.0
29932024-04-30T22:17:56.349Zwarning: `nexus-types` (lib doc) generated 1 warning
29942024-04-30T22:17:56.402Z Documenting crc-any v2.4.3
29952024-04-30T22:17:56.402Z Documenting ciborium-io v0.2.2
29962024-04-30T22:17:56.403Z Documenting owo-colors v4.0.0
29972024-04-30T22:17:56.403Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29982024-04-30T22:17:56.403Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
29992024-04-30T22:17:56.403Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
30002024-04-30T22:17:56.403Z Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
30012024-04-30T22:17:56.403Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30022024-04-30T22:17:56.403Z Documenting headers-core v0.2.0
30032024-04-30T22:17:56.873Z Documenting ciborium-ll v0.2.2
30042024-04-30T22:17:56.873Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30052024-04-30T22:17:56.873Z Documenting path-slash v0.1.5
30062024-04-30T22:17:57.192Z Documenting headers v0.3.9
30072024-04-30T22:17:58.325Z Documenting ciborium v0.2.2
30082024-04-30T22:17:59.936Z Documenting fxhash v0.2.1
30092024-04-30T22:17:59.957Z Documenting async-recursion v1.1.0
30102024-04-30T22:18:00.379Z Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
30112024-04-30T22:18:02.958Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30122024-04-30T22:18:03.339Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30132024-04-30T22:18:04.032Z Documenting vte_generate_state_changes v0.1.1
30142024-04-30T22:18:04.539Z Documenting convert_case v0.4.0
30152024-04-30T22:18:04.858Z Checking convert_case v0.4.0
30162024-04-30T22:18:05.073Z Documenting buf-list v1.0.3
30172024-04-30T22:18:05.095Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30182024-04-30T22:18:08.262Z Documenting vte v0.11.1
30192024-04-30T22:18:08.557Z Documenting derive_more v0.99.17
30202024-04-30T22:18:10.116Z Documenting derive_builder_core v0.20.0
30212024-04-30T22:18:10.737Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30222024-04-30T22:18:12.665Z Checking derive_builder_core v0.20.0
30232024-04-30T22:18:13.519Z Documenting fd-lock v4.0.2
30242024-04-30T22:18:14.753Z Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30252024-04-30T22:18:15.649Z Documenting bitstruct_derive v0.1.0
30262024-04-30T22:18:16.529Z Documenting pin-project-internal v1.1.3
30272024-04-30T22:18:17.288Z Documenting ascii v1.1.0
30282024-04-30T22:18:17.565Z Documenting derive_builder_macro v0.20.0
30292024-04-30T22:18:18.646Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30302024-04-30T22:18:19.179Z Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30312024-04-30T22:18:20.572Z Documenting strip-ansi-escapes v0.2.0
30322024-04-30T22:18:20.580Z Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
30332024-04-30T22:18:20.696Z Documenting bitstruct v0.1.1
30342024-04-30T22:18:21.831Z Documenting pin-project v1.1.3
30352024-04-30T22:18:22.609Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30362024-04-30T22:18:22.900Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30372024-04-30T22:18:23.349Z Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30382024-04-30T22:18:23.691Z Documenting crossbeam-deque v0.8.3
30392024-04-30T22:18:24.754Z Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30402024-04-30T22:18:24.910Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30412024-04-30T22:18:25.882Z Documenting serde_arrays v0.1.0
30422024-04-30T22:18:26.339Z Documenting erased-serde v0.3.31
30432024-04-30T22:18:27.632Z Documenting snafu-derive v0.8.2
30442024-04-30T22:18:27.830Z Documenting ref-cast-impl v1.0.22
30452024-04-30T22:18:30.717Z Checking unicode-xid v0.2.4
30462024-04-30T22:18:30.856Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30472024-04-30T22:18:31.158Z Documenting nu-ansi-term v0.50.0
30482024-04-30T22:18:31.252Z Documenting unicode-xid v0.2.4
30492024-04-30T22:18:31.416Z Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30502024-04-30T22:18:32.733Z Documenting ref-cast v1.0.22
30512024-04-30T22:18:34.259Z Documenting const_format_proc_macros v0.2.32
30522024-04-30T22:18:35.048Z Documenting snafu v0.8.2
30532024-04-30T22:18:35.405Z Documenting reedline v0.31.0
30542024-04-30T22:18:36.215Z Documenting rayon-core v1.12.1
30552024-04-30T22:18:36.223Z Documenting derive_builder v0.20.0
30562024-04-30T22:18:38.755Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30572024-04-30T22:18:43.280Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30582024-04-30T22:18:43.458Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30592024-04-30T22:18:43.458Z Documenting libefi-sys v0.1.0
30602024-04-30T22:18:43.458Z Documenting trust-dns-client v0.22.0
30612024-04-30T22:18:43.822Z Documenting polar-core v0.27.3
30622024-04-30T22:18:44.277Z Documenting libxml v0.3.3
30632024-04-30T22:18:45.116Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30642024-04-30T22:18:46.195Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30652024-04-30T22:18:46.256Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30662024-04-30T22:18:46.849Z Documenting globset v0.4.13
30672024-04-30T22:18:49.157Z Documenting bb8 v0.8.3
30682024-04-30T22:18:49.770Z Documenting olpc-cjson v0.1.3
30692024-04-30T22:18:50.771Z Documenting serde_plain v1.0.2
30702024-04-30T22:18:51.452Z Documenting quick-xml v0.31.0
30712024-04-30T22:18:51.973Z Documenting oso-derive v0.27.3
30722024-04-30T22:18:53.100Z Documenting impl-trait-for-tuples v0.2.2
30732024-04-30T22:18:54.487Z Documenting maplit v1.0.2
30742024-04-30T22:18:54.914Z Documenting typed-path v0.7.0
30752024-04-30T22:18:55.226Z Documenting utf-8 v0.7.6
30762024-04-30T22:18:56.783Z Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30772024-04-30T22:18:57.445Z Documenting keccak v0.1.4
30782024-04-30T22:18:58.394Z Documenting samael v0.0.15
30792024-04-30T22:18:58.665Z Documenting oso v0.27.3
30802024-04-30T22:18:59.274Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30812024-04-30T22:18:59.337Z Documenting tungstenite v0.21.0
30822024-04-30T22:19:00.996Z Documenting sha3 v0.10.8
30832024-04-30T22:19:01.008Z Documenting tough v0.17.1
30842024-04-30T22:19:01.008Z Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30852024-04-30T22:19:04.648Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
30862024-04-30T22:19:05.484Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
30872024-04-30T22:19:05.761Z Documenting trust-dns-server v0.22.1
30882024-04-30T22:19:05.936Z Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30892024-04-30T22:19:09.708Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
30902024-04-30T22:19:09.908Z Documenting rayon v1.10.0
30912024-04-30T22:19:14.043Z Documenting const_format v0.2.32
30922024-04-30T22:19:14.591Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30932024-04-30T22:19:14.591Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30942024-04-30T22:19:14.591Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30952024-04-30T22:19:14.591Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30962024-04-30T22:19:14.604Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30972024-04-30T22:19:14.786Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30982024-04-30T22:19:14.884Z Documenting sled v0.34.7
30992024-04-30T22:19:15.353Z Documenting fs-err v2.11.0
31002024-04-30T22:19:15.419Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31012024-04-30T22:19:15.615Z Documenting nix v0.28.0
31022024-04-30T22:19:16.276Z Documenting cookie v0.18.1
31032024-04-30T22:19:18.808Z Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
31042024-04-30T22:19:19.786Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31052024-04-30T22:19:20.449Z Documenting secrecy v0.8.0
31062024-04-30T22:19:20.449Z Documenting gethostname v0.4.3
31072024-04-30T22:19:20.450Z Documenting peg-macros v0.8.2
31082024-04-30T22:19:21.392Z Documenting rustversion v1.0.14
31092024-04-30T22:19:21.416Z Documenting sqlparser_derive v0.2.2
31102024-04-30T22:19:21.967Z Documenting parse-size v1.0.0
31112024-04-30T22:19:24.153Z Documenting unicode_categories v0.1.1
31122024-04-30T22:19:24.826Z Documenting home v0.5.5
31132024-04-30T22:19:25.474Z Documenting peg v0.8.2
31142024-04-30T22:19:25.481Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31152024-04-30T22:19:25.577Z Documenting castaway v0.2.2
31162024-04-30T22:19:26.243Z Documenting sqlparser v0.45.0
31172024-04-30T22:19:28.223Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31182024-04-30T22:19:28.268Z Documenting sqlformat v0.2.3
31192024-04-30T22:19:28.456Z Documenting rustyline v14.0.0
31202024-04-30T22:19:29.112Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31212024-04-30T22:19:29.571Z Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
31222024-04-30T22:19:32.782Z Documenting tokio-tungstenite v0.21.0
31232024-04-30T22:19:34.292Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31242024-04-30T22:19:34.925Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31252024-04-30T22:19:37.139Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
31262024-04-30T22:19:40.203Z Documenting zone v0.1.8
31272024-04-30T22:19:41.006Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
31282024-04-30T22:19:41.860Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
31292024-04-30T22:19:42.470Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31302024-04-30T22:19:44.588Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31312024-04-30T22:19:44.836Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31322024-04-30T22:19:45.118Z Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
31332024-04-30T22:19:47.360Z Documenting portpicker v0.1.1
31342024-04-30T22:19:48.283Z Documenting universal-hash v0.5.1
31352024-04-30T22:19:51.113Z Documenting bcs v0.1.6
31362024-04-30T22:19:51.630Z Documenting kstat-rs v0.2.3
31372024-04-30T22:19:52.432Z Documenting thiserror-impl-no-std v2.0.2
31382024-04-30T22:20:02.151Z Documenting curve25519-dalek-derive v0.1.0
31392024-04-30T22:20:02.536Z Documenting highway v1.1.0
31402024-04-30T22:20:02.944Z Documenting opaque-debug v0.3.0
31412024-04-30T22:20:02.944Z Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
31422024-04-30T22:20:02.944Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31432024-04-30T22:20:02.944Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31442024-04-30T22:20:03.484Z Documenting thiserror-no-std v2.0.2
31452024-04-30T22:20:05.568Z Documenting poly1305 v0.8.0
31462024-04-30T22:20:06.146Z Documenting compact_str v0.7.1
31472024-04-30T22:20:06.709Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31482024-04-30T22:20:06.907Z Documenting curve25519-dalek v4.1.2
31492024-04-30T22:20:10.604Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31502024-04-30T22:20:10.760Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31512024-04-30T22:20:12.751Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31522024-04-30T22:20:13.170Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31532024-04-30T22:20:14.011Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31542024-04-30T22:20:14.031Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31552024-04-30T22:20:15.066Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31562024-04-30T22:20:15.103Z Documenting portable-atomic v1.4.3
31572024-04-30T22:20:16.924Z Documenting ed25519 v1.5.3
31582024-04-30T22:20:18.997Z Documenting memoffset v0.7.1
31592024-04-30T22:20:20.087Z Documenting unicase v2.7.0
31602024-04-30T22:20:21.463Z Documenting rcgen v0.12.1
31612024-04-30T22:20:22.027Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31622024-04-30T22:20:23.515Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
31632024-04-30T22:20:23.819Zwarning: could not parse code block as Rust code
31642024-04-30T22:20:23.820Z --> oximeter/db/src/oxql/ast/grammar.rs:246:9
31652024-04-30T22:20:23.820Z |
31662024-04-30T22:20:23.820Z246 | / /// Parse a string literal, either single- or double-quoted.
31672024-04-30T22:20:23.820Z247 | | ///
31682024-04-30T22:20:23.821Z248 | | /// Parsing string literals is pretty tricky, but we add several
31692024-04-30T22:20:23.821Z249 | | /// constraints to simplify things. First strings must be quoted, either
31702024-04-30T22:20:23.821Z... |
31712024-04-30T22:20:23.821Z277 | | ///
31722024-04-30T22:20:23.821Z278 | | /// Will be parsed as `this string has " in it`.
31732024-04-30T22:20:23.821Z | |________________________________________________________^
31742024-04-30T22:20:23.822Z |
31752024-04-30T22:20:23.822Z = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text
31762024-04-30T22:20:23.822Z = note: error from rustc: unknown start of token: \
31772024-04-30T22:20:23.822Z = note: error from rustc: unknown start of token: \
31782024-04-30T22:20:23.822Z = note: error from rustc: unknown start of token: \
31792024-04-30T22:20:23.822Z = note: error from rustc: unknown start of token: \
31802024-04-30T22:20:23.822Z = note: error from rustc: unknown start of token: \
31812024-04-30T22:20:23.823Z = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default
31822024-04-30T22:20:23.823Z
31832024-04-30T22:20:24.378Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c)
31842024-04-30T22:20:25.256Zwarning: `oximeter-db` (lib doc) generated 1 warning
31852024-04-30T22:20:25.260Z Documenting atomicwrites v0.4.3
31862024-04-30T22:20:28.028Z Documenting chacha20 v0.9.1
31872024-04-30T22:20:28.464Z Documenting lru v0.12.1
31882024-04-30T22:20:28.465Z Documenting aead v0.5.2
31892024-04-30T22:20:29.939Z Documenting rand_seeder v0.2.3
31902024-04-30T22:20:32.817Z Documenting nanorand v0.7.0
31912024-04-30T22:20:33.039Z Documenting subprocess v0.2.9
31922024-04-30T22:20:41.992Z Documenting stability v0.2.0
31932024-04-30T22:20:42.341Z Documenting glob v0.3.1
31942024-04-30T22:20:42.508Z Documenting number_prefix v0.4.0
31952024-04-30T22:20:42.841Z Documenting cassowary v0.3.0
31962024-04-30T22:20:42.845Z Documenting flume v0.11.0
31972024-04-30T22:20:42.917Z Documenting chacha20poly1305 v0.10.1
31982024-04-30T22:20:43.152Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31992024-04-30T22:20:46.386Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32002024-04-30T22:20:46.599Z Documenting indicatif v0.17.8
32012024-04-30T22:20:46.810Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32022024-04-30T22:20:47.081Z Documenting ratatui v0.26.2
32032024-04-30T22:20:47.923Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32042024-04-30T22:21:06.181Z Documenting mime_guess v2.0.4
32052024-04-30T22:21:06.266Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
32062024-04-30T22:21:06.266Z Documenting salty v0.2.0
32072024-04-30T22:21:06.266Z Documenting vsss-rs v3.3.4
32082024-04-30T22:21:06.266Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32092024-04-30T22:21:06.267Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32102024-04-30T22:21:06.267Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32112024-04-30T22:21:06.267Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
32122024-04-30T22:21:06.267Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32132024-04-30T22:21:06.267Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32142024-04-30T22:21:06.267Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32152024-04-30T22:21:06.267Z Documenting serde-big-array v0.5.1
32162024-04-30T22:21:06.267Zwarning: unresolved link to `test_sled_transitions`
32172024-04-30T22:21:06.267Z --> nexus/db-queries/src/db/datastore/sled.rs:636:11
32182024-04-30T22:21:06.267Z |
32192024-04-30T22:21:06.268Z636 | /// [`test_sled_transitions`].
32202024-04-30T22:21:06.268Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
32212024-04-30T22:21:06.268Z |
32222024-04-30T22:21:06.268Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32232024-04-30T22:21:06.268Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32242024-04-30T22:21:06.268Z
32252024-04-30T22:21:06.268Zwarning: unresolved link to `test_sled_transitions`
32262024-04-30T22:21:06.268Z --> nexus/db-queries/src/db/datastore/sled.rs:672:11
32272024-04-30T22:21:06.268Z |
32282024-04-30T22:21:06.268Z672 | /// [`test_sled_transitions`].
32292024-04-30T22:21:06.268Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
32302024-04-30T22:21:06.268Z |
32312024-04-30T22:21:06.268Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32322024-04-30T22:21:06.268Z
32332024-04-30T22:21:06.269Zwarning: unresolved link to `DataStore::update_tuf_repo_description_insert`
32342024-04-30T22:21:06.269Z --> nexus/db-queries/src/db/datastore/update.rs:28:27
32352024-04-30T22:21:06.269Z |
32362024-04-30T22:21:06.269Z28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`].
32372024-04-30T22:21:06.269Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert`
32382024-04-30T22:21:06.269Z
32392024-04-30T22:21:06.785Z Documenting rtoolbox v0.0.1
32402024-04-30T22:21:07.240Z Documenting unicode-linebreak v0.1.5
32412024-04-30T22:21:07.933Z Documenting smawk v0.3.1
32422024-04-30T22:21:09.044Z Documenting http-range v0.1.5
32432024-04-30T22:21:09.454Z Documenting is_ci v1.2.0
32442024-04-30T22:21:10.351Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
32452024-04-30T22:21:11.077Z Documenting rpassword v7.3.1
32462024-04-30T22:21:12.062Z Documenting textwrap v0.16.1
32472024-04-30T22:21:13.178Z Documenting hyper-staticfile v0.9.5
32482024-04-30T22:21:13.513Z Documenting supports-color v3.0.0
32492024-04-30T22:21:15.235Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32502024-04-30T22:21:15.393Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32512024-04-30T22:21:16.390Z Documenting tui-tree-widget v0.19.0
32522024-04-30T22:21:17.698Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32532024-04-30T22:21:18.398Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32542024-04-30T22:21:24.508Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32552024-04-30T22:21:24.652Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32562024-04-30T22:21:24.652Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32572024-04-30T22:21:24.688Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32582024-04-30T22:21:24.688Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32592024-04-30T22:21:24.688Z Documenting signal-hook-tokio v0.3.1
32602024-04-30T22:21:24.689Z Documenting memmap2 v0.7.1
32612024-04-30T22:21:24.689Zwarning: `nexus-db-queries` (lib doc) generated 3 warnings
32622024-04-30T22:21:24.689Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32632024-04-30T22:21:25.276Z Documenting constant_time_eq v0.3.0
32642024-04-30T22:21:27.622Z Documenting arrayvec v0.7.4
32652024-04-30T22:21:28.114Z Documenting shell-words v1.1.0
32662024-04-30T22:21:28.312Z Documenting arrayref v0.3.7
32672024-04-30T22:21:28.573Z Documenting corncobs v0.1.3
32682024-04-30T22:21:30.897Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32692024-04-30T22:21:31.428Z Documenting blake3 v1.5.0
32702024-04-30T22:21:31.698Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32712024-04-30T22:21:31.746Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32722024-04-30T22:21:31.927Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32732024-04-30T22:21:33.898Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32742024-04-30T22:21:36.121Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32752024-04-30T22:21:36.340Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32762024-04-30T22:21:40.954Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32772024-04-30T22:21:48.839Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32782024-04-30T22:21:49.236Zwarning: unclosed HTML tag `usize`
32792024-04-30T22:21:49.236Z --> wicket/src/ui/panes/update.rs:153:19
32802024-04-30T22:21:49.236Z |
32812024-04-30T22:21:49.236Z153 | /// TODO: The <usize> generic parameter is carried over from earlier versions
32822024-04-30T22:21:49.236Z | ^^^^^^^
32832024-04-30T22:21:49.237Z |
32842024-04-30T22:21:49.237Z = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
32852024-04-30T22:21:49.237Z
32862024-04-30T22:21:50.589Zwarning: `wicket` (lib doc) generated 1 warning
32872024-04-30T22:21:50.605Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32882024-04-30T22:21:51.858Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32892024-04-30T22:21:53.771Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32902024-04-30T22:21:55.522Zwarning: unresolved link to `BlueprintDisksConfig`
32912024-04-30T22:21:55.522Z --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:1052:55
32922024-04-30T22:21:55.522Z |
32932024-04-30T22:21:55.522Z1052 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`]
32942024-04-30T22:21:55.522Z | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope
32952024-04-30T22:21:55.522Z |
32962024-04-30T22:21:55.522Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32972024-04-30T22:21:55.523Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32982024-04-30T22:21:55.523Z
32992024-04-30T22:21:56.563Zwarning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning
33002024-04-30T22:21:56.574Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c)
33012024-04-30T22:22:00.934Z Documenting fatfs v0.3.6
33022024-04-30T22:22:01.168Z Documenting topological-sort v0.2.2
33032024-04-30T22:22:01.662Z Documenting assert_matches v1.5.0
33042024-04-30T22:22:04.755Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33052024-04-30T22:22:05.250Z Documenting omicron-zone-package v0.11.0
33062024-04-30T22:22:06.358Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33072024-04-30T22:22:07.387Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
33082024-04-30T22:22:07.388Z --> sled-agent/src/sim/instance.rs:46:7
33092024-04-30T22:22:07.388Z |
33102024-04-30T22:22:07.388Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
33112024-04-30T22:22:07.388Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
33122024-04-30T22:22:07.389Z |
33132024-04-30T22:22:07.389Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
33142024-04-30T22:22:07.389Z
33152024-04-30T22:22:11.267Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
33162024-04-30T22:22:11.273Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33172024-04-30T22:22:12.917Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33182024-04-30T22:22:13.837Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
33192024-04-30T22:22:13.957Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
33202024-04-30T22:22:15.346Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33212024-04-30T22:22:15.621Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
33222024-04-30T22:22:16.314Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
33232024-04-30T22:22:16.326Z Documenting termios v0.3.3
33242024-04-30T22:22:19.526Z Documenting uzers v0.11.3
33252024-04-30T22:22:20.736Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33262024-04-30T22:22:24.163Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33272024-04-30T22:22:28.514Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33282024-04-30T22:22:29.975Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33292024-04-30T22:22:33.984Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33302024-04-30T22:22:45.107Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33312024-04-30T22:22:55.397Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33322024-04-30T22:23:13.327Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33332024-04-30T22:23:13.758Z Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
33342024-04-30T22:23:13.759Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
33352024-04-30T22:23:14.944Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33362024-04-30T22:23:15.369Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33372024-04-30T22:23:16.392Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33382024-04-30T22:23:26.803Zwarning: unresolved link to `Nexus`
33392024-04-30T22:23:26.804Z --> nexus/src/app/instance_network.rs:280:34
33402024-04-30T22:23:26.804Z |
33412024-04-30T22:23:26.804Z280 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for
33422024-04-30T22:23:26.804Z | ^^^^^ no item named `Nexus` in scope
33432024-04-30T22:23:26.805Z |
33442024-04-30T22:23:26.805Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
33452024-04-30T22:23:26.805Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
33462024-04-30T22:23:26.805Z
33472024-04-30T22:23:26.835Zwarning: unresolved link to `Nexus`
33482024-04-30T22:23:26.835Z --> nexus/src/app/instance_network.rs:458:34
33492024-04-30T22:23:26.835Z |
33502024-04-30T22:23:26.835Z458 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for
33512024-04-30T22:23:26.835Z | ^^^^^ no item named `Nexus` in scope
33522024-04-30T22:23:26.835Z |
33532024-04-30T22:23:26.835Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
33542024-04-30T22:23:26.836Z
33552024-04-30T22:23:26.836Zwarning: unresolved link to `VolumeConstructionRequest`
33562024-04-30T22:23:26.836Z --> nexus/src/app/sagas/volume_delete.rs:338:7
33572024-04-30T22:23:26.836Z |
33582024-04-30T22:23:26.836Z338 | /// [`VolumeConstructionRequest`] is shown here):
33592024-04-30T22:23:26.836Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
33602024-04-30T22:23:26.836Z |
33612024-04-30T22:23:26.837Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
33622024-04-30T22:23:26.837Z
33632024-04-30T22:23:26.837Zwarning: unresolved link to `fd00:1122:3344:101::5`
33642024-04-30T22:23:26.837Z --> nexus/src/app/sagas/volume_delete.rs:348:17
33652024-04-30T22:23:26.837Z |
33662024-04-30T22:23:26.838Z348 | /// "[fd00:1122:3344:101::5]:1000",
33672024-04-30T22:23:26.838Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33682024-04-30T22:23:26.838Z
33692024-04-30T22:23:26.839Zwarning: unresolved link to `fd00:1122:3344:102::9`
33702024-04-30T22:23:26.839Z --> nexus/src/app/sagas/volume_delete.rs:349:17
33712024-04-30T22:23:26.839Z |
33722024-04-30T22:23:26.839Z349 | /// "[fd00:1122:3344:102::9]:1000",
33732024-04-30T22:23:26.839Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33742024-04-30T22:23:26.839Z
33752024-04-30T22:23:26.840Zwarning: unresolved link to `fd00:1122:3344:103::2`
33762024-04-30T22:23:26.840Z --> nexus/src/app/sagas/volume_delete.rs:350:17
33772024-04-30T22:23:26.840Z |
33782024-04-30T22:23:26.840Z350 | /// "[fd00:1122:3344:103::2]:1000"
33792024-04-30T22:23:26.840Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33802024-04-30T22:23:26.840Z
33812024-04-30T22:23:26.840Zwarning: unresolved link to `fd00:1122:3344:101::5`
33822024-04-30T22:23:26.841Z --> nexus/src/app/sagas/volume_delete.rs:369:17
33832024-04-30T22:23:26.841Z |
33842024-04-30T22:23:26.841Z369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
33852024-04-30T22:23:26.841Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33862024-04-30T22:23:26.841Z
33872024-04-30T22:23:26.841Zwarning: unresolved link to `fd00:1122:3344:102::9`
33882024-04-30T22:23:26.841Z --> nexus/src/app/sagas/volume_delete.rs:370:17
33892024-04-30T22:23:26.841Z |
33902024-04-30T22:23:26.841Z370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
33912024-04-30T22:23:26.841Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33922024-04-30T22:23:26.841Z
33932024-04-30T22:23:26.842Zwarning: unresolved link to `fd00:1122:3344:103::2`
33942024-04-30T22:23:26.842Z --> nexus/src/app/sagas/volume_delete.rs:371:17
33952024-04-30T22:23:26.842Z |
33962024-04-30T22:23:26.842Z371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
33972024-04-30T22:23:26.843Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33982024-04-30T22:23:26.843Z
33992024-04-30T22:23:33.241Zwarning: `omicron-nexus` (lib doc) generated 9 warnings
34002024-04-30T22:23:45.328Z Finished dev [unoptimized + debuginfo] target(s) in 11m 27s
34012024-04-30T22:23:45.404Z Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html
34022024-04-30T22:23:45.404Z Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html
34032024-04-30T22:23:45.404Z Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html
34042024-04-30T22:23:45.404Z Generated /work/oxidecomputer/omicron/target/doc/caboose_util/index.html
34052024-04-30T22:23:45.405Z Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html
34062024-04-30T22:23:45.405Z Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html
34072024-04-30T22:23:45.405Z Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html
34082024-04-30T22:23:45.431Z Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html
34092024-04-30T22:23:45.431Z Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html
34102024-04-30T22:23:45.431Z Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html
34112024-04-30T22:23:45.431Z Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html
34122024-04-30T22:23:45.432Z Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html
34132024-04-30T22:23:45.432Z Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html
34142024-04-30T22:23:45.432Z Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html
34152024-04-30T22:23:45.432Z Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html
34162024-04-30T22:23:45.432Z Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html
34172024-04-30T22:23:45.432Z Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html
34182024-04-30T22:23:45.432Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html
34192024-04-30T22:23:45.432Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html
34202024-04-30T22:23:45.432Z Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html
34212024-04-30T22:23:45.432Z Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html
34222024-04-30T22:23:45.432Z Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html
34232024-04-30T22:23:45.432Z Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html
34242024-04-30T22:23:45.432Z Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html
34252024-04-30T22:23:45.432Z Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html
34262024-04-30T22:23:45.432Z Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html
34272024-04-30T22:23:45.432Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html
34282024-04-30T22:23:45.433Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html
34292024-04-30T22:23:45.433Z Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html
34302024-04-30T22:23:45.433Z Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html
34312024-04-30T22:23:45.433Z Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html
34322024-04-30T22:23:45.433Z Generated /work/oxidecomputer/omicron/target/doc/nexus_metrics_producer_gc/index.html
34332024-04-30T22:23:45.433Z Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html
34342024-04-30T22:23:45.433Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html
34352024-04-30T22:23:45.433Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html
34362024-04-30T22:23:45.433Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html
34372024-04-30T22:23:45.433Z Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html
34382024-04-30T22:23:45.433Z Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html
34392024-04-30T22:23:45.433Z Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html
34402024-04-30T22:23:45.433Z Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html
34412024-04-30T22:23:45.434Z Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html
34422024-04-30T22:23:45.434Z Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html
34432024-04-30T22:23:45.434Z Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html
34442024-04-30T22:23:45.434Z Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html
34452024-04-30T22:23:45.434Z Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html
34462024-04-30T22:23:45.434Z Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html
34472024-04-30T22:23:45.434Z Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html
34482024-04-30T22:23:45.434Z Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html
34492024-04-30T22:23:45.434Z Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html
34502024-04-30T22:23:45.434Z Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html
34512024-04-30T22:23:45.434Z Generated /work/oxidecomputer/omicron/target/doc/falcon_runner/index.html
34522024-04-30T22:23:45.434Z Generated /work/oxidecomputer/omicron/target/doc/falcon_runner_cli/index.html
34532024-04-30T22:23:45.435Z Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html
34542024-04-30T22:23:45.435Z Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html
34552024-04-30T22:23:45.435Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
34562024-04-30T22:23:45.435Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html
34572024-04-30T22:23:45.435Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html
34582024-04-30T22:23:45.435Z Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html
34592024-04-30T22:23:45.435Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
34602024-04-30T22:23:45.435Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html
34612024-04-30T22:23:45.435Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html
34622024-04-30T22:23:45.435Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html
34632024-04-30T22:23:45.435Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html
34642024-04-30T22:23:45.435Z Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html
34652024-04-30T22:23:45.435Z Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html
34662024-04-30T22:23:45.436Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html
34672024-04-30T22:23:45.436Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html
34682024-04-30T22:23:45.436Z Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html
34692024-04-30T22:23:45.436Z Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html
34702024-04-30T22:23:45.436Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html
34712024-04-30T22:23:45.436Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html
34722024-04-30T22:23:45.437Z Generated /work/oxidecomputer/omicron/target/doc/typed_rng/index.html
34732024-04-30T22:23:45.437Z Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html
34742024-04-30T22:23:45.437Z Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html
34752024-04-30T22:23:45.437Z Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html
34762024-04-30T22:23:45.437Z Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html
34772024-04-30T22:23:45.437Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html
34782024-04-30T22:23:45.437Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html
34792024-04-30T22:23:45.438Z Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html
34802024-04-30T22:23:45.438Z Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html
34812024-04-30T22:23:45.438Z Generated /work/oxidecomputer/omicron/target/doc/zone_setup/index.html
34822024-04-30T22:23:45.446Z
34832024-04-30T22:23:45.446Zreal 11:27.758038447
34842024-04-30T22:23:45.446Zuser 32:56.078372181
34852024-04-30T22:23:45.446Zsys 48:01.926823204
34862024-04-30T22:23:45.446Ztrap 0.901442487
34872024-04-30T22:23:45.446Ztflt 0.119437131
34882024-04-30T22:23:45.447Zdflt 0.698972096
34892024-04-30T22:23:45.447Zkflt 0.000094250
34902024-04-30T22:23:45.447Zlock 3:12:09.571608538
34912024-04-30T22:23:45.447Zslp 3:12:33.025508402
34922024-04-30T22:23:45.447Zlat 4:14.264359878
34932024-04-30T22:23:45.447Zstop 1:46.161944207
34942024-04-30T22:23:45.447Zprocess exited: duration 1534713 ms, exit code 0
 
34952024-04-30T22:23:45.460Zfound 0 output files