|
|
|
| 1 | 2023-11-02T04:38:20.016Z | job assigned to worker 01HE7540VQF1R7QSB9E53DV5M0 (queued for 1 m 25 s) |
| |
| 2 | 2023-11-02T04:38:20.592Z | starting task 0: "setup" |
| 3 | 2023-11-02T04:38:20.676Z | ++ uname -s |
| 4 | 2023-11-02T04:38:20.681Z | + kern=SunOS |
| 5 | 2023-11-02T04:38:20.689Z | + case "$kern" in |
| 6 | 2023-11-02T04:38:20.699Z | + groupadd -g 12345 build |
| 7 | 2023-11-02T04:38:20.702Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2023-11-02T04:38:22.695Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2023-11-02T04:38:22.787Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2023-11-02T04:38:22.799Z | + home_fs=zfs |
| 11 | 2023-11-02T04:38:22.806Z | + [[ zfs == autofs ]] |
| 12 | 2023-11-02T04:38:22.816Z | + mkdir -p /home/build |
| 13 | 2023-11-02T04:38:22.821Z | + chown build:build /home/build /work |
| 14 | 2023-11-02T04:38:24.797Z | + chmod 0700 /home/build /work |
| 15 | 2023-11-02T04:38:24.818Z | process exited: duration 4202 ms, exit code 0 |
| |
| 16 | 2023-11-02T04:38:24.844Z | starting task 1: "rust-toolchain" |
| 17 | 2023-11-02T04:38:24.861Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 18 | 2023-11-02T04:38:24.939Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
| 19 | 2023-11-02T04:38:25.215Z | info: downloading installer |
| 20 | 2023-11-02T04:38:27.391Z | warning: it looks like you have an existing installation of Rust at: |
| 21 | 2023-11-02T04:38:27.402Z | warning: /opt/ooce/bin |
| 22 | 2023-11-02T04:38:27.419Z | warning: It is recommended that rustup be the primary Rust installation. |
| 23 | 2023-11-02T04:38:27.434Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 24 | 2023-11-02T04:38:27.447Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 25 | 2023-11-02T04:38:27.872Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 26 | 2023-11-02T04:38:27.892Z | warning: or pass `-y' to ignore all ignorable checks. |
| 27 | 2023-11-02T04:38:27.912Z | error: cannot install while Rust is installed |
| 28 | 2023-11-02T04:38:28.335Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 29 | 2023-11-02T04:38:28.352Z | info: profile set to 'default' |
| 30 | 2023-11-02T04:38:28.768Z | info: default host triple is x86_64-unknown-illumos |
| 31 | 2023-11-02T04:38:28.776Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
| 32 | 2023-11-02T04:38:28.786Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
| 33 | 2023-11-02T04:38:28.802Z | info: downloading component 'cargo' |
| 34 | 2023-11-02T04:38:28.816Z | info: downloading component 'clippy' |
| 35 | 2023-11-02T04:38:29.304Z | info: downloading component 'rust-docs' |
| 36 | 2023-11-02T04:38:29.442Z | info: downloading component 'rust-std' |
| 37 | 2023-11-02T04:38:31.025Z | info: downloading component 'rustc' |
| 38 | 2023-11-02T04:38:34.554Z | info: downloading component 'rustfmt' |
| 39 | 2023-11-02T04:38:34.822Z | info: installing component 'cargo' |
| 40 | 2023-11-02T04:38:37.421Z | info: installing component 'clippy' |
| 41 | 2023-11-02T04:38:38.052Z | info: installing component 'rust-docs' |
| 42 | 2023-11-02T04:38:40.884Z | info: installing component 'rust-std' |
| 43 | 2023-11-02T04:38:44.774Z | info: installing component 'rustc' |
| 44 | 2023-11-02T04:38:54.913Z | info: installing component 'rustfmt' |
| 45 | 2023-11-02T04:38:55.352Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
| 46 | 2023-11-02T04:38:55.357Z | |
| 47 | 2023-11-02T04:38:55.512Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 48 | 2023-11-02T04:38:55.520Z | |
| 49 | 2023-11-02T04:38:55.527Z | |
| 50 | 2023-11-02T04:38:55.545Z | Rust is installed now. Great! |
| 51 | 2023-11-02T04:38:55.549Z | |
| 52 | 2023-11-02T04:38:55.552Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 53 | 2023-11-02T04:38:55.556Z | environment variable. This has not been done automatically. |
| 54 | 2023-11-02T04:38:55.559Z | |
| 55 | 2023-11-02T04:38:55.562Z | To configure your current shell, run: |
| 56 | 2023-11-02T04:38:55.565Z | source "$HOME/.cargo/env" |
| 57 | 2023-11-02T04:38:55.608Z | + rustc --version |
| 58 | 2023-11-02T04:38:55.724Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 59 | 2023-11-02T04:38:55.730Z | process exited: duration 30882 ms, exit code 0 |
| |
| 60 | 2023-11-02T04:38:55.737Z | starting task 2: "authentication" |
| 61 | 2023-11-02T04:38:55.773Z | process exited: duration 32 ms, exit code 0 |
| |
| 62 | 2023-11-02T04:38:55.780Z | starting task 3: "clone repository" |
| 63 | 2023-11-02T04:38:55.790Z | + mkdir -p /work/oxidecomputer/omicron |
| 64 | 2023-11-02T04:38:55.793Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 65 | 2023-11-02T04:38:55.849Z | Cloning into '/work/oxidecomputer/omicron'... |
| 66 | 2023-11-02T04:39:03.950Z | + cd /work/oxidecomputer/omicron |
| 67 | 2023-11-02T04:39:03.960Z | + [[ -n renovate/toml-0.x ]] |
| 68 | 2023-11-02T04:39:03.970Z | + git fetch origin renovate/toml-0.x |
| 69 | 2023-11-02T04:39:04.442Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2023-11-02T04:39:04.445Z | * branch renovate/toml-0.x -> FETCH_HEAD |
| 71 | 2023-11-02T04:39:04.452Z | + git checkout -B renovate/toml-0.x remotes/origin/renovate/toml-0.x |
| 72 | 2023-11-02T04:39:04.547Z | Switched to a new branch 'renovate/toml-0.x' |
| 73 | 2023-11-02T04:39:04.971Z | branch 'renovate/toml-0.x' set up to track 'origin/renovate/toml-0.x'. |
| 74 | 2023-11-02T04:39:04.983Z | + git reset --hard 62028649ec29ea537d939b2ca0a204536b2b3efa |
| 75 | 2023-11-02T04:39:04.990Z | HEAD is now at 62028649 chore(deps): update rust crate toml to 0.8.6 |
| 76 | 2023-11-02T04:39:04.997Z | process exited: duration 8778 ms, exit code 0 |
| |
| 77 | 2023-11-02T04:39:05.025Z | starting task 4: "build" |
| 78 | 2023-11-02T04:39:05.049Z | + cargo --version |
| 79 | 2023-11-02T04:39:05.133Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
| 80 | 2023-11-02T04:39:05.137Z | + rustc --version |
| 81 | 2023-11-02T04:39:05.245Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 82 | 2023-11-02T04:39:05.254Z | + source ./env.sh |
| 83 | 2023-11-02T04:39:05.259Z | ++ set -o xtrace |
| 84 | 2023-11-02T04:39:05.266Z | ++++ dirname ./env.sh |
| 85 | 2023-11-02T04:39:05.274Z | +++ cd . |
| 86 | 2023-11-02T04:39:05.280Z | +++ echo /work/oxidecomputer/omicron |
| 87 | 2023-11-02T04:39:05.284Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 88 | 2023-11-02T04:39:05.288Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 89 | 2023-11-02T04:39:05.292Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 90 | 2023-11-02T04:39:05.295Z | ++ 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 |
| 91 | 2023-11-02T04:39:05.298Z | ++ 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 |
| 92 | 2023-11-02T04:39:05.302Z | ++ 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 |
| 93 | 2023-11-02T04:39:05.305Z | ++ 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 |
| 94 | 2023-11-02T04:39:05.309Z | ++ 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 |
| 95 | 2023-11-02T04:39:05.313Z | ++ 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 |
| 96 | 2023-11-02T04:39:05.318Z | ++ unset OMICRON_WS |
| 97 | 2023-11-02T04:39:05.321Z | ++ set +o xtrace |
| 98 | 2023-11-02T04:39:05.325Z | |
| 99 | 2023-11-02T04:39:05.328Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 100 | 2023-11-02T04:39:05.333Z | # # # # # # # # # # # # # # # |
| 101 | 2023-11-02T04:39:05.336Z | # # # # ##### # # ##### # # # # # #### # |
| 102 | 2023-11-02T04:39:05.339Z | ##### ##### # ##### # # # # # # # # # |
| 103 | 2023-11-02T04:39:05.342Z | # # # # # # # # # # # # # # # |
| 104 | 2023-11-02T04:39:05.345Z | # # # ###### # # ###### ### # #### # #### # |
| 105 | 2023-11-02T04:39:05.348Z | |
| 106 | 2023-11-02T04:39:13.908Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 107 | 2023-11-02T04:39:14.854Z | Startup: Caching catalogs ... Done |
| 108 | 2023-11-02T04:39:19.543Z | Planning: Solver setup ... Done (4.365s) |
| 109 | 2023-11-02T04:39:19.689Z | Planning: Running solver ... Done (0.115s) |
| 110 | 2023-11-02T04:39:19.696Z | Planning: Finding local manifests ... Done (0.003s) |
| 111 | 2023-11-02T04:39:19.705Z | Planning: Fetching manifests: 0/4 0% complete |
| 112 | 2023-11-02T04:39:19.971Z | Planning: Fetching manifests: 4/4 100% complete |
| 113 | 2023-11-02T04:39:20.046Z | Planning: Package planning ... Done (0.080s) |
| 114 | 2023-11-02T04:39:20.131Z | Planning: Merging actions ... Done (0.086s) |
| 115 | 2023-11-02T04:39:21.145Z | Planning: Checking for conflicting actions ... Done (0.994s) |
| 116 | 2023-11-02T04:39:21.157Z | Planning: Consolidating action changes ... Done (0.017s) |
| 117 | 2023-11-02T04:39:28.811Z | Planning: Evaluating mediators ... Done (7.669s) |
| 118 | 2023-11-02T04:39:28.836Z | Planning: Planning completed in 13.92 seconds |
| 119 | 2023-11-02T04:39:44.195Z | Packages to install: 4 |
| 120 | 2023-11-02T04:39:44.366Z | Mediators to change: 2 |
| 121 | 2023-11-02T04:39:44.559Z | Services to change: 1 |
| 122 | 2023-11-02T04:39:44.693Z | Estimated space available: 149.39 GB |
| 123 | 2023-11-02T04:39:45.917Z | Estimated space to be consumed: 1.37 GB |
| 124 | 2023-11-02T04:39:45.922Z | Create boot environment: No |
| 125 | 2023-11-02T04:39:45.927Z | Create backup boot environment: No |
| 126 | 2023-11-02T04:39:45.951Z | Rebuild boot archive: No |
| 127 | 2023-11-02T04:39:45.966Z | |
| 128 | 2023-11-02T04:39:45.981Z | Changed mediators: |
| 129 | 2023-11-02T04:39:45.986Z | mediator clang: |
| 130 | 2023-11-02T04:39:46.006Z | version: None -> 15 (system default) |
| 131 | 2023-11-02T04:39:46.018Z | |
| 132 | 2023-11-02T04:39:46.046Z | mediator llvm: |
| 133 | 2023-11-02T04:39:46.081Z | version: 14 (system default) -> 15 (system default) |
| 134 | 2023-11-02T04:39:46.098Z | |
| 135 | 2023-11-02T04:39:46.129Z | Changed packages: |
| 136 | 2023-11-02T04:39:46.202Z | helios-dev |
| 137 | 2023-11-02T04:39:46.265Z | developer/build-essential |
| 138 | 2023-11-02T04:39:46.328Z | None -> 11-2.0 |
| 139 | 2023-11-02T04:39:46.370Z | library/libxmlsec1 |
| 140 | 2023-11-02T04:39:46.396Z | None -> 1.2.35-2.0 |
| 141 | 2023-11-02T04:39:46.423Z | ooce/developer/clang-15 |
| 142 | 2023-11-02T04:39:46.450Z | None -> 15.0.7-2.0 |
| 143 | 2023-11-02T04:39:46.473Z | ooce/developer/llvm-15 |
| 144 | 2023-11-02T04:39:46.644Z | None -> 15.0.7-2.0 |
| 145 | 2023-11-02T04:39:46.662Z | |
| 146 | 2023-11-02T04:39:46.693Z | Services: |
| 147 | 2023-11-02T04:39:46.719Z | restart_fmri: |
| 148 | 2023-11-02T04:39:46.726Z | svc:/system/update-man-index:default |
| 149 | 2023-11-02T04:39:46.739Z | |
| 150 | 2023-11-02T04:39:46.748Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 151 | 2023-11-02T04:39:46.753Z | Download: 579/3290 items 17.6/212.6MB 8% complete (3.6M/s) |
| 152 | 2023-11-02T04:39:46.767Z | Download: 1198/3290 items 82.7/212.6MB 38% complete (9.9M/s) |
| 153 | 2023-11-02T04:39:51.371Z | Download: 2225/3290 items 119.2/212.6MB 56% complete (5.7M/s) |
| 154 | 2023-11-02T04:39:56.645Z | Download: 3244/3290 items 173.9/212.6MB 81% complete (9.5M/s) |
| 155 | 2023-11-02T04:39:59.050Z | Download: Completed 212.60 MB in 25.73 seconds (8.3M/s) |
| 156 | 2023-11-02T04:39:59.390Z | Actions: 1/3687 actions (Installing new actions) |
| 157 | 2023-11-02T04:40:04.443Z | Actions: 2530/3687 actions (Installing new actions) |
| 158 | 2023-11-02T04:40:07.388Z | Actions: Completed 3687 actions in 8.00 seconds. |
| 159 | 2023-11-02T04:40:07.547Z | Done (0.157s) |
| 160 | 2023-11-02T04:40:07.550Z | Done (0.000s) |
| 161 | 2023-11-02T04:40:07.759Z | Done (0.207s) |
| 162 | 2023-11-02T04:40:15.318Z | Done (7.448s) |
| 163 | 2023-11-02T04:40:15.589Z | Done (0.126s) |
| 164 | 2023-11-02T04:40:15.601Z | Done (0.000s) |
| 165 | 2023-11-02T04:40:15.781Z | Done (0.000s) |
| 166 | 2023-11-02T04:40:16.474Z | Planning: Evaluating mediator changes ... Done |
| 167 | 2023-11-02T04:40:16.764Z | Planning: Checking for conflicting actions ... Done |
| 168 | 2023-11-02T04:40:16.779Z | Planning: Consolidating action changes ... Done |
| 169 | 2023-11-02T04:40:17.204Z | Planning: Evaluating mediators ... Done |
| 170 | 2023-11-02T04:40:17.209Z | Planning: Planning completed in 0.73 seconds |
| 171 | 2023-11-02T04:40:17.259Z | Mediators to change: 2 |
| 172 | 2023-11-02T04:40:17.261Z | Create boot environment: No |
| 173 | 2023-11-02T04:40:17.264Z | Create backup boot environment: No |
| 174 | 2023-11-02T04:40:17.369Z | Done |
| 175 | 2023-11-02T04:40:17.373Z | Done |
| 176 | 2023-11-02T04:40:17.503Z | Done |
| 177 | 2023-11-02T04:40:23.464Z | Done |
| 178 | 2023-11-02T04:40:23.592Z | Done |
| 179 | 2023-11-02T04:40:23.621Z | Done |
| 180 | 2023-11-02T04:40:23.702Z | Done |
| 181 | 2023-11-02T04:40:24.721Z | Planning: Evaluating mediator changes ... Done |
| 182 | 2023-11-02T04:40:24.746Z | Planning: Merging actions ... Done |
| 183 | 2023-11-02T04:40:25.056Z | Planning: Checking for conflicting actions ... Done |
| 184 | 2023-11-02T04:40:25.066Z | Planning: Consolidating action changes ... Done |
| 185 | 2023-11-02T04:40:25.523Z | Planning: Evaluating mediators ... Done |
| 186 | 2023-11-02T04:40:25.588Z | Planning: Planning completed in 1.31 seconds |
| 187 | 2023-11-02T04:40:25.654Z | Packages to change: 1 |
| 188 | 2023-11-02T04:40:25.662Z | Mediators to change: 1 |
| 189 | 2023-11-02T04:40:25.669Z | Services to change: 1 |
| 190 | 2023-11-02T04:40:26.100Z | Create boot environment: No |
| 191 | 2023-11-02T04:40:26.113Z | Create backup boot environment: Yes |
| 192 | 2023-11-02T04:40:27.614Z | Actions: 1/6 actions (Updating modified actions) |
| 193 | 2023-11-02T04:40:27.618Z | Actions: Completed 6 actions in 0.00 seconds. |
| 194 | 2023-11-02T04:40:27.625Z | Done |
| 195 | 2023-11-02T04:40:27.636Z | Done |
| 196 | 2023-11-02T04:40:27.663Z | Done |
| 197 | 2023-11-02T04:40:33.575Z | Done |
| 198 | 2023-11-02T04:40:33.799Z | Done |
| 199 | 2023-11-02T04:40:33.806Z | Done |
| 200 | 2023-11-02T04:40:33.810Z | Done |
| 201 | 2023-11-02T04:40:34.492Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 202 | 2023-11-02T04:40:34.496Z | clang system 15 system |
| 203 | 2023-11-02T04:40:34.499Z | csh system system illumos |
| 204 | 2023-11-02T04:40:34.502Z | ctags system system illumos |
| 205 | 2023-11-02T04:40:34.504Z | gcc vendor 12 vendor |
| 206 | 2023-11-02T04:40:34.507Z | gcc system 10 system |
| 207 | 2023-11-02T04:40:34.510Z | gcc system 7 system |
| 208 | 2023-11-02T04:40:34.513Z | go system 1.20 system |
| 209 | 2023-11-02T04:40:34.515Z | go system 1.19 system |
| 210 | 2023-11-02T04:40:34.518Z | llvm system 15 system |
| 211 | 2023-11-02T04:40:34.521Z | llvm system 14 system |
| 212 | 2023-11-02T04:40:34.523Z | mariadb system 10.6 system |
| 213 | 2023-11-02T04:40:34.526Z | mta vendor vendor dma |
| 214 | 2023-11-02T04:40:34.532Z | openjdk system 17 system |
| 215 | 2023-11-02T04:40:34.536Z | openjdk system 11 system |
| 216 | 2023-11-02T04:40:34.539Z | openjdk system 1.8 system |
| 217 | 2023-11-02T04:40:34.542Z | openssl vendor 3 vendor |
| 218 | 2023-11-02T04:40:34.545Z | perl system 5.36 system |
| 219 | 2023-11-02T04:40:34.548Z | postgresql system 15 system |
| 220 | 2023-11-02T04:40:34.570Z | postgresql system 13 system |
| 221 | 2023-11-02T04:40:34.583Z | python vendor 3 vendor |
| 222 | 2023-11-02T04:40:34.590Z | python system 2 system |
| 223 | 2023-11-02T04:40:34.596Z | python3 system 3.11 system |
| 224 | 2023-11-02T04:40:34.599Z | ruby system 3.0 system |
| 225 | 2023-11-02T04:40:34.603Z | words vendor vendor american-english |
| 226 | 2023-11-02T04:40:34.605Z | words system system australian-english |
| 227 | 2023-11-02T04:40:34.610Z | words system system british-english |
| 228 | 2023-11-02T04:40:34.613Z | words system system canadian-english |
| 229 | 2023-11-02T04:40:34.616Z | words system system french |
| 230 | 2023-11-02T04:40:34.619Z | words system system italian |
| 231 | 2023-11-02T04:40:34.622Z | words system system ngerman |
| 232 | 2023-11-02T04:40:34.625Z | words system system ogerman |
| 233 | 2023-11-02T04:40:34.630Z | words system system spanish |
| 234 | 2023-11-02T04:40:35.041Z | FMRI IFO |
| 235 | 2023-11-02T04:40:35.044Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 236 | 2023-11-02T04:40:35.048Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 237 | 2023-11-02T04:40:35.051Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 238 | 2023-11-02T04:40:35.053Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
| 239 | 2023-11-02T04:40:35.056Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 240 | 2023-11-02T04:40:35.059Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
| 241 | 2023-11-02T04:40:35.121Z | + set -o errexit |
| 242 | 2023-11-02T04:40:35.128Z | +++ dirname ./tools/ci_download_cockroachdb |
| 243 | 2023-11-02T04:40:35.133Z | ++ cd ./tools |
| 244 | 2023-11-02T04:40:35.142Z | ++ pwd |
| 245 | 2023-11-02T04:40:35.160Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 246 | 2023-11-02T04:40:35.169Z | ++ basename ./tools/ci_download_cockroachdb |
| 247 | 2023-11-02T04:40:35.172Z | + ARG0=ci_download_cockroachdb |
| 248 | 2023-11-02T04:40:35.179Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
| 249 | 2023-11-02T04:40:35.184Z | + CIDL_VERSION=v22.1.9 |
| 250 | 2023-11-02T04:40:35.187Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
| 251 | 2023-11-02T04:40:35.196Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
| 252 | 2023-11-02T04:40:35.210Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
| 253 | 2023-11-02T04:40:35.223Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
| 254 | 2023-11-02T04:40:35.231Z | + TARGET_DIR=out |
| 255 | 2023-11-02T04:40:35.235Z | + DOWNLOAD_DIR=out/downloads |
| 256 | 2023-11-02T04:40:35.238Z | + DEST_DIR=./out/cockroachdb |
| 257 | 2023-11-02T04:40:35.242Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
| 258 | 2023-11-02T04:40:35.247Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
| 259 | 2023-11-02T04:40:35.250Z | + main |
| 260 | 2023-11-02T04:40:35.253Z | + [[ 0 != 0 ]] |
| 261 | 2023-11-02T04:40:35.256Z | + CIDL_OS=solaris2.11 |
| 262 | 2023-11-02T04:40:35.259Z | + [[ 0 != 0 ]] |
| 263 | 2023-11-02T04:40:35.263Z | + configure_os solaris2.11 |
| 264 | 2023-11-02T04:40:35.265Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 265 | 2023-11-02T04:40:35.269Z | current directory: /work/oxidecomputer/omicron |
| 266 | 2023-11-02T04:40:35.272Z | + echo 'configuring based on OS: "solaris2.11"' |
| 267 | 2023-11-02T04:40:35.275Z | configuring based on OS: "solaris2.11" |
| 268 | 2023-11-02T04:40:35.278Z | + case "$1" in |
| 269 | 2023-11-02T04:40:35.283Z | + CIDL_BUILD=illumos |
| 270 | 2023-11-02T04:40:35.287Z | + CIDL_SUFFIX=tar.gz |
| 271 | 2023-11-02T04:40:35.290Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
| 272 | 2023-11-02T04:40:35.293Z | + CIDL_MD5FUNC=do_md5sum |
| 273 | 2023-11-02T04:40:35.296Z | + CIDL_URL_BASE=https://illumos.org/downloads |
| 274 | 2023-11-02T04:40:35.302Z | + CIDL_ASSEMBLE=do_assemble_illumos |
| 275 | 2023-11-02T04:40:35.358Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
| 276 | 2023-11-02T04:40:35.362Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
| 277 | 2023-11-02T04:40:35.379Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 278 | 2023-11-02T04:40:35.392Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
| 279 | 2023-11-02T04:40:35.404Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 280 | 2023-11-02T04:40:35.411Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 281 | 2023-11-02T04:40:35.828Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 282 | 2023-11-02T04:40:35.840Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 283 | 2023-11-02T04:40:35.857Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 284 | 2023-11-02T04:40:35.862Z | + mkdir -p out/downloads |
| 285 | 2023-11-02T04:40:35.864Z | + mkdir -p ./out/cockroachdb |
| 286 | 2023-11-02T04:40:35.867Z | + local DO_DOWNLOAD=true |
| 287 | 2023-11-02T04:40:35.870Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
| 288 | 2023-11-02T04:40:35.873Z | + '[' true == true ']' |
| 289 | 2023-11-02T04:40:35.876Z | + echo Downloading... |
| 290 | 2023-11-02T04:40:35.879Z | Downloading... |
| 291 | 2023-11-02T04:40:35.882Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 292 | 2023-11-02T04:40:35.885Z | + 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 |
| 293 | 2023-11-02T04:40:40.827Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 294 | 2023-11-02T04:40:40.851Z | ++ md5sum |
| 295 | 2023-11-02T04:40:40.862Z | ++ awk '{print $1}' |
| 296 | 2023-11-02T04:40:42.550Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
| 297 | 2023-11-02T04:40:42.602Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
| 298 | 2023-11-02T04:40:43.025Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 299 | 2023-11-02T04:40:43.041Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
| 300 | 2023-11-02T04:40:44.667Z | + do_assemble_illumos |
| 301 | 2023-11-02T04:40:45.094Z | + rm -r ./out/cockroachdb |
| 302 | 2023-11-02T04:40:45.108Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
| 303 | 2023-11-02T04:40:45.517Z | + ./out/cockroachdb/bin/cockroach version |
| 304 | 2023-11-02T04:40:45.527Z | Build Tag: v22.1.9-dirty |
| 305 | 2023-11-02T04:40:45.530Z | Build Time: 2022/10/26 21:17:46 |
| 306 | 2023-11-02T04:40:45.534Z | Distribution: OSS |
| 307 | 2023-11-02T04:40:45.537Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
| 308 | 2023-11-02T04:40:45.541Z | Go Version: go1.17.13 |
| 309 | 2023-11-02T04:40:45.544Z | C Compiler: gcc 10.3.0 |
| 310 | 2023-11-02T04:40:45.549Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
| 311 | 2023-11-02T04:40:45.567Z | Build Type: release |
| 312 | 2023-11-02T04:40:45.583Z | + set -o errexit |
| 313 | 2023-11-02T04:40:45.614Z | +++ dirname ./tools/ci_download_clickhouse |
| 314 | 2023-11-02T04:40:45.627Z | ++ cd ./tools |
| 315 | 2023-11-02T04:40:45.636Z | ++ pwd |
| 316 | 2023-11-02T04:40:45.659Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 317 | 2023-11-02T04:40:45.669Z | ++ basename ./tools/ci_download_clickhouse |
| 318 | 2023-11-02T04:40:45.679Z | + ARG0=ci_download_clickhouse |
| 319 | 2023-11-02T04:40:45.729Z | + TARGET_DIR=out |
| 320 | 2023-11-02T04:40:45.763Z | + DOWNLOAD_DIR=out/downloads |
| 321 | 2023-11-02T04:40:45.799Z | + DEST_DIR=./out/clickhouse |
| 322 | 2023-11-02T04:40:45.810Z | + CIDL_VERSION=v22.8.9.24 |
| 323 | 2023-11-02T04:40:45.826Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
| 324 | 2023-11-02T04:40:45.927Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
| 325 | 2023-11-02T04:40:45.984Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
| 326 | 2023-11-02T04:40:46.024Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
| 327 | 2023-11-02T04:40:46.040Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
| 328 | 2023-11-02T04:40:46.065Z | + main |
| 329 | 2023-11-02T04:40:46.096Z | + [[ 0 != 0 ]] |
| 330 | 2023-11-02T04:40:46.121Z | + CIDL_OS=solaris2.11 |
| 331 | 2023-11-02T04:40:46.136Z | + [[ 0 != 0 ]] |
| 332 | 2023-11-02T04:40:46.560Z | + configure_os solaris2.11 |
| 333 | 2023-11-02T04:40:46.570Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 334 | 2023-11-02T04:40:46.580Z | current directory: /work/oxidecomputer/omicron |
| 335 | 2023-11-02T04:40:46.604Z | + echo 'configuring based on OS: "solaris2.11"' |
| 336 | 2023-11-02T04:40:46.614Z | configuring based on OS: "solaris2.11" |
| 337 | 2023-11-02T04:40:46.632Z | + CIDL_DASHREV= |
| 338 | 2023-11-02T04:40:46.654Z | + case "$1" in |
| 339 | 2023-11-02T04:40:46.663Z | + CIDL_PLATFORM=illumos |
| 340 | 2023-11-02T04:40:46.669Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
| 341 | 2023-11-02T04:40:46.679Z | + CIDL_MD5FUNC=do_md5sum |
| 342 | 2023-11-02T04:40:46.694Z | + CIDL_DASHREV=-1 |
| 343 | 2023-11-02T04:40:46.714Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
| 344 | 2023-11-02T04:40:46.746Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 345 | 2023-11-02T04:40:46.765Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 346 | 2023-11-02T04:40:46.783Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 347 | 2023-11-02T04:40:46.794Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 348 | 2023-11-02T04:40:46.813Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 349 | 2023-11-02T04:40:46.826Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 350 | 2023-11-02T04:40:46.850Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 351 | 2023-11-02T04:40:46.884Z | + mkdir -p out/downloads |
| 352 | 2023-11-02T04:40:47.295Z | + mkdir -p ./out/clickhouse |
| 353 | 2023-11-02T04:40:47.307Z | + local DO_DOWNLOAD=true |
| 354 | 2023-11-02T04:40:47.318Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
| 355 | 2023-11-02T04:40:47.335Z | + '[' true == true ']' |
| 356 | 2023-11-02T04:40:47.351Z | + echo Downloading... |
| 357 | 2023-11-02T04:40:47.369Z | Downloading... |
| 358 | 2023-11-02T04:40:47.379Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 359 | 2023-11-02T04:40:47.397Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 360 | 2023-11-02T04:40:47.404Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 361 | 2023-11-02T04:40:47.409Z | ++ md5sum |
| 362 | 2023-11-02T04:40:47.422Z | ++ awk '{print $1}' |
| 363 | 2023-11-02T04:40:47.432Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
| 364 | 2023-11-02T04:40:47.441Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
| 365 | 2023-11-02T04:40:47.452Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
| 366 | 2023-11-02T04:40:47.469Z | + mkdir -p ./out/clickhouse |
| 367 | 2023-11-02T04:40:47.487Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
| 368 | 2023-11-02T04:40:52.317Z | + ./out/clickhouse/clickhouse server --version |
| 369 | 2023-11-02T04:40:52.383Z | ClickHouse server version 22.8.9.1. |
| 370 | 2023-11-02T04:40:52.807Z | + set -o errexit |
| 371 | 2023-11-02T04:40:52.828Z | +++ dirname ./tools/ci_download_console |
| 372 | 2023-11-02T04:40:52.848Z | ++ cd ./tools |
| 373 | 2023-11-02T04:40:52.862Z | ++ pwd |
| 374 | 2023-11-02T04:40:53.279Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 375 | 2023-11-02T04:40:53.301Z | ++ basename ./tools/ci_download_console |
| 376 | 2023-11-02T04:40:53.315Z | + ARG0=ci_download_console |
| 377 | 2023-11-02T04:40:53.319Z | + TARGET_DIR=out |
| 378 | 2023-11-02T04:40:53.322Z | + DOWNLOAD_DIR=out/downloads |
| 379 | 2023-11-02T04:40:53.325Z | + DEST_DIR=./out/console-assets |
| 380 | 2023-11-02T04:40:53.330Z | + source /work/oxidecomputer/omicron/tools/console_version |
| 381 | 2023-11-02T04:40:53.335Z | ++ COMMIT=bd65b9da7019ad812dd056e7fc182df2cf4ec128 |
| 382 | 2023-11-02T04:40:53.342Z | ++ SHA2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
| 383 | 2023-11-02T04:40:53.351Z | + URL=https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
| 384 | 2023-11-02T04:40:53.358Z | + TARBALL_FILE=out/downloads/console.tar.gz |
| 385 | 2023-11-02T04:40:53.770Z | + main |
| 386 | 2023-11-02T04:40:53.776Z | + [[ 0 != 0 ]] |
| 387 | 2023-11-02T04:40:53.786Z | + echo 'URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz' |
| 388 | 2023-11-02T04:40:53.794Z | URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
| 389 | 2023-11-02T04:40:53.800Z | + echo 'Local file: out/downloads/console.tar.gz' |
| 390 | 2023-11-02T04:40:53.809Z | Local file: out/downloads/console.tar.gz |
| 391 | 2023-11-02T04:40:53.815Z | + local DO_DOWNLOAD=true |
| 392 | 2023-11-02T04:40:53.819Z | + [[ -f out/downloads/console.tar.gz ]] |
| 393 | 2023-11-02T04:40:53.839Z | + mkdir -p out/downloads |
| 394 | 2023-11-02T04:40:53.864Z | + '[' true == true ']' |
| 395 | 2023-11-02T04:40:53.872Z | + echo Downloading... |
| 396 | 2023-11-02T04:40:53.883Z | Downloading... |
| 397 | 2023-11-02T04:40:53.888Z | + do_download_curl https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz out/downloads/console.tar.gz |
| 398 | 2023-11-02T04:40:53.895Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
| 399 | 2023-11-02T04:40:53.901Z | ++ do_sha256sum out/downloads/console.tar.gz |
| 400 | 2023-11-02T04:40:53.912Z | ++ case "$OSTYPE" in |
| 401 | 2023-11-02T04:40:53.923Z | ++ SHA=sha256sum |
| 402 | 2023-11-02T04:40:53.931Z | ++ sha256sum |
| 403 | 2023-11-02T04:40:53.946Z | ++ awk '{print $1}' |
| 404 | 2023-11-02T04:40:53.956Z | + calculated_sha2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
| 405 | 2023-11-02T04:40:53.963Z | + [[ e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 != \e\4\d\4\f\3\3\9\9\6\a\6\e\8\9\b\9\7\2\f\a\c\6\1\7\3\7\a\c\b\7\f\1\d\b\d\2\1\9\4\3\d\1\f\6\b\e\f\7\7\6\d\4\e\e\9\b\c\c\c\d\2\b\0 ]] |
| 406 | 2023-11-02T04:40:53.978Z | + rm -rf ./out/console-assets |
| 407 | 2023-11-02T04:40:53.984Z | + mkdir -p ./out/console-assets |
| 408 | 2023-11-02T04:40:53.988Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
| 409 | 2023-11-02T04:40:53.992Z | + mkdir -p ./out/console-assets |
| 410 | 2023-11-02T04:40:53.995Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
| 411 | 2023-11-02T04:40:54.001Z | + set -o errexit |
| 412 | 2023-11-02T04:40:54.007Z | +++ dirname ./tools/ci_download_maghemite_openapi |
| 413 | 2023-11-02T04:40:54.011Z | ++ cd ./tools |
| 414 | 2023-11-02T04:40:54.015Z | ++ pwd |
| 415 | 2023-11-02T04:40:54.018Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 416 | 2023-11-02T04:40:54.021Z | ++ basename ./tools/ci_download_maghemite_openapi |
| 417 | 2023-11-02T04:40:54.026Z | + ARG0=ci_download_maghemite_openapi |
| 418 | 2023-11-02T04:40:54.029Z | + TARGET_DIR=out |
| 419 | 2023-11-02T04:40:54.032Z | + DOWNLOAD_DIR=out/downloads |
| 420 | 2023-11-02T04:40:54.035Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
| 421 | 2023-11-02T04:40:54.038Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
| 422 | 2023-11-02T04:40:54.041Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
| 423 | 2023-11-02T04:40:54.044Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
| 424 | 2023-11-02T04:40:54.047Z | + LOCAL_FILE=out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
| 425 | 2023-11-02T04:40:54.050Z | + main |
| 426 | 2023-11-02T04:40:54.053Z | + [[ 0 != 0 ]] |
| 427 | 2023-11-02T04:40:54.056Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json' |
| 428 | 2023-11-02T04:40:54.059Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
| 429 | 2023-11-02T04:40:54.062Z | + echo 'Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json' |
| 430 | 2023-11-02T04:40:54.067Z | Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
| 431 | 2023-11-02T04:40:54.071Z | + local DO_DOWNLOAD=true |
| 432 | 2023-11-02T04:40:54.074Z | + [[ -f out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]] |
| 433 | 2023-11-02T04:40:54.078Z | + mkdir -p out/downloads |
| 434 | 2023-11-02T04:40:54.081Z | + '[' true == true ']' |
| 435 | 2023-11-02T04:40:54.084Z | + echo Downloading... |
| 436 | 2023-11-02T04:40:54.088Z | Downloading... |
| 437 | 2023-11-02T04:40:54.091Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
| 438 | 2023-11-02T04:40:54.095Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
| 439 | 2023-11-02T04:40:54.098Z | ++ do_sha256sum out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
| 440 | 2023-11-02T04:40:54.101Z | ++ case "$OSTYPE" in |
| 441 | 2023-11-02T04:40:54.104Z | ++ SHA=sha256sum |
| 442 | 2023-11-02T04:40:54.108Z | ++ sha256sum |
| 443 | 2023-11-02T04:40:54.111Z | ++ awk '{print $1}' |
| 444 | 2023-11-02T04:40:54.114Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
| 445 | 2023-11-02T04:40:54.120Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
| 446 | 2023-11-02T04:40:54.123Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 447 | 2023-11-02T04:40:54.126Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
| 448 | 2023-11-02T04:40:54.129Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
| 449 | 2023-11-02T04:40:54.132Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
| 450 | 2023-11-02T04:40:54.135Z | + LOCAL_FILE=out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
| 451 | 2023-11-02T04:40:54.144Z | + main |
| 452 | 2023-11-02T04:40:54.155Z | + [[ 0 != 0 ]] |
| 453 | 2023-11-02T04:40:54.174Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json' |
| 454 | 2023-11-02T04:40:54.186Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
| 455 | 2023-11-02T04:40:54.195Z | + echo 'Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json' |
| 456 | 2023-11-02T04:40:54.202Z | Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
| 457 | 2023-11-02T04:40:54.210Z | + local DO_DOWNLOAD=true |
| 458 | 2023-11-02T04:40:54.222Z | Downloading... |
| 459 | 2023-11-02T04:40:54.238Z | + [[ -f out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]] |
| 460 | 2023-11-02T04:40:54.241Z | + mkdir -p out/downloads |
| 461 | 2023-11-02T04:40:54.264Z | + '[' true == true ']' |
| 462 | 2023-11-02T04:40:54.277Z | + echo Downloading... |
| 463 | 2023-11-02T04:40:54.292Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
| 464 | 2023-11-02T04:40:54.313Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
| 465 | 2023-11-02T04:40:54.325Z | ++ do_sha256sum out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
| 466 | 2023-11-02T04:40:54.339Z | ++ case "$OSTYPE" in |
| 467 | 2023-11-02T04:40:54.359Z | ++ SHA=sha256sum |
| 468 | 2023-11-02T04:40:54.368Z | ++ sha256sum |
| 469 | 2023-11-02T04:40:54.378Z | ++ awk '{print $1}' |
| 470 | 2023-11-02T04:40:54.385Z | + calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
| 471 | 2023-11-02T04:40:54.392Z | + [[ d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e != \d\0\f\7\6\1\1\e\5\e\c\d\0\4\9\b\0\f\8\3\b\c\f\a\8\4\3\9\4\2\4\0\1\f\1\5\5\a\0\b\e\3\6\d\9\a\2\d\f\d\7\3\b\8\3\4\1\d\5\f\8\1\6\e ]] |
| 472 | 2023-11-02T04:40:54.403Z | + set -o errexit |
| 473 | 2023-11-02T04:40:54.411Z | +++ dirname ./tools/ci_download_dendrite_openapi |
| 474 | 2023-11-02T04:40:54.419Z | ++ cd ./tools |
| 475 | 2023-11-02T04:40:54.425Z | ++ pwd |
| 476 | 2023-11-02T04:40:54.430Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 477 | 2023-11-02T04:40:54.436Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
| 478 | 2023-11-02T04:40:54.442Z | ++ basename ./tools/ci_download_dendrite_openapi |
| 479 | 2023-11-02T04:40:54.448Z | Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
| 480 | 2023-11-02T04:40:54.454Z | + ARG0=ci_download_dendrite_openapi |
| 481 | 2023-11-02T04:40:54.461Z | Downloading... |
| 482 | 2023-11-02T04:40:54.467Z | + TARGET_DIR=out |
| 483 | 2023-11-02T04:40:54.475Z | + DOWNLOAD_DIR=out/downloads |
| 484 | 2023-11-02T04:40:54.481Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 485 | 2023-11-02T04:40:54.488Z | ++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966 |
| 486 | 2023-11-02T04:40:54.496Z | ++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
| 487 | 2023-11-02T04:40:54.504Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
| 488 | 2023-11-02T04:40:54.511Z | + LOCAL_FILE=out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
| 489 | 2023-11-02T04:40:54.518Z | + main |
| 490 | 2023-11-02T04:40:54.526Z | + [[ 0 != 0 ]] |
| 491 | 2023-11-02T04:40:54.541Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json' |
| 492 | 2023-11-02T04:40:54.550Z | + echo 'Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json' |
| 493 | 2023-11-02T04:40:54.558Z | + local DO_DOWNLOAD=true |
| 494 | 2023-11-02T04:40:54.966Z | + [[ -f out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json ]] |
| 495 | 2023-11-02T04:40:54.971Z | + mkdir -p out/downloads |
| 496 | 2023-11-02T04:40:54.976Z | + '[' true == true ']' |
| 497 | 2023-11-02T04:40:54.980Z | + echo Downloading... |
| 498 | 2023-11-02T04:40:54.985Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
| 499 | 2023-11-02T04:40:54.992Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
| 500 | 2023-11-02T04:40:55.022Z | ++ do_sha256sum out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
| 501 | 2023-11-02T04:40:55.030Z | ++ case "$OSTYPE" in |
| 502 | 2023-11-02T04:40:55.042Z | ++ SHA=sha256sum |
| 503 | 2023-11-02T04:40:55.062Z | ++ sha256sum |
| 504 | 2023-11-02T04:40:55.082Z | ++ awk '{print $1}' |
| 505 | 2023-11-02T04:40:55.090Z | + calculated_sha2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
| 506 | 2023-11-02T04:40:55.100Z | + [[ 544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 != \5\4\4\a\b\4\2\c\c\c\7\9\4\2\d\8\e\c\e\9\c\d\c\8\0\c\d\8\5\d\0\0\2\b\c\f\9\d\5\6\4\6\a\2\9\1\3\2\2\b\f\2\f\7\9\0\8\7\a\b\6\d\f\0 ]] |
| 507 | 2023-11-02T04:40:55.109Z | + set -o errexit |
| 508 | 2023-11-02T04:40:55.120Z | +++ dirname ./tools/ci_download_dendrite_stub |
| 509 | 2023-11-02T04:40:55.131Z | ++ cd ./tools |
| 510 | 2023-11-02T04:40:55.136Z | ++ pwd |
| 511 | 2023-11-02T04:40:55.146Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 512 | 2023-11-02T04:40:55.564Z | ++ basename ./tools/ci_download_dendrite_stub |
| 513 | 2023-11-02T04:40:55.982Z | + ARG0=ci_download_dendrite_stub |
| 514 | 2023-11-02T04:40:55.988Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
| 515 | 2023-11-02T04:40:56.011Z | ++ CIDL_SHA256_ILLUMOS=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
| 516 | 2023-11-02T04:40:56.018Z | ++ CIDL_SHA256_LINUX_DPD=3e276dd553dd7cdb75c8ad023c2cd29b91485fafb94f27097a745b2b7ef5ecea |
| 517 | 2023-11-02T04:40:56.030Z | ++ CIDL_SHA256_LINUX_SWADM=645faf8a93bcae9814b2f116bccd66a54763332b56220e93b66316c853ce13d2 |
| 518 | 2023-11-02T04:40:56.037Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 519 | 2023-11-02T04:40:56.047Z | ++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966 |
| 520 | 2023-11-02T04:40:56.056Z | ++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
| 521 | 2023-11-02T04:40:56.080Z | + TARGET_DIR=out |
| 522 | 2023-11-02T04:40:56.088Z | + DOWNLOAD_DIR=out/downloads |
| 523 | 2023-11-02T04:40:56.106Z | + DEST_DIR=./out/dendrite-stub |
| 524 | 2023-11-02T04:40:56.117Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
| 525 | 2023-11-02T04:40:56.125Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 526 | 2023-11-02T04:40:56.132Z | + REPO=oxidecomputer/dendrite |
| 527 | 2023-11-02T04:40:56.147Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966 |
| 528 | 2023-11-02T04:40:56.165Z | + main |
| 529 | 2023-11-02T04:40:56.189Z | + [[ 0 != 0 ]] |
| 530 | 2023-11-02T04:40:56.219Z | + CIDL_OS=solaris2.11 |
| 531 | 2023-11-02T04:40:56.241Z | + [[ 0 != 0 ]] |
| 532 | 2023-11-02T04:40:56.255Z | + configure_os solaris2.11 |
| 533 | 2023-11-02T04:40:56.269Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 534 | 2023-11-02T04:40:56.280Z | current directory: /work/oxidecomputer/omicron |
| 535 | 2023-11-02T04:40:56.297Z | + echo 'configuring based on OS: "solaris2.11"' |
| 536 | 2023-11-02T04:40:56.720Z | configuring based on OS: "solaris2.11" |
| 537 | 2023-11-02T04:40:57.153Z | + case "$1" in |
| 538 | 2023-11-02T04:40:57.173Z | + SET_BINARIES= |
| 539 | 2023-11-02T04:40:57.189Z | + CIDL_SHA256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
| 540 | 2023-11-02T04:40:57.205Z | + CIDL_SHA256FUNC=do_sha256sum |
| 541 | 2023-11-02T04:40:57.226Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
| 542 | 2023-11-02T04:40:57.652Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
| 543 | 2023-11-02T04:40:57.666Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
| 544 | 2023-11-02T04:40:57.681Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz' |
| 545 | 2023-11-02T04:40:57.692Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
| 546 | 2023-11-02T04:40:57.706Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
| 547 | 2023-11-02T04:40:57.734Z | Local file: out/downloads/dendrite-stub.tar.gz |
| 548 | 2023-11-02T04:40:57.754Z | + mkdir -p out/downloads |
| 549 | 2023-11-02T04:40:57.776Z | + mkdir -p ./out/dendrite-stub |
| 550 | 2023-11-02T04:40:57.790Z | + fetch_and_verify |
| 551 | 2023-11-02T04:40:57.813Z | + local DO_DOWNLOAD=true |
| 552 | 2023-11-02T04:40:57.831Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
| 553 | 2023-11-02T04:40:57.852Z | + '[' true == true ']' |
| 554 | 2023-11-02T04:40:57.865Z | + echo Downloading... |
| 555 | 2023-11-02T04:40:57.871Z | Downloading... |
| 556 | 2023-11-02T04:40:57.876Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
| 557 | 2023-11-02T04:40:57.880Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
| 558 | 2023-11-02T04:41:06.764Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
| 559 | 2023-11-02T04:41:06.767Z | ++ sha256sum |
| 560 | 2023-11-02T04:41:06.770Z | ++ awk '{print $1}' |
| 561 | 2023-11-02T04:41:06.900Z | + calculated_sha256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
| 562 | 2023-11-02T04:41:06.905Z | + [[ 0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 != \0\8\0\8\f\3\3\1\7\4\1\e\0\2\d\5\5\e\1\9\9\8\4\7\5\7\9\d\f\d\0\1\f\3\6\5\8\b\2\1\c\7\1\2\2\c\e\f\8\c\3\f\9\2\7\9\f\4\3\d\b\a\b\0 ]] |
| 563 | 2023-11-02T04:41:06.912Z | + do_untar out/downloads/dendrite-stub.tar.gz |
| 564 | 2023-11-02T04:41:06.915Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
| 565 | 2023-11-02T04:41:07.814Z | + do_assemble |
| 566 | 2023-11-02T04:41:07.821Z | + rm -r ./out/dendrite-stub |
| 567 | 2023-11-02T04:41:07.836Z | + mkdir ./out/dendrite-stub |
| 568 | 2023-11-02T04:41:07.844Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
| 569 | 2023-11-02T04:41:07.976Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
| 570 | 2023-11-02T04:41:07.983Z | + set -o errexit |
| 571 | 2023-11-02T04:41:07.993Z | +++ dirname ./tools/ci_download_maghemite_mgd |
| 572 | 2023-11-02T04:41:08.003Z | ++ cd ./tools |
| 573 | 2023-11-02T04:41:08.014Z | ++ pwd |
| 574 | 2023-11-02T04:41:08.029Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 575 | 2023-11-02T04:41:08.037Z | ++ basename ./tools/ci_download_maghemite_mgd |
| 576 | 2023-11-02T04:41:08.045Z | + ARG0=ci_download_maghemite_mgd |
| 577 | 2023-11-02T04:41:08.055Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
| 578 | 2023-11-02T04:41:08.060Z | ++ CIDL_SHA256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a |
| 579 | 2023-11-02T04:41:08.064Z | ++ MGD_LINUX_SHA256=d4c48eb6374c0cc7812b7af2c0ac92acdcbc91b7718a9ce64d069da00ae5ae73 |
| 580 | 2023-11-02T04:41:08.068Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 581 | 2023-11-02T04:41:08.074Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
| 582 | 2023-11-02T04:41:08.087Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
| 583 | 2023-11-02T04:41:08.098Z | + TARGET_DIR=out |
| 584 | 2023-11-02T04:41:08.103Z | + DOWNLOAD_DIR=out/downloads |
| 585 | 2023-11-02T04:41:08.128Z | + DEST_DIR=./out/mgd |
| 586 | 2023-11-02T04:41:08.132Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
| 587 | 2023-11-02T04:41:08.135Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 588 | 2023-11-02T04:41:08.138Z | + REPO=oxidecomputer/maghemite |
| 589 | 2023-11-02T04:41:08.142Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
| 590 | 2023-11-02T04:41:08.145Z | + main |
| 591 | 2023-11-02T04:41:08.148Z | + [[ 0 != 0 ]] |
| 592 | 2023-11-02T04:41:08.152Z | + CIDL_OS=solaris2.11 |
| 593 | 2023-11-02T04:41:08.160Z | + [[ 0 != 0 ]] |
| 594 | 2023-11-02T04:41:08.172Z | + configure_os solaris2.11 |
| 595 | 2023-11-02T04:41:08.182Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 596 | 2023-11-02T04:41:08.195Z | current directory: /work/oxidecomputer/omicron |
| 597 | 2023-11-02T04:41:08.205Z | + echo 'configuring based on OS: "solaris2.11"' |
| 598 | 2023-11-02T04:41:08.217Z | configuring based on OS: "solaris2.11" |
| 599 | 2023-11-02T04:41:08.223Z | + case "$1" in |
| 600 | 2023-11-02T04:41:08.229Z | + SET_BINARIES= |
| 601 | 2023-11-02T04:41:08.236Z | + CIDL_SHA256FUNC=do_sha256sum |
| 602 | 2023-11-02T04:41:08.242Z | + TARBALL_FILENAME=mgd.tar.gz |
| 603 | 2023-11-02T04:41:08.246Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
| 604 | 2023-11-02T04:41:08.254Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
| 605 | 2023-11-02T04:41:08.258Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz' |
| 606 | 2023-11-02T04:41:08.262Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
| 607 | 2023-11-02T04:41:08.270Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
| 608 | 2023-11-02T04:41:08.275Z | Local file: out/downloads/mgd.tar.gz |
| 609 | 2023-11-02T04:41:08.279Z | + mkdir -p out/downloads |
| 610 | 2023-11-02T04:41:08.282Z | + mkdir -p ./out/mgd |
| 611 | 2023-11-02T04:41:08.285Z | + fetch_and_verify |
| 612 | 2023-11-02T04:41:08.288Z | + local DO_DOWNLOAD=true |
| 613 | 2023-11-02T04:41:08.291Z | + [[ -f out/downloads/mgd.tar.gz ]] |
| 614 | 2023-11-02T04:41:08.294Z | + '[' true == true ']' |
| 615 | 2023-11-02T04:41:08.298Z | + echo Downloading... |
| 616 | 2023-11-02T04:41:08.302Z | Downloading... |
| 617 | 2023-11-02T04:41:08.306Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz out/downloads/mgd.tar.gz |
| 618 | 2023-11-02T04:41:08.315Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
| 619 | 2023-11-02T04:41:15.197Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
| 620 | 2023-11-02T04:41:15.205Z | ++ sha256sum |
| 621 | 2023-11-02T04:41:15.212Z | ++ awk '{print $1}' |
| 622 | 2023-11-02T04:41:15.277Z | + calculated_sha256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a |
| 623 | 2023-11-02T04:41:15.292Z | + [[ 452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a != \4\5\2\d\f\b\3\4\9\1\e\1\b\6\d\4\d\f\6\b\e\1\c\b\6\8\9\9\2\1\f\5\9\6\2\3\a\e\d\0\8\2\e\4\7\6\0\6\a\7\8\c\0\f\4\4\d\9\1\8\f\6\6\a ]] |
| 624 | 2023-11-02T04:41:15.307Z | + do_untar out/downloads/mgd.tar.gz |
| 625 | 2023-11-02T04:41:15.323Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
| 626 | 2023-11-02T04:41:15.978Z | + do_assemble |
| 627 | 2023-11-02T04:41:15.984Z | + rm -r ./out/mgd |
| 628 | 2023-11-02T04:41:15.988Z | + mkdir ./out/mgd |
| 629 | 2023-11-02T04:41:15.992Z | + cp -r out/downloads/root ./out/mgd/root |
| 630 | 2023-11-02T04:41:16.174Z | + set -o errexit |
| 631 | 2023-11-02T04:41:16.178Z | +++ dirname ./tools/ci_download_transceiver_control |
| 632 | 2023-11-02T04:41:16.180Z | ++ cd ./tools |
| 633 | 2023-11-02T04:41:16.183Z | ++ pwd |
| 634 | 2023-11-02T04:41:16.193Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 635 | 2023-11-02T04:41:16.608Z | ++ basename ./tools/ci_download_transceiver_control |
| 636 | 2023-11-02T04:41:16.616Z | + ARG0=ci_download_transceiver_control |
| 637 | 2023-11-02T04:41:16.624Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
| 638 | 2023-11-02T04:41:16.630Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 639 | 2023-11-02T04:41:16.633Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 640 | 2023-11-02T04:41:16.637Z | + TARGET_DIR=out |
| 641 | 2023-11-02T04:41:16.641Z | + DOWNLOAD_DIR=out/downloads |
| 642 | 2023-11-02T04:41:16.645Z | + DEST_DIR=./out/transceiver-control |
| 643 | 2023-11-02T04:41:16.657Z | + BIN_DIR=/opt/oxide/bin |
| 644 | 2023-11-02T04:41:16.662Z | + BINARY=xcvradm |
| 645 | 2023-11-02T04:41:16.666Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 646 | 2023-11-02T04:41:16.671Z | + REPO=oxidecomputer/transceiver-control |
| 647 | 2023-11-02T04:41:16.675Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 648 | 2023-11-02T04:41:16.681Z | + main |
| 649 | 2023-11-02T04:41:16.687Z | + [[ 0 != 0 ]] |
| 650 | 2023-11-02T04:41:16.693Z | + CIDL_OS=solaris2.11 |
| 651 | 2023-11-02T04:41:16.703Z | + [[ 0 != 0 ]] |
| 652 | 2023-11-02T04:41:16.718Z | + configure_os solaris2.11 |
| 653 | 2023-11-02T04:41:16.824Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 654 | 2023-11-02T04:41:16.842Z | current directory: /work/oxidecomputer/omicron |
| 655 | 2023-11-02T04:41:16.850Z | + echo 'configuring based on OS: "solaris2.11"' |
| 656 | 2023-11-02T04:41:16.856Z | configuring based on OS: "solaris2.11" |
| 657 | 2023-11-02T04:41:16.866Z | + case "$1" in |
| 658 | 2023-11-02T04:41:16.869Z | + SET_BINARIES= |
| 659 | 2023-11-02T04:41:16.873Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 660 | 2023-11-02T04:41:16.878Z | + CIDL_SHA256FUNC=do_sha256sum |
| 661 | 2023-11-02T04:41:16.882Z | + ARCHIVE_FILENAME=xcvradm.gz |
| 662 | 2023-11-02T04:41:16.901Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 663 | 2023-11-02T04:41:17.318Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
| 664 | 2023-11-02T04:41:17.329Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
| 665 | 2023-11-02T04:41:17.343Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 666 | 2023-11-02T04:41:17.353Z | + echo 'Local file: out/downloads/xcvradm.gz' |
| 667 | 2023-11-02T04:41:17.362Z | Local file: out/downloads/xcvradm.gz |
| 668 | 2023-11-02T04:41:17.369Z | + mkdir -p out/downloads |
| 669 | 2023-11-02T04:41:17.377Z | + mkdir -p ./out/transceiver-control |
| 670 | 2023-11-02T04:41:17.383Z | + fetch_and_verify |
| 671 | 2023-11-02T04:41:17.388Z | + local DO_DOWNLOAD=true |
| 672 | 2023-11-02T04:41:17.393Z | + [[ -f out/downloads/xcvradm.gz ]] |
| 673 | 2023-11-02T04:41:17.399Z | + '[' true == true ']' |
| 674 | 2023-11-02T04:41:17.407Z | + echo Downloading... |
| 675 | 2023-11-02T04:41:17.413Z | Downloading... |
| 676 | 2023-11-02T04:41:17.420Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
| 677 | 2023-11-02T04:41:17.430Z | + 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 |
| 678 | 2023-11-02T04:41:17.437Z | ++ do_sha256sum out/downloads/xcvradm.gz |
| 679 | 2023-11-02T04:41:17.444Z | ++ sha256sum |
| 680 | 2023-11-02T04:41:17.451Z | ++ awk '{print $1}' |
| 681 | 2023-11-02T04:41:17.460Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 682 | 2023-11-02T04:41:17.467Z | + [[ 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 ]] |
| 683 | 2023-11-02T04:41:17.477Z | + do_unpack out/downloads/xcvradm.gz |
| 684 | 2023-11-02T04:41:17.483Z | + mkdir -p out/downloads/root//opt/oxide/bin |
| 685 | 2023-11-02T04:41:17.489Z | + gzip -dc out/downloads/xcvradm.gz |
| 686 | 2023-11-02T04:41:17.583Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
| 687 | 2023-11-02T04:41:17.591Z | + do_assemble |
| 688 | 2023-11-02T04:41:17.600Z | + rm -r ./out/transceiver-control |
| 689 | 2023-11-02T04:41:17.614Z | + mkdir ./out/transceiver-control |
| 690 | 2023-11-02T04:41:17.624Z | + cp -r out/downloads/root ./out/transceiver-control/root |
| 691 | 2023-11-02T04:41:17.845Z | All builder prerequisites installed successfully, and PATH looks valid |
| 692 | 2023-11-02T04:41:17.906Z | |
| 693 | 2023-11-02T04:41:17.964Z | real 2:12.539215863 |
| 694 | 2023-11-02T04:41:17.968Z | user 52.852718620 |
| 695 | 2023-11-02T04:41:17.972Z | sys 10.677420603 |
| 696 | 2023-11-02T04:41:17.975Z | trap 0.027575185 |
| 697 | 2023-11-02T04:41:17.978Z | tflt 0.197344452 |
| 698 | 2023-11-02T04:41:17.982Z | dflt 0.537759089 |
| 699 | 2023-11-02T04:41:17.985Z | kflt 0.108522812 |
| 700 | 2023-11-02T04:41:17.994Z | lock 1.573612690 |
| 701 | 2023-11-02T04:41:17.999Z | slp 4:11.950930423 |
| 702 | 2023-11-02T04:41:18.004Z | lat 4.273307457 |
| 703 | 2023-11-02T04:41:18.008Z | stop 0.065997101 |
| 704 | 2023-11-02T04:41:18.012Z | |
| 705 | 2023-11-02T04:41:18.016Z | #### # # ##### ##### # # |
| 706 | 2023-11-02T04:41:18.020Z | # # # # # # # # # # |
| 707 | 2023-11-02T04:41:18.023Z | # # # # # # # # |
| 708 | 2023-11-02T04:41:18.030Z | # # # ##### ##### # |
| 709 | 2023-11-02T04:41:18.040Z | # # # # # # # |
| 710 | 2023-11-02T04:41:18.043Z | #### ###### # # # # |
| 711 | 2023-11-02T04:41:18.058Z | |
| 712 | 2023-11-02T04:41:18.294Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 713 | 2023-11-02T04:41:18.657Z | Updating crates.io index |
| 714 | 2023-11-02T04:41:18.666Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 715 | 2023-11-02T04:41:19.476Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 716 | 2023-11-02T04:41:21.648Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 717 | 2023-11-02T04:41:21.861Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
| 718 | 2023-11-02T04:41:22.181Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 719 | 2023-11-02T04:41:22.468Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 720 | 2023-11-02T04:41:22.734Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 721 | 2023-11-02T04:41:23.628Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 722 | 2023-11-02T04:41:25.436Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 723 | 2023-11-02T04:41:26.434Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 724 | 2023-11-02T04:41:26.796Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 725 | 2023-11-02T04:41:27.082Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 726 | 2023-11-02T04:41:27.643Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 727 | 2023-11-02T04:41:27.968Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
| 728 | 2023-11-02T04:41:28.393Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 729 | 2023-11-02T04:41:28.688Z | Updating git repository `https://github.com/njaremko/samael` |
| 730 | 2023-11-02T04:41:29.284Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 731 | 2023-11-02T04:41:29.812Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 732 | 2023-11-02T04:41:30.290Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 733 | 2023-11-02T04:41:30.629Z | Updating git repository `https://github.com/jgallagher/nix` |
| 734 | 2023-11-02T04:41:32.301Z | Updating git repository `https://github.com/cbiffle/hubpack` |
| 735 | 2023-11-02T04:41:32.778Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 736 | 2023-11-02T04:41:41.602Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
| 737 | 2023-11-02T04:41:42.200Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 738 | 2023-11-02T04:41:43.169Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 739 | 2023-11-02T04:41:43.701Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 740 | 2023-11-02T04:41:43.993Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 741 | 2023-11-02T04:41:45.670Z | Downloading crates ... |
| 742 | 2023-11-02T04:41:45.859Z | Downloaded bitflags v1.3.2 |
| 743 | 2023-11-02T04:41:45.867Z | Downloaded cargo_metadata v0.18.0 |
| 744 | 2023-11-02T04:41:45.878Z | Downloaded serde_derive v1.0.188 |
| 745 | 2023-11-02T04:41:45.882Z | Downloaded terminal_size v0.2.6 |
| 746 | 2023-11-02T04:41:45.885Z | Downloaded clap_derive v4.4.2 |
| 747 | 2023-11-02T04:41:45.888Z | Downloaded equivalent v1.0.1 |
| 748 | 2023-11-02T04:41:45.891Z | Downloaded colorchoice v1.0.0 |
| 749 | 2023-11-02T04:41:45.893Z | Downloaded semver v1.0.20 |
| 750 | 2023-11-02T04:41:45.896Z | Downloaded cargo-platform v0.1.3 |
| 751 | 2023-11-02T04:41:45.901Z | Downloaded serde_spanned v0.6.4 |
| 752 | 2023-11-02T04:41:45.911Z | Downloaded anstream v0.5.0 |
| 753 | 2023-11-02T04:41:45.914Z | Downloaded cargo_toml v0.16.3 |
| 754 | 2023-11-02T04:41:45.918Z | Downloaded quote v1.0.33 |
| 755 | 2023-11-02T04:41:45.923Z | Downloaded thiserror-impl v1.0.49 |
| 756 | 2023-11-02T04:41:45.925Z | Downloaded anstyle-query v1.0.0 |
| 757 | 2023-11-02T04:41:45.928Z | Downloaded strsim v0.10.0 |
| 758 | 2023-11-02T04:41:45.931Z | Downloaded itoa v1.0.9 |
| 759 | 2023-11-02T04:41:45.934Z | Downloaded heck v0.4.1 |
| 760 | 2023-11-02T04:41:45.937Z | Downloaded utf8parse v0.2.1 |
| 761 | 2023-11-02T04:41:45.940Z | Downloaded errno v0.3.2 |
| 762 | 2023-11-02T04:41:45.943Z | Downloaded thiserror v1.0.49 |
| 763 | 2023-11-02T04:41:45.945Z | Downloaded proc-macro2 v1.0.67 |
| 764 | 2023-11-02T04:41:45.949Z | Downloaded anstyle v1.0.2 |
| 765 | 2023-11-02T04:41:45.953Z | Downloaded clap_lex v0.5.1 |
| 766 | 2023-11-02T04:41:45.960Z | Downloaded camino v1.1.6 |
| 767 | 2023-11-02T04:41:45.970Z | Downloaded unicode-ident v1.0.12 |
| 768 | 2023-11-02T04:41:45.973Z | Downloaded toml_datetime v0.6.5 |
| 769 | 2023-11-02T04:41:45.981Z | Downloaded anstyle-parse v0.2.1 |
| 770 | 2023-11-02T04:41:45.991Z | Downloaded io-lifetimes v1.0.11 |
| 771 | 2023-11-02T04:41:45.997Z | Downloaded toml v0.8.6 |
| 772 | 2023-11-02T04:41:46.006Z | Downloaded ryu v1.0.15 |
| 773 | 2023-11-02T04:41:46.012Z | Downloaded clap v4.4.3 |
| 774 | 2023-11-02T04:41:46.032Z | Downloaded anyhow v1.0.75 |
| 775 | 2023-11-02T04:41:46.037Z | Downloaded serde v1.0.188 |
| 776 | 2023-11-02T04:41:46.040Z | Downloaded indexmap v2.0.0 |
| 777 | 2023-11-02T04:41:46.043Z | Downloaded toml_edit v0.20.7 |
| 778 | 2023-11-02T04:41:46.051Z | Downloaded memchr v2.6.3 |
| 779 | 2023-11-02T04:41:46.062Z | Downloaded hashbrown v0.14.0 |
| 780 | 2023-11-02T04:41:46.068Z | Downloaded winnow v0.5.15 |
| 781 | 2023-11-02T04:41:46.083Z | Downloaded clap_builder v4.4.2 |
| 782 | 2023-11-02T04:41:46.102Z | Downloaded syn v2.0.32 |
| 783 | 2023-11-02T04:41:46.117Z | Downloaded rustix v0.37.23 |
| 784 | 2023-11-02T04:41:46.156Z | Downloaded libc v0.2.149 |
| 785 | 2023-11-02T04:41:46.202Z | Downloaded serde_json v1.0.108 |
| 786 | 2023-11-02T04:41:46.328Z | Compiling proc-macro2 v1.0.67 |
| 787 | 2023-11-02T04:41:46.338Z | Compiling unicode-ident v1.0.12 |
| 788 | 2023-11-02T04:41:46.347Z | Compiling serde v1.0.188 |
| 789 | 2023-11-02T04:41:46.353Z | Compiling libc v0.2.149 |
| 790 | 2023-11-02T04:41:46.359Z | Compiling io-lifetimes v1.0.11 |
| 791 | 2023-11-02T04:41:46.367Z | Compiling rustix v0.37.23 |
| 792 | 2023-11-02T04:41:46.374Z | Compiling bitflags v1.3.2 |
| 793 | 2023-11-02T04:41:46.386Z | Compiling equivalent v1.0.1 |
| 794 | 2023-11-02T04:41:46.546Z | Compiling utf8parse v0.2.1 |
| 795 | 2023-11-02T04:41:46.563Z | Compiling hashbrown v0.14.0 |
| 796 | 2023-11-02T04:41:46.664Z | Compiling anstyle v1.0.2 |
| 797 | 2023-11-02T04:41:46.786Z | Compiling anstyle-parse v0.2.1 |
| 798 | 2023-11-02T04:41:47.196Z | Compiling colorchoice v1.0.0 |
| 799 | 2023-11-02T04:41:47.255Z | Compiling thiserror v1.0.49 |
| 800 | 2023-11-02T04:41:47.410Z | Compiling camino v1.1.6 |
| 801 | 2023-11-02T04:41:48.070Z | Compiling indexmap v2.0.0 |
| 802 | 2023-11-02T04:41:48.125Z | Compiling serde_json v1.0.108 |
| 803 | 2023-11-02T04:41:48.177Z | Compiling semver v1.0.20 |
| 804 | 2023-11-02T04:41:48.284Z | Compiling winnow v0.5.15 |
| 805 | 2023-11-02T04:41:48.714Z | Compiling anstyle-query v1.0.0 |
| 806 | 2023-11-02T04:41:48.719Z | Compiling anstream v0.5.0 |
| 807 | 2023-11-02T04:41:48.729Z | Compiling itoa v1.0.9 |
| 808 | 2023-11-02T04:41:48.915Z | Compiling clap_lex v0.5.1 |
| 809 | 2023-11-02T04:41:48.975Z | Compiling anyhow v1.0.75 |
| 810 | 2023-11-02T04:41:49.088Z | Compiling strsim v0.10.0 |
| 811 | 2023-11-02T04:41:49.613Z | Compiling quote v1.0.33 |
| 812 | 2023-11-02T04:41:49.690Z | Compiling heck v0.4.1 |
| 813 | 2023-11-02T04:41:49.805Z | Compiling ryu v1.0.15 |
| 814 | 2023-11-02T04:41:50.479Z | Compiling syn v2.0.32 |
| 815 | 2023-11-02T04:41:50.933Z | Compiling errno v0.3.2 |
| 816 | 2023-11-02T04:41:52.230Z | Compiling terminal_size v0.2.6 |
| 817 | 2023-11-02T04:41:52.396Z | Compiling clap_builder v4.4.2 |
| 818 | 2023-11-02T04:41:57.868Z | Compiling serde_derive v1.0.188 |
| 819 | 2023-11-02T04:41:57.873Z | Compiling thiserror-impl v1.0.49 |
| 820 | 2023-11-02T04:41:57.876Z | Compiling clap_derive v4.4.2 |
| 821 | 2023-11-02T04:42:01.926Z | Compiling clap v4.4.3 |
| 822 | 2023-11-02T04:42:10.485Z | Compiling serde_spanned v0.6.4 |
| 823 | 2023-11-02T04:42:10.494Z | Compiling toml_datetime v0.6.5 |
| 824 | 2023-11-02T04:42:10.921Z | Compiling cargo-platform v0.1.3 |
| 825 | 2023-11-02T04:42:10.925Z | Compiling toml_edit v0.20.7 |
| 826 | 2023-11-02T04:42:12.597Z | Compiling cargo_metadata v0.18.0 |
| 827 | 2023-11-02T04:42:14.132Z | Compiling toml v0.8.6 |
| 828 | 2023-11-02T04:42:15.040Z | Compiling cargo_toml v0.16.3 |
| 829 | 2023-11-02T04:42:20.732Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 830 | 2023-11-02T04:42:22.085Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 04s |
| 831 | 2023-11-02T04:42:22.292Z | Running `target/debug/xtask clippy` |
| 832 | 2023-11-02T04:42:22.354Z | running: "/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
| 833 | 2023-11-02T04:42:23.275Z | Downloading crates ... |
| 834 | 2023-11-02T04:42:23.530Z | Downloaded cast v0.3.0 |
| 835 | 2023-11-02T04:42:23.537Z | Downloaded autocfg v1.1.0 |
| 836 | 2023-11-02T04:42:23.544Z | Downloaded bincode v1.3.3 |
| 837 | 2023-11-02T04:42:23.562Z | Downloaded keccak v0.1.4 |
| 838 | 2023-11-02T04:42:23.574Z | Downloaded nu-ansi-term v0.49.0 |
| 839 | 2023-11-02T04:42:23.587Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 840 | 2023-11-02T04:42:23.594Z | Downloaded nodrop v0.1.14 |
| 841 | 2023-11-02T04:42:23.598Z | Downloaded num_threads v0.1.6 |
| 842 | 2023-11-02T04:42:23.603Z | Downloaded nom v7.1.3 |
| 843 | 2023-11-02T04:42:23.624Z | Downloaded basic-toml v0.1.4 |
| 844 | 2023-11-02T04:42:23.652Z | Downloaded bytesize v1.3.0 |
| 845 | 2023-11-02T04:42:23.658Z | Downloaded newtype_derive v0.1.6 |
| 846 | 2023-11-02T04:42:23.662Z | Downloaded criterion-plot v0.5.0 |
| 847 | 2023-11-02T04:42:23.668Z | Downloaded aes-gcm-siv v0.11.1 |
| 848 | 2023-11-02T04:42:23.677Z | Downloaded new_debug_unreachable v1.0.4 |
| 849 | 2023-11-02T04:42:23.692Z | Downloaded signal-hook-tokio v0.3.1 |
| 850 | 2023-11-02T04:42:23.703Z | Downloaded secrecy v0.8.0 |
| 851 | 2023-11-02T04:42:24.140Z | Downloaded approx v0.5.1 |
| 852 | 2023-11-02T04:42:24.150Z | Downloaded scopeguard v1.2.0 |
| 853 | 2023-11-02T04:42:24.160Z | Downloaded crossbeam v0.8.2 |
| 854 | 2023-11-02T04:42:24.176Z | Downloaded lazycell v1.3.0 |
| 855 | 2023-11-02T04:42:24.193Z | Downloaded camino-tempfile v1.0.2 |
| 856 | 2023-11-02T04:42:24.213Z | Downloaded backoff v0.4.0 |
| 857 | 2023-11-02T04:42:24.223Z | Downloaded cipher v0.4.4 |
| 858 | 2023-11-02T04:42:24.231Z | Downloaded backtrace v0.3.69 |
| 859 | 2023-11-02T04:42:24.236Z | Downloaded crossbeam-deque v0.8.3 |
| 860 | 2023-11-02T04:42:24.245Z | Downloaded convert_case v0.4.0 |
| 861 | 2023-11-02T04:42:24.252Z | Downloaded chacha20 v0.9.1 |
| 862 | 2023-11-02T04:42:24.259Z | Downloaded crossbeam-queue v0.3.8 |
| 863 | 2023-11-02T04:42:24.265Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 864 | 2023-11-02T04:42:24.269Z | Downloaded rustc-demangle v0.1.23 |
| 865 | 2023-11-02T04:42:24.271Z | Downloaded foreign-types-shared v0.1.1 |
| 866 | 2023-11-02T04:42:24.274Z | Downloaded rust-argon2 v1.0.1 |
| 867 | 2023-11-02T04:42:24.277Z | Downloaded foreign-types-shared v0.3.1 |
| 868 | 2023-11-02T04:42:24.279Z | Downloaded strum v0.25.0 |
| 869 | 2023-11-02T04:42:24.282Z | Downloaded strum_macros v0.25.2 |
| 870 | 2023-11-02T04:42:24.285Z | Downloaded tower-service v0.3.2 |
| 871 | 2023-11-02T04:42:24.288Z | Downloaded toolchain_find v0.2.0 |
| 872 | 2023-11-02T04:42:24.290Z | Downloaded managed v0.8.0 |
| 873 | 2023-11-02T04:42:24.294Z | Downloaded mime_guess v2.0.4 |
| 874 | 2023-11-02T04:42:24.296Z | Downloaded serde-big-array v0.4.1 |
| 875 | 2023-11-02T04:42:24.299Z | Downloaded unicase v2.7.0 |
| 876 | 2023-11-02T04:42:24.302Z | Downloaded postcard-cobs v0.1.5-pre |
| 877 | 2023-11-02T04:42:24.305Z | Downloaded universal-hash v0.5.1 |
| 878 | 2023-11-02T04:42:24.307Z | Downloaded stringprep v0.1.3 |
| 879 | 2023-11-02T04:42:24.310Z | Downloaded pretty-hex v0.2.1 |
| 880 | 2023-11-02T04:42:24.313Z | Downloaded quick-error v1.2.3 |
| 881 | 2023-11-02T04:42:24.319Z | Downloaded log v0.4.20 |
| 882 | 2023-11-02T04:42:24.321Z | Downloaded phf_shared v0.10.0 |
| 883 | 2023-11-02T04:42:24.324Z | Downloaded phf_shared v0.11.2 |
| 884 | 2023-11-02T04:42:24.327Z | Downloaded semver v0.11.0 |
| 885 | 2023-11-02T04:42:24.330Z | Downloaded take_mut v0.2.2 |
| 886 | 2023-11-02T04:42:24.333Z | Downloaded mockall v0.11.4 |
| 887 | 2023-11-02T04:42:24.336Z | Downloaded zone_cfg_derive v0.2.0 |
| 888 | 2023-11-02T04:42:24.338Z | Downloaded term v0.7.0 |
| 889 | 2023-11-02T04:42:24.341Z | Downloaded semver-parser v0.10.2 |
| 890 | 2023-11-02T04:42:24.344Z | Downloaded oso-derive v0.27.0 |
| 891 | 2023-11-02T04:42:24.346Z | Downloaded display-error-chain v0.2.0 |
| 892 | 2023-11-02T04:42:24.349Z | Downloaded crossbeam-utils v0.8.16 |
| 893 | 2023-11-02T04:42:24.352Z | Downloaded futures-task v0.3.29 |
| 894 | 2023-11-02T04:42:24.354Z | Downloaded crossbeam-epoch v0.9.15 |
| 895 | 2023-11-02T04:42:24.357Z | Downloaded crunchy v0.2.2 |
| 896 | 2023-11-02T04:42:24.360Z | Downloaded float-cmp v0.9.0 |
| 897 | 2023-11-02T04:42:24.363Z | Downloaded shlex v1.1.0 |
| 898 | 2023-11-02T04:42:24.365Z | Downloaded usdt-macro v0.3.5 |
| 899 | 2023-11-02T04:42:24.371Z | Downloaded darling_macro v0.20.3 |
| 900 | 2023-11-02T04:42:24.374Z | Downloaded fixedbitset v0.4.2 |
| 901 | 2023-11-02T04:42:24.382Z | Downloaded tabled_derive v0.6.0 |
| 902 | 2023-11-02T04:42:24.390Z | Downloaded waitgroup v0.1.2 |
| 903 | 2023-11-02T04:42:24.397Z | Downloaded signal-hook v0.3.17 |
| 904 | 2023-11-02T04:42:24.401Z | Downloaded synstructure v0.12.6 |
| 905 | 2023-11-02T04:42:24.403Z | Downloaded crc32fast v1.3.2 |
| 906 | 2023-11-02T04:42:24.406Z | Downloaded unicode-bidi v0.3.13 |
| 907 | 2023-11-02T04:42:24.409Z | Downloaded dirs-sys-next v0.1.2 |
| 908 | 2023-11-02T04:42:24.412Z | Downloaded http v0.2.9 |
| 909 | 2023-11-02T04:42:24.415Z | Downloaded packed_struct_codegen v0.10.1 |
| 910 | 2023-11-02T04:42:24.417Z | Downloaded strum_macros v0.24.3 |
| 911 | 2023-11-02T04:42:24.420Z | Downloaded darling_macro v0.14.4 |
| 912 | 2023-11-02T04:42:24.423Z | Downloaded rusty-fork v0.3.0 |
| 913 | 2023-11-02T04:42:24.426Z | Downloaded diesel_table_macro_syntax v0.1.0 |
| 914 | 2023-11-02T04:42:24.429Z | Downloaded usdt-attr-macro v0.3.5 |
| 915 | 2023-11-02T04:42:24.432Z | Downloaded spin v0.5.2 |
| 916 | 2023-11-02T04:42:24.435Z | Downloaded zeroize v1.6.0 |
| 917 | 2023-11-02T04:42:24.438Z | Downloaded shell-words v1.1.0 |
| 918 | 2023-11-02T04:42:24.441Z | Downloaded usdt-impl v0.3.5 |
| 919 | 2023-11-02T04:42:24.443Z | Downloaded zeroize_derive v1.4.2 |
| 920 | 2023-11-02T04:42:24.446Z | Downloaded openssl-probe v0.1.5 |
| 921 | 2023-11-02T04:42:24.449Z | Downloaded env_logger v0.10.0 |
| 922 | 2023-11-02T04:42:24.451Z | Downloaded diff v0.1.13 |
| 923 | 2023-11-02T04:42:24.454Z | Downloaded wyz v0.5.1 |
| 924 | 2023-11-02T04:42:24.457Z | Downloaded dirs-next v2.0.0 |
| 925 | 2023-11-02T04:42:24.460Z | Downloaded unicode-xid v0.2.4 |
| 926 | 2023-11-02T04:42:24.463Z | Downloaded pretty-hex v0.3.0 |
| 927 | 2023-11-02T04:42:24.466Z | Downloaded fxhash v0.2.1 |
| 928 | 2023-11-02T04:42:24.468Z | Downloaded structopt-derive v0.4.18 |
| 929 | 2023-11-02T04:42:24.471Z | Downloaded signature v1.6.4 |
| 930 | 2023-11-02T04:42:24.475Z | Downloaded openssl-macros v0.1.1 |
| 931 | 2023-11-02T04:42:24.478Z | Downloaded structmeta-derive v0.2.0 |
| 932 | 2023-11-02T04:42:24.481Z | Downloaded untrusted v0.9.0 |
| 933 | 2023-11-02T04:42:24.484Z | Downloaded want v0.3.1 |
| 934 | 2023-11-02T04:42:24.487Z | Downloaded tokio-native-tls v0.3.1 |
| 935 | 2023-11-02T04:42:24.490Z | Downloaded heck v0.3.3 |
| 936 | 2023-11-02T04:42:24.493Z | Downloaded version_check v0.9.4 |
| 937 | 2023-11-02T04:42:24.495Z | Downloaded futures-channel v0.3.29 |
| 938 | 2023-11-02T04:42:24.498Z | Downloaded filetime v0.2.22 |
| 939 | 2023-11-02T04:42:24.501Z | Downloaded proc-macro-error-attr v1.0.4 |
| 940 | 2023-11-02T04:42:24.504Z | Downloaded trust-dns-client v0.22.0 |
| 941 | 2023-11-02T04:42:24.507Z | Downloaded tiny-keccak v2.0.2 |
| 942 | 2023-11-02T04:42:24.510Z | Downloaded crucible-workspace-hack v0.1.0 |
| 943 | 2023-11-02T04:42:24.512Z | Downloaded futures-macro v0.3.29 |
| 944 | 2023-11-02T04:42:24.515Z | Downloaded rand_chacha v0.3.1 |
| 945 | 2023-11-02T04:42:24.518Z | Downloaded opaque-debug v0.3.0 |
| 946 | 2023-11-02T04:42:24.520Z | Downloaded slog-bunyan v2.4.0 |
| 947 | 2023-11-02T04:42:24.523Z | Downloaded hashlink v0.8.3 |
| 948 | 2023-11-02T04:42:24.533Z | Downloaded fs-err v2.9.0 |
| 949 | 2023-11-02T04:42:24.536Z | Downloaded unicode-width v0.1.11 |
| 950 | 2023-11-02T04:42:24.539Z | Downloaded pin-project v1.1.3 |
| 951 | 2023-11-02T04:42:24.542Z | Downloaded serial_test v0.10.0 |
| 952 | 2023-11-02T04:42:24.544Z | Downloaded plotters-svg v0.3.5 |
| 953 | 2023-11-02T04:42:24.547Z | Downloaded pem v1.1.1 |
| 954 | 2023-11-02T04:42:24.550Z | Downloaded peeking_take_while v0.1.2 |
| 955 | 2023-11-02T04:42:24.553Z | Downloaded path-slash v0.1.5 |
| 956 | 2023-11-02T04:42:24.555Z | Downloaded radium v0.7.0 |
| 957 | 2023-11-02T04:42:24.558Z | Downloaded strsim v0.8.0 |
| 958 | 2023-11-02T04:42:24.561Z | Downloaded spki v0.7.2 |
| 959 | 2023-11-02T04:42:24.564Z | Downloaded fragile v2.0.0 |
| 960 | 2023-11-02T04:42:24.567Z | Downloaded foreign-types v0.3.2 |
| 961 | 2023-11-02T04:42:24.570Z | Downloaded downcast v0.11.0 |
| 962 | 2023-11-02T04:42:24.573Z | Downloaded resolv-conf v0.7.0 |
| 963 | 2023-11-02T04:42:24.576Z | Downloaded tungstenite v0.20.1 |
| 964 | 2023-11-02T04:42:24.579Z | Downloaded tinyvec_macros v0.1.1 |
| 965 | 2023-11-02T04:42:24.581Z | Downloaded futures-sink v0.3.29 |
| 966 | 2023-11-02T04:42:24.584Z | Downloaded signature v2.1.0 |
| 967 | 2023-11-02T04:42:24.587Z | Downloaded foreign-types v0.5.0 |
| 968 | 2023-11-02T04:42:24.590Z | Downloaded path-dedot v3.1.0 |
| 969 | 2023-11-02T04:42:24.593Z | Downloaded crypto-bigint v0.5.2 |
| 970 | 2023-11-02T04:42:24.595Z | Downloaded parse-display v0.7.0 |
| 971 | 2023-11-02T04:42:24.598Z | Downloaded smallvec v0.6.14 |
| 972 | 2023-11-02T04:42:24.601Z | Downloaded ref-cast v1.0.20 |
| 973 | 2023-11-02T04:42:24.604Z | Downloaded zip v0.6.6 |
| 974 | 2023-11-02T04:42:24.607Z | Downloaded data-encoding v2.4.0 |
| 975 | 2023-11-02T04:42:24.610Z | Downloaded dof v0.1.5 |
| 976 | 2023-11-02T04:42:24.613Z | Downloaded time v0.3.27 |
| 977 | 2023-11-02T04:42:24.618Z | Downloaded futures-executor v0.3.29 |
| 978 | 2023-11-02T04:42:24.628Z | Downloaded vsss-rs v3.3.1 |
| 979 | 2023-11-02T04:42:24.643Z | Downloaded typenum v1.16.0 |
| 980 | 2023-11-02T04:42:24.662Z | Downloaded ucd-trie v0.1.6 |
| 981 | 2023-11-02T04:42:24.666Z | Downloaded predicates-core v1.0.6 |
| 982 | 2023-11-02T04:42:24.670Z | Downloaded num-bigint-dig v0.8.4 |
| 983 | 2023-11-02T04:42:24.674Z | Downloaded paste v1.0.14 |
| 984 | 2023-11-02T04:42:24.676Z | Downloaded packed_struct v0.10.1 |
| 985 | 2023-11-02T04:42:24.679Z | Downloaded parse-display-derive v0.7.0 |
| 986 | 2023-11-02T04:42:24.682Z | Downloaded derive_builder_macro v0.12.0 |
| 987 | 2023-11-02T04:42:24.685Z | Downloaded rand_xorshift v0.3.0 |
| 988 | 2023-11-02T04:42:24.688Z | Downloaded glob v0.3.1 |
| 989 | 2023-11-02T04:42:24.691Z | Downloaded tinyvec v1.6.0 |
| 990 | 2023-11-02T04:42:24.694Z | Downloaded plotters-backend v0.3.5 |
| 991 | 2023-11-02T04:42:24.697Z | Downloaded rustfmt-wrapper v0.2.0 |
| 992 | 2023-11-02T04:42:24.699Z | Downloaded percent-encoding v2.3.0 |
| 993 | 2023-11-02T04:42:24.702Z | Downloaded der_derive v0.7.2 |
| 994 | 2023-11-02T04:42:24.705Z | Downloaded tracing-core v0.1.31 |
| 995 | 2023-11-02T04:42:24.707Z | Downloaded slog v2.7.0 |
| 996 | 2023-11-02T04:42:24.710Z | Downloaded predicates v3.0.4 |
| 997 | 2023-11-02T04:42:24.712Z | Downloaded same-file v1.0.6 |
| 998 | 2023-11-02T04:42:24.715Z | Downloaded pem-rfc7468 v0.7.0 |
| 999 | 2023-11-02T04:42:24.718Z | Downloaded rand_core v0.6.4 |
| 1000 | 2023-11-02T04:42:24.721Z | Downloaded utf-8 v0.7.6 |
| 1001 | 2023-11-02T04:42:24.724Z | Downloaded platforms v3.0.2 |
| 1002 | 2023-11-02T04:42:24.727Z | Downloaded futures-io v0.3.29 |
| 1003 | 2023-11-02T04:42:24.730Z | Downloaded siphasher v0.3.11 |
| 1004 | 2023-11-02T04:42:24.733Z | Downloaded predicates v2.1.5 |
| 1005 | 2023-11-02T04:42:24.735Z | Downloaded partial-io v0.5.4 |
| 1006 | 2023-11-02T04:42:24.738Z | Downloaded tokio-macros v2.1.0 |
| 1007 | 2023-11-02T04:42:24.741Z | Downloaded derive_builder v0.12.0 |
| 1008 | 2023-11-02T04:42:24.743Z | Downloaded password-hash v0.5.0 |
| 1009 | 2023-11-02T04:42:24.746Z | Downloaded socket2 v0.5.4 |
| 1010 | 2023-11-02T04:42:24.749Z | Downloaded tough v0.12.5 |
| 1011 | 2023-11-02T04:42:24.752Z | Downloaded pest_derive v2.7.2 |
| 1012 | 2023-11-02T04:42:24.755Z | Downloaded derive_builder_core v0.12.0 |
| 1013 | 2023-11-02T04:42:24.758Z | Downloaded derive_more v0.99.17 |
| 1014 | 2023-11-02T04:42:24.762Z | Downloaded tokio-stream v0.1.14 |
| 1015 | 2023-11-02T04:42:24.768Z | Downloaded rcgen v0.11.3 |
| 1016 | 2023-11-02T04:42:24.774Z | Downloaded tracing v0.1.37 |
| 1017 | 2023-11-02T04:42:24.777Z | Downloaded ron v0.8.1 |
| 1018 | 2023-11-02T04:42:24.780Z | Downloaded regex-automata v0.1.10 |
| 1019 | 2023-11-02T04:42:24.785Z | Downloaded rayon-core v1.12.0 |
| 1020 | 2023-11-02T04:42:24.806Z | Downloaded rand v0.4.6 |
| 1021 | 2023-11-02T04:42:24.815Z | Downloaded reedline v0.23.0 |
| 1022 | 2023-11-02T04:42:24.821Z | Downloaded uuid v1.4.1 |
| 1023 | 2023-11-02T04:42:24.826Z | Downloaded crossterm v0.27.0 |
| 1024 | 2023-11-02T04:42:24.831Z | Downloaded salty v0.2.0 |
| 1025 | 2023-11-02T04:42:24.838Z | Downloaded pest v2.7.2 |
| 1026 | 2023-11-02T04:42:24.846Z | Downloaded bindgen v0.65.1 |
| 1027 | 2023-11-02T04:42:24.851Z | Downloaded rusqlite v0.29.0 |
| 1028 | 2023-11-02T04:42:24.855Z | Downloaded clap v2.34.0 |
| 1029 | 2023-11-02T04:42:24.859Z | Downloaded rayon v1.8.0 |
| 1030 | 2023-11-02T04:42:24.863Z | Downloaded futures-util v0.3.29 |
| 1031 | 2023-11-02T04:42:24.866Z | Downloaded plotters v0.3.5 |
| 1032 | 2023-11-02T04:42:24.870Z | Downloaded petgraph v0.6.4 |
| 1033 | 2023-11-02T04:42:24.873Z | Downloaded regex v1.10.2 |
| 1034 | 2023-11-02T04:42:25.290Z | Downloaded openssl v0.10.57 |
| 1035 | 2023-11-02T04:42:25.303Z | Downloaded git2 v0.17.2 |
| 1036 | 2023-11-02T04:42:25.311Z | Downloaded vcpkg v0.2.15 |
| 1037 | 2023-11-02T04:42:25.325Z | Downloaded smoltcp v0.9.1 |
| 1038 | 2023-11-02T04:42:25.347Z | Downloaded ratatui v0.23.0 |
| 1039 | 2023-11-02T04:42:25.355Z | Downloaded radix_trie v0.2.1 |
| 1040 | 2023-11-02T04:42:25.366Z | Downloaded regex-syntax v0.8.2 |
| 1041 | 2023-11-02T04:42:25.381Z | Downloaded openapiv3 v1.0.3 |
| 1042 | 2023-11-02T04:42:25.387Z | Downloaded rustix v0.38.9 |
| 1043 | 2023-11-02T04:42:25.809Z | Downloaded bstr v1.6.0 |
| 1044 | 2023-11-02T04:42:25.814Z | Downloaded zerocopy-derive v0.2.0 |
| 1045 | 2023-11-02T04:42:25.818Z | Downloaded sled v0.34.7 |
| 1046 | 2023-11-02T04:42:25.824Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 1047 | 2023-11-02T04:42:25.828Z | Downloaded zerocopy-derive v0.6.4 |
| 1048 | 2023-11-02T04:42:25.831Z | Downloaded regex-automata v0.3.8 |
| 1049 | 2023-11-02T04:42:25.834Z | Downloaded regex-automata v0.4.3 |
| 1050 | 2023-11-02T04:42:25.836Z | Downloaded tokio v1.33.0 |
| 1051 | 2023-11-02T04:42:25.839Z | Downloaded sha3 v0.10.8 |
| 1052 | 2023-11-02T04:42:25.842Z | Downloaded regex-syntax v0.6.29 |
| 1053 | 2023-11-02T04:42:25.846Z | Downloaded polar-core v0.27.0 |
| 1054 | 2023-11-02T04:42:25.850Z | Downloaded object v0.30.4 |
| 1055 | 2023-11-02T04:42:25.853Z | Downloaded regex-syntax v0.7.5 |
| 1056 | 2023-11-02T04:42:25.856Z | Downloaded curve25519-dalek v4.1.0 |
| 1057 | 2023-11-02T04:42:25.859Z | Downloaded diesel v2.1.3 |
| 1058 | 2023-11-02T04:42:25.861Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
| 1059 | 2023-11-02T04:42:25.864Z | Downloaded encoding_rs v0.8.33 |
| 1060 | 2023-11-02T04:42:25.867Z | Downloaded rustls v0.21.8 |
| 1061 | 2023-11-02T04:42:25.870Z | Downloaded regress v0.7.1 |
| 1062 | 2023-11-02T04:42:25.873Z | Downloaded bstr v0.2.17 |
| 1063 | 2023-11-02T04:42:25.875Z | Downloaded proptest v1.3.1 |
| 1064 | 2023-11-02T04:42:25.878Z | Downloaded syn v1.0.109 |
| 1065 | 2023-11-02T04:42:25.881Z | Downloaded smoltcp v0.8.2 |
| 1066 | 2023-11-02T04:42:25.901Z | Downloaded webpki-roots v0.25.2 |
| 1067 | 2023-11-02T04:42:25.915Z | Downloaded gimli v0.28.0 |
| 1068 | 2023-11-02T04:42:25.923Z | Downloaded object v0.32.1 |
| 1069 | 2023-11-02T04:42:25.931Z | Downloaded quick-xml v0.23.1 |
| 1070 | 2023-11-02T04:42:25.935Z | Downloaded ring v0.17.5 |
| 1071 | 2023-11-02T04:42:25.939Z | Downloaded tabled v0.14.0 |
| 1072 | 2023-11-02T04:42:25.942Z | Downloaded trust-dns-proto v0.22.0 |
| 1073 | 2023-11-02T04:42:25.955Z | Downloaded h2 v0.3.21 |
| 1074 | 2023-11-02T04:42:25.959Z | Downloaded idna v0.4.0 |
| 1075 | 2023-11-02T04:42:25.963Z | Downloaded der v0.7.8 |
| 1076 | 2023-11-02T04:42:25.968Z | Downloaded darling_core v0.14.4 |
| 1077 | 2023-11-02T04:42:25.975Z | Downloaded x509-cert v0.2.4 |
| 1078 | 2023-11-02T04:42:25.983Z | Downloaded unicode-segmentation v1.10.1 |
| 1079 | 2023-11-02T04:42:25.991Z | Downloaded chrono v0.4.31 |
| 1080 | 2023-11-02T04:42:25.998Z | Downloaded libz-sys v1.1.12 |
| 1081 | 2023-11-02T04:42:26.006Z | Downloaded vergen v8.2.4 |
| 1082 | 2023-11-02T04:42:26.010Z | Downloaded ron v0.7.1 |
| 1083 | 2023-11-02T04:42:26.013Z | Downloaded idna v0.2.3 |
| 1084 | 2023-11-02T04:42:26.017Z | Downloaded flume v0.11.0 |
| 1085 | 2023-11-02T04:42:26.025Z | Downloaded tokio-postgres v0.7.10 |
| 1086 | 2023-11-02T04:42:26.031Z | Downloaded lalrpop v0.19.12 |
| 1087 | 2023-11-02T04:42:26.038Z | Downloaded half v1.8.2 |
| 1088 | 2023-11-02T04:42:26.046Z | Downloaded proc-macro-error v1.0.4 |
| 1089 | 2023-11-02T04:42:26.054Z | Downloaded derive-where v1.2.5 |
| 1090 | 2023-11-02T04:42:26.061Z | Downloaded rsa v0.9.2 |
| 1091 | 2023-11-02T04:42:26.077Z | Downloaded hashbrown v0.13.2 |
| 1092 | 2023-11-02T04:42:26.098Z | Downloaded pretty_assertions v1.4.0 |
| 1093 | 2023-11-02T04:42:26.106Z | Downloaded unicode-normalization v0.1.22 |
| 1094 | 2023-11-02T04:42:26.109Z | Downloaded portable-atomic v1.4.3 |
| 1095 | 2023-11-02T04:42:26.116Z | Downloaded tokio-util v0.7.10 |
| 1096 | 2023-11-02T04:42:26.119Z | Downloaded bitvec v1.0.1 |
| 1097 | 2023-11-02T04:42:26.122Z | Downloaded expectorate v1.1.0 |
| 1098 | 2023-11-02T04:42:26.125Z | Downloaded parking_lot_core v0.9.8 |
| 1099 | 2023-11-02T04:42:26.127Z | Downloaded spin v0.9.8 |
| 1100 | 2023-11-02T04:42:26.130Z | Downloaded serde_yaml v0.9.25 |
| 1101 | 2023-11-02T04:42:26.136Z | Downloaded aho-corasick v1.0.4 |
| 1102 | 2023-11-02T04:42:26.145Z | Downloaded rand v0.8.5 |
| 1103 | 2023-11-02T04:42:26.152Z | Downloaded snafu v0.7.5 |
| 1104 | 2023-11-02T04:42:26.158Z | Downloaded heapless v0.7.16 |
| 1105 | 2023-11-02T04:42:26.224Z | Downloaded rustls-webpki v0.101.7 |
| 1106 | 2023-11-02T04:42:26.235Z | Downloaded url v2.4.1 |
| 1107 | 2023-11-02T04:42:26.246Z | Downloaded ed25519 v1.5.3 |
| 1108 | 2023-11-02T04:42:26.260Z | Downloaded tokio-tungstenite v0.18.0 |
| 1109 | 2023-11-02T04:42:26.272Z | Downloaded darling v0.20.3 |
| 1110 | 2023-11-02T04:42:26.284Z | Downloaded darling_core v0.20.3 |
| 1111 | 2023-11-02T04:42:26.298Z | Downloaded sha1 v0.10.5 |
| 1112 | 2023-11-02T04:42:26.318Z | Downloaded owo-colors v3.5.0 |
| 1113 | 2023-11-02T04:42:26.333Z | Downloaded libsqlite3-sys v0.26.0 |
| 1114 | 2023-11-02T04:42:26.347Z | Downloaded parking_lot v0.12.1 |
| 1115 | 2023-11-02T04:42:26.360Z | Downloaded unsafe-libyaml v0.2.9 |
| 1116 | 2023-11-02T04:42:26.374Z | Downloaded ring v0.16.20 |
| 1117 | 2023-11-02T04:42:26.402Z | Downloaded reqwest v0.11.20 |
| 1118 | 2023-11-02T04:42:26.419Z | Downloaded serde_with v2.3.3 |
| 1119 | 2023-11-02T04:42:26.427Z | Downloaded hyper v0.14.27 |
| 1120 | 2023-11-02T04:42:26.434Z | Downloaded vec_map v0.8.2 |
| 1121 | 2023-11-02T04:42:26.438Z | Downloaded foreign-types-macros v0.2.3 |
| 1122 | 2023-11-02T04:42:26.442Z | Downloaded slog-term v2.9.0 |
| 1123 | 2023-11-02T04:42:26.445Z | Downloaded slog-stdlog v4.1.1 |
| 1124 | 2023-11-02T04:42:26.449Z | Downloaded poly1305 v0.8.0 |
| 1125 | 2023-11-02T04:42:26.452Z | Downloaded openssl-sys v0.9.93 |
| 1126 | 2023-11-02T04:42:26.455Z | Downloaded toml_edit v0.19.15 |
| 1127 | 2023-11-02T04:42:26.476Z | Downloaded yansi v0.5.1 |
| 1128 | 2023-11-02T04:42:26.478Z | Downloaded whoami v1.4.1 |
| 1129 | 2023-11-02T04:42:26.482Z | Downloaded deranged v0.3.8 |
| 1130 | 2023-11-02T04:42:26.484Z | Downloaded darling v0.14.4 |
| 1131 | 2023-11-02T04:42:26.487Z | Downloaded oso v0.27.0 |
| 1132 | 2023-11-02T04:42:26.493Z | Downloaded structopt v0.3.26 |
| 1133 | 2023-11-02T04:42:26.512Z | Downloaded headers v0.3.9 |
| 1134 | 2023-11-02T04:42:26.525Z | Downloaded globset v0.4.13 |
| 1135 | 2023-11-02T04:42:26.532Z | Downloaded topological-sort v0.2.2 |
| 1136 | 2023-11-02T04:42:26.536Z | Downloaded vte v0.11.1 |
| 1137 | 2023-11-02T04:42:26.539Z | Downloaded parking_lot_core v0.8.6 |
| 1138 | 2023-11-02T04:42:26.542Z | Downloaded serial_test_derive v0.10.0 |
| 1139 | 2023-11-02T04:42:26.545Z | Downloaded semver v0.1.20 |
| 1140 | 2023-11-02T04:42:26.548Z | Downloaded remove_dir_all v0.5.3 |
| 1141 | 2023-11-02T04:42:26.551Z | Downloaded structmeta v0.2.0 |
| 1142 | 2023-11-02T04:42:26.554Z | Downloaded unarray v0.1.4 |
| 1143 | 2023-11-02T04:42:26.556Z | Downloaded pest_meta v2.7.2 |
| 1144 | 2023-11-02T04:42:26.559Z | Downloaded predicates-tree v1.0.9 |
| 1145 | 2023-11-02T04:42:26.562Z | Downloaded polyval v0.6.1 |
| 1146 | 2023-11-02T04:42:26.564Z | Downloaded oorandom v11.1.3 |
| 1147 | 2023-11-02T04:42:26.567Z | Downloaded rustc_version v0.4.0 |
| 1148 | 2023-11-02T04:42:26.570Z | Downloaded twox-hash v1.6.3 |
| 1149 | 2023-11-02T04:42:26.573Z | Downloaded relative-path v1.9.0 |
| 1150 | 2023-11-02T04:42:26.575Z | Downloaded wait-timeout v0.2.0 |
| 1151 | 2023-11-02T04:42:26.578Z | Downloaded papergrid v0.10.0 |
| 1152 | 2023-11-02T04:42:26.581Z | Downloaded hashbrown v0.12.3 |
| 1153 | 2023-11-02T04:42:26.584Z | Downloaded steno v0.4.0 |
| 1154 | 2023-11-02T04:42:26.588Z | Downloaded hkdf v0.12.3 |
| 1155 | 2023-11-02T04:42:26.592Z | Downloaded flate2 v1.0.28 |
| 1156 | 2023-11-02T04:42:26.595Z | Downloaded sha2 v0.10.8 |
| 1157 | 2023-11-02T04:42:26.598Z | Downloaded pkg-config v0.3.27 |
| 1158 | 2023-11-02T04:42:26.600Z | Downloaded rstest v0.18.2 |
| 1159 | 2023-11-02T04:42:26.603Z | Downloaded zerocopy v0.6.4 |
| 1160 | 2023-11-02T04:42:26.606Z | Downloaded dtrace-parser v0.1.14 |
| 1161 | 2023-11-02T04:42:26.609Z | Downloaded vte_generate_state_changes v0.1.1 |
| 1162 | 2023-11-02T04:42:26.612Z | Downloaded slog-dtrace v0.2.3 |
| 1163 | 2023-11-02T04:42:26.616Z | Downloaded ref-cast-impl v1.0.20 |
| 1164 | 2023-11-02T04:42:26.618Z | Downloaded tokio-rustls v0.24.1 |
| 1165 | 2023-11-02T04:42:26.630Z | Downloaded pkcs1 v0.7.5 |
| 1166 | 2023-11-02T04:42:27.041Z | Downloaded minimal-lexical v0.2.1 |
| 1167 | 2023-11-02T04:42:27.043Z | Downloaded datatest-stable v0.2.3 |
| 1168 | 2023-11-02T04:42:27.046Z | Downloaded path-absolutize v3.1.0 |
| 1169 | 2023-11-02T04:42:27.049Z | Downloaded pkcs8 v0.10.2 |
| 1170 | 2023-11-02T04:42:27.052Z | Downloaded generic-array v0.14.7 |
| 1171 | 2023-11-02T04:42:27.056Z | Downloaded flagset v0.4.3 |
| 1172 | 2023-11-02T04:42:27.059Z | Downloaded parking_lot v0.11.2 |
| 1173 | 2023-11-02T04:42:27.469Z | Downloaded signal-hook-mio v0.2.3 |
| 1174 | 2023-11-02T04:42:27.475Z | Downloaded tungstenite v0.18.0 |
| 1175 | 2023-11-02T04:42:27.483Z | Downloaded trust-dns-server v0.22.1 |
| 1176 | 2023-11-02T04:42:27.491Z | Downloaded textwrap v0.16.0 |
| 1177 | 2023-11-02T04:42:27.498Z | Downloaded elliptic-curve v0.13.5 |
| 1178 | 2023-11-02T04:42:27.504Z | Downloaded trust-dns-resolver v0.22.0 |
| 1179 | 2023-11-02T04:42:27.512Z | Downloaded mio v0.8.8 |
| 1180 | 2023-11-02T04:42:27.520Z | Downloaded crossbeam-channel v0.5.8 |
| 1181 | 2023-11-02T04:42:27.527Z | Downloaded libxml v0.3.3 |
| 1182 | 2023-11-02T04:42:27.536Z | Downloaded ena v0.14.2 |
| 1183 | 2023-11-02T04:42:27.543Z | Downloaded group v0.13.0 |
| 1184 | 2023-11-02T04:42:27.551Z | Downloaded debug-ignore v1.0.5 |
| 1185 | 2023-11-02T04:42:27.559Z | Downloaded xattr v1.0.1 |
| 1186 | 2023-11-02T04:42:27.568Z | Downloaded toml v0.5.11 |
| 1187 | 2023-11-02T04:42:27.580Z | Downloaded prettyplease v0.2.12 |
| 1188 | 2023-11-02T04:42:27.594Z | Downloaded slog-scope v4.4.0 |
| 1189 | 2023-11-02T04:42:27.602Z | Downloaded futures v0.3.29 |
| 1190 | 2023-11-02T04:42:27.626Z | Downloaded tracing-attributes v0.1.26 |
| 1191 | 2023-11-02T04:42:27.639Z | Downloaded diesel_derives v2.1.1 |
| 1192 | 2023-11-02T04:42:27.650Z | Downloaded criterion v0.5.1 |
| 1193 | 2023-11-02T04:42:27.656Z | Downloaded structmeta-derive v0.1.6 |
| 1194 | 2023-11-02T04:42:27.663Z | Downloaded pin-utils v0.1.0 |
| 1195 | 2023-11-02T04:42:27.669Z | Downloaded fnv v1.0.7 |
| 1196 | 2023-11-02T04:42:27.685Z | Downloaded env_logger v0.9.3 |
| 1197 | 2023-11-02T04:42:27.694Z | Downloaded usdt v0.3.5 |
| 1198 | 2023-11-02T04:42:27.707Z | Downloaded slab v0.4.9 |
| 1199 | 2023-11-02T04:42:27.719Z | Downloaded pest_generator v2.7.2 |
| 1200 | 2023-11-02T04:42:27.733Z | Downloaded yasna v0.5.2 |
| 1201 | 2023-11-02T04:42:27.744Z | Downloaded rtoolbox v0.0.1 |
| 1202 | 2023-11-02T04:42:27.761Z | Downloaded rstest_macros v0.18.2 |
| 1203 | 2023-11-02T04:42:27.787Z | Downloaded rustc_version v0.1.7 |
| 1204 | 2023-11-02T04:42:29.009Z | Downloaded getrandom v0.2.10 |
| 1205 | 2023-11-02T04:42:29.013Z | Downloaded fatfs v0.3.6 |
| 1206 | 2023-11-02T04:42:29.021Z | Downloaded signal-hook-registry v1.4.1 |
| 1207 | 2023-11-02T04:42:29.025Z | Downloaded toml v0.7.8 |
| 1208 | 2023-11-02T04:42:29.028Z | Downloaded futures-timer v3.0.2 |
| 1209 | 2023-11-02T04:42:29.031Z | Downloaded erased-serde v0.3.30 |
| 1210 | 2023-11-02T04:42:29.034Z | Downloaded fastrand v2.0.0 |
| 1211 | 2023-11-02T04:42:29.037Z | Downloaded itertools v0.11.0 |
| 1212 | 2023-11-02T04:42:29.049Z | Downloaded serde_with_macros v2.3.3 |
| 1213 | 2023-11-02T04:42:29.053Z | Downloaded tokio-tungstenite v0.20.1 |
| 1214 | 2023-11-02T04:42:29.056Z | Downloaded test-strategy v0.3.1 |
| 1215 | 2023-11-02T04:42:29.059Z | Downloaded structmeta v0.1.6 |
| 1216 | 2023-11-02T04:42:29.065Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1217 | 2023-11-02T04:42:29.071Z | Downloaded smf v0.2.2 |
| 1218 | 2023-11-02T04:42:29.074Z | Downloaded crypto-common v0.1.6 |
| 1219 | 2023-11-02T04:42:29.078Z | Downloaded zone v0.2.0 |
| 1220 | 2023-11-02T04:42:29.081Z | Downloaded schemars v0.8.13 |
| 1221 | 2023-11-02T04:42:29.084Z | Downloaded itertools v0.10.5 |
| 1222 | 2023-11-02T04:42:29.087Z | Downloaded once_cell v1.18.0 |
| 1223 | 2023-11-02T04:42:29.091Z | Downloaded olpc-cjson v0.1.3 |
| 1224 | 2023-11-02T04:42:29.093Z | Downloaded omicron-zone-package v0.8.3 |
| 1225 | 2023-11-02T04:42:29.097Z | Downloaded num-bigint v0.4.4 |
| 1226 | 2023-11-02T04:42:29.100Z | Downloaded pin-project-internal v1.1.3 |
| 1227 | 2023-11-02T04:42:29.103Z | Downloaded dyn-clone v1.0.13 |
| 1228 | 2023-11-02T04:42:29.106Z | Downloaded dashmap v5.5.1 |
| 1229 | 2023-11-02T04:42:29.110Z | Downloaded crossterm v0.26.1 |
| 1230 | 2023-11-02T04:42:29.113Z | Downloaded zerocopy v0.3.0 |
| 1231 | 2023-11-02T04:42:29.116Z | Downloaded digest v0.10.7 |
| 1232 | 2023-11-02T04:42:29.119Z | Downloaded rustls-native-certs v0.6.3 |
| 1233 | 2023-11-02T04:42:29.122Z | Downloaded serde_path_to_error v0.1.14 |
| 1234 | 2023-11-02T04:42:29.125Z | Downloaded untrusted v0.7.1 |
| 1235 | 2023-11-02T04:42:29.131Z | Downloaded difflib v0.4.0 |
| 1236 | 2023-11-02T04:42:29.135Z | Downloaded walkdir v2.4.0 |
| 1237 | 2023-11-02T04:42:29.138Z | Downloaded trybuild v1.0.85 |
| 1238 | 2023-11-02T04:42:29.141Z | Downloaded libm v0.2.7 |
| 1239 | 2023-11-02T04:42:29.144Z | Downloaded ctr v0.9.2 |
| 1240 | 2023-11-02T04:42:29.147Z | Downloaded futures-core v0.3.29 |
| 1241 | 2023-11-02T04:42:29.150Z | Downloaded cc v1.0.83 |
| 1242 | 2023-11-02T04:42:29.153Z | Downloaded pin-project-lite v0.2.13 |
| 1243 | 2023-11-02T04:42:29.157Z | Downloaded phf v0.11.2 |
| 1244 | 2023-11-02T04:42:29.161Z | Downloaded tar v0.4.40 |
| 1245 | 2023-11-02T04:42:29.164Z | Downloaded curve25519-dalek-derive v0.1.0 |
| 1246 | 2023-11-02T04:42:29.169Z | Downloaded cstr-argument v0.1.2 |
| 1247 | 2023-11-02T04:42:29.173Z | Downloaded fallible-iterator v0.2.0 |
| 1248 | 2023-11-02T04:42:29.175Z | Downloaded enum-as-inner v0.5.1 |
| 1249 | 2023-11-02T04:42:29.179Z | Downloaded either v1.9.0 |
| 1250 | 2023-11-02T04:42:29.182Z | Downloaded nix v0.26.2 |
| 1251 | 2023-11-02T04:42:29.184Z | Downloaded which v4.4.0 |
| 1252 | 2023-11-02T04:42:29.187Z | Downloaded getopts v0.2.21 |
| 1253 | 2023-11-02T04:42:29.198Z | Downloaded serde_tokenstream v0.1.7 |
| 1254 | 2023-11-02T04:42:29.212Z | Downloaded serde_repr v0.1.16 |
| 1255 | 2023-11-02T04:42:29.216Z | Downloaded serde_plain v1.0.2 |
| 1256 | 2023-11-02T04:42:29.219Z | Downloaded serde-hex v0.1.0 |
| 1257 | 2023-11-02T04:42:29.222Z | Downloaded pem v3.0.2 |
| 1258 | 2023-11-02T04:42:29.225Z | Downloaded hash32 v0.2.1 |
| 1259 | 2023-11-02T04:42:29.228Z | Downloaded subprocess v0.2.9 |
| 1260 | 2023-11-02T04:42:29.231Z | Downloaded crc-any v2.4.3 |
| 1261 | 2023-11-02T04:42:29.234Z | Downloaded schemars_derive v0.8.13 |
| 1262 | 2023-11-02T04:42:29.237Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1263 | 2023-11-02T04:42:29.240Z | Downloaded base64 v0.21.5 |
| 1264 | 2023-11-02T04:42:29.243Z | Downloaded postgres-types v0.2.6 |
| 1265 | 2023-11-02T04:42:29.248Z | Downloaded postgres-protocol v0.6.6 |
| 1266 | 2023-11-02T04:42:29.251Z | Downloaded postcard v0.7.3 |
| 1267 | 2023-11-02T04:42:29.254Z | Downloaded tinytemplate v1.2.1 |
| 1268 | 2023-11-02T04:42:29.257Z | Downloaded socket2 v0.4.9 |
| 1269 | 2023-11-02T04:42:29.260Z | Downloaded endian-type v0.1.2 |
| 1270 | 2023-11-02T04:42:29.264Z | Downloaded unicode-linebreak v0.1.5 |
| 1271 | 2023-11-02T04:42:29.267Z | Downloaded similar v2.2.1 |
| 1272 | 2023-11-02T04:42:29.270Z | Downloaded chacha20poly1305 v0.10.1 |
| 1273 | 2023-11-02T04:42:29.273Z | Downloaded ff v0.13.0 |
| 1274 | 2023-11-02T04:42:29.275Z | Downloaded arc-swap v1.6.0 |
| 1275 | 2023-11-02T04:42:29.301Z | Downloaded allocator-api2 v0.2.16 |
| 1276 | 2023-11-02T04:42:29.304Z | Downloaded textwrap v0.11.0 |
| 1277 | 2023-11-02T04:42:29.307Z | Downloaded miniz_oxide v0.7.1 |
| 1278 | 2023-11-02T04:42:29.310Z | Downloaded funty v2.0.0 |
| 1279 | 2023-11-02T04:42:29.313Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 1280 | 2023-11-02T04:42:29.317Z | Downloaded fd-lock v3.0.13 |
| 1281 | 2023-11-02T04:42:29.320Z | Downloaded r2d2 v0.8.10 |
| 1282 | 2023-11-02T04:42:29.323Z | Downloaded proc-macro-crate v1.3.1 |
| 1283 | 2023-11-02T04:42:29.326Z | Downloaded form_urlencoded v1.2.0 |
| 1284 | 2023-11-02T04:42:29.330Z | Downloaded base64 v0.13.1 |
| 1285 | 2023-11-02T04:42:29.333Z | Downloaded ppv-lite86 v0.2.17 |
| 1286 | 2023-11-02T04:42:29.337Z | Downloaded time-macros v0.2.13 |
| 1287 | 2023-11-02T04:42:29.341Z | Downloaded native-tls v0.2.11 |
| 1288 | 2023-11-02T04:42:29.344Z | Downloaded const-oid v0.9.5 |
| 1289 | 2023-11-02T04:42:29.348Z | Downloaded rustversion v1.0.14 |
| 1290 | 2023-11-02T04:42:29.354Z | Downloaded num-traits v0.2.16 |
| 1291 | 2023-11-02T04:42:29.357Z | Downloaded bytes v1.5.0 |
| 1292 | 2023-11-02T04:42:29.360Z | Downloaded console v0.15.7 |
| 1293 | 2023-11-02T04:42:29.364Z | Downloaded smallvec v1.11.0 |
| 1294 | 2023-11-02T04:42:29.367Z | Downloaded serde_derive_internals v0.26.0 |
| 1295 | 2023-11-02T04:42:29.370Z | Downloaded termios v0.3.3 |
| 1296 | 2023-11-02T04:42:29.373Z | Downloaded termcolor v1.2.0 |
| 1297 | 2023-11-02T04:42:29.376Z | Downloaded tempfile v3.8.0 |
| 1298 | 2023-11-02T04:42:29.379Z | Downloaded tempdir v0.3.7 |
| 1299 | 2023-11-02T04:42:29.385Z | Downloaded subtle v2.5.0 |
| 1300 | 2023-11-02T04:42:29.388Z | Downloaded blake2 v0.10.6 |
| 1301 | 2023-11-02T04:42:29.392Z | Downloaded try-lock v0.2.4 |
| 1302 | 2023-11-02T04:42:29.396Z | Downloaded serde-big-array v0.5.1 |
| 1303 | 2023-11-02T04:42:29.401Z | Downloaded tui-tree-widget v0.13.0 |
| 1304 | 2023-11-02T04:42:29.404Z | Downloaded ahash v0.8.3 |
| 1305 | 2023-11-02T04:42:29.407Z | Downloaded threadpool v1.8.1 |
| 1306 | 2023-11-02T04:42:29.411Z | Downloaded thread_local v1.1.7 |
| 1307 | 2023-11-02T04:42:29.420Z | Downloaded thread-id v4.2.0 |
| 1308 | 2023-11-02T04:42:29.428Z | Downloaded thiserror-no-std v2.0.2 |
| 1309 | 2023-11-02T04:42:29.840Z | Downloaded tap v1.0.1 |
| 1310 | 2023-11-02T04:42:29.843Z | Downloaded libloading v0.7.4 |
| 1311 | 2023-11-02T04:42:29.846Z | Downloaded cancel-safe-futures v0.1.5 |
| 1312 | 2023-11-02T04:42:29.849Z | Downloaded slog-json v2.6.1 |
| 1313 | 2023-11-02T04:42:29.854Z | Downloaded slog-async v2.8.0 |
| 1314 | 2023-11-02T04:42:29.857Z | Downloaded similar-asserts v1.5.0 |
| 1315 | 2023-11-02T04:42:29.860Z | Downloaded sct v0.7.0 |
| 1316 | 2023-11-02T04:42:29.875Z | Downloaded clang-sys v1.6.1 |
| 1317 | 2023-11-02T04:42:29.878Z | Downloaded async-stream v0.3.5 |
| 1318 | 2023-11-02T04:42:29.881Z | Downloaded headers-core v0.2.0 |
| 1319 | 2023-11-02T04:42:29.886Z | Downloaded doc-comment v0.3.3 |
| 1320 | 2023-11-02T04:42:29.889Z | Downloaded string_cache v0.8.7 |
| 1321 | 2023-11-02T04:42:29.892Z | Downloaded static_assertions v1.1.0 |
| 1322 | 2023-11-02T04:42:29.895Z | Downloaded stable_deref_trait v1.2.0 |
| 1323 | 2023-11-02T04:42:29.899Z | Downloaded serde_tokenstream v0.2.0 |
| 1324 | 2023-11-02T04:42:29.902Z | Downloaded const_format v0.2.31 |
| 1325 | 2023-11-02T04:42:29.905Z | Downloaded crc v3.0.1 |
| 1326 | 2023-11-02T04:42:29.908Z | Downloaded colored v2.0.4 |
| 1327 | 2023-11-02T04:42:29.911Z | Downloaded async-trait v0.1.74 |
| 1328 | 2023-11-02T04:42:29.916Z | Downloaded ascii v1.1.0 |
| 1329 | 2023-11-02T04:42:29.921Z | Downloaded argon2 v0.5.2 |
| 1330 | 2023-11-02T04:42:29.925Z | Downloaded ansi_term v0.12.1 |
| 1331 | 2023-11-02T04:42:29.940Z | Downloaded smawk v0.3.1 |
| 1332 | 2023-11-02T04:42:29.944Z | Downloaded multer v2.1.0 |
| 1333 | 2023-11-02T04:42:29.954Z | Downloaded cpufeatures v0.2.9 |
| 1334 | 2023-11-02T04:42:29.958Z | Downloaded cookie v0.16.2 |
| 1335 | 2023-11-02T04:42:29.962Z | Downloaded constant_time_eq v0.2.6 |
| 1336 | 2023-11-02T04:42:29.968Z | Downloaded base64ct v1.6.0 |
| 1337 | 2023-11-02T04:42:29.971Z | Downloaded precomputed-hash v0.1.1 |
| 1338 | 2023-11-02T04:42:29.977Z | Downloaded snafu-derive v0.7.5 |
| 1339 | 2023-11-02T04:42:29.980Z | Downloaded serde_arrays v0.1.0 |
| 1340 | 2023-11-02T04:42:29.983Z | Downloaded rustls-pemfile v1.0.3 |
| 1341 | 2023-11-02T04:42:29.986Z | Downloaded const_format_proc_macros v0.2.31 |
| 1342 | 2023-11-02T04:42:29.990Z | Downloaded maybe-uninit v2.0.0 |
| 1343 | 2023-11-02T04:42:29.993Z | Downloaded maplit v1.0.2 |
| 1344 | 2023-11-02T04:42:29.996Z | Downloaded libefi-sys v0.1.0 |
| 1345 | 2023-11-02T04:42:29.999Z | Downloaded inout v0.1.3 |
| 1346 | 2023-11-02T04:42:30.003Z | Downloaded byteorder v1.5.0 |
| 1347 | 2023-11-02T04:42:30.008Z | Downloaded base16ct v0.2.0 |
| 1348 | 2023-11-02T04:42:30.012Z | Downloaded addr2line v0.21.0 |
| 1349 | 2023-11-02T04:42:30.015Z | Downloaded atomic-waker v1.1.1 |
| 1350 | 2023-11-02T04:42:30.018Z | Downloaded arrayvec v0.7.4 |
| 1351 | 2023-11-02T04:42:30.024Z | Downloaded slog-envlogger v2.2.0 |
| 1352 | 2023-11-02T04:42:30.028Z | Downloaded num_enum_derive v0.7.0 |
| 1353 | 2023-11-02T04:42:30.032Z | Downloaded ciborium-ll v0.2.1 |
| 1354 | 2023-11-02T04:42:30.035Z | Downloaded ciborium v0.2.1 |
| 1355 | 2023-11-02T04:42:30.038Z | Downloaded cfg-if v1.0.0 |
| 1356 | 2023-11-02T04:42:30.041Z | Downloaded time-core v0.1.1 |
| 1357 | 2023-11-02T04:42:30.044Z | Downloaded termtree v0.4.1 |
| 1358 | 2023-11-02T04:42:30.047Z | Downloaded num-iter v0.1.43 |
| 1359 | 2023-11-02T04:42:30.050Z | Downloaded num-complex v0.4.4 |
| 1360 | 2023-11-02T04:42:30.053Z | Downloaded rpassword v7.2.0 |
| 1361 | 2023-11-02T04:42:30.056Z | Downloaded ringbuffer v0.15.0 |
| 1362 | 2023-11-02T04:42:30.060Z | Downloaded num-integer v0.1.45 |
| 1363 | 2023-11-02T04:42:30.062Z | Downloaded serde_urlencoded v0.7.1 |
| 1364 | 2023-11-02T04:42:30.065Z | Downloaded num-derive v0.4.0 |
| 1365 | 2023-11-02T04:42:30.069Z | Downloaded libtest-mimic v0.6.1 |
| 1366 | 2023-11-02T04:42:30.072Z | Downloaded ipnet v2.8.0 |
| 1367 | 2023-11-02T04:42:30.075Z | Downloaded indicatif v0.17.7 |
| 1368 | 2023-11-02T04:42:30.078Z | Downloaded indexmap v1.9.3 |
| 1369 | 2023-11-02T04:42:30.083Z | Downloaded number_prefix v0.4.0 |
| 1370 | 2023-11-02T04:42:30.086Z | Downloaded assert_cmd v2.0.12 |
| 1371 | 2023-11-02T04:42:30.097Z | Downloaded arrayref v0.3.7 |
| 1372 | 2023-11-02T04:42:30.106Z | Downloaded rustc-hash v1.1.0 |
| 1373 | 2023-11-02T04:42:30.115Z | Downloaded num v0.4.1 |
| 1374 | 2023-11-02T04:42:30.121Z | Downloaded corncobs v0.1.3 |
| 1375 | 2023-11-02T04:42:30.124Z | Downloaded ascii-canvas v3.0.0 |
| 1376 | 2023-11-02T04:42:30.127Z | Downloaded async-recursion v1.0.5 |
| 1377 | 2023-11-02T04:42:30.130Z | Downloaded nanorand v0.7.0 |
| 1378 | 2023-11-02T04:42:30.133Z | Downloaded mime v0.3.17 |
| 1379 | 2023-11-02T04:42:30.136Z | Downloaded aead v0.5.2 |
| 1380 | 2023-11-02T04:42:30.139Z | Downloaded anes v0.1.6 |
| 1381 | 2023-11-02T04:42:30.142Z | Downloaded num_cpus v1.16.0 |
| 1382 | 2023-11-02T04:42:30.145Z | Downloaded lazy_static v1.4.0 |
| 1383 | 2023-11-02T04:42:30.148Z | Downloaded lalrpop-util v0.19.12 |
| 1384 | 2023-11-02T04:42:30.151Z | Downloaded constant_time_eq v0.3.0 |
| 1385 | 2023-11-02T04:42:30.157Z | Downloaded adler v1.0.2 |
| 1386 | 2023-11-02T04:42:30.160Z | Downloaded normalize-line-endings v0.3.0 |
| 1387 | 2023-11-02T04:42:30.170Z | Downloaded memoffset v0.7.1 |
| 1388 | 2023-11-02T04:42:30.173Z | Downloaded linked-hash-map v0.5.6 |
| 1389 | 2023-11-02T04:42:30.177Z | Downloaded cexpr v0.6.0 |
| 1390 | 2023-11-02T04:42:30.181Z | Downloaded matches v0.1.10 |
| 1391 | 2023-11-02T04:42:30.184Z | Downloaded macaddr v1.0.1 |
| 1392 | 2023-11-02T04:42:30.187Z | Downloaded hmac v0.12.1 |
| 1393 | 2023-11-02T04:42:30.190Z | Downloaded async-stream-impl v0.3.5 |
| 1394 | 2023-11-02T04:42:30.193Z | Downloaded atty v0.2.14 |
| 1395 | 2023-11-02T04:42:30.196Z | Downloaded num_enum_derive v0.5.11 |
| 1396 | 2023-11-02T04:42:30.199Z | Downloaded lru-cache v0.1.2 |
| 1397 | 2023-11-02T04:42:30.203Z | Downloaded jobserver v0.1.26 |
| 1398 | 2023-11-02T04:42:30.209Z | Downloaded blake2b_simd v1.0.1 |
| 1399 | 2023-11-02T04:42:30.213Z | Downloaded bb8 v0.8.1 |
| 1400 | 2023-11-02T04:42:30.223Z | Downloaded atomicwrites v0.4.2 |
| 1401 | 2023-11-02T04:42:30.227Z | Downloaded assert_matches v1.5.0 |
| 1402 | 2023-11-02T04:42:30.231Z | Downloaded array-init v0.0.4 |
| 1403 | 2023-11-02T04:42:30.241Z | Downloaded num_enum v0.7.0 |
| 1404 | 2023-11-02T04:42:30.246Z | Downloaded num_enum v0.5.11 |
| 1405 | 2023-11-02T04:42:30.256Z | Downloaded num-rational v0.4.1 |
| 1406 | 2023-11-02T04:42:30.262Z | Downloaded nibble_vec v0.1.0 |
| 1407 | 2023-11-02T04:42:30.271Z | Downloaded newline-converter v0.3.0 |
| 1408 | 2023-11-02T04:42:30.282Z | Downloaded mockall_derive v0.11.4 |
| 1409 | 2023-11-02T04:42:30.293Z | Downloaded lock_api v0.4.10 |
| 1410 | 2023-11-02T04:42:30.333Z | Downloaded bzip2 v0.4.4 |
| 1411 | 2023-11-02T04:42:30.349Z | Downloaded block-buffer v0.10.4 |
| 1412 | 2023-11-02T04:42:30.358Z | Downloaded md-5 v0.10.5 |
| 1413 | 2023-11-02T04:42:30.367Z | Downloaded match_cfg v0.1.0 |
| 1414 | 2023-11-02T04:42:30.376Z | Downloaded linear-map v1.2.0 |
| 1415 | 2023-11-02T04:42:30.382Z | Downloaded hyper-staticfile v0.9.5 |
| 1416 | 2023-11-02T04:42:30.385Z | Downloaded hyper-rustls v0.24.2 |
| 1417 | 2023-11-02T04:42:30.389Z | Downloaded hubpack v0.1.2 |
| 1418 | 2023-11-02T04:42:30.394Z | Downloaded cassowary v0.3.0 |
| 1419 | 2023-11-02T04:42:30.411Z | Downloaded ipnetwork v0.20.0 |
| 1420 | 2023-11-02T04:42:30.421Z | Downloaded iana-time-zone v0.1.57 |
| 1421 | 2023-11-02T04:42:30.425Z | Downloaded httparse v1.8.0 |
| 1422 | 2023-11-02T04:42:30.431Z | Downloaded buf-list v1.0.3 |
| 1423 | 2023-11-02T04:42:30.436Z | Downloaded bitfield v0.14.0 |
| 1424 | 2023-11-02T04:42:30.441Z | Downloaded bit-vec v0.6.3 |
| 1425 | 2023-11-02T04:42:30.445Z | Downloaded humantime v2.1.0 |
| 1426 | 2023-11-02T04:42:30.454Z | Downloaded hostname v0.3.1 |
| 1427 | 2023-11-02T04:42:30.462Z | Downloaded bitflags v2.4.0 |
| 1428 | 2023-11-02T04:42:30.467Z | Downloaded bit-set v0.5.3 |
| 1429 | 2023-11-02T04:42:30.476Z | Downloaded bcs v0.1.6 |
| 1430 | 2023-11-02T04:42:30.481Z | Downloaded memoffset v0.9.0 |
| 1431 | 2023-11-02T04:42:30.486Z | Downloaded instant v0.1.12 |
| 1432 | 2023-11-02T04:42:30.490Z | Downloaded httptest v0.15.4 |
| 1433 | 2023-11-02T04:42:30.495Z | Downloaded home v0.5.5 |
| 1434 | 2023-11-02T04:42:30.500Z | Downloaded hex-literal v0.4.1 |
| 1435 | 2023-11-02T04:42:30.508Z | Downloaded hex v0.4.3 |
| 1436 | 2023-11-02T04:42:30.522Z | Downloaded crc-catalog v2.2.0 |
| 1437 | 2023-11-02T04:42:30.538Z | Downloaded cfg-if v0.1.10 |
| 1438 | 2023-11-02T04:42:30.554Z | Downloaded bytecount v0.6.3 |
| 1439 | 2023-11-02T04:42:30.573Z | Downloaded block-padding v0.3.3 |
| 1440 | 2023-11-02T04:42:30.586Z | Downloaded bit_field v0.10.2 |
| 1441 | 2023-11-02T04:42:30.623Z | Downloaded indoc v2.0.3 |
| 1442 | 2023-11-02T04:42:30.630Z | Downloaded indoc v1.0.9 |
| 1443 | 2023-11-02T04:42:30.637Z | Downloaded ident_case v1.0.1 |
| 1444 | 2023-11-02T04:42:30.641Z | Downloaded hyper-tls v0.5.0 |
| 1445 | 2023-11-02T04:42:30.649Z | Downloaded hubpack_derive v0.1.1 |
| 1446 | 2023-11-02T04:42:30.653Z | Downloaded httpdate v1.0.3 |
| 1447 | 2023-11-02T04:42:30.668Z | Downloaded http-body v0.4.5 |
| 1448 | 2023-11-02T04:42:30.674Z | Downloaded is-terminal v0.4.9 |
| 1449 | 2023-11-02T04:42:30.678Z | Downloaded http-range v0.1.5 |
| 1450 | 2023-11-02T04:42:30.685Z | Downloaded highway v1.1.0 |
| 1451 | 2023-11-02T04:42:30.689Z | Downloaded ciborium-io v0.2.1 |
| 1452 | 2023-11-02T04:42:30.696Z | Downloaded bitstruct_derive v0.1.0 |
| 1453 | 2023-11-02T04:42:30.700Z | Downloaded bitstruct v0.1.1 |
| 1454 | 2023-11-02T04:42:30.710Z | Downloaded aes v0.8.3 |
| 1455 | 2023-11-02T04:42:30.717Z | Compiling proc-macro2 v1.0.67 |
| 1456 | 2023-11-02T04:42:30.730Z | Compiling serde v1.0.188 |
| 1457 | 2023-11-02T04:42:30.741Z | Compiling autocfg v1.1.0 |
| 1458 | 2023-11-02T04:42:30.755Z | Compiling version_check v0.9.4 |
| 1459 | 2023-11-02T04:42:30.761Z | Compiling syn v1.0.109 |
| 1460 | 2023-11-02T04:42:30.764Z | Compiling parking_lot_core v0.9.8 |
| 1461 | 2023-11-02T04:42:30.767Z | Compiling libm v0.2.7 |
| 1462 | 2023-11-02T04:42:30.770Z | Compiling libc v0.2.149 |
| 1463 | 2023-11-02T04:42:30.773Z | Compiling cfg-if v1.0.0 |
| 1464 | 2023-11-02T04:42:30.776Z | Compiling futures-core v0.3.29 |
| 1465 | 2023-11-02T04:42:30.779Z | Compiling once_cell v1.18.0 |
| 1466 | 2023-11-02T04:42:30.782Z | Compiling typenum v1.16.0 |
| 1467 | 2023-11-02T04:42:30.785Z | Compiling futures-channel v0.3.29 |
| 1468 | 2023-11-02T04:42:30.788Z | Compiling ahash v0.8.3 |
| 1469 | 2023-11-02T04:42:30.791Z | Compiling lock_api v0.4.10 |
| 1470 | 2023-11-02T04:42:30.794Z | Compiling num-traits v0.2.16 |
| 1471 | 2023-11-02T04:42:30.800Z | Compiling quote v1.0.33 |
| 1472 | 2023-11-02T04:42:30.804Z | Compiling generic-array v0.14.7 |
| 1473 | 2023-11-02T04:42:30.806Z | Compiling slab v0.4.9 |
| 1474 | 2023-11-02T04:42:30.849Z | Compiling syn v2.0.32 |
| 1475 | 2023-11-02T04:42:30.975Z | Compiling jobserver v0.1.26 |
| 1476 | 2023-11-02T04:42:31.359Z | Compiling futures-task v0.3.29 |
| 1477 | 2023-11-02T04:42:31.500Z | Compiling cc v1.0.83 |
| 1478 | 2023-11-02T04:42:31.567Z | Compiling futures-util v0.3.29 |
| 1479 | 2023-11-02T04:42:31.586Z | Compiling pkg-config v0.3.27 |
| 1480 | 2023-11-02T04:42:31.720Z | Compiling memchr v2.6.3 |
| 1481 | 2023-11-02T04:42:31.823Z | Compiling vcpkg v0.2.15 |
| 1482 | 2023-11-02T04:42:32.041Z | Compiling itoa v1.0.9 |
| 1483 | 2023-11-02T04:42:32.078Z | Compiling schemars v0.8.13 |
| 1484 | 2023-11-02T04:42:32.392Z | Compiling log v0.4.20 |
| 1485 | 2023-11-02T04:42:32.577Z | Compiling serde_json v1.0.108 |
| 1486 | 2023-11-02T04:42:33.461Z | Compiling ryu v1.0.15 |
| 1487 | 2023-11-02T04:42:33.705Z | Compiling httparse v1.8.0 |
| 1488 | 2023-11-02T04:42:33.848Z | Compiling indexmap v1.9.3 |
| 1489 | 2023-11-02T04:42:33.985Z | Compiling getrandom v0.2.10 |
| 1490 | 2023-11-02T04:42:34.298Z | Compiling allocator-api2 v0.2.16 |
| 1491 | 2023-11-02T04:42:34.314Z | Compiling equivalent v1.0.1 |
| 1492 | 2023-11-02T04:42:34.480Z | Compiling rustix v0.38.9 |
| 1493 | 2023-11-02T04:42:34.547Z | Compiling fnv v1.0.7 |
| 1494 | 2023-11-02T04:42:34.708Z | Compiling rustls v0.21.8 |
| 1495 | 2023-11-02T04:42:34.728Z | Compiling openssl v0.10.57 |
| 1496 | 2023-11-02T04:42:34.925Z | Compiling aho-corasick v1.0.4 |
| 1497 | 2023-11-02T04:42:35.092Z | Compiling regex-syntax v0.8.2 |
| 1498 | 2023-11-02T04:42:35.574Z | Compiling hashbrown v0.14.0 |
| 1499 | 2023-11-02T04:42:35.612Z | Compiling unicode-xid v0.2.4 |
| 1500 | 2023-11-02T04:42:35.864Z | Compiling ucd-trie v0.1.6 |
| 1501 | 2023-11-02T04:42:36.433Z | Compiling ring v0.16.20 |
| 1502 | 2023-11-02T04:42:36.701Z | Compiling ring v0.17.5 |
| 1503 | 2023-11-02T04:42:37.586Z | Compiling openssl-sys v0.9.93 |
| 1504 | 2023-11-02T04:42:38.426Z | Compiling backtrace v0.3.69 |
| 1505 | 2023-11-02T04:42:38.958Z | Compiling native-tls v0.2.11 |
| 1506 | 2023-11-02T04:42:39.363Z | Compiling async-trait v0.1.74 |
| 1507 | 2023-11-02T04:42:40.050Z | Compiling anyhow v1.0.75 |
| 1508 | 2023-11-02T04:42:40.681Z | Compiling regex-automata v0.4.3 |
| 1509 | 2023-11-02T04:42:40.803Z | Compiling crossbeam-utils v0.8.16 |
| 1510 | 2023-11-02T04:42:41.268Z | Compiling rustversion v1.0.14 |
| 1511 | 2023-11-02T04:42:41.421Z | Compiling slog v2.7.0 |
| 1512 | 2023-11-02T04:42:41.944Z | Compiling iana-time-zone v0.1.57 |
| 1513 | 2023-11-02T04:42:42.142Z | Compiling time-core v0.1.1 |
| 1514 | 2023-11-02T04:42:42.395Z | Compiling time-macros v0.2.13 |
| 1515 | 2023-11-02T04:42:42.445Z | Compiling byteorder v1.5.0 |
| 1516 | 2023-11-02T04:42:43.664Z | Compiling serde_derive_internals v0.26.0 |
| 1517 | 2023-11-02T04:42:44.512Z | Compiling synstructure v0.12.6 |
| 1518 | 2023-11-02T04:42:45.282Z | Compiling dyn-clone v1.0.13 |
| 1519 | 2023-11-02T04:42:45.404Z | Compiling hashbrown v0.13.2 |
| 1520 | 2023-11-02T04:42:45.515Z | Compiling usdt-impl v0.3.5 |
| 1521 | 2023-11-02T04:42:46.191Z | Compiling scopeguard v1.2.0 |
| 1522 | 2023-11-02T04:42:46.391Z | Compiling unicode-width v0.1.11 |
| 1523 | 2023-11-02T04:42:47.127Z | Compiling winnow v0.5.15 |
| 1524 | 2023-11-02T04:42:47.334Z | Compiling thread-id v4.2.0 |
| 1525 | 2023-11-02T04:42:47.371Z | Compiling strsim v0.10.0 |
| 1526 | 2023-11-02T04:42:47.415Z | Compiling tinyvec_macros v0.1.1 |
| 1527 | 2023-11-02T04:42:47.491Z | Compiling regex v1.10.2 |
| 1528 | 2023-11-02T04:42:47.540Z | Compiling tinyvec v1.6.0 |
| 1529 | 2023-11-02T04:42:47.559Z | Compiling unicode-bidi v0.3.13 |
| 1530 | 2023-11-02T04:42:48.485Z | Compiling smallvec v1.11.0 |
| 1531 | 2023-11-02T04:42:49.711Z | Compiling percent-encoding v2.3.0 |
| 1532 | 2023-11-02T04:42:49.831Z | Compiling parking_lot v0.12.1 |
| 1533 | 2023-11-02T04:42:50.220Z | Compiling form_urlencoded v1.2.0 |
| 1534 | 2023-11-02T04:42:50.355Z | Compiling unicode-normalization v0.1.22 |
| 1535 | 2023-11-02T04:42:51.006Z | Compiling num-integer v0.1.45 |
| 1536 | 2023-11-02T04:42:51.098Z | Compiling adler v1.0.2 |
| 1537 | 2023-11-02T04:42:51.383Z | Compiling bitflags v1.3.2 |
| 1538 | 2023-11-02T04:42:51.399Z | Compiling crc32fast v1.3.2 |
| 1539 | 2023-11-02T04:42:51.521Z | Compiling miniz_oxide v0.7.1 |
| 1540 | 2023-11-02T04:42:51.724Z | Compiling gimli v0.28.0 |
| 1541 | 2023-11-02T04:42:52.038Z | Compiling idna v0.4.0 |
| 1542 | 2023-11-02T04:42:52.347Z | Compiling spin v0.5.2 |
| 1543 | 2023-11-02T04:42:52.709Z | Compiling object v0.32.1 |
| 1544 | 2023-11-02T04:42:53.356Z | Compiling serde_derive v1.0.188 |
| 1545 | 2023-11-02T04:42:53.584Z | Compiling thiserror-impl v1.0.49 |
| 1546 | 2023-11-02T04:42:53.710Z | Compiling zeroize_derive v1.4.2 |
| 1547 | 2023-11-02T04:42:53.937Z | Compiling tokio-macros v2.1.0 |
| 1548 | 2023-11-02T04:42:54.638Z | Compiling futures-macro v0.3.29 |
| 1549 | 2023-11-02T04:42:55.063Z | Compiling tracing-attributes v0.1.26 |
| 1550 | 2023-11-02T04:42:56.091Z | Compiling schemars_derive v0.8.13 |
| 1551 | 2023-11-02T04:42:56.438Z | Compiling openssl-macros v0.1.1 |
| 1552 | 2023-11-02T04:42:57.874Z | Compiling zerocopy-derive v0.2.0 |
| 1553 | 2023-11-02T04:42:58.342Z | Compiling thiserror v1.0.49 |
| 1554 | 2023-11-02T04:42:58.542Z | Compiling pest v2.7.2 |
| 1555 | 2023-11-02T04:43:00.526Z | Compiling strum_macros v0.25.2 |
| 1556 | 2023-11-02T04:43:00.728Z | Compiling url v2.4.1 |
| 1557 | 2023-11-02T04:43:00.755Z | Compiling zerocopy v0.3.0 |
| 1558 | 2023-11-02T04:43:01.139Z | Compiling addr2line v0.21.0 |
| 1559 | 2023-11-02T04:43:01.569Z | Compiling rustc-demangle v0.1.23 |
| 1560 | 2023-11-02T04:43:02.087Z | Compiling dof v0.1.5 |
| 1561 | 2023-11-02T04:43:02.137Z | Compiling pin-project-lite v0.2.13 |
| 1562 | 2023-11-02T04:43:02.309Z | Compiling zerocopy-derive v0.6.4 |
| 1563 | 2023-11-02T04:43:03.046Z | Compiling pest_meta v2.7.2 |
| 1564 | 2023-11-02T04:43:03.538Z | Compiling errno v0.3.2 |
| 1565 | 2023-11-02T04:43:03.806Z | Compiling mio v0.8.8 |
| 1566 | 2023-11-02T04:43:04.166Z | Compiling signal-hook-registry v1.4.1 |
| 1567 | 2023-11-02T04:43:16.747Z | Compiling num_cpus v1.16.0 |
| 1568 | 2023-11-02T04:43:17.983Z | Compiling socket2 v0.5.4 |
| 1569 | 2023-11-02T04:43:18.265Z | Compiling pest_generator v2.7.2 |
| 1570 | 2023-11-02T04:43:18.489Z | Compiling futures-sink v0.3.29 |
| 1571 | 2023-11-02T04:43:18.574Z | Compiling memoffset v0.9.0 |
| 1572 | 2023-11-02T04:43:18.711Z | Compiling pin-utils v0.1.0 |
| 1573 | 2023-11-02T04:43:18.750Z | Compiling futures-io v0.3.29 |
| 1574 | 2023-11-02T04:43:18.851Z | Compiling num_threads v0.1.6 |
| 1575 | 2023-11-02T04:43:18.889Z | Compiling deranged v0.3.8 |
| 1576 | 2023-11-02T04:43:18.939Z | Compiling radium v0.7.0 |
| 1577 | 2023-11-02T04:43:18.985Z | Compiling clap_derive v4.4.2 |
| 1578 | 2023-11-02T04:43:19.073Z | Compiling spin v0.9.8 |
| 1579 | 2023-11-02T04:43:19.492Z | Compiling tracing-core v0.1.31 |
| 1580 | 2023-11-02T04:43:19.500Z | Compiling lazy_static v1.4.0 |
| 1581 | 2023-11-02T04:43:19.514Z | Compiling crossbeam-epoch v0.9.15 |
| 1582 | 2023-11-02T04:43:19.942Z | Compiling time v0.3.27 |
| 1583 | 2023-11-02T04:43:19.973Z | Compiling tracing v0.1.37 |
| 1584 | 2023-11-02T04:43:20.420Z | Compiling pest_derive v2.7.2 |
| 1585 | 2023-11-02T04:43:20.441Z | Compiling num-iter v0.1.43 |
| 1586 | 2023-11-02T04:43:20.461Z | Compiling either v1.9.0 |
| 1587 | 2023-11-02T04:43:20.934Z | Compiling base64 v0.21.5 |
| 1588 | 2023-11-02T04:43:20.943Z | Compiling dtrace-parser v0.1.14 |
| 1589 | 2023-11-02T04:43:20.958Z | Compiling rand_core v0.6.4 |
| 1590 | 2023-11-02T04:43:20.975Z | Compiling foreign-types-shared v0.1.1 |
| 1591 | 2023-11-02T04:43:20.982Z | Compiling openssl-probe v0.1.5 |
| 1592 | 2023-11-02T04:43:21.024Z | Compiling hashbrown v0.12.3 |
| 1593 | 2023-11-02T04:43:21.038Z | Compiling untrusted v0.7.1 |
| 1594 | 2023-11-02T04:43:21.053Z | Compiling untrusted v0.9.0 |
| 1595 | 2023-11-02T04:43:21.066Z | Compiling foreign-types v0.3.2 |
| 1596 | 2023-11-02T04:43:21.072Z | Compiling zeroize v1.6.0 |
| 1597 | 2023-11-02T04:43:21.095Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1598 | 2023-11-02T04:43:21.122Z | Compiling try-lock v0.2.4 |
| 1599 | 2023-11-02T04:43:21.596Z | Compiling want v0.3.1 |
| 1600 | 2023-11-02T04:43:21.629Z | Compiling enum-as-inner v0.5.1 |
| 1601 | 2023-11-02T04:43:22.070Z | Compiling indexmap v2.0.0 |
| 1602 | 2023-11-02T04:43:22.095Z | Compiling bytes v1.5.0 |
| 1603 | 2023-11-02T04:43:22.131Z | Compiling chrono v0.4.31 |
| 1604 | 2023-11-02T04:43:22.152Z | Compiling uuid v1.4.1 |
| 1605 | 2023-11-02T04:43:22.660Z | Compiling semver v1.0.20 |
| 1606 | 2023-11-02T04:43:22.707Z | Compiling serde_spanned v0.6.4 |
| 1607 | 2023-11-02T04:43:22.727Z | Compiling toml_datetime v0.6.5 |
| 1608 | 2023-11-02T04:43:22.749Z | Compiling rustc_version v0.4.0 |
| 1609 | 2023-11-02T04:43:22.766Z | Compiling http v0.2.9 |
| 1610 | 2023-11-02T04:43:22.790Z | Compiling serde_tokenstream v0.1.7 |
| 1611 | 2023-11-02T04:43:22.804Z | Compiling bitflags v2.4.0 |
| 1612 | 2023-11-02T04:43:22.818Z | Compiling toml_edit v0.19.15 |
| 1613 | 2023-11-02T04:43:22.859Z | Compiling tokio v1.33.0 |
| 1614 | 2023-11-02T04:43:22.881Z | Compiling openapiv3 v1.0.3 |
| 1615 | 2023-11-02T04:43:24.026Z | Compiling http-body v0.4.5 |
| 1616 | 2023-11-02T04:43:24.659Z | Compiling sct v0.7.0 |
| 1617 | 2023-11-02T04:43:25.104Z | Compiling socket2 v0.4.9 |
| 1618 | 2023-11-02T04:43:25.900Z | Compiling usdt-attr-macro v0.3.5 |
| 1619 | 2023-11-02T04:43:26.203Z | Compiling usdt-macro v0.3.5 |
| 1620 | 2023-11-02T04:43:26.414Z | Compiling httpdate v1.0.3 |
| 1621 | 2023-11-02T04:43:27.080Z | Compiling tower-service v0.3.2 |
| 1622 | 2023-11-02T04:43:27.254Z | Compiling heapless v0.7.16 |
| 1623 | 2023-11-02T04:43:27.814Z | Compiling rustls-pemfile v1.0.3 |
| 1624 | 2023-11-02T04:43:27.926Z | Compiling siphasher v0.3.11 |
| 1625 | 2023-11-02T04:43:28.073Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1626 | 2023-11-02T04:43:28.593Z | Compiling rustls-native-certs v0.6.3 |
| 1627 | 2023-11-02T04:43:28.601Z | Compiling ipnet v2.8.0 |
| 1628 | 2023-11-02T04:43:28.623Z | Compiling serde_urlencoded v0.7.1 |
| 1629 | 2023-11-02T04:43:28.762Z | Compiling serde_tokenstream v0.2.0 |
| 1630 | 2023-11-02T04:43:29.196Z | Compiling encoding_rs v0.8.33 |
| 1631 | 2023-11-02T04:43:29.437Z | Compiling webpki-roots v0.25.2 |
| 1632 | 2023-11-02T04:43:29.589Z | Compiling mime v0.3.17 |
| 1633 | 2023-11-02T04:43:29.665Z | Compiling crypto-common v0.1.6 |
| 1634 | 2023-11-02T04:43:30.181Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 1635 | 2023-11-02T04:43:30.497Z | Compiling num-bigint v0.4.4 |
| 1636 | 2023-11-02T04:43:30.520Z | Compiling smoltcp v0.9.1 |
| 1637 | 2023-11-02T04:43:30.767Z | Compiling bit-vec v0.6.3 |
| 1638 | 2023-11-02T04:43:31.364Z | Compiling diesel_derives v2.1.1 |
| 1639 | 2023-11-02T04:43:31.420Z | Compiling flate2 v1.0.28 |
| 1640 | 2023-11-02T04:43:31.474Z | Compiling phf_shared v0.10.0 |
| 1641 | 2023-11-02T04:43:31.678Z | Compiling block-buffer v0.10.4 |
| 1642 | 2023-11-02T04:43:31.829Z | Compiling hubpack_derive v0.1.1 |
| 1643 | 2023-11-02T04:43:32.456Z | Compiling new_debug_unreachable v1.0.4 |
| 1644 | 2023-11-02T04:43:32.466Z | Compiling ppv-lite86 v0.2.17 |
| 1645 | 2023-11-02T04:43:32.477Z | Compiling const-oid v0.9.5 |
| 1646 | 2023-11-02T04:43:32.978Z | Compiling tokio-util v0.7.10 |
| 1647 | 2023-11-02T04:43:33.072Z | Compiling tokio-native-tls v0.3.1 |
| 1648 | 2023-11-02T04:43:33.496Z | Compiling fixedbitset v0.4.2 |
| 1649 | 2023-11-02T04:43:33.563Z | Compiling precomputed-hash v0.1.1 |
| 1650 | 2023-11-02T04:43:33.732Z | Compiling subtle v2.5.0 |
| 1651 | 2023-11-02T04:43:34.146Z | Compiling petgraph v0.6.4 |
| 1652 | 2023-11-02T04:43:34.196Z | Compiling string_cache v0.8.7 |
| 1653 | 2023-11-02T04:43:34.400Z | Compiling rand_chacha v0.3.1 |
| 1654 | 2023-11-02T04:43:34.875Z | Compiling h2 v0.3.21 |
| 1655 | 2023-11-02T04:43:35.354Z | Compiling bit-set v0.5.3 |
| 1656 | 2023-11-02T04:43:35.641Z | Compiling digest v0.10.7 |
| 1657 | 2023-11-02T04:43:35.785Z | Compiling toml v0.7.8 |
| 1658 | 2023-11-02T04:43:35.995Z | Compiling itertools v0.10.5 |
| 1659 | 2023-11-02T04:43:36.302Z | Compiling unicode-segmentation v1.10.1 |
| 1660 | 2023-11-02T04:43:36.655Z | Compiling lalrpop-util v0.19.12 |
| 1661 | 2023-11-02T04:43:37.226Z | Compiling rand v0.8.5 |
| 1662 | 2023-11-02T04:43:37.707Z | Compiling regress v0.7.1 |
| 1663 | 2023-11-02T04:43:38.326Z | Compiling serde_repr v0.1.16 |
| 1664 | 2023-11-02T04:43:39.420Z | Compiling io-lifetimes v1.0.11 |
| 1665 | 2023-11-02T04:43:39.731Z | Compiling cpufeatures v0.2.9 |
| 1666 | 2023-11-02T04:43:39.870Z | Compiling anstyle v1.0.2 |
| 1667 | 2023-11-02T04:43:39.964Z | Compiling utf8parse v0.2.1 |
| 1668 | 2023-11-02T04:43:40.224Z | Compiling anstyle-parse v0.2.1 |
| 1669 | 2023-11-02T04:43:40.570Z | Compiling sha2 v0.10.8 |
| 1670 | 2023-11-02T04:43:40.737Z | Compiling rustix v0.37.23 |
| 1671 | 2023-11-02T04:43:40.773Z | Compiling hmac v0.12.1 |
| 1672 | 2023-11-02T04:43:40.990Z | Compiling md-5 v0.10.5 |
| 1673 | 2023-11-02T04:43:41.104Z | Compiling stringprep v0.1.3 |
| 1674 | 2023-11-02T04:43:41.928Z | Compiling hash32 v0.2.1 |
| 1675 | 2023-11-02T04:43:42.522Z | Compiling anstyle-query v1.0.0 |
| 1676 | 2023-11-02T04:43:42.576Z | Compiling fallible-iterator v0.2.0 |
| 1677 | 2023-11-02T04:43:42.677Z | Compiling stable_deref_trait v1.2.0 |
| 1678 | 2023-11-02T04:43:42.722Z | Compiling colorchoice v1.0.0 |
| 1679 | 2023-11-02T04:43:42.966Z | Compiling anstream v0.5.0 |
| 1680 | 2023-11-02T04:43:43.133Z | Compiling terminal_size v0.2.6 |
| 1681 | 2023-11-02T04:43:43.424Z | Compiling phf_shared v0.11.2 |
| 1682 | 2023-11-02T04:43:43.441Z | Compiling block-padding v0.3.3 |
| 1683 | 2023-11-02T04:43:43.774Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
| 1684 | 2023-11-02T04:43:43.806Z | Compiling postgres-protocol v0.6.6 |
| 1685 | 2023-11-02T04:43:44.024Z | Compiling scheduled-thread-pool v0.2.7 |
| 1686 | 2023-11-02T04:43:44.039Z | Compiling managed v0.8.0 |
| 1687 | 2023-11-02T04:43:44.739Z | Compiling clap_lex v0.5.1 |
| 1688 | 2023-11-02T04:43:44.816Z | Compiling regex-automata v0.1.10 |
| 1689 | 2023-11-02T04:43:44.946Z | Compiling matches v0.1.10 |
| 1690 | 2023-11-02T04:43:45.079Z | Compiling tap v1.0.1 |
| 1691 | 2023-11-02T04:43:45.340Z | Compiling wyz v0.5.1 |
| 1692 | 2023-11-02T04:43:45.451Z | Compiling clap_builder v4.4.2 |
| 1693 | 2023-11-02T04:43:45.613Z | Compiling bstr v0.2.17 |
| 1694 | 2023-11-02T04:43:45.893Z | Compiling postgres-types v0.2.6 |
| 1695 | 2023-11-02T04:43:46.016Z | Compiling idna v0.2.3 |
| 1696 | 2023-11-02T04:43:47.992Z | Compiling hyper v0.14.27 |
| 1697 | 2023-11-02T04:43:48.346Z | Compiling r2d2 v0.8.10 |
| 1698 | 2023-11-02T04:43:48.546Z | Compiling phf v0.11.2 |
| 1699 | 2023-11-02T04:43:48.925Z | Compiling inout v0.1.3 |
| 1700 | 2023-11-02T04:43:49.298Z | Compiling hubpack v0.1.2 |
| 1701 | 2023-11-02T04:43:49.991Z | Compiling ipnetwork v0.20.0 |
| 1702 | 2023-11-02T04:43:50.521Z | Compiling futures-executor v0.3.29 |
| 1703 | 2023-11-02T04:43:51.259Z | Compiling itertools v0.11.0 |
| 1704 | 2023-11-02T04:43:52.237Z | Compiling zerocopy v0.6.4 |
| 1705 | 2023-11-02T04:43:53.784Z | Compiling float-cmp v0.9.0 |
| 1706 | 2023-11-02T04:43:53.942Z | Compiling data-encoding v2.4.0 |
| 1707 | 2023-11-02T04:43:54.136Z | Compiling predicates-core v1.0.6 |
| 1708 | 2023-11-02T04:43:54.635Z | Compiling normalize-line-endings v0.3.0 |
| 1709 | 2023-11-02T04:43:54.806Z | Compiling funty v2.0.0 |
| 1710 | 2023-11-02T04:43:55.092Z | Compiling static_assertions v1.1.0 |
| 1711 | 2023-11-02T04:43:55.230Z | Compiling regex-automata v0.3.8 |
| 1712 | 2023-11-02T04:43:55.926Z | Compiling whoami v1.4.1 |
| 1713 | 2023-11-02T04:43:56.315Z | Compiling difflib v0.4.0 |
| 1714 | 2023-11-02T04:43:56.785Z | Compiling bitvec v1.0.1 |
| 1715 | 2023-11-02T04:43:57.431Z | Compiling predicates v3.0.4 |
| 1716 | 2023-11-02T04:43:57.946Z | Compiling tokio-postgres v0.7.10 |
| 1717 | 2023-11-02T04:43:58.597Z | Compiling bstr v1.6.0 |
| 1718 | 2023-11-02T04:43:59.276Z | Compiling diesel v2.1.3 |
| 1719 | 2023-11-02T04:43:59.968Z | Compiling hyper-tls v0.5.0 |
| 1720 | 2023-11-02T04:44:00.096Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 1721 | 2023-11-02T04:44:00.513Z | Compiling trust-dns-proto v0.22.0 |
| 1722 | 2023-11-02T04:44:01.052Z | Compiling yasna v0.5.2 |
| 1723 | 2023-11-02T04:44:04.245Z | Compiling clap v4.4.3 |
| 1724 | 2023-11-02T04:44:04.380Z | Compiling futures v0.3.29 |
| 1725 | 2023-11-02T04:44:04.521Z | Compiling cipher v0.4.4 |
| 1726 | 2023-11-02T04:44:04.544Z | Compiling similar v2.2.1 |
| 1727 | 2023-11-02T04:44:05.286Z | Compiling signature v2.1.0 |
| 1728 | 2023-11-02T04:44:05.375Z | Compiling tokio-stream v0.1.14 |
| 1729 | 2023-11-02T04:44:05.614Z | Compiling usdt v0.3.5 |
| 1730 | 2023-11-02T04:44:06.024Z | Compiling hex v0.4.3 |
| 1731 | 2023-11-02T04:44:06.168Z | Compiling console v0.15.7 |
| 1732 | 2023-11-02T04:44:07.025Z | Compiling getopts v0.2.21 |
| 1733 | 2023-11-02T04:44:07.829Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
| 1734 | 2023-11-02T04:44:08.116Z | Compiling unsafe-libyaml v0.2.9 |
| 1735 | 2023-11-02T04:44:08.424Z | Compiling ident_case v1.0.1 |
| 1736 | 2023-11-02T04:44:09.613Z | Compiling slog-async v2.8.0 |
| 1737 | 2023-11-02T04:44:10.339Z | Compiling paste v1.0.14 |
| 1738 | 2023-11-02T04:44:10.365Z | Compiling serde_yaml v0.9.25 |
| 1739 | 2023-11-02T04:44:11.356Z | Compiling darling_core v0.20.3 |
| 1740 | 2023-11-02T04:44:13.237Z | Compiling multer v2.1.0 |
| 1741 | 2023-11-02T04:44:13.275Z | Compiling async-stream-impl v0.3.5 |
| 1742 | 2023-11-02T04:44:13.305Z | Compiling regex-syntax v0.6.29 |
| 1743 | 2023-11-02T04:44:13.842Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
| 1744 | 2023-11-02T04:44:14.355Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
| 1745 | 2023-11-02T04:44:15.377Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
| 1746 | 2023-11-02T04:44:15.522Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
| 1747 | 2023-11-02T04:44:17.365Z | Compiling structmeta-derive v0.1.6 |
| 1748 | 2023-11-02T04:44:20.776Z | Compiling darling_macro v0.20.3 |
| 1749 | 2023-11-02T04:44:21.970Z | Compiling structmeta v0.1.6 |
| 1750 | 2023-11-02T04:44:22.051Z | Compiling structmeta-derive v0.2.0 |
| 1751 | 2023-11-02T04:44:22.190Z | Compiling darling v0.20.3 |
| 1752 | 2023-11-02T04:44:22.350Z | Compiling serde_with_macros v2.3.3 |
| 1753 | 2023-11-02T04:44:22.760Z | Compiling parse-display-derive v0.7.0 |
| 1754 | 2023-11-02T04:44:26.523Z | Compiling structmeta v0.2.0 |
| 1755 | 2023-11-02T04:44:26.671Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
| 1756 | 2023-11-02T04:44:27.171Z | Compiling test-strategy v0.3.1 |
| 1757 | 2023-11-02T04:44:34.320Z | Checking unicode-ident v1.0.12 |
| 1758 | 2023-11-02T04:45:08.455Z | Checking heck v0.4.1 |
| 1759 | 2023-11-02T04:45:14.056Z | Checking atty v0.2.14 |
| 1760 | 2023-11-02T04:45:14.089Z | Checking match_cfg v0.1.0 |
| 1761 | 2023-11-02T04:45:14.098Z | Checking hostname v0.3.1 |
| 1762 | 2023-11-02T04:45:14.104Z | Checking crossbeam-channel v0.5.8 |
| 1763 | 2023-11-02T04:45:14.109Z | Checking sha1 v0.10.5 |
| 1764 | 2023-11-02T04:45:14.508Z | Checking dirs-sys-next v0.1.2 |
| 1765 | 2023-11-02T04:45:14.943Z | Checking fastrand v2.0.0 |
| 1766 | 2023-11-02T04:45:14.948Z | Checking dirs-next v2.0.0 |
| 1767 | 2023-11-02T04:45:14.953Z | Checking thread_local v1.1.7 |
| 1768 | 2023-11-02T04:45:15.090Z | Checking tempfile v3.8.0 |
| 1769 | 2023-11-02T04:45:15.213Z | Checking term v0.7.0 |
| 1770 | 2023-11-02T04:45:15.380Z | Checking camino v1.1.6 |
| 1771 | 2023-11-02T04:45:16.041Z | Checking strum v0.25.0 |
| 1772 | 2023-11-02T04:45:16.050Z | Checking instant v0.1.12 |
| 1773 | 2023-11-02T04:45:16.064Z | Checking take_mut v0.2.2 |
| 1774 | 2023-11-02T04:45:16.071Z | Checking slog-term v2.9.0 |
| 1775 | 2023-11-02T04:45:16.176Z | Checking slog-json v2.6.1 |
| 1776 | 2023-11-02T04:45:16.326Z | Checking serde_with v2.3.3 |
| 1777 | 2023-11-02T04:45:16.820Z | Checking slog-bunyan v2.4.0 |
| 1778 | 2023-11-02T04:45:17.046Z | Checking atomic-waker v1.1.1 |
| 1779 | 2023-11-02T04:45:17.231Z | Checking debug-ignore v1.0.5 |
| 1780 | 2023-11-02T04:45:17.423Z | Checking waitgroup v0.1.2 |
| 1781 | 2023-11-02T04:45:18.011Z | Checking async-stream v0.3.5 |
| 1782 | 2023-11-02T04:45:18.253Z | Checking serde_path_to_error v0.1.14 |
| 1783 | 2023-11-02T04:45:18.282Z | Checking backoff v0.4.0 |
| 1784 | 2023-11-02T04:45:18.311Z | Checking toml_edit v0.20.7 |
| 1785 | 2023-11-02T04:45:18.892Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1786 | 2023-11-02T04:45:19.100Z | Checking parse-display v0.7.0 |
| 1787 | 2023-11-02T04:45:19.299Z | Checking macaddr v1.0.1 |
| 1788 | 2023-11-02T04:45:19.554Z | Checking quick-error v1.2.3 |
| 1789 | 2023-11-02T04:45:20.112Z | Compiling proc-macro-crate v1.3.1 |
| 1790 | 2023-11-02T04:45:20.433Z | Checking wait-timeout v0.2.0 |
| 1791 | 2023-11-02T04:45:20.917Z | Compiling crucible-workspace-hack v0.1.0 |
| 1792 | 2023-11-02T04:45:21.342Z | Checking rusty-fork v0.3.0 |
| 1793 | 2023-11-02T04:45:21.546Z | Checking rand_xorshift v0.3.0 |
| 1794 | 2023-11-02T04:45:21.790Z | Checking unarray v0.1.4 |
| 1795 | 2023-11-02T04:45:22.216Z | Checking regex-syntax v0.7.5 |
| 1796 | 2023-11-02T04:45:22.230Z | Checking toml v0.8.6 |
| 1797 | 2023-11-02T04:45:26.140Z | Compiling proc-macro-error-attr v1.0.4 |
| 1798 | 2023-11-02T04:45:26.560Z | Compiling proc-macro-error v1.0.4 |
| 1799 | 2023-11-02T04:45:27.303Z | Checking proptest v1.3.1 |
| 1800 | 2023-11-02T04:45:27.783Z | Compiling num_enum_derive v0.5.11 |
| 1801 | 2023-11-02T04:45:30.008Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1802 | 2023-11-02T04:45:30.504Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1803 | 2023-11-02T04:45:32.297Z | Compiling foreign-types-macros v0.2.3 |
| 1804 | 2023-11-02T04:45:32.791Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1805 | 2023-11-02T04:45:32.829Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1806 | 2023-11-02T04:45:33.308Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1807 | 2023-11-02T04:45:33.348Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1808 | 2023-11-02T04:45:34.231Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
| 1809 | 2023-11-02T04:45:35.196Z | Compiling zone_cfg_derive v0.2.0 |
| 1810 | 2023-11-02T04:45:36.127Z | Compiling mockall_derive v0.11.4 |
| 1811 | 2023-11-02T04:45:36.649Z | Compiling num-derive v0.4.0 |
| 1812 | 2023-11-02T04:45:49.355Z | Checking base64ct v1.6.0 |
| 1813 | 2023-11-02T04:46:07.361Z | Checking is-terminal v0.4.9 |
| 1814 | 2023-11-02T04:46:16.348Z | Compiling slog-dtrace v0.2.3 |
| 1815 | 2023-11-02T04:46:16.774Z | Checking termtree v0.4.1 |
| 1816 | 2023-11-02T04:46:16.851Z | Checking password-hash v0.5.0 |
| 1817 | 2023-11-02T04:46:17.076Z | Checking predicates-tree v1.0.9 |
| 1818 | 2023-11-02T04:46:17.185Z | Checking blake2 v0.10.6 |
| 1819 | 2023-11-02T04:46:17.304Z | Checking num_enum v0.5.11 |
| 1820 | 2023-11-02T04:46:17.534Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 1821 | 2023-11-02T04:46:17.552Z | Compiling cancel-safe-futures v0.1.5 |
| 1822 | 2023-11-02T04:46:17.880Z | Checking argon2 v0.5.2 |
| 1823 | 2023-11-02T04:46:18.037Z | Checking postcard-cobs v0.1.5-pre |
| 1824 | 2023-11-02T04:46:18.079Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 1825 | 2023-11-02T04:46:18.295Z | Checking postcard v0.7.3 |
| 1826 | 2023-11-02T04:46:18.485Z | Checking smoltcp v0.8.2 |
| 1827 | 2023-11-02T04:46:18.899Z | Checking foreign-types-shared v0.3.1 |
| 1828 | 2023-11-02T04:46:18.920Z | Checking base64 v0.13.1 |
| 1829 | 2023-11-02T04:46:19.055Z | Checking cfg-if v0.1.10 |
| 1830 | 2023-11-02T04:46:19.187Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1831 | 2023-11-02T04:46:19.400Z | Checking foreign-types v0.5.0 |
| 1832 | 2023-11-02T04:46:19.684Z | Checking cstr-argument v0.1.2 |
| 1833 | 2023-11-02T04:46:19.740Z | Checking pretty-hex v0.2.1 |
| 1834 | 2023-11-02T04:46:19.793Z | Checking colored v2.0.4 |
| 1835 | 2023-11-02T04:46:19.907Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1836 | 2023-11-02T04:46:19.983Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1837 | 2023-11-02T04:46:20.155Z | Checking predicates v2.1.5 |
| 1838 | 2023-11-02T04:46:20.379Z | Checking downcast v0.11.0 |
| 1839 | 2023-11-02T04:46:20.488Z | Checking fragile v2.0.0 |
| 1840 | 2023-11-02T04:46:20.918Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
| 1841 | 2023-11-02T04:46:21.142Z | Checking zone v0.2.0 |
| 1842 | 2023-11-02T04:46:21.216Z | Checking mockall v0.11.4 |
| 1843 | 2023-11-02T04:46:21.576Z | Checking smf v0.2.2 |
| 1844 | 2023-11-02T04:46:21.679Z | Compiling der_derive v0.7.2 |
| 1845 | 2023-11-02T04:46:21.856Z | Checking filetime v0.2.22 |
| 1846 | 2023-11-02T04:46:22.164Z | Checking xattr v1.0.1 |
| 1847 | 2023-11-02T04:46:22.267Z | Compiling heck v0.3.3 |
| 1848 | 2023-11-02T04:46:22.314Z | Compiling libefi-sys v0.1.0 |
| 1849 | 2023-11-02T04:46:22.430Z | Checking tar v0.4.40 |
| 1850 | 2023-11-02T04:46:22.881Z | Compiling structopt-derive v0.4.18 |
| 1851 | 2023-11-02T04:46:23.046Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1852 | 2023-11-02T04:46:23.441Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
| 1853 | 2023-11-02T04:46:23.465Z | Compiling memoffset v0.7.1 |
| 1854 | 2023-11-02T04:46:23.682Z | Compiling maybe-uninit v2.0.0 |
| 1855 | 2023-11-02T04:46:24.092Z | Checking pem v1.1.1 |
| 1856 | 2023-11-02T04:46:24.149Z | Checking camino-tempfile v1.0.2 |
| 1857 | 2023-11-02T04:46:24.432Z | Compiling packed_struct v0.10.1 |
| 1858 | 2023-11-02T04:46:24.451Z | Compiling num-bigint-dig v0.8.4 |
| 1859 | 2023-11-02T04:46:24.563Z | Compiling packed_struct_codegen v0.10.1 |
| 1860 | 2023-11-02T04:46:24.878Z | Compiling signal-hook v0.3.17 |
| 1861 | 2023-11-02T04:46:25.073Z | Checking headers-core v0.2.0 |
| 1862 | 2023-11-02T04:46:25.243Z | Checking headers v0.3.9 |
| 1863 | 2023-11-02T04:46:25.302Z | Checking pem v3.0.2 |
| 1864 | 2023-11-02T04:46:25.322Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1865 | 2023-11-02T04:46:25.565Z | Checking atomicwrites v0.4.2 |
| 1866 | 2023-11-02T04:46:25.693Z | Checking rcgen v0.11.3 |
| 1867 | 2023-11-02T04:46:25.845Z | Checking subprocess v0.2.9 |
| 1868 | 2023-11-02T04:46:26.715Z | Compiling num-rational v0.4.1 |
| 1869 | 2023-11-02T04:46:26.758Z | Checking termcolor v1.2.0 |
| 1870 | 2023-11-02T04:46:27.069Z | Compiling same-file v1.0.6 |
| 1871 | 2023-11-02T04:46:27.373Z | Compiling walkdir v2.4.0 |
| 1872 | 2023-11-02T04:46:27.409Z | Compiling semver-parser v0.10.2 |
| 1873 | 2023-11-02T04:46:27.488Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1874 | 2023-11-02T04:46:27.508Z | Checking linked-hash-map v0.5.6 |
| 1875 | 2023-11-02T04:46:28.046Z | Checking lru-cache v0.1.2 |
| 1876 | 2023-11-02T04:46:28.395Z | Compiling home v0.5.5 |
| 1877 | 2023-11-02T04:46:28.724Z | Compiling semver v0.11.0 |
| 1878 | 2023-11-02T04:46:28.859Z | Compiling toml v0.5.11 |
| 1879 | 2023-11-02T04:46:29.564Z | Compiling toolchain_find v0.2.0 |
| 1880 | 2023-11-02T04:46:29.847Z | Compiling doc-comment v0.3.3 |
| 1881 | 2023-11-02T04:46:30.430Z | Checking ciborium-io v0.2.1 |
| 1882 | 2023-11-02T04:46:30.615Z | Checking half v1.8.2 |
| 1883 | 2023-11-02T04:46:30.957Z | Compiling convert_case v0.4.0 |
| 1884 | 2023-11-02T04:46:30.979Z | Checking arc-swap v1.6.0 |
| 1885 | 2023-11-02T04:46:31.252Z | Checking ciborium-ll v0.2.1 |
| 1886 | 2023-11-02T04:46:31.699Z | Checking slog-scope v4.4.0 |
| 1887 | 2023-11-02T04:46:31.733Z | Checking ciborium v0.2.1 |
| 1888 | 2023-11-02T04:46:31.999Z | Compiling rustfmt-wrapper v0.2.0 |
| 1889 | 2023-11-02T04:46:32.266Z | Compiling derive_more v0.99.17 |
| 1890 | 2023-11-02T04:46:32.647Z | Checking slog-stdlog v4.1.1 |
| 1891 | 2023-11-02T04:46:33.757Z | Compiling snafu-derive v0.7.5 |
| 1892 | 2023-11-02T04:46:34.590Z | Checking slog-envlogger v2.2.0 |
| 1893 | 2023-11-02T04:46:34.700Z | Compiling derive-where v1.2.5 |
| 1894 | 2023-11-02T04:46:34.963Z | Checking pem-rfc7468 v0.7.0 |
| 1895 | 2023-11-02T04:46:35.204Z | Checking newline-converter v0.3.0 |
| 1896 | 2023-11-02T04:46:35.352Z | Checking hkdf v0.12.3 |
| 1897 | 2023-11-02T04:46:35.416Z | Compiling libz-sys v1.1.12 |
| 1898 | 2023-11-02T04:46:35.658Z | Checking flagset v0.4.3 |
| 1899 | 2023-11-02T04:46:35.943Z | Compiling parking_lot_core v0.8.6 |
| 1900 | 2023-11-02T04:46:36.183Z | Checking der v0.7.8 |
| 1901 | 2023-11-02T04:46:36.253Z | Checking expectorate v1.1.0 |
| 1902 | 2023-11-02T04:46:36.486Z | Checking resolv-conf v0.7.0 |
| 1903 | 2023-11-02T04:46:36.569Z | Checking textwrap v0.11.0 |
| 1904 | 2023-11-02T04:46:36.908Z | Checking strsim v0.8.0 |
| 1905 | 2023-11-02T04:46:37.088Z | Checking vec_map v0.8.2 |
| 1906 | 2023-11-02T04:46:37.203Z | Compiling semver v0.1.20 |
| 1907 | 2023-11-02T04:46:37.503Z | Checking ansi_term v0.12.1 |
| 1908 | 2023-11-02T04:46:38.014Z | Checking keccak v0.1.4 |
| 1909 | 2023-11-02T04:46:38.224Z | Checking clap v2.34.0 |
| 1910 | 2023-11-02T04:46:38.472Z | Checking sha3 v0.10.8 |
| 1911 | 2023-11-02T04:46:39.109Z | Compiling rustc_version v0.1.7 |
| 1912 | 2023-11-02T04:46:39.475Z | Checking spki v0.7.2 |
| 1913 | 2023-11-02T04:46:39.766Z | Checking trust-dns-resolver v0.22.0 |
| 1914 | 2023-11-02T04:46:40.432Z | Checking secrecy v0.8.0 |
| 1915 | 2023-11-02T04:46:40.527Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 1916 | 2023-11-02T04:46:40.709Z | Compiling libgit2-sys v0.15.2+1.6.4 |
| 1917 | 2023-11-02T04:46:41.691Z | Compiling newtype_derive v0.1.6 |
| 1918 | 2023-11-02T04:46:42.151Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1919 | 2023-11-02T04:46:42.296Z | Checking fxhash v0.2.1 |
| 1920 | 2023-11-02T04:46:42.596Z | Compiling libsqlite3-sys v0.26.0 |
| 1921 | 2023-11-02T04:46:42.608Z | Checking crc-catalog v2.2.0 |
| 1922 | 2023-11-02T04:46:42.989Z | Checking crc v3.0.1 |
| 1923 | 2023-11-02T04:46:42.993Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 1924 | 2023-11-02T04:46:42.997Z | Checking structopt v0.3.26 |
| 1925 | 2023-11-02T04:46:43.236Z | Checking pkcs8 v0.10.2 |
| 1926 | 2023-11-02T04:46:43.505Z | Compiling vergen v8.2.4 |
| 1927 | 2023-11-02T04:46:43.557Z | Checking nodrop v0.1.14 |
| 1928 | 2023-11-02T04:46:43.647Z | Checking pkcs1 v0.7.5 |
| 1929 | 2023-11-02T04:46:43.723Z | Checking array-init v0.0.4 |
| 1930 | 2023-11-02T04:46:43.958Z | Checking smallvec v0.6.14 |
| 1931 | 2023-11-02T04:46:44.618Z | Checking bitfield v0.14.0 |
| 1932 | 2023-11-02T04:46:45.061Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 1933 | 2023-11-02T04:46:45.222Z | Checking x509-cert v0.2.4 |
| 1934 | 2023-11-02T04:46:45.425Z | Checking env_logger v0.10.0 |
| 1935 | 2023-11-02T04:46:45.476Z | Checking serde-hex v0.1.0 |
| 1936 | 2023-11-02T04:46:47.471Z | Checking rsa v0.9.2 |
| 1937 | 2023-11-02T04:46:47.759Z | Checking ron v0.8.1 |
| 1938 | 2023-11-02T04:46:47.801Z | Checking crc-any v2.4.3 |
| 1939 | 2023-11-02T04:46:48.869Z | Compiling buf-list v1.0.3 |
| 1940 | 2023-11-02T04:46:48.879Z | Checking humantime v2.1.0 |
| 1941 | 2023-11-02T04:46:49.758Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 1942 | 2023-11-02T04:46:49.808Z | Checking object v0.30.4 |
| 1943 | 2023-11-02T04:46:49.844Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 1944 | 2023-11-02T04:46:50.115Z | Checking path-slash v0.1.5 |
| 1945 | 2023-11-02T04:46:50.225Z | Checking utf-8 v0.7.6 |
| 1946 | 2023-11-02T04:46:50.515Z | Compiling num_enum_derive v0.7.0 |
| 1947 | 2023-11-02T04:46:50.540Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 1948 | 2023-11-02T04:46:50.991Z | Compiling unicase v2.7.0 |
| 1949 | 2023-11-02T04:46:51.811Z | Compiling rayon-core v1.12.0 |
| 1950 | 2023-11-02T04:46:51.833Z | Compiling salty v0.2.0 |
| 1951 | 2023-11-02T04:46:52.057Z | Compiling platforms v3.0.2 |
| 1952 | 2023-11-02T04:46:52.208Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 1953 | 2023-11-02T04:46:52.454Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 1954 | 2023-11-02T04:46:52.960Z | Checking num-complex v0.4.4 |
| 1955 | 2023-11-02T04:46:53.484Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
| 1956 | 2023-11-02T04:46:53.546Z | Compiling erased-serde v0.3.30 |
| 1957 | 2023-11-02T04:46:53.937Z | Compiling curve25519-dalek v4.1.0 |
| 1958 | 2023-11-02T04:46:54.319Z | Compiling bitstruct_derive v0.1.0 |
| 1959 | 2023-11-02T04:46:54.499Z | Compiling async-recursion v1.0.5 |
| 1960 | 2023-11-02T04:46:54.576Z | Checking num v0.4.1 |
| 1961 | 2023-11-02T04:46:54.624Z | Compiling glob v0.3.1 |
| 1962 | 2023-11-02T04:46:54.719Z | Compiling mime_guess v2.0.4 |
| 1963 | 2023-11-02T04:46:55.524Z | Checking tungstenite v0.18.0 |
| 1964 | 2023-11-02T04:46:55.993Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1965 | 2023-11-02T04:46:56.087Z | Compiling curve25519-dalek-derive v0.1.0 |
| 1966 | 2023-11-02T04:46:56.647Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
| 1967 | 2023-11-02T04:46:56.903Z | Checking tokio-tungstenite v0.18.0 |
| 1968 | 2023-11-02T04:46:56.998Z | Checking universal-hash v0.5.1 |
| 1969 | 2023-11-02T04:46:57.261Z | Checking nibble_vec v0.1.0 |
| 1970 | 2023-11-02T04:46:57.609Z | Checking opaque-debug v0.3.0 |
| 1971 | 2023-11-02T04:46:57.742Z | Compiling crunchy v0.2.2 |
| 1972 | 2023-11-02T04:46:58.351Z | Checking endian-type v0.1.2 |
| 1973 | 2023-11-02T04:46:58.673Z | Checking radix_trie v0.2.1 |
| 1974 | 2023-11-02T04:46:58.769Z | Checking snafu v0.7.5 |
| 1975 | 2023-11-02T04:46:59.332Z | Compiling tiny-keccak v2.0.2 |
| 1976 | 2023-11-02T04:46:59.609Z | Checking linear-map v1.2.0 |
| 1977 | 2023-11-02T04:46:59.758Z | Checking parking_lot v0.11.2 |
| 1978 | 2023-11-02T04:46:59.782Z | Checking trust-dns-client v0.22.0 |
| 1979 | 2023-11-02T04:47:00.308Z | Compiling clang-sys v1.6.1 |
| 1980 | 2023-11-02T04:47:00.330Z | Checking aead v0.5.2 |
| 1981 | 2023-11-02T04:47:00.620Z | Compiling darling_core v0.14.4 |
| 1982 | 2023-11-02T04:47:00.649Z | Compiling prettyplease v0.2.12 |
| 1983 | 2023-11-02T04:47:00.685Z | Checking sled v0.34.7 |
| 1984 | 2023-11-02T04:47:01.087Z | Compiling ascii-canvas v3.0.0 |
| 1985 | 2023-11-02T04:47:01.851Z | Checking trust-dns-server v0.22.1 |
| 1986 | 2023-11-02T04:47:02.067Z | Compiling const_format_proc_macros v0.2.31 |
| 1987 | 2023-11-02T04:47:02.161Z | Compiling ena v0.14.2 |
| 1988 | 2023-11-02T04:47:02.219Z | Compiling diff v0.1.13 |
| 1989 | 2023-11-02T04:47:02.839Z | Compiling portable-atomic v1.4.3 |
| 1990 | 2023-11-02T04:47:03.212Z | Checking signature v1.6.4 |
| 1991 | 2023-11-02T04:47:03.400Z | Checking pretty-hex v0.3.0 |
| 1992 | 2023-11-02T04:47:03.649Z | Compiling minimal-lexical v0.2.1 |
| 1993 | 2023-11-02T04:47:04.353Z | Compiling nom v7.1.3 |
| 1994 | 2023-11-02T04:47:04.486Z | Checking ed25519 v1.5.3 |
| 1995 | 2023-11-02T04:47:04.731Z | Compiling lalrpop v0.19.12 |
| 1996 | 2023-11-02T04:47:06.071Z | Checking path-dedot v3.1.0 |
| 1997 | 2023-11-02T04:47:06.191Z | Compiling libloading v0.7.4 |
| 1998 | 2023-11-02T04:47:06.290Z | Compiling bindgen v0.65.1 |
| 1999 | 2023-11-02T04:47:06.309Z | Compiling ref-cast v1.0.20 |
| 2000 | 2023-11-02T04:47:07.041Z | Checking path-absolutize v3.1.0 |
| 2001 | 2023-11-02T04:47:09.752Z | Compiling darling_macro v0.14.4 |
| 2002 | 2023-11-02T04:47:09.868Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 2003 | 2023-11-02T04:47:10.350Z | Compiling cexpr v0.6.0 |
| 2004 | 2023-11-02T04:47:10.801Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
| 2005 | 2023-11-02T04:47:11.074Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2006 | 2023-11-02T04:47:11.223Z | Compiling darling v0.14.4 |
| 2007 | 2023-11-02T04:47:11.391Z | Compiling derive_builder_core v0.12.0 |
| 2008 | 2023-11-02T04:47:11.827Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2009 | 2023-11-02T04:47:12.203Z | Checking globset v0.4.13 |
| 2010 | 2023-11-02T04:47:12.429Z | Checking crossbeam-deque v0.8.3 |
| 2011 | 2023-11-02T04:47:12.485Z | Checking hashlink v0.8.3 |
| 2012 | 2023-11-02T04:47:13.239Z | Checking olpc-cjson v0.1.3 |
| 2013 | 2023-11-02T04:47:13.242Z | Checking serde-big-array v0.5.1 |
| 2014 | 2023-11-02T04:47:13.245Z | Checking serde_plain v1.0.2 |
| 2015 | 2023-11-02T04:47:13.249Z | Checking serde-big-array v0.4.1 |
| 2016 | 2023-11-02T04:47:13.377Z | Compiling which v4.4.0 |
| 2017 | 2023-11-02T04:47:13.380Z | Compiling ref-cast-impl v1.0.20 |
| 2018 | 2023-11-02T04:47:13.416Z | Compiling libxml v0.3.3 |
| 2019 | 2023-11-02T04:47:13.454Z | Checking fallible-streaming-iterator v0.1.9 |
| 2020 | 2023-11-02T04:47:13.909Z | Compiling rustc-hash v1.1.0 |
| 2021 | 2023-11-02T04:47:14.111Z | Compiling lazycell v1.3.0 |
| 2022 | 2023-11-02T04:47:14.140Z | Compiling shlex v1.1.0 |
| 2023 | 2023-11-02T04:47:14.603Z | Compiling peeking_take_while v0.1.2 |
| 2024 | 2023-11-02T04:47:14.609Z | Checking rusqlite v0.29.0 |
| 2025 | 2023-11-02T04:47:15.168Z | Compiling derive_builder_macro v0.12.0 |
| 2026 | 2023-11-02T04:47:15.216Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2027 | 2023-11-02T04:47:16.353Z | Checking steno v0.4.0 |
| 2028 | 2023-11-02T04:47:16.909Z | Checking signal-hook-tokio v0.3.1 |
| 2029 | 2023-11-02T04:47:17.171Z | Checking nix v0.26.2 |
| 2030 | 2023-11-02T04:47:17.194Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 2031 | 2023-11-02T04:47:17.616Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
| 2032 | 2023-11-02T04:47:17.897Z | Checking twox-hash v1.6.3 |
| 2033 | 2023-11-02T04:47:17.975Z | Checking ff v0.13.0 |
| 2034 | 2023-11-02T04:47:18.064Z | Compiling strum_macros v0.24.3 |
| 2035 | 2023-11-02T04:47:18.615Z | Checking corncobs v0.1.3 |
| 2036 | 2023-11-02T04:47:18.689Z | Checking display-error-chain v0.2.0 |
| 2037 | 2023-11-02T04:47:19.751Z | Compiling indoc v1.0.9 |
| 2038 | 2023-11-02T04:47:20.361Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2039 | 2023-11-02T04:47:20.617Z | Checking group v0.13.0 |
| 2040 | 2023-11-02T04:47:21.247Z | Checking polyval v0.6.1 |
| 2041 | 2023-11-02T04:47:21.663Z | Checking num_enum v0.7.0 |
| 2042 | 2023-11-02T04:47:22.150Z | Checking ctr v0.9.2 |
| 2043 | 2023-11-02T04:47:22.374Z | Checking aes v0.8.3 |
| 2044 | 2023-11-02T04:47:22.471Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 2045 | 2023-11-02T04:47:22.866Z | Checking crypto-bigint v0.5.2 |
| 2046 | 2023-11-02T04:47:23.559Z | Checking bincode v1.3.3 |
| 2047 | 2023-11-02T04:47:24.108Z | Compiling cookie v0.16.2 |
| 2048 | 2023-11-02T04:47:24.226Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
| 2049 | 2023-11-02T04:47:24.535Z | Checking base16ct v0.2.0 |
| 2050 | 2023-11-02T04:47:25.688Z | Checking aes-gcm-siv v0.11.1 |
| 2051 | 2023-11-02T04:47:25.825Z | Checking elliptic-curve v0.13.5 |
| 2052 | 2023-11-02T04:47:25.883Z | Checking rayon v1.8.0 |
| 2053 | 2023-11-02T04:47:25.908Z | Checking thiserror-no-std v2.0.2 |
| 2054 | 2023-11-02T04:47:26.061Z | Checking poly1305 v0.8.0 |
| 2055 | 2023-11-02T04:47:26.291Z | Checking env_logger v0.9.3 |
| 2056 | 2023-11-02T04:47:27.047Z | Checking chacha20 v0.9.1 |
| 2057 | 2023-11-02T04:47:27.096Z | Compiling oso-derive v0.27.0 |
| 2058 | 2023-11-02T04:47:27.324Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2059 | 2023-11-02T04:47:27.587Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 2060 | 2023-11-02T04:47:27.793Z | Checking ascii v1.1.0 |
| 2061 | 2023-11-02T04:47:28.180Z | Checking ringbuffer v0.15.0 |
| 2062 | 2023-11-02T04:47:28.459Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 2063 | 2023-11-02T04:47:28.783Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 2064 | 2023-11-02T04:47:28.956Z | Checking chacha20poly1305 v0.10.1 |
| 2065 | 2023-11-02T04:47:29.151Z | Checking vsss-rs v3.3.1 |
| 2066 | 2023-11-02T04:47:29.960Z | Checking bitstruct v0.1.1 |
| 2067 | 2023-11-02T04:47:30.274Z | Checking tungstenite v0.20.1 |
| 2068 | 2023-11-02T04:47:31.289Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 2069 | 2023-11-02T04:47:31.762Z | Checking serde_arrays v0.1.0 |
| 2070 | 2023-11-02T04:47:31.990Z | Checking tokio-tungstenite v0.20.1 |
| 2071 | 2023-11-02T04:47:34.296Z | Checking assert_matches v1.5.0 |
| 2072 | 2023-11-02T04:47:38.832Z | Checking bcs v0.1.6 |
| 2073 | 2023-11-02T04:47:39.629Z | Checking highway v1.1.0 |
| 2074 | 2023-11-02T04:47:39.720Z | Checking const_format v0.2.31 |
| 2075 | 2023-11-02T04:47:40.376Z | Checking ron v0.7.1 |
| 2076 | 2023-11-02T04:47:41.579Z | Checking bit_field v0.10.2 |
| 2077 | 2023-11-02T04:47:41.582Z | Checking http-range v0.1.5 |
| 2078 | 2023-11-02T04:47:41.585Z | Checking hyper-staticfile v0.9.5 |
| 2079 | 2023-11-02T04:47:42.633Z | Compiling indoc v2.0.3 |
| 2080 | 2023-11-02T04:47:44.364Z | Checking derive_builder v0.12.0 |
| 2081 | 2023-11-02T04:47:46.944Z | Checking bb8 v0.8.1 |
| 2082 | 2023-11-02T04:47:47.153Z | Checking quick-xml v0.23.1 |
| 2083 | 2023-11-02T04:47:47.389Z | Checking bytesize v1.3.0 |
| 2084 | 2023-11-02T04:47:47.680Z | Checking maplit v1.0.2 |
| 2085 | 2023-11-02T04:47:47.809Z | Checking number_prefix v0.4.0 |
| 2086 | 2023-11-02T04:47:47.836Z | Checking fs-err v2.9.0 |
| 2087 | 2023-11-02T04:47:48.355Z | Checking indicatif v0.17.7 |
| 2088 | 2023-11-02T04:47:49.045Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
| 2089 | 2023-11-02T04:47:51.313Z | Checking signal-hook-mio v0.2.3 |
| 2090 | 2023-11-02T04:47:52.042Z | Compiling vte_generate_state_changes v0.1.1 |
| 2091 | 2023-11-02T04:47:57.429Z | Checking yansi v0.5.1 |
| 2092 | 2023-11-02T04:47:57.736Z | Checking smawk v0.3.1 |
| 2093 | 2023-11-02T04:47:57.868Z | Checking unicode-linebreak v0.1.5 |
| 2094 | 2023-11-02T04:47:58.618Z | Checking textwrap v0.16.0 |
| 2095 | 2023-11-02T04:47:59.021Z | Checking pretty_assertions v1.4.0 |
| 2096 | 2023-11-02T04:47:59.939Z | Checking crossterm v0.27.0 |
| 2097 | 2023-11-02T04:48:01.633Z | Checking fatfs v0.3.6 |
| 2098 | 2023-11-02T04:48:02.181Z | Checking cassowary v0.3.0 |
| 2099 | 2023-11-02T04:48:02.188Z | Checking plotters-backend v0.3.5 |
| 2100 | 2023-11-02T04:48:02.785Z | Checking plotters-svg v0.3.5 |
| 2101 | 2023-11-02T04:48:02.802Z | Checking ratatui v0.23.0 |
| 2102 | 2023-11-02T04:48:04.528Z | Checking rtoolbox v0.0.1 |
| 2103 | 2023-11-02T04:48:04.824Z | Checking rand v0.4.6 |
| 2104 | 2023-11-02T04:48:05.723Z | Checking cast v0.3.0 |
| 2105 | 2023-11-02T04:48:06.227Z | Checking remove_dir_all v0.5.3 |
| 2106 | 2023-11-02T04:48:06.353Z | Checking owo-colors v3.5.0 |
| 2107 | 2023-11-02T04:48:06.402Z | Checking tempdir v0.3.7 |
| 2108 | 2023-11-02T04:48:06.704Z | Checking tui-tree-widget v0.13.0 |
| 2109 | 2023-11-02T04:48:06.897Z | Checking criterion-plot v0.5.0 |
| 2110 | 2023-11-02T04:48:07.405Z | Checking rpassword v7.2.0 |
| 2111 | 2023-11-02T04:48:07.425Z | Checking plotters v0.3.5 |
| 2112 | 2023-11-02T04:48:10.235Z | Checking tinytemplate v1.2.1 |
| 2113 | 2023-11-02T04:48:10.542Z | Checking anes v0.1.6 |
| 2114 | 2023-11-02T04:48:10.842Z | Checking oorandom v11.1.3 |
| 2115 | 2023-11-02T04:48:10.861Z | Checking shell-words v1.1.0 |
| 2116 | 2023-11-02T04:48:11.138Z | Checking criterion v0.5.1 |
| 2117 | 2023-11-02T04:48:17.055Z | Checking assert_cmd v2.0.12 |
| 2118 | 2023-11-02T04:48:17.313Z | Checking dashmap v5.5.1 |
| 2119 | 2023-11-02T04:48:17.719Z | Compiling serial_test_derive v0.10.0 |
| 2120 | 2023-11-02T04:48:19.036Z | Compiling crossbeam-queue v0.3.8 |
| 2121 | 2023-11-02T04:48:19.432Z | Checking serial_test v0.10.0 |
| 2122 | 2023-11-02T04:48:19.762Z | Checking vte v0.11.1 |
| 2123 | 2023-11-02T04:48:19.780Z | Checking threadpool v1.8.1 |
| 2124 | 2023-11-02T04:48:20.594Z | Checking libtest-mimic v0.6.1 |
| 2125 | 2023-11-02T04:48:21.245Z | Checking crossterm v0.26.1 |
| 2126 | 2023-11-02T04:48:22.352Z | Checking strip-ansi-escapes v0.2.0 |
| 2127 | 2023-11-02T04:48:22.577Z | Compiling tabled_derive v0.6.0 |
| 2128 | 2023-11-02T04:48:23.369Z | Checking httptest v0.15.4 |
| 2129 | 2023-11-02T04:48:23.779Z | Checking similar-asserts v1.5.0 |
| 2130 | 2023-11-02T04:48:24.103Z | Checking fd-lock v3.0.13 |
| 2131 | 2023-11-02T04:48:24.148Z | Checking nanorand v0.7.0 |
| 2132 | 2023-11-02T04:48:24.391Z | Compiling rstest_macros v0.18.2 |
| 2133 | 2023-11-02T04:48:24.584Z | Checking nu-ansi-term v0.49.0 |
| 2134 | 2023-11-02T04:48:24.741Z | Checking flume v0.11.0 |
| 2135 | 2023-11-02T04:48:24.897Z | Checking datatest-stable v0.2.3 |
| 2136 | 2023-11-02T04:48:25.232Z | Checking reedline v0.23.0 |
| 2137 | 2023-11-02T04:48:26.243Z | Compiling pin-project-internal v1.1.3 |
| 2138 | 2023-11-02T04:48:27.163Z | Checking constant_time_eq v0.2.6 |
| 2139 | 2023-11-02T04:48:27.183Z | Compiling trybuild v1.0.85 |
| 2140 | 2023-11-02T04:48:27.341Z | Checking topological-sort v0.2.2 |
| 2141 | 2023-11-02T04:48:27.654Z | Checking bytecount v0.6.3 |
| 2142 | 2023-11-02T04:48:27.876Z | Checking arrayref v0.3.7 |
| 2143 | 2023-11-02T04:48:28.148Z | Compiling relative-path v1.9.0 |
| 2144 | 2023-11-02T04:48:28.189Z | Checking arrayvec v0.7.4 |
| 2145 | 2023-11-02T04:48:28.353Z | Checking papergrid v0.10.0 |
| 2146 | 2023-11-02T04:48:28.780Z | Checking blake2b_simd v1.0.1 |
| 2147 | 2023-11-02T04:48:30.696Z | Checking basic-toml v0.1.4 |
| 2148 | 2023-11-02T04:48:30.952Z | Checking pin-project v1.1.3 |
| 2149 | 2023-11-02T04:48:31.265Z | Checking futures-timer v3.0.2 |
| 2150 | 2023-11-02T04:48:31.360Z | Checking constant_time_eq v0.3.0 |
| 2151 | 2023-11-02T04:48:31.762Z | Checking rust-argon2 v1.0.1 |
| 2152 | 2023-11-02T04:48:32.364Z | Checking partial-io v0.5.4 |
| 2153 | 2023-11-02T04:48:32.937Z | Checking tabled v0.14.0 |
| 2154 | 2023-11-02T04:48:34.040Z | Checking approx v0.5.1 |
| 2155 | 2023-11-02T04:48:34.138Z | Checking cargo-platform v0.1.3 |
| 2156 | 2023-11-02T04:48:34.447Z | Checking hex-literal v0.4.1 |
| 2157 | 2023-11-02T04:48:34.645Z | Checking cargo_metadata v0.18.0 |
| 2158 | 2023-11-02T04:48:37.455Z | Checking crossbeam v0.8.2 |
| 2159 | 2023-11-02T04:48:37.766Z | Checking cargo_toml v0.16.3 |
| 2160 | 2023-11-02T04:48:38.471Z | Checking termios v0.3.3 |
| 2161 | 2023-11-02T04:48:41.051Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2162 | 2023-11-02T04:48:42.564Z | Checking rstest v0.18.2 |
| 2163 | 2023-11-02T04:48:50.165Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
| 2164 | 2023-11-02T04:49:08.728Z | Compiling bzip2 v0.4.4 |
| 2165 | 2023-11-02T04:49:09.345Z | Compiling zip v0.6.6 |
| 2166 | 2023-11-02T04:49:09.624Z | Compiling polar-core v0.27.0 |
| 2167 | 2023-11-02T04:49:10.483Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
| 2168 | 2023-11-02T04:49:16.617Z | Checking rustls-webpki v0.101.7 |
| 2169 | 2023-11-02T04:49:22.991Z | Checking tokio-rustls v0.24.1 |
| 2170 | 2023-11-02T04:49:23.524Z | Checking hyper-rustls v0.24.2 |
| 2171 | 2023-11-02T04:49:24.049Z | Checking reqwest v0.11.20 |
| 2172 | 2023-11-02T04:49:26.412Z | Checking oso v0.27.0 |
| 2173 | 2023-11-02T04:49:26.574Z | Checking progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
| 2174 | 2023-11-02T04:49:27.057Z | Checking tough v0.12.5 |
| 2175 | 2023-11-02T04:49:27.066Z | Checking progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
| 2176 | 2023-11-02T04:49:27.404Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 2177 | 2023-11-02T04:49:27.474Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 2178 | 2023-11-02T04:49:28.799Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
| 2179 | 2023-11-02T04:49:29.659Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 2180 | 2023-11-02T04:49:31.927Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
| 2181 | 2023-11-02T04:49:34.248Z | Compiling omicron-zone-package v0.8.3 |
| 2182 | 2023-11-02T04:49:42.055Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 2183 | 2023-11-02T04:49:42.110Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 2184 | 2023-11-02T04:49:42.172Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 2185 | 2023-11-02T04:49:44.468Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2186 | 2023-11-02T04:49:44.508Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2187 | 2023-11-02T04:49:44.512Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2188 | 2023-11-02T04:49:45.111Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2189 | 2023-11-02T04:49:45.478Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2190 | 2023-11-02T04:49:45.546Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2191 | 2023-11-02T04:49:45.856Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2192 | 2023-11-02T04:49:46.131Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2193 | 2023-11-02T04:49:46.453Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2194 | 2023-11-02T04:49:47.601Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2195 | 2023-11-02T04:49:50.368Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2196 | 2023-11-02T04:49:51.965Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2197 | 2023-11-02T04:49:54.563Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2198 | 2023-11-02T04:49:58.183Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2199 | 2023-11-02T04:49:58.467Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2200 | 2023-11-02T04:49:58.642Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 2201 | 2023-11-02T04:49:59.750Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2202 | 2023-11-02T04:50:00.230Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2203 | 2023-11-02T04:50:00.464Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
| 2204 | 2023-11-02T04:50:03.072Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2205 | 2023-11-02T04:50:05.602Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2206 | 2023-11-02T04:50:08.852Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2207 | 2023-11-02T04:50:10.157Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2208 | 2023-11-02T04:50:10.601Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2209 | 2023-11-02T04:50:10.889Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2210 | 2023-11-02T04:50:10.927Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2211 | 2023-11-02T04:50:11.043Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2212 | 2023-11-02T04:50:11.088Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2213 | 2023-11-02T04:50:12.431Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2214 | 2023-11-02T04:50:14.557Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2215 | 2023-11-02T04:50:16.640Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
| 2216 | 2023-11-02T04:50:20.300Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2217 | 2023-11-02T04:50:26.834Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2218 | 2023-11-02T04:50:36.101Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2219 | 2023-11-02T04:50:37.183Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2220 | 2023-11-02T04:50:39.136Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2221 | 2023-11-02T04:50:41.768Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2222 | 2023-11-02T04:50:43.215Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2223 | 2023-11-02T04:50:43.254Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2224 | 2023-11-02T04:50:44.376Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2225 | 2023-11-02T04:50:46.386Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2226 | 2023-11-02T04:50:47.597Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2227 | 2023-11-02T04:50:48.249Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2228 | 2023-11-02T04:50:50.887Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2229 | 2023-11-02T04:50:52.701Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2230 | 2023-11-02T04:50:53.299Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2231 | 2023-11-02T04:50:53.683Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2232 | 2023-11-02T04:50:56.888Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2233 | 2023-11-02T04:50:58.060Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2234 | 2023-11-02T04:51:03.635Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2235 | 2023-11-02T04:51:06.019Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2236 | 2023-11-02T04:51:13.200Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2237 | 2023-11-02T04:51:14.865Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2238 | 2023-11-02T04:51:15.118Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 2239 | 2023-11-02T04:51:16.938Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 2240 | 2023-11-02T04:51:26.839Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2241 | 2023-11-02T04:51:29.341Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2242 | 2023-11-02T04:51:30.758Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2243 | 2023-11-02T04:51:31.638Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2244 | 2023-11-02T04:51:37.380Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
| 2245 | 2023-11-02T04:52:11.195Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2246 | 2023-11-02T04:52:14.407Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 2247 | 2023-11-02T04:52:26.475Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2248 | 2023-11-02T04:53:04.055Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
| 2249 | 2023-11-02T04:53:22.542Z | Compiling git2 v0.17.2 |
| 2250 | 2023-11-02T04:53:32.927Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
| 2251 | 2023-11-02T04:53:35.578Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
| 2252 | 2023-11-02T04:53:49.767Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 2253 | 2023-11-02T04:54:02.079Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 2254 | 2023-11-02T04:54:02.408Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 2255 | 2023-11-02T04:54:02.926Z | Checking propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 2256 | 2023-11-02T04:54:04.587Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2257 | 2023-11-02T04:54:46.130Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2258 | 2023-11-02T04:56:11.003Z | Finished dev [unoptimized + debuginfo] target(s) in 13m 48s |
| 2259 | 2023-11-02T04:56:11.228Z | |
| 2260 | 2023-11-02T04:56:11.234Z | real 14:53.431303228 |
| 2261 | 2023-11-02T04:56:11.242Z | user 1:27:59.555787942 |
| 2262 | 2023-11-02T04:56:11.259Z | sys 11:43.531088958 |
| 2263 | 2023-11-02T04:56:11.263Z | trap 3.417934221 |
| 2264 | 2023-11-02T04:56:11.268Z | tflt 5.454533035 |
| 2265 | 2023-11-02T04:56:11.272Z | dflt 5.256852316 |
| 2266 | 2023-11-02T04:56:11.293Z | kflt 0.021155323 |
| 2267 | 2023-11-02T04:56:11.307Z | lock 1:59:13.252204954 |
| 2268 | 2023-11-02T04:56:11.312Z | slp 5:16:06.492806717 |
| 2269 | 2023-11-02T04:56:11.315Z | lat 3:21.169503073 |
| 2270 | 2023-11-02T04:56:11.318Z | stop 8:37.195460992 |
| 2271 | 2023-11-02T04:56:12.553Z | warning: output filename collision. |
| 2272 | 2023-11-02T04:56:12.559Z | The lib target `dns-service-client` in package `dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `dns-service-client` in package `dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)`. |
| 2273 | 2023-11-02T04:56:12.563Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html |
| 2274 | 2023-11-02T04:56:12.566Z | The targets should have unique names. |
| 2275 | 2023-11-02T04:56:12.569Z | This is a known bug where multiple crates with the same name use |
| 2276 | 2023-11-02T04:56:12.573Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2277 | 2023-11-02T04:56:12.576Z | warning: output filename collision. |
| 2278 | 2023-11-02T04:56:12.580Z | The 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)`. |
| 2279 | 2023-11-02T04:56:12.584Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
| 2280 | 2023-11-02T04:56:12.589Z | The targets should have unique names. |
| 2281 | 2023-11-02T04:56:12.593Z | This is a known bug where multiple crates with the same name use |
| 2282 | 2023-11-02T04:56:12.596Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2283 | 2023-11-02T04:56:12.601Z | warning: output filename collision. |
| 2284 | 2023-11-02T04:56:12.606Z | The lib target `internal-dns` in package `internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `internal-dns` in package `internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)`. |
| 2285 | 2023-11-02T04:56:12.610Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/internal_dns/index.html |
| 2286 | 2023-11-02T04:56:12.614Z | The targets should have unique names. |
| 2287 | 2023-11-02T04:56:12.618Z | This is a known bug where multiple crates with the same name use |
| 2288 | 2023-11-02T04:56:12.623Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2289 | 2023-11-02T04:56:12.668Z | warning: output filename collision. |
| 2290 | 2023-11-02T04:56:12.676Z | The lib target `nexus-client` in package `nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `nexus-client` in package `nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)`. |
| 2291 | 2023-11-02T04:56:12.684Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nexus_client/index.html |
| 2292 | 2023-11-02T04:56:12.688Z | The targets should have unique names. |
| 2293 | 2023-11-02T04:56:12.691Z | This is a known bug where multiple crates with the same name use |
| 2294 | 2023-11-02T04:56:12.694Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2295 | 2023-11-02T04:56:12.698Z | warning: output filename collision. |
| 2296 | 2023-11-02T04:56:12.702Z | The lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)` has the same output filename as the lib target `nix` in package `nix v0.26.2`. |
| 2297 | 2023-11-02T04:56:12.705Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
| 2298 | 2023-11-02T04:56:12.708Z | The targets should have unique names. |
| 2299 | 2023-11-02T04:56:12.711Z | This is a known bug where multiple crates with the same name use |
| 2300 | 2023-11-02T04:56:12.714Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2301 | 2023-11-02T04:56:12.716Z | warning: output filename collision. |
| 2302 | 2023-11-02T04:56:12.719Z | The lib target `omicron-common` in package `omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `omicron-common` in package `omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)`. |
| 2303 | 2023-11-02T04:56:12.722Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/omicron_common/index.html |
| 2304 | 2023-11-02T04:56:12.725Z | The targets should have unique names. |
| 2305 | 2023-11-02T04:56:12.728Z | This is a known bug where multiple crates with the same name use |
| 2306 | 2023-11-02T04:56:12.731Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2307 | 2023-11-02T04:56:12.734Z | warning: output filename collision. |
| 2308 | 2023-11-02T04:56:12.737Z | The lib target `omicron-passwords` in package `omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `omicron-passwords` in package `omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)`. |
| 2309 | 2023-11-02T04:56:12.740Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html |
| 2310 | 2023-11-02T04:56:12.742Z | The targets should have unique names. |
| 2311 | 2023-11-02T04:56:12.746Z | This is a known bug where multiple crates with the same name use |
| 2312 | 2023-11-02T04:56:12.749Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2313 | 2023-11-02T04:56:12.751Z | warning: output filename collision. |
| 2314 | 2023-11-02T04:56:12.754Z | The lib target `oximeter` in package `oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
| 2315 | 2023-11-02T04:56:12.757Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2316 | 2023-11-02T04:56:12.761Z | The targets should have unique names. |
| 2317 | 2023-11-02T04:56:12.764Z | This is a known bug where multiple crates with the same name use |
| 2318 | 2023-11-02T04:56:12.767Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2319 | 2023-11-02T04:56:12.772Z | warning: output filename collision. |
| 2320 | 2023-11-02T04:56:12.775Z | The 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 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)`. |
| 2321 | 2023-11-02T04:56:12.779Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2322 | 2023-11-02T04:56:12.786Z | The targets should have unique names. |
| 2323 | 2023-11-02T04:56:12.790Z | This is a known bug where multiple crates with the same name use |
| 2324 | 2023-11-02T04:56:12.793Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2325 | 2023-11-02T04:56:12.796Z | warning: output filename collision. |
| 2326 | 2023-11-02T04:56:12.799Z | The lib target `oximeter-producer` in package `oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `oximeter-producer` in package `oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)`. |
| 2327 | 2023-11-02T04:56:12.803Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html |
| 2328 | 2023-11-02T04:56:12.806Z | The targets should have unique names. |
| 2329 | 2023-11-02T04:56:12.809Z | This is a known bug where multiple crates with the same name use |
| 2330 | 2023-11-02T04:56:12.812Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2331 | 2023-11-02T04:56:12.816Z | warning: output filename collision. |
| 2332 | 2023-11-02T04:56:12.818Z | The 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)`. |
| 2333 | 2023-11-02T04:56:12.821Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
| 2334 | 2023-11-02T04:56:12.824Z | The targets should have unique names. |
| 2335 | 2023-11-02T04:56:12.827Z | This is a known bug where multiple crates with the same name use |
| 2336 | 2023-11-02T04:56:12.829Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2337 | 2023-11-02T04:56:13.219Z | Checking unicode-ident v1.0.12 |
| 2338 | 2023-11-02T04:56:13.242Z | Documenting libc v0.2.149 |
| 2339 | 2023-11-02T04:56:13.253Z | Documenting cfg-if v1.0.0 |
| 2340 | 2023-11-02T04:56:13.278Z | Checking libc v0.2.149 |
| 2341 | 2023-11-02T04:56:13.298Z | Checking cfg-if v1.0.0 |
| 2342 | 2023-11-02T04:56:13.301Z | Checking serde v1.0.188 |
| 2343 | 2023-11-02T04:56:13.333Z | Documenting log v0.4.20 |
| 2344 | 2023-11-02T04:56:13.337Z | Documenting scopeguard v1.2.0 |
| 2345 | 2023-11-02T04:56:13.425Z | Documenting itoa v1.0.9 |
| 2346 | 2023-11-02T04:56:13.448Z | Checking proc-macro2 v1.0.67 |
| 2347 | 2023-11-02T04:56:14.467Z | Checking quote v1.0.33 |
| 2348 | 2023-11-02T04:56:15.012Z | Checking syn v2.0.32 |
| 2349 | 2023-11-02T04:56:15.160Z | Checking syn v1.0.109 |
| 2350 | 2023-11-02T04:56:17.891Z | Checking once_cell v1.18.0 |
| 2351 | 2023-11-02T04:56:17.894Z | Documenting memchr v2.6.3 |
| 2352 | 2023-11-02T04:56:17.898Z | Documenting smallvec v1.11.0 |
| 2353 | 2023-11-02T04:56:19.430Z | Documenting lock_api v0.4.10 |
| 2354 | 2023-11-02T04:56:20.710Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2355 | 2023-11-02T04:56:20.714Z | Documenting getrandom v0.2.10 |
| 2356 | 2023-11-02T04:56:20.717Z | Documenting once_cell v1.18.0 |
| 2357 | 2023-11-02T04:56:22.267Z | Documenting libm v0.2.7 |
| 2358 | 2023-11-02T04:56:22.413Z | Documenting parking_lot_core v0.9.8 |
| 2359 | 2023-11-02T04:56:24.101Z | Documenting pin-project-lite v0.2.13 |
| 2360 | 2023-11-02T04:56:24.854Z | Documenting signal-hook-registry v1.4.1 |
| 2361 | 2023-11-02T04:56:25.305Z | Checking itoa v1.0.9 |
| 2362 | 2023-11-02T04:56:25.596Z | Documenting serde_derive v1.0.188 |
| 2363 | 2023-11-02T04:56:25.614Z | Documenting zeroize_derive v1.4.2 |
| 2364 | 2023-11-02T04:56:25.977Z | Documenting rand_core v0.6.4 |
| 2365 | 2023-11-02T04:56:26.673Z | Documenting thiserror-impl v1.0.49 |
| 2366 | 2023-11-02T04:56:27.375Z | Documenting num-traits v0.2.16 |
| 2367 | 2023-11-02T04:56:28.172Z | Documenting mio v0.8.8 |
| 2368 | 2023-11-02T04:56:28.820Z | Documenting parking_lot v0.12.1 |
| 2369 | 2023-11-02T04:56:31.101Z | Documenting typenum v1.16.0 |
| 2370 | 2023-11-02T04:56:32.209Z | Documenting futures-core v0.3.29 |
| 2371 | 2023-11-02T04:56:33.353Z | Documenting zeroize v1.6.0 |
| 2372 | 2023-11-02T04:56:34.557Z | Documenting ryu v1.0.15 |
| 2373 | 2023-11-02T04:56:34.604Z | Documenting tokio-macros v2.1.0 |
| 2374 | 2023-11-02T04:56:34.681Z | Documenting thiserror v1.0.49 |
| 2375 | 2023-11-02T04:56:35.056Z | Documenting num_cpus v1.16.0 |
| 2376 | 2023-11-02T04:56:36.480Z | Documenting serde v1.0.188 |
| 2377 | 2023-11-02T04:56:38.348Z | Documenting socket2 v0.5.4 |
| 2378 | 2023-11-02T04:56:38.758Z | Checking thiserror v1.0.49 |
| 2379 | 2023-11-02T04:56:38.989Z | Checking ryu v1.0.15 |
| 2380 | 2023-11-02T04:56:39.054Z | Documenting subtle v2.5.0 |
| 2381 | 2023-11-02T04:56:39.349Z | Checking getrandom v0.2.10 |
| 2382 | 2023-11-02T04:56:39.492Z | Documenting generic-array v0.14.7 |
| 2383 | 2023-11-02T04:56:40.002Z | Checking memchr v2.6.3 |
| 2384 | 2023-11-02T04:56:40.850Z | Documenting futures-sink v0.3.29 |
| 2385 | 2023-11-02T04:56:41.224Z | Documenting pin-utils v0.1.0 |
| 2386 | 2023-11-02T04:56:41.383Z | Documenting byteorder v1.5.0 |
| 2387 | 2023-11-02T04:56:42.120Z | Checking serde_json v1.0.108 |
| 2388 | 2023-11-02T04:56:44.939Z | Documenting iana-time-zone v0.1.57 |
| 2389 | 2023-11-02T04:56:45.082Z | Checking heck v0.4.1 |
| 2390 | 2023-11-02T04:56:45.171Z | Documenting futures-macro v0.3.29 |
| 2391 | 2023-11-02T04:56:45.411Z | Documenting slab v0.4.9 |
| 2392 | 2023-11-02T04:56:46.746Z | Documenting crypto-common v0.1.6 |
| 2393 | 2023-11-02T04:56:46.802Z | Documenting futures-channel v0.3.29 |
| 2394 | 2023-11-02T04:56:47.578Z | Documenting futures-task v0.3.29 |
| 2395 | 2023-11-02T04:56:49.110Z | Documenting futures-io v0.3.29 |
| 2396 | 2023-11-02T04:56:51.099Z | Documenting const-oid v0.9.5 |
| 2397 | 2023-11-02T04:56:51.639Z | Checking bytes v1.5.0 |
| 2398 | 2023-11-02T04:56:53.102Z | Documenting ppv-lite86 v0.2.17 |
| 2399 | 2023-11-02T04:56:53.316Z | Checking log v0.4.20 |
| 2400 | 2023-11-02T04:56:53.448Z | Checking byteorder v1.5.0 |
| 2401 | 2023-11-02T04:56:53.599Z | Documenting tinyvec_macros v0.1.1 |
| 2402 | 2023-11-02T04:56:54.272Z | Documenting base64 v0.21.5 |
| 2403 | 2023-11-02T04:56:54.901Z | Documenting block-buffer v0.10.4 |
| 2404 | 2023-11-02T04:56:55.032Z | Documenting tracing-core v0.1.31 |
| 2405 | 2023-11-02T04:56:55.810Z | Documenting futures-util v0.3.29 |
| 2406 | 2023-11-02T04:56:57.105Z | Documenting tinyvec v1.6.0 |
| 2407 | 2023-11-02T04:56:57.385Z | Documenting rand_chacha v0.3.1 |
| 2408 | 2023-11-02T04:57:17.632Z | Documenting tracing-attributes v0.1.26 |
| 2409 | 2023-11-02T04:57:17.934Z | Checking fnv v1.0.7 |
| 2410 | 2023-11-02T04:57:18.042Z | Documenting digest v0.10.7 |
| 2411 | 2023-11-02T04:57:18.074Z | Documenting serde_derive_internals v0.26.0 |
| 2412 | 2023-11-02T04:57:18.094Z | Checking serde_derive_internals v0.26.0 |
| 2413 | 2023-11-02T04:57:18.161Z | Documenting dyn-clone v1.0.13 |
| 2414 | 2023-11-02T04:57:18.190Z | Documenting rand v0.8.5 |
| 2415 | 2023-11-02T04:57:18.210Z | Documenting unicode-normalization v0.1.22 |
| 2416 | 2023-11-02T04:57:18.243Z | Checking ucd-trie v0.1.6 |
| 2417 | 2023-11-02T04:57:18.284Z | Documenting cpufeatures v0.2.9 |
| 2418 | 2023-11-02T04:57:18.303Z | Documenting schemars_derive v0.8.13 |
| 2419 | 2023-11-02T04:57:18.344Z | Documenting fnv v1.0.7 |
| 2420 | 2023-11-02T04:57:18.353Z | Documenting bytes v1.5.0 |
| 2421 | 2023-11-02T04:57:18.362Z | Documenting serde_json v1.0.108 |
| 2422 | 2023-11-02T04:57:18.367Z | Documenting bitflags v2.4.0 |
| 2423 | 2023-11-02T04:57:18.372Z | Documenting chrono v0.4.31 |
| 2424 | 2023-11-02T04:57:18.381Z | Documenting uuid v1.4.1 |
| 2425 | 2023-11-02T04:57:18.416Z | Checking pest v2.7.2 |
| 2426 | 2023-11-02T04:57:18.448Z | Documenting tokio v1.33.0 |
| 2427 | 2023-11-02T04:57:18.474Z | Documenting spin v0.9.8 |
| 2428 | 2023-11-02T04:57:19.089Z | Checking libm v0.2.7 |
| 2429 | 2023-11-02T04:57:20.003Z | Documenting unicode-bidi v0.3.13 |
| 2430 | 2023-11-02T04:57:20.414Z | Documenting http v0.2.9 |
| 2431 | 2023-11-02T04:57:20.540Z | Checking num-traits v0.2.16 |
| 2432 | 2023-11-02T04:57:20.660Z | Documenting tracing v0.1.37 |
| 2433 | 2023-11-02T04:57:22.949Z | Documenting lazy_static v1.4.0 |
| 2434 | 2023-11-02T04:57:23.159Z | Documenting percent-encoding v2.3.0 |
| 2435 | 2023-11-02T04:57:23.300Z | Documenting schemars v0.8.13 |
| 2436 | 2023-11-02T04:57:23.411Z | Documenting ahash v0.8.3 |
| 2437 | 2023-11-02T04:57:26.237Z | Checking ahash v0.8.3 |
| 2438 | 2023-11-02T04:57:26.818Z | Documenting allocator-api2 v0.2.16 |
| 2439 | 2023-11-02T04:57:27.166Z | Checking time-core v0.1.1 |
| 2440 | 2023-11-02T04:57:27.407Z | Documenting adler v1.0.2 |
| 2441 | 2023-11-02T04:57:28.877Z | Documenting unicode-ident v1.0.12 |
| 2442 | 2023-11-02T04:57:29.108Z | Documenting form_urlencoded v1.2.0 |
| 2443 | 2023-11-02T04:57:29.411Z | Documenting idna v0.4.0 |
| 2444 | 2023-11-02T04:57:31.581Z | Documenting miniz_oxide v0.7.1 |
| 2445 | 2023-11-02T04:57:31.809Z | Documenting hashbrown v0.14.0 |
| 2446 | 2023-11-02T04:57:32.681Z | Documenting httparse v1.8.0 |
| 2447 | 2023-11-02T04:57:33.212Z | Documenting proc-macro2 v1.0.67 |
| 2448 | 2023-11-02T04:57:34.349Z | Documenting equivalent v1.0.1 |
| 2449 | 2023-11-02T04:57:35.128Z | Documenting untrusted v0.9.0 |
| 2450 | 2023-11-02T04:57:36.175Z | Documenting url v2.4.1 |
| 2451 | 2023-11-02T04:57:37.042Z | Checking zerocopy v0.3.0 |
| 2452 | 2023-11-02T04:57:37.757Z | Checking uuid v1.4.1 |
| 2453 | 2023-11-02T04:57:38.544Z | Checking iana-time-zone v0.1.57 |
| 2454 | 2023-11-02T04:57:38.758Z | Checking dof v0.1.5 |
| 2455 | 2023-11-02T04:57:38.842Z | Checking chrono v0.4.31 |
| 2456 | 2023-11-02T04:57:39.033Z | Checking dtrace-parser v0.1.14 |
| 2457 | 2023-11-02T04:57:39.595Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2458 | 2023-11-02T04:57:39.880Z | Documenting ring v0.17.5 |
| 2459 | 2023-11-02T04:57:40.343Z | Documenting indexmap v2.0.0 |
| 2460 | 2023-11-02T04:57:40.517Z | Checking thread-id v4.2.0 |
| 2461 | 2023-11-02T04:57:40.952Z | Documenting sct v0.7.0 |
| 2462 | 2023-11-02T04:57:41.302Z | Documenting quote v1.0.33 |
| 2463 | 2023-11-02T04:57:41.504Z | Documenting slog v2.7.0 |
| 2464 | 2023-11-02T04:57:42.482Z | Documenting openssl-probe v0.1.5 |
| 2465 | 2023-11-02T04:57:42.682Z | Documenting try-lock v0.2.4 |
| 2466 | 2023-11-02T04:57:46.269Z | Documenting httpdate v1.0.3 |
| 2467 | 2023-11-02T04:57:46.866Z | Checking usdt-impl v0.3.5 |
| 2468 | 2023-11-02T04:57:47.081Z | Documenting want v0.3.1 |
| 2469 | 2023-11-02T04:57:47.480Z | Documenting http-body v0.4.5 |
| 2470 | 2023-11-02T04:57:47.629Z | Documenting tokio-util v0.7.10 |
| 2471 | 2023-11-02T04:58:04.499Z | Documenting rustls-pemfile v1.0.3 |
| 2472 | 2023-11-02T04:58:05.438Z | Documenting openssl-macros v0.1.1 |
| 2473 | 2023-11-02T04:58:05.626Z | Documenting rustls-webpki v0.101.7 |
| 2474 | 2023-11-02T04:58:05.649Z | Documenting openssl-sys v0.9.93 |
| 2475 | 2023-11-02T04:58:05.708Z | Documenting mime v0.3.17 |
| 2476 | 2023-11-02T04:58:05.767Z | Documenting tower-service v0.3.2 |
| 2477 | 2023-11-02T04:58:05.771Z | Documenting gimli v0.28.0 |
| 2478 | 2023-11-02T04:58:05.785Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2479 | 2023-11-02T04:58:05.790Z | Documenting time-macros v0.2.13 |
| 2480 | 2023-11-02T04:58:05.802Z | Documenting rustls v0.21.8 |
| 2481 | 2023-11-02T04:58:05.840Z | Documenting h2 v0.3.21 |
| 2482 | 2023-11-02T04:58:05.859Z | Documenting async-trait v0.1.74 |
| 2483 | 2023-11-02T04:58:05.880Z | Documenting object v0.32.1 |
| 2484 | 2023-11-02T04:58:05.904Z | Documenting openssl v0.10.57 |
| 2485 | 2023-11-02T04:58:05.916Z | Documenting aho-corasick v1.0.4 |
| 2486 | 2023-11-02T04:58:05.923Z | Documenting addr2line v0.21.0 |
| 2487 | 2023-11-02T04:58:06.589Z | Documenting errno v0.3.2 |
| 2488 | 2023-11-02T04:58:07.999Z | Documenting tokio-rustls v0.24.1 |
| 2489 | 2023-11-02T04:58:10.312Z | Documenting rustc-demangle v0.1.23 |
| 2490 | 2023-11-02T04:58:10.467Z | Documenting ipnet v2.8.0 |
| 2491 | 2023-11-02T04:58:10.540Z | Documenting unicode-width v0.1.11 |
| 2492 | 2023-11-02T04:58:11.066Z | Checking allocator-api2 v0.2.16 |
| 2493 | 2023-11-02T04:58:12.073Z | Documenting deranged v0.3.8 |
| 2494 | 2023-11-02T04:58:13.016Z | Documenting hyper v0.14.27 |
| 2495 | 2023-11-02T04:58:14.708Z | Documenting time-core v0.1.1 |
| 2496 | 2023-11-02T04:58:14.776Z | Checking dyn-clone v1.0.13 |
| 2497 | 2023-11-02T04:58:14.929Z | Documenting regex-syntax v0.8.2 |
| 2498 | 2023-11-02T04:58:14.996Z | Documenting num_threads v0.1.6 |
| 2499 | 2023-11-02T04:58:15.991Z | Checking schemars v0.8.13 |
| 2500 | 2023-11-02T04:58:16.829Z | Checking hashbrown v0.14.0 |
| 2501 | 2023-11-02T04:58:18.736Z | Documenting rustix v0.38.9 |
| 2502 | 2023-11-02T04:58:18.769Z | Checking pest_meta v2.7.2 |
| 2503 | 2023-11-02T04:58:19.281Z | Documenting crossbeam-utils v0.8.16 |
| 2504 | 2023-11-02T04:58:19.494Z | Documenting backtrace v0.3.69 |
| 2505 | 2023-11-02T04:58:19.586Z | Checking equivalent v1.0.1 |
| 2506 | 2023-11-02T04:58:19.738Z | Checking indexmap v2.0.0 |
| 2507 | 2023-11-02T04:58:20.422Z | Documenting native-tls v0.2.11 |
| 2508 | 2023-11-02T04:58:21.459Z | Checking hashbrown v0.13.2 |
| 2509 | 2023-11-02T04:58:21.472Z | Documenting time v0.3.27 |
| 2510 | 2023-11-02T04:58:23.178Z | Documenting pest_meta v2.7.2 |
| 2511 | 2023-11-02T04:58:25.998Z | Checking http v0.2.9 |
| 2512 | 2023-11-02T04:58:26.077Z | Documenting regex-automata v0.4.3 |
| 2513 | 2023-11-02T04:58:27.643Z | Documenting anyhow v1.0.75 |
| 2514 | 2023-11-02T04:58:28.307Z | Documenting encoding_rs v0.8.33 |
| 2515 | 2023-11-02T04:58:28.434Z | Documenting tokio-native-tls v0.3.1 |
| 2516 | 2023-11-02T04:58:30.149Z | Documenting pest_generator v2.7.2 |
| 2517 | 2023-11-02T04:58:30.190Z | Checking pest_generator v2.7.2 |
| 2518 | 2023-11-02T04:58:30.556Z | Documenting rustls-native-certs v0.6.3 |
| 2519 | 2023-11-02T04:58:31.065Z | Documenting serde_urlencoded v0.7.1 |
| 2520 | 2023-11-02T04:58:32.519Z | Checking aho-corasick v1.0.4 |
| 2521 | 2023-11-02T04:58:35.228Z | Checking regex-syntax v0.8.2 |
| 2522 | 2023-11-02T04:58:35.877Z | Documenting ucd-trie v0.1.6 |
| 2523 | 2023-11-02T04:58:36.011Z | Checking serde_tokenstream v0.1.7 |
| 2524 | 2023-11-02T04:58:36.613Z | Documenting webpki-roots v0.25.2 |
| 2525 | 2023-11-02T04:58:36.994Z | Documenting hyper-rustls v0.24.2 |
| 2526 | 2023-11-02T04:58:37.542Z | Documenting hyper-tls v0.5.0 |
| 2527 | 2023-11-02T04:58:37.601Z | Documenting pest_derive v2.7.2 |
| 2528 | 2023-11-02T04:58:38.252Z | Documenting syn v2.0.32 |
| 2529 | 2023-11-02T04:58:39.164Z | Documenting regex v1.10.2 |
| 2530 | 2023-11-02T04:58:40.776Z | Checking regex-automata v0.4.3 |
| 2531 | 2023-11-02T04:58:42.100Z | Documenting pest v2.7.2 |
| 2532 | 2023-11-02T04:58:42.717Z | Documenting dof v0.1.5 |
| 2533 | 2023-11-02T04:58:44.639Z | Documenting thread-id v4.2.0 |
| 2534 | 2023-11-02T04:58:46.395Z | Checking regex v1.10.2 |
| 2535 | 2023-11-02T04:58:47.380Z | Documenting usdt-attr-macro v0.3.5 |
| 2536 | 2023-11-02T04:58:47.460Z | Documenting usdt-macro v0.3.5 |
| 2537 | 2023-11-02T04:58:48.116Z | Documenting openapiv3 v1.0.3 |
| 2538 | 2023-11-02T04:58:48.302Z | Documenting reqwest v0.11.20 |
| 2539 | 2023-11-02T04:58:49.087Z | Documenting ipnetwork v0.20.0 |
| 2540 | 2023-11-02T04:58:50.255Z | Documenting dtrace-parser v0.1.14 |
| 2541 | 2023-11-02T04:58:51.031Z | Documenting sha2 v0.10.8 |
| 2542 | 2023-11-02T04:58:55.005Z | Documenting futures-executor v0.3.29 |
| 2543 | 2023-11-02T04:58:55.104Z | Checking serde_tokenstream v0.2.0 |
| 2544 | 2023-11-02T04:58:55.706Z | Checking unicode-width v0.1.11 |
| 2545 | 2023-11-02T04:58:55.963Z | Checking strsim v0.10.0 |
| 2546 | 2023-11-02T04:58:56.316Z | Checking regress v0.7.1 |
| 2547 | 2023-11-02T04:58:56.627Z | Documenting usdt-impl v0.3.5 |
| 2548 | 2023-11-02T04:58:57.642Z | Documenting hex v0.4.3 |
| 2549 | 2023-11-02T04:58:58.275Z | Documenting hmac v0.12.1 |
| 2550 | 2023-11-02T04:58:58.672Z | Documenting fallible-iterator v0.2.0 |
| 2551 | 2023-11-02T04:59:01.184Z | Documenting futures v0.3.29 |
| 2552 | 2023-11-02T04:59:01.571Z | Checking typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
| 2553 | 2023-11-02T04:59:04.123Z | Checking openapiv3 v1.0.3 |
| 2554 | 2023-11-02T04:59:04.396Z | Documenting stringprep v0.1.3 |
| 2555 | 2023-11-02T04:59:04.603Z | Documenting usdt v0.3.5 |
| 2556 | 2023-11-02T04:59:05.083Z | Documenting semver v1.0.20 |
| 2557 | 2023-11-02T04:59:06.038Z | Documenting md-5 v0.10.5 |
| 2558 | 2023-11-02T04:59:06.299Z | Documenting regress v0.7.1 |
| 2559 | 2023-11-02T04:59:09.708Z | Documenting utf8parse v0.2.1 |
| 2560 | 2023-11-02T04:59:10.916Z | Documenting siphasher v0.3.11 |
| 2561 | 2023-11-02T04:59:11.437Z | Documenting block-padding v0.3.3 |
| 2562 | 2023-11-02T04:59:12.239Z | Documenting heck v0.4.1 |
| 2563 | 2023-11-02T04:59:12.289Z | Checking unsafe-libyaml v0.2.9 |
| 2564 | 2023-11-02T04:59:13.510Z | Documenting postgres-protocol v0.6.6 |
| 2565 | 2023-11-02T04:59:14.041Z | Documenting static_assertions v1.1.0 |
| 2566 | 2023-11-02T04:59:14.070Z | Documenting typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
| 2567 | 2023-11-02T04:59:14.430Z | Checking typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
| 2568 | 2023-11-02T04:59:14.653Z | Checking getopts v0.2.21 |
| 2569 | 2023-11-02T04:59:15.185Z | Documenting toml_datetime v0.6.5 |
| 2570 | 2023-11-02T04:59:15.433Z | Documenting phf_shared v0.11.2 |
| 2571 | 2023-11-02T04:59:15.975Z | Documenting num-integer v0.1.45 |
| 2572 | 2023-11-02T04:59:18.033Z | Documenting inout v0.1.3 |
| 2573 | 2023-11-02T04:59:18.590Z | Documenting unsafe-libyaml v0.2.9 |
| 2574 | 2023-11-02T04:59:18.667Z | Documenting typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
| 2575 | 2023-11-02T04:59:21.568Z | Documenting whoami v1.4.1 |
| 2576 | 2023-11-02T04:59:21.681Z | Documenting phf v0.11.2 |
| 2577 | 2023-11-02T04:59:22.757Z | Documenting postgres-types v0.2.6 |
| 2578 | 2023-11-02T04:59:22.765Z | Checking ident_case v1.0.1 |
| 2579 | 2023-11-02T04:59:23.001Z | Documenting either v1.9.0 |
| 2580 | 2023-11-02T04:59:24.288Z | Documenting serde_yaml v0.9.25 |
| 2581 | 2023-11-02T04:59:24.437Z | Checking progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
| 2582 | 2023-11-02T04:59:24.751Z | Documenting cipher v0.4.4 |
| 2583 | 2023-11-02T04:59:27.358Z | Checking serde_yaml v0.9.25 |
| 2584 | 2023-11-02T04:59:27.736Z | Documenting progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
| 2585 | 2023-11-02T04:59:28.175Z | Documenting getopts v0.2.21 |
| 2586 | 2023-11-02T04:59:29.170Z | Documenting zerocopy v0.6.4 |
| 2587 | 2023-11-02T04:59:30.576Z | Documenting typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
| 2588 | 2023-11-02T04:59:30.587Z | Documenting anstyle v1.0.2 |
| 2589 | 2023-11-02T04:59:33.600Z | Documenting tokio-postgres v0.7.10 |
| 2590 | 2023-11-02T04:59:33.801Z | Documenting data-encoding v2.4.0 |
| 2591 | 2023-11-02T04:59:34.217Z | Documenting progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
| 2592 | 2023-11-02T04:59:34.364Z | Documenting anstyle-parse v0.2.1 |
| 2593 | 2023-11-02T04:59:36.039Z | Documenting colorchoice v1.0.0 |
| 2594 | 2023-11-02T04:59:36.985Z | Documenting anstyle-query v1.0.0 |
| 2595 | 2023-11-02T04:59:37.932Z | Documenting match_cfg v0.1.0 |
| 2596 | 2023-11-02T04:59:39.141Z | Documenting itertools v0.11.0 |
| 2597 | 2023-11-02T04:59:40.074Z | Documenting terminal_size v0.2.6 |
| 2598 | 2023-11-02T04:59:40.721Z | Documenting dirs-sys-next v0.1.2 |
| 2599 | 2023-11-02T04:59:41.112Z | Documenting progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
| 2600 | 2023-11-02T04:59:42.160Z | Documenting hostname v0.3.1 |
| 2601 | 2023-11-02T04:59:43.100Z | Documenting anstream v0.5.0 |
| 2602 | 2023-11-02T04:59:45.875Z | Documenting strsim v0.10.0 |
| 2603 | 2023-11-02T04:59:46.420Z | Documenting clap_lex v0.5.1 |
| 2604 | 2023-11-02T04:59:46.539Z | Documenting tap v1.0.1 |
| 2605 | 2023-11-02T04:59:48.355Z | Documenting dirs-next v2.0.0 |
| 2606 | 2023-11-02T04:59:48.746Z | Documenting clap_derive v4.4.2 |
| 2607 | 2023-11-02T04:59:49.606Z | Documenting thread_local v1.1.7 |
| 2608 | 2023-11-02T04:59:50.768Z | Documenting wyz v0.5.1 |
| 2609 | 2023-11-02T04:59:50.794Z | Documenting crc32fast v1.3.2 |
| 2610 | 2023-11-02T04:59:52.164Z | Documenting radium v0.7.0 |
| 2611 | 2023-11-02T04:59:52.590Z | Documenting clap_builder v4.4.2 |
| 2612 | 2023-11-02T04:59:53.201Z | Documenting progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
| 2613 | 2023-11-02T04:59:54.754Z | Documenting funty v2.0.0 |
| 2614 | 2023-11-02T04:59:55.363Z | Documenting term v0.7.0 |
| 2615 | 2023-11-02T04:59:56.108Z | Documenting num-iter v0.1.43 |
| 2616 | 2023-11-02T04:59:56.524Z | Documenting crossbeam-channel v0.5.8 |
| 2617 | 2023-11-02T04:59:56.968Z | Documenting sha1 v0.10.5 |
| 2618 | 2023-11-02T04:59:57.395Z | Documenting enum-as-inner v0.5.1 |
| 2619 | 2023-11-02T04:59:59.890Z | Documenting bitvec v1.0.1 |
| 2620 | 2023-11-02T05:00:07.345Z | Documenting atty v0.2.14 |
| 2621 | 2023-11-02T05:00:07.429Z | Documenting clap v4.4.3 |
| 2622 | 2023-11-02T05:00:07.484Z | Documenting memoffset v0.9.0 |
| 2623 | 2023-11-02T05:00:07.516Z | Documenting take_mut v0.2.2 |
| 2624 | 2023-11-02T05:00:07.562Z | Documenting flate2 v1.0.28 |
| 2625 | 2023-11-02T05:00:07.589Z | Documenting trust-dns-proto v0.22.0 |
| 2626 | 2023-11-02T05:00:07.606Z | Documenting slog-term v2.9.0 |
| 2627 | 2023-11-02T05:00:07.636Z | Documenting crossbeam-epoch v0.9.15 |
| 2628 | 2023-11-02T05:00:09.520Z | Documenting slog-async v2.8.0 |
| 2629 | 2023-11-02T05:00:09.876Z | Documenting slog-json v2.6.1 |
| 2630 | 2023-11-02T05:00:10.165Z | Documenting camino v1.1.6 |
| 2631 | 2023-11-02T05:00:10.619Z | Documenting paste v1.0.14 |
| 2632 | 2023-11-02T05:00:11.628Z | Documenting signature v2.1.0 |
| 2633 | 2023-11-02T05:00:13.887Z | Documenting hash32 v0.2.1 |
| 2634 | 2023-11-02T05:00:13.934Z | Documenting scheduled-thread-pool v0.2.7 |
| 2635 | 2023-11-02T05:00:15.849Z | Documenting diesel_table_macro_syntax v0.1.0 |
| 2636 | 2023-11-02T05:00:16.852Z | Checking diesel_table_macro_syntax v0.1.0 |
| 2637 | 2023-11-02T05:00:17.129Z | Documenting bzip2-sys v0.1.11+1.0.8 |
| 2638 | 2023-11-02T05:00:17.304Z | Documenting unicode-segmentation v1.10.1 |
| 2639 | 2023-11-02T05:00:17.584Z | Documenting slog-bunyan v2.4.0 |
| 2640 | 2023-11-02T05:00:18.909Z | Documenting stable_deref_trait v1.2.0 |
| 2641 | 2023-11-02T05:00:18.978Z | Checking darling_core v0.20.3 |
| 2642 | 2023-11-02T05:00:20.083Z | Documenting async-stream-impl v0.3.5 |
| 2643 | 2023-11-02T05:00:20.517Z | Documenting r2d2 v0.8.10 |
| 2644 | 2023-11-02T05:00:22.121Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2645 | 2023-11-02T05:00:22.410Z | Documenting strum v0.25.0 |
| 2646 | 2023-11-02T05:00:23.083Z | Documenting heapless v0.7.16 |
| 2647 | 2023-11-02T05:00:23.321Z | Documenting bzip2 v0.4.4 |
| 2648 | 2023-11-02T05:00:23.886Z | Documenting diesel_derives v2.1.1 |
| 2649 | 2023-11-02T05:00:25.276Z | Documenting bit-vec v0.6.3 |
| 2650 | 2023-11-02T05:00:27.360Z | Documenting managed v0.8.0 |
| 2651 | 2023-11-02T05:00:27.536Z | Documenting atomic-waker v1.1.1 |
| 2652 | 2023-11-02T05:00:28.666Z | Documenting debug-ignore v1.0.5 |
| 2653 | 2023-11-02T05:00:28.678Z | Documenting async-stream v0.3.5 |
| 2654 | 2023-11-02T05:00:29.780Z | Documenting zip v0.6.6 |
| 2655 | 2023-11-02T05:00:31.284Z | Checking darling v0.20.3 |
| 2656 | 2023-11-02T05:00:31.287Z | Documenting num-bigint v0.4.4 |
| 2657 | 2023-11-02T05:00:31.338Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
| 2658 | 2023-11-02T05:00:31.721Z | Documenting waitgroup v0.1.2 |
| 2659 | 2023-11-02T05:00:32.402Z | Documenting smoltcp v0.9.1 |
| 2660 | 2023-11-02T05:00:32.445Z | Documenting multer v2.1.0 |
| 2661 | 2023-11-02T05:00:34.837Z | Documenting hubpack v0.1.2 |
| 2662 | 2023-11-02T05:00:35.793Z | Documenting diesel v2.1.3 |
| 2663 | 2023-11-02T05:00:36.897Z | Documenting serde_spanned v0.6.4 |
| 2664 | 2023-11-02T05:00:37.921Z | Documenting serde_path_to_error v0.1.14 |
| 2665 | 2023-11-02T05:00:39.355Z | Documenting bstr v1.6.0 |
| 2666 | 2023-11-02T05:00:40.014Z | Documenting serde_repr v0.1.16 |
| 2667 | 2023-11-02T05:00:40.373Z | Documenting lalrpop-util v0.19.12 |
| 2668 | 2023-11-02T05:00:50.341Z | Documenting new_debug_unreachable v1.0.4 |
| 2669 | 2023-11-02T05:00:50.370Z | Documenting precomputed-hash v0.1.1 |
| 2670 | 2023-11-02T05:00:50.388Z | Documenting fixedbitset v0.4.2 |
| 2671 | 2023-11-02T05:00:50.408Z | Documenting winnow v0.5.15 |
| 2672 | 2023-11-02T05:00:50.418Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
| 2673 | 2023-11-02T05:00:50.427Z | Documenting yasna v0.5.2 |
| 2674 | 2023-11-02T05:00:50.436Z | Documenting serde_with_macros v2.3.3 |
| 2675 | 2023-11-02T05:00:50.443Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 2676 | 2023-11-02T05:00:50.454Z | Documenting string_cache v0.8.7 |
| 2677 | 2023-11-02T05:00:50.461Z | Documenting petgraph v0.6.4 |
| 2678 | 2023-11-02T05:00:53.677Z | Documenting toml_edit v0.20.7 |
| 2679 | 2023-11-02T05:00:54.456Z | Documenting console v0.15.7 |
| 2680 | 2023-11-02T05:00:55.165Z | Documenting float-cmp v0.9.0 |
| 2681 | 2023-11-02T05:00:55.576Z | Documenting normalize-line-endings v0.3.0 |
| 2682 | 2023-11-02T05:00:56.998Z | Documenting predicates-core v1.0.6 |
| 2683 | 2023-11-02T05:00:59.226Z | Documenting difflib v0.4.0 |
| 2684 | 2023-11-02T05:01:01.405Z | Documenting serde_with v2.3.3 |
| 2685 | 2023-11-02T05:01:01.786Z | Documenting bit-set v0.5.3 |
| 2686 | 2023-11-02T05:01:01.977Z | Documenting similar v2.2.1 |
| 2687 | 2023-11-02T05:01:02.840Z | Documenting toml v0.8.6 |
| 2688 | 2023-11-02T05:01:03.731Z | Documenting tokio-stream v0.1.14 |
| 2689 | 2023-11-02T05:01:05.381Z | Documenting predicates v3.0.4 |
| 2690 | 2023-11-02T05:01:08.346Z | Documenting structmeta-derive v0.1.6 |
| 2691 | 2023-11-02T05:01:08.389Z | Checking structmeta v0.1.6 |
| 2692 | 2023-11-02T05:01:08.781Z | Documenting instant v0.1.12 |
| 2693 | 2023-11-02T05:01:09.424Z | Checking regex-syntax v0.6.29 |
| 2694 | 2023-11-02T05:01:09.548Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2695 | 2023-11-02T05:01:10.523Z | Documenting macaddr v1.0.1 |
| 2696 | 2023-11-02T05:01:11.853Z | Documenting base64ct v1.6.0 |
| 2697 | 2023-11-02T05:01:13.009Z | Checking scopeguard v1.2.0 |
| 2698 | 2023-11-02T05:01:13.233Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2699 | 2023-11-02T05:01:13.784Z | Checking lock_api v0.4.10 |
| 2700 | 2023-11-02T05:01:14.403Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2701 | 2023-11-02T05:01:14.564Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2702 | 2023-11-02T05:01:14.752Z | Documenting crucible-workspace-hack v0.1.0 |
| 2703 | 2023-11-02T05:01:15.082Z | Documenting backoff v0.4.0 |
| 2704 | 2023-11-02T05:01:16.612Z | Documenting blake2 v0.10.6 |
| 2705 | 2023-11-02T05:01:16.927Z | Documenting structmeta v0.1.6 |
| 2706 | 2023-11-02T05:01:17.173Z | Checking smallvec v1.11.0 |
| 2707 | 2023-11-02T05:01:17.772Z | Checking parking_lot_core v0.9.8 |
| 2708 | 2023-11-02T05:01:18.152Z | Documenting password-hash v0.5.0 |
| 2709 | 2023-11-02T05:01:18.381Z | Documenting is-terminal v0.4.9 |
| 2710 | 2023-11-02T05:01:19.557Z | Checking pin-project-lite v0.2.13 |
| 2711 | 2023-11-02T05:01:19.733Z | Checking parking_lot v0.12.1 |
| 2712 | 2023-11-02T05:01:20.307Z | Checking rand_core v0.6.4 |
| 2713 | 2023-11-02T05:01:20.753Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2714 | 2023-11-02T05:01:20.834Z | Checking typenum v1.16.0 |
| 2715 | 2023-11-02T05:01:20.981Z | Checking zeroize v1.6.0 |
| 2716 | 2023-11-02T05:01:21.386Z | Documenting proc-macro-error-attr v1.0.4 |
| 2717 | 2023-11-02T05:01:22.394Z | Checking futures-core v0.3.29 |
| 2718 | 2023-11-02T05:01:22.690Z | Checking unicode-segmentation v1.10.1 |
| 2719 | 2023-11-02T05:01:23.104Z | Checking generic-array v0.14.7 |
| 2720 | 2023-11-02T05:01:23.822Z | Checking proc-macro-error v1.0.4 |
| 2721 | 2023-11-02T05:01:24.119Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 2722 | 2023-11-02T05:01:24.259Z | Documenting parse-display-derive v0.7.0 |
| 2723 | 2023-11-02T05:01:24.276Z | Checking mio v0.8.8 |
| 2724 | 2023-11-02T05:01:24.744Z | Documenting argon2 v0.5.2 |
| 2725 | 2023-11-02T05:01:25.647Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2726 | 2023-11-02T05:01:25.651Z | Checking signal-hook-registry v1.4.1 |
| 2727 | 2023-11-02T05:01:25.664Z | Checking socket2 v0.5.4 |
| 2728 | 2023-11-02T05:01:25.677Z | Checking num_cpus v1.16.0 |
| 2729 | 2023-11-02T05:01:25.830Z | Checking futures-sink v0.3.29 |
| 2730 | 2023-11-02T05:01:26.052Z | Documenting postcard-cobs v0.1.5-pre |
| 2731 | 2023-11-02T05:01:26.202Z | Documenting fastrand v2.0.0 |
| 2732 | 2023-11-02T05:01:26.809Z | Checking tokio v1.33.0 |
| 2733 | 2023-11-02T05:01:27.699Z | Documenting proc-macro-error v1.0.4 |
| 2734 | 2023-11-02T05:01:28.341Z | Documenting foreign-types-macros v0.2.3 |
| 2735 | 2023-11-02T05:01:30.352Z | Documenting postcard v0.7.3 |
| 2736 | 2023-11-02T05:01:31.345Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 2737 | 2023-11-02T05:01:32.555Z | Checking tinyvec_macros v0.1.1 |
| 2738 | 2023-11-02T05:01:32.684Z | Documenting tempfile v3.8.0 |
| 2739 | 2023-11-02T05:01:32.690Z | Checking spin v0.5.2 |
| 2740 | 2023-11-02T05:01:33.046Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 2741 | 2023-11-02T05:01:34.585Z | Documenting parse-display v0.7.0 |
| 2742 | 2023-11-02T05:01:34.949Z | Documenting foreign-types-shared v0.3.1 |
| 2743 | 2023-11-02T05:01:35.916Z | Checking tinyvec v1.6.0 |
| 2744 | 2023-11-02T05:01:36.889Z | Checking futures-channel v0.3.29 |
| 2745 | 2023-11-02T05:01:37.492Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 2746 | 2023-11-02T05:01:37.539Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2747 | 2023-11-02T05:01:38.113Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2748 | 2023-11-02T05:01:38.259Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 2749 | 2023-11-02T05:01:38.435Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 2750 | 2023-11-02T05:01:39.138Z | Documenting foreign-types v0.5.0 |
| 2751 | 2023-11-02T05:01:39.900Z | Documenting cstr-argument v0.1.2 |
| 2752 | 2023-11-02T05:01:41.218Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2753 | 2023-11-02T05:01:43.742Z | Checking slab v0.4.9 |
| 2754 | 2023-11-02T05:01:44.171Z | Checking futures-task v0.3.29 |
| 2755 | 2023-11-02T05:01:44.346Z | Checking futures-io v0.3.29 |
| 2756 | 2023-11-02T05:01:44.586Z | Checking pin-utils v0.1.0 |
| 2757 | 2023-11-02T05:01:44.671Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2758 | 2023-11-02T05:01:44.747Z | Checking futures-util v0.3.29 |
| 2759 | 2023-11-02T05:01:45.085Z | Checking unicode-normalization v0.1.22 |
| 2760 | 2023-11-02T05:01:45.435Z | Documenting colored v2.0.4 |
| 2761 | 2023-11-02T05:01:45.718Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2762 | 2023-11-02T05:01:46.018Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 2763 | 2023-11-02T05:01:46.683Z | Checking crypto-common v0.1.6 |
| 2764 | 2023-11-02T05:01:47.173Z | Checking spin v0.9.8 |
| 2765 | 2023-11-02T05:01:47.319Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 2766 | 2023-11-02T05:01:47.940Z | Checking tracing-core v0.1.31 |
| 2767 | 2023-11-02T05:01:48.620Z | Checking unicode-bidi v0.3.13 |
| 2768 | 2023-11-02T05:02:06.515Z | Checking tracing v0.1.37 |
| 2769 | 2023-11-02T05:02:06.749Z | Documenting zone_cfg_derive v0.2.0 |
| 2770 | 2023-11-02T05:02:06.766Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2771 | 2023-11-02T05:02:06.795Z | Checking block-buffer v0.10.4 |
| 2772 | 2023-11-02T05:02:06.859Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2773 | 2023-11-02T05:02:06.876Z | Documenting num-derive v0.4.0 |
| 2774 | 2023-11-02T05:02:06.886Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
| 2775 | 2023-11-02T05:02:06.899Z | Checking ppv-lite86 v0.2.17 |
| 2776 | 2023-11-02T05:02:06.910Z | Checking const-oid v0.9.5 |
| 2777 | 2023-11-02T05:02:06.925Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 2778 | 2023-11-02T05:02:06.945Z | Checking subtle v2.5.0 |
| 2779 | 2023-11-02T05:02:06.961Z | Documenting zone v0.2.0 |
| 2780 | 2023-11-02T05:02:06.976Z | Checking digest v0.10.7 |
| 2781 | 2023-11-02T05:02:06.988Z | Checking rand_chacha v0.3.1 |
| 2782 | 2023-11-02T05:02:06.995Z | Documenting smf v0.2.2 |
| 2783 | 2023-11-02T05:02:07.012Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
| 2784 | 2023-11-02T05:02:07.023Z | Checking bitflags v2.4.0 |
| 2785 | 2023-11-02T05:02:07.029Z | Documenting linked-hash-map v0.5.6 |
| 2786 | 2023-11-02T05:02:07.038Z | Checking base64 v0.21.5 |
| 2787 | 2023-11-02T05:02:07.055Z | Checking rand v0.8.5 |
| 2788 | 2023-11-02T05:02:07.065Z | Checking tokio-util v0.7.10 |
| 2789 | 2023-11-02T05:02:07.493Z | Checking untrusted v0.9.0 |
| 2790 | 2023-11-02T05:02:07.497Z | Checking bitflags v1.3.2 |
| 2791 | 2023-11-02T05:02:07.516Z | Checking percent-encoding v2.3.0 |
| 2792 | 2023-11-02T05:02:07.522Z | Checking foreign-types-shared v0.1.1 |
| 2793 | 2023-11-02T05:02:07.528Z | Checking hashbrown v0.12.3 |
| 2794 | 2023-11-02T05:02:07.554Z | Checking openssl-probe v0.1.5 |
| 2795 | 2023-11-02T05:02:07.570Z | Checking untrusted v0.7.1 |
| 2796 | 2023-11-02T05:02:07.575Z | Checking ring v0.16.20 |
| 2797 | 2023-11-02T05:02:07.579Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 2798 | 2023-11-02T05:02:07.593Z | Checking foreign-types v0.3.2 |
| 2799 | 2023-11-02T05:02:07.606Z | Checking ring v0.17.5 |
| 2800 | 2023-11-02T05:02:08.021Z | Checking indexmap v1.9.3 |
| 2801 | 2023-11-02T05:02:08.402Z | Checking openssl-sys v0.9.93 |
| 2802 | 2023-11-02T05:02:09.043Z | Checking errno v0.3.2 |
| 2803 | 2023-11-02T05:02:09.546Z | Documenting lru-cache v0.1.2 |
| 2804 | 2023-11-02T05:02:09.570Z | Checking adler v1.0.2 |
| 2805 | 2023-11-02T05:02:09.584Z | Checking try-lock v0.2.4 |
| 2806 | 2023-11-02T05:02:09.589Z | Checking siphasher v0.3.11 |
| 2807 | 2023-11-02T05:02:09.597Z | Checking want v0.3.1 |
| 2808 | 2023-11-02T05:02:09.617Z | Checking h2 v0.3.21 |
| 2809 | 2023-11-02T05:02:09.770Z | Checking miniz_oxide v0.7.1 |
| 2810 | 2023-11-02T05:02:09.991Z | Checking sct v0.7.0 |
| 2811 | 2023-11-02T05:02:10.315Z | Checking form_urlencoded v1.2.0 |
| 2812 | 2023-11-02T05:02:10.623Z | Checking lazy_static v1.4.0 |
| 2813 | 2023-11-02T05:02:10.644Z | Checking openssl v0.10.57 |
| 2814 | 2023-11-02T05:02:10.670Z | Checking rustls-webpki v0.101.7 |
| 2815 | 2023-11-02T05:02:10.796Z | Checking http-body v0.4.5 |
| 2816 | 2023-11-02T05:02:10.970Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2817 | 2023-11-02T05:02:11.394Z | Checking io-lifetimes v1.0.11 |
| 2818 | 2023-11-02T05:02:11.512Z | Checking socket2 v0.4.9 |
| 2819 | 2023-11-02T05:02:11.684Z | Checking httparse v1.8.0 |
| 2820 | 2023-11-02T05:02:11.846Z | Checking tower-service v0.3.2 |
| 2821 | 2023-11-02T05:02:12.030Z | Checking anstyle v1.0.2 |
| 2822 | 2023-11-02T05:02:12.191Z | Checking cpufeatures v0.2.9 |
| 2823 | 2023-11-02T05:02:12.329Z | Checking httpdate v1.0.3 |
| 2824 | 2023-11-02T05:02:12.342Z | Checking utf8parse v0.2.1 |
| 2825 | 2023-11-02T05:02:12.560Z | Checking sha2 v0.10.8 |
| 2826 | 2023-11-02T05:02:12.578Z | Checking anstyle-parse v0.2.1 |
| 2827 | 2023-11-02T05:02:12.703Z | Checking rustls v0.21.8 |
| 2828 | 2023-11-02T05:02:12.978Z | Checking rustix v0.37.23 |
| 2829 | 2023-11-02T05:02:13.553Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2830 | 2023-11-02T05:02:15.083Z | Checking rustls-pemfile v1.0.3 |
| 2831 | 2023-11-02T05:02:15.092Z | Checking hmac v0.12.1 |
| 2832 | 2023-11-02T05:02:15.513Z | Checking md-5 v0.10.5 |
| 2833 | 2023-11-02T05:02:15.521Z | Checking idna v0.4.0 |
| 2834 | 2023-11-02T05:02:15.529Z | Checking stringprep v0.1.3 |
| 2835 | 2023-11-02T05:02:15.533Z | Documenting slog-dtrace v0.2.3 |
| 2836 | 2023-11-02T05:02:15.779Z | Checking num-integer v0.1.45 |
| 2837 | 2023-11-02T05:02:15.961Z | Checking hash32 v0.2.1 |
| 2838 | 2023-11-02T05:02:16.466Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2839 | 2023-11-02T05:02:16.634Z | Documenting quick-error v1.2.3 |
| 2840 | 2023-11-02T05:02:16.814Z | Checking fallible-iterator v0.2.0 |
| 2841 | 2023-11-02T05:02:18.134Z | Checking gimli v0.28.0 |
| 2842 | 2023-11-02T05:02:18.151Z | Checking stable_deref_trait v1.2.0 |
| 2843 | 2023-11-02T05:02:18.156Z | Checking anstyle-query v1.0.0 |
| 2844 | 2023-11-02T05:02:18.336Z | Checking colorchoice v1.0.0 |
| 2845 | 2023-11-02T05:02:18.386Z | Checking either v1.9.0 |
| 2846 | 2023-11-02T05:02:18.539Z | Checking anstream v0.5.0 |
| 2847 | 2023-11-02T05:02:18.871Z | Checking heapless v0.7.16 |
| 2848 | 2023-11-02T05:02:19.061Z | Checking tokio-rustls v0.24.1 |
| 2849 | 2023-11-02T05:02:19.635Z | Checking postgres-protocol v0.6.6 |
| 2850 | 2023-11-02T05:02:19.871Z | Checking native-tls v0.2.11 |
| 2851 | 2023-11-02T05:02:19.898Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2852 | 2023-11-02T05:02:20.110Z | Checking hyper v0.14.27 |
| 2853 | 2023-11-02T05:02:20.339Z | Checking tokio-native-tls v0.3.1 |
| 2854 | 2023-11-02T05:02:20.587Z | Checking url v2.4.1 |
| 2855 | 2023-11-02T05:02:20.728Z | Checking terminal_size v0.2.6 |
| 2856 | 2023-11-02T05:02:20.741Z | Checking rustls-native-certs v0.6.3 |
| 2857 | 2023-11-02T05:02:20.964Z | Checking phf_shared v0.11.2 |
| 2858 | 2023-11-02T05:02:20.980Z | Checking block-padding v0.3.3 |
| 2859 | 2023-11-02T05:02:21.293Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2860 | 2023-11-02T05:02:21.461Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2861 | 2023-11-02T05:02:21.889Z | Checking scheduled-thread-pool v0.2.7 |
| 2862 | 2023-11-02T05:02:22.654Z | Checking object v0.32.1 |
| 2863 | 2023-11-02T05:02:24.181Z | Documenting resolv-conf v0.7.0 |
| 2864 | 2023-11-02T05:02:24.286Z | Checking addr2line v0.21.0 |
| 2865 | 2023-11-02T05:02:25.065Z | Checking toml_datetime v0.6.5 |
| 2866 | 2023-11-02T05:02:25.517Z | Checking serde_spanned v0.6.4 |
| 2867 | 2023-11-02T05:02:25.824Z | Checking bzip2-sys v0.1.11+1.0.8 |
| 2868 | 2023-11-02T05:02:26.042Z | Checking crc32fast v1.3.2 |
| 2869 | 2023-11-02T05:02:26.262Z | Checking winnow v0.5.15 |
| 2870 | 2023-11-02T05:02:26.424Z | Checking tap v1.0.1 |
| 2871 | 2023-11-02T05:02:26.671Z | Checking num_threads v0.1.6 |
| 2872 | 2023-11-02T05:02:26.844Z | Checking managed v0.8.0 |
| 2873 | 2023-11-02T05:02:27.485Z | Checking ipnet v2.8.0 |
| 2874 | 2023-11-02T05:02:28.271Z | Checking regex-automata v0.1.10 |
| 2875 | 2023-11-02T05:02:29.040Z | Checking clap_lex v0.5.1 |
| 2876 | 2023-11-02T05:02:29.334Z | Checking bit-vec v0.6.3 |
| 2877 | 2023-11-02T05:02:29.623Z | Checking rustc-demangle v0.1.23 |
| 2878 | 2023-11-02T05:02:29.858Z | Checking matches v0.1.10 |
| 2879 | 2023-11-02T05:02:29.999Z | Checking deranged v0.3.8 |
| 2880 | 2023-11-02T05:02:30.351Z | Checking idna v0.2.3 |
| 2881 | 2023-11-02T05:02:30.460Z | Checking hyper-tls v0.5.0 |
| 2882 | 2023-11-02T05:02:30.939Z | Checking hyper-rustls v0.24.2 |
| 2883 | 2023-11-02T05:02:31.571Z | Checking toml_edit v0.19.15 |
| 2884 | 2023-11-02T05:02:31.621Z | Documenting trust-dns-resolver v0.22.0 |
| 2885 | 2023-11-02T05:02:31.721Z | Checking backtrace v0.3.69 |
| 2886 | 2023-11-02T05:02:31.817Z | Checking clap_builder v4.4.2 |
| 2887 | 2023-11-02T05:02:32.691Z | Checking bstr v0.2.17 |
| 2888 | 2023-11-02T05:02:32.944Z | Checking time v0.3.27 |
| 2889 | 2023-11-02T05:02:34.043Z | Checking smoltcp v0.9.1 |
| 2890 | 2023-11-02T05:02:35.528Z | Checking wyz v0.5.1 |
| 2891 | 2023-11-02T05:02:35.858Z | Checking flate2 v1.0.28 |
| 2892 | 2023-11-02T05:02:36.617Z | Checking bzip2 v0.4.4 |
| 2893 | 2023-11-02T05:02:36.897Z | Checking r2d2 v0.8.10 |
| 2894 | 2023-11-02T05:02:36.912Z | Checking phf v0.11.2 |
| 2895 | 2023-11-02T05:02:37.062Z | Checking inout v0.1.3 |
| 2896 | 2023-11-02T05:02:37.181Z | Checking postgres-types v0.2.6 |
| 2897 | 2023-11-02T05:02:37.363Z | Checking itertools v0.11.0 |
| 2898 | 2023-11-02T05:02:37.403Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2899 | 2023-11-02T05:02:37.425Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2900 | 2023-11-02T05:02:38.400Z | Checking num-bigint v0.4.4 |
| 2901 | 2023-11-02T05:02:52.238Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2902 | 2023-11-02T05:02:52.428Z | Checking serde_urlencoded v0.7.1 |
| 2903 | 2023-11-02T05:02:52.476Z | Checking phf_shared v0.10.0 |
| 2904 | 2023-11-02T05:02:52.484Z | Checking futures-executor v0.3.29 |
| 2905 | 2023-11-02T05:02:52.510Z | Documenting pem-rfc7468 v0.7.0 |
| 2906 | 2023-11-02T05:02:52.591Z | Checking ipnetwork v0.20.0 |
| 2907 | 2023-11-02T05:02:52.659Z | Checking float-cmp v0.9.0 |
| 2908 | 2023-11-02T05:02:52.667Z | Checking zerocopy v0.6.4 |
| 2909 | 2023-11-02T05:02:52.678Z | Documenting der_derive v0.7.2 |
| 2910 | 2023-11-02T05:02:52.782Z | Checking hubpack v0.1.2 |
| 2911 | 2023-11-02T05:02:52.822Z | Checking encoding_rs v0.8.33 |
| 2912 | 2023-11-02T05:02:52.851Z | Checking crossbeam-utils v0.8.16 |
| 2913 | 2023-11-02T05:02:52.869Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2914 | 2023-11-02T05:02:52.892Z | Checking memoffset v0.9.0 |
| 2915 | 2023-11-02T05:02:52.900Z | Checking radium v0.7.0 |
| 2916 | 2023-11-02T05:02:52.931Z | Checking predicates-core v1.0.6 |
| 2917 | 2023-11-02T05:02:52.949Z | Checking regex-automata v0.3.8 |
| 2918 | 2023-11-02T05:02:52.960Z | Checking data-encoding v2.4.0 |
| 2919 | 2023-11-02T05:02:52.964Z | Documenting flagset v0.4.3 |
| 2920 | 2023-11-02T05:02:52.969Z | Checking difflib v0.4.0 |
| 2921 | 2023-11-02T05:02:52.974Z | Checking precomputed-hash v0.1.1 |
| 2922 | 2023-11-02T05:02:52.979Z | Checking new_debug_unreachable v1.0.4 |
| 2923 | 2023-11-02T05:02:52.986Z | Checking static_assertions v1.1.0 |
| 2924 | 2023-11-02T05:02:52.991Z | Checking normalize-line-endings v0.3.0 |
| 2925 | 2023-11-02T05:02:53.002Z | Checking mime v0.3.17 |
| 2926 | 2023-11-02T05:02:53.006Z | Checking whoami v1.4.1 |
| 2927 | 2023-11-02T05:02:53.429Z | Checking webpki-roots v0.25.2 |
| 2928 | 2023-11-02T05:02:53.439Z | Checking funty v2.0.0 |
| 2929 | 2023-11-02T05:02:53.453Z | Checking fixedbitset v0.4.2 |
| 2930 | 2023-11-02T05:02:53.458Z | Checking tokio-postgres v0.7.10 |
| 2931 | 2023-11-02T05:02:53.465Z | Checking reqwest v0.11.20 |
| 2932 | 2023-11-02T05:02:53.469Z | Checking petgraph v0.6.4 |
| 2933 | 2023-11-02T05:02:53.474Z | Checking bstr v1.6.0 |
| 2934 | 2023-11-02T05:02:53.480Z | Checking bitvec v1.0.1 |
| 2935 | 2023-11-02T05:02:53.484Z | Checking predicates v3.0.4 |
| 2936 | 2023-11-02T05:02:53.496Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 2937 | 2023-11-02T05:02:53.501Z | Checking string_cache v0.8.7 |
| 2938 | 2023-11-02T05:02:53.511Z | Checking trust-dns-proto v0.22.0 |
| 2939 | 2023-11-02T05:02:53.521Z | Checking crossbeam-epoch v0.9.15 |
| 2940 | 2023-11-02T05:02:53.544Z | Checking diesel v2.1.3 |
| 2941 | 2023-11-02T05:02:53.548Z | Checking yasna v0.5.2 |
| 2942 | 2023-11-02T05:02:53.560Z | Documenting der v0.7.8 |
| 2943 | 2023-11-02T05:02:53.569Z | Checking futures v0.3.29 |
| 2944 | 2023-11-02T05:02:53.574Z | Checking cipher v0.4.4 |
| 2945 | 2023-11-02T05:02:53.581Z | Checking zip v0.6.6 |
| 2946 | 2023-11-02T05:02:53.589Z | Checking clap v4.4.3 |
| 2947 | 2023-11-02T05:02:53.660Z | Checking toml v0.7.8 |
| 2948 | 2023-11-02T05:02:54.272Z | Checking similar v2.2.1 |
| 2949 | 2023-11-02T05:02:54.873Z | Checking anyhow v1.0.75 |
| 2950 | 2023-11-02T05:02:55.082Z | Checking bit-set v0.5.3 |
| 2951 | 2023-11-02T05:02:55.505Z | Checking itertools v0.10.5 |
| 2952 | 2023-11-02T05:02:55.591Z | Checking num-iter v0.1.43 |
| 2953 | 2023-11-02T05:02:55.669Z | Checking console v0.15.7 |
| 2954 | 2023-11-02T05:02:55.868Z | Checking rustix v0.38.9 |
| 2955 | 2023-11-02T05:02:56.335Z | Checking signature v2.1.0 |
| 2956 | 2023-11-02T05:02:56.414Z | Checking tokio-stream v0.1.14 |
| 2957 | 2023-11-02T05:02:56.547Z | Checking usdt v0.3.5 |
| 2958 | 2023-11-02T05:02:56.637Z | Checking hex v0.4.3 |
| 2959 | 2023-11-02T05:02:56.859Z | Checking semver v1.0.20 |
| 2960 | 2023-11-02T05:02:57.065Z | Checking slog v2.7.0 |
| 2961 | 2023-11-02T05:02:57.508Z | Checking lalrpop-util v0.19.12 |
| 2962 | 2023-11-02T05:02:57.586Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2963 | 2023-11-02T05:02:57.704Z | Documenting cancel-safe-futures v0.1.5 |
| 2964 | 2023-11-02T05:02:57.862Z | Checking heck v0.3.3 |
| 2965 | 2023-11-02T05:02:57.990Z | Documenting hkdf v0.12.3 |
| 2966 | 2023-11-02T05:02:58.160Z | Documenting structopt-derive v0.4.18 |
| 2967 | 2023-11-02T05:02:59.282Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2968 | 2023-11-02T05:02:59.596Z | Documenting keccak v0.1.4 |
| 2969 | 2023-11-02T05:03:00.306Z | Documenting spki v0.7.2 |
| 2970 | 2023-11-02T05:03:03.783Z | Documenting arc-swap v1.6.0 |
| 2971 | 2023-11-02T05:03:05.612Z | Documenting crc-catalog v2.2.0 |
| 2972 | 2023-11-02T05:03:05.790Z | Documenting sha3 v0.10.8 |
| 2973 | 2023-11-02T05:03:06.916Z | Documenting structopt v0.3.26 |
| 2974 | 2023-11-02T05:03:07.157Z | Documenting pkcs8 v0.10.2 |
| 2975 | 2023-11-02T05:03:10.025Z | Documenting slog-scope v4.4.0 |
| 2976 | 2023-11-02T05:03:10.186Z | Documenting crc v3.0.1 |
| 2977 | 2023-11-02T05:03:13.610Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2978 | 2023-11-02T05:03:13.967Z | Documenting libefi-sys v0.1.0 |
| 2979 | 2023-11-02T05:03:14.206Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2980 | 2023-11-02T05:03:14.991Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2981 | 2023-11-02T05:03:15.863Z | Documenting secrecy v0.8.0 |
| 2982 | 2023-11-02T05:03:16.199Z | Documenting packed_struct_codegen v0.10.1 |
| 2983 | 2023-11-02T05:03:16.440Z | Documenting nodrop v0.1.14 |
| 2984 | 2023-11-02T05:03:19.183Z | Documenting ciborium-io v0.2.1 |
| 2985 | 2023-11-02T05:03:20.622Z | Documenting half v1.8.2 |
| 2986 | 2023-11-02T05:03:21.131Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2987 | 2023-11-02T05:03:22.638Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2988 | 2023-11-02T05:03:23.074Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
| 2989 | 2023-11-02T05:03:23.297Z | Documenting array-init v0.0.4 |
| 2990 | 2023-11-02T05:03:24.360Z | Documenting packed_struct v0.10.1 |
| 2991 | 2023-11-02T05:03:25.162Z | Documenting slog-stdlog v4.1.1 |
| 2992 | 2023-11-02T05:03:25.411Z | Documenting ciborium-ll v0.2.1 |
| 2993 | 2023-11-02T05:03:28.197Z | Documenting pkcs1 v0.7.5 |
| 2994 | 2023-11-02T05:03:28.354Z | Documenting num-bigint-dig v0.8.4 |
| 2995 | 2023-11-02T05:03:31.026Z | Documenting num-rational v0.4.1 |
| 2996 | 2023-11-02T05:03:31.421Z | Documenting universal-hash v0.5.1 |
| 2997 | 2023-11-02T05:03:31.787Z | Documenting num-complex v0.4.4 |
| 2998 | 2023-11-02T05:03:34.924Z | Documenting xattr v1.0.1 |
| 2999 | 2023-11-02T05:03:38.013Z | Documenting filetime v0.2.22 |
| 3000 | 2023-11-02T05:03:38.150Z | Documenting bitfield v0.14.0 |
| 3001 | 2023-11-02T05:03:38.640Z | Documenting opaque-debug v0.3.0 |
| 3002 | 2023-11-02T05:03:39.297Z | Documenting termcolor v1.2.0 |
| 3003 | 2023-11-02T05:03:40.642Z | Documenting num v0.4.1 |
| 3004 | 2023-11-02T05:03:41.381Z | Documenting rsa v0.9.2 |
| 3005 | 2023-11-02T05:03:42.128Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3006 | 2023-11-02T05:03:42.542Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 3007 | 2023-11-02T05:03:42.988Z | Documenting ciborium v0.2.1 |
| 3008 | 2023-11-02T05:03:44.453Z | Documenting tar v0.4.40 |
| 3009 | 2023-11-02T05:03:46.091Z | Documenting env_logger v0.10.0 |
| 3010 | 2023-11-02T05:03:49.406Z | Documenting slog-envlogger v2.2.0 |
| 3011 | 2023-11-02T05:03:50.312Z | Documenting serde-hex v0.1.0 |
| 3012 | 2023-11-02T05:03:51.163Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 3013 | 2023-11-02T05:03:51.971Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3014 | 2023-11-02T05:03:52.548Z | Documenting x509-cert v0.2.4 |
| 3015 | 2023-11-02T05:03:53.521Z | Documenting omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 3016 | 2023-11-02T05:03:55.302Z | Documenting signal-hook v0.3.17 |
| 3017 | 2023-11-02T05:03:57.365Z | Documenting ron v0.8.1 |
| 3018 | 2023-11-02T05:03:57.727Z | Documenting fxhash v0.2.1 |
| 3019 | 2023-11-02T05:03:59.374Z | Documenting derive-where v1.2.5 |
| 3020 | 2023-11-02T05:03:59.539Z | Documenting crc-any v2.4.3 |
| 3021 | 2023-11-02T05:04:01.169Z | Documenting linear-map v1.2.0 |
| 3022 | 2023-11-02T05:04:01.878Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3023 | 2023-11-02T05:04:04.026Z | Documenting doc-comment v0.3.3 |
| 3024 | 2023-11-02T05:04:04.284Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 3025 | 2023-11-02T05:04:04.735Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 3026 | 2023-11-02T05:04:07.724Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 3027 | 2023-11-02T05:04:08.208Z | Documenting newtype_derive v0.1.6 |
| 3028 | 2023-11-02T05:04:09.015Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3029 | 2023-11-02T05:04:11.120Z | Documenting libsqlite3-sys v0.26.0 |
| 3030 | 2023-11-02T05:04:14.338Z | Documenting crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
| 3031 | 2023-11-02T05:04:15.317Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3032 | 2023-11-02T05:04:18.175Z | Documenting hashlink v0.8.3 |
| 3033 | 2023-11-02T05:04:20.210Z | Documenting aead v0.5.2 |
| 3034 | 2023-11-02T05:04:23.200Z | Documenting snafu-derive v0.7.5 |
| 3035 | 2023-11-02T05:04:25.266Z | Documenting fallible-streaming-iterator v0.1.9 |
| 3036 | 2023-11-02T05:04:26.064Z | Documenting same-file v1.0.6 |
| 3037 | 2023-11-02T05:04:26.472Z | Documenting path-slash v0.1.5 |
| 3038 | 2023-11-02T05:04:26.550Z | Documenting steno v0.4.0 |
| 3039 | 2023-11-02T05:04:28.408Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 3040 | 2023-11-02T05:04:29.867Z | Documenting rusqlite v0.29.0 |
| 3041 | 2023-11-02T05:04:31.333Z | Documenting camino-tempfile v1.0.2 |
| 3042 | 2023-11-02T05:04:32.526Z | Documenting walkdir v2.4.0 |
| 3043 | 2023-11-02T05:04:32.881Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
| 3044 | 2023-11-02T05:04:33.630Z | Documenting omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 3045 | 2023-11-02T05:04:34.542Z | Documenting snafu v0.7.5 |
| 3046 | 2023-11-02T05:04:37.628Z | Documenting nix v0.26.2 |
| 3047 | 2023-11-02T05:04:38.717Z | Checking darling_core v0.14.4 |
| 3048 | 2023-11-02T05:04:39.027Z | Documenting twox-hash v1.6.3 |
| 3049 | 2023-11-02T05:04:41.052Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 3050 | 2023-11-02T05:04:41.628Z | Documenting nibble_vec v0.1.0 |
| 3051 | 2023-11-02T05:04:42.577Z | Documenting endian-type v0.1.2 |
| 3052 | 2023-11-02T05:04:43.522Z | Documenting nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 3053 | 2023-11-02T05:04:45.523Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3054 | 2023-11-02T05:04:47.593Z | Checking darling v0.14.4 |
| 3055 | 2023-11-02T05:04:47.761Z | Documenting oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 3056 | 2023-11-02T05:04:48.127Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3057 | 2023-11-02T05:04:48.135Z | Documenting crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
| 3058 | 2023-11-02T05:04:48.921Z | Documenting radix_trie v0.2.1 |
| 3059 | 2023-11-02T05:04:49.508Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3060 | 2023-11-02T05:04:50.469Z | Documenting polyval v0.6.1 |
| 3061 | 2023-11-02T05:04:55.610Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3062 | 2023-11-02T05:04:57.504Z | Documenting num_enum v0.7.0 |
| 3063 | 2023-11-02T05:04:57.559Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3064 | 2023-11-02T05:04:57.890Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3065 | 2023-11-02T05:04:58.009Z | Documenting ctr v0.9.2 |
| 3066 | 2023-11-02T05:05:03.767Z | Documenting aes v0.8.3 |
| 3067 | 2023-11-02T05:05:04.439Z | Documenting bincode v1.3.3 |
| 3068 | 2023-11-02T05:05:05.652Z | Documenting path-dedot v3.1.0 |
| 3069 | 2023-11-02T05:05:11.742Z | Documenting utf-8 v0.7.6 |
| 3070 | 2023-11-02T05:05:12.556Z | Checking convert_case v0.4.0 |
| 3071 | 2023-11-02T05:05:12.578Z | Documenting convert_case v0.4.0 |
| 3072 | 2023-11-02T05:05:12.625Z | Documenting aes-gcm-siv v0.11.1 |
| 3073 | 2023-11-02T05:05:14.148Z | Documenting path-absolutize v3.1.0 |
| 3074 | 2023-11-02T05:05:16.049Z | Documenting crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
| 3075 | 2023-11-02T05:05:16.563Z | Documenting oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 3076 | 2023-11-02T05:05:18.329Z | Documenting tungstenite v0.20.1 |
| 3077 | 2023-11-02T05:05:18.595Z | Documenting derive_more v0.99.17 |
| 3078 | 2023-11-02T05:05:20.322Z | Documenting trust-dns-client v0.22.0 |
| 3079 | 2023-11-02T05:05:20.550Z | Documenting buf-list v1.0.3 |
| 3080 | 2023-11-02T05:05:22.220Z | Documenting globset v0.4.13 |
| 3081 | 2023-11-02T05:05:28.212Z | Documenting crossbeam-deque v0.8.3 |
| 3082 | 2023-11-02T05:05:28.666Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3083 | 2023-11-02T05:05:28.962Z | Documenting headers-core v0.2.0 |
| 3084 | 2023-11-02T05:05:38.476Z | Documenting olpc-cjson v0.1.3 |
| 3085 | 2023-11-02T05:05:39.669Z | Documenting serde_plain v1.0.2 |
| 3086 | 2023-11-02T05:05:40.499Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3087 | 2023-11-02T05:05:41.226Z | Documenting async-recursion v1.0.5 |
| 3088 | 2023-11-02T05:05:52.117Z | Documenting bitstruct_derive v0.1.0 |
| 3089 | 2023-11-02T05:05:52.217Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 3090 | 2023-11-02T05:05:52.339Z | Documenting display-error-chain v0.2.0 |
| 3091 | 2023-11-02T05:05:52.410Z | Documenting ascii v1.1.0 |
| 3092 | 2023-11-02T05:05:52.496Z | Documenting ringbuffer v0.15.0 |
| 3093 | 2023-11-02T05:05:52.553Z | Documenting tough v0.12.5 |
| 3094 | 2023-11-02T05:05:52.630Z | Documenting headers v0.3.9 |
| 3095 | 2023-11-02T05:05:52.842Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 3096 | 2023-11-02T05:05:53.017Z | Documenting rayon-core v1.12.0 |
| 3097 | 2023-11-02T05:05:53.625Z | Documenting bitstruct v0.1.1 |
| 3098 | 2023-11-02T05:05:53.656Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 3099 | 2023-11-02T05:05:53.691Z | Documenting trust-dns-server v0.22.1 |
| 3100 | 2023-11-02T05:05:53.714Z | Documenting crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
| 3101 | 2023-11-02T05:05:53.733Z | Documenting tokio-tungstenite v0.20.1 |
| 3102 | 2023-11-02T05:05:53.773Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3103 | 2023-11-02T05:05:53.799Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3104 | 2023-11-02T05:05:53.822Z | Checking derive_builder_core v0.12.0 |
| 3105 | 2023-11-02T05:05:53.852Z | Documenting derive_builder_core v0.12.0 |
| 3106 | 2023-11-02T05:05:53.879Z | Documenting sled v0.34.7 |
| 3107 | 2023-11-02T05:05:53.910Z | Documenting signal-hook-mio v0.2.3 |
| 3108 | 2023-11-02T05:05:54.175Z | Documenting erased-serde v0.3.30 |
| 3109 | 2023-11-02T05:05:58.094Z | Documenting unicase v2.7.0 |
| 3110 | 2023-11-02T05:05:58.734Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3111 | 2023-11-02T05:05:59.239Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
| 3112 | 2023-11-02T05:05:59.978Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3113 | 2023-11-02T05:06:00.172Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3114 | 2023-11-02T05:06:00.270Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3115 | 2023-11-02T05:06:00.463Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
| 3116 | 2023-11-02T05:06:00.624Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 3117 | 2023-11-02T05:06:00.708Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3118 | 2023-11-02T05:06:01.245Z | Documenting serde_arrays v0.1.0 |
| 3119 | 2023-11-02T05:06:02.327Z | Documenting ff v0.13.0 |
| 3120 | 2023-11-02T05:06:02.470Z | Documenting pretty-hex v0.3.0 |
| 3121 | 2023-11-02T05:06:03.176Z | Documenting mime_guess v2.0.4 |
| 3122 | 2023-11-02T05:06:07.199Z | Documenting derive_builder_macro v0.12.0 |
| 3123 | 2023-11-02T05:06:07.417Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3124 | 2023-11-02T05:06:08.109Z | Documenting crossterm v0.27.0 |
| 3125 | 2023-11-02T05:06:08.911Z | Documenting group v0.13.0 |
| 3126 | 2023-11-02T05:06:10.204Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 3127 | 2023-11-02T05:06:14.785Z | Documenting rayon v1.8.0 |
| 3128 | 2023-11-02T05:06:15.632Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3129 | 2023-11-02T05:06:19.826Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 3130 | 2023-11-02T05:06:27.868Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3131 | 2023-11-02T05:06:28.187Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 3132 | 2023-11-02T05:06:45.374Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3133 | 2023-11-02T05:06:45.814Z | Documenting portable-atomic v1.4.3 |
| 3134 | 2023-11-02T05:06:46.495Z | Documenting ed25519 v1.5.3 |
| 3135 | 2023-11-02T05:06:46.703Z | Documenting bcs v0.1.6 |
| 3136 | 2023-11-02T05:06:46.783Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3137 | 2023-11-02T05:06:46.816Z | Documenting crypto-bigint v0.5.2 |
| 3138 | 2023-11-02T05:06:46.883Z | Documenting ref-cast-impl v1.0.20 |
| 3139 | 2023-11-02T05:06:46.906Z | Documenting curve25519-dalek-derive v0.1.0 |
| 3140 | 2023-11-02T05:06:47.726Z | Documenting thiserror-impl-no-std v2.0.2 |
| 3141 | 2023-11-02T05:06:48.401Z | Documenting vte_generate_state_changes v0.1.1 |
| 3142 | 2023-11-02T05:06:52.371Z | Checking unicode-xid v0.2.4 |
| 3143 | 2023-11-02T05:06:52.612Z | Documenting highway v1.1.0 |
| 3144 | 2023-11-02T05:06:52.700Z | Documenting number_prefix v0.4.0 |
| 3145 | 2023-11-02T05:06:54.522Z | Documenting base16ct v0.2.0 |
| 3146 | 2023-11-02T05:06:55.064Z | Documenting cassowary v0.3.0 |
| 3147 | 2023-11-02T05:06:56.361Z | Documenting unicode-xid v0.2.4 |
| 3148 | 2023-11-02T05:06:59.036Z | Documenting elliptic-curve v0.13.5 |
| 3149 | 2023-11-02T05:06:59.364Z | Documenting indicatif v0.17.7 |
| 3150 | 2023-11-02T05:06:59.738Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3151 | 2023-11-02T05:07:00.786Z | Documenting const_format_proc_macros v0.2.31 |
| 3152 | 2023-11-02T05:07:01.716Z | Documenting ratatui v0.23.0 |
| 3153 | 2023-11-02T05:07:03.413Z | Documenting thiserror-no-std v2.0.2 |
| 3154 | 2023-11-02T05:07:07.179Z | Documenting vte v0.11.1 |
| 3155 | 2023-11-02T05:07:07.911Z | Documenting curve25519-dalek v4.1.0 |
| 3156 | 2023-11-02T05:07:07.966Z | Documenting ref-cast v1.0.20 |
| 3157 | 2023-11-02T05:07:08.481Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 3158 | 2023-11-02T05:07:08.874Z | Documenting salty v0.2.0 |
| 3159 | 2023-11-02T05:07:12.381Z | Documenting derive_builder v0.12.0 |
| 3160 | 2023-11-02T05:07:12.882Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3161 | 2023-11-02T05:07:14.056Z | Documenting polar-core v0.27.0 |
| 3162 | 2023-11-02T05:07:15.290Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 3163 | 2023-11-02T05:07:15.650Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3164 | 2023-11-02T05:07:16.874Z | Documenting libxml v0.3.3 |
| 3165 | 2023-11-02T05:07:22.186Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3166 | 2023-11-02T05:07:25.273Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
| 3167 | 2023-11-02T05:07:27.987Z | Documenting poly1305 v0.8.0 |
| 3168 | 2023-11-02T05:07:29.521Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3169 | 2023-11-02T05:07:31.754Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3170 | 2023-11-02T05:07:34.556Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3171 | 2023-11-02T05:07:36.039Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3172 | 2023-11-02T05:07:36.598Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3173 | 2023-11-02T05:07:36.624Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
| 3174 | 2023-11-02T05:07:37.048Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
| 3175 | 2023-11-02T05:07:45.897Z | Documenting dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 3176 | 2023-11-02T05:07:46.716Z | Documenting chacha20 v0.9.1 |
| 3177 | 2023-11-02T05:07:47.175Z | Documenting bb8 v0.8.1 |
| 3178 | 2023-11-02T05:07:54.140Z | Documenting serde-big-array v0.5.1 |
| 3179 | 2023-11-02T05:07:54.350Z | Documenting bytesize v1.3.0 |
| 3180 | 2023-11-02T05:07:54.455Z | Documenting quick-xml v0.23.1 |
| 3181 | 2023-11-02T05:07:55.087Z | Documenting pem v3.0.2 |
| 3182 | 2023-11-02T05:07:58.629Z | Documenting oso-derive v0.27.0 |
| 3183 | 2023-11-02T05:08:00.822Z | Documenting impl-trait-for-tuples v0.2.2 |
| 3184 | 2023-11-02T05:08:01.147Z | Documenting rtoolbox v0.0.1 |
| 3185 | 2023-11-02T05:08:01.462Z | Documenting humantime v2.1.0 |
| 3186 | 2023-11-02T05:08:02.004Z | Documenting maplit v1.0.2 |
| 3187 | 2023-11-02T05:08:02.912Z | Documenting smawk v0.3.1 |
| 3188 | 2023-11-02T05:08:03.345Z | Documenting unicode-linebreak v0.1.5 |
| 3189 | 2023-11-02T05:08:03.770Z | Documenting fs-err v2.9.0 |
| 3190 | 2023-11-02T05:08:05.869Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3191 | 2023-11-02T05:08:07.602Z | Documenting rpassword v7.2.0 |
| 3192 | 2023-11-02T05:08:07.810Z | Documenting internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 3193 | 2023-11-02T05:08:08.237Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
| 3194 | 2023-11-02T05:08:08.361Z | Documenting rcgen v0.11.3 |
| 3195 | 2023-11-02T05:08:08.968Z | Documenting textwrap v0.16.0 |
| 3196 | 2023-11-02T05:08:09.392Z | Documenting oso v0.27.0 |
| 3197 | 2023-11-02T05:08:10.468Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 3198 | 2023-11-02T05:08:14.192Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 3199 | 2023-11-02T05:08:17.682Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
| 3200 | 2023-11-02T05:08:18.427Z | Documenting chacha20poly1305 v0.10.1 |
| 3201 | 2023-11-02T05:08:27.566Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 3202 | 2023-11-02T05:08:27.698Z | Documenting vsss-rs v3.3.1 |
| 3203 | 2023-11-02T05:08:30.789Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 3204 | 2023-11-02T05:08:49.591Z | Documenting strip-ansi-escapes v0.2.0 |
| 3205 | 2023-11-02T05:08:49.619Z | Documenting tui-tree-widget v0.13.0 |
| 3206 | 2023-11-02T05:08:49.628Z | Documenting const_format v0.2.31 |
| 3207 | 2023-11-02T05:08:49.642Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3208 | 2023-11-02T05:08:49.646Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3209 | 2023-11-02T05:08:49.653Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 3210 | 2023-11-02T05:08:49.665Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3211 | 2023-11-02T05:08:49.685Z | Documenting cookie v0.16.2 |
| 3212 | 2023-11-02T05:08:49.689Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
| 3213 | 2023-11-02T05:08:49.982Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3214 | 2023-11-02T05:08:53.794Z | Documenting signal-hook-tokio v0.3.1 |
| 3215 | 2023-11-02T05:08:55.200Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3216 | 2023-11-02T05:08:55.826Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3217 | 2023-11-02T05:08:56.417Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3218 | 2023-11-02T05:08:57.610Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3219 | 2023-11-02T05:08:58.693Z | Documenting atomicwrites v0.4.2 |
| 3220 | 2023-11-02T05:09:00.322Z | Documenting fd-lock v3.0.13 |
| 3221 | 2023-11-02T05:09:01.859Z | Documenting subprocess v0.2.9 |
| 3222 | 2023-11-02T05:09:03.715Z | Documenting shell-words v1.1.0 |
| 3223 | 2023-11-02T05:09:05.894Z | Documenting nu-ansi-term v0.49.0 |
| 3224 | 2023-11-02T05:09:05.932Z | Documenting http-range v0.1.5 |
| 3225 | 2023-11-02T05:09:07.535Z | Documenting bit_field v0.10.2 |
| 3226 | 2023-11-02T05:09:08.787Z | Documenting corncobs v0.1.3 |
| 3227 | 2023-11-02T05:09:09.985Z | Documenting owo-colors v3.5.0 |
| 3228 | 2023-11-02T05:09:25.860Z | Documenting propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 3229 | 2023-11-02T05:09:25.913Z | Documenting hyper-staticfile v0.9.5 |
| 3230 | 2023-11-02T05:09:25.937Z | Documenting reedline v0.23.0 |
| 3231 | 2023-11-02T05:09:26.391Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 3232 | 2023-11-02T05:09:26.409Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3233 | 2023-11-02T05:09:26.430Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3234 | 2023-11-02T05:09:26.435Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3235 | 2023-11-02T05:09:26.454Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3236 | 2023-11-02T05:09:26.484Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3237 | 2023-11-02T05:09:26.508Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
| 3238 | 2023-11-02T05:09:26.514Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3239 | 2023-11-02T05:09:34.523Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3240 | 2023-11-02T05:09:44.770Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3241 | 2023-11-02T05:09:45.997Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
| 3242 | 2023-11-02T05:10:01.680Z | Documenting fatfs v0.3.6 |
| 3243 | 2023-11-02T05:10:01.947Z | Documenting cargo-platform v0.1.3 |
| 3244 | 2023-11-02T05:10:02.019Z | Documenting nanorand v0.7.0 |
| 3245 | 2023-11-02T05:10:02.026Z | Documenting assert_matches v1.5.0 |
| 3246 | 2023-11-02T05:10:02.056Z | Documenting glob v0.3.1 |
| 3247 | 2023-11-02T05:10:02.108Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3248 | 2023-11-02T05:10:02.214Z | Documenting cargo_metadata v0.18.0 |
| 3249 | 2023-11-02T05:10:03.243Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3250 | 2023-11-02T05:10:05.022Z | Documenting flume v0.11.0 |
| 3251 | 2023-11-02T05:10:08.573Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3252 | 2023-11-02T05:10:09.932Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3253 | 2023-11-02T05:10:10.058Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3254 | 2023-11-02T05:10:12.048Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3255 | 2023-11-02T05:10:14.009Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3256 | 2023-11-02T05:10:15.789Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3257 | 2023-11-02T05:10:16.065Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3258 | 2023-11-02T05:10:19.263Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 3259 | 2023-11-02T05:10:27.080Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 3260 | 2023-11-02T05:10:39.940Z | Documenting omicron-zone-package v0.8.3 |
| 3261 | 2023-11-02T05:10:44.117Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 3262 | 2023-11-02T05:10:47.699Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 3263 | 2023-11-02T05:10:49.329Z | Documenting cargo_toml v0.16.3 |
| 3264 | 2023-11-02T05:10:50.539Z | Documenting termios v0.3.3 |
| 3265 | 2023-11-02T05:10:52.313Z | Documenting topological-sort v0.2.2 |
| 3266 | 2023-11-02T05:10:57.363Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3267 | 2023-11-02T05:10:57.823Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3268 | 2023-11-02T05:10:58.523Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3269 | 2023-11-02T05:10:58.937Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3270 | 2023-11-02T05:11:02.871Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3271 | 2023-11-02T05:11:09.165Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3272 | 2023-11-02T05:11:28.990Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3273 | 2023-11-02T05:11:38.667Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 3274 | 2023-11-02T05:12:01.583Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3275 | 2023-11-02T05:12:01.865Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 3276 | 2023-11-02T05:12:02.009Z | warning: unresolved link to `ExtractedArtifactDataHandle` |
| 3277 | 2023-11-02T05:12:02.029Z | --> wicketd/src/artifacts/extracted_artifacts.rs:172:46 |
| 3278 | 2023-11-02T05:12:02.055Z | | |
| 3279 | 2023-11-02T05:12:02.215Z | 172 | /// persist the temporary file into an [`ExtractedArtifactDataHandle()`]. |
| 3280 | 2023-11-02T05:12:02.674Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this link resolves to the struct `ExtractedArtifactDataHandle`, which is not in the value namespace |
| 3281 | 2023-11-02T05:12:02.724Z | | |
| 3282 | 2023-11-02T05:12:02.743Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
| 3283 | 2023-11-02T05:12:02.758Z | help: to link to the struct, prefix with `struct@` |
| 3284 | 2023-11-02T05:12:02.794Z | | |
| 3285 | 2023-11-02T05:12:02.806Z | 172 - /// persist the temporary file into an [`ExtractedArtifactDataHandle()`]. |
| 3286 | 2023-11-02T05:12:02.827Z | 172 + /// persist the temporary file into an [`struct@ExtractedArtifactDataHandle`]. |
| 3287 | 2023-11-02T05:12:02.855Z | | |
| 3288 | 2023-11-02T05:12:02.877Z | |
| 3289 | 2023-11-02T05:12:02.888Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
| 3290 | 2023-11-02T05:12:02.907Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3291 | 2023-11-02T05:12:03.521Z | warning: `wicketd` (lib doc) generated 1 warning |
| 3292 | 2023-11-02T05:12:03.534Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3293 | 2023-11-02T05:13:18.760Z | Finished dev [unoptimized + debuginfo] target(s) in 17m 07s |
| 3294 | 2023-11-02T05:13:18.888Z | |
| 3295 | 2023-11-02T05:13:18.892Z | real 17:07.660054444 |
| 3296 | 2023-11-02T05:13:18.896Z | user 1:01:23.328164823 |
| 3297 | 2023-11-02T05:13:18.899Z | sys 1:05:51.927880786 |
| 3298 | 2023-11-02T05:13:18.904Z | trap 2.383655811 |
| 3299 | 2023-11-02T05:13:18.912Z | tflt 0.118436387 |
| 3300 | 2023-11-02T05:13:18.917Z | dflt 0.736182456 |
| 3301 | 2023-11-02T05:13:18.921Z | kflt 0.000343163 |
| 3302 | 2023-11-02T05:13:18.926Z | lock 3:13:43.409118747 |
| 3303 | 2023-11-02T05:13:18.931Z | slp 4:33:55.245529349 |
| 3304 | 2023-11-02T05:13:18.935Z | lat 6:06.343730501 |
| 3305 | 2023-11-02T05:13:18.939Z | stop 2:16.810172724 |
| 3306 | 2023-11-02T05:13:18.944Z | process exited: duration 2053934 ms, exit code 0 |
| |
| 3307 | 2023-11-02T05:13:18.963Z | found 0 output files |