01HRTWGX7ERZQY5VZGE5QQ6BYX: 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: 01HRTWHR8J8CQAH4YD3C16B83P

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-03-13T03:11:28.237Zjob assigned to worker 01HRTWHZF8C32M5F8M8ZG7PT5M (queued for 2 m 27 s)
 
22024-03-13T03:11:35.478Zstarting task 0: "setup"
32024-03-13T03:11:35.546Z++ uname -s
42024-03-13T03:11:35.560Z+ kern=SunOS
52024-03-13T03:11:35.560Z+ case "$kern" in
62024-03-13T03:11:35.561Z+ groupadd -g 12345 build
72024-03-13T03:11:35.561Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-03-13T03:11:37.558Z+ zfs create -o mountpoint=/work rpool/work
92024-03-13T03:11:37.697Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-03-13T03:11:37.701Z+ home_fs=zfs
112024-03-13T03:11:37.701Z+ [[ zfs == autofs ]]
122024-03-13T03:11:37.701Z+ mkdir -p /home/build
132024-03-13T03:11:37.701Z+ chown build:build /home/build /work
142024-03-13T03:11:39.705Z+ chmod 0700 /home/build /work
152024-03-13T03:11:39.722Zprocess exited: duration 4232 ms, exit code 0
 
162024-03-13T03:11:39.735Zstarting task 1: "rust-toolchain"
172024-03-13T03:11:39.742Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-03-13T03:11:39.745Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-03-13T03:11:39.906Zinfo: downloading installer
202024-03-13T03:11:41.729Zwarning: it looks like you have an existing installation of Rust at:
212024-03-13T03:11:41.730Zwarning: /opt/ooce/bin
222024-03-13T03:11:41.730Zwarning: It is recommended that rustup be the primary Rust installation.
232024-03-13T03:11:41.730Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-03-13T03:11:41.730Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-03-13T03:11:41.730Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-03-13T03:11:41.730Zwarning: or pass `-y' to ignore all ignorable checks.
272024-03-13T03:11:41.730Zerror: cannot install while Rust is installed
282024-03-13T03:11:41.730Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-03-13T03:11:41.802Zinfo: profile set to 'default'
302024-03-13T03:11:41.802Zinfo: default host triple is x86_64-unknown-illumos
312024-03-13T03:11:41.814Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-03-13T03:11:41.971Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-03-13T03:11:41.971Zinfo: downloading component 'cargo'
342024-03-13T03:11:43.331Zinfo: downloading component 'clippy'
352024-03-13T03:11:43.342Zinfo: downloading component 'rust-docs'
362024-03-13T03:11:44.407Zinfo: downloading component 'rust-std'
372024-03-13T03:11:46.898Zinfo: downloading component 'rustc'
382024-03-13T03:11:52.030Zinfo: downloading component 'rustfmt'
392024-03-13T03:11:52.050Zinfo: installing component 'cargo'
402024-03-13T03:11:52.754Zinfo: installing component 'clippy'
412024-03-13T03:11:53.099Zinfo: installing component 'rust-docs'
422024-03-13T03:11:54.543Zinfo: installing component 'rust-std'
432024-03-13T03:11:56.303Zinfo: installing component 'rustc'
442024-03-13T03:12:00.378Zinfo: installing component 'rustfmt'
452024-03-13T03:12:01.150Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-03-13T03:12:01.150Z
472024-03-13T03:12:01.172Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-03-13T03:12:01.172Z
492024-03-13T03:12:01.172Z
502024-03-13T03:12:01.172ZRust is installed now. Great!
512024-03-13T03:12:01.172Z
522024-03-13T03:12:01.172ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-03-13T03:12:01.173Zenvironment variable. This has not been done automatically.
542024-03-13T03:12:01.173Z
552024-03-13T03:12:01.173ZTo configure your current shell, you need to source
562024-03-13T03:12:01.173Zthe corresponding env file under $HOME/.cargo.
572024-03-13T03:12:01.173Z
582024-03-13T03:12:01.173ZThis is usually done by running one of the following (note the leading DOT):
592024-03-13T03:12:01.173Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-03-13T03:12:01.173Zsource "$HOME/.cargo/env.fish" # For fish
612024-03-13T03:12:01.173Z+ rustc --version
622024-03-13T03:12:01.197Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-03-13T03:12:01.197Zprocess exited: duration 21429 ms, exit code 0
 
642024-03-13T03:12:01.656Zstarting task 2: "authentication"
652024-03-13T03:12:01.695ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
662024-03-13T03:12:06.133Zprocess exited: duration 4479 ms, exit code 0
 
672024-03-13T03:12:06.159Zstarting task 3: "clone repository"
682024-03-13T03:12:06.174Z+ mkdir -p /work/oxidecomputer/omicron
692024-03-13T03:12:06.174Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
702024-03-13T03:12:06.541ZCloning into '/work/oxidecomputer/omicron'...
712024-03-13T03:12:11.252Z+ cd /work/oxidecomputer/omicron
722024-03-13T03:12:11.263Z+ git fetch origin 975c29a6807d6c6e4ca5141a26dc316f5f4fb64a
732024-03-13T03:12:11.564ZFrom https://github.com/oxidecomputer/omicron
742024-03-13T03:12:11.564Z * branch 975c29a6807d6c6e4ca5141a26dc316f5f4fb64a -> FETCH_HEAD
752024-03-13T03:12:12.026Z+ [[ -n renovate/regress-0.x ]]
762024-03-13T03:12:12.026Z++ git branch --show-current
772024-03-13T03:12:12.026Z+ current=main
782024-03-13T03:12:12.027Z+ [[ main != renovate/regress-0.x ]]
792024-03-13T03:12:12.027Z+ git branch -f renovate/regress-0.x 975c29a6807d6c6e4ca5141a26dc316f5f4fb64a
802024-03-13T03:12:12.027Z+ git checkout -f renovate/regress-0.x
812024-03-13T03:12:12.027ZSwitched to branch 'renovate/regress-0.x'
822024-03-13T03:12:12.027Z+ git reset --hard 975c29a6807d6c6e4ca5141a26dc316f5f4fb64a
832024-03-13T03:12:12.027ZHEAD is now at 975c29a68 chore(deps): update rust crate regress to 0.9.0
842024-03-13T03:12:12.027Zprocess exited: duration 5549 ms, exit code 0
 
852024-03-13T03:12:12.204Zstarting task 4: "build"
862024-03-13T03:12:12.228Z+ cargo --version
872024-03-13T03:12:12.228Zinfo: syncing channel updates for '1.76.0-x86_64-unknown-illumos'
882024-03-13T03:12:12.248Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
892024-03-13T03:12:12.248Zinfo: downloading component 'cargo'
902024-03-13T03:12:12.989Zinfo: downloading component 'clippy'
912024-03-13T03:12:13.210Zinfo: downloading component 'rust-docs'
922024-03-13T03:12:14.108Zinfo: downloading component 'rust-std'
932024-03-13T03:12:15.563Zinfo: downloading component 'rustc'
942024-03-13T03:12:19.223Zinfo: downloading component 'rustfmt'
952024-03-13T03:12:19.436Zinfo: installing component 'cargo'
962024-03-13T03:12:20.316Zinfo: installing component 'clippy'
972024-03-13T03:12:20.658Zinfo: installing component 'rust-docs'
982024-03-13T03:12:22.093Zinfo: installing component 'rust-std'
992024-03-13T03:12:23.978Zinfo: installing component 'rustc'
1002024-03-13T03:12:28.079Zinfo: installing component 'rustfmt'
1012024-03-13T03:12:28.485Zcargo 1.76.0 (c84b36747 2024-01-18)
1022024-03-13T03:12:28.503Z+ rustc --version
1032024-03-13T03:12:28.565Zrustc 1.76.0 (07dca489a 2024-02-04)
1042024-03-13T03:12:28.574Z+ source ./env.sh
1052024-03-13T03:12:28.574Z++ set -o xtrace
1062024-03-13T03:12:28.574Z++++ dirname ./env.sh
1072024-03-13T03:12:28.575Z+++ readlink -f .
1082024-03-13T03:12:28.575Z++ OMICRON_WS=/work/oxidecomputer/omicron
1092024-03-13T03:12:28.575Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102024-03-13T03:12:28.575Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112024-03-13T03:12:28.575Z++ 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
1122024-03-13T03:12:28.575Z++ 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
1132024-03-13T03:12:28.575Z++ 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
1142024-03-13T03:12:28.575Z++ 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
1152024-03-13T03:12:28.575Z++ 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
1162024-03-13T03:12:28.575Z++ 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
1172024-03-13T03:12:28.576Z++ unset OMICRON_WS
1182024-03-13T03:12:28.576Z++ set +o xtrace
1192024-03-13T03:12:28.576Z
1202024-03-13T03:12:28.576Z ##### ##### ###### ##### ###### #### # # # #### #
1212024-03-13T03:12:28.576Z # # # # # # # # # # # # # # #
1222024-03-13T03:12:28.576Z # # # # ##### # # ##### # # # # # #### #
1232024-03-13T03:12:28.576Z ##### ##### # ##### # # # # # # # # #
1242024-03-13T03:12:28.576Z # # # # # # # # # # # # # # #
1252024-03-13T03:12:28.576Z # # # ###### # # ###### ### # #### # #### #
1262024-03-13T03:12:28.577Z
1272024-03-13T03:12:38.506Z Startup: Refreshing catalog 'helios-dev' ... Done
1282024-03-13T03:12:39.860Z Startup: Caching catalogs ... Done
1292024-03-13T03:12:41.162ZPlanning: Solver setup ... Done (0.938s)
1302024-03-13T03:12:41.180ZPlanning: Running solver ... Done (0.019s)
1312024-03-13T03:12:41.240ZPlanning: Finding local manifests ... Done (0.034s)
1322024-03-13T03:12:41.268ZPlanning: Fetching manifests: 0/4 0% complete
1332024-03-13T03:12:42.013ZPlanning: Fetching manifests: 4/4 100% complete
1342024-03-13T03:12:42.065ZPlanning: Package planning ... Done (0.050s)
1352024-03-13T03:12:42.122ZPlanning: Merging actions ... Done (0.052s)
1362024-03-13T03:12:42.665ZPlanning: Checking for conflicting actions ... Done (0.537s)
1372024-03-13T03:12:42.677ZPlanning: Consolidating action changes ... Done (0.011s)
1382024-03-13T03:12:48.932ZPlanning: Evaluating mediators ... Done (6.269s)
1392024-03-13T03:12:48.941ZPlanning: Planning completed in 9.03 seconds
1402024-03-13T03:12:48.956Z Packages to install: 4
1412024-03-13T03:12:48.956Z Mediators to change: 2
1422024-03-13T03:12:48.960Z Services to change: 1
1432024-03-13T03:12:48.960Z Estimated space available: 155.32 GB
1442024-03-13T03:12:48.960ZEstimated space to be consumed: 1.42 GB
1452024-03-13T03:12:48.960Z Create boot environment: No
1462024-03-13T03:12:48.960ZCreate backup boot environment: No
1472024-03-13T03:12:48.960Z Rebuild boot archive: No
1482024-03-13T03:12:48.960Z
1492024-03-13T03:12:48.960ZChanged mediators:
1502024-03-13T03:12:48.960Z mediator clang:
1512024-03-13T03:12:48.960Z version: None -> 15 (system default)
1522024-03-13T03:12:48.960Z
1532024-03-13T03:12:48.960Z mediator llvm:
1542024-03-13T03:12:48.960Z version: 14 (system default) -> 15 (system default)
1552024-03-13T03:12:48.960Z
1562024-03-13T03:12:48.960ZChanged packages:
1572024-03-13T03:12:48.960Zhelios-dev
1582024-03-13T03:12:48.960Z developer/build-essential
1592024-03-13T03:12:48.960Z None -> 11-2.0
1602024-03-13T03:12:48.960Z library/libxmlsec1
1612024-03-13T03:12:48.961Z None -> 1.2.35-2.0
1622024-03-13T03:12:48.961Z ooce/developer/clang-15
1632024-03-13T03:12:48.961Z None -> 15.0.7-2.0
1642024-03-13T03:12:48.961Z ooce/developer/llvm-15
1652024-03-13T03:12:48.961Z None -> 15.0.7-2.0
1662024-03-13T03:12:48.961Z
1672024-03-13T03:12:48.961ZServices:
1682024-03-13T03:12:48.961Z restart_fmri:
1692024-03-13T03:12:48.961Z svc:/system/update-man-index:default
1702024-03-13T03:12:49.120Z
1712024-03-13T03:12:49.120ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1722024-03-13T03:12:56.267ZDownload: 213/3290 items 1.3/212.6MB 0% complete (618k/s)
1732024-03-13T03:13:01.286ZDownload: 1188/3290 items 73.0/212.6MB 34% complete (7.2M/s)
1742024-03-13T03:13:06.294ZDownload: 1987/3290 items 118.7/212.6MB 55% complete (11.9M/s)
1752024-03-13T03:13:11.722ZDownload: 2384/3290 items 120.0/212.6MB 56% complete (5.5M/s)
1762024-03-13T03:13:16.307ZDownload: 2976/3290 items 121.2/212.6MB 57% complete (261k/s)
1772024-03-13T03:13:21.506ZDownload: 3243/3290 items 203.0/212.6MB 95% complete (8.8M/s)
1782024-03-13T03:13:24.802ZDownload: Completed 212.60 MB in 35.68 seconds (6.0M/s)
1792024-03-13T03:13:24.988Z Actions: 1/3689 actions (Installing new actions)
1802024-03-13T03:13:30.128Z Actions: 3593/3689 actions (Installing new actions)
1812024-03-13T03:13:30.137Z Actions: Completed 3689 actions in 5.15 seconds.
1822024-03-13T03:13:30.329Z Done (0.178s)
1832024-03-13T03:13:30.329Z Done (0.000s)
1842024-03-13T03:13:31.002Z Done (0.240s)
1852024-03-13T03:13:36.240Z Done (5.539s)
1862024-03-13T03:13:36.353Z Done (0.051s)
1872024-03-13T03:13:36.359Z Done (0.000s)
1882024-03-13T03:13:36.517Z Done (0.000s)
1892024-03-13T03:13:37.041ZPlanning: Evaluating mediator changes ... Done
1902024-03-13T03:13:37.208ZPlanning: Checking for conflicting actions ... Done
1912024-03-13T03:13:37.218ZPlanning: Consolidating action changes ... Done
1922024-03-13T03:13:37.481ZPlanning: Evaluating mediators ... Done
1932024-03-13T03:13:37.484ZPlanning: Planning completed in 0.44 seconds
1942024-03-13T03:13:37.515Z Mediators to change: 2
1952024-03-13T03:13:37.515Z Create boot environment: No
1962024-03-13T03:13:37.519ZCreate backup boot environment: No
1972024-03-13T03:13:37.624Z Done
1982024-03-13T03:13:37.624Z Done
1992024-03-13T03:13:37.767Z Done
2002024-03-13T03:13:41.863Z Done
2012024-03-13T03:13:42.292Z Done
2022024-03-13T03:13:42.292Z Done
2032024-03-13T03:13:42.292Z Done
2042024-03-13T03:13:42.320ZPlanning: Evaluating mediator changes ... Done
2052024-03-13T03:13:42.320ZPlanning: Merging actions ... Done
2062024-03-13T03:13:42.750ZPlanning: Checking for conflicting actions ... Done
2072024-03-13T03:13:42.751ZPlanning: Consolidating action changes ... Done
2082024-03-13T03:13:42.751ZPlanning: Evaluating mediators ... Done
2092024-03-13T03:13:43.202ZPlanning: Planning completed in 0.80 seconds
2102024-03-13T03:13:43.214Z Packages to change: 1
2112024-03-13T03:13:43.214Z Mediators to change: 1
2122024-03-13T03:13:43.214Z Services to change: 1
2132024-03-13T03:13:43.214Z Create boot environment: No
2142024-03-13T03:13:43.214ZCreate backup boot environment: Yes
2152024-03-13T03:13:44.707Z Actions: 1/6 actions (Updating modified actions)
2162024-03-13T03:13:44.781Z Actions: Completed 6 actions in 0.08 seconds.
2172024-03-13T03:13:44.798Z Done
2182024-03-13T03:13:44.798Z Done
2192024-03-13T03:13:45.264Z Done
2202024-03-13T03:13:48.555Z Done
2212024-03-13T03:13:48.639Z Done
2222024-03-13T03:13:48.650Z Done
2232024-03-13T03:13:48.758Z Done
2242024-03-13T03:13:49.614ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2252024-03-13T03:13:49.615Zclang system 15 system
2262024-03-13T03:13:49.615Zcsh system system illumos
2272024-03-13T03:13:49.615Zctags system system illumos
2282024-03-13T03:13:49.615Zgcc vendor 12 vendor
2292024-03-13T03:13:49.615Zgcc system 10 system
2302024-03-13T03:13:49.616Zgcc system 7 system
2312024-03-13T03:13:49.616Zgo system 1.20 system
2322024-03-13T03:13:49.616Zgo system 1.19 system
2332024-03-13T03:13:49.616Zllvm system 15 system
2342024-03-13T03:13:49.616Zllvm system 14 system
2352024-03-13T03:13:49.617Zmariadb system 10.6 system
2362024-03-13T03:13:49.617Zmta vendor vendor dma
2372024-03-13T03:13:49.617Zopenjdk system 17 system
2382024-03-13T03:13:49.618Zopenjdk system 11 system
2392024-03-13T03:13:49.618Zopenjdk system 1.8 system
2402024-03-13T03:13:49.618Zopenssl vendor 3 vendor
2412024-03-13T03:13:49.618Zperl system 5.36 system
2422024-03-13T03:13:49.619Zpostgresql system 15 system
2432024-03-13T03:13:49.619Zpostgresql system 13 system
2442024-03-13T03:13:49.619Zpython vendor 3 vendor
2452024-03-13T03:13:49.619Zpython system 2 system
2462024-03-13T03:13:49.619Zpython3 system 3.11 system
2472024-03-13T03:13:49.620Zruby system 3.0 system
2482024-03-13T03:13:49.620Zwords vendor vendor american-english
2492024-03-13T03:13:49.620Zwords system system australian-english
2502024-03-13T03:13:49.620Zwords system system british-english
2512024-03-13T03:13:49.620Zwords system system canadian-english
2522024-03-13T03:13:49.621Zwords system system french
2532024-03-13T03:13:49.621Zwords system system italian
2542024-03-13T03:13:49.621Zwords system system ngerman
2552024-03-13T03:13:49.621Zwords system system ogerman
2562024-03-13T03:13:49.622Zwords system system spanish
2572024-03-13T03:13:50.063ZPUBLISHER TYPE STATUS P LOCATION
2582024-03-13T03:13:50.063Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2592024-03-13T03:13:50.689ZFMRI IFO
2602024-03-13T03:13:50.689Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2612024-03-13T03:13:50.689Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2622024-03-13T03:13:50.689Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2632024-03-13T03:13:50.689Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2642024-03-13T03:13:50.690Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2652024-03-13T03:13:50.691Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2662024-03-13T03:13:50.692Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2672024-03-13T03:13:50.693Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2682024-03-13T03:13:50.693Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2692024-03-13T03:13:50.694Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2702024-03-13T03:13:50.695Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2712024-03-13T03:13:50.716Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2722024-03-13T03:13:50.942Z+ set -o errexit
2732024-03-13T03:13:50.961Z+++ dirname ./tools/ci_download_cockroachdb
2742024-03-13T03:13:50.961Z++ cd ./tools
2752024-03-13T03:13:50.961Z++ pwd
2762024-03-13T03:13:50.961Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2772024-03-13T03:13:50.961Z++ basename ./tools/ci_download_cockroachdb
2782024-03-13T03:13:50.961Z+ ARG0=ci_download_cockroachdb
2792024-03-13T03:13:50.962Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2802024-03-13T03:13:50.962Z+ CIDL_VERSION=v22.1.9
2812024-03-13T03:13:50.962Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2822024-03-13T03:13:50.962Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2832024-03-13T03:13:50.962Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2842024-03-13T03:13:50.963Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2852024-03-13T03:13:50.963Z+ TARGET_DIR=out
2862024-03-13T03:13:50.963Z+ DOWNLOAD_DIR=out/downloads
2872024-03-13T03:13:50.963Z+ DEST_DIR=./out/cockroachdb
2882024-03-13T03:13:50.963Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2892024-03-13T03:13:50.963Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2902024-03-13T03:13:50.964Z+ main
2912024-03-13T03:13:50.964Z+ [[ 0 != 0 ]]
2922024-03-13T03:13:50.964Z+ CIDL_OS=solaris2.11
2932024-03-13T03:13:50.964Z+ [[ 0 != 0 ]]
2942024-03-13T03:13:50.964Z+ configure_os solaris2.11
2952024-03-13T03:13:50.964Z+ echo 'current directory: /work/oxidecomputer/omicron'
2962024-03-13T03:13:50.964Z+ echo 'configuring based on OS: "solaris2.11"'
2972024-03-13T03:13:50.965Zcurrent directory: /work/oxidecomputer/omicron
2982024-03-13T03:13:50.965Zconfiguring based on OS: "solaris2.11"
2992024-03-13T03:13:50.965Z+ case "$1" in
3002024-03-13T03:13:50.965Z+ CIDL_BUILD=illumos
3012024-03-13T03:13:50.966Z+ CIDL_SUFFIX=tar.gz
3022024-03-13T03:13:50.966Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3032024-03-13T03:13:50.966Z+ CIDL_URL_BASE=https://illumos.org/downloads
3042024-03-13T03:13:50.966Z+ CIDL_ASSEMBLE=do_assemble_illumos
3052024-03-13T03:13:50.966Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
3062024-03-13T03:13:50.967Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
3072024-03-13T03:13:50.967Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3082024-03-13T03:13:50.967Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3092024-03-13T03:13:50.967Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3102024-03-13T03:13:50.967Z+ CIDL_SHA256FUNC=do_sha256sum
3112024-03-13T03:13:50.968Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3122024-03-13T03:13:50.968Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3132024-03-13T03:13:50.968ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3142024-03-13T03:13:50.968ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3152024-03-13T03:13:50.968Z+ mkdir -p out/downloads
3162024-03-13T03:13:50.969Z+ mkdir -p ./out/cockroachdb
3172024-03-13T03:13:50.969Z+ local DO_DOWNLOAD=true
3182024-03-13T03:13:50.969Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3192024-03-13T03:13:50.969Z+ '[' true == true ']'
3202024-03-13T03:13:50.969Z+ echo Downloading...
3212024-03-13T03:13:50.969ZDownloading...
3222024-03-13T03:13:50.969Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3232024-03-13T03:13:50.970Z+ 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
3242024-03-13T03:13:58.148Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3252024-03-13T03:13:58.157Z++ sha256sum
3262024-03-13T03:13:58.158Z++ awk '{print $1}'
3272024-03-13T03:13:58.210Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3282024-03-13T03:13:58.211Z+ [[ 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 ]]
3292024-03-13T03:13:58.222Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3302024-03-13T03:13:58.222Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3312024-03-13T03:14:00.394Z+ do_assemble_illumos
3322024-03-13T03:14:00.394Z+ rm -r ./out/cockroachdb
3332024-03-13T03:14:00.403Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3342024-03-13T03:14:00.820Z+ ./out/cockroachdb/bin/cockroach version
3352024-03-13T03:14:00.979ZBuild Tag: v22.1.9-dirty
3362024-03-13T03:14:00.979ZBuild Time: 2022/10/26 21:17:46
3372024-03-13T03:14:00.980ZDistribution: OSS
3382024-03-13T03:14:00.980ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3392024-03-13T03:14:00.980ZGo Version: go1.17.13
3402024-03-13T03:14:00.980ZC Compiler: gcc 10.3.0
3412024-03-13T03:14:00.980ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3422024-03-13T03:14:00.980ZBuild Type: release
3432024-03-13T03:14:01.002Z+ set -o errexit
3442024-03-13T03:14:01.003Z+++ dirname ./tools/ci_download_clickhouse
3452024-03-13T03:14:01.003Z++ cd ./tools
3462024-03-13T03:14:01.003Z++ pwd
3472024-03-13T03:14:01.003Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3482024-03-13T03:14:01.003Z++ basename ./tools/ci_download_clickhouse
3492024-03-13T03:14:01.466Z+ ARG0=ci_download_clickhouse
3502024-03-13T03:14:01.466Z+ TARGET_DIR=out
3512024-03-13T03:14:01.466Z+ DOWNLOAD_DIR=out/downloads
3522024-03-13T03:14:01.466Z+ DEST_DIR=./out/clickhouse
3532024-03-13T03:14:01.466Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3542024-03-13T03:14:01.466Z+ CIDL_VERSION=v23.8.7.24
3552024-03-13T03:14:01.466Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3562024-03-13T03:14:01.466Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3572024-03-13T03:14:01.467Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3582024-03-13T03:14:01.467Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3592024-03-13T03:14:01.467Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3602024-03-13T03:14:01.467Z+ main
3612024-03-13T03:14:01.467Z+ [[ 0 != 0 ]]
3622024-03-13T03:14:01.467Z+ CIDL_OS=solaris2.11
3632024-03-13T03:14:01.467Z+ [[ 0 != 0 ]]
3642024-03-13T03:14:01.467Z+ configure_os solaris2.11
3652024-03-13T03:14:01.467Z+ echo 'current directory: /work/oxidecomputer/omicron'
3662024-03-13T03:14:01.467Zcurrent directory: /work/oxidecomputer/omicron
3672024-03-13T03:14:01.468Z+ echo 'configuring based on OS: "solaris2.11"'
3682024-03-13T03:14:01.468Z+ CIDL_DASHREV=
3692024-03-13T03:14:01.468Zconfiguring based on OS: "solaris2.11"
3702024-03-13T03:14:01.468Z+ case "$1" in
3712024-03-13T03:14:01.468Z+ CIDL_PLATFORM=illumos
3722024-03-13T03:14:01.468Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3732024-03-13T03:14:01.468Z+ CIDL_MD5FUNC=do_md5sum
3742024-03-13T03:14:01.468Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3752024-03-13T03:14:01.468Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3762024-03-13T03:14:01.468Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3772024-03-13T03:14:01.469Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3782024-03-13T03:14:01.469Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3792024-03-13T03:14:01.469ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3802024-03-13T03:14:01.469Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3812024-03-13T03:14:01.469ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3822024-03-13T03:14:01.469Z+ mkdir -p out/downloads
3832024-03-13T03:14:01.469Z+ mkdir -p ./out/clickhouse
3842024-03-13T03:14:01.469Z+ local DO_DOWNLOAD=true
3852024-03-13T03:14:01.469Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3862024-03-13T03:14:01.469Z+ '[' true == true ']'
3872024-03-13T03:14:01.470Z+ echo Downloading...
3882024-03-13T03:14:01.470ZDownloading...
3892024-03-13T03:14:01.470Z+ 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
3902024-03-13T03:14:01.470Z+ 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
3912024-03-13T03:14:02.735Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3922024-03-13T03:14:02.746Z++ md5sum
3932024-03-13T03:14:02.746Z++ awk '{print $1}'
3942024-03-13T03:14:02.957Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3952024-03-13T03:14:02.957Z+ [[ 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 ]]
3962024-03-13T03:14:02.976Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3972024-03-13T03:14:02.977Z+ mkdir -p ./out/clickhouse
3982024-03-13T03:14:02.977Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3992024-03-13T03:14:06.768Z+ [[ solaris2.11 == darwin* ]]
4002024-03-13T03:14:06.768Z+ ./out/clickhouse/clickhouse server --version
4012024-03-13T03:14:06.916ZClickHouse server version 23.8.7.1.
4022024-03-13T03:14:06.936Z+ set -o errexit
4032024-03-13T03:14:06.951Z+++ dirname ./tools/ci_download_console
4042024-03-13T03:14:06.951Z++ cd ./tools
4052024-03-13T03:14:06.951Z++ pwd
4062024-03-13T03:14:06.951Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4072024-03-13T03:14:06.951Z++ basename ./tools/ci_download_console
4082024-03-13T03:14:06.952Z+ ARG0=ci_download_console
4092024-03-13T03:14:06.952Z+ TARGET_DIR=out
4102024-03-13T03:14:06.952Z+ DOWNLOAD_DIR=out/downloads
4112024-03-13T03:14:06.952Z+ DEST_DIR=./out/console-assets
4122024-03-13T03:14:06.953Z+ source /work/oxidecomputer/omicron/tools/console_version
4132024-03-13T03:14:06.953Z++ COMMIT=784e8aac273dc282b6218994d09042aa5928a198
4142024-03-13T03:14:06.953Z++ SHA2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8
4152024-03-13T03:14:06.953Z+ URL=https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz
4162024-03-13T03:14:06.953Z+ TARBALL_FILE=out/downloads/console.tar.gz
4172024-03-13T03:14:06.953Z+ main
4182024-03-13T03:14:06.954Z+ [[ 0 != 0 ]]
4192024-03-13T03:14:06.954Z+ echo 'URL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz'
4202024-03-13T03:14:06.954ZURL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz
4212024-03-13T03:14:06.954Z+ echo 'Local file: out/downloads/console.tar.gz'
4222024-03-13T03:14:06.954ZLocal file: out/downloads/console.tar.gz
4232024-03-13T03:14:06.954Z+ local DO_DOWNLOAD=true
4242024-03-13T03:14:06.954Z+ [[ -f out/downloads/console.tar.gz ]]
4252024-03-13T03:14:06.954Z+ mkdir -p out/downloads
4262024-03-13T03:14:06.954Z+ '[' true == true ']'
4272024-03-13T03:14:06.954Z+ echo Downloading...
4282024-03-13T03:14:06.955ZDownloading...
4292024-03-13T03:14:06.955Z+ do_download_curl https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz out/downloads/console.tar.gz
4302024-03-13T03:14:06.955Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz
4312024-03-13T03:14:07.456Z++ do_sha256sum out/downloads/console.tar.gz
4322024-03-13T03:14:07.456Z++ case "$OSTYPE" in
4332024-03-13T03:14:07.459Z++ SHA=sha256sum
4342024-03-13T03:14:07.459Z++ sha256sum
4352024-03-13T03:14:07.459Z++ awk '{print $1}'
4362024-03-13T03:14:07.466Z+ calculated_sha2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8
4372024-03-13T03:14:07.470Z+ [[ b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8 != \b\5\a\f\d\1\2\4\3\e\4\0\e\8\6\d\3\a\7\7\9\f\0\8\9\f\e\6\1\e\d\9\c\b\3\f\b\b\d\6\d\5\9\e\5\4\7\e\5\2\2\a\5\9\c\1\b\0\e\4\b\7\d\8 ]]
4382024-03-13T03:14:07.470Z+ rm -rf ./out/console-assets
4392024-03-13T03:14:07.470Z+ mkdir -p ./out/console-assets
4402024-03-13T03:14:07.471Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4412024-03-13T03:14:07.471Z+ mkdir -p ./out/console-assets
4422024-03-13T03:14:07.474Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4432024-03-13T03:14:07.568Z+ set -o errexit
4442024-03-13T03:14:07.574Z+++ dirname ./tools/ci_download_maghemite_openapi
4452024-03-13T03:14:07.574Z++ cd ./tools
4462024-03-13T03:14:07.574Z++ pwd
4472024-03-13T03:14:07.575Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4482024-03-13T03:14:07.575Z++ basename ./tools/ci_download_maghemite_openapi
4492024-03-13T03:14:07.575Z+ ARG0=ci_download_maghemite_openapi
4502024-03-13T03:14:07.575Z+ TARGET_DIR=out
4512024-03-13T03:14:07.575Z+ DOWNLOAD_DIR=out/downloads
4522024-03-13T03:14:07.575Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4532024-03-13T03:14:07.575Z++ COMMIT=ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba
4542024-03-13T03:14:07.575Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4552024-03-13T03:14:07.576Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json
4562024-03-13T03:14:07.576Z+ LOCAL_FILE=out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json
4572024-03-13T03:14:07.576Z+ main
4582024-03-13T03:14:07.576Z+ rm -rf out/downloads/root
4592024-03-13T03:14:07.582Z+ [[ 0 != 0 ]]
4602024-03-13T03:14:07.582Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json'
4612024-03-13T03:14:07.582ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json
4622024-03-13T03:14:07.582Z+ echo 'Local file: out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json'
4632024-03-13T03:14:07.582ZLocal file: out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json
4642024-03-13T03:14:07.582Z+ local DO_DOWNLOAD=true
4652024-03-13T03:14:07.582Z+ [[ -f out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json ]]
4662024-03-13T03:14:07.582Z+ mkdir -p out/downloads
4672024-03-13T03:14:07.582Z+ '[' true == true ']'
4682024-03-13T03:14:07.582Z+ echo Downloading...
4692024-03-13T03:14:07.583ZDownloading...
4702024-03-13T03:14:07.583Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json
4712024-03-13T03:14:07.583Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json
4722024-03-13T03:14:09.538Z++ do_sha256sum out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json
4732024-03-13T03:14:09.539Z++ case "$OSTYPE" in
4742024-03-13T03:14:09.539Z++ SHA=sha256sum
4752024-03-13T03:14:10.018Z++ sha256sum
4762024-03-13T03:14:10.018Z++ awk '{print $1}'
4772024-03-13T03:14:10.018Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4782024-03-13T03:14:10.018Z+ [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]]
4792024-03-13T03:14:10.018Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4802024-03-13T03:14:10.018Z++ COMMIT=ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba
4812024-03-13T03:14:10.018Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4822024-03-13T03:14:10.019Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json
4832024-03-13T03:14:10.019Z+ LOCAL_FILE=out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json
4842024-03-13T03:14:10.019Z+ main
4852024-03-13T03:14:10.019Z+ rm -rf out/downloads/root
4862024-03-13T03:14:10.019Z+ [[ 0 != 0 ]]
4872024-03-13T03:14:10.019Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json'
4882024-03-13T03:14:10.020ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json
4892024-03-13T03:14:10.020Z+ echo 'Local file: out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json'
4902024-03-13T03:14:10.020ZLocal file: out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json
4912024-03-13T03:14:10.020Z+ local DO_DOWNLOAD=true
4922024-03-13T03:14:10.020Z+ [[ -f out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json ]]
4932024-03-13T03:14:10.020Z+ mkdir -p out/downloads
4942024-03-13T03:14:10.020Z+ '[' true == true ']'
4952024-03-13T03:14:10.020Z+ echo Downloading...
4962024-03-13T03:14:10.020ZDownloading...
4972024-03-13T03:14:10.020Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json
4982024-03-13T03:14:10.021Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json
4992024-03-13T03:14:10.021Z++ do_sha256sum out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json
5002024-03-13T03:14:10.021Z++ case "$OSTYPE" in
5012024-03-13T03:14:10.021Z++ SHA=sha256sum
5022024-03-13T03:14:10.021Z++ sha256sum
5032024-03-13T03:14:10.021Z++ awk '{print $1}'
5042024-03-13T03:14:10.021Z+ calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
5052024-03-13T03:14:10.021Z+ [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]]
5062024-03-13T03:14:10.021Z+ set -o errexit
5072024-03-13T03:14:10.021Z+++ dirname ./tools/ci_download_dendrite_openapi
5082024-03-13T03:14:10.021Z++ cd ./tools
5092024-03-13T03:14:10.021Z++ pwd
5102024-03-13T03:14:10.022Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5112024-03-13T03:14:10.022Z++ basename ./tools/ci_download_dendrite_openapi
5122024-03-13T03:14:10.022Z+ ARG0=ci_download_dendrite_openapi
5132024-03-13T03:14:10.022Z+ TARGET_DIR=out
5142024-03-13T03:14:10.022Z+ DOWNLOAD_DIR=out/downloads
5152024-03-13T03:14:10.022Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5162024-03-13T03:14:10.022Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
5172024-03-13T03:14:10.022Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5182024-03-13T03:14:10.022Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
5192024-03-13T03:14:10.022Z+ LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5202024-03-13T03:14:10.023Z+ main
5212024-03-13T03:14:10.023Z+ [[ 0 != 0 ]]
5222024-03-13T03:14:10.023Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json'
5232024-03-13T03:14:10.023ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
5242024-03-13T03:14:10.023Z+ echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json'
5252024-03-13T03:14:10.023ZLocal file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5262024-03-13T03:14:10.023Z+ local DO_DOWNLOAD=true
5272024-03-13T03:14:10.023Z+ [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]]
5282024-03-13T03:14:10.024Z+ mkdir -p out/downloads
5292024-03-13T03:14:10.024Z+ '[' true == true ']'
5302024-03-13T03:14:10.024Z+ echo Downloading...
5312024-03-13T03:14:10.024ZDownloading...
5322024-03-13T03:14:10.024Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5332024-03-13T03:14:10.024Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
5342024-03-13T03:14:13.586Z++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5352024-03-13T03:14:13.586Z++ case "$OSTYPE" in
5362024-03-13T03:14:13.586Z++ SHA=sha256sum
5372024-03-13T03:14:13.596Z++ sha256sum
5382024-03-13T03:14:13.597Z++ awk '{print $1}'
5392024-03-13T03:14:13.597Z+ calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5402024-03-13T03:14:13.597Z+ [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]]
5412024-03-13T03:14:13.597Z+ set -o errexit
5422024-03-13T03:14:13.633Z+++ dirname ./tools/ci_download_dendrite_stub
5432024-03-13T03:14:13.633Z++ cd ./tools
5442024-03-13T03:14:13.633Z++ pwd
5452024-03-13T03:14:13.634Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5462024-03-13T03:14:13.634Z++ basename ./tools/ci_download_dendrite_stub
5472024-03-13T03:14:13.634Z+ ARG0=ci_download_dendrite_stub
5482024-03-13T03:14:13.634Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5492024-03-13T03:14:13.634Z++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5502024-03-13T03:14:13.635Z++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36
5512024-03-13T03:14:13.635Z++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245
5522024-03-13T03:14:13.635Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5532024-03-13T03:14:13.635Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
5542024-03-13T03:14:13.635Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5552024-03-13T03:14:13.636Z+ TARGET_DIR=out
5562024-03-13T03:14:13.636Z+ DOWNLOAD_DIR=out/downloads
5572024-03-13T03:14:13.636Z+ DEST_DIR=./out/dendrite-stub
5582024-03-13T03:14:13.636Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5592024-03-13T03:14:13.636Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5602024-03-13T03:14:13.637Z+ REPO=oxidecomputer/dendrite
5612024-03-13T03:14:13.637Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e
5622024-03-13T03:14:13.637Z+ main
5632024-03-13T03:14:13.637Z+ [[ 0 != 0 ]]
5642024-03-13T03:14:13.637Z+ CIDL_OS=solaris2.11
5652024-03-13T03:14:13.638Z+ [[ 0 != 0 ]]
5662024-03-13T03:14:13.638Z+ configure_os solaris2.11
5672024-03-13T03:14:13.638Z+ echo 'current directory: /work/oxidecomputer/omicron'
5682024-03-13T03:14:13.638Zcurrent directory: /work/oxidecomputer/omicron
5692024-03-13T03:14:13.638Zconfiguring based on OS: "solaris2.11"
5702024-03-13T03:14:13.639Z+ echo 'configuring based on OS: "solaris2.11"'
5712024-03-13T03:14:13.639Z+ case "$1" in
5722024-03-13T03:14:13.639Z+ SET_BINARIES=
5732024-03-13T03:14:13.639Z+ CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5742024-03-13T03:14:13.640Z+ CIDL_SHA256FUNC=do_sha256sum
5752024-03-13T03:14:13.640Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5762024-03-13T03:14:13.640Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5772024-03-13T03:14:13.640Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5782024-03-13T03:14:13.641Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz'
5792024-03-13T03:14:13.641ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5802024-03-13T03:14:13.641Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5812024-03-13T03:14:13.641Z+ mkdir -p out/downloads
5822024-03-13T03:14:13.641ZLocal file: out/downloads/dendrite-stub.tar.gz
5832024-03-13T03:14:13.642Z+ mkdir -p ./out/dendrite-stub
5842024-03-13T03:14:13.642Z+ fetch_and_verify
5852024-03-13T03:14:13.642Z+ local DO_DOWNLOAD=true
5862024-03-13T03:14:13.642Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5872024-03-13T03:14:13.643Z+ '[' true == true ']'
5882024-03-13T03:14:13.643Z+ echo Downloading...
5892024-03-13T03:14:13.643ZDownloading...
5902024-03-13T03:14:13.643Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5912024-03-13T03:14:13.644Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5922024-03-13T03:14:33.848Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5932024-03-13T03:14:33.882Z++ sha256sum
5942024-03-13T03:14:33.883Z++ awk '{print $1}'
5952024-03-13T03:14:33.883Z+ calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5962024-03-13T03:14:33.883Z+ [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]]
5972024-03-13T03:14:33.883Z+ do_untar out/downloads/dendrite-stub.tar.gz
5982024-03-13T03:14:33.883Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5992024-03-13T03:14:34.465Z+ do_assemble
6002024-03-13T03:14:34.465Z+ rm -r ./out/dendrite-stub
6012024-03-13T03:14:34.480Z+ mkdir ./out/dendrite-stub
6022024-03-13T03:14:34.480Z+ cp -r out/downloads/root ./out/dendrite-stub/root
6032024-03-13T03:14:34.576Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
6042024-03-13T03:14:34.602Z+ set -o errexit
6052024-03-13T03:14:34.602Z+++ dirname ./tools/ci_download_maghemite_mgd
6062024-03-13T03:14:34.603Z++ cd ./tools
6072024-03-13T03:14:34.603Z++ pwd
6082024-03-13T03:14:34.603Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6092024-03-13T03:14:34.603Z++ basename ./tools/ci_download_maghemite_mgd
6102024-03-13T03:14:34.603Z+ ARG0=ci_download_maghemite_mgd
6112024-03-13T03:14:34.603Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
6122024-03-13T03:14:34.603Z++ CIDL_SHA256=151aeb26414989cad571b3886786efbeeafd91c41a93a747c784cdc654d5876d
6132024-03-13T03:14:34.603Z++ MGD_LINUX_SHA256=943b0a52d279bde55a419e2cdb24873acc32703bc97bd599376117ee0edc1511
6142024-03-13T03:14:34.603Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6152024-03-13T03:14:34.604Z++ COMMIT=ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba
6162024-03-13T03:14:34.604Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
6172024-03-13T03:14:34.604Z+ TARGET_DIR=out
6182024-03-13T03:14:34.604Z+ DOWNLOAD_DIR=out/downloads
6192024-03-13T03:14:34.604Z+ DEST_DIR=./out/mgd
6202024-03-13T03:14:34.604Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6212024-03-13T03:14:34.604Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6222024-03-13T03:14:34.604Z+ REPO=oxidecomputer/maghemite
6232024-03-13T03:14:34.604Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba
6242024-03-13T03:14:34.605Z+ main
6252024-03-13T03:14:34.605Z+ rm -rf out/downloads/root
6262024-03-13T03:14:34.622Z+ [[ 0 != 0 ]]
6272024-03-13T03:14:34.623Z+ CIDL_OS=solaris2.11
6282024-03-13T03:14:34.623Z+ [[ 0 != 0 ]]
6292024-03-13T03:14:34.623Z+ configure_os solaris2.11
6302024-03-13T03:14:34.623Z+ echo 'current directory: /work/oxidecomputer/omicron'
6312024-03-13T03:14:34.623Zcurrent directory: /work/oxidecomputer/omicron
6322024-03-13T03:14:34.623Z+ echo 'configuring based on OS: "solaris2.11"'
6332024-03-13T03:14:34.623Z+ case "$1" in
6342024-03-13T03:14:34.624Zconfiguring based on OS: "solaris2.11"
6352024-03-13T03:14:34.624Z+ SET_BINARIES=
6362024-03-13T03:14:34.624Z+ CIDL_SHA256FUNC=do_sha256sum
6372024-03-13T03:14:34.624Z+ TARBALL_FILENAME=mgd.tar.gz
6382024-03-13T03:14:34.624Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz
6392024-03-13T03:14:34.624Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6402024-03-13T03:14:34.624Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz'
6412024-03-13T03:14:34.624Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6422024-03-13T03:14:34.624ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz
6432024-03-13T03:14:34.625Z+ mkdir -p out/downloads
6442024-03-13T03:14:34.625ZLocal file: out/downloads/mgd.tar.gz
6452024-03-13T03:14:34.625Z+ mkdir -p ./out/mgd
6462024-03-13T03:14:34.625Z+ fetch_and_verify
6472024-03-13T03:14:34.625Z+ local DO_DOWNLOAD=true
6482024-03-13T03:14:34.625Z+ [[ -f out/downloads/mgd.tar.gz ]]
6492024-03-13T03:14:34.625Z+ '[' true == true ']'
6502024-03-13T03:14:34.625Z+ echo Downloading...
6512024-03-13T03:14:34.626ZDownloading...
6522024-03-13T03:14:34.626Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz out/downloads/mgd.tar.gz
6532024-03-13T03:14:34.626Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz
6542024-03-13T03:14:54.057Z++ do_sha256sum out/downloads/mgd.tar.gz
6552024-03-13T03:14:54.071Z++ sha256sum
6562024-03-13T03:14:54.071Z++ awk '{print $1}'
6572024-03-13T03:14:54.087Z+ calculated_sha256=151aeb26414989cad571b3886786efbeeafd91c41a93a747c784cdc654d5876d
6582024-03-13T03:14:54.087Z+ [[ 151aeb26414989cad571b3886786efbeeafd91c41a93a747c784cdc654d5876d != \1\5\1\a\e\b\2\6\4\1\4\9\8\9\c\a\d\5\7\1\b\3\8\8\6\7\8\6\e\f\b\e\e\a\f\d\9\1\c\4\1\a\9\3\a\7\4\7\c\7\8\4\c\d\c\6\5\4\d\5\8\7\6\d ]]
6592024-03-13T03:14:54.087Z+ do_untar out/downloads/mgd.tar.gz
6602024-03-13T03:14:54.087Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6612024-03-13T03:14:54.939Z+ do_assemble
6622024-03-13T03:14:54.939Z+ rm -r ./out/mgd
6632024-03-13T03:14:54.955Z+ mkdir ./out/mgd
6642024-03-13T03:14:54.955Z+ cp -r out/downloads/root ./out/mgd/root
6652024-03-13T03:14:54.956Z+ set -o errexit
6662024-03-13T03:14:54.956Z+++ dirname ./tools/ci_download_transceiver_control
6672024-03-13T03:14:54.956Z++ cd ./tools
6682024-03-13T03:14:54.956Z++ pwd
6692024-03-13T03:14:54.956Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6702024-03-13T03:14:54.956Z++ basename ./tools/ci_download_transceiver_control
6712024-03-13T03:14:54.956Z+ ARG0=ci_download_transceiver_control
6722024-03-13T03:14:54.956Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6732024-03-13T03:14:54.956Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6742024-03-13T03:14:54.956Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6752024-03-13T03:14:54.956Z+ TARGET_DIR=out
6762024-03-13T03:14:54.957Z+ DOWNLOAD_DIR=out/downloads
6772024-03-13T03:14:54.957Z+ DEST_DIR=./out/transceiver-control
6782024-03-13T03:14:54.957Z+ BIN_DIR=/opt/oxide/bin
6792024-03-13T03:14:54.957Z+ BINARY=xcvradm
6802024-03-13T03:14:54.957Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6812024-03-13T03:14:54.957Z+ REPO=oxidecomputer/transceiver-control
6822024-03-13T03:14:54.957Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6832024-03-13T03:14:54.957Z+ main
6842024-03-13T03:14:54.957Z+ [[ 0 != 0 ]]
6852024-03-13T03:14:54.957Z+ CIDL_OS=solaris2.11
6862024-03-13T03:14:54.957Z+ [[ 0 != 0 ]]
6872024-03-13T03:14:54.957Z+ configure_os solaris2.11
6882024-03-13T03:14:54.957Z+ echo 'current directory: /work/oxidecomputer/omicron'
6892024-03-13T03:14:54.957Zcurrent directory: /work/oxidecomputer/omicron
6902024-03-13T03:14:54.958Z+ echo 'configuring based on OS: "solaris2.11"'
6912024-03-13T03:14:54.958Z+ case "$1" in
6922024-03-13T03:14:54.958Zconfiguring based on OS: "solaris2.11"
6932024-03-13T03:14:54.958Z+ SET_BINARIES=
6942024-03-13T03:14:54.958Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6952024-03-13T03:14:54.958Z+ CIDL_SHA256FUNC=do_sha256sum
6962024-03-13T03:14:54.958Z+ ARCHIVE_FILENAME=xcvradm.gz
6972024-03-13T03:14:54.958Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6982024-03-13T03:14:54.958ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6992024-03-13T03:14:54.958ZLocal file: out/downloads/xcvradm.gz
7002024-03-13T03:14:54.958Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
7012024-03-13T03:14:54.958Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
7022024-03-13T03:14:54.958Z+ echo 'Local file: out/downloads/xcvradm.gz'
7032024-03-13T03:14:54.958Z+ mkdir -p out/downloads
7042024-03-13T03:14:54.958Z+ mkdir -p ./out/transceiver-control
7052024-03-13T03:14:54.959Z+ fetch_and_verify
7062024-03-13T03:14:54.959Z+ local DO_DOWNLOAD=true
7072024-03-13T03:14:54.959Z+ [[ -f out/downloads/xcvradm.gz ]]
7082024-03-13T03:14:54.959Z+ '[' true == true ']'
7092024-03-13T03:14:54.959Z+ echo Downloading...
7102024-03-13T03:14:54.959ZDownloading...
7112024-03-13T03:14:54.959Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
7122024-03-13T03:14:54.959Z+ 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
7132024-03-13T03:14:58.638Z++ do_sha256sum out/downloads/xcvradm.gz
7142024-03-13T03:14:58.648Z++ sha256sum
7152024-03-13T03:14:58.648Z++ awk '{print $1}'
7162024-03-13T03:14:58.648Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7172024-03-13T03:14:58.648Z+ [[ 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 ]]
7182024-03-13T03:14:58.648Z+ do_unpack out/downloads/xcvradm.gz
7192024-03-13T03:14:58.649Z+ mkdir -p out/downloads/root//opt/oxide/bin
7202024-03-13T03:14:58.653Z+ gzip -dc out/downloads/xcvradm.gz
7212024-03-13T03:14:58.764Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7222024-03-13T03:14:58.774Z+ do_assemble
7232024-03-13T03:14:58.774Z+ rm -r ./out/transceiver-control
7242024-03-13T03:14:58.774Z+ mkdir ./out/transceiver-control
7252024-03-13T03:14:58.774Z+ cp -r out/downloads/root ./out/transceiver-control/root
7262024-03-13T03:14:58.847Z+ set -o errexit
7272024-03-13T03:14:58.860Z+++ dirname ./tools/ci_download_thundermuffin
7282024-03-13T03:14:58.860Z++ cd ./tools
7292024-03-13T03:14:58.860Z++ pwd
7302024-03-13T03:14:58.860Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7312024-03-13T03:14:58.860Z++ basename ./tools/ci_download_thundermuffin
7322024-03-13T03:14:58.860Z+ ARG0=ci_download_thundermuffin
7332024-03-13T03:14:58.860Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7342024-03-13T03:14:58.860Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7352024-03-13T03:14:58.860Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7362024-03-13T03:14:58.861Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7372024-03-13T03:14:58.861Z+ TARGET_DIR=out
7382024-03-13T03:14:58.861Z+ DOWNLOAD_DIR=out/downloads
7392024-03-13T03:14:58.861Z+ DEST_DIR=./out/thundermuffin
7402024-03-13T03:14:58.861Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7412024-03-13T03:14:58.861Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7422024-03-13T03:14:58.861Z+ REPO=oxidecomputer/thundermuffin
7432024-03-13T03:14:58.861Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7442024-03-13T03:14:58.861Z+ main
7452024-03-13T03:14:58.861Z+ rm -rf out/downloads/root
7462024-03-13T03:14:58.870Z+ [[ 0 != 0 ]]
7472024-03-13T03:14:58.870Z+ CIDL_OS=solaris2.11
7482024-03-13T03:14:58.870Z+ [[ 0 != 0 ]]
7492024-03-13T03:14:58.870Z+ configure_os solaris2.11
7502024-03-13T03:14:58.870Z+ echo 'current directory: /work/oxidecomputer/omicron'
7512024-03-13T03:14:58.870Z+ echo 'configuring based on OS: "solaris2.11"'
7522024-03-13T03:14:58.870Zcurrent directory: /work/oxidecomputer/omicron
7532024-03-13T03:14:58.870Zconfiguring based on OS: "solaris2.11"
7542024-03-13T03:14:58.870Z+ case "$1" in
7552024-03-13T03:14:58.870Z+ SET_BINARIES=
7562024-03-13T03:14:58.870Z+ CIDL_SHA256FUNC=do_sha256sum
7572024-03-13T03:14:58.870Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7582024-03-13T03:14:58.871Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7592024-03-13T03:14:58.871Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7602024-03-13T03:14:58.871Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7612024-03-13T03:14:58.871Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7622024-03-13T03:14:58.871ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7632024-03-13T03:14:58.871ZLocal file: out/downloads/thundermuffin.tar.gz
7642024-03-13T03:14:58.871Z+ mkdir -p out/downloads
7652024-03-13T03:14:58.871Z+ mkdir -p ./out/thundermuffin
7662024-03-13T03:14:58.871Z+ fetch_and_verify
7672024-03-13T03:14:58.871Z+ local DO_DOWNLOAD=true
7682024-03-13T03:14:58.871Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7692024-03-13T03:14:58.871Z+ '[' true == true ']'
7702024-03-13T03:14:58.871Z+ echo Downloading...
7712024-03-13T03:14:58.871ZDownloading...
7722024-03-13T03:14:58.871Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7732024-03-13T03:14:58.871Z+ 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
7742024-03-13T03:15:03.185Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7752024-03-13T03:15:03.196Z++ sha256sum
7762024-03-13T03:15:03.196Z++ awk '{print $1}'
7772024-03-13T03:15:03.197Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7782024-03-13T03:15:03.197Z+ [[ 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 ]]
7792024-03-13T03:15:03.197Z+ do_untar out/downloads/thundermuffin.tar.gz
7802024-03-13T03:15:03.197Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7812024-03-13T03:15:03.260Z+ do_assemble
7822024-03-13T03:15:03.260Z+ rm -r ./out/thundermuffin
7832024-03-13T03:15:03.267Z+ mkdir ./out/thundermuffin
7842024-03-13T03:15:03.268Z+ cp -r out/downloads/root ./out/thundermuffin/root
7852024-03-13T03:15:03.372ZAll builder prerequisites installed successfully, and PATH looks valid
7862024-03-13T03:15:03.391Z
7872024-03-13T03:15:03.391Zreal 2:34.780587292
7882024-03-13T03:15:03.391Zuser 36.578510562
7892024-03-13T03:15:03.391Zsys 6.963362253
7902024-03-13T03:15:03.392Ztrap 0.008815414
7912024-03-13T03:15:03.392Ztflt 0.176358721
7922024-03-13T03:15:03.392Zdflt 0.273338582
7932024-03-13T03:15:03.392Zkflt 0.101175642
7942024-03-13T03:15:03.392Zlock 1.045533102
7952024-03-13T03:15:03.393Zslp 5:44.425188696
7962024-03-13T03:15:03.393Zlat 1.947133460
7972024-03-13T03:15:03.393Zstop 0.114067802
7982024-03-13T03:15:03.393Z
7992024-03-13T03:15:03.394Z #### # # ##### ##### # #
8002024-03-13T03:15:03.394Z # # # # # # # # # #
8012024-03-13T03:15:03.394Z # # # # # # # #
8022024-03-13T03:15:03.395Z # # # ##### ##### #
8032024-03-13T03:15:03.395Z # # # # # # #
8042024-03-13T03:15:03.395Z #### ###### # # # #
8052024-03-13T03:15:03.395Z
8062024-03-13T03:15:03.584Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
8072024-03-13T03:15:03.902Z Updating git repository `https://github.com/oxidecomputer/samael`
8082024-03-13T03:15:04.241Z Updating git repository `https://github.com/oxidecomputer/zone`
8092024-03-13T03:15:04.553Z Updating crates.io index
8102024-03-13T03:15:04.568Z Updating git repository `https://github.com/oxidecomputer/dropshot`
8112024-03-13T03:15:05.524Z Updating git repository `https://github.com/oxidecomputer/progenitor`
8122024-03-13T03:15:07.557Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
8132024-03-13T03:15:08.117Z Updating git repository `https://github.com/oxidecomputer/propolis`
8142024-03-13T03:15:08.976Z Updating git repository `https://github.com/oxidecomputer/crucible`
8152024-03-13T03:15:11.156Z Updating git repository `https://github.com/oxidecomputer/opte`
8162024-03-13T03:15:12.096Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8172024-03-13T03:15:12.814Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8182024-03-13T03:15:12.933Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8192024-03-13T03:15:13.251Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8202024-03-13T03:15:13.547Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8212024-03-13T03:15:13.836Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8222024-03-13T03:15:14.235Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8232024-03-13T03:15:14.532Z Updating git repository `http://github.com/oxidecomputer/tofino`
8242024-03-13T03:15:14.863Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8252024-03-13T03:15:15.156Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8262024-03-13T03:15:15.568Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8272024-03-13T03:15:15.733Z Updating git repository `https://github.com/oxidecomputer/ispf`
8282024-03-13T03:15:16.152Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8292024-03-13T03:15:16.382Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8302024-03-13T03:15:16.886Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8312024-03-13T03:15:18.251Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8322024-03-13T03:15:18.553Z Updating git repository `https://github.com/jgallagher/nix`
8332024-03-13T03:15:19.662Z Updating git repository `https://github.com/cbiffle/hubpack`
8342024-03-13T03:15:20.100Z Updating git repository `https://github.com/oxidecomputer/typify`
8352024-03-13T03:15:21.861Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8362024-03-13T03:15:22.207Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8372024-03-13T03:15:22.481Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8382024-03-13T03:15:23.611Z Downloading crates ...
8392024-03-13T03:15:23.710Z Downloaded equivalent v1.0.1
8402024-03-13T03:15:23.725Z Downloaded colorchoice v1.0.0
8412024-03-13T03:15:23.730Z Downloaded cargo-platform v0.1.3
8422024-03-13T03:15:23.734Z Downloaded terminal_size v0.3.0
8432024-03-13T03:15:23.734Z Downloaded clap_lex v0.7.0
8442024-03-13T03:15:23.740Z Downloaded anstyle v1.0.2
8452024-03-13T03:15:23.740Z Downloaded strsim v0.11.0
8462024-03-13T03:15:23.740Z Downloaded anstyle-query v1.0.0
8472024-03-13T03:15:23.744Z Downloaded serde_spanned v0.6.5
8482024-03-13T03:15:23.744Z Downloaded heck v0.4.1
8492024-03-13T03:15:23.744Z Downloaded errno v0.3.8
8502024-03-13T03:15:23.744Z Downloaded thiserror v1.0.57
8512024-03-13T03:15:23.751Z Downloaded anstyle-parse v0.2.1
8522024-03-13T03:15:23.758Z Downloaded toml_datetime v0.6.5
8532024-03-13T03:15:23.761Z Downloaded cargo_metadata v0.18.1
8542024-03-13T03:15:23.761Z Downloaded utf8parse v0.2.1
8552024-03-13T03:15:23.761Z Downloaded itoa v1.0.9
8562024-03-13T03:15:23.768Z Downloaded thiserror-impl v1.0.57
8572024-03-13T03:15:23.768Z Downloaded semver v1.0.22
8582024-03-13T03:15:23.775Z Downloaded cargo_toml v0.19.0
8592024-03-13T03:15:23.775Z Downloaded quote v1.0.35
8602024-03-13T03:15:23.791Z Downloaded camino v1.1.6
8612024-03-13T03:15:24.216Z Downloaded serde_derive v1.0.197
8622024-03-13T03:15:24.216Z Downloaded proc-macro2 v1.0.78
8632024-03-13T03:15:24.216Z Downloaded unicode-ident v1.0.12
8642024-03-13T03:15:24.216Z Downloaded toml v0.8.10
8652024-03-13T03:15:24.216Z Downloaded clap v4.5.1
8662024-03-13T03:15:24.225Z Downloaded ryu v1.0.15
8672024-03-13T03:15:24.225Z Downloaded clap_derive v4.5.0
8682024-03-13T03:15:24.225Z Downloaded bitflags v2.4.2
8692024-03-13T03:15:24.225Z Downloaded serde v1.0.197
8702024-03-13T03:15:24.225Z Downloaded anstream v0.6.11
8712024-03-13T03:15:24.225Z Downloaded anyhow v1.0.79
8722024-03-13T03:15:24.225Z Downloaded toml_edit v0.22.6
8732024-03-13T03:15:24.226Z Downloaded memchr v2.7.1
8742024-03-13T03:15:24.226Z Downloaded indexmap v2.2.5
8752024-03-13T03:15:24.226Z Downloaded winnow v0.6.1
8762024-03-13T03:15:24.226Z Downloaded hashbrown v0.14.3
8772024-03-13T03:15:24.226Z Downloaded serde_json v1.0.114
8782024-03-13T03:15:24.226Z Downloaded clap_builder v4.5.1
8792024-03-13T03:15:24.226Z Downloaded syn v2.0.51
8802024-03-13T03:15:24.226Z Downloaded rustix v0.38.31
8812024-03-13T03:15:24.226Z Downloaded libc v0.2.153
8822024-03-13T03:15:24.226Z Compiling proc-macro2 v1.0.78
8832024-03-13T03:15:24.226Z Compiling unicode-ident v1.0.12
8842024-03-13T03:15:24.226Z Compiling serde v1.0.197
8852024-03-13T03:15:24.226Z Compiling libc v0.2.153
8862024-03-13T03:15:24.226Z Compiling rustix v0.38.31
8872024-03-13T03:15:24.226Z Compiling hashbrown v0.14.3
8882024-03-13T03:15:24.226Z Compiling utf8parse v0.2.1
8892024-03-13T03:15:24.226Z Compiling equivalent v1.0.1
8902024-03-13T03:15:24.352Z Compiling bitflags v2.4.2
8912024-03-13T03:15:24.398Z Compiling anstyle-parse v0.2.1
8922024-03-13T03:15:24.415Z Compiling serde_json v1.0.114
8932024-03-13T03:15:24.750Z Compiling winnow v0.6.1
8942024-03-13T03:15:24.799Z Compiling semver v1.0.22
8952024-03-13T03:15:25.063Z Compiling colorchoice v1.0.0
8962024-03-13T03:15:25.133Z Compiling thiserror v1.0.57
8972024-03-13T03:15:26.838Z Compiling anstyle v1.0.2
8982024-03-13T03:15:26.838Z Compiling camino v1.1.6
8992024-03-13T03:15:26.838Z Compiling anstyle-query v1.0.0
9002024-03-13T03:15:26.839Z Compiling indexmap v2.2.5
9012024-03-13T03:15:26.839Z Compiling anstream v0.6.11
9022024-03-13T03:15:27.257Z Compiling ryu v1.0.15
9032024-03-13T03:15:27.257Z Compiling anyhow v1.0.79
9042024-03-13T03:15:27.257Z Compiling itoa v1.0.9
9052024-03-13T03:15:27.257Z Compiling heck v0.4.1
9062024-03-13T03:15:27.257Z Compiling quote v1.0.35
9072024-03-13T03:15:27.257Z Compiling strsim v0.11.0
9082024-03-13T03:15:27.257Z Compiling clap_lex v0.7.0
9092024-03-13T03:15:27.258Z Compiling errno v0.3.8
9102024-03-13T03:15:27.258Z Compiling syn v2.0.51
9112024-03-13T03:15:27.682Z Compiling terminal_size v0.3.0
9122024-03-13T03:15:28.115Z Compiling clap_builder v4.5.1
9132024-03-13T03:15:32.147Z Compiling serde_derive v1.0.197
9142024-03-13T03:15:32.147Z Compiling thiserror-impl v1.0.57
9152024-03-13T03:15:32.157Z Compiling clap_derive v4.5.0
9162024-03-13T03:15:34.365Z Compiling clap v4.5.1
9172024-03-13T03:15:39.438Z Compiling serde_spanned v0.6.5
9182024-03-13T03:15:39.463Z Compiling toml_datetime v0.6.5
9192024-03-13T03:15:39.463Z Compiling cargo-platform v0.1.3
9202024-03-13T03:15:39.715Z Compiling toml_edit v0.22.6
9212024-03-13T03:15:40.704Z Compiling cargo_metadata v0.18.1
9222024-03-13T03:15:41.751Z Compiling toml v0.8.10
9232024-03-13T03:15:42.557Z Compiling cargo_toml v0.19.0
9242024-03-13T03:15:46.051Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
9252024-03-13T03:15:46.997Z Finished dev [unoptimized + debuginfo] target(s) in 43.58s
9262024-03-13T03:15:47.199Z Running `target/debug/xtask clippy`
9272024-03-13T03:15:47.245Zrunning: "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" "--warn" "clippy::disallowed_macros" "--warn" "clippy::disallowed_methods" "--warn" "clippy::disallowed_names" "--warn" "clippy::disallowed_script_idents" "--warn" "clippy::disallowed_types"
9282024-03-13T03:15:47.770Z Downloading crates ...
9292024-03-13T03:15:47.902Z Downloaded adler v1.0.2
9302024-03-13T03:15:47.909Z Downloaded addr2line v0.21.0
9312024-03-13T03:15:47.916Z Downloaded async-stream-impl v0.3.5
9322024-03-13T03:15:47.919Z Downloaded arrayref v0.3.7
9332024-03-13T03:15:47.924Z Downloaded atty v0.2.14
9342024-03-13T03:15:47.928Z Downloaded atomicwrites v0.4.3
9352024-03-13T03:15:48.361Z Downloaded hex-literal v0.4.1
9362024-03-13T03:15:48.361Z Downloaded ascii-canvas v3.0.0
9372024-03-13T03:15:48.361Z Downloaded highway v1.1.0
9382024-03-13T03:15:48.361Z Downloaded arc-swap v1.6.0
9392024-03-13T03:15:48.384Z Downloaded arrayvec v0.7.4
9402024-03-13T03:15:48.384Z Downloaded async-trait v0.1.77
9412024-03-13T03:15:48.384Z Downloaded atomic-waker v1.1.1
9422024-03-13T03:15:48.384Z Downloaded async-stream v0.3.5
9432024-03-13T03:15:48.384Z Downloaded async-recursion v1.0.5
9442024-03-13T03:15:48.385Z Downloaded anes v0.1.6
9452024-03-13T03:15:48.385Z Downloaded http-body v1.0.0
9462024-03-13T03:15:48.385Z Downloaded hmac v0.12.1
9472024-03-13T03:15:48.385Z Downloaded hkdf v0.12.4
9482024-03-13T03:15:48.385Z Downloaded is_ci v1.2.0
9492024-03-13T03:15:48.385Z Downloaded hubpack_derive v0.1.1
9502024-03-13T03:15:48.385Z Downloaded assert_matches v1.5.0
9512024-03-13T03:15:48.385Z Downloaded base64ct v1.6.0
9522024-03-13T03:15:48.385Z Downloaded httpdate v1.0.3
9532024-03-13T03:15:48.385Z Downloaded is-terminal v0.4.9
9542024-03-13T03:15:48.385Z Downloaded indoc v1.0.9
9552024-03-13T03:15:48.385Z Downloaded hyper-tls v0.5.0
9562024-03-13T03:15:48.385Z Downloaded ipnetwork v0.20.0
9572024-03-13T03:15:48.385Z Downloaded ident_case v1.0.1
9582024-03-13T03:15:48.385Z Downloaded ipnet v2.9.0
9592024-03-13T03:15:48.385Z Downloaded http-body v0.4.5
9602024-03-13T03:15:48.385Z Downloaded httparse v1.8.0
9612024-03-13T03:15:48.385Z Downloaded kstat-rs v0.2.3
9622024-03-13T03:15:48.385Z Downloaded block-padding v0.3.3
9632024-03-13T03:15:48.385Z Downloaded basic-toml v0.1.8
9642024-03-13T03:15:48.385Z Downloaded humantime v2.1.0
9652024-03-13T03:15:48.386Z Downloaded http-range v0.1.5
9662024-03-13T03:15:48.386Z Downloaded hyper-util v0.1.2
9672024-03-13T03:15:48.386Z Downloaded managed v0.8.0
9682024-03-13T03:15:48.386Z Downloaded log v0.4.20
9692024-03-13T03:15:48.386Z Downloaded indoc v2.0.3
9702024-03-13T03:15:48.386Z Downloaded newtype_derive v0.1.6
9712024-03-13T03:15:48.386Z Downloaded constant_time_eq v0.2.6
9722024-03-13T03:15:48.386Z Downloaded cfg-if v1.0.0
9732024-03-13T03:15:48.386Z Downloaded bit-vec v0.6.3
9742024-03-13T03:15:48.386Z Downloaded hyper-staticfile v0.9.5
9752024-03-13T03:15:48.386Z Downloaded iana-time-zone v0.1.57
9762024-03-13T03:15:48.386Z Downloaded hyper-rustls v0.24.2
9772024-03-13T03:15:48.386Z Downloaded hostname v0.3.1
9782024-03-13T03:15:48.386Z Downloaded newtype-uuid v1.0.1
9792024-03-13T03:15:48.386Z Downloaded newline-converter v0.3.0
9802024-03-13T03:15:48.386Z Downloaded instant v0.1.12
9812024-03-13T03:15:48.386Z Downloaded corncobs v0.1.3
9822024-03-13T03:15:48.386Z Downloaded cobs v0.2.3
9832024-03-13T03:15:48.386Z Downloaded crunchy v0.2.2
9842024-03-13T03:15:48.387Z Downloaded cexpr v0.6.0
9852024-03-13T03:15:48.387Z Downloaded memoffset v0.7.1
9862024-03-13T03:15:48.387Z Downloaded cast v0.3.0
9872024-03-13T03:15:48.387Z Downloaded crucible-workspace-hack v0.1.0
9882024-03-13T03:15:48.387Z Downloaded ciborium-io v0.2.2
9892024-03-13T03:15:48.387Z Downloaded block-buffer v0.10.4
9902024-03-13T03:15:48.387Z Downloaded http v0.2.12
9912024-03-13T03:15:48.387Z Downloaded nested v0.1.1
9922024-03-13T03:15:48.387Z Downloaded match_cfg v0.1.0
9932024-03-13T03:15:48.387Z Downloaded bcs v0.1.6
9942024-03-13T03:15:48.387Z Downloaded matches v0.1.10
9952024-03-13T03:15:48.387Z Downloaded cpufeatures v0.2.12
9962024-03-13T03:15:48.387Z Downloaded normalize-line-endings v0.3.0
9972024-03-13T03:15:48.387Z Downloaded crc v3.0.1
9982024-03-13T03:15:48.387Z Downloaded castaway v0.2.2
9992024-03-13T03:15:48.387Z Downloaded colored v2.1.0
10002024-03-13T03:15:48.387Z Downloaded rustfmt-wrapper v0.2.0
10012024-03-13T03:15:48.387Z Downloaded nibble_vec v0.1.0
10022024-03-13T03:15:48.387Z Downloaded new_debug_unreachable v1.0.4
10032024-03-13T03:15:48.387Z Downloaded memmap2 v0.7.1
10042024-03-13T03:15:48.387Z Downloaded libsw v3.3.1
10052024-03-13T03:15:48.387Z Downloaded nodrop v0.1.14
10062024-03-13T03:15:48.387Z Downloaded cassowary v0.3.0
10072024-03-13T03:15:48.388Z Downloaded keccak v0.1.4
10082024-03-13T03:15:48.388Z Downloaded num-conv v0.1.0
10092024-03-13T03:15:48.388Z Downloaded time-core v0.1.2
10102024-03-13T03:15:48.388Z Downloaded strum v0.26.1
10112024-03-13T03:15:48.388Z Downloaded crc32fast v1.3.2
10122024-03-13T03:15:48.388Z Downloaded cookie v0.17.0
10132024-03-13T03:15:48.388Z Downloaded try-lock v0.2.4
10142024-03-13T03:15:48.388Z Downloaded mockall v0.12.0
10152024-03-13T03:15:48.388Z Downloaded cipher v0.4.4
10162024-03-13T03:15:48.388Z Downloaded mime v0.3.17
10172024-03-13T03:15:48.388Z Downloaded inout v0.1.3
10182024-03-13T03:15:48.388Z Downloaded mime_guess v2.0.4
10192024-03-13T03:15:48.388Z Downloaded byteorder v1.5.0
10202024-03-13T03:15:48.388Z Downloaded buf-list v1.0.3
10212024-03-13T03:15:48.388Z Downloaded dof v0.3.0
10222024-03-13T03:15:48.388Z Downloaded md-5 v0.10.5
10232024-03-13T03:15:48.388Z Downloaded lru-cache v0.1.2
10242024-03-13T03:15:48.389Z Downloaded crypto-common v0.1.6
10252024-03-13T03:15:48.389Z Downloaded criterion-plot v0.5.0
10262024-03-13T03:15:48.389Z Downloaded num v0.4.1
10272024-03-13T03:15:48.389Z Downloaded crc-any v2.4.3
10282024-03-13T03:15:48.389Z Downloaded bytecount v0.6.3
10292024-03-13T03:15:48.389Z Downloaded lru v0.12.1
10302024-03-13T03:15:48.389Z Downloaded maybe-uninit v2.0.0
10312024-03-13T03:15:48.389Z Downloaded heck v0.3.3
10322024-03-13T03:15:48.389Z Downloaded num-derive v0.4.0
10332024-03-13T03:15:48.389Z Downloaded multimap v0.10.0
10342024-03-13T03:15:48.389Z Downloaded camino-tempfile v1.1.1
10352024-03-13T03:15:48.389Z Downloaded foreign-types-shared v0.3.1
10362024-03-13T03:15:48.389Z Downloaded lazycell v1.3.0
10372024-03-13T03:15:48.389Z Downloaded untrusted v0.9.0
10382024-03-13T03:15:48.389Z Downloaded cookie_store v0.20.0
10392024-03-13T03:15:48.424Z Downloaded ciborium v0.2.2
10402024-03-13T03:15:48.424Z Downloaded untrusted v0.7.1
10412024-03-13T03:15:48.424Z Downloaded tiny-keccak v2.0.2
10422024-03-13T03:15:48.429Z Downloaded shlex v1.3.0
10432024-03-13T03:15:48.429Z Downloaded wyz v0.5.1
10442024-03-13T03:15:48.430Z Downloaded tui-tree-widget v0.17.0
10452024-03-13T03:15:48.430Z Downloaded libloading v0.7.4
10462024-03-13T03:15:48.430Z Downloaded blake2b_simd v1.0.1
10472024-03-13T03:15:48.430Z Downloaded subtle v2.5.0
10482024-03-13T03:15:48.430Z Downloaded miniz_oxide v0.7.1
10492024-03-13T03:15:48.430Z Downloaded pretty-hex v0.4.1
10502024-03-13T03:15:48.430Z Downloaded strum_macros v0.25.2
10512024-03-13T03:15:48.431Z Downloaded native-tls v0.2.11
10522024-03-13T03:15:48.431Z Downloaded oso-derive v0.27.0
10532024-03-13T03:15:48.431Z Downloaded lock_api v0.4.10
10542024-03-13T03:15:48.431Z Downloaded ena v0.14.2
10552024-03-13T03:15:48.431Z Downloaded deranged v0.3.11
10562024-03-13T03:15:48.431Z Downloaded rustls-pemfile v1.0.3
10572024-03-13T03:15:48.431Z Downloaded impl-trait-for-tuples v0.2.2
10582024-03-13T03:15:48.431Z Downloaded cancel-safe-futures v0.1.5
10592024-03-13T03:15:48.431Z Downloaded libtest-mimic v0.6.1
10602024-03-13T03:15:48.432Z Downloaded plotters-svg v0.3.5
10612024-03-13T03:15:48.432Z Downloaded form_urlencoded v1.2.1
10622024-03-13T03:15:48.432Z Downloaded stringprep v0.1.3
10632024-03-13T03:15:48.432Z Downloaded sync_wrapper v0.1.2
10642024-03-13T03:15:48.432Z Downloaded signal-hook-tokio v0.3.1
10652024-03-13T03:15:48.432Z Downloaded futures-timer v3.0.2
10662024-03-13T03:15:48.432Z Downloaded futures-task v0.3.30
10672024-03-13T03:15:48.432Z Downloaded snafu-derive v0.7.5
10682024-03-13T03:15:48.432Z Downloaded time-macros v0.2.17
10692024-03-13T03:15:48.432Z Downloaded vte v0.11.1
10702024-03-13T03:15:48.433Z Downloaded vsss-rs v3.3.4
10712024-03-13T03:15:48.433Z Downloaded tinyvec_macros v0.1.1
10722024-03-13T03:15:48.433Z Downloaded embedded-io v0.4.0
10732024-03-13T03:15:48.433Z Downloaded downcast v0.11.0
10742024-03-13T03:15:48.433Z Downloaded semver v0.1.20
10752024-03-13T03:15:48.433Z Downloaded smallvec v1.13.1
10762024-03-13T03:15:48.434Z Downloaded fxhash v0.2.1
10772024-03-13T03:15:48.434Z Downloaded sha2 v0.10.8
10782024-03-13T03:15:48.434Z Downloaded phf v0.11.2
10792024-03-13T03:15:48.434Z Downloaded clang-sys v1.6.1
10802024-03-13T03:15:48.434Z Downloaded der_derive v0.7.2
10812024-03-13T03:15:48.434Z Downloaded futures-sink v0.3.30
10822024-03-13T03:15:48.434Z Downloaded futures-macro v0.3.30
10832024-03-13T03:15:48.434Z Downloaded strum_macros v0.26.1
10842024-03-13T03:15:48.435Z Downloaded derive_builder_macro v0.12.0
10852024-03-13T03:15:48.435Z Downloaded const-oid v0.9.6
10862024-03-13T03:15:48.435Z Downloaded opaque-debug v0.3.0
10872024-03-13T03:15:48.435Z Downloaded num_cpus v1.16.0
10882024-03-13T03:15:48.435Z Downloaded num-integer v0.1.46
10892024-03-13T03:15:48.435Z Downloaded num-iter v0.1.44
10902024-03-13T03:15:48.435Z Downloaded socket2 v0.4.9
10912024-03-13T03:15:48.436Z Downloaded phf_shared v0.10.0
10922024-03-13T03:15:48.436Z Downloaded cc v1.0.83
10932024-03-13T03:15:48.436Z Downloaded test-strategy v0.3.1
10942024-03-13T03:15:48.436Z Downloaded foreign-types-shared v0.1.1
10952024-03-13T03:15:48.436Z Downloaded synstructure v0.12.6
10962024-03-13T03:15:48.436Z Downloaded strsim v0.8.0
10972024-03-13T03:15:48.437Z Downloaded signature v2.1.0
10982024-03-13T03:15:48.437Z Downloaded zerocopy v0.3.0
10992024-03-13T03:15:48.437Z Downloaded crossbeam-epoch v0.9.18
11002024-03-13T03:15:48.437Z Downloaded tokio-macros v2.2.0
11012024-03-13T03:15:48.437Z Downloaded yansi v0.5.1
11022024-03-13T03:15:48.437Z Downloaded tokio-native-tls v0.3.1
11032024-03-13T03:15:48.437Z Downloaded xattr v1.0.1
11042024-03-13T03:15:48.437Z Downloaded bytes v1.5.0
11052024-03-13T03:15:48.437Z Downloaded filetime v0.2.23
11062024-03-13T03:15:48.438Z Downloaded ff v0.13.0
11072024-03-13T03:15:48.438Z Downloaded schemars_derive v0.8.16
11082024-03-13T03:15:48.438Z Downloaded usdt v0.3.5
11092024-03-13T03:15:48.438Z Downloaded spin v0.5.2
11102024-03-13T03:15:48.438Z Downloaded string_cache v0.8.7
11112024-03-13T03:15:48.439Z Downloaded radium v0.7.0
11122024-03-13T03:15:48.439Z Downloaded pretty-hex v0.2.1
11132024-03-13T03:15:48.439Z Downloaded tempdir v0.3.7
11142024-03-13T03:15:48.439Z Downloaded target-spec v3.1.0
11152024-03-13T03:15:48.439Z Downloaded thread_local v1.1.7
11162024-03-13T03:15:48.440Z Downloaded schemars v0.8.16
11172024-03-13T03:15:48.440Z Downloaded termtree v0.4.1
11182024-03-13T03:15:48.440Z Downloaded take_mut v0.2.2
11192024-03-13T03:15:48.440Z Downloaded password-hash v0.5.0
11202024-03-13T03:15:48.440Z Downloaded vte_generate_state_changes v0.1.1
11212024-03-13T03:15:48.441Z Downloaded compact_str v0.7.1
11222024-03-13T03:15:48.441Z Downloaded partial-io v0.5.4
11232024-03-13T03:15:48.441Z Downloaded hash32 v0.3.1
11242024-03-13T03:15:48.441Z Downloaded guppy-workspace-hack v0.1.0
11252024-03-13T03:15:48.441Z Downloaded fd-lock v3.0.13
11262024-03-13T03:15:48.441Z Downloaded headers-core v0.2.0
11272024-03-13T03:15:48.441Z Downloaded usdt v0.5.0
11282024-03-13T03:15:48.441Z Downloaded olpc-cjson v0.1.3
11292024-03-13T03:15:48.442Z Downloaded rpassword v7.3.1
11302024-03-13T03:15:48.442Z Downloaded ref-cast-impl v1.0.20
11312024-03-13T03:15:48.442Z Downloaded pin-utils v0.1.0
11322024-03-13T03:15:48.442Z Downloaded yasna v0.5.2
11332024-03-13T03:15:48.443Z Downloaded rustversion v1.0.14
11342024-03-13T03:15:48.443Z Downloaded openssl-macros v0.1.1
11352024-03-13T03:15:48.443Z Downloaded number_prefix v0.4.0
11362024-03-13T03:15:48.443Z Downloaded peeking_take_while v0.1.2
11372024-03-13T03:15:48.444Z Downloaded pathdiff v0.2.1
11382024-03-13T03:15:48.444Z Downloaded slog-scope v4.4.0
11392024-03-13T03:15:48.499Z Downloaded quick-error v1.2.3
11402024-03-13T03:15:48.499Z Downloaded signal-hook-mio v0.2.3
11412024-03-13T03:15:48.499Z Downloaded indexmap v1.9.3
11422024-03-13T03:15:48.500Z Downloaded rustls-pki-types v1.3.0
11432024-03-13T03:15:48.500Z Downloaded tinytemplate v1.2.1
11442024-03-13T03:15:48.500Z Downloaded scroll_derive v0.12.0
11452024-03-13T03:15:48.500Z Downloaded snafu v0.7.5
11462024-03-13T03:15:48.500Z Downloaded version_check v0.9.4
11472024-03-13T03:15:48.500Z Downloaded termcolor v1.2.0
11482024-03-13T03:15:48.500Z Downloaded strum v0.25.0
11492024-03-13T03:15:48.501Z Downloaded structmeta-derive v0.3.0
11502024-03-13T03:15:48.501Z Downloaded pest_meta v2.7.6
11512024-03-13T03:15:48.501Z Downloaded num-traits v0.2.18
11522024-03-13T03:15:48.501Z Downloaded enum-as-inner v0.5.1
11532024-03-13T03:15:48.501Z Downloaded waitgroup v0.1.2
11542024-03-13T03:15:48.502Z Downloaded wait-timeout v0.2.0
11552024-03-13T03:15:48.502Z Downloaded once_cell v1.19.0
11562024-03-13T03:15:48.502Z Downloaded fixedbitset v0.4.2
11572024-03-13T03:15:48.502Z Downloaded futures-core v0.3.30
11582024-03-13T03:15:48.502Z Downloaded fd-lock v4.0.2
11592024-03-13T03:15:48.502Z Downloaded scopeguard v1.2.0
11602024-03-13T03:15:48.503Z Downloaded crypto-bigint v0.5.2
11612024-03-13T03:15:48.503Z Downloaded scroll v0.12.0
11622024-03-13T03:15:48.503Z Downloaded pkcs1 v0.7.5
11632024-03-13T03:15:48.503Z Downloaded dtrace-parser v0.2.0
11642024-03-13T03:15:48.504Z Downloaded dtrace-parser v0.1.14
11652024-03-13T03:15:48.504Z Downloaded num_threads v0.1.6
11662024-03-13T03:15:48.504Z Downloaded signal-hook v0.3.17
11672024-03-13T03:15:48.504Z Downloaded precomputed-hash v0.1.1
11682024-03-13T03:15:48.504Z Downloaded elliptic-curve v0.13.8
11692024-03-13T03:15:48.504Z Downloaded serde-big-array v0.5.1
11702024-03-13T03:15:48.504Z Downloaded sec1 v0.7.3
11712024-03-13T03:15:48.504Z Downloaded proc-macro-error-attr v1.0.4
11722024-03-13T03:15:48.505Z Downloaded rtoolbox v0.0.1
11732024-03-13T03:15:48.505Z Downloaded tinyvec v1.6.0
11742024-03-13T03:15:48.505Z Downloaded unicase v2.7.0
11752024-03-13T03:15:48.505Z Downloaded derive_more v0.99.17
11762024-03-13T03:15:48.505Z Downloaded want v0.3.1
11772024-03-13T03:15:48.505Z Downloaded tower-service v0.3.2
11782024-03-13T03:15:48.505Z Downloaded tower-layer v0.3.2
11792024-03-13T03:15:48.506Z Downloaded smawk v0.3.1
11802024-03-13T03:15:48.506Z Downloaded usdt-impl v0.3.5
11812024-03-13T03:15:48.506Z Downloaded smf v0.2.2
11822024-03-13T03:15:48.506Z Downloaded diesel_table_macro_syntax v0.1.0
11832024-03-13T03:15:48.506Z Downloaded unsafe-libyaml v0.2.10
11842024-03-13T03:15:48.506Z Downloaded fnv v1.0.7
11852024-03-13T03:15:48.506Z Downloaded unicode-xid v0.2.4
11862024-03-13T03:15:48.506Z Downloaded postcard v1.0.8
11872024-03-13T03:15:48.507Z Downloaded omicron-zone-package v0.11.0
11882024-03-13T03:15:48.507Z Downloaded unicode-width v0.1.11
11892024-03-13T03:15:48.507Z Downloaded rand v0.4.6
11902024-03-13T03:15:48.507Z Downloaded structmeta-derive v0.2.0
11912024-03-13T03:15:49.359Z Downloaded structmeta v0.3.0
11922024-03-13T03:15:49.359Z Downloaded darling_macro v0.14.4
11932024-03-13T03:15:49.359Z Downloaded num-bigint v0.4.4
11942024-03-13T03:15:49.359Z Downloaded futures-io v0.3.30
11952024-03-13T03:15:49.360Z Downloaded futures-executor v0.3.30
11962024-03-13T03:15:49.360Z Downloaded funty v2.0.0
11972024-03-13T03:15:49.360Z Downloaded defmt v0.3.5
11982024-03-13T03:15:49.360Z Downloaded group v0.13.0
11992024-03-13T03:15:49.360Z Downloaded globset v0.4.13
12002024-03-13T03:15:49.360Z Downloaded sct v0.7.0
12012024-03-13T03:15:49.360Z Downloaded toolchain_find v0.2.0
12022024-03-13T03:15:49.360Z Downloaded powerfmt v0.2.0
12032024-03-13T03:15:49.361Z Downloaded ppv-lite86 v0.2.17
12042024-03-13T03:15:49.361Z Downloaded platforms v3.0.2
12052024-03-13T03:15:49.361Z Downloaded swrite v0.1.0
12062024-03-13T03:15:49.361Z Downloaded tokio-tungstenite v0.20.1
12072024-03-13T03:15:49.362Z Downloaded siphasher v0.3.11
12082024-03-13T03:15:49.362Z Downloaded secrecy v0.8.0
12092024-03-13T03:15:49.362Z Downloaded toml_edit v0.19.15
12102024-03-13T03:15:49.362Z Downloaded slab v0.4.9
12112024-03-13T03:15:49.362Z Downloaded structmeta v0.2.0
12122024-03-13T03:15:49.362Z Downloaded uuid v1.7.0
12132024-03-13T03:15:49.363Z Downloaded prettyplease v0.2.16
12142024-03-13T03:15:49.363Z Downloaded crossbeam-channel v0.5.8
12152024-03-13T03:15:49.363Z Downloaded itertools v0.12.1
12162024-03-13T03:15:49.363Z Downloaded openssl-probe v0.1.5
12172024-03-13T03:15:49.363Z Downloaded topological-sort v0.2.2
12182024-03-13T03:15:49.363Z Downloaded serde_plain v1.0.2
12192024-03-13T03:15:49.364Z Downloaded serde-hex v0.1.0
12202024-03-13T03:15:49.364Z Downloaded num-bigint-dig v0.8.4
12212024-03-13T03:15:49.364Z Downloaded endian-type v0.1.2
12222024-03-13T03:15:49.364Z Downloaded predicates v3.1.0
12232024-03-13T03:15:49.364Z Downloaded getrandom v0.2.12
12242024-03-13T03:15:49.364Z Downloaded foreign-types v0.5.0
12252024-03-13T03:15:49.364Z Downloaded supports-color v3.0.0
12262024-03-13T03:15:49.365Z Downloaded hashbrown v0.13.2
12272024-03-13T03:15:49.365Z Downloaded fastrand v2.0.1
12282024-03-13T03:15:49.365Z Downloaded remove_dir_all v0.5.3
12292024-03-13T03:15:49.365Z Downloaded zerocopy-derive v0.7.32
12302024-03-13T03:15:49.366Z Downloaded derive-where v1.2.7
12312024-03-13T03:15:49.366Z Downloaded pkg-config v0.3.27
12322024-03-13T03:15:49.366Z Downloaded walkdir v2.4.0
12332024-03-13T03:15:49.366Z Downloaded utf-8 v0.7.6
12342024-03-13T03:15:49.367Z Downloaded x509-cert v0.2.4
12352024-03-13T03:15:49.367Z Downloaded parking_lot_core v0.8.6
12362024-03-13T03:15:49.367Z Downloaded stability v0.1.1
12372024-03-13T03:15:49.368Z Downloaded slog-dtrace v0.3.0
12382024-03-13T03:15:49.368Z Downloaded phf_shared v0.11.2
12392024-03-13T03:15:49.368Z Downloaded pest_generator v2.7.6
12402024-03-13T03:15:49.368Z Downloaded criterion v0.5.1
12412024-03-13T03:15:49.368Z Downloaded psl-types v2.0.11
12422024-03-13T03:15:49.368Z Downloaded doc-comment v0.3.3
12432024-03-13T03:15:49.368Z Downloaded num_enum_derive v0.5.11
12442024-03-13T03:15:49.369Z Downloaded num_enum v0.5.11
12452024-03-13T03:15:49.369Z Downloaded darling v0.20.3
12462024-03-13T03:15:49.369Z Downloaded sqlformat v0.2.3
12472024-03-13T03:15:49.369Z Downloaded unicode-linebreak v0.1.5
12482024-03-13T03:15:49.369Z Downloaded tokio-rustls v0.25.0
12492024-03-13T03:15:49.370Z Downloaded diesel_derives v2.1.2
12502024-03-13T03:15:49.370Z Downloaded pin-project-internal v1.1.3
12512024-03-13T03:15:49.370Z Downloaded parking_lot v0.11.2
12522024-03-13T03:15:49.370Z Downloaded publicsuffix v2.2.3
12532024-03-13T03:15:49.370Z Downloaded thiserror-impl-no-std v2.0.2
12542024-03-13T03:15:49.370Z Downloaded predicates-core v1.0.6
12552024-03-13T03:15:49.371Z Downloaded paste v1.0.14
12562024-03-13T03:15:49.371Z Downloaded resolv-conf v0.7.0
12572024-03-13T03:15:49.371Z Downloaded fs-err v2.11.0
12582024-03-13T03:15:49.371Z Downloaded slog-envlogger v2.2.0
12592024-03-13T03:15:49.371Z Downloaded owo-colors v4.0.0
12602024-03-13T03:15:49.372Z Downloaded which v4.4.0
12612024-03-13T03:15:49.372Z Downloaded crossterm v0.27.0
12622024-03-13T03:15:49.372Z Downloaded usdt-macro v0.5.0
12632024-03-13T03:15:49.372Z Downloaded path-slash v0.1.5
12642024-03-13T03:15:49.373Z Downloaded display-error-chain v0.2.0
12652024-03-13T03:15:49.373Z Downloaded static_assertions v1.1.0
12662024-03-13T03:15:49.373Z Downloaded hash32 v0.2.1
12672024-03-13T03:15:49.373Z Downloaded stable_deref_trait v1.2.0
12682024-03-13T03:15:49.373Z Downloaded strsim v0.10.0
12692024-03-13T03:15:49.373Z Downloaded ref-cast v1.0.20
12702024-03-13T03:15:49.373Z Downloaded foreign-types v0.3.2
12712024-03-13T03:15:49.374Z Downloaded usdt-attr-macro v0.5.0
12722024-03-13T03:15:49.374Z Downloaded usdt-attr-macro v0.3.5
12732024-03-13T03:15:49.374Z Downloaded dyn-clone v1.0.17
12742024-03-13T03:15:49.374Z Downloaded flagset v0.4.3
12752024-03-13T03:15:49.374Z Downloaded pkcs8 v0.10.2
12762024-03-13T03:15:49.375Z Downloaded parse-display v0.9.0
12772024-03-13T03:15:49.375Z Downloaded dirs-sys-next v0.1.2
12782024-03-13T03:15:49.375Z Downloaded universal-hash v0.5.1
12792024-03-13T03:15:49.375Z Downloaded ed25519 v1.5.3
12802024-03-13T03:15:49.375Z Downloaded zeroize v1.7.0
12812024-03-13T03:15:49.375Z Downloaded slog-json v2.6.1
12822024-03-13T03:15:49.376Z Downloaded proc-macro-crate v1.3.1
12832024-03-13T03:15:49.376Z Downloaded slog-bunyan v2.5.0
12842024-03-13T03:15:49.376Z Downloaded tokio-rustls v0.24.1
12852024-03-13T03:15:49.376Z Downloaded pin-project-lite v0.2.13
12862024-03-13T03:15:49.376Z Downloaded thiserror-no-std v2.0.2
12872024-03-13T03:15:49.376Z Downloaded papergrid v0.11.0
12882024-03-13T03:15:49.376Z Downloaded packed_struct_codegen v0.10.1
12892024-03-13T03:15:49.376Z Downloaded packed_struct v0.10.1
12902024-03-13T03:15:49.376Z Downloaded unarray v0.1.4
12912024-03-13T03:15:49.461Z Downloaded oso v0.27.0
12922024-03-13T03:15:49.461Z Downloaded digest v0.10.7
12932024-03-13T03:15:49.461Z Downloaded difflib v0.4.0
12942024-03-13T03:15:49.461Z Downloaded serde_tokenstream v0.1.7
12952024-03-13T03:15:49.461Z Downloaded tokio-util v0.7.10
12962024-03-13T03:15:49.461Z Downloaded dirs-next v2.0.0
12972024-03-13T03:15:49.461Z Downloaded percent-encoding v2.3.1
12982024-03-13T03:15:49.462Z Downloaded parse-display-derive v0.9.0
12992024-03-13T03:15:49.462Z Downloaded hashbrown v0.12.3
13002024-03-13T03:15:49.462Z Downloaded foreign-types-macros v0.2.3
13012024-03-13T03:15:49.462Z Downloaded slog-stdlog v4.1.1
13022024-03-13T03:15:49.462Z Downloaded postgres-types v0.2.6
13032024-03-13T03:15:49.462Z Downloaded half v2.3.1
13042024-03-13T03:15:49.462Z Downloaded zip v0.6.6
13052024-03-13T03:15:49.462Z Downloaded serde_repr v0.1.16
13062024-03-13T03:15:49.463Z Downloaded float-cmp v0.9.0
13072024-03-13T03:15:49.463Z Downloaded rand_xorshift v0.3.0
13082024-03-13T03:15:49.463Z Downloaded darling_core v0.20.3
13092024-03-13T03:15:49.463Z Downloaded trust-dns-resolver v0.22.0
13102024-03-13T03:15:49.463Z Downloaded rustc-demangle v0.1.23
13112024-03-13T03:15:49.463Z Downloaded rand_core v0.6.4
13122024-03-13T03:15:49.463Z Downloaded rand_chacha v0.3.1
13132024-03-13T03:15:49.463Z Downloaded env_logger v0.10.0
13142024-03-13T03:15:49.463Z Downloaded heapless v0.7.16
13152024-03-13T03:15:49.463Z Downloaded time v0.3.34
13162024-03-13T03:15:49.464Z Downloaded serde_tokenstream v0.2.0
13172024-03-13T03:15:49.464Z Downloaded tar v0.4.40
13182024-03-13T03:15:49.464Z Downloaded pem-rfc7468 v0.7.0
13192024-03-13T03:15:49.464Z Downloaded serde_with_macros v3.6.1
13202024-03-13T03:15:49.464Z Downloaded parking_lot_core v0.9.8
13212024-03-13T03:15:49.464Z Downloaded textwrap v0.16.1
13222024-03-13T03:15:49.464Z Downloaded openssl-sys v0.9.96
13232024-03-13T03:15:49.464Z Downloaded usdt-impl v0.5.0
13242024-03-13T03:15:49.464Z Downloaded slog-term v2.9.0
13252024-03-13T03:15:49.464Z Downloaded headers v0.3.9
13262024-03-13T03:15:49.464Z Downloaded similar v2.4.0
13272024-03-13T03:15:49.464Z Downloaded futures-util v0.3.30
13282024-03-13T03:15:49.465Z Downloaded darling v0.14.4
13292024-03-13T03:15:49.465Z Downloaded ucd-trie v0.1.6
13302024-03-13T03:15:49.465Z Downloaded typenum v1.16.0
13312024-03-13T03:15:49.466Z Downloaded guppy v0.17.5
13322024-03-13T03:15:49.466Z Downloaded slog v2.7.0
13332024-03-13T03:15:49.466Z Downloaded heapless v0.8.0
13342024-03-13T03:15:49.466Z Downloaded poly1305 v0.8.0
13352024-03-13T03:15:49.466Z Downloaded flate2 v1.0.28
13362024-03-13T03:15:49.467Z Downloaded trust-dns-server v0.22.1
13372024-03-13T03:15:49.467Z Downloaded tower v0.4.13
13382024-03-13T03:15:49.467Z Downloaded rsa v0.9.2
13392024-03-13T03:15:49.467Z Downloaded petgraph v0.6.4
13402024-03-13T03:15:49.467Z Downloaded rstest_macros v0.18.2
13412024-03-13T03:15:49.467Z Downloaded unicode-segmentation v1.10.1
13422024-03-13T03:15:49.467Z Downloaded quick-xml v0.30.0
13432024-03-13T03:15:49.468Z Downloaded tough v0.16.0
13442024-03-13T03:15:49.468Z Downloaded plotters v0.3.5
13452024-03-13T03:15:49.468Z Downloaded rustls-webpki v0.102.1
13462024-03-13T03:15:49.468Z Downloaded rayon-core v1.12.1
13472024-03-13T03:15:49.468Z Downloaded typed-path v0.7.0
13482024-03-13T03:15:49.468Z Downloaded expectorate v1.1.0
13492024-03-13T03:15:49.469Z Downloaded reedline v0.30.0
13502024-03-13T03:15:49.469Z Downloaded unicode-normalization v0.1.22
13512024-03-13T03:15:49.470Z Downloaded idna v0.2.3
13522024-03-13T03:15:49.470Z Downloaded lalrpop v0.19.12
13532024-03-13T03:15:49.470Z Downloaded vcpkg v0.2.15
13542024-03-13T03:15:49.470Z Downloaded pest v2.7.6
13552024-03-13T03:15:49.470Z Downloaded serde_with v3.6.1
13562024-03-13T03:15:49.471Z Downloaded goblin v0.8.0
13572024-03-13T03:15:49.471Z Downloaded portable-atomic v1.4.3
13582024-03-13T03:15:49.471Z Downloaded rayon v1.9.0
13592024-03-13T03:15:49.471Z Downloaded h2 v0.3.24
13602024-03-13T03:15:49.471Z Downloaded proptest v1.4.0
13612024-03-13T03:15:49.472Z Downloaded regress v0.8.0
13622024-03-13T03:15:49.472Z Downloaded bstr v0.2.17
13632024-03-13T03:15:49.472Z Downloaded tabled v0.15.0
13642024-03-13T03:15:49.472Z Downloaded webpki-roots v0.25.2
13652024-03-13T03:15:49.472Z Downloaded regex v1.10.3
13662024-03-13T03:15:49.472Z Downloaded trust-dns-proto v0.22.0
13672024-03-13T03:15:49.472Z Downloaded syn v1.0.109
13682024-03-13T03:15:49.472Z Downloaded rustls v0.22.2
13692024-03-13T03:15:49.472Z Downloaded diesel v2.1.4
13702024-03-13T03:15:49.473Z Downloaded smoltcp v0.11.0
13712024-03-13T03:15:49.473Z Downloaded regress v0.9.0
13722024-03-13T03:15:49.473Z Downloaded smoltcp v0.9.1
13732024-03-13T03:15:49.473Z Downloaded curve25519-dalek v4.1.1
13742024-03-13T03:15:49.473Z Downloaded sled v0.34.7
13752024-03-13T03:15:49.473Z Downloaded openapiv3 v2.0.0
13762024-03-13T03:15:49.473Z Downloaded bzip2-sys v0.1.11+1.0.8
13772024-03-13T03:15:49.473Z Downloaded bstr v1.9.0
13782024-03-13T03:15:49.473Z Downloaded ratatui v0.26.1
13792024-03-13T03:15:49.474Z Downloaded gimli v0.28.0
13802024-03-13T03:15:49.474Z Downloaded rustls v0.21.9
13812024-03-13T03:15:49.474Z Downloaded zerocopy-derive v0.6.4
13822024-03-13T03:15:49.474Z Downloaded zerocopy-derive v0.2.0
13832024-03-13T03:15:49.474Z Downloaded regex-automata v0.4.5
13842024-03-13T03:15:49.474Z Downloaded tokio v1.36.0
13852024-03-13T03:15:49.538Z Downloaded sha3 v0.10.8
13862024-03-13T03:15:49.539Z Downloaded csv v1.3.0
13872024-03-13T03:15:49.539Z Downloaded object v0.32.1
13882024-03-13T03:15:49.539Z Downloaded regex-syntax v0.6.29
13892024-03-13T03:15:49.539Z Downloaded polar-core v0.27.0
13902024-03-13T03:15:49.539Z Downloaded regex-syntax v0.8.2
13912024-03-13T03:15:49.539Z Downloaded openssl v0.10.60
13922024-03-13T03:15:49.539Z Downloaded idna v0.5.0
13932024-03-13T03:15:49.540Z Downloaded encoding_rs v0.8.33
13942024-03-13T03:15:49.540Z Downloaded object v0.30.4
13952024-03-13T03:15:49.540Z Downloaded sqlparser v0.43.1
13962024-03-13T03:15:49.557Z Downloaded radix_trie v0.2.1
13972024-03-13T03:15:49.557Z Downloaded nix v0.27.1
13982024-03-13T03:15:49.558Z Downloaded idna v0.3.0
13992024-03-13T03:15:49.558Z Downloaded regex-automata v0.1.10
14002024-03-13T03:15:49.558Z Downloaded zerocopy v0.7.32
14012024-03-13T03:15:49.580Z Downloaded rustls-webpki v0.101.7
14022024-03-13T03:15:49.599Z Downloaded bindgen v0.69.2
14032024-03-13T03:15:49.599Z Downloaded chrono v0.4.34
14042024-03-13T03:15:49.599Z Downloaded bitvec v1.0.1
14052024-03-13T03:15:49.614Z Downloaded fatfs v0.3.6
14062024-03-13T03:15:49.614Z Downloaded rand v0.8.5
14072024-03-13T03:15:50.056Z Downloaded clap v2.34.0
14082024-03-13T03:15:50.056Z Downloaded tracing v0.1.40
14092024-03-13T03:15:50.056Z Downloaded trust-dns-client v0.22.0
14102024-03-13T03:15:50.056Z Downloaded reqwest v0.11.24
14112024-03-13T03:15:50.056Z Downloaded winnow v0.5.15
14122024-03-13T03:15:50.057Z Downloaded tokio-postgres v0.7.10
14132024-03-13T03:15:50.057Z Downloaded pretty_assertions v1.4.0
14142024-03-13T03:15:50.057Z Downloaded pin-project v1.1.3
14152024-03-13T03:15:50.057Z Downloaded rustyline v13.0.0
14162024-03-13T03:15:50.057Z Downloaded darling_core v0.14.4
14172024-03-13T03:15:50.057Z Downloaded similar-asserts v1.5.0
14182024-03-13T03:15:50.057Z Downloaded proc-macro-error v1.0.4
14192024-03-13T03:15:50.058Z Downloaded rstest v0.18.2
14202024-03-13T03:15:50.058Z Downloaded ring v0.17.8
14212024-03-13T03:15:50.058Z Downloaded ring v0.16.20
14222024-03-13T03:15:50.058Z Downloaded blake3 v1.5.0
14232024-03-13T03:15:50.058Z Downloaded usdt-macro v0.3.5
14242024-03-13T03:15:50.058Z Downloaded smallvec v0.6.14
14252024-03-13T03:15:50.058Z Downloaded tempfile v3.10.0
14262024-03-13T03:15:50.058Z Downloaded unicode_categories v0.1.1
14272024-03-13T03:15:50.059Z Downloaded futures v0.3.30
14282024-03-13T03:15:50.059Z Downloaded pest_derive v2.7.6
14292024-03-13T03:15:50.059Z Downloaded parse-size v1.0.0
14302024-03-13T03:15:50.059Z Downloaded target-lexicon v0.12.13
14312024-03-13T03:15:50.059Z Downloaded salty v0.2.0
14322024-03-13T03:15:50.059Z Downloaded rcgen v0.12.1
14332024-03-13T03:15:50.059Z Downloaded diff v0.1.13
14342024-03-13T03:15:50.059Z Downloaded derive_builder v0.12.0
14352024-03-13T03:15:50.060Z Downloaded steno v0.4.0
14362024-03-13T03:15:50.060Z Downloaded zeroize_derive v1.4.2
14372024-03-13T03:15:50.060Z Downloaded slog-async v2.8.0
14382024-03-13T03:15:50.060Z Downloaded serde_urlencoded v0.7.1
14392024-03-13T03:15:50.060Z Downloaded hyper v0.14.28
14402024-03-13T03:15:50.060Z Downloaded rustc_version v0.4.0
14412024-03-13T03:15:50.060Z Downloaded rustc_version v0.1.7
14422024-03-13T03:15:50.061Z Downloaded rustc-hash v1.1.0
14432024-03-13T03:15:50.061Z Downloaded predicates-tree v1.0.9
14442024-03-13T03:15:50.061Z Downloaded tracing-core v0.1.32
14452024-03-13T03:15:50.061Z Downloaded socket2 v0.5.5
14462024-03-13T03:15:50.061Z Downloaded nom v7.1.3
14472024-03-13T03:15:50.061Z Downloaded libxml v0.3.3
14482024-03-13T03:15:50.061Z Downloaded tap v1.0.1
14492024-03-13T03:15:50.062Z Downloaded tabwriter v1.4.0
14502024-03-13T03:15:50.062Z Downloaded tabled_derive v0.7.0
14512024-03-13T03:15:50.062Z Downloaded dof v0.1.5
14522024-03-13T03:15:50.062Z Downloaded futures-channel v0.3.30
14532024-03-13T03:15:50.062Z Downloaded tokio-stream v0.1.14
14542024-03-13T03:15:50.062Z Downloaded unicode-bidi v0.3.15
14552024-03-13T03:15:50.063Z Downloaded rustls-pemfile v2.1.1
14562024-03-13T03:15:50.063Z Downloaded rustls-native-certs v0.7.0
14572024-03-13T03:15:50.063Z Downloaded structopt v0.3.26
14582024-03-13T03:15:50.063Z Downloaded itertools v0.10.5
14592024-03-13T03:15:50.063Z Downloaded glob v0.3.1
14602024-03-13T03:15:50.063Z Downloaded getopts v0.2.21
14612024-03-13T03:15:50.064Z Downloaded gethostname v0.4.3
14622024-03-13T03:15:50.064Z Downloaded libm v0.2.7
14632024-03-13T03:15:50.064Z Downloaded sqlparser_derive v0.2.2
14642024-03-13T03:15:50.064Z Downloaded serde-big-array v0.4.1
14652024-03-13T03:15:50.064Z Downloaded structopt-derive v0.4.18
14662024-03-13T03:15:50.064Z Downloaded term v0.7.0
14672024-03-13T03:15:50.065Z Downloaded derive_builder_core v0.12.0
14682024-03-13T03:15:50.065Z Downloaded tracing-attributes v0.1.27
14692024-03-13T03:15:50.065Z Downloaded termios v0.3.3
14702024-03-13T03:15:50.065Z Downloaded url v2.5.0
14712024-03-13T03:15:50.065Z Downloaded plain v0.2.3
14722024-03-13T03:15:50.065Z Downloaded pem v3.0.2
14732024-03-13T03:15:50.066Z Downloaded der v0.7.8
14742024-03-13T03:15:50.066Z Downloaded minimal-lexical v0.2.1
14752024-03-13T03:15:50.066Z Downloaded datatest-stable v0.2.3
14762024-03-13T03:15:50.066Z Downloaded data-encoding v2.4.0
14772024-03-13T03:15:50.066Z Downloaded postgres-protocol v0.6.6
14782024-03-13T03:15:50.067Z Downloaded flume v0.11.0
14792024-03-13T03:15:50.067Z Downloaded chacha20poly1305 v0.10.1
14802024-03-13T03:15:50.067Z Downloaded threadpool v1.8.1
14812024-03-13T03:15:50.067Z Downloaded spin v0.9.8
14822024-03-13T03:15:50.067Z Downloaded same-file v1.0.6
14832024-03-13T03:15:50.067Z Downloaded serde_yaml v0.9.25
14842024-03-13T03:15:50.067Z Downloaded ron v0.8.1
14852024-03-13T03:15:50.068Z Downloaded mio v0.8.11
14862024-03-13T03:15:50.068Z Downloaded generic-array v0.14.7
14872024-03-13T03:15:50.068Z Downloaded whoami v1.5.0
14882024-03-13T03:15:50.068Z Downloaded r2d2 v0.8.10
14892024-03-13T03:15:50.068Z Downloaded zerocopy v0.6.4
14902024-03-13T03:15:50.068Z Downloaded debug-ignore v1.0.5
14912024-03-13T03:15:50.068Z Downloaded parking_lot v0.12.1
14922024-03-13T03:15:50.069Z Downloaded hyper v1.1.0
14932024-03-13T03:15:50.069Z Downloaded num-rational v0.4.1
14942024-03-13T03:15:50.069Z Downloaded spki v0.7.2
14952024-03-13T03:15:50.069Z Downloaded oorandom v11.1.3
14962024-03-13T03:15:50.069Z Downloaded fragile v2.0.0
14972024-03-13T03:15:50.069Z Downloaded fallible-iterator v0.2.0
14982024-03-13T03:15:50.069Z Downloaded vec_map v0.8.2
14992024-03-13T03:15:50.069Z Downloaded semver v0.11.0
15002024-03-13T03:15:50.070Z Downloaded relative-path v1.9.0
15012024-03-13T03:15:50.070Z Downloaded tungstenite v0.20.1
15022024-03-13T03:15:50.070Z Downloaded trybuild v1.0.89
15032024-03-13T03:15:50.070Z Downloaded toml v0.7.8
15042024-03-13T03:15:50.070Z Downloaded toml v0.5.11
15052024-03-13T03:15:50.070Z Downloaded thread-id v4.2.0
15062024-03-13T03:15:50.070Z Downloaded subprocess v0.2.9
15072024-03-13T03:15:50.091Z Downloaded plotters-backend v0.3.5
15082024-03-13T03:15:50.091Z Downloaded signature v1.6.4
15092024-03-13T03:15:50.091Z Downloaded signal-hook-registry v1.4.1
15102024-03-13T03:15:50.092Z Downloaded crossbeam-utils v0.8.19
15112024-03-13T03:15:50.092Z Downloaded blake2 v0.10.6
15122024-03-13T03:15:50.092Z Downloaded serde_derive_internals v0.26.0
15132024-03-13T03:15:50.092Z Downloaded either v1.10.0
15142024-03-13T03:15:50.092Z Downloaded rusty-fork v0.3.0
15152024-03-13T03:15:50.092Z Downloaded aho-corasick v1.1.2
15162024-03-13T03:15:50.092Z Downloaded rust-argon2 v1.0.1
15172024-03-13T03:15:50.093Z Downloaded mockall_derive v0.12.0
15182024-03-13T03:15:50.093Z Downloaded cookie v0.18.0
15192024-03-13T03:15:50.093Z Downloaded num-complex v0.4.4
15202024-03-13T03:15:50.093Z Downloaded nu-ansi-term v0.50.0
15212024-03-13T03:15:50.093Z Downloaded defmt-parser v0.3.3
15222024-03-13T03:15:50.093Z Downloaded defmt-macros v0.3.6
15232024-03-13T03:15:50.094Z Downloaded multer v3.0.0
15242024-03-13T03:15:50.094Z Downloaded maplit v1.0.2
15252024-03-13T03:15:50.094Z Downloaded console v0.15.8
15262024-03-13T03:15:50.094Z Downloaded strum_macros v0.24.3
15272024-03-13T03:15:50.094Z Downloaded chacha20 v0.9.1
15282024-03-13T03:15:50.094Z Downloaded textwrap v0.11.0
15292024-03-13T03:15:50.094Z Downloaded strip-ansi-escapes v0.2.0
15302024-03-13T03:15:50.094Z Downloaded shell-words v1.1.0
15312024-03-13T03:15:50.095Z Downloaded sha1 v0.10.6
15322024-03-13T03:15:50.095Z Downloaded serde_path_to_error v0.1.15
15332024-03-13T03:15:50.095Z Downloaded semver-parser v0.10.2
15342024-03-13T03:15:50.095Z Downloaded scheduled-thread-pool v0.2.7
15352024-03-13T03:15:50.095Z Downloaded bzip2 v0.4.4
15362024-03-13T03:15:50.095Z Downloaded base64 v0.21.7
15372024-03-13T03:15:50.095Z Downloaded nanorand v0.7.0
15382024-03-13T03:15:50.096Z Downloaded macaddr v1.0.1
15392024-03-13T03:15:50.096Z Downloaded linked-hash-map v0.5.6
15402024-03-13T03:15:50.096Z Downloaded linear-map v1.2.0
15412024-03-13T03:15:50.131Z Downloaded lalrpop-util v0.19.12
15422024-03-13T03:15:50.131Z Downloaded darling_macro v0.20.3
15432024-03-13T03:15:50.132Z Downloaded curve25519-dalek-derive v0.1.0
15442024-03-13T03:15:50.132Z Downloaded lazy_static v1.4.0
15452024-03-13T03:15:50.132Z Downloaded cstr-argument v0.1.2
15462024-03-13T03:15:50.132Z Downloaded crossbeam-deque v0.8.3
15472024-03-13T03:15:50.133Z Downloaded crc-catalog v2.2.0
15482024-03-13T03:15:50.133Z Downloaded convert_case v0.4.0
15492024-03-13T03:15:50.133Z Downloaded constant_time_eq v0.3.0
15502024-03-13T03:15:50.133Z Downloaded ciborium-ll v0.2.2
15512024-03-13T03:15:50.134Z Downloaded http v1.0.0
15522024-03-13T03:15:50.134Z Downloaded bitflags v1.3.2
15532024-03-13T03:15:50.134Z Downloaded bit-set v0.5.3
15542024-03-13T03:15:50.134Z Downloaded memmap v0.7.0
15552024-03-13T03:15:50.135Z Downloaded libefi-sys v0.1.0
15562024-03-13T03:15:50.135Z Downloaded indicatif v0.17.8
15572024-03-13T03:15:50.135Z Downloaded cfg-expr v0.15.6
15582024-03-13T03:15:50.135Z Downloaded backtrace v0.3.69
15592024-03-13T03:15:50.135Z Downloaded hyper-rustls v0.26.0
15602024-03-13T03:15:50.586Z Downloaded httptest v0.15.5
15612024-03-13T03:15:50.587Z Downloaded backoff v0.4.0
15622024-03-13T03:15:50.587Z Downloaded home v0.5.5
15632024-03-13T03:15:50.587Z Downloaded bitfield v0.14.0
15642024-03-13T03:15:50.587Z Downloaded base16ct v0.2.0
15652024-03-13T03:15:50.587Z Downloaded hubpack v0.1.2
15662024-03-13T03:15:50.587Z Downloaded bb8 v0.8.3
15672024-03-13T03:15:50.587Z Downloaded autocfg v1.1.0
15682024-03-13T03:15:50.587Z Downloaded hex v0.4.3
15692024-03-13T03:15:50.587Z Downloaded csv-core v0.1.11
15702024-03-13T03:15:50.587Z Downloaded assert_cmd v2.0.14
15712024-03-13T03:15:50.588Z Downloaded argon2 v0.5.3
15722024-03-13T03:15:50.588Z Downloaded ansi_term v0.12.1
15732024-03-13T03:15:50.588Z Downloaded allocator-api2 v0.2.16
15742024-03-13T03:15:50.588Z Downloaded aead v0.5.2
15752024-03-13T03:15:50.588Z Downloaded array-init v0.0.4
15762024-03-13T03:15:50.588Z Downloaded ahash v0.8.8
15772024-03-13T03:15:50.588Z Downloaded approx v0.5.1
15782024-03-13T03:15:50.657Z Compiling libc v0.2.153
15792024-03-13T03:15:50.657Z Compiling serde v1.0.197
15802024-03-13T03:15:50.688Z Compiling version_check v0.9.4
15812024-03-13T03:15:50.689Z Compiling autocfg v1.1.0
15822024-03-13T03:15:50.689Z Checking cfg-if v1.0.0
15832024-03-13T03:15:50.689Z Compiling syn v1.0.109
15842024-03-13T03:15:50.727Z Compiling syn v2.0.51
15852024-03-13T03:15:50.844Z Compiling parking_lot_core v0.9.8
15862024-03-13T03:15:50.953Z Compiling memchr v2.7.1
15872024-03-13T03:15:51.301Z Compiling libm v0.2.7
15882024-03-13T03:15:51.410Z Compiling once_cell v1.19.0
15892024-03-13T03:15:51.656Z Compiling ahash v0.8.8
15902024-03-13T03:15:51.672Z Compiling serde_json v1.0.114
15912024-03-13T03:15:51.685Z Compiling lock_api v0.4.10
15922024-03-13T03:15:52.012Z Compiling num-traits v0.2.18
15932024-03-13T03:15:52.111Z Compiling byteorder v1.5.0
15942024-03-13T03:15:52.607Z Compiling slab v0.4.9
15952024-03-13T03:15:53.095Z Compiling log v0.4.20
15962024-03-13T03:15:53.095Z Checking getrandom v0.2.12
15972024-03-13T03:15:53.095Z Compiling typenum v1.16.0
15982024-03-13T03:15:53.108Z Compiling cc v1.0.83
15992024-03-13T03:15:53.328Z Compiling generic-array v0.14.7
16002024-03-13T03:15:53.504Z Checking itoa v1.0.9
16012024-03-13T03:15:53.696Z Compiling pkg-config v0.3.27
16022024-03-13T03:15:53.696Z Compiling allocator-api2 v0.2.16
16032024-03-13T03:15:53.715Z Checking scopeguard v1.2.0
16042024-03-13T03:15:53.879Z Compiling rustix v0.38.31
16052024-03-13T03:15:54.197Z Checking smallvec v1.13.1
16062024-03-13T03:15:54.550Z Compiling schemars v0.8.16
16072024-03-13T03:15:54.593Z Compiling fnv v1.0.7
16082024-03-13T03:15:54.719Z Compiling num-conv v0.1.0
16092024-03-13T03:15:55.154Z Compiling httparse v1.8.0
16102024-03-13T03:15:55.169Z Compiling time-core v0.1.2
16112024-03-13T03:15:55.170Z Compiling vcpkg v0.2.15
16122024-03-13T03:15:55.170Z Compiling ucd-trie v0.1.6
16132024-03-13T03:15:55.170Z Compiling time-macros v0.2.17
16142024-03-13T03:15:55.170Z Compiling aho-corasick v1.1.2
16152024-03-13T03:15:56.247Z Compiling ring v0.17.8
16162024-03-13T03:15:56.951Z Compiling regex-syntax v0.8.2
16172024-03-13T03:15:57.331Z Compiling openssl-sys v0.9.96
16182024-03-13T03:15:59.634Z Compiling serde_derive_internals v0.26.0
16192024-03-13T03:15:59.704Z Checking parking_lot v0.12.1
16202024-03-13T03:16:00.007Z Compiling regex-automata v0.4.5
16212024-03-13T03:16:00.031Z Checking pin-project-lite v0.2.13
16222024-03-13T03:16:00.563Z Compiling crossbeam-utils v0.8.19
16232024-03-13T03:16:01.076Z Compiling ring v0.16.20
16242024-03-13T03:16:01.194Z Checking rand_core v0.6.4
16252024-03-13T03:16:01.490Z Checking ryu v1.0.15
16262024-03-13T03:16:01.713Z Checking signal-hook-registry v1.4.1
16272024-03-13T03:16:01.935Z Compiling openssl v0.10.60
16282024-03-13T03:16:02.309Z Checking mio v0.8.11
16292024-03-13T03:16:02.374Z Checking num_cpus v1.16.0
16302024-03-13T03:16:02.876Z Compiling iana-time-zone v0.1.57
16312024-03-13T03:16:02.876Z Checking futures-core v0.3.30
16322024-03-13T03:16:03.015Z Compiling native-tls v0.2.11
16332024-03-13T03:16:03.026Z Compiling rustls v0.21.9
16342024-03-13T03:16:03.192Z Compiling spin v0.5.2
16352024-03-13T03:16:03.279Z Compiling async-trait v0.1.77
16362024-03-13T03:16:03.338Z Compiling slog v2.7.0
16372024-03-13T03:16:04.254Z Compiling cookie v0.17.0
16382024-03-13T03:16:04.270Z Checking socket2 v0.5.5
16392024-03-13T03:16:04.753Z Compiling tinyvec_macros v0.1.1
16402024-03-13T03:16:04.753Z Compiling tinyvec v1.6.0
16412024-03-13T03:16:04.753Z Compiling dyn-clone v1.0.17
16422024-03-13T03:16:04.754Z Compiling backtrace v0.3.69
16432024-03-13T03:16:04.754Z Compiling unicode-bidi v0.3.15
16442024-03-13T03:16:05.011Z Compiling regex v1.10.3
16452024-03-13T03:16:05.060Z Compiling futures-sink v0.3.30
16462024-03-13T03:16:05.158Z Compiling serde_derive v1.0.197
16472024-03-13T03:16:05.202Z Compiling zerocopy-derive v0.7.32
16482024-03-13T03:16:05.628Z Compiling thiserror-impl v1.0.57
16492024-03-13T03:16:05.966Z Compiling zeroize_derive v1.4.2
16502024-03-13T03:16:06.167Z Compiling tokio-macros v2.2.0
16512024-03-13T03:16:06.192Z Compiling futures-macro v0.3.30
16522024-03-13T03:16:06.367Z Compiling tracing-attributes v0.1.27
16532024-03-13T03:16:07.643Z Compiling schemars_derive v0.8.16
16542024-03-13T03:16:07.746Z Compiling zerocopy v0.7.32
16552024-03-13T03:16:07.897Z Checking zeroize v1.7.0
16562024-03-13T03:16:08.223Z Compiling openssl-macros v0.1.1
16572024-03-13T03:16:09.072Z Compiling thiserror v1.0.57
16582024-03-13T03:16:09.197Z Compiling pest v2.7.6
16592024-03-13T03:16:09.952Z Compiling hashbrown v0.14.3
16602024-03-13T03:16:09.974Z Compiling unicode-normalization v0.1.22
16612024-03-13T03:16:11.148Z Compiling errno v0.3.8
16622024-03-13T03:16:11.171Z Compiling unicode-xid v0.2.4
16632024-03-13T03:16:11.171Z Compiling either v1.10.0
16642024-03-13T03:16:11.171Z Compiling crc32fast v1.3.2
16652024-03-13T03:16:11.171Z Compiling futures-channel v0.3.30
16662024-03-13T03:16:11.388Z Compiling pin-utils v0.1.0
16672024-03-13T03:16:11.469Z Compiling pest_meta v2.7.6
16682024-03-13T03:16:11.544Z Compiling futures-task v0.3.30
16692024-03-13T03:16:11.555Z Compiling futures-io v0.3.30
16702024-03-13T03:16:11.611Z Compiling anyhow v1.0.79
16712024-03-13T03:16:11.679Z Compiling spin v0.9.8
16722024-03-13T03:16:11.828Z Compiling futures-util v0.3.30
16732024-03-13T03:16:11.835Z Compiling tracing-core v0.1.32
16742024-03-13T03:16:11.856Z Compiling rustversion v1.0.14
16752024-03-13T03:16:11.948Z Compiling der_derive v0.7.2
16762024-03-13T03:16:12.289Z Compiling winnow v0.5.15
16772024-03-13T03:16:12.595Z Compiling tracing v0.1.40
16782024-03-13T03:16:13.078Z Compiling pest_generator v2.7.6
16792024-03-13T03:16:13.249Z Compiling percent-encoding v2.3.1
16802024-03-13T03:16:15.058Z Compiling lazy_static v1.4.0
16812024-03-13T03:16:15.145Z Compiling unicode-width v0.1.11
16822024-03-13T03:16:15.177Z Checking subtle v2.5.0
16832024-03-13T03:16:15.485Z Compiling untrusted v0.9.0
16842024-03-13T03:16:15.658Z Compiling foreign-types-shared v0.1.1
16852024-03-13T03:16:15.715Z Compiling powerfmt v0.2.0
16862024-03-13T03:16:15.761Z Compiling untrusted v0.7.1
16872024-03-13T03:16:16.513Z Compiling deranged v0.3.11
16882024-03-13T03:16:16.518Z Compiling foreign-types v0.3.2
16892024-03-13T03:16:16.518Z Compiling pest_derive v2.7.6
16902024-03-13T03:16:17.613Z Compiling form_urlencoded v1.2.1
16912024-03-13T03:16:17.921Z Compiling synstructure v0.12.6
16922024-03-13T03:16:17.942Z Compiling scroll_derive v0.12.0
16932024-03-13T03:16:18.199Z Compiling thread-id v4.2.0
16942024-03-13T03:16:18.588Z Compiling try-lock v0.2.4
16952024-03-13T03:16:18.710Z Compiling num_threads v0.1.6
16962024-03-13T03:16:19.011Z Compiling base64 v0.21.7
16972024-03-13T03:16:19.075Z Checking bytes v1.5.0
16982024-03-13T03:16:19.473Z Checking bitflags v2.4.2
16992024-03-13T03:16:19.777Z Compiling zerocopy-derive v0.2.0
17002024-03-13T03:16:20.222Z Compiling time v0.3.34
17012024-03-13T03:16:20.222Z Compiling want v0.3.1
17022024-03-13T03:16:20.240Z Checking tokio v1.36.0
17032024-03-13T03:16:20.241Z Compiling rustls-webpki v0.101.7
17042024-03-13T03:16:20.241Z Compiling sct v0.7.0
17052024-03-13T03:16:20.774Z Compiling indexmap v2.2.5
17062024-03-13T03:16:22.050Z Compiling uuid v1.7.0
17072024-03-13T03:16:22.107Z Compiling semver v1.0.22
17082024-03-13T03:16:22.262Z Compiling chrono v0.4.34
17092024-03-13T03:16:22.323Z Compiling http v0.2.12
17102024-03-13T03:16:23.677Z Compiling serde_spanned v0.6.5
17112024-03-13T03:16:23.905Z Compiling toml_datetime v0.6.5
17122024-03-13T03:16:24.387Z Compiling rustc_version v0.4.0
17132024-03-13T03:16:25.184Z Compiling toml_edit v0.19.15
17142024-03-13T03:16:25.275Z Compiling openapiv3 v2.0.0
17152024-03-13T03:16:25.366Z Compiling http-body v0.4.5
17162024-03-13T03:16:26.282Z Compiling idna v0.5.0
17172024-03-13T03:16:27.029Z Compiling httpdate v1.0.3
17182024-03-13T03:16:27.486Z Compiling openssl-probe v0.1.5
17192024-03-13T03:16:27.816Z Compiling const-oid v0.9.6
17202024-03-13T03:16:27.856Z Compiling tower-service v0.3.2
17212024-03-13T03:16:28.238Z Compiling url v2.5.0
17222024-03-13T03:16:29.646Z Compiling idna v0.3.0
17232024-03-13T03:16:29.757Z Compiling adler v1.0.2
17242024-03-13T03:16:29.983Z Compiling psl-types v2.0.11
17252024-03-13T03:16:30.104Z Compiling miniz_oxide v0.7.1
17262024-03-13T03:16:30.170Z Compiling publicsuffix v2.2.3
17272024-03-13T03:16:30.856Z Compiling crossbeam-epoch v0.9.18
17282024-03-13T03:16:31.015Z Compiling tokio-util v0.7.10
17292024-03-13T03:16:31.590Z Compiling ipnet v2.9.0
17302024-03-13T03:16:31.635Z Compiling signal-hook v0.3.17
17312024-03-13T03:16:31.780Z Compiling cookie_store v0.20.0
17322024-03-13T03:16:32.502Z Compiling h2 v0.3.24
17332024-03-13T03:16:32.521Z Compiling tokio-native-tls v0.3.1
17342024-03-13T03:16:32.788Z Compiling tokio-rustls v0.24.1
17352024-03-13T03:16:32.884Z Compiling serde_urlencoded v0.7.1
17362024-03-13T03:16:33.211Z Compiling rustls-pemfile v1.0.3
17372024-03-13T03:16:33.319Z Compiling crypto-common v0.1.6
17382024-03-13T03:16:33.364Z Compiling zerocopy-derive v0.6.4
17392024-03-13T03:16:33.392Z Compiling clap_derive v4.5.0
17402024-03-13T03:16:33.551Z Compiling usdt-impl v0.3.5
17412024-03-13T03:16:33.578Z Compiling encoding_rs v0.8.33
17422024-03-13T03:16:33.828Z Compiling siphasher v0.3.11
17432024-03-13T03:16:34.193Z Compiling gimli v0.28.0
17442024-03-13T03:16:34.540Z Compiling mime v0.3.17
17452024-03-13T03:16:35.122Z Compiling webpki-roots v0.25.2
17462024-03-13T03:16:35.263Z Compiling sync_wrapper v0.1.2
17472024-03-13T03:16:35.542Z Compiling zerocopy v0.3.0
17482024-03-13T03:16:35.659Z Compiling scroll v0.12.0
17492024-03-13T03:16:36.221Z Compiling block-buffer v0.10.4
17502024-03-13T03:16:36.473Z Compiling bzip2-sys v0.1.11+1.0.8
17512024-03-13T03:16:36.673Z Compiling object v0.32.1
17522024-03-13T03:16:37.331Z Compiling usdt-impl v0.5.0
17532024-03-13T03:16:37.354Z Compiling rustc-demangle v0.1.23
17542024-03-13T03:16:38.547Z Compiling plain v0.2.3
17552024-03-13T03:16:38.565Z Compiling goblin v0.8.0
17562024-03-13T03:16:38.565Z Compiling addr2line v0.21.0
17572024-03-13T03:16:38.606Z Compiling flate2 v1.0.28
17582024-03-13T03:16:38.954Z Compiling digest v0.10.7
17592024-03-13T03:16:39.066Z Compiling dof v0.1.5
17602024-03-13T03:16:39.181Z Compiling hyper v0.14.28
17612024-03-13T03:16:39.459Z Compiling heapless v0.7.16
17622024-03-13T03:16:39.785Z Compiling futures-executor v0.3.30
17632024-03-13T03:16:39.856Z Compiling dtrace-parser v0.1.14
17642024-03-13T03:16:39.991Z Compiling pretty-hex v0.4.1
17652024-03-13T03:16:40.213Z Compiling ppv-lite86 v0.2.17
17662024-03-13T03:16:40.969Z Compiling rand_chacha v0.3.1
17672024-03-13T03:16:41.878Z Compiling toml_edit v0.22.6
17682024-03-13T03:16:42.052Z Compiling futures v0.3.30
17692024-03-13T03:16:42.231Z Compiling toml v0.7.8
17702024-03-13T03:16:42.412Z Compiling hex v0.4.3
17712024-03-13T03:16:42.988Z Compiling serde_tokenstream v0.1.7
17722024-03-13T03:16:43.157Z Compiling dtrace-parser v0.2.0
17732024-03-13T03:16:43.524Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
17742024-03-13T03:16:44.325Z Compiling dof v0.3.0
17752024-03-13T03:16:44.349Z Compiling bit-vec v0.6.3
17762024-03-13T03:16:45.337Z Compiling rand v0.8.5
17772024-03-13T03:16:46.143Z Compiling hyper-rustls v0.24.2
17782024-03-13T03:16:46.512Z Compiling hyper-tls v0.5.0
17792024-03-13T03:16:48.028Z Compiling phf_shared v0.10.0
17802024-03-13T03:16:48.028Z Compiling num-bigint v0.4.4
17812024-03-13T03:16:48.029Z Compiling reqwest v0.11.24
17822024-03-13T03:16:48.029Z Compiling new_debug_unreachable v1.0.4
17832024-03-13T03:16:48.029Z Compiling smoltcp v0.9.1
17842024-03-13T03:16:48.029Z Compiling base64ct v1.6.0
17852024-03-13T03:16:48.029Z Compiling fixedbitset v0.4.2
17862024-03-13T03:16:48.029Z Compiling precomputed-hash v0.1.1
17872024-03-13T03:16:48.029Z Compiling minimal-lexical v0.2.1
17882024-03-13T03:16:48.029Z Compiling string_cache v0.8.7
17892024-03-13T03:16:48.029Z Compiling pem-rfc7468 v0.7.0
17902024-03-13T03:16:48.029Z Compiling nom v7.1.3
17912024-03-13T03:16:48.030Z Compiling petgraph v0.6.4
17922024-03-13T03:16:48.030Z Compiling bit-set v0.5.3
17932024-03-13T03:16:48.292Z Compiling usdt-macro v0.3.5
17942024-03-13T03:16:48.419Z Compiling usdt-attr-macro v0.3.5
17952024-03-13T03:16:48.972Z Compiling hmac v0.12.1
17962024-03-13T03:16:49.388Z Compiling itertools v0.10.5
17972024-03-13T03:16:49.652Z Compiling hubpack_derive v0.1.1
17982024-03-13T03:16:49.735Z Compiling enum-as-inner v0.5.1
17992024-03-13T03:16:49.887Z Compiling diesel_table_macro_syntax v0.1.0
18002024-03-13T03:16:50.347Z Checking equivalent v1.0.1
18012024-03-13T03:16:50.500Z Compiling flagset v0.4.3
18022024-03-13T03:16:50.555Z Compiling unicode-segmentation v1.10.1
18032024-03-13T03:16:50.597Z Compiling lalrpop-util v0.19.12
18042024-03-13T03:16:50.768Z Compiling der v0.7.8
18052024-03-13T03:16:51.313Z Compiling diesel_derives v2.1.2
18062024-03-13T03:16:51.689Z Compiling strum_macros v0.25.2
18072024-03-13T03:16:52.166Z Compiling cpufeatures v0.2.12
18082024-03-13T03:16:52.273Z Compiling sha2 v0.10.8
18092024-03-13T03:16:52.303Z Compiling md-5 v0.10.5
18102024-03-13T03:16:52.303Z Compiling stringprep v0.1.3
18112024-03-13T03:16:52.540Z Compiling serde_repr v0.1.16
18122024-03-13T03:16:53.123Z Compiling spki v0.7.2
18132024-03-13T03:16:53.327Z Compiling num-integer v0.1.46
18142024-03-13T03:16:53.512Z Compiling hash32 v0.2.1
18152024-03-13T03:16:53.927Z Compiling stable_deref_trait v1.2.0
18162024-03-13T03:16:54.390Z Compiling fallible-iterator v0.2.0
18172024-03-13T03:16:54.403Z Compiling pkcs8 v0.10.2
18182024-03-13T03:16:54.699Z Compiling postgres-protocol v0.6.6
18192024-03-13T03:16:54.930Z Compiling phf_shared v0.11.2
18202024-03-13T03:16:55.331Z Compiling ff v0.13.0
18212024-03-13T03:16:55.756Z Compiling terminal_size v0.3.0
18222024-03-13T03:16:55.756Z Compiling block-padding v0.3.3
18232024-03-13T03:16:56.208Z Compiling scheduled-thread-pool v0.2.7
18242024-03-13T03:16:56.218Z Compiling matches v0.1.10
18252024-03-13T03:16:56.218Z Compiling regex-automata v0.1.10
18262024-03-13T03:16:56.218Z Compiling bitflags v1.3.2
18272024-03-13T03:16:56.256Z Compiling managed v0.8.0
18282024-03-13T03:16:56.320Z Compiling base16ct v0.2.0
18292024-03-13T03:16:56.320Z Compiling clap_builder v4.5.1
18302024-03-13T03:16:56.559Z Compiling bstr v0.2.17
18312024-03-13T03:16:56.575Z Compiling sec1 v0.7.3
18322024-03-13T03:16:56.745Z Compiling idna v0.2.3
18332024-03-13T03:16:57.140Z Compiling r2d2 v0.8.10
18342024-03-13T03:16:57.490Z Compiling inout v0.1.3
18352024-03-13T03:16:57.964Z Compiling signal-hook-mio v0.2.3
18362024-03-13T03:16:58.121Z Compiling group v0.13.0
18372024-03-13T03:16:58.132Z Compiling postgres-types v0.2.6
18382024-03-13T03:16:58.372Z Compiling phf v0.11.2
18392024-03-13T03:16:58.448Z Compiling bzip2 v0.4.4
18402024-03-13T03:16:58.689Z Compiling hubpack v0.1.2
18412024-03-13T03:16:58.798Z Compiling hkdf v0.12.4
18422024-03-13T03:16:59.333Z Compiling zerocopy v0.6.4
18432024-03-13T03:16:59.333Z Compiling crypto-bigint v0.5.2
18442024-03-13T03:16:59.333Z Compiling ipnetwork v0.20.0
18452024-03-13T03:16:59.669Z Compiling float-cmp v0.9.0
18462024-03-13T03:16:59.888Z Compiling difflib v0.4.0
18472024-03-13T03:16:59.920Z Compiling predicates-core v1.0.6
18482024-03-13T03:17:00.041Z Compiling normalize-line-endings v0.3.0
18492024-03-13T03:17:00.149Z Compiling whoami v1.5.0
18502024-03-13T03:17:00.495Z Compiling data-encoding v2.4.0
18512024-03-13T03:17:00.804Z Compiling static_assertions v1.1.0
18522024-03-13T03:17:00.904Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
18532024-03-13T03:17:01.554Z Compiling yasna v0.5.2
18542024-03-13T03:17:02.345Z Compiling trust-dns-proto v0.22.0
18552024-03-13T03:17:02.631Z Compiling elliptic-curve v0.13.8
18562024-03-13T03:17:02.918Z Compiling tokio-postgres v0.7.10
18572024-03-13T03:17:03.404Z Compiling predicates v3.1.0
18582024-03-13T03:17:03.485Z Compiling clap v4.5.1
18592024-03-13T03:17:03.597Z Compiling zip v0.6.6
18602024-03-13T03:17:05.041Z Compiling crossterm v0.27.0
18612024-03-13T03:17:05.211Z Compiling cipher v0.4.4
18622024-03-13T03:17:05.712Z Compiling similar v2.4.0
18632024-03-13T03:17:06.469Z Compiling num-iter v0.1.44
18642024-03-13T03:17:06.658Z Compiling usdt v0.3.5
18652024-03-13T03:17:06.878Z Compiling tokio-stream v0.1.14
18662024-03-13T03:17:06.928Z Compiling console v0.15.8
18672024-03-13T03:17:07.779Z Compiling diesel v2.1.4
18682024-03-13T03:17:07.917Z Compiling bstr v1.9.0
18692024-03-13T03:17:07.955Z Checking unicode-ident v1.0.12
18702024-03-13T03:17:09.754Z Checking proc-macro2 v1.0.78
18712024-03-13T03:17:10.378Z Checking quote v1.0.35
18722024-03-13T03:17:11.807Z Checking utf8parse v0.2.1
18732024-03-13T03:17:12.805Z Checking anstyle v1.0.2
18742024-03-13T03:17:16.971Z Checking anstyle-parse v0.2.1
18752024-03-13T03:17:18.477Z Checking colorchoice v1.0.0
18762024-03-13T03:17:18.594Z Checking anstyle-query v1.0.0
18772024-03-13T03:17:18.707Z Checking anstream v0.6.11
18782024-03-13T03:17:19.206Z Checking strsim v0.11.0
18792024-03-13T03:17:19.446Z Checking clap_lex v0.7.0
18802024-03-13T03:17:22.470Z Compiling serde_tokenstream v0.2.0
18812024-03-13T03:17:25.078Z Checking winnow v0.6.1
18822024-03-13T03:17:33.368Z Compiling regress v0.8.0
18832024-03-13T03:17:33.882Z Compiling getopts v0.2.21
18842024-03-13T03:17:34.128Z Compiling unsafe-libyaml v0.2.10
18852024-03-13T03:17:34.702Z Checking heck v0.4.1
18862024-03-13T03:17:34.879Z Compiling strsim v0.10.0
18872024-03-13T03:17:34.930Z Compiling ident_case v1.0.1
18882024-03-13T03:17:35.634Z Compiling serde_yaml v0.9.25
18892024-03-13T03:17:35.661Z Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2)
18902024-03-13T03:17:35.997Z Checking camino v1.1.6
18912024-03-13T03:17:36.278Z Checking rustls-pki-types v1.3.0
18922024-03-13T03:17:36.313Z Checking match_cfg v0.1.0
18932024-03-13T03:17:36.406Z Checking fastrand v2.0.1
18942024-03-13T03:17:36.913Z Checking hostname v0.3.1
18952024-03-13T03:17:36.919Z Compiling darling_core v0.20.3
18962024-03-13T03:17:36.920Z Checking http v1.0.0
18972024-03-13T03:17:36.920Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef)
18982024-03-13T03:17:38.000Z Checking tempfile v3.10.0
18992024-03-13T03:17:38.366Z Checking atty v0.2.14
19002024-03-13T03:17:38.479Z Checking quick-error v1.2.3
19012024-03-13T03:17:38.619Z Compiling paste v1.0.14
19022024-03-13T03:17:39.236Z Checking sha1 v0.10.6
19032024-03-13T03:17:39.524Z Checking dirs-sys-next v0.1.2
19042024-03-13T03:17:39.582Z Compiling rustls v0.22.2
19052024-03-13T03:17:39.702Z Checking dirs-next v2.0.0
19062024-03-13T03:17:39.829Z Checking rustls-webpki v0.102.1
19072024-03-13T03:17:39.870Z Checking crossbeam-channel v0.5.8
19082024-03-13T03:17:40.430Z Checking thread_local v1.1.7
19092024-03-13T03:17:40.544Z Checking instant v0.1.12
19102024-03-13T03:17:40.635Z Compiling slog-async v2.8.0
19112024-03-13T03:17:40.704Z Checking term v0.7.0
19122024-03-13T03:17:41.093Z Checking rustls-pemfile v2.1.1
19132024-03-13T03:17:41.164Z Compiling multer v3.0.0
19142024-03-13T03:17:41.261Z Checking debug-ignore v1.0.5
19152024-03-13T03:17:41.319Z Checking take_mut v0.2.2
19162024-03-13T03:17:41.389Z Checking slog-term v2.9.0
19172024-03-13T03:17:41.531Z Checking slog-json v2.6.1
19182024-03-13T03:17:41.720Z Compiling async-stream-impl v0.3.5
19192024-03-13T03:17:41.792Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
19202024-03-13T03:17:42.284Z Checking atomic-waker v1.1.1
19212024-03-13T03:17:42.284Z Checking waitgroup v0.1.2
19222024-03-13T03:17:42.284Z Checking slog-bunyan v2.5.0
19232024-03-13T03:17:42.284Z Checking toml v0.8.10
19242024-03-13T03:17:42.545Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
19252024-03-13T03:17:42.897Z Compiling darling_macro v0.20.3
19262024-03-13T03:17:43.045Z Checking serde_path_to_error v0.1.15
19272024-03-13T03:17:43.157Z Checking async-stream v0.3.5
19282024-03-13T03:17:43.341Z Compiling strum_macros v0.26.1
19292024-03-13T03:17:43.657Z Checking regress v0.9.0
19302024-03-13T03:17:43.753Z Compiling darling v0.20.3
19312024-03-13T03:17:43.866Z Compiling serde_with_macros v3.6.1
19322024-03-13T03:17:44.333Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19332024-03-13T03:17:44.363Z Checking tokio-rustls v0.25.0
19342024-03-13T03:17:44.692Z Checking wait-timeout v0.2.0
19352024-03-13T03:17:44.764Z Compiling structmeta-derive v0.3.0
19362024-03-13T03:17:44.873Z Checking rusty-fork v0.3.0
19372024-03-13T03:17:45.157Z Checking newtype-uuid v1.0.1
19382024-03-13T03:17:45.390Z Compiling structmeta-derive v0.2.0
19392024-03-13T03:17:47.191Z Checking serde_with v3.6.1
19402024-03-13T03:17:47.209Z Checking rand_xorshift v0.3.0
19412024-03-13T03:17:47.381Z Checking unarray v0.1.4
19422024-03-13T03:17:47.529Z Checking proptest v1.4.0
19432024-03-13T03:17:48.028Z Compiling structmeta v0.3.0
19442024-03-13T03:17:48.434Z Compiling parse-display-derive v0.9.0
19452024-03-13T03:17:48.558Z Checking backoff v0.4.0
19462024-03-13T03:17:48.561Z Compiling structmeta v0.2.0
19472024-03-13T03:17:48.773Z Checking strum v0.26.1
19482024-03-13T03:17:48.858Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19492024-03-13T03:17:48.930Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19502024-03-13T03:17:48.981Z Compiling test-strategy v0.3.1
19512024-03-13T03:17:49.013Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19522024-03-13T03:17:49.153Z Checking macaddr v1.0.1
19532024-03-13T03:17:49.494Z Checking camino-tempfile v1.1.1
19542024-03-13T03:17:49.707Z Compiling proc-macro-error-attr v1.0.4
19552024-03-13T03:17:49.772Z Compiling proc-macro-error v1.0.4
19562024-03-13T03:17:50.190Z Compiling proc-macro-crate v1.3.1
19572024-03-13T03:17:50.503Z Checking termtree v0.4.1
19582024-03-13T03:17:50.703Z Compiling heapless v0.8.0
19592024-03-13T03:17:51.328Z Compiling num_enum_derive v0.5.11
19602024-03-13T03:17:51.604Z Checking predicates-tree v1.0.9
19612024-03-13T03:17:51.689Z Compiling usdt-attr-macro v0.5.0
19622024-03-13T03:17:51.751Z Compiling usdt-macro v0.5.0
19632024-03-13T03:17:52.110Z Checking hash32 v0.3.1
19642024-03-13T03:17:52.294Z Checking memmap v0.7.0
19652024-03-13T03:17:52.496Z Compiling smoltcp v0.11.0
19662024-03-13T03:17:53.108Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19672024-03-13T03:17:53.227Z Checking embedded-io v0.4.0
19682024-03-13T03:17:53.292Z Checking usdt v0.5.0
19692024-03-13T03:17:53.410Z Checking parse-display v0.9.0
19702024-03-13T03:17:53.426Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19712024-03-13T03:17:53.463Z Compiling crucible-workspace-hack v0.1.0
19722024-03-13T03:17:53.535Z Checking cobs v0.2.3
19732024-03-13T03:17:53.612Z Compiling foreign-types-macros v0.2.3
19742024-03-13T03:17:53.699Z Checking postcard v1.0.8
19752024-03-13T03:17:53.740Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9)
19762024-03-13T03:17:53.774Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19772024-03-13T03:17:54.034Z Checking foreign-types-shared v0.3.1
19782024-03-13T03:17:54.063Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9)
19792024-03-13T03:17:54.097Z Checking num_enum v0.5.11
19802024-03-13T03:17:54.292Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9)
19812024-03-13T03:17:54.349Z Checking tabwriter v1.4.0
19822024-03-13T03:17:54.352Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19832024-03-13T03:17:54.388Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9)
19842024-03-13T03:17:54.566Z Checking cstr-argument v0.1.2
19852024-03-13T03:17:54.736Z Checking pretty-hex v0.2.1
19862024-03-13T03:17:54.877Z Checking foreign-types v0.5.0
19872024-03-13T03:17:54.895Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
19882024-03-13T03:17:54.983Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19892024-03-13T03:17:55.177Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19902024-03-13T03:17:55.253Z Checking colored v2.1.0
19912024-03-13T03:17:55.291Z Checking socket2 v0.4.9
19922024-03-13T03:17:55.324Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19932024-03-13T03:17:55.328Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19942024-03-13T03:17:55.412Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef)
19952024-03-13T03:17:55.429Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46)
19962024-03-13T03:17:55.509Z Compiling num-derive v0.4.0
19972024-03-13T03:17:55.552Z Compiling mockall_derive v0.12.0
19982024-03-13T03:17:55.759Z Checking fragile v2.0.0
19992024-03-13T03:17:56.109Z Checking downcast v0.11.0
20002024-03-13T03:17:56.321Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46)
20012024-03-13T03:17:56.544Z Checking smf v0.2.2
20022024-03-13T03:17:56.956Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20032024-03-13T03:17:57.011Z Checking filetime v0.2.23
20042024-03-13T03:17:57.198Z Checking xattr v1.0.1
20052024-03-13T03:17:57.203Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9)
20062024-03-13T03:17:57.374Z Checking same-file v1.0.6
20072024-03-13T03:17:57.527Z Checking tar v0.4.40
20082024-03-13T03:17:57.543Z Checking walkdir v2.4.0
20092024-03-13T03:17:57.706Z Checking pem v3.0.2
20102024-03-13T03:17:57.800Z Checking linked-hash-map v0.5.6
20112024-03-13T03:17:57.932Z Checking humantime v2.1.0
20122024-03-13T03:17:57.982Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1c1574fb721f98f2df1b23e3fd27d83be018882e#1c1574fb)
20132024-03-13T03:17:58.139Z Checking lru-cache v0.1.2
20142024-03-13T03:17:58.213Z Compiling rayon-core v1.12.1
20152024-03-13T03:17:58.283Z Checking itertools v0.12.1
20162024-03-13T03:17:58.335Z Checking password-hash v0.5.0
20172024-03-13T03:17:58.395Z Checking headers-core v0.2.0
20182024-03-13T03:17:58.516Z Checking blake2 v0.10.6
20192024-03-13T03:17:58.532Z Checking headers v0.3.9
20202024-03-13T03:17:58.537Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9)
20212024-03-13T03:17:58.764Z Checking swrite v0.1.0
20222024-03-13T03:17:58.871Z Compiling derive-where v1.2.7
20232024-03-13T03:17:58.945Z Checking argon2 v0.5.3
20242024-03-13T03:17:59.606Z Checking rcgen v0.12.1
20252024-03-13T03:17:59.673Z Checking atomicwrites v0.4.3
20262024-03-13T03:17:59.834Z Checking subprocess v0.2.9
20272024-03-13T03:17:59.899Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9)
20282024-03-13T03:18:00.178Z Checking resolv-conf v0.7.0
20292024-03-13T03:18:00.271Z Checking arc-swap v1.6.0
20302024-03-13T03:18:00.371Z Checking half v2.3.1
20312024-03-13T03:18:00.922Z Checking trust-dns-resolver v0.22.0
20322024-03-13T03:18:00.934Z Checking slog-scope v4.4.0
20332024-03-13T03:18:00.934Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef)
20342024-03-13T03:18:00.934Z Checking ciborium-io v0.2.2
20352024-03-13T03:18:00.935Z Compiling cancel-safe-futures v0.1.5
20362024-03-13T03:18:00.945Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2)
20372024-03-13T03:18:01.022Z Checking ciborium-ll v0.2.2
20382024-03-13T03:18:01.260Z Checking slog-stdlog v4.1.1
20392024-03-13T03:18:01.311Z Checking ciborium v0.2.2
20402024-03-13T03:18:01.408Z Checking slog-envlogger v2.2.0
20412024-03-13T03:18:01.531Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20422024-03-13T03:18:01.635Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20432024-03-13T03:18:02.361Z Compiling semver v0.1.20
20442024-03-13T03:18:02.382Z Checking libsw v3.3.1
20452024-03-13T03:18:02.382Z Checking owo-colors v4.0.0
20462024-03-13T03:18:02.382Z Checking linear-map v1.2.0
20472024-03-13T03:18:02.382Z Compiling rustc_version v0.1.7
20482024-03-13T03:18:02.544Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20492024-03-13T03:18:02.612Z Compiling slog-dtrace v0.3.0
20502024-03-13T03:18:02.655Z Checking termcolor v1.2.0
20512024-03-13T03:18:02.782Z Compiling newtype_derive v0.1.6
20522024-03-13T03:18:02.925Z Compiling blake3 v1.5.0
20532024-03-13T03:18:03.052Z Compiling radium v0.7.0
20542024-03-13T03:18:03.214Z Checking steno v0.4.0
20552024-03-13T03:18:03.287Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20562024-03-13T03:18:03.331Z Checking is-terminal v0.4.9
20572024-03-13T03:18:03.427Z Checking nibble_vec v0.1.0
20582024-03-13T03:18:03.449Z Compiling maybe-uninit v2.0.0
20592024-03-13T03:18:03.530Z Checking tap v1.0.1
20602024-03-13T03:18:03.940Z Checking endian-type v0.1.2
20612024-03-13T03:18:03.940Z Checking wyz v0.5.1
20622024-03-13T03:18:03.940Z Checking radix_trie v0.2.1
20632024-03-13T03:18:03.957Z Checking mockall v0.12.0
20642024-03-13T03:18:03.987Z Checking fxhash v0.2.1
20652024-03-13T03:18:04.463Z Checking crc-catalog v2.2.0
20662024-03-13T03:18:04.471Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20672024-03-13T03:18:04.471Z Checking funty v2.0.0
20682024-03-13T03:18:04.471Z Compiling packed_struct v0.10.1
20692024-03-13T03:18:04.471Z Compiling num-bigint-dig v0.8.4
20702024-03-13T03:18:04.471Z Checking crc v3.0.1
20712024-03-13T03:18:04.471Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20722024-03-13T03:18:04.471Z Compiling packed_struct_codegen v0.10.1
20732024-03-13T03:18:04.490Z Compiling indexmap v1.9.3
20742024-03-13T03:18:05.008Z Compiling num-rational v0.4.1
20752024-03-13T03:18:05.017Z Checking nodrop v0.1.14
20762024-03-13T03:18:05.018Z Checking array-init v0.0.4
20772024-03-13T03:18:05.126Z Checking smallvec v0.6.14
20782024-03-13T03:18:05.142Z Checking bitvec v1.0.1
20792024-03-13T03:18:05.396Z Checking pkcs1 v0.7.5
20802024-03-13T03:18:05.470Z Checking signature v2.1.0
20812024-03-13T03:18:05.669Z Checking bitfield v0.14.0
20822024-03-13T03:18:05.691Z Checking hashbrown v0.12.3
20832024-03-13T03:18:05.798Z Checking serde-hex v0.1.0
20842024-03-13T03:18:06.669Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20852024-03-13T03:18:06.888Z Checking env_logger v0.10.0
20862024-03-13T03:18:07.033Z Checking rsa v0.9.2
20872024-03-13T03:18:07.310Z Checking newline-converter v0.3.0
20882024-03-13T03:18:07.457Z Checking x509-cert v0.2.4
20892024-03-13T03:18:07.477Z Checking ron v0.8.1
20902024-03-13T03:18:07.490Z Compiling crossbeam-deque v0.8.3
20912024-03-13T03:18:07.820Z Checking hashbrown v0.13.2
20922024-03-13T03:18:08.009Z Checking num-complex v0.4.4
20932024-03-13T03:18:08.739Z Checking crc-any v2.4.3
20942024-03-13T03:18:08.870Z Checking object v0.30.4
20952024-03-13T03:18:08.927Z Checking num v0.4.1
20962024-03-13T03:18:09.037Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20972024-03-13T03:18:09.247Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2)
20982024-03-13T03:18:09.406Z Checking expectorate v1.1.0
20992024-03-13T03:18:09.536Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21002024-03-13T03:18:09.738Z Compiling semver-parser v0.10.2
21012024-03-13T03:18:09.760Z Checking path-slash v0.1.5
21022024-03-13T03:18:09.884Z Compiling rayon v1.9.0
21032024-03-13T03:18:10.828Z Compiling semver v0.11.0
21042024-03-13T03:18:11.252Z Compiling memmap2 v0.7.1
21052024-03-13T03:18:11.474Z Compiling arrayvec v0.7.4
21062024-03-13T03:18:11.591Z Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21072024-03-13T03:18:11.656Z Compiling arrayref v0.3.7
21082024-03-13T03:18:11.659Z Compiling constant_time_eq v0.3.0
21092024-03-13T03:18:11.749Z Compiling home v0.5.5
21102024-03-13T03:18:11.834Z Compiling convert_case v0.4.0
21112024-03-13T03:18:11.876Z Compiling toolchain_find v0.2.0
21122024-03-13T03:18:12.559Z Compiling toml v0.5.11
21132024-03-13T03:18:12.858Z Compiling derive_more v0.99.17
21142024-03-13T03:18:12.884Z Compiling topological-sort v0.2.2
21152024-03-13T03:18:13.063Z Checking display-error-chain v0.2.0
21162024-03-13T03:18:14.032Z Checking utf-8 v0.7.6
21172024-03-13T03:18:14.625Z Compiling rustfmt-wrapper v0.2.0
21182024-03-13T03:18:14.914Z Compiling omicron-zone-package v0.11.0
21192024-03-13T03:18:14.997Z Checking tungstenite v0.20.1
21202024-03-13T03:18:15.252Z Compiling buf-list v1.0.3
21212024-03-13T03:18:15.903Z Checking tokio-tungstenite v0.20.1
21222024-03-13T03:18:15.934Z Checking textwrap v0.11.0
21232024-03-13T03:18:16.147Z Compiling heck v0.3.3
21242024-03-13T03:18:16.298Z Compiling libefi-sys v0.1.0
21252024-03-13T03:18:16.366Z Compiling parking_lot_core v0.8.6
21262024-03-13T03:18:16.378Z Checking vec_map v0.8.2
21272024-03-13T03:18:16.541Z Checking ansi_term v0.12.1
21282024-03-13T03:18:16.579Z Checking strsim v0.8.0
21292024-03-13T03:18:16.628Z Compiling structopt-derive v0.4.18
21302024-03-13T03:18:16.776Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
21312024-03-13T03:18:16.832Z Checking clap v2.34.0
21322024-03-13T03:18:17.353Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21332024-03-13T03:18:17.581Z Compiling pin-project-internal v1.1.3
21342024-03-13T03:18:17.655Z Compiling doc-comment v0.3.3
21352024-03-13T03:18:18.250Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
21362024-03-13T03:18:18.397Z Checking keccak v0.1.4
21372024-03-13T03:18:18.726Z Checking sha3 v0.10.8
21382024-03-13T03:18:19.124Z Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
21392024-03-13T03:18:19.545Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21402024-03-13T03:18:19.600Z Checking parking_lot v0.11.2
21412024-03-13T03:18:19.736Z Checking structopt v0.3.26
21422024-03-13T03:18:19.765Z Checking trust-dns-client v0.22.0
21432024-03-13T03:18:20.078Z Checking secrecy v0.8.0
21442024-03-13T03:18:20.275Z Checking gethostname v0.4.3
21452024-03-13T03:18:20.428Z Checking sled v0.34.7
21462024-03-13T03:18:20.839Z Checking pin-project v1.1.3
21472024-03-13T03:18:21.004Z Compiling vte_generate_state_changes v0.1.1
21482024-03-13T03:18:21.034Z Checking fd-lock v3.0.13
21492024-03-13T03:18:21.246Z Checking glob v0.3.1
21502024-03-13T03:18:21.461Z Checking trust-dns-server v0.22.1
21512024-03-13T03:18:21.936Z Checking nu-ansi-term v0.50.0
21522024-03-13T03:18:21.967Z Checking strum v0.25.0
21532024-03-13T03:18:21.967Z Checking vte v0.11.1
21542024-03-13T03:18:21.967Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21552024-03-13T03:18:21.968Z Compiling snafu-derive v0.7.5
21562024-03-13T03:18:21.968Z Compiling fs-err v2.11.0
21572024-03-13T03:18:22.006Z Compiling unicase v2.7.0
21582024-03-13T03:18:22.620Z Compiling platforms v3.0.2
21592024-03-13T03:18:22.629Z Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21602024-03-13T03:18:22.629Z Checking globset v0.4.13
21612024-03-13T03:18:22.629Z Checking olpc-cjson v0.1.3
21622024-03-13T03:18:22.795Z Checking serde_plain v1.0.2
21632024-03-13T03:18:23.032Z Checking strip-ansi-escapes v0.2.0
21642024-03-13T03:18:23.052Z Compiling async-recursion v1.0.5
21652024-03-13T03:18:23.067Z Checking typed-path v0.7.0
21662024-03-13T03:18:23.177Z Checking reedline v0.30.0
21672024-03-13T03:18:24.128Z Compiling memoffset v0.7.1
21682024-03-13T03:18:24.191Z Checking parse-size v1.0.0
21692024-03-13T03:18:24.356Z Checking bytecount v0.6.3
21702024-03-13T03:18:24.375Z Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
21712024-03-13T03:18:24.491Z Checking papergrid v0.11.0
21722024-03-13T03:18:24.921Z Compiling curve25519-dalek v4.1.1
21732024-03-13T03:18:25.234Z Compiling tabled_derive v0.7.0
21742024-03-13T03:18:25.274Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
21752024-03-13T03:18:25.393Z Compiling mime_guess v2.0.4
21762024-03-13T03:18:25.756Z Checking universal-hash v0.5.1
21772024-03-13T03:18:25.826Z Compiling thiserror-impl-no-std v2.0.2
21782024-03-13T03:18:25.958Z Compiling curve25519-dalek-derive v0.1.0
21792024-03-13T03:18:26.066Z Checking nanorand v0.7.0
21802024-03-13T03:18:26.449Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21812024-03-13T03:18:26.703Z Compiling salty v0.2.0
21822024-03-13T03:18:26.748Z Checking opaque-debug v0.3.0
21832024-03-13T03:18:26.830Z Compiling prettyplease v0.2.16
21842024-03-13T03:18:27.118Z Checking signature v1.6.4
21852024-03-13T03:18:27.239Z Checking ed25519 v1.5.3
21862024-03-13T03:18:27.293Z Checking poly1305 v0.8.0
21872024-03-13T03:18:27.525Z Checking flume v0.11.0
21882024-03-13T03:18:27.589Z Checking snafu v0.7.5
21892024-03-13T03:18:27.779Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21902024-03-13T03:18:28.003Z Checking tabled v0.15.0
21912024-03-13T03:18:28.032Z Checking tough v0.16.0
21922024-03-13T03:18:28.216Z Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2)
21932024-03-13T03:18:28.425Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21942024-03-13T03:18:28.459Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21952024-03-13T03:18:29.164Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21962024-03-13T03:18:29.419Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
21972024-03-13T03:18:29.579Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21982024-03-13T03:18:29.660Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21992024-03-13T03:18:31.033Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
22002024-03-13T03:18:31.482Z Checking thiserror-no-std v2.0.2
22012024-03-13T03:18:31.903Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22022024-03-13T03:18:31.903Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22032024-03-13T03:18:31.903Z Checking chacha20 v0.9.1
22042024-03-13T03:18:31.903Z Checking aead v0.5.2
22052024-03-13T03:18:32.083Z Checking serde-big-array v0.5.1
22062024-03-13T03:18:32.172Z Checking kstat-rs v0.2.3
22072024-03-13T03:18:32.332Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22082024-03-13T03:18:32.692Z Checking chacha20poly1305 v0.10.1
22092024-03-13T03:18:32.939Z Checking vsss-rs v3.3.4
22102024-03-13T03:18:33.193Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22112024-03-13T03:18:33.518Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1c1574fb721f98f2df1b23e3fd27d83be018882e#1c1574fb)
22122024-03-13T03:18:35.117Z Checking signal-hook-tokio v0.3.1
22132024-03-13T03:18:35.197Z Checking serde-big-array v0.4.1
22142024-03-13T03:18:35.360Z Compiling crunchy v0.2.2
22152024-03-13T03:18:35.378Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22162024-03-13T03:18:35.992Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46)
22172024-03-13T03:18:36.092Z Compiling clang-sys v1.6.1
22182024-03-13T03:18:36.245Z Checking fd-lock v4.0.2
22192024-03-13T03:18:36.337Z Checking nix v0.27.1
22202024-03-13T03:18:36.467Z Compiling sqlparser_derive v0.2.2
22212024-03-13T03:18:36.815Z Checking unicode_categories v0.1.1
22222024-03-13T03:18:37.116Z Compiling tiny-keccak v2.0.2
22232024-03-13T03:18:37.543Z Checking corncobs v0.1.3
22242024-03-13T03:18:37.558Z Checking sqlparser v0.43.1
22252024-03-13T03:18:37.726Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22262024-03-13T03:18:37.951Z Checking sqlformat v0.2.3
22272024-03-13T03:18:38.821Z Checking rustyline v13.0.0
22282024-03-13T03:18:39.358Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22292024-03-13T03:18:39.374Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22302024-03-13T03:18:39.975Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22312024-03-13T03:18:40.405Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22322024-03-13T03:18:41.782Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22332024-03-13T03:18:43.311Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22342024-03-13T03:18:43.790Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22352024-03-13T03:18:44.425Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22362024-03-13T03:18:44.447Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22372024-03-13T03:18:44.968Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22382024-03-13T03:18:46.425Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22392024-03-13T03:18:46.602Z Compiling darling_core v0.14.4
22402024-03-13T03:18:47.035Z Checking bcs v0.1.6
22412024-03-13T03:18:47.054Z Checking highway v1.1.0
22422024-03-13T03:18:47.054Z Compiling ref-cast v1.0.20
22432024-03-13T03:18:47.095Z Compiling ascii-canvas v3.0.0
22442024-03-13T03:18:47.413Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22452024-03-13T03:18:47.628Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46)
22462024-03-13T03:18:47.716Z Compiling ref-cast-impl v1.0.20
22472024-03-13T03:18:47.826Z Compiling ena v0.14.2
22482024-03-13T03:18:47.856Z Compiling libloading v0.7.4
22492024-03-13T03:18:47.955Z Compiling regex-syntax v0.6.29
22502024-03-13T03:18:48.253Z Compiling bindgen v0.69.2
22512024-03-13T03:18:48.283Z Compiling diff v0.1.13
22522024-03-13T03:18:48.905Z Checking http-range v0.1.5
22532024-03-13T03:18:49.066Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46)
22542024-03-13T03:18:49.077Z Checking hyper-staticfile v0.9.5
22552024-03-13T03:18:49.508Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22562024-03-13T03:18:52.652Z Compiling darling_macro v0.14.4
22572024-03-13T03:18:53.215Z Compiling lalrpop v0.19.12
22582024-03-13T03:18:53.662Z Compiling darling v0.14.4
22592024-03-13T03:18:53.769Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
22602024-03-13T03:18:54.521Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
22612024-03-13T03:18:55.632Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
22622024-03-13T03:18:57.101Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22632024-03-13T03:18:57.211Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22642024-03-13T03:18:57.355Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22652024-03-13T03:19:02.330Z Compiling cexpr v0.6.0
22662024-03-13T03:19:02.843Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22672024-03-13T03:19:02.843Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22682024-03-13T03:19:02.843Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
22692024-03-13T03:19:02.843Z Compiling which v4.4.0
22702024-03-13T03:19:02.843Z Compiling lazycell v1.3.0
22712024-03-13T03:19:02.995Z Checking maplit v1.0.2
22722024-03-13T03:19:02.995Z Compiling rustc-hash v1.1.0
22732024-03-13T03:19:02.995Z Checking assert_matches v1.5.0
22742024-03-13T03:19:02.995Z Compiling peeking_take_while v0.1.2
22752024-03-13T03:19:02.995Z Compiling shlex v1.3.0
22762024-03-13T03:19:02.995Z Compiling derive_builder_core v0.12.0
22772024-03-13T03:19:02.996Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
22782024-03-13T03:19:02.996Z Compiling libxml v0.3.3
22792024-03-13T03:19:02.996Z Compiling strum_macros v0.24.3
22802024-03-13T03:19:02.996Z Compiling cookie v0.18.0
22812024-03-13T03:19:02.996Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
22822024-03-13T03:19:03.115Z Compiling portable-atomic v1.4.3
22832024-03-13T03:19:03.217Z Compiling indoc v1.0.9
22842024-03-13T03:19:03.584Z Compiling derive_builder_macro v0.12.0
22852024-03-13T03:19:04.163Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
22862024-03-13T03:19:04.422Z Checking derive_builder v0.12.0
22872024-03-13T03:19:04.448Z Checking bb8 v0.8.3
22882024-03-13T03:19:04.576Z Checking quick-xml v0.30.0
22892024-03-13T03:19:04.903Z Compiling oso-derive v0.27.0
22902024-03-13T03:19:04.948Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22912024-03-13T03:19:06.017Z Compiling impl-trait-for-tuples v0.2.2
22922024-03-13T03:19:06.034Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
22932024-03-13T03:19:06.713Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
22942024-03-13T03:19:06.976Z Checking number_prefix v0.4.0
22952024-03-13T03:19:07.171Z Checking castaway v0.2.2
22962024-03-13T03:19:07.327Z Checking compact_str v0.7.1
22972024-03-13T03:19:07.651Z Checking indicatif v0.17.8
22982024-03-13T03:19:07.737Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22992024-03-13T03:19:08.097Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23002024-03-13T03:19:08.405Z Checking lru v0.12.1
23012024-03-13T03:19:08.599Z Compiling stability v0.1.1
23022024-03-13T03:19:08.647Z Compiling indoc v2.0.3
23032024-03-13T03:19:08.680Z Checking cassowary v0.3.0
23042024-03-13T03:19:09.090Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
23052024-03-13T03:19:09.311Z Checking smawk v0.3.1
23062024-03-13T03:19:09.509Z Checking unicode-linebreak v0.1.5
23072024-03-13T03:19:09.596Z Checking is_ci v1.2.0
23082024-03-13T03:19:09.731Z Checking supports-color v3.0.0
23092024-03-13T03:19:09.802Z Checking ratatui v0.26.1
23102024-03-13T03:19:09.912Z Checking textwrap v0.16.1
23112024-03-13T03:19:09.931Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
23122024-03-13T03:19:10.237Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
23132024-03-13T03:19:10.270Z Checking rtoolbox v0.0.1
23142024-03-13T03:19:10.456Z Checking rpassword v7.3.1
23152024-03-13T03:19:10.544Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
23162024-03-13T03:19:10.558Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1c1574fb721f98f2df1b23e3fd27d83be018882e#1c1574fb)
23172024-03-13T03:19:10.602Z Checking fatfs v0.3.6
23182024-03-13T03:19:11.658Z Checking shell-words v1.1.0
23192024-03-13T03:19:11.824Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23202024-03-13T03:19:12.073Z Checking yansi v0.5.1
23212024-03-13T03:19:12.551Z Checking pretty_assertions v1.4.0
23222024-03-13T03:19:12.718Z Checking tui-tree-widget v0.17.0
23232024-03-13T03:19:12.728Z Compiling target-lexicon v0.12.13
23242024-03-13T03:19:12.960Z Checking plotters-backend v0.3.5
23252024-03-13T03:19:13.331Z Compiling guppy-workspace-hack v0.1.0
23262024-03-13T03:19:13.471Z Checking plotters-svg v0.3.5
23272024-03-13T03:19:13.649Z Checking http-body v1.0.0
23282024-03-13T03:19:13.665Z Checking rand v0.4.6
23292024-03-13T03:19:13.971Z Compiling target-spec v3.1.0
23302024-03-13T03:19:14.223Z Checking tower-layer v0.3.2
23312024-03-13T03:19:14.485Z Compiling assert_cmd v2.0.14
23322024-03-13T03:19:14.518Z Checking cast v0.3.0
23332024-03-13T03:19:14.643Z Checking remove_dir_all v0.5.3
23342024-03-13T03:19:14.746Z Checking tempdir v0.3.7
23352024-03-13T03:19:14.841Z Checking criterion-plot v0.5.0
23362024-03-13T03:19:14.902Z Checking tower v0.4.13
23372024-03-13T03:19:14.915Z Checking cfg-expr v0.15.6
23382024-03-13T03:19:15.289Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23392024-03-13T03:19:15.660Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
23402024-03-13T03:19:15.763Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
23412024-03-13T03:19:16.177Z Checking hyper v1.1.0
23422024-03-13T03:19:16.680Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
23432024-03-13T03:19:17.480Z Checking plotters v0.3.5
23442024-03-13T03:19:17.811Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
23452024-03-13T03:19:17.829Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
23462024-03-13T03:19:18.619Z Checking tinytemplate v1.2.1
23472024-03-13T03:19:18.994Z Checking cargo-platform v0.1.3
23482024-03-13T03:19:19.144Z Checking anes v0.1.6
23492024-03-13T03:19:19.266Z Checking oorandom v11.1.3
23502024-03-13T03:19:19.345Z Checking cargo_metadata v0.18.1
23512024-03-13T03:19:19.525Z Checking criterion v0.5.1
23522024-03-13T03:19:19.753Z Checking hyper-util v0.1.2
23532024-03-13T03:19:21.231Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
23542024-03-13T03:19:21.438Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
23552024-03-13T03:19:21.715Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
23562024-03-13T03:19:22.400Z Checking rustls-native-certs v0.7.0
23572024-03-13T03:19:22.555Z Checking pathdiff v0.2.1
23582024-03-13T03:19:22.713Z Checking nested v0.1.1
23592024-03-13T03:19:22.911Z Checking guppy v0.17.5
23602024-03-13T03:19:25.068Z Checking hyper-rustls v0.26.0
23612024-03-13T03:19:25.393Z Checking httptest v0.15.5
23622024-03-13T03:19:26.117Z Checking threadpool v1.8.1
23632024-03-13T03:19:26.298Z Checking libtest-mimic v0.6.1
23642024-03-13T03:19:26.716Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
23652024-03-13T03:19:26.954Z Checking similar-asserts v1.5.0
23662024-03-13T03:19:27.176Z Compiling rstest_macros v0.18.2
23672024-03-13T03:19:27.982Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
23682024-03-13T03:19:29.216Z Checking datatest-stable v0.2.3
23692024-03-13T03:19:29.435Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
23702024-03-13T03:19:29.563Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
23712024-03-13T03:19:29.855Z Checking csv-core v0.1.11
23722024-03-13T03:19:29.873Z Compiling trybuild v1.0.89
23732024-03-13T03:19:30.096Z Compiling relative-path v1.9.0
23742024-03-13T03:19:30.218Z Checking constant_time_eq v0.2.6
23752024-03-13T03:19:30.290Z Checking csv v1.3.0
23762024-03-13T03:19:30.342Z Checking blake2b_simd v1.0.1
23772024-03-13T03:19:31.235Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
23782024-03-13T03:19:31.256Z Checking basic-toml v0.1.8
23792024-03-13T03:19:31.466Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23802024-03-13T03:19:32.119Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
23812024-03-13T03:19:32.345Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23822024-03-13T03:19:34.497Z Checking multimap v0.10.0
23832024-03-13T03:19:34.666Z Checking futures-timer v3.0.2
23842024-03-13T03:19:36.312Z Checking rust-argon2 v1.0.1
23852024-03-13T03:19:36.740Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23862024-03-13T03:19:38.737Z Checking partial-io v0.5.4
23872024-03-13T03:19:39.080Z Checking approx v0.5.1
23882024-03-13T03:19:39.311Z Checking termios v0.3.3
23892024-03-13T03:19:39.531Z Checking hex-literal v0.4.1
23902024-03-13T03:19:40.863Z Checking rstest v0.18.2
23912024-03-13T03:19:42.133Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
23922024-03-13T03:20:00.916Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
23932024-03-13T03:20:26.984Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
23942024-03-13T03:20:30.435Z Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
23952024-03-13T03:20:33.853Z Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
23962024-03-13T03:20:34.173Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
23972024-03-13T03:20:34.852Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
23982024-03-13T03:20:46.094Z Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
23992024-03-13T03:20:57.004Z Compiling polar-core v0.27.0
24002024-03-13T03:21:04.594Z Checking oso v0.27.0
24012024-03-13T03:21:30.363Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24022024-03-13T03:21:30.363Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
24032024-03-13T03:22:32.071Z Finished dev [unoptimized + debuginfo] target(s) in 6m 44s
24042024-03-13T03:22:32.262Z
24052024-03-13T03:22:32.262Zreal 7:28.856159299
24062024-03-13T03:22:32.262Zuser 38:24.916323908
24072024-03-13T03:22:32.262Zsys 6:32.877143719
24082024-03-13T03:22:32.265Ztrap 1.043889061
24092024-03-13T03:22:32.266Ztflt 4.194941871
24102024-03-13T03:22:32.266Zdflt 3.114251484
24112024-03-13T03:22:32.266Zkflt 0.051179012
24122024-03-13T03:22:32.266Zlock 58:50.186184534
24132024-03-13T03:22:32.266Zslp 1:56:11.571700369
24142024-03-13T03:22:32.266Zlat 1:48.695494262
24152024-03-13T03:22:32.266Zstop 4:27.538891432
24162024-03-13T03:22:33.128Zwarning: output filename collision.
24172024-03-13T03:22:33.128ZThe 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)`.
24182024-03-13T03:22:33.128ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
24192024-03-13T03:22:33.128ZThe targets should have unique names.
24202024-03-13T03:22:33.128ZThis is a known bug where multiple crates with the same name use
24212024-03-13T03:22:33.128Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24222024-03-13T03:22:33.133Zwarning: output filename collision.
24232024-03-13T03:22:33.133ZThe lib target `nix` in package `nix v0.27.1` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`.
24242024-03-13T03:22:33.133ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html
24252024-03-13T03:22:33.133ZThe targets should have unique names.
24262024-03-13T03:22:33.134ZThis is a known bug where multiple crates with the same name use
24272024-03-13T03:22:33.134Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24282024-03-13T03:22:33.134Zwarning: output filename collision.
24292024-03-13T03:22:33.134ZThe 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)`.
24302024-03-13T03:22:33.134ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
24312024-03-13T03:22:33.134ZThe targets should have unique names.
24322024-03-13T03:22:33.134ZThis is a known bug where multiple crates with the same name use
24332024-03-13T03:22:33.134Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24342024-03-13T03:22:33.134Zwarning: output filename collision.
24352024-03-13T03:22:33.134ZThe 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)`.
24362024-03-13T03:22:33.134ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
24372024-03-13T03:22:33.134ZThe targets should have unique names.
24382024-03-13T03:22:33.134ZThis is a known bug where multiple crates with the same name use
24392024-03-13T03:22:33.134Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24402024-03-13T03:22:33.616Z Documenting libc v0.2.153
24412024-03-13T03:22:33.660Z Documenting cfg-if v1.0.0
24422024-03-13T03:22:33.670Z Documenting serde_derive v1.0.197
24432024-03-13T03:22:33.698Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24442024-03-13T03:22:33.716Z Documenting log v0.4.20
24452024-03-13T03:22:33.733Z Documenting memchr v2.7.1
24462024-03-13T03:22:33.745Z Documenting byteorder v1.5.0
24472024-03-13T03:22:33.758Z Documenting scopeguard v1.2.0
24482024-03-13T03:22:34.061Z Documenting smallvec v1.13.1
24492024-03-13T03:22:36.380Z Documenting itoa v1.0.9
24502024-03-13T03:22:36.852Z Documenting lock_api v0.4.10
24512024-03-13T03:22:37.222Z Documenting zeroize_derive v1.4.2
24522024-03-13T03:22:38.184Z Documenting once_cell v1.19.0
24532024-03-13T03:22:38.310Z Documenting libm v0.2.7
24542024-03-13T03:22:38.331Z Documenting getrandom v0.2.12
24552024-03-13T03:22:39.019Z Documenting parking_lot_core v0.9.8
24562024-03-13T03:22:39.283Z Documenting pin-project-lite v0.2.13
24572024-03-13T03:22:40.271Z Documenting signal-hook-registry v1.4.1
24582024-03-13T03:22:41.458Z Documenting serde v1.0.197
24592024-03-13T03:22:41.619Z Documenting num-traits v0.2.18
24602024-03-13T03:22:42.169Z Documenting mio v0.8.11
24612024-03-13T03:22:42.417Z Documenting zeroize v1.7.0
24622024-03-13T03:22:42.682Z Documenting futures-core v0.3.30
24632024-03-13T03:22:43.104Z Documenting rand_core v0.6.4
24642024-03-13T03:22:43.963Z Documenting parking_lot v0.12.1
24652024-03-13T03:22:45.112Z Documenting thiserror-impl v1.0.57
24662024-03-13T03:22:51.786Z Documenting ryu v1.0.15
24672024-03-13T03:22:51.786Z Documenting socket2 v0.5.5
24682024-03-13T03:22:51.786Z Documenting num_cpus v1.16.0
24692024-03-13T03:22:51.787Z Documenting typenum v1.16.0
24702024-03-13T03:22:51.787Z Documenting tokio-macros v2.2.0
24712024-03-13T03:22:51.787Z Documenting subtle v2.5.0
24722024-03-13T03:22:51.787Z Documenting zerocopy v0.7.32
24732024-03-13T03:22:51.787Z Documenting thiserror v1.0.57
24742024-03-13T03:22:51.870Z Documenting futures-sink v0.3.30
24752024-03-13T03:22:51.924Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24762024-03-13T03:22:52.022Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24772024-03-13T03:22:52.732Z Documenting const-oid v0.9.6
24782024-03-13T03:23:00.709Z Documenting iana-time-zone v0.1.57
24792024-03-13T03:23:01.668Z Documenting generic-array v0.14.7
24802024-03-13T03:23:02.037Z Documenting pin-utils v0.1.0
24812024-03-13T03:23:02.047Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24822024-03-13T03:23:02.302Z Documenting futures-channel v0.3.30
24832024-03-13T03:23:02.695Z Documenting slab v0.4.9
24842024-03-13T03:23:03.776Z Documenting futures-macro v0.3.30
24852024-03-13T03:23:05.125Z Documenting futures-io v0.3.30
24862024-03-13T03:23:07.014Z Documenting crypto-common v0.1.6
24872024-03-13T03:23:07.489Z Documenting futures-task v0.3.30
24882024-03-13T03:23:07.534Z Documenting tinyvec_macros v0.1.1
24892024-03-13T03:23:08.369Z Documenting ahash v0.8.8
24902024-03-13T03:23:09.381Z Documenting allocator-api2 v0.2.16
24912024-03-13T03:23:09.950Z Documenting block-buffer v0.10.4
24922024-03-13T03:23:10.196Z Documenting ppv-lite86 v0.2.17
24932024-03-13T03:23:10.350Z Documenting tinyvec v1.6.0
24942024-03-13T03:23:11.216Z Documenting bytes v1.5.0
24952024-03-13T03:23:12.270Z Documenting bitflags v2.4.2
24962024-03-13T03:23:12.891Z Documenting serde_json v1.0.114
24972024-03-13T03:23:13.612Z Documenting chrono v0.4.34
24982024-03-13T03:23:13.887Z Documenting futures-util v0.3.30
24992024-03-13T03:23:13.905Z Documenting uuid v1.7.0
25002024-03-13T03:23:14.581Z Documenting hashbrown v0.14.3
25012024-03-13T03:23:15.419Z Documenting digest v0.10.7
25022024-03-13T03:23:16.190Z Documenting tokio v1.36.0
25032024-03-13T03:23:16.549Z Documenting unicode-normalization v0.1.22
25042024-03-13T03:23:18.474Z Documenting rand_chacha v0.3.1
25052024-03-13T03:23:19.229Z Documenting tracing-core v0.1.32
25062024-03-13T03:23:20.356Z Documenting tracing-attributes v0.1.27
25072024-03-13T03:23:20.942Z Documenting unicode-bidi v0.3.15
25082024-03-13T03:23:21.828Z Documenting lazy_static v1.4.0
25092024-03-13T03:23:23.176Z Documenting percent-encoding v2.3.1
25102024-03-13T03:23:31.225Z Checking serde_derive_internals v0.26.0
25112024-03-13T03:23:31.241Z Documenting rand v0.8.5
25122024-03-13T03:23:31.424Z Documenting serde_derive_internals v0.26.0
25132024-03-13T03:23:31.428Z Documenting equivalent v1.0.1
25142024-03-13T03:23:31.449Z Documenting dyn-clone v1.0.17
25152024-03-13T03:23:31.838Z Documenting base64 v0.21.7
25162024-03-13T03:23:32.171Z Documenting powerfmt v0.2.0
25172024-03-13T03:23:32.919Z Documenting form_urlencoded v1.2.1
25182024-03-13T03:23:34.337Z Documenting indexmap v2.2.5
25192024-03-13T03:23:34.998Z Documenting time-macros v0.2.17
25202024-03-13T03:23:35.201Z Documenting deranged v0.3.11
25212024-03-13T03:23:36.809Z Documenting cpufeatures v0.2.12
25222024-03-13T03:23:37.208Z Documenting num-conv v0.1.0
25232024-03-13T03:23:37.795Z Documenting num_threads v0.1.6
25242024-03-13T03:23:38.383Z Documenting schemars_derive v0.8.16
25252024-03-13T03:23:39.706Z Documenting time-core v0.1.2
25262024-03-13T03:23:40.235Z Documenting fnv v1.0.7
25272024-03-13T03:23:40.512Z Documenting unicode-width v0.1.11
25282024-03-13T03:23:40.537Z Documenting idna v0.5.0
25292024-03-13T03:23:40.950Z Documenting errno v0.3.8
25302024-03-13T03:23:41.438Z Documenting tracing v0.1.40
25312024-03-13T03:23:42.467Z Documenting httparse v1.8.0
25322024-03-13T03:23:42.685Z Documenting time v0.3.34
25332024-03-13T03:23:43.881Z Documenting adler v1.0.2
25342024-03-13T03:23:44.138Z Documenting schemars v0.8.16
25352024-03-13T03:23:48.094Z Documenting base64ct v1.6.0
25362024-03-13T03:23:48.392Z Documenting url v2.5.0
25372024-03-13T03:23:48.392Z Documenting rustix v0.38.31
25382024-03-13T03:23:48.392Z Documenting miniz_oxide v0.7.1
25392024-03-13T03:23:48.392Z Documenting unicode-ident v1.0.12
25402024-03-13T03:23:48.528Z Documenting slog v2.7.0
25412024-03-13T03:23:50.942Z Documenting proc-macro2 v1.0.78
25422024-03-13T03:23:50.964Z Documenting try-lock v0.2.4
25432024-03-13T03:23:50.979Z Documenting httpdate v1.0.3
25442024-03-13T03:23:51.122Z Documenting http-body v0.4.5
25452024-03-13T03:23:51.247Z Documenting aho-corasick v1.1.2
25462024-03-13T03:23:52.953Z Documenting openssl-sys v0.9.96
25472024-03-13T03:23:53.050Z Documenting async-trait v0.1.77
25482024-03-13T03:23:54.063Z Documenting want v0.3.1
25492024-03-13T03:23:55.806Z Documenting openssl-macros v0.1.1
25502024-03-13T03:23:56.224Z Documenting regex-syntax v0.8.2
25512024-03-13T03:23:56.975Z Documenting mime v0.3.17
25522024-03-13T03:23:57.541Z Documenting tower-service v0.3.2
25532024-03-13T03:23:58.337Z Documenting tokio-util v0.7.10
25542024-03-13T03:23:58.944Z Documenting quote v1.0.35
25552024-03-13T03:23:59.245Z Documenting pem-rfc7468 v0.7.0
25562024-03-13T03:23:59.856Z Documenting crossbeam-utils v0.8.19
25572024-03-13T03:24:01.461Z Documenting openssl v0.10.60
25582024-03-13T03:24:01.656Z Documenting der_derive v0.7.2
25592024-03-13T03:24:02.358Z Documenting openssl-probe v0.1.5
25602024-03-13T03:24:03.198Z Documenting ipnet v2.9.0
25612024-03-13T03:24:03.849Z Documenting regex-automata v0.4.5
25622024-03-13T03:24:04.136Z Documenting flagset v0.4.3
25632024-03-13T03:24:04.835Z Documenting h2 v0.3.24
25642024-03-13T03:24:05.085Z Documenting utf8parse v0.2.1
25652024-03-13T03:24:06.992Z Documenting syn v2.0.51
25662024-03-13T03:24:07.122Z Documenting num-integer v0.1.46
25672024-03-13T03:24:08.092Z Documenting gimli v0.28.0
25682024-03-13T03:24:08.168Z Documenting object v0.32.1
25692024-03-13T03:24:08.230Z Documenting der v0.7.8
25702024-03-13T03:24:09.827Z Documenting native-tls v0.2.11
25712024-03-13T03:24:11.913Z Documenting encoding_rs v0.8.33
25722024-03-13T03:24:13.754Z Documenting regex v1.10.3
25732024-03-13T03:24:14.406Z Documenting spki v0.7.2
25742024-03-13T03:24:14.417Z Documenting addr2line v0.21.0
25752024-03-13T03:24:15.004Z Documenting rustc-demangle v0.1.23
25762024-03-13T03:24:15.137Z Documenting hyper v0.14.28
25772024-03-13T03:24:17.283Z Documenting psl-types v2.0.11
25782024-03-13T03:24:18.186Z Documenting tokio-native-tls v0.3.1
25792024-03-13T03:24:18.759Z Documenting serde_urlencoded v0.7.1
25802024-03-13T03:24:18.934Z Documenting spin v0.9.8
25812024-03-13T03:24:20.333Z Documenting publicsuffix v2.2.3
25822024-03-13T03:24:20.427Z Documenting either v1.10.0
25832024-03-13T03:24:20.885Z Documenting backtrace v0.3.69
25842024-03-13T03:24:22.695Z Documenting pkcs8 v0.10.2
25852024-03-13T03:24:23.439Z Documenting futures-executor v0.3.30
25862024-03-13T03:24:25.036Z Checking pest_meta v2.7.6
25872024-03-13T03:24:25.176Z Documenting sync_wrapper v0.1.2
25882024-03-13T03:24:25.241Z Documenting cookie_store v0.20.0
25892024-03-13T03:24:25.940Z Documenting anstyle v1.0.2
25902024-03-13T03:24:27.131Z Documenting anyhow v1.0.79
25912024-03-13T03:24:27.232Z Documenting data-encoding v2.4.0
25922024-03-13T03:24:27.644Z Documenting webpki-roots v0.25.2
25932024-03-13T03:24:28.149Z Documenting anstyle-parse v0.2.1
25942024-03-13T03:24:28.930Z Documenting hyper-tls v0.5.0
25952024-03-13T03:24:29.831Z Documenting hyper-rustls v0.24.2
25962024-03-13T03:24:30.835Z Documenting crossbeam-epoch v0.9.18
25972024-03-13T03:24:30.933Z Documenting ipnetwork v0.20.0
25982024-03-13T03:24:31.483Z Documenting sha2 v0.10.8
25992024-03-13T03:24:32.429Z Documenting hex v0.4.3
26002024-03-13T03:24:32.433Z Documenting crc32fast v1.3.2
26012024-03-13T03:24:32.433Z Documenting pest_meta v2.7.6
26022024-03-13T03:24:35.799Z Documenting scroll_derive v0.12.0
26032024-03-13T03:24:35.971Z Documenting anstyle-query v1.0.0
26042024-03-13T03:24:36.361Z Documenting colorchoice v1.0.0
26052024-03-13T03:24:36.480Z Documenting untrusted v0.9.0
26062024-03-13T03:24:36.608Z Documenting futures v0.3.30
26072024-03-13T03:24:36.800Z Documenting reqwest v0.11.24
26082024-03-13T03:24:36.927Z Checking pest_generator v2.7.6
26092024-03-13T03:24:37.286Z Documenting pest_generator v2.7.6
26102024-03-13T03:24:37.640Z Documenting num-iter v0.1.44
26112024-03-13T03:24:39.231Z Documenting terminal_size v0.3.0
26122024-03-13T03:24:39.362Z Documenting ring v0.17.8
26132024-03-13T03:24:40.551Z Documenting anstream v0.6.11
26142024-03-13T03:24:41.306Z Documenting scroll v0.12.0
26152024-03-13T03:24:42.453Z Documenting openapiv3 v2.0.0
26162024-03-13T03:24:42.911Z Documenting hmac v0.12.1
26172024-03-13T03:24:44.222Z Documenting signal-hook v0.3.17
26182024-03-13T03:24:44.716Z Documenting plain v0.2.3
26192024-03-13T03:24:45.630Z Documenting strsim v0.11.0
26202024-03-13T03:24:45.724Z Documenting clap_lex v0.7.0
26212024-03-13T03:24:45.743Z Documenting static_assertions v1.1.0
26222024-03-13T03:24:47.497Z Documenting ucd-trie v0.1.6
26232024-03-13T03:24:48.756Z Documenting goblin v0.8.0
26242024-03-13T03:24:48.832Z Documenting pest_derive v2.7.6
26252024-03-13T03:24:49.162Z Documenting flate2 v1.0.28
26262024-03-13T03:24:49.340Z Documenting clap_derive v4.5.0
26272024-03-13T03:24:49.812Z Documenting pretty-hex v0.4.1
26282024-03-13T03:24:50.212Z Documenting unicode-segmentation v1.10.1
26292024-03-13T03:24:50.360Z Documenting clap_builder v4.5.1
26302024-03-13T03:24:51.950Z Documenting pest v2.7.6
26312024-03-13T03:24:52.991Z Documenting managed v0.8.0
26322024-03-13T03:24:53.382Z Documenting signal-hook-mio v0.2.3
26332024-03-13T03:24:53.719Z Documenting block-padding v0.3.3
26342024-03-13T03:24:54.586Z Documenting scheduled-thread-pool v0.2.7
26352024-03-13T03:24:54.871Z Documenting bzip2-sys v0.1.11+1.0.8
26362024-03-13T03:24:56.098Z Documenting dof v0.3.0
26372024-03-13T03:24:56.422Z Documenting thread-id v4.2.0
26382024-03-13T03:24:57.428Z Documenting dtrace-parser v0.2.0
26392024-03-13T03:24:57.787Z Documenting enum-as-inner v0.5.1
26402024-03-13T03:24:58.241Z Documenting clap v4.5.1
26412024-03-13T03:24:58.783Z Checking diesel_table_macro_syntax v0.1.0
26422024-03-13T03:24:58.951Z Documenting diesel_table_macro_syntax v0.1.0
26432024-03-13T03:24:59.382Z Documenting inout v0.1.3
26442024-03-13T03:25:00.126Z Documenting bzip2 v0.4.4
26452024-03-13T03:25:01.289Z Documenting r2d2 v0.8.10
26462024-03-13T03:25:01.304Z Documenting crossterm v0.27.0
26472024-03-13T03:25:02.257Z Documenting usdt-impl v0.5.0
26482024-03-13T03:25:02.535Z Documenting trust-dns-proto v0.22.0
26492024-03-13T03:25:04.706Z Documenting md-5 v0.10.5
26502024-03-13T03:25:04.785Z Documenting diesel_derives v2.1.2
26512024-03-13T03:25:04.891Z Documenting stringprep v0.1.3
26522024-03-13T03:25:05.140Z Documenting toml_datetime v0.6.5
26532024-03-13T03:25:05.532Z Documenting serde_spanned v0.6.5
26542024-03-13T03:25:06.935Z Documenting ff v0.13.0
26552024-03-13T03:25:08.978Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26562024-03-13T03:25:09.465Z Documenting siphasher v0.3.11
26572024-03-13T03:25:09.741Z Documenting base16ct v0.2.0
26582024-03-13T03:25:09.815Z Documenting bit-vec v0.6.3
26592024-03-13T03:25:10.116Z Documenting winnow v0.6.1
26602024-03-13T03:25:11.376Z Documenting fallible-iterator v0.2.0
26612024-03-13T03:25:11.939Z Documenting group v0.13.0
26622024-03-13T03:25:12.470Z Documenting phf_shared v0.11.2
26632024-03-13T03:25:12.965Z Documenting zip v0.6.6
26642024-03-13T03:25:13.002Z Documenting sec1 v0.7.3
26652024-03-13T03:25:13.834Z Documenting diesel v2.1.4
26662024-03-13T03:25:14.443Z Documenting cipher v0.4.4
26672024-03-13T03:25:16.425Z Documenting toml_edit v0.22.6
26682024-03-13T03:25:16.888Z Documenting hkdf v0.12.4
26692024-03-13T03:25:17.192Z Documenting bstr v1.9.0
26702024-03-13T03:25:17.207Z Documenting postgres-protocol v0.6.6
26712024-03-13T03:25:17.418Z Documenting num-bigint v0.4.4
26722024-03-13T03:25:28.823Z Documenting hubpack v0.1.2
26732024-03-13T03:25:36.673Z Documenting crypto-bigint v0.5.2
26742024-03-13T03:25:36.719Z Documenting serde_repr v0.1.16
26752024-03-13T03:25:36.908Z Documenting precomputed-hash v0.1.1
26762024-03-13T03:25:36.921Z Documenting lalrpop-util v0.19.12
26772024-03-13T03:25:36.986Z Documenting fixedbitset v0.4.2
26782024-03-13T03:25:37.539Z Checking strsim v0.10.0
26792024-03-13T03:25:37.770Z Documenting minimal-lexical v0.2.1
26802024-03-13T03:25:37.796Z Documenting new_debug_unreachable v1.0.4
26812024-03-13T03:25:39.464Z Checking ident_case v1.0.1
26822024-03-13T03:25:39.618Z Documenting yasna v0.5.2
26832024-03-13T03:25:40.695Z Documenting petgraph v0.6.4
26842024-03-13T03:25:40.723Z Documenting postgres-types v0.2.6
26852024-03-13T03:25:41.748Z Documenting phf v0.11.2
26862024-03-13T03:25:41.826Z Documenting string_cache v0.8.7
26872024-03-13T03:25:42.326Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
26882024-03-13T03:25:42.517Z Documenting nom v7.1.3
26892024-03-13T03:25:52.365Z Documenting console v0.15.8
26902024-03-13T03:25:52.421Z Documenting semver v1.0.22
26912024-03-13T03:25:52.565Z Documenting float-cmp v0.9.0
26922024-03-13T03:25:52.792Z Documenting whoami v1.5.0
26932024-03-13T03:25:53.104Z Documenting elliptic-curve v0.13.8
26942024-03-13T03:25:53.311Z Documenting difflib v0.4.0
26952024-03-13T03:25:53.518Z Documenting predicates-core v1.0.6
26962024-03-13T03:25:53.767Z Documenting normalize-line-endings v0.3.0
26972024-03-13T03:25:56.949Z Documenting bit-set v0.5.3
26982024-03-13T03:25:57.255Z Documenting similar v2.4.0
26992024-03-13T03:25:57.538Z Documenting tokio-stream v0.1.14
27002024-03-13T03:25:57.653Z Documenting tokio-postgres v0.7.10
27012024-03-13T03:25:58.063Z Documenting heck v0.4.1
27022024-03-13T03:25:58.264Z Checking unsafe-libyaml v0.2.10
27032024-03-13T03:25:58.621Z Documenting predicates v3.1.0
27042024-03-13T03:25:59.395Z Documenting typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef)
27052024-03-13T03:26:10.127Z Documenting unsafe-libyaml v0.2.10
27062024-03-13T03:26:10.133Z Checking serde_yaml v0.9.25
27072024-03-13T03:26:10.133Z Documenting typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef)
27082024-03-13T03:26:10.159Z Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2)
27092024-03-13T03:26:10.320Z Documenting getopts v0.2.21
27102024-03-13T03:26:10.347Z Documenting match_cfg v0.1.0
27112024-03-13T03:26:10.552Z Checking darling_core v0.20.3
27122024-03-13T03:26:10.960Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27132024-03-13T03:26:11.775Z Documenting sha1 v0.10.6
27142024-03-13T03:26:12.335Z Documenting dirs-sys-next v0.1.2
27152024-03-13T03:26:13.807Z Documenting hostname v0.3.1
27162024-03-13T03:26:14.121Z Documenting serde_yaml v0.9.25
27172024-03-13T03:26:14.982Z Documenting rustls-pki-types v1.3.0
27182024-03-13T03:26:15.713Z Checking darling v0.20.3
27192024-03-13T03:26:15.815Z Documenting camino v1.1.6
27202024-03-13T03:26:16.623Z Documenting thread_local v1.1.7
27212024-03-13T03:26:17.259Z Documenting dirs-next v2.0.0
27222024-03-13T03:26:18.260Z Documenting paste v1.0.14
27232024-03-13T03:26:18.694Z Documenting typify v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef)
27242024-03-13T03:26:18.712Z Documenting crossbeam-channel v0.5.8
27252024-03-13T03:26:19.837Z Documenting rustls-webpki v0.102.1
27262024-03-13T03:26:20.967Z Documenting atty v0.2.14
27272024-03-13T03:26:20.967Z Documenting progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2)
27282024-03-13T03:26:21.259Z Documenting take_mut v0.2.2
27292024-03-13T03:26:22.145Z Documenting term v0.7.0
27302024-03-13T03:26:22.902Z Documenting slog-json v2.6.1
27312024-03-13T03:26:23.926Z Documenting http v1.0.0
27322024-03-13T03:26:24.556Z Documenting async-stream-impl v0.3.5
27332024-03-13T03:26:24.571Z Documenting rustls v0.22.2
27342024-03-13T03:26:25.447Z Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2)
27352024-03-13T03:26:26.042Z Documenting slog-async v2.8.0
27362024-03-13T03:26:27.189Z Documenting slog-term v2.9.0
27372024-03-13T03:26:27.692Z Documenting debug-ignore v1.0.5
27382024-03-13T03:26:28.830Z Documenting atomic-waker v1.1.1
27392024-03-13T03:26:29.372Z Documenting multer v3.0.0
27402024-03-13T03:26:30.203Z Documenting async-stream v0.3.5
27412024-03-13T03:26:30.660Z Documenting slog-bunyan v2.5.0
27422024-03-13T03:26:30.885Z Documenting rustls-pemfile v2.1.1
27432024-03-13T03:26:31.777Z Documenting waitgroup v0.1.2
27442024-03-13T03:26:31.980Z Documenting toml v0.8.10
27452024-03-13T03:26:33.764Z Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2)
27462024-03-13T03:26:34.440Z Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
27472024-03-13T03:26:34.760Z Documenting serde_path_to_error v0.1.15
27482024-03-13T03:26:35.024Z Documenting strum v0.26.1
27492024-03-13T03:26:35.078Z Documenting tokio-rustls v0.25.0
27502024-03-13T03:26:35.722Z Documenting serde_with_macros v3.6.1
27512024-03-13T03:26:36.540Z Documenting structmeta-derive v0.3.0
27522024-03-13T03:26:38.099Z Documenting regress v0.9.0
27532024-03-13T03:26:39.328Z Checking structmeta v0.3.0
27542024-03-13T03:26:39.556Z Documenting instant v0.1.12
27552024-03-13T03:26:39.564Z Documenting newtype-uuid v1.0.1
27562024-03-13T03:26:39.708Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27572024-03-13T03:26:40.883Z Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
27582024-03-13T03:26:42.859Z Documenting serde_with v3.6.1
27592024-03-13T03:26:42.910Z Documenting structmeta v0.3.0
27602024-03-13T03:26:43.919Z Documenting macaddr v1.0.1
27612024-03-13T03:26:44.170Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27622024-03-13T03:26:44.294Z Documenting backoff v0.4.0
27632024-03-13T03:26:46.311Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27642024-03-13T03:26:46.342Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27652024-03-13T03:26:46.342Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27662024-03-13T03:26:48.011Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27672024-03-13T03:26:48.706Z Documenting parse-display-derive v0.9.0
27682024-03-13T03:26:49.111Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27692024-03-13T03:26:49.574Z Documenting fastrand v2.0.1
27702024-03-13T03:26:49.653Z Documenting proc-macro-error-attr v1.0.4
27712024-03-13T03:26:49.933Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27722024-03-13T03:26:49.957Z Checking proc-macro-error v1.0.4
27732024-03-13T03:26:50.207Z Checking proc-macro-crate v1.3.1
27742024-03-13T03:26:50.227Z Documenting proc-macro-crate v1.3.1
27752024-03-13T03:26:50.428Z Documenting hash32 v0.3.1
27762024-03-13T03:26:50.961Z Documenting stable_deref_trait v1.2.0
27772024-03-13T03:26:52.002Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27782024-03-13T03:26:53.862Z Documenting embedded-io v0.4.0
27792024-03-13T03:26:54.012Z Documenting cobs v0.2.3
27802024-03-13T03:26:54.153Z Documenting tempfile v3.10.0
27812024-03-13T03:26:54.625Z Documenting proc-macro-error v1.0.4
27822024-03-13T03:26:54.967Z Documenting parse-display v0.9.0
27832024-03-13T03:26:55.539Z Documenting heapless v0.8.0
27842024-03-13T03:26:55.569Z Documenting num_enum_derive v0.5.11
27852024-03-13T03:26:56.999Z Documenting foreign-types-macros v0.2.3
27862024-03-13T03:26:57.169Z Documenting postcard v1.0.8
27872024-03-13T03:26:58.995Z Documenting camino-tempfile v1.1.1
27882024-03-13T03:27:00.115Z Documenting foreign-types-shared v0.3.1
27892024-03-13T03:27:00.298Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27902024-03-13T03:27:01.016Z Documenting smoltcp v0.11.0
27912024-03-13T03:27:01.760Z Documenting num_enum v0.5.11
27922024-03-13T03:27:02.030Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9)
27932024-03-13T03:27:02.715Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27942024-03-13T03:27:02.855Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27952024-03-13T03:27:03.600Z Documenting foreign-types v0.5.0
27962024-03-13T03:27:03.934Z Documenting crucible-workspace-hack v0.1.0
27972024-03-13T03:27:05.174Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27982024-03-13T03:27:05.782Z Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9)
27992024-03-13T03:27:07.681Z Documenting tabwriter v1.4.0
28002024-03-13T03:27:07.940Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9)
28012024-03-13T03:27:08.513Z Documenting cstr-argument v0.1.2
28022024-03-13T03:27:08.667Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
28032024-03-13T03:27:09.889Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9)
28042024-03-13T03:27:10.671Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28052024-03-13T03:27:12.806Z Documenting colored v2.1.0
28062024-03-13T03:27:13.298Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28072024-03-13T03:27:13.408Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
28082024-03-13T03:27:14.380Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28092024-03-13T03:27:14.537Z Documenting zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
28102024-03-13T03:27:15.436Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9)
28112024-03-13T03:27:15.641Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46)
28122024-03-13T03:27:16.645Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28132024-03-13T03:27:16.937Z Documenting num-derive v0.4.0
28142024-03-13T03:27:17.365Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28152024-03-13T03:27:17.615Z Documenting smf v0.2.2
28162024-03-13T03:27:17.891Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28172024-03-13T03:27:18.607Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
28182024-03-13T03:27:19.309Z Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
28192024-03-13T03:27:21.007Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46)
28202024-03-13T03:27:21.906Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9)
28212024-03-13T03:27:21.970Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28222024-03-13T03:27:22.734Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1c1574fb721f98f2df1b23e3fd27d83be018882e#1c1574fb)
28232024-03-13T03:27:23.499Z Documenting password-hash v0.5.0
28242024-03-13T03:27:24.623Z Documenting blake2 v0.10.6
28252024-03-13T03:27:24.899Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28262024-03-13T03:27:26.273Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28272024-03-13T03:27:26.589Z Documenting linked-hash-map v0.5.6
28282024-03-13T03:27:27.373Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28292024-03-13T03:27:28.054Z Documenting humantime v2.1.0
28302024-03-13T03:27:28.433Z Documenting memmap v0.7.0
28312024-03-13T03:27:28.828Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9)
28322024-03-13T03:27:28.916Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28332024-03-13T03:27:29.651Z Documenting argon2 v0.5.3
28342024-03-13T03:27:30.158Z Documenting itertools v0.12.1
28352024-03-13T03:27:31.420Z Documenting lru-cache v0.1.2
28362024-03-13T03:27:31.884Z Documenting derive-where v1.2.7
28372024-03-13T03:27:32.897Z Documenting newtype_derive v0.1.6
28382024-03-13T03:27:33.529Z Documenting usdt v0.5.0
28392024-03-13T03:27:34.083Z Documenting quick-error v1.2.3
28402024-03-13T03:27:35.727Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28412024-03-13T03:27:36.169Z Documenting swrite v0.1.0
28422024-03-13T03:27:36.771Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28432024-03-13T03:27:37.616Z Documenting steno v0.4.0
28442024-03-13T03:27:37.954Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28452024-03-13T03:27:38.257Z Documenting tap v1.0.1
28462024-03-13T03:27:38.970Z Documenting resolv-conf v0.7.0
28472024-03-13T03:27:40.003Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28482024-03-13T03:27:41.095Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
28492024-03-13T03:27:41.222Z Documenting radium v0.7.0
28502024-03-13T03:27:41.234Z Documenting wyz v0.5.1
28512024-03-13T03:27:41.866Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28522024-03-13T03:27:42.538Z Documenting nibble_vec v0.1.0
28532024-03-13T03:27:42.679Z Documenting endian-type v0.1.2
28542024-03-13T03:27:44.095Z Documenting trust-dns-resolver v0.22.0
28552024-03-13T03:27:44.398Z Documenting crc-catalog v2.2.0
28562024-03-13T03:27:44.805Z Documenting funty v2.0.0
28572024-03-13T03:27:46.666Z Documenting cancel-safe-futures v0.1.5
28582024-03-13T03:27:47.110Z Documenting num-rational v0.4.1
28592024-03-13T03:27:47.426Z Documenting radix_trie v0.2.1
28602024-03-13T03:27:47.887Z Documenting crc v3.0.1
28612024-03-13T03:27:48.668Z Documenting bitvec v1.0.1
28622024-03-13T03:27:50.952Z Documenting num-complex v0.4.4
28632024-03-13T03:27:52.042Z Documenting filetime v0.2.23
28642024-03-13T03:27:52.538Z Documenting xattr v1.0.1
28652024-03-13T03:27:52.680Z Documenting packed_struct_codegen v0.10.1
28662024-03-13T03:27:52.857Z Documenting nodrop v0.1.14
28672024-03-13T03:27:52.949Z Documenting num-bigint-dig v0.8.4
28682024-03-13T03:27:54.164Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28692024-03-13T03:27:55.995Z Documenting array-init v0.0.4
28702024-03-13T03:27:56.724Z Documenting num v0.4.1
28712024-03-13T03:27:56.736Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28722024-03-13T03:27:56.992Z Documenting pkcs1 v0.7.5
28732024-03-13T03:27:57.627Z Documenting tar v0.4.40
28742024-03-13T03:27:58.062Z Documenting packed_struct v0.10.1
28752024-03-13T03:27:59.357Z Documenting is-terminal v0.4.9
28762024-03-13T03:28:00.528Z Documenting signature v2.1.0
28772024-03-13T03:28:01.443Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28782024-03-13T03:28:01.648Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28792024-03-13T03:28:02.855Z Documenting termcolor v1.2.0
28802024-03-13T03:28:03.180Z Documenting bitfield v0.14.0
28812024-03-13T03:28:05.208Z Documenting arc-swap v1.6.0
28822024-03-13T03:28:05.516Z Documenting rsa v0.9.2
28832024-03-13T03:28:06.225Z Documenting serde-hex v0.1.0
28842024-03-13T03:28:06.498Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28852024-03-13T03:28:07.214Z Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
28862024-03-13T03:28:07.565Z Documenting env_logger v0.10.0
28872024-03-13T03:28:08.114Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
28882024-03-13T03:28:09.899Z Documenting slog-scope v4.4.0
28892024-03-13T03:28:12.036Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28902024-03-13T03:28:12.161Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28912024-03-13T03:28:12.436Z Documenting x509-cert v0.2.4
28922024-03-13T03:28:12.507Z Documenting ron v0.8.1
28932024-03-13T03:28:12.614Z Documenting libsw v3.3.1
28942024-03-13T03:28:13.083Z Documenting half v2.3.1
28952024-03-13T03:28:14.673Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28962024-03-13T03:28:14.782Z Documenting crc-any v2.4.3
28972024-03-13T03:28:16.258Z Documenting owo-colors v4.0.0
28982024-03-13T03:28:17.313Z Documenting display-error-chain v0.2.0
28992024-03-13T03:28:17.938Z Documenting same-file v1.0.6
29002024-03-13T03:28:18.119Z Documenting ciborium-io v0.2.2
29012024-03-13T03:28:18.451Z Documenting linear-map v1.2.0
29022024-03-13T03:28:18.679Z Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
29032024-03-13T03:28:19.192Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29042024-03-13T03:28:21.067Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
29052024-03-13T03:28:21.086Z Documenting slog-stdlog v4.1.1
29062024-03-13T03:28:22.175Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29072024-03-13T03:28:23.082Z Documenting walkdir v2.4.0
29082024-03-13T03:28:23.086Z Documenting ciborium-ll v0.2.2
29092024-03-13T03:28:23.378Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29102024-03-13T03:28:24.086Z Documenting slog-dtrace v0.3.0
29112024-03-13T03:28:25.440Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29122024-03-13T03:28:26.132Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29132024-03-13T03:28:26.137Z Documenting path-slash v0.1.5
29142024-03-13T03:28:26.137Z Documenting slog-envlogger v2.2.0
29152024-03-13T03:28:27.569Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
29162024-03-13T03:28:27.736Z Documenting ciborium v0.2.2
29172024-03-13T03:28:28.034Z Documenting pem v3.0.2
29182024-03-13T03:28:30.650Z Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
29192024-03-13T03:28:32.096Z Documenting fxhash v0.2.1
29202024-03-13T03:28:32.518Z Documenting utf-8 v0.7.6
29212024-03-13T03:28:33.279Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29222024-03-13T03:28:34.377Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29232024-03-13T03:28:36.055Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29242024-03-13T03:28:37.008Z Checking darling_core v0.14.4
29252024-03-13T03:28:37.464Z Documenting tungstenite v0.20.1
29262024-03-13T03:28:38.769Z Documenting vte_generate_state_changes v0.1.1
29272024-03-13T03:28:41.295Z Documenting convert_case v0.4.0
29282024-03-13T03:28:43.863Z Checking convert_case v0.4.0
29292024-03-13T03:28:44.103Z Documenting vte v0.11.1
29302024-03-13T03:28:44.440Z Checking darling v0.14.4
29312024-03-13T03:28:44.552Z Documenting buf-list v1.0.3
29322024-03-13T03:28:44.919Z Documenting tokio-tungstenite v0.20.1
29332024-03-13T03:28:46.031Z Documenting derive_more v0.99.17
29342024-03-13T03:28:47.841Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
29352024-03-13T03:28:48.913Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29362024-03-13T03:28:49.218Z Checking heck v0.3.3
29372024-03-13T03:28:49.377Z Documenting pin-project-internal v1.1.3
29382024-03-13T03:28:49.466Z Documenting structopt-derive v0.4.18
29392024-03-13T03:28:51.466Z Documenting strip-ansi-escapes v0.2.0
29402024-03-13T03:28:51.466Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29412024-03-13T03:28:52.171Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29422024-03-13T03:28:53.388Z Documenting doc-comment v0.3.3
29432024-03-13T03:28:53.849Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29442024-03-13T03:28:55.030Z Documenting crossbeam-deque v0.8.3
29452024-03-13T03:28:55.954Z Documenting pin-project v1.1.3
29462024-03-13T03:28:56.267Z Documenting snafu-derive v0.7.5
29472024-03-13T03:28:56.382Z Documenting headers-core v0.2.0
29482024-03-13T03:28:59.186Z Documenting nu-ansi-term v0.50.0
29492024-03-13T03:28:59.553Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29502024-03-13T03:28:59.860Z Documenting rayon-core v1.12.1
29512024-03-13T03:29:02.132Z Documenting structopt v0.3.26
29522024-03-13T03:29:02.309Z Documenting headers v0.3.9
29532024-03-13T03:29:03.895Z Documenting snafu v0.7.5
29542024-03-13T03:29:04.411Z Documenting reedline v0.30.0
29552024-03-13T03:29:07.623Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29562024-03-13T03:29:07.909Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29572024-03-13T03:29:08.664Z Documenting derive_builder_core v0.12.0
29582024-03-13T03:29:09.038Z Checking derive_builder_core v0.12.0
29592024-03-13T03:29:09.290Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29602024-03-13T03:29:09.372Z Documenting libefi-sys v0.1.0
29612024-03-13T03:29:09.852Z Documenting trust-dns-client v0.22.0
29622024-03-13T03:29:11.743Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29632024-03-13T03:29:12.262Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29642024-03-13T03:29:12.908Z Documenting globset v0.4.13
29652024-03-13T03:29:14.074Z Documenting olpc-cjson v0.1.3
29662024-03-13T03:29:17.932Z Documenting serde_plain v1.0.2
29672024-03-13T03:29:17.964Z Documenting async-recursion v1.0.5
29682024-03-13T03:29:17.964Z Documenting ref-cast-impl v1.0.20
29692024-03-13T03:29:18.565Z Documenting typed-path v0.7.0
29702024-03-13T03:29:18.863Z Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
29712024-03-13T03:29:18.958Z Documenting keccak v0.1.4
29722024-03-13T03:29:19.405Z Documenting bytecount v0.6.3
29732024-03-13T03:29:21.208Z Documenting trust-dns-server v0.22.1
29742024-03-13T03:29:21.969Z Documenting sha3 v0.10.8
29752024-03-13T03:29:22.385Z Documenting papergrid v0.11.0
29762024-03-13T03:29:22.834Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
29772024-03-13T03:29:22.870Z Documenting ref-cast v1.0.20
29782024-03-13T03:29:23.779Z Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
29792024-03-13T03:29:25.789Z Documenting tough v0.16.0
29802024-03-13T03:29:26.320Z Documenting derive_builder_macro v0.12.0
29812024-03-13T03:29:27.069Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29822024-03-13T03:29:27.871Z Documenting rayon v1.9.0
29832024-03-13T03:29:28.138Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29842024-03-13T03:29:29.833Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29852024-03-13T03:29:30.497Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29862024-03-13T03:29:31.061Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29872024-03-13T03:29:31.500Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29882024-03-13T03:29:31.861Z Documenting sled v0.34.7
29892024-03-13T03:29:32.078Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29902024-03-13T03:29:32.378Z Documenting fs-err v2.11.0
29912024-03-13T03:29:33.187Z Documenting unicase v2.7.0
29922024-03-13T03:29:33.191Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29932024-03-13T03:29:33.375Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29942024-03-13T03:29:36.045Z Documenting tabled_derive v0.7.0
29952024-03-13T03:29:36.273Z Documenting fd-lock v4.0.2
29962024-03-13T03:29:36.722Z Documenting nix v0.27.1
29972024-03-13T03:29:37.415Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29982024-03-13T03:29:38.366Z Documenting secrecy v0.8.0
29992024-03-13T03:29:38.769Z Documenting gethostname v0.4.3
30002024-03-13T03:29:40.001Z Documenting rustversion v1.0.14
30012024-03-13T03:29:41.335Z Documenting sqlparser_derive v0.2.2
30022024-03-13T03:29:41.555Z Documenting home v0.5.5
30032024-03-13T03:29:42.800Z Documenting unicode_categories v0.1.1
30042024-03-13T03:29:43.091Z Documenting parse-size v1.0.0
30052024-03-13T03:29:43.738Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30062024-03-13T03:29:45.180Z Documenting castaway v0.2.2
30072024-03-13T03:29:46.086Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30082024-03-13T03:29:46.307Z Documenting sqlparser v0.43.1
30092024-03-13T03:29:46.497Z Documenting rustyline v13.0.0
30102024-03-13T03:29:46.782Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30112024-03-13T03:29:47.582Z Documenting sqlformat v0.2.3
30122024-03-13T03:29:50.025Z Documenting tabled v0.15.0
30132024-03-13T03:29:52.524Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30142024-03-13T03:29:53.147Z Documenting mime_guess v2.0.4
30152024-03-13T03:29:58.169Z Documenting derive_builder v0.12.0
30162024-03-13T03:29:58.399Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30172024-03-13T03:30:00.938Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30182024-03-13T03:30:01.200Z Documenting polar-core v0.27.0
30192024-03-13T03:30:02.095Z Documenting libxml v0.3.3
30202024-03-13T03:30:05.895Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30212024-03-13T03:30:05.905Z Documenting bb8 v0.8.3
30222024-03-13T03:30:07.504Z Documenting universal-hash v0.5.1
30232024-03-13T03:30:12.728Z Documenting bcs v0.1.6
30242024-03-13T03:30:12.801Z Documenting quick-xml v0.30.0
30252024-03-13T03:30:12.802Z Documenting kstat-rs v0.2.3
30262024-03-13T03:30:12.802Z Documenting oso-derive v0.27.0
30272024-03-13T03:30:12.802Z Documenting impl-trait-for-tuples v0.2.2
30282024-03-13T03:30:23.205Z Documenting thiserror-impl-no-std v2.0.2
30292024-03-13T03:30:23.351Z Documenting curve25519-dalek-derive v0.1.0
30302024-03-13T03:30:23.436Z Documenting opaque-debug v0.3.0
30312024-03-13T03:30:23.501Z Documenting highway v1.1.0
30322024-03-13T03:30:23.531Z Documenting maplit v1.0.2
30332024-03-13T03:30:24.091Z Documenting samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
30342024-03-13T03:30:24.127Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30352024-03-13T03:30:26.785Z Documenting poly1305 v0.8.0
30362024-03-13T03:30:28.532Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30372024-03-13T03:30:28.604Z Documenting oso v0.27.0
30382024-03-13T03:30:29.021Z Documenting curve25519-dalek v4.1.1
30392024-03-13T03:30:29.443Z Documenting thiserror-no-std v2.0.2
30402024-03-13T03:30:32.438Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
30412024-03-13T03:30:32.748Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30422024-03-13T03:30:33.601Z Documenting compact_str v0.7.1
30432024-03-13T03:30:35.171Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30442024-03-13T03:30:35.763Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30452024-03-13T03:30:35.913Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30462024-03-13T03:30:37.211Z Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30472024-03-13T03:30:38.649Z Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
30482024-03-13T03:30:40.535Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30492024-03-13T03:30:42.264Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46)
30502024-03-13T03:30:45.716Z Documenting portable-atomic v1.4.3
30512024-03-13T03:30:45.926Z Documenting ed25519 v1.5.3
30522024-03-13T03:30:48.965Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30532024-03-13T03:30:49.469Z Documenting memoffset v0.7.1
30542024-03-13T03:30:51.937Z Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
30552024-03-13T03:30:52.101Z Documenting cookie v0.18.0
30562024-03-13T03:30:52.520Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30572024-03-13T03:30:52.598Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30582024-03-13T03:30:52.767Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30592024-03-13T03:30:53.538Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1c1574fb721f98f2df1b23e3fd27d83be018882e#1c1574fb)
30602024-03-13T03:30:54.702Z Documenting chacha20 v0.9.1
30612024-03-13T03:30:56.430Z Documenting lru v0.12.1
30622024-03-13T03:30:57.578Z Documenting aead v0.5.2
30632024-03-13T03:30:59.581Z Documenting nanorand v0.7.0
30642024-03-13T03:31:00.252Z Documenting stability v0.1.1
30652024-03-13T03:31:02.123Z Documenting glob v0.3.1
30662024-03-13T03:31:03.890Z Documenting cassowary v0.3.0
30672024-03-13T03:31:04.033Z Documenting number_prefix v0.4.0
30682024-03-13T03:31:07.098Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30692024-03-13T03:31:13.124Z Documenting flume v0.11.0
30702024-03-13T03:31:13.495Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30712024-03-13T03:31:13.518Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
30722024-03-13T03:31:13.602Z Documenting chacha20poly1305 v0.10.1
30732024-03-13T03:31:13.746Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30742024-03-13T03:31:13.974Z Documenting ratatui v0.26.1
30752024-03-13T03:31:14.183Z Documenting indicatif v0.17.8
30762024-03-13T03:31:18.405Z Documenting salty v0.2.0
30772024-03-13T03:31:20.983Z Documenting vsss-rs v3.3.4
30782024-03-13T03:31:31.399Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30792024-03-13T03:31:31.477Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30802024-03-13T03:31:31.763Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
30812024-03-13T03:31:32.117Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30822024-03-13T03:31:32.243Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
30832024-03-13T03:31:32.363Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30842024-03-13T03:31:32.636Z Documenting serde-big-array v0.5.1
30852024-03-13T03:31:32.905Z Documenting rtoolbox v0.0.1
30862024-03-13T03:31:39.366Z Documenting smawk v0.3.1
30872024-03-13T03:31:39.426Z Documenting http-range v0.1.5
30882024-03-13T03:31:39.426Z Documenting unicode-linebreak v0.1.5
30892024-03-13T03:31:39.426Z Documenting is_ci v1.2.0
30902024-03-13T03:31:39.426Z Documenting rpassword v7.3.1
30912024-03-13T03:31:39.426Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
30922024-03-13T03:31:39.795Z Documenting textwrap v0.16.1
30932024-03-13T03:31:41.295Z Documenting hyper-staticfile v0.9.5
30942024-03-13T03:31:41.928Z Documenting supports-color v3.0.0
30952024-03-13T03:31:43.151Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
30962024-03-13T03:31:44.891Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30972024-03-13T03:31:44.994Z Documenting tui-tree-widget v0.17.0
30982024-03-13T03:31:46.541Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30992024-03-13T03:31:47.603Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31002024-03-13T03:31:48.225Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31012024-03-13T03:31:49.507Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31022024-03-13T03:31:50.175Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31032024-03-13T03:31:50.611Z Documenting rcgen v0.12.1
31042024-03-13T03:31:50.649Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31052024-03-13T03:31:51.408Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31062024-03-13T03:31:51.797Z Documenting atomicwrites v0.4.3
31072024-03-13T03:31:52.694Z Documenting signal-hook-tokio v0.3.1
31082024-03-13T03:31:52.822Z Documenting subprocess v0.2.9
31092024-03-13T03:31:59.559Zwarning: unresolved link to `test_sled_transitions`
31102024-03-13T03:31:59.560Z --> nexus/db-queries/src/db/datastore/sled.rs:536:11
31112024-03-13T03:31:59.560Z |
31122024-03-13T03:31:59.560Z536 | /// [`test_sled_transitions`].
31132024-03-13T03:31:59.560Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
31142024-03-13T03:31:59.560Z |
31152024-03-13T03:31:59.560Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
31162024-03-13T03:31:59.560Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
31172024-03-13T03:31:59.560Z
31182024-03-13T03:31:59.766Zwarning: unresolved link to `test_sled_transitions`
31192024-03-13T03:31:59.767Z --> nexus/db-queries/src/db/datastore/sled.rs:572:11
31202024-03-13T03:31:59.767Z |
31212024-03-13T03:31:59.767Z572 | /// [`test_sled_transitions`].
31222024-03-13T03:31:59.767Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
31232024-03-13T03:31:59.767Z |
31242024-03-13T03:31:59.767Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
31252024-03-13T03:31:59.767Z
31262024-03-13T03:31:59.767Zwarning: unresolved link to `DataStore::update_tuf_repo_description_insert`
31272024-03-13T03:31:59.767Z --> nexus/db-queries/src/db/datastore/update.rs:28:27
31282024-03-13T03:31:59.767Z |
31292024-03-13T03:31:59.767Z28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`].
31302024-03-13T03:31:59.767Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert`
31312024-03-13T03:31:59.767Z
31322024-03-13T03:31:59.803Z Documenting memmap2 v0.7.1
31332024-03-13T03:31:59.803Z Documenting shell-words v1.1.0
31342024-03-13T03:31:59.803Z Documenting arrayvec v0.7.4
31352024-03-13T03:31:59.803Z Documenting corncobs v0.1.3
31362024-03-13T03:32:01.736Z Documenting constant_time_eq v0.3.0
31372024-03-13T03:32:02.279Z Documenting arrayref v0.3.7
31382024-03-13T03:32:02.446Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
31392024-03-13T03:32:03.034Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31402024-03-13T03:32:04.778Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31412024-03-13T03:32:05.311Z Documenting blake3 v1.5.0
31422024-03-13T03:32:06.511Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31432024-03-13T03:32:07.767Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31442024-03-13T03:32:07.818Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31452024-03-13T03:32:08.380Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31462024-03-13T03:32:09.699Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31472024-03-13T03:32:10.027Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31482024-03-13T03:32:12.671Zwarning: `nexus-db-queries` (lib doc) generated 3 warnings
31492024-03-13T03:32:12.676Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31502024-03-13T03:32:22.553Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31512024-03-13T03:32:23.759Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31522024-03-13T03:32:25.374Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31532024-03-13T03:32:26.340Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1c1574fb721f98f2df1b23e3fd27d83be018882e#1c1574fb)
31542024-03-13T03:32:27.584Zwarning: unclosed HTML tag `usize`
31552024-03-13T03:32:27.584Z --> wicket/src/ui/panes/update.rs:153:19
31562024-03-13T03:32:27.585Z |
31572024-03-13T03:32:27.585Z153 | /// TODO: The <usize> generic parameter is carried over from earlier versions
31582024-03-13T03:32:27.585Z | ^^^^^^^
31592024-03-13T03:32:27.585Z |
31602024-03-13T03:32:27.585Z = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
31612024-03-13T03:32:27.585Z
31622024-03-13T03:32:28.905Zwarning: `wicket` (lib doc) generated 1 warning
31632024-03-13T03:32:28.909Z Documenting fatfs v0.3.6
31642024-03-13T03:32:30.517Z Documenting assert_matches v1.5.0
31652024-03-13T03:32:33.485Z Documenting topological-sort v0.2.2
31662024-03-13T03:32:33.532Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31672024-03-13T03:32:34.267Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31682024-03-13T03:32:38.162Z Documenting omicron-zone-package v0.11.0
31692024-03-13T03:32:40.870Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31702024-03-13T03:32:42.957Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31712024-03-13T03:32:43.907Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
31722024-03-13T03:32:47.272Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31732024-03-13T03:32:50.044Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
31742024-03-13T03:32:50.444Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
31752024-03-13T03:32:51.209Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
31762024-03-13T03:32:54.427Z Documenting termios v0.3.3
31772024-03-13T03:32:55.762Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31782024-03-13T03:32:59.433Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31792024-03-13T03:32:59.509Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31802024-03-13T03:33:01.355Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
31812024-03-13T03:33:01.355Z --> sled-agent/src/sim/instance.rs:46:7
31822024-03-13T03:33:01.355Z |
31832024-03-13T03:33:01.355Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
31842024-03-13T03:33:01.356Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
31852024-03-13T03:33:01.356Z |
31862024-03-13T03:33:01.356Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
31872024-03-13T03:33:01.356Z
31882024-03-13T03:33:02.101Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31892024-03-13T03:33:04.868Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
31902024-03-13T03:33:07.835Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31912024-03-13T03:33:27.017Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31922024-03-13T03:33:27.475Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31932024-03-13T03:33:38.937Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
31942024-03-13T03:33:41.721Z Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
31952024-03-13T03:33:42.470Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
31962024-03-13T03:33:44.101Z Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
31972024-03-13T03:33:47.087Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31982024-03-13T03:33:50.386Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31992024-03-13T03:33:51.422Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32002024-03-13T03:34:13.317Zwarning: unresolved link to `VolumeConstructionRequest`
32012024-03-13T03:34:13.318Z --> nexus/src/app/sagas/volume_delete.rs:338:7
32022024-03-13T03:34:13.318Z |
32032024-03-13T03:34:13.318Z338 | /// [`VolumeConstructionRequest`] is shown here):
32042024-03-13T03:34:13.318Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
32052024-03-13T03:34:13.318Z |
32062024-03-13T03:34:13.318Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32072024-03-13T03:34:13.318Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32082024-03-13T03:34:13.318Z
32092024-03-13T03:34:13.324Zwarning: unresolved link to `fd00:1122:3344:101::5`
32102024-03-13T03:34:13.324Z --> nexus/src/app/sagas/volume_delete.rs:348:17
32112024-03-13T03:34:13.324Z |
32122024-03-13T03:34:13.324Z348 | /// "[fd00:1122:3344:101::5]:1000",
32132024-03-13T03:34:13.324Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
32142024-03-13T03:34:13.324Z
32152024-03-13T03:34:13.324Zwarning: unresolved link to `fd00:1122:3344:102::9`
32162024-03-13T03:34:13.324Z --> nexus/src/app/sagas/volume_delete.rs:349:17
32172024-03-13T03:34:13.324Z |
32182024-03-13T03:34:13.324Z349 | /// "[fd00:1122:3344:102::9]:1000",
32192024-03-13T03:34:13.325Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
32202024-03-13T03:34:13.325Z
32212024-03-13T03:34:13.325Zwarning: unresolved link to `fd00:1122:3344:103::2`
32222024-03-13T03:34:13.325Z --> nexus/src/app/sagas/volume_delete.rs:350:17
32232024-03-13T03:34:13.325Z |
32242024-03-13T03:34:13.325Z350 | /// "[fd00:1122:3344:103::2]:1000"
32252024-03-13T03:34:13.325Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
32262024-03-13T03:34:13.325Z
32272024-03-13T03:34:13.325Zwarning: unresolved link to `fd00:1122:3344:101::5`
32282024-03-13T03:34:13.325Z --> nexus/src/app/sagas/volume_delete.rs:369:17
32292024-03-13T03:34:13.325Z |
32302024-03-13T03:34:13.325Z369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
32312024-03-13T03:34:13.325Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
32322024-03-13T03:34:13.325Z
32332024-03-13T03:34:13.325Zwarning: unresolved link to `fd00:1122:3344:102::9`
32342024-03-13T03:34:13.325Z --> nexus/src/app/sagas/volume_delete.rs:370:17
32352024-03-13T03:34:13.325Z |
32362024-03-13T03:34:13.325Z370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
32372024-03-13T03:34:13.325Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
32382024-03-13T03:34:13.325Z
32392024-03-13T03:34:13.325Zwarning: unresolved link to `fd00:1122:3344:103::2`
32402024-03-13T03:34:13.325Z --> nexus/src/app/sagas/volume_delete.rs:371:17
32412024-03-13T03:34:13.325Z |
32422024-03-13T03:34:13.326Z371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
32432024-03-13T03:34:13.326Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
32442024-03-13T03:34:13.326Z
32452024-03-13T03:34:16.335Zwarning: `omicron-nexus` (lib doc) generated 7 warnings
32462024-03-13T03:34:38.774Z Finished dev [unoptimized + debuginfo] target(s) in 12m 06s
32472024-03-13T03:34:38.849Z Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html
32482024-03-13T03:34:38.849Z Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html
32492024-03-13T03:34:38.849Z Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html
32502024-03-13T03:34:38.849Z Generated /work/oxidecomputer/omicron/target/doc/caboose_util/index.html
32512024-03-13T03:34:38.849Z Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html
32522024-03-13T03:34:38.849Z Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html
32532024-03-13T03:34:38.856Z Generated /work/oxidecomputer/omicron/target/doc/ddm_admin_client/index.html
32542024-03-13T03:34:38.856Z Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html
32552024-03-13T03:34:38.856Z Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html
32562024-03-13T03:34:38.856Z Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html
32572024-03-13T03:34:38.856Z Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html
32582024-03-13T03:34:38.856Z Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html
32592024-03-13T03:34:38.856Z Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html
32602024-03-13T03:34:38.856Z Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html
32612024-03-13T03:34:38.856Z Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html
32622024-03-13T03:34:38.856Z Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html
32632024-03-13T03:34:38.856Z Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html
32642024-03-13T03:34:38.856Z Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html
32652024-03-13T03:34:38.856Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html
32662024-03-13T03:34:38.856Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html
32672024-03-13T03:34:38.856Z Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html
32682024-03-13T03:34:38.857Z Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html
32692024-03-13T03:34:38.857Z Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html
32702024-03-13T03:34:38.857Z Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html
32712024-03-13T03:34:38.857Z Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html
32722024-03-13T03:34:38.857Z Generated /work/oxidecomputer/omicron/target/doc/mg_admin_client/index.html
32732024-03-13T03:34:38.857Z Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html
32742024-03-13T03:34:38.857Z Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html
32752024-03-13T03:34:38.857Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html
32762024-03-13T03:34:38.857Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html
32772024-03-13T03:34:38.857Z Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html
32782024-03-13T03:34:38.857Z Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html
32792024-03-13T03:34:38.857Z Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html
32802024-03-13T03:34:38.857Z Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html
32812024-03-13T03:34:38.857Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html
32822024-03-13T03:34:38.857Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html
32832024-03-13T03:34:38.857Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html
32842024-03-13T03:34:38.857Z Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html
32852024-03-13T03:34:38.857Z Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html
32862024-03-13T03:34:38.857Z Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html
32872024-03-13T03:34:38.857Z Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html
32882024-03-13T03:34:38.857Z Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html
32892024-03-13T03:34:38.857Z Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html
32902024-03-13T03:34:38.857Z Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html
32912024-03-13T03:34:38.858Z Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html
32922024-03-13T03:34:38.858Z Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html
32932024-03-13T03:34:38.858Z Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html
32942024-03-13T03:34:38.858Z Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html
32952024-03-13T03:34:38.858Z Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html
32962024-03-13T03:34:38.858Z Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html
32972024-03-13T03:34:38.858Z Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html
32982024-03-13T03:34:38.858Z Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html
32992024-03-13T03:34:38.858Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
33002024-03-13T03:34:38.858Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html
33012024-03-13T03:34:38.858Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html
33022024-03-13T03:34:38.858Z Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html
33032024-03-13T03:34:38.858Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
33042024-03-13T03:34:38.858Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html
33052024-03-13T03:34:38.858Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html
33062024-03-13T03:34:38.858Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html
33072024-03-13T03:34:38.858Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html
33082024-03-13T03:34:38.858Z Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html
33092024-03-13T03:34:38.858Z Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html
33102024-03-13T03:34:38.858Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html
33112024-03-13T03:34:38.858Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html
33122024-03-13T03:34:38.858Z Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html
33132024-03-13T03:34:38.859Z Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html
33142024-03-13T03:34:38.859Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html
33152024-03-13T03:34:38.859Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html
33162024-03-13T03:34:38.859Z Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html
33172024-03-13T03:34:38.859Z Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html
33182024-03-13T03:34:38.859Z Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html
33192024-03-13T03:34:38.859Z Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html
33202024-03-13T03:34:38.859Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html
33212024-03-13T03:34:38.859Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html
33222024-03-13T03:34:38.859Z Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html
33232024-03-13T03:34:38.859Z Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html
33242024-03-13T03:34:38.859Z Generated /work/oxidecomputer/omicron/target/doc/zone_networking/index.html
33252024-03-13T03:34:38.879Z
33262024-03-13T03:34:38.883Zreal 12:06.539809159
33272024-03-13T03:34:38.883Zuser 31:58.845579882
33282024-03-13T03:34:38.883Zsys 51:51.407053009
33292024-03-13T03:34:38.883Ztrap 0.807375836
33302024-03-13T03:34:38.883Ztflt 0.567223367
33312024-03-13T03:34:38.883Zdflt 0.300005246
33322024-03-13T03:34:38.883Zkflt 0.000042825
33332024-03-13T03:34:38.883Zlock 3:19:13.562595131
33342024-03-13T03:34:38.883Zslp 3:20:50.136424846
33352024-03-13T03:34:38.884Zlat 4:06.220509360
33362024-03-13T03:34:38.884Zstop 1:36.710693252
33372024-03-13T03:34:38.884Zprocess exited: duration 1346719 ms, exit code 0
 
33382024-03-13T03:34:38.894Zfound 0 output files