|
|
|
| 1 | 2024-01-25T06:14:03.367Z | job assigned to worker 01HMZKZ7TE8AMFDHTREP5CE257 (queued for 4 m 30 s) |
| |
| 2 | 2024-01-25T06:14:03.768Z | starting task 0: "setup" |
| 3 | 2024-01-25T06:14:03.780Z | ++ uname -s |
| 4 | 2024-01-25T06:14:03.784Z | + kern=SunOS |
| 5 | 2024-01-25T06:14:03.784Z | + case "$kern" in |
| 6 | 2024-01-25T06:14:03.785Z | + groupadd -g 12345 build |
| 7 | 2024-01-25T06:14:03.788Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-01-25T06:14:05.918Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-01-25T06:14:06.090Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-01-25T06:14:06.096Z | + home_fs=zfs |
| 11 | 2024-01-25T06:14:06.096Z | + [[ zfs == autofs ]] |
| 12 | 2024-01-25T06:14:06.096Z | + mkdir -p /home/build |
| 13 | 2024-01-25T06:14:06.096Z | + chown build:build /home/build /work |
| 14 | 2024-01-25T06:14:08.081Z | + chmod 0700 /home/build /work |
| 15 | 2024-01-25T06:14:08.085Z | process exited: duration 4316 ms, exit code 0 |
| |
| 16 | 2024-01-25T06:14:08.092Z | starting task 1: "rust-toolchain" |
| 17 | 2024-01-25T06:14:08.102Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 18 | 2024-01-25T06:14:08.113Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
| 19 | 2024-01-25T06:14:08.290Z | info: downloading installer |
| 20 | 2024-01-25T06:14:10.684Z | warning: it looks like you have an existing installation of Rust at: |
| 21 | 2024-01-25T06:14:10.684Z | warning: /opt/ooce/bin |
| 22 | 2024-01-25T06:14:10.684Z | warning: It is recommended that rustup be the primary Rust installation. |
| 23 | 2024-01-25T06:14:10.685Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 24 | 2024-01-25T06:14:10.685Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 25 | 2024-01-25T06:14:10.685Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 26 | 2024-01-25T06:14:10.685Z | warning: or pass `-y' to ignore all ignorable checks. |
| 27 | 2024-01-25T06:14:10.685Z | error: cannot install while Rust is installed |
| 28 | 2024-01-25T06:14:10.685Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 29 | 2024-01-25T06:14:11.089Z | info: profile set to 'default' |
| 30 | 2024-01-25T06:14:11.089Z | info: default host triple is x86_64-unknown-illumos |
| 31 | 2024-01-25T06:14:11.511Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
| 32 | 2024-01-25T06:14:11.516Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
| 33 | 2024-01-25T06:14:11.516Z | info: downloading component 'cargo' |
| 34 | 2024-01-25T06:14:11.918Z | info: downloading component 'clippy' |
| 35 | 2024-01-25T06:14:12.145Z | info: downloading component 'rust-docs' |
| 36 | 2024-01-25T06:14:12.962Z | info: downloading component 'rust-std' |
| 37 | 2024-01-25T06:14:14.432Z | info: downloading component 'rustc' |
| 38 | 2024-01-25T06:14:18.268Z | info: downloading component 'rustfmt' |
| 39 | 2024-01-25T06:14:18.532Z | info: installing component 'cargo' |
| 40 | 2024-01-25T06:14:20.379Z | info: installing component 'clippy' |
| 41 | 2024-01-25T06:14:21.569Z | info: installing component 'rust-docs' |
| 42 | 2024-01-25T06:14:24.520Z | info: installing component 'rust-std' |
| 43 | 2024-01-25T06:14:27.894Z | info: installing component 'rustc' |
| 44 | 2024-01-25T06:14:35.636Z | info: installing component 'rustfmt' |
| 45 | 2024-01-25T06:14:36.123Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
| 46 | 2024-01-25T06:14:36.123Z | |
| 47 | 2024-01-25T06:14:36.277Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 48 | 2024-01-25T06:14:36.277Z | |
| 49 | 2024-01-25T06:14:36.300Z | |
| 50 | 2024-01-25T06:14:36.300Z | Rust is installed now. Great! |
| 51 | 2024-01-25T06:14:36.300Z | |
| 52 | 2024-01-25T06:14:36.301Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 53 | 2024-01-25T06:14:36.301Z | environment variable. This has not been done automatically. |
| 54 | 2024-01-25T06:14:36.301Z | |
| 55 | 2024-01-25T06:14:36.301Z | To configure your current shell, run: |
| 56 | 2024-01-25T06:14:36.301Z | source "$HOME/.cargo/env" |
| 57 | 2024-01-25T06:14:36.364Z | + rustc --version |
| 58 | 2024-01-25T06:14:36.541Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 59 | 2024-01-25T06:14:36.549Z | process exited: duration 28390 ms, exit code 0 |
| |
| 60 | 2024-01-25T06:14:36.566Z | starting task 2: "authentication" |
| 61 | 2024-01-25T06:14:36.591Z | process exited: duration 30 ms, exit code 0 |
| |
| 62 | 2024-01-25T06:14:36.598Z | starting task 3: "clone repository" |
| 63 | 2024-01-25T06:14:36.605Z | + mkdir -p /work/oxidecomputer/omicron |
| 64 | 2024-01-25T06:14:36.608Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 65 | 2024-01-25T06:14:36.924Z | Cloning into '/work/oxidecomputer/omicron'... |
| 66 | 2024-01-25T06:14:43.137Z | + cd /work/oxidecomputer/omicron |
| 67 | 2024-01-25T06:14:43.138Z | + git fetch origin 859b04245f7211c9b4779c9645a0a5400927e154 |
| 68 | 2024-01-25T06:14:43.493Z | From https://github.com/oxidecomputer/omicron |
| 69 | 2024-01-25T06:14:43.493Z | * branch 859b04245f7211c9b4779c9645a0a5400927e154 -> FETCH_HEAD |
| 70 | 2024-01-25T06:14:43.502Z | + [[ -n renovate/rustyline-13.x ]] |
| 71 | 2024-01-25T06:14:43.502Z | ++ git branch --show-current |
| 72 | 2024-01-25T06:14:43.505Z | + current=main |
| 73 | 2024-01-25T06:14:43.505Z | + [[ main != renovate/rustyline-13.x ]] |
| 74 | 2024-01-25T06:14:43.506Z | + git branch -f renovate/rustyline-13.x 859b04245f7211c9b4779c9645a0a5400927e154 |
| 75 | 2024-01-25T06:14:43.510Z | + git checkout -f renovate/rustyline-13.x |
| 76 | 2024-01-25T06:14:43.693Z | Switched to branch 'renovate/rustyline-13.x' |
| 77 | 2024-01-25T06:14:43.696Z | + git reset --hard 859b04245f7211c9b4779c9645a0a5400927e154 |
| 78 | 2024-01-25T06:14:43.922Z | HEAD is now at 859b04245 Update Rust crate rustyline to v13 |
| 79 | 2024-01-25T06:14:43.933Z | process exited: duration 7277 ms, exit code 0 |
| |
| 80 | 2024-01-25T06:14:43.949Z | starting task 4: "build" |
| 81 | 2024-01-25T06:14:43.966Z | + cargo --version |
| 82 | 2024-01-25T06:14:43.966Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
| 83 | 2024-01-25T06:14:44.151Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
| 84 | 2024-01-25T06:14:44.159Z | info: downloading component 'cargo' |
| 85 | 2024-01-25T06:14:44.861Z | info: downloading component 'clippy' |
| 86 | 2024-01-25T06:14:45.118Z | info: downloading component 'rust-docs' |
| 87 | 2024-01-25T06:14:46.037Z | info: downloading component 'rust-std' |
| 88 | 2024-01-25T06:14:47.317Z | info: downloading component 'rustc' |
| 89 | 2024-01-25T06:14:51.082Z | info: downloading component 'rustfmt' |
| 90 | 2024-01-25T06:14:51.341Z | info: installing component 'cargo' |
| 91 | 2024-01-25T06:14:52.659Z | info: installing component 'clippy' |
| 92 | 2024-01-25T06:14:53.159Z | info: installing component 'rust-docs' |
| 93 | 2024-01-25T06:14:55.921Z | info: installing component 'rust-std' |
| 94 | 2024-01-25T06:14:58.383Z | info: installing component 'rustc' |
| 95 | 2024-01-25T06:15:04.827Z | info: installing component 'rustfmt' |
| 96 | 2024-01-25T06:15:05.393Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
| 97 | 2024-01-25T06:15:05.400Z | + rustc --version |
| 98 | 2024-01-25T06:15:05.516Z | rustc 1.74.1 (a28077b28 2023-12-04) |
| 99 | 2024-01-25T06:15:05.523Z | + source ./env.sh |
| 100 | 2024-01-25T06:15:05.523Z | ++ set -o xtrace |
| 101 | 2024-01-25T06:15:05.529Z | ++++ dirname ./env.sh |
| 102 | 2024-01-25T06:15:05.591Z | +++ cd . |
| 103 | 2024-01-25T06:15:05.602Z | +++ echo /work/oxidecomputer/omicron |
| 104 | 2024-01-25T06:15:05.602Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 105 | 2024-01-25T06:15:05.602Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2024-01-25T06:15:05.603Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 107 | 2024-01-25T06:15:05.603Z | ++ 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 |
| 108 | 2024-01-25T06:15:05.604Z | ++ 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 |
| 109 | 2024-01-25T06:15:05.604Z | ++ 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 |
| 110 | 2024-01-25T06:15:05.604Z | ++ 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 |
| 111 | 2024-01-25T06:15:05.604Z | ++ 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 |
| 112 | 2024-01-25T06:15:05.605Z | ++ 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 |
| 113 | 2024-01-25T06:15:05.605Z | ++ unset OMICRON_WS |
| 114 | 2024-01-25T06:15:05.605Z | ++ set +o xtrace |
| 115 | 2024-01-25T06:15:05.664Z | |
| 116 | 2024-01-25T06:15:05.664Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 117 | 2024-01-25T06:15:05.665Z | # # # # # # # # # # # # # # # |
| 118 | 2024-01-25T06:15:05.665Z | # # # # ##### # # ##### # # # # # #### # |
| 119 | 2024-01-25T06:15:05.665Z | ##### ##### # ##### # # # # # # # # # |
| 120 | 2024-01-25T06:15:05.665Z | # # # # # # # # # # # # # # # |
| 121 | 2024-01-25T06:15:05.665Z | # # # ###### # # ###### ### # #### # #### # |
| 122 | 2024-01-25T06:15:05.665Z | |
| 123 | 2024-01-25T06:15:20.408Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 124 | 2024-01-25T06:15:22.168Z | Startup: Caching catalogs ... Done |
| 125 | 2024-01-25T06:15:24.592Z | Planning: Solver setup ... Done (1.930s) |
| 126 | 2024-01-25T06:15:25.085Z | Planning: Running solver ... Done (0.052s) |
| 127 | 2024-01-25T06:15:25.085Z | Planning: Finding local manifests ... Done (0.003s) |
| 128 | 2024-01-25T06:15:25.086Z | Planning: Fetching manifests: 0/4 0% complete |
| 129 | 2024-01-25T06:15:25.086Z | Planning: Fetching manifests: 4/4 100% complete |
| 130 | 2024-01-25T06:15:25.094Z | Planning: Package planning ... Done (0.081s) |
| 131 | 2024-01-25T06:15:25.185Z | Planning: Merging actions ... Done (0.085s) |
| 132 | 2024-01-25T06:15:26.275Z | Planning: Checking for conflicting actions ... Done (1.118s) |
| 133 | 2024-01-25T06:15:26.703Z | Planning: Consolidating action changes ... Done (0.017s) |
| 134 | 2024-01-25T06:15:33.922Z | Planning: Evaluating mediators ... Done (7.608s) |
| 135 | 2024-01-25T06:15:33.926Z | Planning: Planning completed in 11.68 seconds |
| 136 | 2024-01-25T06:15:54.125Z | Packages to install: 4 |
| 137 | 2024-01-25T06:15:54.125Z | Mediators to change: 2 |
| 138 | 2024-01-25T06:15:54.125Z | Services to change: 1 |
| 139 | 2024-01-25T06:15:54.125Z | Estimated space available: 148.87 GB |
| 140 | 2024-01-25T06:15:54.125Z | Estimated space to be consumed: 1.40 GB |
| 141 | 2024-01-25T06:15:54.126Z | Create boot environment: No |
| 142 | 2024-01-25T06:15:54.126Z | Create backup boot environment: No |
| 143 | 2024-01-25T06:15:54.126Z | Rebuild boot archive: No |
| 144 | 2024-01-25T06:15:54.131Z | |
| 145 | 2024-01-25T06:15:54.131Z | Changed mediators: |
| 146 | 2024-01-25T06:15:54.131Z | mediator clang: |
| 147 | 2024-01-25T06:15:54.131Z | version: None -> 15 (system default) |
| 148 | 2024-01-25T06:15:54.131Z | |
| 149 | 2024-01-25T06:15:54.131Z | mediator llvm: |
| 150 | 2024-01-25T06:15:54.131Z | version: 14 (system default) -> 15 (system default) |
| 151 | 2024-01-25T06:15:54.131Z | |
| 152 | 2024-01-25T06:15:54.132Z | Changed packages: |
| 153 | 2024-01-25T06:15:54.132Z | helios-dev |
| 154 | 2024-01-25T06:15:54.132Z | developer/build-essential |
| 155 | 2024-01-25T06:15:54.132Z | None -> 11-2.0 |
| 156 | 2024-01-25T06:15:54.132Z | library/libxmlsec1 |
| 157 | 2024-01-25T06:15:54.132Z | None -> 1.2.35-2.0 |
| 158 | 2024-01-25T06:15:54.132Z | ooce/developer/clang-15 |
| 159 | 2024-01-25T06:15:54.133Z | None -> 15.0.7-2.0 |
| 160 | 2024-01-25T06:15:54.133Z | ooce/developer/llvm-15 |
| 161 | 2024-01-25T06:15:54.133Z | None -> 15.0.7-2.0 |
| 162 | 2024-01-25T06:15:54.133Z | |
| 163 | 2024-01-25T06:15:54.133Z | Services: |
| 164 | 2024-01-25T06:15:54.133Z | restart_fmri: |
| 165 | 2024-01-25T06:15:54.133Z | svc:/system/update-man-index:default |
| 166 | 2024-01-25T06:15:54.134Z | |
| 167 | 2024-01-25T06:15:54.134Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 168 | 2024-01-25T06:15:54.370Z | Download: 1236/3290 items 88.3/212.6MB 41% complete (17.6M/s) |
| 169 | 2024-01-25T06:15:54.578Z | Download: 2853/3290 items 121.1/212.6MB 56% complete (12.2M/s) |
| 170 | 2024-01-25T06:15:54.578Z | Download: Completed 212.60 MB in 13.34 seconds (15.9M/s) |
| 171 | 2024-01-25T06:15:54.578Z | Actions: 1/3689 actions (Installing new actions) |
| 172 | 2024-01-25T06:15:58.459Z | Actions: 3321/3689 actions (Installing new actions) |
| 173 | 2024-01-25T06:16:01.057Z | Actions: Completed 3689 actions in 7.62 seconds. |
| 174 | 2024-01-25T06:16:01.348Z | Done (0.242s) |
| 175 | 2024-01-25T06:16:01.348Z | Done (0.000s) |
| 176 | 2024-01-25T06:16:01.623Z | Done (0.313s) |
| 177 | 2024-01-25T06:16:09.908Z | Done (8.150s) |
| 178 | 2024-01-25T06:16:10.258Z | Done (0.251s) |
| 179 | 2024-01-25T06:16:10.263Z | Done (0.000s) |
| 180 | 2024-01-25T06:16:10.544Z | Done (0.000s) |
| 181 | 2024-01-25T06:16:11.272Z | Planning: Evaluating mediator changes ... Done |
| 182 | 2024-01-25T06:16:11.553Z | Planning: Checking for conflicting actions ... Done |
| 183 | 2024-01-25T06:16:11.556Z | Planning: Consolidating action changes ... Done |
| 184 | 2024-01-25T06:16:11.994Z | Planning: Evaluating mediators ... Done |
| 185 | 2024-01-25T06:16:11.997Z | Planning: Planning completed in 0.72 seconds |
| 186 | 2024-01-25T06:16:12.054Z | Mediators to change: 2 |
| 187 | 2024-01-25T06:16:12.055Z | Create boot environment: No |
| 188 | 2024-01-25T06:16:12.055Z | Create backup boot environment: No |
| 189 | 2024-01-25T06:16:12.150Z | Done |
| 190 | 2024-01-25T06:16:12.150Z | Done |
| 191 | 2024-01-25T06:16:12.361Z | Done |
| 192 | 2024-01-25T06:16:18.166Z | Done |
| 193 | 2024-01-25T06:16:18.297Z | Done |
| 194 | 2024-01-25T06:16:18.304Z | Done |
| 195 | 2024-01-25T06:16:18.415Z | Done |
| 196 | 2024-01-25T06:16:19.432Z | Planning: Evaluating mediator changes ... Done |
| 197 | 2024-01-25T06:16:19.435Z | Planning: Merging actions ... Done |
| 198 | 2024-01-25T06:16:19.767Z | Planning: Checking for conflicting actions ... Done |
| 199 | 2024-01-25T06:16:19.771Z | Planning: Consolidating action changes ... Done |
| 200 | 2024-01-25T06:16:20.199Z | Planning: Evaluating mediators ... Done |
| 201 | 2024-01-25T06:16:20.289Z | Planning: Planning completed in 1.30 seconds |
| 202 | 2024-01-25T06:16:20.344Z | Packages to change: 1 |
| 203 | 2024-01-25T06:16:20.347Z | Mediators to change: 1 |
| 204 | 2024-01-25T06:16:20.347Z | Services to change: 1 |
| 205 | 2024-01-25T06:16:20.347Z | Create boot environment: No |
| 206 | 2024-01-25T06:16:20.347Z | Create backup boot environment: Yes |
| 207 | 2024-01-25T06:16:22.419Z | Actions: 1/6 actions (Updating modified actions) |
| 208 | 2024-01-25T06:16:22.423Z | Actions: Completed 6 actions in 0.00 seconds. |
| 209 | 2024-01-25T06:16:22.423Z | Done |
| 210 | 2024-01-25T06:16:22.423Z | Done |
| 211 | 2024-01-25T06:16:22.491Z | Done |
| 212 | 2024-01-25T06:16:28.462Z | Done |
| 213 | 2024-01-25T06:16:28.586Z | Done |
| 214 | 2024-01-25T06:16:28.589Z | Done |
| 215 | 2024-01-25T06:16:28.727Z | Done |
| 216 | 2024-01-25T06:16:29.403Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 217 | 2024-01-25T06:16:29.403Z | clang system 15 system |
| 218 | 2024-01-25T06:16:29.403Z | csh system system illumos |
| 219 | 2024-01-25T06:16:29.404Z | ctags system system illumos |
| 220 | 2024-01-25T06:16:29.404Z | gcc vendor 12 vendor |
| 221 | 2024-01-25T06:16:29.404Z | gcc system 10 system |
| 222 | 2024-01-25T06:16:29.404Z | gcc system 7 system |
| 223 | 2024-01-25T06:16:29.404Z | go system 1.20 system |
| 224 | 2024-01-25T06:16:29.404Z | go system 1.19 system |
| 225 | 2024-01-25T06:16:29.404Z | llvm system 15 system |
| 226 | 2024-01-25T06:16:29.404Z | llvm system 14 system |
| 227 | 2024-01-25T06:16:29.404Z | mariadb system 10.6 system |
| 228 | 2024-01-25T06:16:29.405Z | mta vendor vendor dma |
| 229 | 2024-01-25T06:16:29.405Z | openjdk system 17 system |
| 230 | 2024-01-25T06:16:29.405Z | openjdk system 11 system |
| 231 | 2024-01-25T06:16:29.405Z | openjdk system 1.8 system |
| 232 | 2024-01-25T06:16:29.405Z | openssl vendor 3 vendor |
| 233 | 2024-01-25T06:16:29.405Z | perl system 5.36 system |
| 234 | 2024-01-25T06:16:29.405Z | postgresql system 15 system |
| 235 | 2024-01-25T06:16:29.406Z | postgresql system 13 system |
| 236 | 2024-01-25T06:16:29.406Z | python vendor 3 vendor |
| 237 | 2024-01-25T06:16:29.406Z | python system 2 system |
| 238 | 2024-01-25T06:16:29.406Z | python3 system 3.11 system |
| 239 | 2024-01-25T06:16:29.406Z | ruby system 3.0 system |
| 240 | 2024-01-25T06:16:29.406Z | words vendor vendor american-english |
| 241 | 2024-01-25T06:16:29.406Z | words system system australian-english |
| 242 | 2024-01-25T06:16:29.406Z | words system system british-english |
| 243 | 2024-01-25T06:16:29.406Z | words system system canadian-english |
| 244 | 2024-01-25T06:16:29.406Z | words system system french |
| 245 | 2024-01-25T06:16:29.406Z | words system system italian |
| 246 | 2024-01-25T06:16:29.406Z | words system system ngerman |
| 247 | 2024-01-25T06:16:29.406Z | words system system ogerman |
| 248 | 2024-01-25T06:16:29.406Z | words system system spanish |
| 249 | 2024-01-25T06:16:29.955Z | FMRI IFO |
| 250 | 2024-01-25T06:16:29.955Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 251 | 2024-01-25T06:16:29.955Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 252 | 2024-01-25T06:16:29.956Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 253 | 2024-01-25T06:16:29.956Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 254 | 2024-01-25T06:16:29.956Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 255 | 2024-01-25T06:16:29.956Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
| 256 | 2024-01-25T06:16:29.956Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 257 | 2024-01-25T06:16:29.957Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 258 | 2024-01-25T06:16:30.026Z | + set -o errexit |
| 259 | 2024-01-25T06:16:30.039Z | +++ dirname ./tools/ci_download_cockroachdb |
| 260 | 2024-01-25T06:16:30.039Z | ++ cd ./tools |
| 261 | 2024-01-25T06:16:30.039Z | ++ pwd |
| 262 | 2024-01-25T06:16:30.039Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 263 | 2024-01-25T06:16:30.039Z | ++ basename ./tools/ci_download_cockroachdb |
| 264 | 2024-01-25T06:16:30.039Z | + ARG0=ci_download_cockroachdb |
| 265 | 2024-01-25T06:16:30.039Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
| 266 | 2024-01-25T06:16:30.039Z | + CIDL_VERSION=v22.1.9 |
| 267 | 2024-01-25T06:16:30.039Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
| 268 | 2024-01-25T06:16:30.039Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
| 269 | 2024-01-25T06:16:30.039Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
| 270 | 2024-01-25T06:16:30.039Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
| 271 | 2024-01-25T06:16:30.042Z | + TARGET_DIR=out |
| 272 | 2024-01-25T06:16:30.042Z | + DOWNLOAD_DIR=out/downloads |
| 273 | 2024-01-25T06:16:30.042Z | + DEST_DIR=./out/cockroachdb |
| 274 | 2024-01-25T06:16:30.042Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
| 275 | 2024-01-25T06:16:30.042Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
| 276 | 2024-01-25T06:16:30.044Z | + main |
| 277 | 2024-01-25T06:16:30.044Z | + [[ 0 != 0 ]] |
| 278 | 2024-01-25T06:16:30.044Z | + CIDL_OS=solaris2.11 |
| 279 | 2024-01-25T06:16:30.044Z | + [[ 0 != 0 ]] |
| 280 | 2024-01-25T06:16:30.044Z | + configure_os solaris2.11 |
| 281 | 2024-01-25T06:16:30.044Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 282 | 2024-01-25T06:16:30.044Z | current directory: /work/oxidecomputer/omicron |
| 283 | 2024-01-25T06:16:30.044Z | + echo 'configuring based on OS: "solaris2.11"' |
| 284 | 2024-01-25T06:16:30.044Z | + case "$1" in |
| 285 | 2024-01-25T06:16:30.044Z | configuring based on OS: "solaris2.11" |
| 286 | 2024-01-25T06:16:30.044Z | + CIDL_BUILD=illumos |
| 287 | 2024-01-25T06:16:30.044Z | + CIDL_SUFFIX=tar.gz |
| 288 | 2024-01-25T06:16:30.044Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
| 289 | 2024-01-25T06:16:30.044Z | + CIDL_MD5FUNC=do_md5sum |
| 290 | 2024-01-25T06:16:30.044Z | + CIDL_URL_BASE=https://illumos.org/downloads |
| 291 | 2024-01-25T06:16:30.044Z | + CIDL_ASSEMBLE=do_assemble_illumos |
| 292 | 2024-01-25T06:16:30.045Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
| 293 | 2024-01-25T06:16:30.045Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
| 294 | 2024-01-25T06:16:30.045Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 295 | 2024-01-25T06:16:30.045Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
| 296 | 2024-01-25T06:16:30.045Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 297 | 2024-01-25T06:16:30.045Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 298 | 2024-01-25T06:16:30.045Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 299 | 2024-01-25T06:16:30.045Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 300 | 2024-01-25T06:16:30.045Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 301 | 2024-01-25T06:16:30.045Z | + mkdir -p out/downloads |
| 302 | 2024-01-25T06:16:30.054Z | + mkdir -p ./out/cockroachdb |
| 303 | 2024-01-25T06:16:30.054Z | + local DO_DOWNLOAD=true |
| 304 | 2024-01-25T06:16:30.054Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
| 305 | 2024-01-25T06:16:30.054Z | + '[' true == true ']' |
| 306 | 2024-01-25T06:16:30.054Z | + echo Downloading... |
| 307 | 2024-01-25T06:16:30.054Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 308 | 2024-01-25T06:16:30.054Z | Downloading... |
| 309 | 2024-01-25T06:16:30.054Z | + 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 |
| 310 | 2024-01-25T06:16:33.017Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 311 | 2024-01-25T06:16:33.077Z | ++ md5sum |
| 312 | 2024-01-25T06:16:33.077Z | ++ awk '{print $1}' |
| 313 | 2024-01-25T06:16:33.078Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
| 314 | 2024-01-25T06:16:33.078Z | + [[ 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 ]] |
| 315 | 2024-01-25T06:16:33.078Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 316 | 2024-01-25T06:16:33.078Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
| 317 | 2024-01-25T06:16:36.219Z | + do_assemble_illumos |
| 318 | 2024-01-25T06:16:36.219Z | + rm -r ./out/cockroachdb |
| 319 | 2024-01-25T06:16:36.224Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
| 320 | 2024-01-25T06:16:36.875Z | + ./out/cockroachdb/bin/cockroach version |
| 321 | 2024-01-25T06:16:37.152Z | Build Tag: v22.1.9-dirty |
| 322 | 2024-01-25T06:16:37.152Z | Build Time: 2022/10/26 21:17:46 |
| 323 | 2024-01-25T06:16:37.152Z | Distribution: OSS |
| 324 | 2024-01-25T06:16:37.153Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
| 325 | 2024-01-25T06:16:37.153Z | Go Version: go1.17.13 |
| 326 | 2024-01-25T06:16:37.153Z | C Compiler: gcc 10.3.0 |
| 327 | 2024-01-25T06:16:37.153Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
| 328 | 2024-01-25T06:16:37.153Z | Build Type: release |
| 329 | 2024-01-25T06:16:37.172Z | + set -o errexit |
| 330 | 2024-01-25T06:16:37.176Z | +++ dirname ./tools/ci_download_clickhouse |
| 331 | 2024-01-25T06:16:37.179Z | ++ cd ./tools |
| 332 | 2024-01-25T06:16:37.179Z | ++ pwd |
| 333 | 2024-01-25T06:16:37.179Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 334 | 2024-01-25T06:16:37.179Z | ++ basename ./tools/ci_download_clickhouse |
| 335 | 2024-01-25T06:16:37.184Z | + ARG0=ci_download_clickhouse |
| 336 | 2024-01-25T06:16:37.184Z | + TARGET_DIR=out |
| 337 | 2024-01-25T06:16:37.184Z | + DOWNLOAD_DIR=out/downloads |
| 338 | 2024-01-25T06:16:37.184Z | + DEST_DIR=./out/clickhouse |
| 339 | 2024-01-25T06:16:37.184Z | + CIDL_VERSION=v22.8.9.24 |
| 340 | 2024-01-25T06:16:37.184Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
| 341 | 2024-01-25T06:16:37.184Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
| 342 | 2024-01-25T06:16:37.184Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
| 343 | 2024-01-25T06:16:37.184Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
| 344 | 2024-01-25T06:16:37.184Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
| 345 | 2024-01-25T06:16:37.184Z | + main |
| 346 | 2024-01-25T06:16:37.184Z | + [[ 0 != 0 ]] |
| 347 | 2024-01-25T06:16:37.184Z | + CIDL_OS=solaris2.11 |
| 348 | 2024-01-25T06:16:37.184Z | + [[ 0 != 0 ]] |
| 349 | 2024-01-25T06:16:37.184Z | + configure_os solaris2.11 |
| 350 | 2024-01-25T06:16:37.184Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 351 | 2024-01-25T06:16:37.184Z | current directory: /work/oxidecomputer/omicron |
| 352 | 2024-01-25T06:16:37.184Z | + echo 'configuring based on OS: "solaris2.11"' |
| 353 | 2024-01-25T06:16:37.184Z | + CIDL_DASHREV= |
| 354 | 2024-01-25T06:16:37.184Z | + case "$1" in |
| 355 | 2024-01-25T06:16:37.185Z | configuring based on OS: "solaris2.11" |
| 356 | 2024-01-25T06:16:37.185Z | + CIDL_PLATFORM=illumos |
| 357 | 2024-01-25T06:16:37.185Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
| 358 | 2024-01-25T06:16:37.185Z | + CIDL_MD5FUNC=do_md5sum |
| 359 | 2024-01-25T06:16:37.185Z | + CIDL_DASHREV=-1 |
| 360 | 2024-01-25T06:16:37.185Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
| 361 | 2024-01-25T06:16:37.185Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 362 | 2024-01-25T06:16:37.186Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 363 | 2024-01-25T06:16:37.187Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 364 | 2024-01-25T06:16:37.187Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 365 | 2024-01-25T06:16:37.187Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 366 | 2024-01-25T06:16:37.187Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 367 | 2024-01-25T06:16:37.187Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 368 | 2024-01-25T06:16:37.187Z | + mkdir -p out/downloads |
| 369 | 2024-01-25T06:16:37.191Z | + mkdir -p ./out/clickhouse |
| 370 | 2024-01-25T06:16:37.191Z | + local DO_DOWNLOAD=true |
| 371 | 2024-01-25T06:16:37.191Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
| 372 | 2024-01-25T06:16:37.191Z | + '[' true == true ']' |
| 373 | 2024-01-25T06:16:37.191Z | + echo Downloading... |
| 374 | 2024-01-25T06:16:37.191Z | Downloading... |
| 375 | 2024-01-25T06:16:37.191Z | + 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 |
| 376 | 2024-01-25T06:16:37.191Z | + 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 |
| 377 | 2024-01-25T06:16:39.408Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 378 | 2024-01-25T06:16:39.412Z | ++ md5sum |
| 379 | 2024-01-25T06:16:39.412Z | ++ awk '{print $1}' |
| 380 | 2024-01-25T06:16:39.669Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
| 381 | 2024-01-25T06:16:39.669Z | + [[ 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 ]] |
| 382 | 2024-01-25T06:16:39.669Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
| 383 | 2024-01-25T06:16:39.677Z | + mkdir -p ./out/clickhouse |
| 384 | 2024-01-25T06:16:39.677Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
| 385 | 2024-01-25T06:16:44.433Z | + ./out/clickhouse/clickhouse server --version |
| 386 | 2024-01-25T06:16:44.503Z | ClickHouse server version 22.8.9.1. |
| 387 | 2024-01-25T06:16:44.511Z | + set -o errexit |
| 388 | 2024-01-25T06:16:44.513Z | +++ dirname ./tools/ci_download_console |
| 389 | 2024-01-25T06:16:44.516Z | ++ cd ./tools |
| 390 | 2024-01-25T06:16:44.516Z | ++ pwd |
| 391 | 2024-01-25T06:16:44.516Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 392 | 2024-01-25T06:16:44.519Z | ++ basename ./tools/ci_download_console |
| 393 | 2024-01-25T06:16:44.520Z | + ARG0=ci_download_console |
| 394 | 2024-01-25T06:16:44.520Z | + TARGET_DIR=out |
| 395 | 2024-01-25T06:16:44.520Z | + DOWNLOAD_DIR=out/downloads |
| 396 | 2024-01-25T06:16:44.520Z | + DEST_DIR=./out/console-assets |
| 397 | 2024-01-25T06:16:44.520Z | + source /work/oxidecomputer/omicron/tools/console_version |
| 398 | 2024-01-25T06:16:44.520Z | ++ COMMIT=b9013a33eaa3f5efdcd5c7d244e36a54e7222295 |
| 399 | 2024-01-25T06:16:44.520Z | ++ SHA2=bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d |
| 400 | 2024-01-25T06:16:44.520Z | + URL=https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz |
| 401 | 2024-01-25T06:16:44.521Z | + TARBALL_FILE=out/downloads/console.tar.gz |
| 402 | 2024-01-25T06:16:44.521Z | + main |
| 403 | 2024-01-25T06:16:44.522Z | + [[ 0 != 0 ]] |
| 404 | 2024-01-25T06:16:44.522Z | + echo 'URL: https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz' |
| 405 | 2024-01-25T06:16:44.522Z | URL: https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz |
| 406 | 2024-01-25T06:16:44.522Z | + echo 'Local file: out/downloads/console.tar.gz' |
| 407 | 2024-01-25T06:16:44.522Z | Local file: out/downloads/console.tar.gz |
| 408 | 2024-01-25T06:16:44.522Z | + local DO_DOWNLOAD=true |
| 409 | 2024-01-25T06:16:44.522Z | + [[ -f out/downloads/console.tar.gz ]] |
| 410 | 2024-01-25T06:16:44.522Z | + mkdir -p out/downloads |
| 411 | 2024-01-25T06:16:44.525Z | + '[' true == true ']' |
| 412 | 2024-01-25T06:16:44.525Z | + echo Downloading... |
| 413 | 2024-01-25T06:16:44.525Z | Downloading... |
| 414 | 2024-01-25T06:16:44.525Z | + do_download_curl https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz out/downloads/console.tar.gz |
| 415 | 2024-01-25T06:16:44.525Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz |
| 416 | 2024-01-25T06:16:45.315Z | ++ do_sha256sum out/downloads/console.tar.gz |
| 417 | 2024-01-25T06:16:45.315Z | ++ case "$OSTYPE" in |
| 418 | 2024-01-25T06:16:45.315Z | ++ SHA=sha256sum |
| 419 | 2024-01-25T06:16:45.332Z | ++ sha256sum |
| 420 | 2024-01-25T06:16:45.332Z | ++ awk '{print $1}' |
| 421 | 2024-01-25T06:16:45.436Z | + calculated_sha2=bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d |
| 422 | 2024-01-25T06:16:45.436Z | + [[ bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d != \b\e\b\b\9\8\0\0\f\f\9\4\c\4\2\8\9\7\d\5\4\f\a\a\c\8\c\2\a\3\f\8\9\b\2\b\0\e\9\2\7\e\b\f\7\5\e\c\7\4\2\2\3\b\6\1\6\3\e\4\2\0\9\d ]] |
| 423 | 2024-01-25T06:16:45.437Z | + rm -rf ./out/console-assets |
| 424 | 2024-01-25T06:16:45.445Z | + mkdir -p ./out/console-assets |
| 425 | 2024-01-25T06:16:45.445Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
| 426 | 2024-01-25T06:16:45.445Z | + mkdir -p ./out/console-assets |
| 427 | 2024-01-25T06:16:45.445Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
| 428 | 2024-01-25T06:16:45.579Z | + set -o errexit |
| 429 | 2024-01-25T06:16:45.583Z | +++ dirname ./tools/ci_download_maghemite_openapi |
| 430 | 2024-01-25T06:16:45.586Z | ++ cd ./tools |
| 431 | 2024-01-25T06:16:45.586Z | ++ pwd |
| 432 | 2024-01-25T06:16:45.586Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 433 | 2024-01-25T06:16:45.586Z | ++ basename ./tools/ci_download_maghemite_openapi |
| 434 | 2024-01-25T06:16:45.590Z | + ARG0=ci_download_maghemite_openapi |
| 435 | 2024-01-25T06:16:45.590Z | + TARGET_DIR=out |
| 436 | 2024-01-25T06:16:45.590Z | + DOWNLOAD_DIR=out/downloads |
| 437 | 2024-01-25T06:16:45.590Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
| 438 | 2024-01-25T06:16:45.590Z | ++ COMMIT=869cf802efcbd2f0edbb614ed92caa3e3164c1fc |
| 439 | 2024-01-25T06:16:45.590Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
| 440 | 2024-01-25T06:16:45.590Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/ddm-admin.json |
| 441 | 2024-01-25T06:16:45.590Z | + LOCAL_FILE=out/downloads/ddm-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json |
| 442 | 2024-01-25T06:16:45.590Z | + main |
| 443 | 2024-01-25T06:16:45.590Z | + [[ 0 != 0 ]] |
| 444 | 2024-01-25T06:16:45.591Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/ddm-admin.json' |
| 445 | 2024-01-25T06:16:45.591Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/ddm-admin.json |
| 446 | 2024-01-25T06:16:45.591Z | + echo 'Local file: out/downloads/ddm-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json' |
| 447 | 2024-01-25T06:16:45.591Z | Local file: out/downloads/ddm-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json |
| 448 | 2024-01-25T06:16:45.591Z | + local DO_DOWNLOAD=true |
| 449 | 2024-01-25T06:16:45.591Z | + [[ -f out/downloads/ddm-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json ]] |
| 450 | 2024-01-25T06:16:45.591Z | + mkdir -p out/downloads |
| 451 | 2024-01-25T06:16:45.595Z | + '[' true == true ']' |
| 452 | 2024-01-25T06:16:45.595Z | + echo Downloading... |
| 453 | 2024-01-25T06:16:45.595Z | Downloading... |
| 454 | 2024-01-25T06:16:45.595Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/ddm-admin.json out/downloads/ddm-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json |
| 455 | 2024-01-25T06:16:45.595Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/ddm-admin.json |
| 456 | 2024-01-25T06:16:45.773Z | ++ do_sha256sum out/downloads/ddm-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json |
| 457 | 2024-01-25T06:16:45.773Z | ++ case "$OSTYPE" in |
| 458 | 2024-01-25T06:16:45.773Z | ++ SHA=sha256sum |
| 459 | 2024-01-25T06:16:45.785Z | ++ sha256sum |
| 460 | 2024-01-25T06:16:45.785Z | ++ awk '{print $1}' |
| 461 | 2024-01-25T06:16:45.794Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
| 462 | 2024-01-25T06:16:45.794Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
| 463 | 2024-01-25T06:16:45.794Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 464 | 2024-01-25T06:16:45.795Z | ++ COMMIT=869cf802efcbd2f0edbb614ed92caa3e3164c1fc |
| 465 | 2024-01-25T06:16:45.795Z | ++ SHA2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 |
| 466 | 2024-01-25T06:16:45.795Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mg-admin.json |
| 467 | 2024-01-25T06:16:45.795Z | + LOCAL_FILE=out/downloads/mg-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json |
| 468 | 2024-01-25T06:16:45.795Z | + main |
| 469 | 2024-01-25T06:16:45.797Z | + [[ 0 != 0 ]] |
| 470 | 2024-01-25T06:16:45.797Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mg-admin.json' |
| 471 | 2024-01-25T06:16:45.797Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mg-admin.json |
| 472 | 2024-01-25T06:16:45.797Z | + echo 'Local file: out/downloads/mg-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json' |
| 473 | 2024-01-25T06:16:45.797Z | Local file: out/downloads/mg-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json |
| 474 | 2024-01-25T06:16:45.797Z | + local DO_DOWNLOAD=true |
| 475 | 2024-01-25T06:16:45.797Z | + [[ -f out/downloads/mg-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json ]] |
| 476 | 2024-01-25T06:16:45.797Z | + mkdir -p out/downloads |
| 477 | 2024-01-25T06:16:45.797Z | + '[' true == true ']' |
| 478 | 2024-01-25T06:16:45.797Z | + echo Downloading... |
| 479 | 2024-01-25T06:16:45.797Z | Downloading... |
| 480 | 2024-01-25T06:16:45.797Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mg-admin.json out/downloads/mg-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json |
| 481 | 2024-01-25T06:16:45.797Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mg-admin.json |
| 482 | 2024-01-25T06:16:45.967Z | ++ do_sha256sum out/downloads/mg-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json |
| 483 | 2024-01-25T06:16:45.970Z | ++ case "$OSTYPE" in |
| 484 | 2024-01-25T06:16:45.970Z | ++ SHA=sha256sum |
| 485 | 2024-01-25T06:16:45.970Z | ++ sha256sum |
| 486 | 2024-01-25T06:16:45.971Z | ++ awk '{print $1}' |
| 487 | 2024-01-25T06:16:45.974Z | + calculated_sha2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 |
| 488 | 2024-01-25T06:16:45.974Z | + [[ 7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 != \7\6\1\8\5\1\1\f\9\0\5\d\2\6\3\9\4\e\f\7\c\5\5\2\3\3\9\d\d\7\8\8\3\5\c\e\3\6\a\6\d\e\f\0\d\8\5\b\0\5\b\6\d\1\e\3\6\3\a\5\e\7\b\4 ]] |
| 489 | 2024-01-25T06:16:45.983Z | + set -o errexit |
| 490 | 2024-01-25T06:16:45.986Z | +++ dirname ./tools/ci_download_dendrite_openapi |
| 491 | 2024-01-25T06:16:45.991Z | ++ cd ./tools |
| 492 | 2024-01-25T06:16:45.991Z | ++ pwd |
| 493 | 2024-01-25T06:16:45.991Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 494 | 2024-01-25T06:16:45.991Z | ++ basename ./tools/ci_download_dendrite_openapi |
| 495 | 2024-01-25T06:16:45.995Z | + ARG0=ci_download_dendrite_openapi |
| 496 | 2024-01-25T06:16:45.995Z | + TARGET_DIR=out |
| 497 | 2024-01-25T06:16:45.995Z | + DOWNLOAD_DIR=out/downloads |
| 498 | 2024-01-25T06:16:45.995Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 499 | 2024-01-25T06:16:45.995Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
| 500 | 2024-01-25T06:16:45.995Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 501 | 2024-01-25T06:16:45.995Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
| 502 | 2024-01-25T06:16:45.995Z | + LOCAL_FILE=out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
| 503 | 2024-01-25T06:16:45.995Z | + main |
| 504 | 2024-01-25T06:16:45.995Z | + [[ 0 != 0 ]] |
| 505 | 2024-01-25T06:16:45.995Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json' |
| 506 | 2024-01-25T06:16:45.995Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
| 507 | 2024-01-25T06:16:45.995Z | + echo 'Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json' |
| 508 | 2024-01-25T06:16:45.995Z | Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
| 509 | 2024-01-25T06:16:45.995Z | + local DO_DOWNLOAD=true |
| 510 | 2024-01-25T06:16:45.995Z | + [[ -f out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json ]] |
| 511 | 2024-01-25T06:16:45.995Z | + mkdir -p out/downloads |
| 512 | 2024-01-25T06:16:45.995Z | + '[' true == true ']' |
| 513 | 2024-01-25T06:16:45.995Z | + echo Downloading... |
| 514 | 2024-01-25T06:16:45.995Z | Downloading... |
| 515 | 2024-01-25T06:16:45.995Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
| 516 | 2024-01-25T06:16:45.996Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
| 517 | 2024-01-25T06:16:46.171Z | ++ do_sha256sum out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
| 518 | 2024-01-25T06:16:46.171Z | ++ case "$OSTYPE" in |
| 519 | 2024-01-25T06:16:46.174Z | ++ SHA=sha256sum |
| 520 | 2024-01-25T06:16:46.174Z | ++ sha256sum |
| 521 | 2024-01-25T06:16:46.174Z | ++ awk '{print $1}' |
| 522 | 2024-01-25T06:16:46.179Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 523 | 2024-01-25T06:16:46.179Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
| 524 | 2024-01-25T06:16:46.188Z | + set -o errexit |
| 525 | 2024-01-25T06:16:46.192Z | +++ dirname ./tools/ci_download_dendrite_stub |
| 526 | 2024-01-25T06:16:46.192Z | ++ cd ./tools |
| 527 | 2024-01-25T06:16:46.192Z | ++ pwd |
| 528 | 2024-01-25T06:16:46.195Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 529 | 2024-01-25T06:16:46.195Z | ++ basename ./tools/ci_download_dendrite_stub |
| 530 | 2024-01-25T06:16:46.195Z | + ARG0=ci_download_dendrite_stub |
| 531 | 2024-01-25T06:16:46.195Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
| 532 | 2024-01-25T06:16:46.195Z | ++ CIDL_SHA256_ILLUMOS=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
| 533 | 2024-01-25T06:16:46.196Z | ++ CIDL_SHA256_LINUX_DPD=5c8bc252818897bc552a039f2423eb668d99e19ef54374644412c7aca533f94e |
| 534 | 2024-01-25T06:16:46.196Z | ++ CIDL_SHA256_LINUX_SWADM=9d549fc3ebaf392961404b50e802ccb5e81e41e779ecc46166d49e5fb44b524f |
| 535 | 2024-01-25T06:16:46.196Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 536 | 2024-01-25T06:16:46.196Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
| 537 | 2024-01-25T06:16:46.205Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 538 | 2024-01-25T06:16:46.205Z | + TARGET_DIR=out |
| 539 | 2024-01-25T06:16:46.205Z | + DOWNLOAD_DIR=out/downloads |
| 540 | 2024-01-25T06:16:46.205Z | + DEST_DIR=./out/dendrite-stub |
| 541 | 2024-01-25T06:16:46.205Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
| 542 | 2024-01-25T06:16:46.205Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 543 | 2024-01-25T06:16:46.205Z | + REPO=oxidecomputer/dendrite |
| 544 | 2024-01-25T06:16:46.205Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
| 545 | 2024-01-25T06:16:46.206Z | + main |
| 546 | 2024-01-25T06:16:46.206Z | + [[ 0 != 0 ]] |
| 547 | 2024-01-25T06:16:46.206Z | + CIDL_OS=solaris2.11 |
| 548 | 2024-01-25T06:16:46.206Z | + [[ 0 != 0 ]] |
| 549 | 2024-01-25T06:16:46.207Z | + configure_os solaris2.11 |
| 550 | 2024-01-25T06:16:46.207Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 551 | 2024-01-25T06:16:46.207Z | current directory: /work/oxidecomputer/omicron |
| 552 | 2024-01-25T06:16:46.207Z | + echo 'configuring based on OS: "solaris2.11"' |
| 553 | 2024-01-25T06:16:46.207Z | + case "$1" in |
| 554 | 2024-01-25T06:16:46.207Z | + SET_BINARIES= |
| 555 | 2024-01-25T06:16:46.207Z | configuring based on OS: "solaris2.11" |
| 556 | 2024-01-25T06:16:46.207Z | + CIDL_SHA256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
| 557 | 2024-01-25T06:16:46.207Z | + CIDL_SHA256FUNC=do_sha256sum |
| 558 | 2024-01-25T06:16:46.208Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
| 559 | 2024-01-25T06:16:46.209Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
| 560 | 2024-01-25T06:16:46.209Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
| 561 | 2024-01-25T06:16:46.209Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz' |
| 562 | 2024-01-25T06:16:46.209Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
| 563 | 2024-01-25T06:16:46.209Z | Local file: out/downloads/dendrite-stub.tar.gz |
| 564 | 2024-01-25T06:16:46.209Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
| 565 | 2024-01-25T06:16:46.209Z | + mkdir -p out/downloads |
| 566 | 2024-01-25T06:16:46.209Z | + mkdir -p ./out/dendrite-stub |
| 567 | 2024-01-25T06:16:46.217Z | + fetch_and_verify |
| 568 | 2024-01-25T06:16:46.217Z | + local DO_DOWNLOAD=true |
| 569 | 2024-01-25T06:16:46.217Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
| 570 | 2024-01-25T06:16:46.217Z | + '[' true == true ']' |
| 571 | 2024-01-25T06:16:46.217Z | + echo Downloading... |
| 572 | 2024-01-25T06:16:46.217Z | Downloading... |
| 573 | 2024-01-25T06:16:46.218Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
| 574 | 2024-01-25T06:16:46.218Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
| 575 | 2024-01-25T06:17:10.885Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
| 576 | 2024-01-25T06:17:11.374Z | ++ sha256sum |
| 577 | 2024-01-25T06:17:11.374Z | ++ awk '{print $1}' |
| 578 | 2024-01-25T06:17:11.374Z | + calculated_sha256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
| 579 | 2024-01-25T06:17:11.374Z | + [[ 052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 != \0\5\2\d\9\7\3\7\0\5\1\5\1\8\9\4\6\5\e\4\e\8\3\5\e\d\b\4\a\2\d\7\e\1\e\0\b\5\5\a\c\e\0\2\3\0\b\a\1\8\f\0\4\5\a\0\3\d\9\7\5\e\8\0 ]] |
| 580 | 2024-01-25T06:17:11.374Z | + do_untar out/downloads/dendrite-stub.tar.gz |
| 581 | 2024-01-25T06:17:11.374Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
| 582 | 2024-01-25T06:17:11.374Z | + do_assemble |
| 583 | 2024-01-25T06:17:11.374Z | + rm -r ./out/dendrite-stub |
| 584 | 2024-01-25T06:17:11.374Z | + mkdir ./out/dendrite-stub |
| 585 | 2024-01-25T06:17:11.376Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
| 586 | 2024-01-25T06:17:11.376Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
| 587 | 2024-01-25T06:17:11.376Z | + set -o errexit |
| 588 | 2024-01-25T06:17:11.376Z | +++ dirname ./tools/ci_download_maghemite_mgd |
| 589 | 2024-01-25T06:17:11.376Z | ++ cd ./tools |
| 590 | 2024-01-25T06:17:11.376Z | ++ pwd |
| 591 | 2024-01-25T06:17:11.376Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 592 | 2024-01-25T06:17:11.376Z | ++ basename ./tools/ci_download_maghemite_mgd |
| 593 | 2024-01-25T06:17:11.377Z | + ARG0=ci_download_maghemite_mgd |
| 594 | 2024-01-25T06:17:11.377Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
| 595 | 2024-01-25T06:17:11.377Z | ++ CIDL_SHA256=ab882fbeab54987645492872e67f3351f8d14629a041465cc845ac8583a7002b |
| 596 | 2024-01-25T06:17:11.377Z | ++ MGD_LINUX_SHA256=93331c1001e3aa506a8c1b83346abba1995e489910bff2c94a86730b96617a34 |
| 597 | 2024-01-25T06:17:11.377Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 598 | 2024-01-25T06:17:11.377Z | ++ COMMIT=869cf802efcbd2f0edbb614ed92caa3e3164c1fc |
| 599 | 2024-01-25T06:17:11.377Z | ++ SHA2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 |
| 600 | 2024-01-25T06:17:11.377Z | + TARGET_DIR=out |
| 601 | 2024-01-25T06:17:11.377Z | + DOWNLOAD_DIR=out/downloads |
| 602 | 2024-01-25T06:17:11.377Z | + DEST_DIR=./out/mgd |
| 603 | 2024-01-25T06:17:11.377Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
| 604 | 2024-01-25T06:17:11.377Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 605 | 2024-01-25T06:17:11.377Z | + REPO=oxidecomputer/maghemite |
| 606 | 2024-01-25T06:17:11.377Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/869cf802efcbd2f0edbb614ed92caa3e3164c1fc |
| 607 | 2024-01-25T06:17:11.377Z | + main |
| 608 | 2024-01-25T06:17:11.377Z | + [[ 0 != 0 ]] |
| 609 | 2024-01-25T06:17:11.377Z | + CIDL_OS=solaris2.11 |
| 610 | 2024-01-25T06:17:11.382Z | + [[ 0 != 0 ]] |
| 611 | 2024-01-25T06:17:11.382Z | + configure_os solaris2.11 |
| 612 | 2024-01-25T06:17:11.382Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 613 | 2024-01-25T06:17:11.382Z | current directory: /work/oxidecomputer/omicron |
| 614 | 2024-01-25T06:17:11.382Z | + echo 'configuring based on OS: "solaris2.11"' |
| 615 | 2024-01-25T06:17:11.382Z | + case "$1" in |
| 616 | 2024-01-25T06:17:11.382Z | configuring based on OS: "solaris2.11" |
| 617 | 2024-01-25T06:17:11.382Z | + SET_BINARIES= |
| 618 | 2024-01-25T06:17:11.382Z | + CIDL_SHA256FUNC=do_sha256sum |
| 619 | 2024-01-25T06:17:11.382Z | + TARBALL_FILENAME=mgd.tar.gz |
| 620 | 2024-01-25T06:17:11.382Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mgd.tar.gz |
| 621 | 2024-01-25T06:17:11.382Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
| 622 | 2024-01-25T06:17:11.382Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mgd.tar.gz' |
| 623 | 2024-01-25T06:17:11.382Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
| 624 | 2024-01-25T06:17:11.383Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mgd.tar.gz |
| 625 | 2024-01-25T06:17:11.383Z | Local file: out/downloads/mgd.tar.gz |
| 626 | 2024-01-25T06:17:11.383Z | + mkdir -p out/downloads |
| 627 | 2024-01-25T06:17:11.383Z | + mkdir -p ./out/mgd |
| 628 | 2024-01-25T06:17:11.383Z | + fetch_and_verify |
| 629 | 2024-01-25T06:17:11.383Z | + local DO_DOWNLOAD=true |
| 630 | 2024-01-25T06:17:11.383Z | + [[ -f out/downloads/mgd.tar.gz ]] |
| 631 | 2024-01-25T06:17:11.383Z | + '[' true == true ']' |
| 632 | 2024-01-25T06:17:11.383Z | + echo Downloading... |
| 633 | 2024-01-25T06:17:11.383Z | Downloading... |
| 634 | 2024-01-25T06:17:11.383Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mgd.tar.gz out/downloads/mgd.tar.gz |
| 635 | 2024-01-25T06:17:11.385Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mgd.tar.gz |
| 636 | 2024-01-25T06:17:16.532Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
| 637 | 2024-01-25T06:17:16.535Z | ++ sha256sum |
| 638 | 2024-01-25T06:17:16.535Z | ++ awk '{print $1}' |
| 639 | 2024-01-25T06:17:16.615Z | + calculated_sha256=ab882fbeab54987645492872e67f3351f8d14629a041465cc845ac8583a7002b |
| 640 | 2024-01-25T06:17:16.618Z | + [[ ab882fbeab54987645492872e67f3351f8d14629a041465cc845ac8583a7002b != \a\b\8\8\2\f\b\e\a\b\5\4\9\8\7\6\4\5\4\9\2\8\7\2\e\6\7\f\3\3\5\1\f\8\d\1\4\6\2\9\a\0\4\1\4\6\5\c\c\8\4\5\a\c\8\5\8\3\a\7\0\0\2\b ]] |
| 641 | 2024-01-25T06:17:16.623Z | + do_untar out/downloads/mgd.tar.gz |
| 642 | 2024-01-25T06:17:16.623Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
| 643 | 2024-01-25T06:17:17.278Z | + do_assemble |
| 644 | 2024-01-25T06:17:17.278Z | + rm -r ./out/mgd |
| 645 | 2024-01-25T06:17:17.285Z | + mkdir ./out/mgd |
| 646 | 2024-01-25T06:17:17.285Z | + cp -r out/downloads/root ./out/mgd/root |
| 647 | 2024-01-25T06:17:17.512Z | + set -o errexit |
| 648 | 2024-01-25T06:17:17.515Z | +++ dirname ./tools/ci_download_transceiver_control |
| 649 | 2024-01-25T06:17:17.519Z | ++ cd ./tools |
| 650 | 2024-01-25T06:17:17.519Z | ++ pwd |
| 651 | 2024-01-25T06:17:17.519Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 652 | 2024-01-25T06:17:17.519Z | ++ basename ./tools/ci_download_transceiver_control |
| 653 | 2024-01-25T06:17:17.522Z | + ARG0=ci_download_transceiver_control |
| 654 | 2024-01-25T06:17:17.523Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
| 655 | 2024-01-25T06:17:17.523Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 656 | 2024-01-25T06:17:17.523Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 657 | 2024-01-25T06:17:17.523Z | + TARGET_DIR=out |
| 658 | 2024-01-25T06:17:17.523Z | + DOWNLOAD_DIR=out/downloads |
| 659 | 2024-01-25T06:17:17.523Z | + DEST_DIR=./out/transceiver-control |
| 660 | 2024-01-25T06:17:17.523Z | + BIN_DIR=/opt/oxide/bin |
| 661 | 2024-01-25T06:17:17.523Z | + BINARY=xcvradm |
| 662 | 2024-01-25T06:17:17.523Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 663 | 2024-01-25T06:17:17.524Z | + REPO=oxidecomputer/transceiver-control |
| 664 | 2024-01-25T06:17:17.524Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 665 | 2024-01-25T06:17:17.524Z | + main |
| 666 | 2024-01-25T06:17:17.525Z | + [[ 0 != 0 ]] |
| 667 | 2024-01-25T06:17:17.525Z | + CIDL_OS=solaris2.11 |
| 668 | 2024-01-25T06:17:17.525Z | + [[ 0 != 0 ]] |
| 669 | 2024-01-25T06:17:17.525Z | + configure_os solaris2.11 |
| 670 | 2024-01-25T06:17:17.525Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 671 | 2024-01-25T06:17:17.525Z | current directory: /work/oxidecomputer/omicron |
| 672 | 2024-01-25T06:17:17.525Z | + echo 'configuring based on OS: "solaris2.11"' |
| 673 | 2024-01-25T06:17:17.525Z | configuring based on OS: "solaris2.11" |
| 674 | 2024-01-25T06:17:17.525Z | + case "$1" in |
| 675 | 2024-01-25T06:17:17.525Z | + SET_BINARIES= |
| 676 | 2024-01-25T06:17:17.525Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 677 | 2024-01-25T06:17:17.525Z | + CIDL_SHA256FUNC=do_sha256sum |
| 678 | 2024-01-25T06:17:17.525Z | + ARCHIVE_FILENAME=xcvradm.gz |
| 679 | 2024-01-25T06:17:17.525Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 680 | 2024-01-25T06:17:17.525Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 681 | 2024-01-25T06:17:17.525Z | Local file: out/downloads/xcvradm.gz |
| 682 | 2024-01-25T06:17:17.525Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
| 683 | 2024-01-25T06:17:17.525Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
| 684 | 2024-01-25T06:17:17.525Z | + echo 'Local file: out/downloads/xcvradm.gz' |
| 685 | 2024-01-25T06:17:17.525Z | + mkdir -p out/downloads |
| 686 | 2024-01-25T06:17:17.530Z | + mkdir -p ./out/transceiver-control |
| 687 | 2024-01-25T06:17:17.530Z | + fetch_and_verify |
| 688 | 2024-01-25T06:17:17.530Z | + local DO_DOWNLOAD=true |
| 689 | 2024-01-25T06:17:17.530Z | + [[ -f out/downloads/xcvradm.gz ]] |
| 690 | 2024-01-25T06:17:17.530Z | + '[' true == true ']' |
| 691 | 2024-01-25T06:17:17.531Z | + echo Downloading... |
| 692 | 2024-01-25T06:17:17.531Z | Downloading... |
| 693 | 2024-01-25T06:17:17.531Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
| 694 | 2024-01-25T06:17:17.531Z | + 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 |
| 695 | 2024-01-25T06:17:19.271Z | ++ do_sha256sum out/downloads/xcvradm.gz |
| 696 | 2024-01-25T06:17:19.276Z | ++ sha256sum |
| 697 | 2024-01-25T06:17:19.276Z | ++ awk '{print $1}' |
| 698 | 2024-01-25T06:17:19.292Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 699 | 2024-01-25T06:17:19.292Z | + [[ 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 ]] |
| 700 | 2024-01-25T06:17:19.297Z | + do_unpack out/downloads/xcvradm.gz |
| 701 | 2024-01-25T06:17:19.297Z | + mkdir -p out/downloads/root//opt/oxide/bin |
| 702 | 2024-01-25T06:17:19.297Z | + gzip -dc out/downloads/xcvradm.gz |
| 703 | 2024-01-25T06:17:19.464Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
| 704 | 2024-01-25T06:17:19.467Z | + do_assemble |
| 705 | 2024-01-25T06:17:19.468Z | + rm -r ./out/transceiver-control |
| 706 | 2024-01-25T06:17:19.471Z | + mkdir ./out/transceiver-control |
| 707 | 2024-01-25T06:17:19.490Z | + cp -r out/downloads/root ./out/transceiver-control/root |
| 708 | 2024-01-25T06:17:19.985Z | All builder prerequisites installed successfully, and PATH looks valid |
| 709 | 2024-01-25T06:17:19.990Z | |
| 710 | 2024-01-25T06:17:19.990Z | real 2:14.251260040 |
| 711 | 2024-01-25T06:17:19.990Z | user 52.439534814 |
| 712 | 2024-01-25T06:17:19.990Z | sys 9.958239872 |
| 713 | 2024-01-25T06:17:19.990Z | trap 0.020121225 |
| 714 | 2024-01-25T06:17:19.990Z | tflt 0.366941529 |
| 715 | 2024-01-25T06:17:19.990Z | dflt 0.556252121 |
| 716 | 2024-01-25T06:17:19.990Z | kflt 0.275029473 |
| 717 | 2024-01-25T06:17:19.990Z | lock 2.388288731 |
| 718 | 2024-01-25T06:17:19.990Z | slp 4:24.221661848 |
| 719 | 2024-01-25T06:17:19.991Z | lat 3.358779287 |
| 720 | 2024-01-25T06:17:19.991Z | stop 0.066238633 |
| 721 | 2024-01-25T06:17:20.005Z | |
| 722 | 2024-01-25T06:17:20.005Z | #### # # ##### ##### # # |
| 723 | 2024-01-25T06:17:20.005Z | # # # # # # # # # # |
| 724 | 2024-01-25T06:17:20.006Z | # # # # # # # # |
| 725 | 2024-01-25T06:17:20.006Z | # # # ##### ##### # |
| 726 | 2024-01-25T06:17:20.006Z | # # # # # # # |
| 727 | 2024-01-25T06:17:20.006Z | #### ###### # # # # |
| 728 | 2024-01-25T06:17:20.006Z | |
| 729 | 2024-01-25T06:17:20.333Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 730 | 2024-01-25T06:17:20.695Z | Updating crates.io index |
| 731 | 2024-01-25T06:17:20.803Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 732 | 2024-01-25T06:17:21.623Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 733 | 2024-01-25T06:17:24.042Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 734 | 2024-01-25T06:17:24.790Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
| 735 | 2024-01-25T06:17:25.106Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 736 | 2024-01-25T06:17:25.379Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 737 | 2024-01-25T06:17:25.658Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 738 | 2024-01-25T06:17:26.728Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 739 | 2024-01-25T06:17:29.170Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 740 | 2024-01-25T06:17:30.583Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 741 | 2024-01-25T06:17:30.668Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 742 | 2024-01-25T06:17:31.450Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 743 | 2024-01-25T06:17:31.790Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 744 | 2024-01-25T06:17:32.276Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 745 | 2024-01-25T06:17:32.572Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
| 746 | 2024-01-25T06:17:33.358Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 747 | 2024-01-25T06:17:34.029Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 748 | 2024-01-25T06:17:34.538Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 749 | 2024-01-25T06:17:34.919Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 750 | 2024-01-25T06:17:35.704Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 751 | 2024-01-25T06:17:35.708Z | Updating git repository `https://github.com/jgallagher/nix` |
| 752 | 2024-01-25T06:17:36.888Z | Updating git repository `https://github.com/cbiffle/hubpack` |
| 753 | 2024-01-25T06:17:37.475Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 754 | 2024-01-25T06:17:39.285Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 755 | 2024-01-25T06:17:39.712Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 756 | 2024-01-25T06:17:40.081Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 757 | 2024-01-25T06:17:42.063Z | Downloading crates ... |
| 758 | 2024-01-25T06:17:42.105Z | Downloaded equivalent v1.0.1 |
| 759 | 2024-01-25T06:17:42.162Z | Downloaded colorchoice v1.0.0 |
| 760 | 2024-01-25T06:17:42.164Z | Downloaded anstream v0.5.0 |
| 761 | 2024-01-25T06:17:42.164Z | Downloaded bitflags v1.3.2 |
| 762 | 2024-01-25T06:17:42.164Z | Downloaded strsim v0.10.0 |
| 763 | 2024-01-25T06:17:42.164Z | Downloaded thiserror v1.0.49 |
| 764 | 2024-01-25T06:17:42.164Z | Downloaded utf8parse v0.2.1 |
| 765 | 2024-01-25T06:17:42.164Z | Downloaded errno v0.3.8 |
| 766 | 2024-01-25T06:17:42.165Z | Downloaded camino v1.1.6 |
| 767 | 2024-01-25T06:17:42.168Z | Downloaded clap_lex v0.5.1 |
| 768 | 2024-01-25T06:17:42.168Z | Downloaded terminal_size v0.2.6 |
| 769 | 2024-01-25T06:17:42.168Z | Downloaded anstyle-query v1.0.0 |
| 770 | 2024-01-25T06:17:42.168Z | Downloaded cargo_metadata v0.18.1 |
| 771 | 2024-01-25T06:17:42.168Z | Downloaded toml_datetime v0.6.5 |
| 772 | 2024-01-25T06:17:42.168Z | Downloaded serde_spanned v0.6.4 |
| 773 | 2024-01-25T06:17:42.169Z | Downloaded thiserror-impl v1.0.49 |
| 774 | 2024-01-25T06:17:42.169Z | Downloaded quote v1.0.35 |
| 775 | 2024-01-25T06:17:42.169Z | Downloaded anstyle-parse v0.2.1 |
| 776 | 2024-01-25T06:17:42.169Z | Downloaded unicode-ident v1.0.12 |
| 777 | 2024-01-25T06:17:42.169Z | Downloaded toml v0.8.8 |
| 778 | 2024-01-25T06:17:42.169Z | Downloaded clap v4.4.3 |
| 779 | 2024-01-25T06:17:42.169Z | Downloaded indexmap v2.1.0 |
| 780 | 2024-01-25T06:17:42.169Z | Downloaded anyhow v1.0.75 |
| 781 | 2024-01-25T06:17:42.173Z | Downloaded toml_edit v0.21.0 |
| 782 | 2024-01-25T06:17:42.207Z | Downloaded serde_json v1.0.111 |
| 783 | 2024-01-25T06:17:42.219Z | Downloaded hashbrown v0.14.2 |
| 784 | 2024-01-25T06:17:42.229Z | Downloaded winnow v0.5.15 |
| 785 | 2024-01-25T06:17:42.242Z | Downloaded syn v2.0.46 |
| 786 | 2024-01-25T06:17:42.261Z | Downloaded rustix v0.37.23 |
| 787 | 2024-01-25T06:17:42.302Z | Downloaded clap_builder v4.4.2 |
| 788 | 2024-01-25T06:17:42.312Z | Downloaded libc v0.2.152 |
| 789 | 2024-01-25T06:17:42.354Z | Downloaded serde v1.0.195 |
| 790 | 2024-01-25T06:17:42.359Z | Downloaded memchr v2.6.3 |
| 791 | 2024-01-25T06:17:42.371Z | Downloaded io-lifetimes v1.0.11 |
| 792 | 2024-01-25T06:17:42.374Z | Downloaded serde_derive v1.0.195 |
| 793 | 2024-01-25T06:17:42.377Z | Downloaded ryu v1.0.15 |
| 794 | 2024-01-25T06:17:42.381Z | Downloaded proc-macro2 v1.0.74 |
| 795 | 2024-01-25T06:17:42.385Z | Downloaded semver v1.0.21 |
| 796 | 2024-01-25T06:17:42.388Z | Downloaded clap_derive v4.4.2 |
| 797 | 2024-01-25T06:17:42.391Z | Downloaded cargo_toml v0.18.0 |
| 798 | 2024-01-25T06:17:42.394Z | Downloaded cargo-platform v0.1.3 |
| 799 | 2024-01-25T06:17:42.397Z | Downloaded itoa v1.0.9 |
| 800 | 2024-01-25T06:17:42.397Z | Downloaded anstyle v1.0.2 |
| 801 | 2024-01-25T06:17:42.487Z | Downloaded heck v0.4.1 |
| 802 | 2024-01-25T06:17:42.518Z | Compiling proc-macro2 v1.0.74 |
| 803 | 2024-01-25T06:17:42.518Z | Compiling unicode-ident v1.0.12 |
| 804 | 2024-01-25T06:17:42.522Z | Compiling serde v1.0.195 |
| 805 | 2024-01-25T06:17:42.522Z | Compiling libc v0.2.152 |
| 806 | 2024-01-25T06:17:42.522Z | Compiling io-lifetimes v1.0.11 |
| 807 | 2024-01-25T06:17:42.532Z | Compiling rustix v0.37.23 |
| 808 | 2024-01-25T06:17:42.535Z | Compiling equivalent v1.0.1 |
| 809 | 2024-01-25T06:17:42.535Z | Compiling bitflags v1.3.2 |
| 810 | 2024-01-25T06:17:42.804Z | Compiling utf8parse v0.2.1 |
| 811 | 2024-01-25T06:17:42.819Z | Compiling hashbrown v0.14.2 |
| 812 | 2024-01-25T06:17:42.900Z | Compiling colorchoice v1.0.0 |
| 813 | 2024-01-25T06:17:43.056Z | Compiling anstyle-parse v0.2.1 |
| 814 | 2024-01-25T06:17:43.121Z | Compiling winnow v0.5.15 |
| 815 | 2024-01-25T06:17:43.472Z | Compiling semver v1.0.21 |
| 816 | 2024-01-25T06:17:44.255Z | Compiling anstyle v1.0.2 |
| 817 | 2024-01-25T06:17:44.300Z | Compiling serde_json v1.0.111 |
| 818 | 2024-01-25T06:17:44.422Z | Compiling indexmap v2.1.0 |
| 819 | 2024-01-25T06:17:44.470Z | Compiling thiserror v1.0.49 |
| 820 | 2024-01-25T06:17:44.667Z | Compiling camino v1.1.6 |
| 821 | 2024-01-25T06:17:44.813Z | Compiling anstyle-query v1.0.0 |
| 822 | 2024-01-25T06:17:44.948Z | Compiling anstream v0.5.0 |
| 823 | 2024-01-25T06:17:45.048Z | Compiling heck v0.4.1 |
| 824 | 2024-01-25T06:17:45.436Z | Compiling clap_lex v0.5.1 |
| 825 | 2024-01-25T06:17:45.684Z | Compiling quote v1.0.35 |
| 826 | 2024-01-25T06:17:45.781Z | Compiling anyhow v1.0.75 |
| 827 | 2024-01-25T06:17:46.433Z | Compiling ryu v1.0.15 |
| 828 | 2024-01-25T06:17:46.442Z | Compiling strsim v0.10.0 |
| 829 | 2024-01-25T06:17:46.442Z | Compiling syn v2.0.46 |
| 830 | 2024-01-25T06:17:46.553Z | Compiling errno v0.3.8 |
| 831 | 2024-01-25T06:17:46.838Z | Compiling itoa v1.0.9 |
| 832 | 2024-01-25T06:17:48.257Z | Compiling terminal_size v0.2.6 |
| 833 | 2024-01-25T06:17:48.389Z | Compiling clap_builder v4.4.2 |
| 834 | 2024-01-25T06:17:54.712Z | Compiling serde_derive v1.0.195 |
| 835 | 2024-01-25T06:17:54.715Z | Compiling thiserror-impl v1.0.49 |
| 836 | 2024-01-25T06:17:54.715Z | Compiling clap_derive v4.4.2 |
| 837 | 2024-01-25T06:17:58.723Z | Compiling clap v4.4.3 |
| 838 | 2024-01-25T06:18:07.838Z | Compiling toml_datetime v0.6.5 |
| 839 | 2024-01-25T06:18:07.838Z | Compiling serde_spanned v0.6.4 |
| 840 | 2024-01-25T06:18:07.838Z | Compiling cargo-platform v0.1.3 |
| 841 | 2024-01-25T06:18:07.866Z | Compiling toml_edit v0.21.0 |
| 842 | 2024-01-25T06:18:09.373Z | Compiling cargo_metadata v0.18.1 |
| 843 | 2024-01-25T06:18:10.905Z | Compiling toml v0.8.8 |
| 844 | 2024-01-25T06:18:11.900Z | Compiling cargo_toml v0.18.0 |
| 845 | 2024-01-25T06:18:18.223Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 846 | 2024-01-25T06:18:19.609Z | Finished dev [unoptimized + debuginfo] target(s) in 59.54s |
| 847 | 2024-01-25T06:18:19.830Z | Running `target/debug/xtask clippy` |
| 848 | 2024-01-25T06:18:19.876Z | running: "/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
| 849 | 2024-01-25T06:18:20.733Z | Downloading crates ... |
| 850 | 2024-01-25T06:18:20.991Z | Downloaded indoc v1.0.9 |
| 851 | 2024-01-25T06:18:21.442Z | Downloaded iana-time-zone v0.1.57 |
| 852 | 2024-01-25T06:18:21.460Z | Downloaded humantime v2.1.0 |
| 853 | 2024-01-25T06:18:21.460Z | Downloaded is_ci v1.1.1 |
| 854 | 2024-01-25T06:18:21.460Z | Downloaded ipnetwork v0.20.0 |
| 855 | 2024-01-25T06:18:21.460Z | Downloaded ident_case v1.0.1 |
| 856 | 2024-01-25T06:18:21.460Z | Downloaded cexpr v0.6.0 |
| 857 | 2024-01-25T06:18:21.460Z | Downloaded rustversion v1.0.14 |
| 858 | 2024-01-25T06:18:21.460Z | Downloaded sct v0.7.0 |
| 859 | 2024-01-25T06:18:21.460Z | Downloaded lru v0.12.1 |
| 860 | 2024-01-25T06:18:21.460Z | Downloaded cancel-safe-futures v0.1.5 |
| 861 | 2024-01-25T06:18:21.460Z | Downloaded camino-tempfile v1.1.1 |
| 862 | 2024-01-25T06:18:21.460Z | Downloaded hubpack_derive v0.1.1 |
| 863 | 2024-01-25T06:18:21.460Z | Downloaded darling_core v0.14.4 |
| 864 | 2024-01-25T06:18:21.463Z | Downloaded newtype_derive v0.1.6 |
| 865 | 2024-01-25T06:18:21.463Z | Downloaded num_threads v0.1.6 |
| 866 | 2024-01-25T06:18:21.463Z | Downloaded cipher v0.4.4 |
| 867 | 2024-01-25T06:18:21.463Z | Downloaded swrite v0.1.0 |
| 868 | 2024-01-25T06:18:21.463Z | Downloaded num-iter v0.1.43 |
| 869 | 2024-01-25T06:18:21.463Z | Downloaded hyper-staticfile v0.9.5 |
| 870 | 2024-01-25T06:18:21.463Z | Downloaded num_enum v0.5.11 |
| 871 | 2024-01-25T06:18:21.463Z | Downloaded rustc_version v0.4.0 |
| 872 | 2024-01-25T06:18:21.463Z | Downloaded mime_guess v2.0.4 |
| 873 | 2024-01-25T06:18:21.463Z | Downloaded supports-color v2.1.0 |
| 874 | 2024-01-25T06:18:21.463Z | Downloaded serde-big-array v0.5.1 |
| 875 | 2024-01-25T06:18:21.464Z | Downloaded rustfmt-wrapper v0.2.0 |
| 876 | 2024-01-25T06:18:21.464Z | Downloaded num_cpus v1.16.0 |
| 877 | 2024-01-25T06:18:21.464Z | Downloaded darling_macro v0.20.3 |
| 878 | 2024-01-25T06:18:21.464Z | Downloaded crossterm v0.27.0 |
| 879 | 2024-01-25T06:18:21.464Z | Downloaded toolchain_find v0.2.0 |
| 880 | 2024-01-25T06:18:21.464Z | Downloaded usdt-macro v0.3.5 |
| 881 | 2024-01-25T06:18:21.464Z | Downloaded parse-display-derive v0.8.2 |
| 882 | 2024-01-25T06:18:21.464Z | Downloaded tokio-tungstenite v0.20.1 |
| 883 | 2024-01-25T06:18:21.464Z | Downloaded omicron-zone-package v0.10.1 |
| 884 | 2024-01-25T06:18:21.464Z | Downloaded getopts v0.2.21 |
| 885 | 2024-01-25T06:18:21.464Z | Downloaded usdt v0.3.5 |
| 886 | 2024-01-25T06:18:21.464Z | Downloaded serde_tokenstream v0.2.0 |
| 887 | 2024-01-25T06:18:21.464Z | Downloaded untrusted v0.7.1 |
| 888 | 2024-01-25T06:18:21.464Z | Downloaded data-encoding v2.4.0 |
| 889 | 2024-01-25T06:18:21.464Z | Downloaded globset v0.4.13 |
| 890 | 2024-01-25T06:18:21.464Z | Downloaded dtrace-parser v0.1.14 |
| 891 | 2024-01-25T06:18:21.464Z | Downloaded doc-comment v0.3.3 |
| 892 | 2024-01-25T06:18:21.467Z | Downloaded group v0.13.0 |
| 893 | 2024-01-25T06:18:21.467Z | Downloaded openssl-probe v0.1.5 |
| 894 | 2024-01-25T06:18:21.467Z | Downloaded which v4.4.0 |
| 895 | 2024-01-25T06:18:21.467Z | Downloaded num-traits v0.2.16 |
| 896 | 2024-01-25T06:18:21.467Z | Downloaded phf_shared v0.10.0 |
| 897 | 2024-01-25T06:18:21.467Z | Downloaded similar-asserts v1.5.0 |
| 898 | 2024-01-25T06:18:21.467Z | Downloaded signature v2.1.0 |
| 899 | 2024-01-25T06:18:21.467Z | Downloaded sha1 v0.10.6 |
| 900 | 2024-01-25T06:18:21.467Z | Downloaded rustc-hash v1.1.0 |
| 901 | 2024-01-25T06:18:21.467Z | Downloaded rustc-demangle v0.1.23 |
| 902 | 2024-01-25T06:18:21.467Z | Downloaded vte_generate_state_changes v0.1.1 |
| 903 | 2024-01-25T06:18:21.467Z | Downloaded toml v0.5.11 |
| 904 | 2024-01-25T06:18:21.467Z | Downloaded enum-as-inner v0.5.1 |
| 905 | 2024-01-25T06:18:21.467Z | Downloaded strum v0.25.0 |
| 906 | 2024-01-25T06:18:21.467Z | Downloaded thread_local v1.1.7 |
| 907 | 2024-01-25T06:18:21.467Z | Downloaded derive_builder_macro v0.12.0 |
| 908 | 2024-01-25T06:18:21.468Z | Downloaded papergrid v0.11.0 |
| 909 | 2024-01-25T06:18:21.468Z | Downloaded diesel_table_macro_syntax v0.1.0 |
| 910 | 2024-01-25T06:18:21.468Z | Downloaded endian-type v0.1.2 |
| 911 | 2024-01-25T06:18:21.468Z | Downloaded parse-size v1.0.0 |
| 912 | 2024-01-25T06:18:21.468Z | Downloaded radium v0.7.0 |
| 913 | 2024-01-25T06:18:21.468Z | Downloaded diesel_derives v2.1.2 |
| 914 | 2024-01-25T06:18:21.468Z | Downloaded foreign-types-shared v0.1.1 |
| 915 | 2024-01-25T06:18:21.468Z | Downloaded foreign-types-macros v0.2.3 |
| 916 | 2024-01-25T06:18:21.470Z | Downloaded tap v1.0.1 |
| 917 | 2024-01-25T06:18:21.470Z | Downloaded heck v0.3.3 |
| 918 | 2024-01-25T06:18:21.470Z | Downloaded whoami v1.4.1 |
| 919 | 2024-01-25T06:18:21.470Z | Downloaded pkg-config v0.3.27 |
| 920 | 2024-01-25T06:18:21.470Z | Downloaded downcast v0.11.0 |
| 921 | 2024-01-25T06:18:21.470Z | Downloaded pretty-hex v0.4.1 |
| 922 | 2024-01-25T06:18:21.470Z | Downloaded peeking_take_while v0.1.2 |
| 923 | 2024-01-25T06:18:21.470Z | Downloaded take_mut v0.2.2 |
| 924 | 2024-01-25T06:18:21.476Z | Downloaded paste v1.0.14 |
| 925 | 2024-01-25T06:18:21.476Z | Downloaded fallible-iterator v0.2.0 |
| 926 | 2024-01-25T06:18:21.476Z | Downloaded slog v2.7.0 |
| 927 | 2024-01-25T06:18:21.481Z | Downloaded pathdiff v0.2.1 |
| 928 | 2024-01-25T06:18:21.488Z | Downloaded opaque-debug v0.3.0 |
| 929 | 2024-01-25T06:18:21.488Z | Downloaded relative-path v1.9.0 |
| 930 | 2024-01-25T06:18:21.494Z | Downloaded predicates-core v1.0.6 |
| 931 | 2024-01-25T06:18:21.494Z | Downloaded elliptic-curve v0.13.8 |
| 932 | 2024-01-25T06:18:21.504Z | Downloaded try-lock v0.2.4 |
| 933 | 2024-01-25T06:18:21.509Z | Downloaded darling_macro v0.14.4 |
| 934 | 2024-01-25T06:18:21.509Z | Downloaded zone_cfg_derive v0.3.0 |
| 935 | 2024-01-25T06:18:21.525Z | Downloaded pin-utils v0.1.0 |
| 936 | 2024-01-25T06:18:21.525Z | Downloaded debug-ignore v1.0.5 |
| 937 | 2024-01-25T06:18:21.559Z | Downloaded tabled_derive v0.7.0 |
| 938 | 2024-01-25T06:18:21.559Z | Downloaded strum_macros v0.24.3 |
| 939 | 2024-01-25T06:18:21.560Z | Downloaded precomputed-hash v0.1.1 |
| 940 | 2024-01-25T06:18:21.560Z | Downloaded fxhash v0.2.1 |
| 941 | 2024-01-25T06:18:21.560Z | Downloaded slog-stdlog v4.1.1 |
| 942 | 2024-01-25T06:18:21.561Z | Downloaded pem v3.0.2 |
| 943 | 2024-01-25T06:18:21.561Z | Downloaded postcard v1.0.8 |
| 944 | 2024-01-25T06:18:21.579Z | Downloaded foreign-types-shared v0.3.1 |
| 945 | 2024-01-25T06:18:21.579Z | Downloaded trust-dns-server v0.22.1 |
| 946 | 2024-01-25T06:18:21.579Z | Downloaded defmt-macros v0.3.6 |
| 947 | 2024-01-25T06:18:21.579Z | Downloaded path-slash v0.1.5 |
| 948 | 2024-01-25T06:18:21.579Z | Downloaded diff v0.1.13 |
| 949 | 2024-01-25T06:18:21.600Z | Downloaded plotters-backend v0.3.5 |
| 950 | 2024-01-25T06:18:21.600Z | Downloaded foreign-types v0.3.2 |
| 951 | 2024-01-25T06:18:21.601Z | Downloaded pin-project-lite v0.2.13 |
| 952 | 2024-01-25T06:18:21.601Z | Downloaded poly1305 v0.8.0 |
| 953 | 2024-01-25T06:18:21.601Z | Downloaded parse-display v0.8.2 |
| 954 | 2024-01-25T06:18:21.601Z | Downloaded display-error-chain v0.2.0 |
| 955 | 2024-01-25T06:18:21.601Z | Downloaded fastrand v2.0.0 |
| 956 | 2024-01-25T06:18:21.606Z | Downloaded slog-scope v4.4.0 |
| 957 | 2024-01-25T06:18:21.606Z | Downloaded textwrap v0.11.0 |
| 958 | 2024-01-25T06:18:21.612Z | Downloaded derive-where v1.2.7 |
| 959 | 2024-01-25T06:18:21.622Z | Downloaded normalize-line-endings v0.3.0 |
| 960 | 2024-01-25T06:18:21.633Z | Downloaded hash32 v0.2.1 |
| 961 | 2024-01-25T06:18:21.633Z | Downloaded unicode-segmentation v1.10.1 |
| 962 | 2024-01-25T06:18:21.636Z | Downloaded serde_urlencoded v0.7.1 |
| 963 | 2024-01-25T06:18:21.636Z | Downloaded tempdir v0.3.7 |
| 964 | 2024-01-25T06:18:21.646Z | Downloaded filetime v0.2.23 |
| 965 | 2024-01-25T06:18:21.649Z | Downloaded phf v0.11.2 |
| 966 | 2024-01-25T06:18:21.649Z | Downloaded funty v2.0.0 |
| 967 | 2024-01-25T06:18:21.649Z | Downloaded pest_meta v2.7.2 |
| 968 | 2024-01-25T06:18:21.654Z | Downloaded flagset v0.4.3 |
| 969 | 2024-01-25T06:18:21.658Z | Downloaded rand_core v0.6.4 |
| 970 | 2024-01-25T06:18:21.661Z | Downloaded defmt-parser v0.3.3 |
| 971 | 2024-01-25T06:18:21.664Z | Downloaded snafu-derive v0.7.5 |
| 972 | 2024-01-25T06:18:21.667Z | Downloaded pretty_assertions v1.4.0 |
| 973 | 2024-01-25T06:18:21.672Z | Downloaded term v0.7.0 |
| 974 | 2024-01-25T06:18:21.680Z | Downloaded strum_macros v0.25.2 |
| 975 | 2024-01-25T06:18:21.685Z | Downloaded slog-async v2.8.0 |
| 976 | 2024-01-25T06:18:21.688Z | Downloaded pin-project-internal v1.1.3 |
| 977 | 2024-01-25T06:18:21.692Z | Downloaded expectorate v1.1.0 |
| 978 | 2024-01-25T06:18:21.698Z | Downloaded structopt-derive v0.4.18 |
| 979 | 2024-01-25T06:18:21.707Z | Downloaded smf v0.2.2 |
| 980 | 2024-01-25T06:18:22.121Z | Downloaded rustls-native-certs v0.7.0 |
| 981 | 2024-01-25T06:18:22.121Z | Downloaded usdt-impl v0.3.5 |
| 982 | 2024-01-25T06:18:22.121Z | Downloaded fatfs v0.3.6 |
| 983 | 2024-01-25T06:18:22.126Z | Downloaded x509-cert v0.2.4 |
| 984 | 2024-01-25T06:18:22.126Z | Downloaded subtle v2.5.0 |
| 985 | 2024-01-25T06:18:22.126Z | Downloaded password-hash v0.5.0 |
| 986 | 2024-01-25T06:18:22.126Z | Downloaded trust-dns-client v0.22.0 |
| 987 | 2024-01-25T06:18:22.126Z | Downloaded typenum v1.16.0 |
| 988 | 2024-01-25T06:18:22.126Z | Downloaded uuid v1.7.0 |
| 989 | 2024-01-25T06:18:22.126Z | Downloaded flume v0.11.0 |
| 990 | 2024-01-25T06:18:22.126Z | Downloaded parking_lot v0.12.1 |
| 991 | 2024-01-25T06:18:22.126Z | Downloaded portable-atomic v1.4.3 |
| 992 | 2024-01-25T06:18:22.126Z | Downloaded rand v0.8.5 |
| 993 | 2024-01-25T06:18:22.127Z | Downloaded zerocopy v0.7.31 |
| 994 | 2024-01-25T06:18:22.127Z | Downloaded pin-project v1.1.3 |
| 995 | 2024-01-25T06:18:22.127Z | Downloaded guppy v0.17.4 |
| 996 | 2024-01-25T06:18:22.127Z | Downloaded bindgen v0.69.2 |
| 997 | 2024-01-25T06:18:22.127Z | Downloaded mio v0.8.9 |
| 998 | 2024-01-25T06:18:22.127Z | Downloaded quick-xml v0.30.0 |
| 999 | 2024-01-25T06:18:22.127Z | Downloaded serde_with v3.5.1 |
| 1000 | 2024-01-25T06:18:22.127Z | Downloaded hashbrown v0.13.2 |
| 1001 | 2024-01-25T06:18:22.127Z | Downloaded plotters v0.3.5 |
| 1002 | 2024-01-25T06:18:22.127Z | Downloaded pest v2.7.2 |
| 1003 | 2024-01-25T06:18:22.127Z | Downloaded regex v1.10.3 |
| 1004 | 2024-01-25T06:18:22.128Z | Downloaded proptest v1.4.0 |
| 1005 | 2024-01-25T06:18:22.128Z | Downloaded tabled v0.15.0 |
| 1006 | 2024-01-25T06:18:22.128Z | Downloaded hkdf v0.12.4 |
| 1007 | 2024-01-25T06:18:22.128Z | Downloaded regress v0.7.1 |
| 1008 | 2024-01-25T06:18:22.130Z | Downloaded polar-core v0.27.0 |
| 1009 | 2024-01-25T06:18:22.130Z | Downloaded diesel v2.1.4 |
| 1010 | 2024-01-25T06:18:22.130Z | Downloaded regex-syntax v0.8.2 |
| 1011 | 2024-01-25T06:18:22.130Z | Downloaded smoltcp v0.9.1 |
| 1012 | 2024-01-25T06:18:22.137Z | Downloaded zerocopy-derive v0.6.4 |
| 1013 | 2024-01-25T06:18:22.161Z | Downloaded smoltcp v0.11.0 |
| 1014 | 2024-01-25T06:18:22.185Z | Downloaded sled v0.34.7 |
| 1015 | 2024-01-25T06:18:22.206Z | Downloaded ratatui v0.25.0 |
| 1016 | 2024-01-25T06:18:22.238Z | Downloaded rustls v0.22.2 |
| 1017 | 2024-01-25T06:18:22.667Z | Downloaded sha3 v0.10.8 |
| 1018 | 2024-01-25T06:18:22.667Z | Downloaded zerocopy-derive v0.7.31 |
| 1019 | 2024-01-25T06:18:22.667Z | Downloaded regex-automata v0.4.4 |
| 1020 | 2024-01-25T06:18:22.667Z | Downloaded regex-automata v0.3.8 |
| 1021 | 2024-01-25T06:18:22.667Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 1022 | 2024-01-25T06:18:22.667Z | Downloaded encoding_rs v0.8.33 |
| 1023 | 2024-01-25T06:18:22.669Z | Downloaded zerocopy-derive v0.2.0 |
| 1024 | 2024-01-25T06:18:22.669Z | Downloaded tokio v1.35.1 |
| 1025 | 2024-01-25T06:18:22.669Z | Downloaded openapiv3 v2.0.0 |
| 1026 | 2024-01-25T06:18:22.670Z | Downloaded rustix v0.38.30 |
| 1027 | 2024-01-25T06:18:22.670Z | Downloaded bstr v1.6.0 |
| 1028 | 2024-01-25T06:18:22.670Z | Downloaded radix_trie v0.2.1 |
| 1029 | 2024-01-25T06:18:22.670Z | Downloaded regex-syntax v0.7.5 |
| 1030 | 2024-01-25T06:18:22.670Z | Downloaded vcpkg v0.2.15 |
| 1031 | 2024-01-25T06:18:22.745Z | Downloaded rustls v0.21.9 |
| 1032 | 2024-01-25T06:18:22.765Z | Downloaded bstr v0.2.17 |
| 1033 | 2024-01-25T06:18:22.783Z | Downloaded trust-dns-proto v0.22.0 |
| 1034 | 2024-01-25T06:18:22.805Z | Downloaded regex-syntax v0.6.29 |
| 1035 | 2024-01-25T06:18:22.819Z | Downloaded webpki-roots v0.25.2 |
| 1036 | 2024-01-25T06:18:22.826Z | Downloaded openssl v0.10.60 |
| 1037 | 2024-01-25T06:18:22.851Z | Downloaded petgraph v0.6.4 |
| 1038 | 2024-01-25T06:18:22.876Z | Downloaded rayon v1.8.0 |
| 1039 | 2024-01-25T06:18:22.905Z | Downloaded gimli v0.28.0 |
| 1040 | 2024-01-25T06:18:22.913Z | Downloaded rustls-webpki v0.102.1 |
| 1041 | 2024-01-25T06:18:22.953Z | Downloaded bitvec v1.0.1 |
| 1042 | 2024-01-25T06:18:22.980Z | Downloaded hashbrown v0.12.3 |
| 1043 | 2024-01-25T06:18:22.989Z | Downloaded h2 v0.3.24 |
| 1044 | 2024-01-25T06:18:23.004Z | Downloaded reedline v0.28.0 |
| 1045 | 2024-01-25T06:18:23.016Z | Downloaded object v0.32.1 |
| 1046 | 2024-01-25T06:18:23.046Z | Downloaded ring v0.17.7 |
| 1047 | 2024-01-25T06:18:23.179Z | Downloaded nix v0.27.1 |
| 1048 | 2024-01-25T06:18:23.201Z | Downloaded syn v1.0.109 |
| 1049 | 2024-01-25T06:18:23.221Z | Downloaded rustls-webpki v0.101.7 |
| 1050 | 2024-01-25T06:18:23.248Z | Downloaded ring v0.16.20 |
| 1051 | 2024-01-25T06:18:23.404Z | Downloaded object v0.30.4 |
| 1052 | 2024-01-25T06:18:23.422Z | Downloaded tough v0.16.0 |
| 1053 | 2024-01-25T06:18:23.434Z | Downloaded reqwest v0.11.22 |
| 1054 | 2024-01-25T06:18:23.453Z | Downloaded lalrpop v0.19.12 |
| 1055 | 2024-01-25T06:18:23.495Z | Downloaded flate2 v1.0.28 |
| 1056 | 2024-01-25T06:18:23.501Z | Downloaded tower v0.4.13 |
| 1057 | 2024-01-25T06:18:23.501Z | Downloaded sqlparser v0.41.0 |
| 1058 | 2024-01-25T06:18:23.505Z | Downloaded curve25519-dalek v4.1.1 |
| 1059 | 2024-01-25T06:18:23.569Z | Downloaded steno v0.4.0 |
| 1060 | 2024-01-25T06:18:23.573Z | Downloaded snafu v0.7.5 |
| 1061 | 2024-01-25T06:18:23.573Z | Downloaded nom v7.1.3 |
| 1062 | 2024-01-25T06:18:23.573Z | Downloaded idna v0.5.0 |
| 1063 | 2024-01-25T06:18:23.573Z | Downloaded rcgen v0.12.0 |
| 1064 | 2024-01-25T06:18:23.573Z | Downloaded rustyline v13.0.0 |
| 1065 | 2024-01-25T06:18:23.576Z | Downloaded tungstenite v0.20.1 |
| 1066 | 2024-01-25T06:18:23.579Z | Downloaded tar v0.4.40 |
| 1067 | 2024-01-25T06:18:23.583Z | Downloaded prettyplease v0.2.16 |
| 1068 | 2024-01-25T06:18:23.589Z | Downloaded futures-util v0.3.30 |
| 1069 | 2024-01-25T06:18:23.620Z | Downloaded idna v0.2.3 |
| 1070 | 2024-01-25T06:18:23.631Z | Downloaded darling_core v0.20.3 |
| 1071 | 2024-01-25T06:18:23.635Z | Downloaded der v0.7.8 |
| 1072 | 2024-01-25T06:18:23.640Z | Downloaded slog-term v2.9.0 |
| 1073 | 2024-01-25T06:18:23.644Z | Downloaded dirs-next v2.0.0 |
| 1074 | 2024-01-25T06:18:23.649Z | Downloaded tracing-core v0.1.31 |
| 1075 | 2024-01-25T06:18:23.655Z | Downloaded unicode-normalization v0.1.22 |
| 1076 | 2024-01-25T06:18:23.658Z | Downloaded openssl-sys v0.9.96 |
| 1077 | 2024-01-25T06:18:23.666Z | Downloaded futures-io v0.3.30 |
| 1078 | 2024-01-25T06:18:23.670Z | Downloaded proc-macro-crate v1.3.1 |
| 1079 | 2024-01-25T06:18:23.671Z | Downloaded tui-tree-widget v0.16.0 |
| 1080 | 2024-01-25T06:18:23.676Z | Downloaded target-lexicon v0.12.12 |
| 1081 | 2024-01-25T06:18:23.676Z | Downloaded once_cell v1.19.0 |
| 1082 | 2024-01-25T06:18:23.679Z | Downloaded olpc-cjson v0.1.3 |
| 1083 | 2024-01-25T06:18:23.679Z | Downloaded rand_chacha v0.3.1 |
| 1084 | 2024-01-25T06:18:23.684Z | Downloaded fnv v1.0.7 |
| 1085 | 2024-01-25T06:18:23.684Z | Downloaded float-cmp v0.9.0 |
| 1086 | 2024-01-25T06:18:23.687Z | Downloaded fd-lock v3.0.13 |
| 1087 | 2024-01-25T06:18:23.691Z | Downloaded highway v1.1.0 |
| 1088 | 2024-01-25T06:18:23.691Z | Downloaded rand v0.4.6 |
| 1089 | 2024-01-25T06:18:23.696Z | Downloaded subprocess v0.2.9 |
| 1090 | 2024-01-25T06:18:23.703Z | Downloaded regex-automata v0.1.10 |
| 1091 | 2024-01-25T06:18:23.710Z | Downloaded heapless v0.8.0 |
| 1092 | 2024-01-25T06:18:23.720Z | Downloaded predicates v3.1.0 |
| 1093 | 2024-01-25T06:18:23.724Z | Downloaded pest_derive v2.7.2 |
| 1094 | 2024-01-25T06:18:23.727Z | Downloaded pest_generator v2.7.2 |
| 1095 | 2024-01-25T06:18:23.727Z | Downloaded spin v0.9.8 |
| 1096 | 2024-01-25T06:18:23.731Z | Downloaded target-spec v3.0.1 |
| 1097 | 2024-01-25T06:18:23.735Z | Downloaded native-tls v0.2.11 |
| 1098 | 2024-01-25T06:18:23.741Z | Downloaded textwrap v0.16.0 |
| 1099 | 2024-01-25T06:18:23.741Z | Downloaded zone v0.3.0 |
| 1100 | 2024-01-25T06:18:23.745Z | Downloaded derive_more v0.99.17 |
| 1101 | 2024-01-25T06:18:23.752Z | Downloaded tracing v0.1.37 |
| 1102 | 2024-01-25T06:18:23.759Z | Downloaded typed-path v0.7.0 |
| 1103 | 2024-01-25T06:18:23.768Z | Downloaded strsim v0.8.0 |
| 1104 | 2024-01-25T06:18:23.771Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1105 | 2024-01-25T06:18:23.771Z | Downloaded tokio-util v0.7.10 |
| 1106 | 2024-01-25T06:18:23.795Z | Downloaded http v1.0.0 |
| 1107 | 2024-01-25T06:18:23.798Z | Downloaded termcolor v1.2.0 |
| 1108 | 2024-01-25T06:18:23.798Z | Downloaded string_cache v0.8.7 |
| 1109 | 2024-01-25T06:18:23.798Z | Downloaded static_assertions v1.1.0 |
| 1110 | 2024-01-25T06:18:23.798Z | Downloaded sqlformat v0.2.3 |
| 1111 | 2024-01-25T06:18:23.810Z | Downloaded spki v0.7.2 |
| 1112 | 2024-01-25T06:18:23.810Z | Downloaded headers v0.3.9 |
| 1113 | 2024-01-25T06:18:23.814Z | Downloaded futures v0.3.30 |
| 1114 | 2024-01-25T06:18:23.819Z | Downloaded zerocopy v0.6.4 |
| 1115 | 2024-01-25T06:18:23.823Z | Downloaded minimal-lexical v0.2.1 |
| 1116 | 2024-01-25T06:18:23.831Z | Downloaded unicode_categories v0.1.1 |
| 1117 | 2024-01-25T06:18:23.837Z | Downloaded time v0.3.27 |
| 1118 | 2024-01-25T06:18:23.846Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1119 | 2024-01-25T06:18:23.858Z | Downloaded stringprep v0.1.3 |
| 1120 | 2024-01-25T06:18:23.858Z | Downloaded glob v0.3.1 |
| 1121 | 2024-01-25T06:18:23.863Z | Downloaded derive_builder v0.12.0 |
| 1122 | 2024-01-25T06:18:23.863Z | Downloaded http v0.2.11 |
| 1123 | 2024-01-25T06:18:23.867Z | Downloaded libxml v0.3.3 |
| 1124 | 2024-01-25T06:18:23.876Z | Downloaded fixedbitset v0.4.2 |
| 1125 | 2024-01-25T06:18:23.880Z | Downloaded nibble_vec v0.1.0 |
| 1126 | 2024-01-25T06:18:23.885Z | Downloaded version_check v0.9.4 |
| 1127 | 2024-01-25T06:18:23.885Z | Downloaded tracing-attributes v0.1.26 |
| 1128 | 2024-01-25T06:18:23.888Z | Downloaded quick-error v1.2.3 |
| 1129 | 2024-01-25T06:18:23.888Z | Downloaded pkcs1 v0.7.5 |
| 1130 | 2024-01-25T06:18:23.893Z | Downloaded platforms v3.0.2 |
| 1131 | 2024-01-25T06:18:23.900Z | Downloaded proc-macro-error v1.0.4 |
| 1132 | 2024-01-25T06:18:23.914Z | Downloaded thiserror-no-std v2.0.2 |
| 1133 | 2024-01-25T06:18:23.914Z | Downloaded vte v0.11.1 |
| 1134 | 2024-01-25T06:18:23.914Z | Downloaded futures-core v0.3.30 |
| 1135 | 2024-01-25T06:18:23.914Z | Downloaded num-bigint-dig v0.8.4 |
| 1136 | 2024-01-25T06:18:23.948Z | Downloaded clap v2.34.0 |
| 1137 | 2024-01-25T06:18:23.972Z | Downloaded itertools v0.12.0 |
| 1138 | 2024-01-25T06:18:23.974Z | Downloaded rustls-pemfile v1.0.3 |
| 1139 | 2024-01-25T06:18:23.974Z | Downloaded pkcs8 v0.10.2 |
| 1140 | 2024-01-25T06:18:23.974Z | Downloaded slog-json v2.6.1 |
| 1141 | 2024-01-25T06:18:23.974Z | Downloaded slog-bunyan v2.5.0 |
| 1142 | 2024-01-25T06:18:23.975Z | Downloaded futures-channel v0.3.30 |
| 1143 | 2024-01-25T06:18:23.975Z | Downloaded env_logger v0.10.0 |
| 1144 | 2024-01-25T06:18:24.400Z | Downloaded topological-sort v0.2.2 |
| 1145 | 2024-01-25T06:18:24.400Z | Downloaded zip v0.6.6 |
| 1146 | 2024-01-25T06:18:24.400Z | Downloaded url v2.5.0 |
| 1147 | 2024-01-25T06:18:24.401Z | Downloaded partial-io v0.5.4 |
| 1148 | 2024-01-25T06:18:24.401Z | Downloaded fragile v2.0.0 |
| 1149 | 2024-01-25T06:18:24.401Z | Downloaded trybuild v1.0.89 |
| 1150 | 2024-01-25T06:18:24.409Z | Downloaded fd-lock v4.0.2 |
| 1151 | 2024-01-25T06:18:24.409Z | Downloaded ena v0.14.2 |
| 1152 | 2024-01-25T06:18:24.409Z | Downloaded form_urlencoded v1.2.1 |
| 1153 | 2024-01-25T06:18:24.409Z | Downloaded rayon-core v1.12.0 |
| 1154 | 2024-01-25T06:18:24.409Z | Downloaded ed25519 v1.5.3 |
| 1155 | 2024-01-25T06:18:24.409Z | Downloaded time-core v0.1.1 |
| 1156 | 2024-01-25T06:18:24.410Z | Downloaded digest v0.10.7 |
| 1157 | 2024-01-25T06:18:24.410Z | Downloaded either v1.9.0 |
| 1158 | 2024-01-25T06:18:24.410Z | Downloaded rsa v0.9.2 |
| 1159 | 2024-01-25T06:18:24.410Z | Downloaded ron v0.8.1 |
| 1160 | 2024-01-25T06:18:24.410Z | Downloaded wyz v0.5.1 |
| 1161 | 2024-01-25T06:18:24.410Z | Downloaded vsss-rs v3.3.4 |
| 1162 | 2024-01-25T06:18:24.410Z | Downloaded rstest_macros v0.18.2 |
| 1163 | 2024-01-25T06:18:24.411Z | Downloaded postgres-types v0.2.6 |
| 1164 | 2024-01-25T06:18:24.411Z | Downloaded parking_lot_core v0.9.8 |
| 1165 | 2024-01-25T06:18:24.411Z | Downloaded trust-dns-resolver v0.22.0 |
| 1166 | 2024-01-25T06:18:24.411Z | Downloaded heapless v0.7.16 |
| 1167 | 2024-01-25T06:18:24.412Z | Downloaded futures-timer v3.0.2 |
| 1168 | 2024-01-25T06:18:24.412Z | Downloaded ff v0.13.0 |
| 1169 | 2024-01-25T06:18:24.412Z | Downloaded proc-macro-error-attr v1.0.4 |
| 1170 | 2024-01-25T06:18:24.412Z | Downloaded tiny-keccak v2.0.2 |
| 1171 | 2024-01-25T06:18:24.412Z | Downloaded parking_lot_core v0.8.6 |
| 1172 | 2024-01-25T06:18:24.412Z | Downloaded hex v0.4.3 |
| 1173 | 2024-01-25T06:18:24.412Z | Downloaded toml_edit v0.19.15 |
| 1174 | 2024-01-25T06:18:24.413Z | Downloaded itertools v0.10.5 |
| 1175 | 2024-01-25T06:18:24.413Z | Downloaded pem-rfc7468 v0.7.0 |
| 1176 | 2024-01-25T06:18:24.413Z | Downloaded unsafe-libyaml v0.2.10 |
| 1177 | 2024-01-25T06:18:24.413Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1178 | 2024-01-25T06:18:24.413Z | Downloaded generic-array v0.14.7 |
| 1179 | 2024-01-25T06:18:24.413Z | Downloaded futures-executor v0.3.30 |
| 1180 | 2024-01-25T06:18:24.413Z | Downloaded fs-err v2.11.0 |
| 1181 | 2024-01-25T06:18:24.414Z | Downloaded derive_builder_core v0.12.0 |
| 1182 | 2024-01-25T06:18:24.414Z | Downloaded futures-sink v0.3.30 |
| 1183 | 2024-01-25T06:18:24.414Z | Downloaded similar v2.3.0 |
| 1184 | 2024-01-25T06:18:24.414Z | Downloaded pretty-hex v0.2.1 |
| 1185 | 2024-01-25T06:18:24.414Z | Downloaded dyn-clone v1.0.13 |
| 1186 | 2024-01-25T06:18:24.414Z | Downloaded tower-service v0.3.2 |
| 1187 | 2024-01-25T06:18:24.415Z | Downloaded socket2 v0.4.9 |
| 1188 | 2024-01-25T06:18:24.415Z | Downloaded chrono v0.4.31 |
| 1189 | 2024-01-25T06:18:24.415Z | Downloaded tinytemplate v1.2.1 |
| 1190 | 2024-01-25T06:18:24.415Z | Downloaded num-bigint v0.4.4 |
| 1191 | 2024-01-25T06:18:24.415Z | Downloaded futures-task v0.3.30 |
| 1192 | 2024-01-25T06:18:24.417Z | Downloaded xattr v1.0.1 |
| 1193 | 2024-01-25T06:18:24.418Z | Downloaded percent-encoding v2.3.1 |
| 1194 | 2024-01-25T06:18:24.418Z | Downloaded postgres-protocol v0.6.6 |
| 1195 | 2024-01-25T06:18:24.418Z | Downloaded foreign-types v0.5.0 |
| 1196 | 2024-01-25T06:18:24.418Z | Downloaded plotters-svg v0.3.5 |
| 1197 | 2024-01-25T06:18:24.418Z | Downloaded yansi v0.5.1 |
| 1198 | 2024-01-25T06:18:24.418Z | Downloaded rust-argon2 v1.0.1 |
| 1199 | 2024-01-25T06:18:24.419Z | Downloaded rstest v0.18.2 |
| 1200 | 2024-01-25T06:18:24.419Z | Downloaded ucd-trie v0.1.6 |
| 1201 | 2024-01-25T06:18:24.419Z | Downloaded schemars v0.8.16 |
| 1202 | 2024-01-25T06:18:24.419Z | Downloaded ppv-lite86 v0.2.17 |
| 1203 | 2024-01-25T06:18:24.419Z | Downloaded rustls-pemfile v2.0.0 |
| 1204 | 2024-01-25T06:18:24.419Z | Downloaded futures-macro v0.3.30 |
| 1205 | 2024-01-25T06:18:24.419Z | Downloaded phf_shared v0.11.2 |
| 1206 | 2024-01-25T06:18:24.420Z | Downloaded sha2 v0.10.8 |
| 1207 | 2024-01-25T06:18:24.420Z | Downloaded tokio-postgres v0.7.10 |
| 1208 | 2024-01-25T06:18:24.420Z | Downloaded rusty-fork v0.3.0 |
| 1209 | 2024-01-25T06:18:24.420Z | Downloaded crossbeam-channel v0.5.8 |
| 1210 | 2024-01-25T06:18:24.420Z | Downloaded vec_map v0.8.2 |
| 1211 | 2024-01-25T06:18:24.421Z | Downloaded oso v0.27.0 |
| 1212 | 2024-01-25T06:18:24.421Z | Downloaded hmac v0.12.1 |
| 1213 | 2024-01-25T06:18:24.421Z | Downloaded embedded-io v0.4.0 |
| 1214 | 2024-01-25T06:18:24.421Z | Downloaded dof v0.1.5 |
| 1215 | 2024-01-25T06:18:24.421Z | Downloaded r2d2 v0.8.10 |
| 1216 | 2024-01-25T06:18:24.421Z | Downloaded time-macros v0.2.13 |
| 1217 | 2024-01-25T06:18:24.421Z | Downloaded thread-id v4.2.0 |
| 1218 | 2024-01-25T06:18:24.421Z | Downloaded wait-timeout v0.2.0 |
| 1219 | 2024-01-25T06:18:24.422Z | Downloaded ref-cast-impl v1.0.20 |
| 1220 | 2024-01-25T06:18:24.424Z | Downloaded ref-cast v1.0.20 |
| 1221 | 2024-01-25T06:18:24.424Z | Downloaded rand_xorshift v0.3.0 |
| 1222 | 2024-01-25T06:18:24.425Z | Downloaded shell-words v1.1.0 |
| 1223 | 2024-01-25T06:18:24.425Z | Downloaded structopt v0.3.26 |
| 1224 | 2024-01-25T06:18:24.425Z | Downloaded cc v1.0.83 |
| 1225 | 2024-01-25T06:18:24.425Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1226 | 2024-01-25T06:18:24.425Z | Downloaded owo-colors v3.5.0 |
| 1227 | 2024-01-25T06:18:24.425Z | Downloaded smallvec v0.6.14 |
| 1228 | 2024-01-25T06:18:24.425Z | Downloaded signature v1.6.4 |
| 1229 | 2024-01-25T06:18:24.425Z | Downloaded signal-hook-tokio v0.3.1 |
| 1230 | 2024-01-25T06:18:24.425Z | Downloaded signal-hook-registry v1.4.1 |
| 1231 | 2024-01-25T06:18:24.425Z | Downloaded same-file v1.0.6 |
| 1232 | 2024-01-25T06:18:24.426Z | Downloaded dirs-sys-next v0.1.2 |
| 1233 | 2024-01-25T06:18:24.426Z | Downloaded half v2.3.1 |
| 1234 | 2024-01-25T06:18:24.426Z | Downloaded parking_lot v0.11.2 |
| 1235 | 2024-01-25T06:18:24.426Z | Downloaded predicates-tree v1.0.9 |
| 1236 | 2024-01-25T06:18:24.426Z | Downloaded rpassword v7.3.1 |
| 1237 | 2024-01-25T06:18:24.426Z | Downloaded resolv-conf v0.7.0 |
| 1238 | 2024-01-25T06:18:24.427Z | Downloaded remove_dir_all v0.5.3 |
| 1239 | 2024-01-25T06:18:24.427Z | Downloaded difflib v0.4.0 |
| 1240 | 2024-01-25T06:18:24.427Z | Downloaded walkdir v2.4.0 |
| 1241 | 2024-01-25T06:18:24.427Z | Downloaded serde_derive_internals v0.26.0 |
| 1242 | 2024-01-25T06:18:24.427Z | Downloaded base64 v0.21.7 |
| 1243 | 2024-01-25T06:18:24.427Z | Downloaded siphasher v0.3.11 |
| 1244 | 2024-01-25T06:18:24.428Z | Downloaded unicode-bidi v0.3.13 |
| 1245 | 2024-01-25T06:18:24.428Z | Downloaded backtrace v0.3.69 |
| 1246 | 2024-01-25T06:18:24.428Z | Downloaded test-strategy v0.3.1 |
| 1247 | 2024-01-25T06:18:24.428Z | Downloaded indicatif v0.17.7 |
| 1248 | 2024-01-25T06:18:24.430Z | Downloaded getrandom v0.2.10 |
| 1249 | 2024-01-25T06:18:24.430Z | Downloaded toml v0.7.8 |
| 1250 | 2024-01-25T06:18:24.435Z | Downloaded hyper v0.14.27 |
| 1251 | 2024-01-25T06:18:24.435Z | Downloaded der_derive v0.7.2 |
| 1252 | 2024-01-25T06:18:24.435Z | Downloaded const-oid v0.9.5 |
| 1253 | 2024-01-25T06:18:24.436Z | Downloaded arc-swap v1.6.0 |
| 1254 | 2024-01-25T06:18:24.436Z | Downloaded untrusted v0.9.0 |
| 1255 | 2024-01-25T06:18:24.436Z | Downloaded utf-8 v0.7.6 |
| 1256 | 2024-01-25T06:18:24.436Z | Downloaded unarray v0.1.4 |
| 1257 | 2024-01-25T06:18:24.436Z | Downloaded semver v0.11.0 |
| 1258 | 2024-01-25T06:18:24.436Z | Downloaded semver v0.1.20 |
| 1259 | 2024-01-25T06:18:24.436Z | Downloaded sec1 v0.7.3 |
| 1260 | 2024-01-25T06:18:24.442Z | Downloaded schemars_derive v0.8.16 |
| 1261 | 2024-01-25T06:18:24.442Z | Downloaded bytes v1.5.0 |
| 1262 | 2024-01-25T06:18:24.447Z | Downloaded blake2 v0.10.6 |
| 1263 | 2024-01-25T06:18:24.453Z | Downloaded universal-hash v0.5.1 |
| 1264 | 2024-01-25T06:18:24.453Z | Downloaded unicode-xid v0.2.4 |
| 1265 | 2024-01-25T06:18:24.462Z | Downloaded unicode-width v0.1.11 |
| 1266 | 2024-01-25T06:18:24.462Z | Downloaded zeroize_derive v1.4.2 |
| 1267 | 2024-01-25T06:18:24.462Z | Downloaded smallvec v1.11.2 |
| 1268 | 2024-01-25T06:18:24.470Z | Downloaded lalrpop-util v0.19.12 |
| 1269 | 2024-01-25T06:18:24.470Z | Downloaded serde-hex v0.1.0 |
| 1270 | 2024-01-25T06:18:24.470Z | Downloaded packed_struct_codegen v0.10.1 |
| 1271 | 2024-01-25T06:18:24.470Z | Downloaded hostname v0.3.1 |
| 1272 | 2024-01-25T06:18:24.470Z | Downloaded tinyvec v1.6.0 |
| 1273 | 2024-01-25T06:18:24.490Z | Downloaded want v0.3.1 |
| 1274 | 2024-01-25T06:18:24.490Z | Downloaded waitgroup v0.1.2 |
| 1275 | 2024-01-25T06:18:24.491Z | Downloaded usdt-attr-macro v0.3.5 |
| 1276 | 2024-01-25T06:18:24.494Z | Downloaded miniz_oxide v0.7.1 |
| 1277 | 2024-01-25T06:18:24.505Z | Downloaded oorandom v11.1.3 |
| 1278 | 2024-01-25T06:18:24.505Z | Downloaded defmt v0.3.5 |
| 1279 | 2024-01-25T06:18:24.505Z | Downloaded socket2 v0.5.5 |
| 1280 | 2024-01-25T06:18:24.505Z | Downloaded tokio-stream v0.1.14 |
| 1281 | 2024-01-25T06:18:24.505Z | Downloaded tokio-rustls v0.25.0 |
| 1282 | 2024-01-25T06:18:24.506Z | Downloaded tokio-rustls v0.24.1 |
| 1283 | 2024-01-25T06:18:24.917Z | Downloaded serde_tokenstream v0.1.7 |
| 1284 | 2024-01-25T06:18:24.918Z | Downloaded serde_path_to_error v0.1.15 |
| 1285 | 2024-01-25T06:18:24.927Z | Downloaded secrecy v0.8.0 |
| 1286 | 2024-01-25T06:18:24.928Z | Downloaded zeroize v1.7.0 |
| 1287 | 2024-01-25T06:18:24.928Z | Downloaded packed_struct v0.10.1 |
| 1288 | 2024-01-25T06:18:24.928Z | Downloaded home v0.5.5 |
| 1289 | 2024-01-25T06:18:24.928Z | Downloaded hex-literal v0.4.1 |
| 1290 | 2024-01-25T06:18:24.928Z | Downloaded hash32 v0.3.1 |
| 1291 | 2024-01-25T06:18:24.928Z | Downloaded tempfile v3.9.0 |
| 1292 | 2024-01-25T06:18:24.928Z | Downloaded libm v0.2.7 |
| 1293 | 2024-01-25T06:18:24.928Z | Downloaded deranged v0.3.8 |
| 1294 | 2024-01-25T06:18:24.928Z | Downloaded basic-toml v0.1.8 |
| 1295 | 2024-01-25T06:18:24.928Z | Downloaded yasna v0.5.2 |
| 1296 | 2024-01-25T06:18:24.928Z | Downloaded crypto-bigint v0.5.2 |
| 1297 | 2024-01-25T06:18:24.928Z | Downloaded unicase v2.7.0 |
| 1298 | 2024-01-25T06:18:24.928Z | Downloaded allocator-api2 v0.2.16 |
| 1299 | 2024-01-25T06:18:24.928Z | Downloaded num-rational v0.4.1 |
| 1300 | 2024-01-25T06:18:24.928Z | Downloaded nu-ansi-term v0.49.0 |
| 1301 | 2024-01-25T06:18:24.928Z | Downloaded nanorand v0.7.0 |
| 1302 | 2024-01-25T06:18:24.928Z | Downloaded multer v3.0.0 |
| 1303 | 2024-01-25T06:18:24.930Z | Downloaded mockall_derive v0.12.0 |
| 1304 | 2024-01-25T06:18:24.930Z | Downloaded blake2b_simd v1.0.1 |
| 1305 | 2024-01-25T06:18:24.930Z | Downloaded num-complex v0.4.4 |
| 1306 | 2024-01-25T06:18:24.930Z | Downloaded httparse v1.8.0 |
| 1307 | 2024-01-25T06:18:24.930Z | Downloaded oso-derive v0.27.0 |
| 1308 | 2024-01-25T06:18:24.930Z | Downloaded openssl-macros v0.1.1 |
| 1309 | 2024-01-25T06:18:24.930Z | Downloaded unicode-linebreak v0.1.5 |
| 1310 | 2024-01-25T06:18:24.930Z | Downloaded termios v0.3.3 |
| 1311 | 2024-01-25T06:18:24.930Z | Downloaded crc32fast v1.3.2 |
| 1312 | 2024-01-25T06:18:24.930Z | Downloaded libsw v3.3.1 |
| 1313 | 2024-01-25T06:18:24.930Z | Downloaded indoc v2.0.3 |
| 1314 | 2024-01-25T06:18:24.930Z | Downloaded hyper-rustls v0.24.2 |
| 1315 | 2024-01-25T06:18:24.930Z | Downloaded ahash v0.8.6 |
| 1316 | 2024-01-25T06:18:24.930Z | Downloaded addr2line v0.21.0 |
| 1317 | 2024-01-25T06:18:24.930Z | Downloaded tokio-native-tls v0.3.1 |
| 1318 | 2024-01-25T06:18:24.930Z | Downloaded tokio-macros v2.2.0 |
| 1319 | 2024-01-25T06:18:24.930Z | Downloaded threadpool v1.8.1 |
| 1320 | 2024-01-25T06:18:24.930Z | Downloaded darling v0.14.4 |
| 1321 | 2024-01-25T06:18:24.931Z | Downloaded backoff v0.4.0 |
| 1322 | 2024-01-25T06:18:24.931Z | Downloaded bcs v0.1.6 |
| 1323 | 2024-01-25T06:18:24.931Z | Downloaded assert_cmd v2.0.13 |
| 1324 | 2024-01-25T06:18:24.931Z | Downloaded bitflags v2.4.0 |
| 1325 | 2024-01-25T06:18:24.931Z | Downloaded anes v0.1.6 |
| 1326 | 2024-01-25T06:18:24.931Z | Downloaded datatest-stable v0.2.3 |
| 1327 | 2024-01-25T06:18:24.931Z | Downloaded zerocopy v0.3.0 |
| 1328 | 2024-01-25T06:18:24.931Z | Downloaded structmeta-derive v0.2.0 |
| 1329 | 2024-01-25T06:18:24.931Z | Downloaded structmeta v0.2.0 |
| 1330 | 2024-01-25T06:18:24.931Z | Downloaded stable_deref_trait v1.2.0 |
| 1331 | 2024-01-25T06:18:24.931Z | Downloaded spin v0.5.2 |
| 1332 | 2024-01-25T06:18:24.931Z | Downloaded smawk v0.3.1 |
| 1333 | 2024-01-25T06:18:24.931Z | Downloaded slog-envlogger v2.2.0 |
| 1334 | 2024-01-25T06:18:24.931Z | Downloaded slog-dtrace v0.2.3 |
| 1335 | 2024-01-25T06:18:24.931Z | Downloaded signal-hook v0.3.17 |
| 1336 | 2024-01-25T06:18:24.931Z | Downloaded rustc_version v0.1.7 |
| 1337 | 2024-01-25T06:18:24.931Z | Downloaded rtoolbox v0.0.1 |
| 1338 | 2024-01-25T06:18:24.931Z | Downloaded num_enum_derive v0.5.11 |
| 1339 | 2024-01-25T06:18:24.931Z | Downloaded num-derive v0.4.0 |
| 1340 | 2024-01-25T06:18:24.931Z | Downloaded http-body v0.4.5 |
| 1341 | 2024-01-25T06:18:24.931Z | Downloaded darling v0.20.3 |
| 1342 | 2024-01-25T06:18:24.931Z | Downloaded ciborium-ll v0.2.2 |
| 1343 | 2024-01-25T06:18:24.931Z | Downloaded base64ct v1.6.0 |
| 1344 | 2024-01-25T06:18:24.931Z | Downloaded ansi_term v0.12.1 |
| 1345 | 2024-01-25T06:18:24.932Z | Downloaded headers-core v0.2.0 |
| 1346 | 2024-01-25T06:18:24.932Z | Downloaded slab v0.4.9 |
| 1347 | 2024-01-25T06:18:24.932Z | Downloaded semver-parser v0.10.2 |
| 1348 | 2024-01-25T06:18:24.932Z | Downloaded lru-cache v0.1.2 |
| 1349 | 2024-01-25T06:18:24.932Z | Downloaded linked-hash-map v0.5.6 |
| 1350 | 2024-01-25T06:18:24.932Z | Downloaded lazy_static v1.4.0 |
| 1351 | 2024-01-25T06:18:24.932Z | Downloaded hubpack v0.1.2 |
| 1352 | 2024-01-25T06:18:24.932Z | Downloaded crossbeam v0.8.2 |
| 1353 | 2024-01-25T06:18:24.932Z | Downloaded num-integer v0.1.45 |
| 1354 | 2024-01-25T06:18:24.932Z | Downloaded num v0.4.1 |
| 1355 | 2024-01-25T06:18:24.932Z | Downloaded mockall v0.12.0 |
| 1356 | 2024-01-25T06:18:24.932Z | Downloaded aead v0.5.2 |
| 1357 | 2024-01-25T06:18:24.932Z | Downloaded termtree v0.4.1 |
| 1358 | 2024-01-25T06:18:24.932Z | Downloaded hyper v1.1.0 |
| 1359 | 2024-01-25T06:18:24.933Z | Downloaded mime v0.3.17 |
| 1360 | 2024-01-25T06:18:24.933Z | Downloaded keccak v0.1.4 |
| 1361 | 2024-01-25T06:18:24.933Z | Downloaded crossbeam-utils v0.8.16 |
| 1362 | 2024-01-25T06:18:24.933Z | Downloaded cookie v0.18.0 |
| 1363 | 2024-01-25T06:18:24.933Z | Downloaded httpdate v1.0.3 |
| 1364 | 2024-01-25T06:18:24.933Z | Downloaded memoffset v0.9.0 |
| 1365 | 2024-01-25T06:18:24.933Z | Downloaded md-5 v0.10.5 |
| 1366 | 2024-01-25T06:18:24.933Z | Downloaded maybe-uninit v2.0.0 |
| 1367 | 2024-01-25T06:18:24.933Z | Downloaded managed v0.8.0 |
| 1368 | 2024-01-25T06:18:24.933Z | Downloaded linear-map v1.2.0 |
| 1369 | 2024-01-25T06:18:24.933Z | Downloaded ipnet v2.9.0 |
| 1370 | 2024-01-25T06:18:24.933Z | Downloaded crossbeam-deque v0.8.3 |
| 1371 | 2024-01-25T06:18:24.933Z | Downloaded corncobs v0.1.3 |
| 1372 | 2024-01-25T06:18:24.933Z | Downloaded clang-sys v1.6.1 |
| 1373 | 2024-01-25T06:18:24.933Z | Downloaded cast v0.3.0 |
| 1374 | 2024-01-25T06:18:24.934Z | Downloaded cassowary v0.3.0 |
| 1375 | 2024-01-25T06:18:24.934Z | Downloaded bytecount v0.6.3 |
| 1376 | 2024-01-25T06:18:24.935Z | Downloaded bitfield v0.14.0 |
| 1377 | 2024-01-25T06:18:24.935Z | Downloaded atomic-waker v1.1.1 |
| 1378 | 2024-01-25T06:18:24.935Z | Downloaded tower-layer v0.3.2 |
| 1379 | 2024-01-25T06:18:24.935Z | Downloaded tinyvec_macros v0.1.1 |
| 1380 | 2024-01-25T06:18:24.935Z | Downloaded block-padding v0.3.3 |
| 1381 | 2024-01-25T06:18:24.935Z | Downloaded byteorder v1.5.0 |
| 1382 | 2024-01-25T06:18:24.935Z | Downloaded buf-list v1.0.3 |
| 1383 | 2024-01-25T06:18:24.935Z | Downloaded arrayvec v0.7.4 |
| 1384 | 2024-01-25T06:18:24.935Z | Downloaded stability v0.1.1 |
| 1385 | 2024-01-25T06:18:24.939Z | Downloaded sqlparser_derive v0.2.2 |
| 1386 | 2024-01-25T06:18:24.939Z | Downloaded nodrop v0.1.14 |
| 1387 | 2024-01-25T06:18:24.939Z | Downloaded newline-converter v0.3.0 |
| 1388 | 2024-01-25T06:18:24.939Z | Downloaded nested v0.1.1 |
| 1389 | 2024-01-25T06:18:24.939Z | Downloaded http-range v0.1.5 |
| 1390 | 2024-01-25T06:18:24.939Z | Downloaded base16ct v0.2.0 |
| 1391 | 2024-01-25T06:18:24.939Z | Downloaded bit-vec v0.6.3 |
| 1392 | 2024-01-25T06:18:24.939Z | Downloaded bit-set v0.5.3 |
| 1393 | 2024-01-25T06:18:24.939Z | Downloaded arrayref v0.3.7 |
| 1394 | 2024-01-25T06:18:24.939Z | Downloaded argon2 v0.5.3 |
| 1395 | 2024-01-25T06:18:24.939Z | Downloaded async-trait v0.1.77 |
| 1396 | 2024-01-25T06:18:24.939Z | Downloaded bzip2 v0.4.4 |
| 1397 | 2024-01-25T06:18:24.939Z | Downloaded new_debug_unreachable v1.0.4 |
| 1398 | 2024-01-25T06:18:24.939Z | Downloaded http-body v1.0.0 |
| 1399 | 2024-01-25T06:18:24.940Z | Downloaded cobs v0.2.3 |
| 1400 | 2024-01-25T06:18:24.940Z | Downloaded log v0.4.20 |
| 1401 | 2024-01-25T06:18:24.940Z | Downloaded lock_api v0.4.10 |
| 1402 | 2024-01-25T06:18:24.940Z | Downloaded block-buffer v0.10.4 |
| 1403 | 2024-01-25T06:18:24.940Z | Downloaded autocfg v1.1.0 |
| 1404 | 2024-01-25T06:18:24.940Z | Downloaded async-stream v0.3.5 |
| 1405 | 2024-01-25T06:18:24.940Z | Downloaded bb8 v0.8.1 |
| 1406 | 2024-01-25T06:18:24.940Z | Downloaded approx v0.5.1 |
| 1407 | 2024-01-25T06:18:24.940Z | Downloaded async-recursion v1.0.5 |
| 1408 | 2024-01-25T06:18:24.940Z | Downloaded assert_matches v1.5.0 |
| 1409 | 2024-01-25T06:18:24.940Z | Downloaded synstructure v0.12.6 |
| 1410 | 2024-01-25T06:18:24.940Z | Downloaded serde-big-array v0.4.1 |
| 1411 | 2024-01-25T06:18:24.940Z | Downloaded matches v0.1.10 |
| 1412 | 2024-01-25T06:18:24.940Z | Downloaded inout v0.1.3 |
| 1413 | 2024-01-25T06:18:24.940Z | Downloaded indexmap v1.9.3 |
| 1414 | 2024-01-25T06:18:24.940Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1415 | 2024-01-25T06:18:24.941Z | Downloaded crunchy v0.2.2 |
| 1416 | 2024-01-25T06:18:24.941Z | Downloaded crossbeam-queue v0.3.8 |
| 1417 | 2024-01-25T06:18:24.941Z | Downloaded criterion v0.5.1 |
| 1418 | 2024-01-25T06:18:24.941Z | Downloaded ascii-canvas v3.0.0 |
| 1419 | 2024-01-25T06:18:24.941Z | Downloaded array-init v0.0.4 |
| 1420 | 2024-01-25T06:18:24.941Z | Downloaded serde_plain v1.0.2 |
| 1421 | 2024-01-25T06:18:24.941Z | Downloaded constant_time_eq v0.3.0 |
| 1422 | 2024-01-25T06:18:24.941Z | Downloaded signal-hook-mio v0.2.3 |
| 1423 | 2024-01-25T06:18:24.941Z | Downloaded shlex v1.3.0 |
| 1424 | 2024-01-25T06:18:24.941Z | Downloaded match_cfg v0.1.0 |
| 1425 | 2024-01-25T06:18:24.941Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1426 | 2024-01-25T06:18:24.941Z | Downloaded maplit v1.0.2 |
| 1427 | 2024-01-25T06:18:24.941Z | Downloaded macaddr v1.0.1 |
| 1428 | 2024-01-25T06:18:24.941Z | Downloaded libtest-mimic v0.6.1 |
| 1429 | 2024-01-25T06:18:24.941Z | Downloaded libefi-sys v0.1.0 |
| 1430 | 2024-01-25T06:18:24.941Z | Downloaded lazycell v1.3.0 |
| 1431 | 2024-01-25T06:18:24.941Z | Downloaded curve25519-dalek-derive v0.1.0 |
| 1432 | 2024-01-25T06:18:24.941Z | Downloaded ciborium v0.2.2 |
| 1433 | 2024-01-25T06:18:24.942Z | Downloaded atomicwrites v0.4.3 |
| 1434 | 2024-01-25T06:18:24.942Z | Downloaded async-stream-impl v0.3.5 |
| 1435 | 2024-01-25T06:18:24.942Z | Downloaded adler v1.0.2 |
| 1436 | 2024-01-25T06:18:24.942Z | Downloaded crc v3.0.1 |
| 1437 | 2024-01-25T06:18:24.942Z | Downloaded memoffset v0.7.1 |
| 1438 | 2024-01-25T06:18:24.942Z | Downloaded crypto-common v0.1.6 |
| 1439 | 2024-01-25T06:18:24.942Z | Downloaded cfg-expr v0.15.5 |
| 1440 | 2024-01-25T06:18:24.942Z | Downloaded atty v0.2.14 |
| 1441 | 2024-01-25T06:18:24.942Z | Downloaded serde_yaml v0.9.25 |
| 1442 | 2024-01-25T06:18:24.945Z | Downloaded constant_time_eq v0.2.6 |
| 1443 | 2024-01-25T06:18:24.945Z | Downloaded colored v2.0.4 |
| 1444 | 2024-01-25T06:18:24.951Z | Downloaded crossbeam-epoch v0.9.15 |
| 1445 | 2024-01-25T06:18:24.959Z | Downloaded console v0.15.8 |
| 1446 | 2024-01-25T06:18:24.966Z | Downloaded chacha20 v0.9.1 |
| 1447 | 2024-01-25T06:18:24.967Z | Downloaded cfg-if v1.0.0 |
| 1448 | 2024-01-25T06:18:24.967Z | Downloaded serde_with_macros v3.5.1 |
| 1449 | 2024-01-25T06:18:24.967Z | Downloaded serde_repr v0.1.16 |
| 1450 | 2024-01-25T06:18:24.971Z | Downloaded salty v0.2.0 |
| 1451 | 2024-01-25T06:18:24.979Z | Downloaded kstat-rs v0.2.3 |
| 1452 | 2024-01-25T06:18:24.988Z | Downloaded is-terminal v0.4.9 |
| 1453 | 2024-01-25T06:18:24.988Z | Downloaded hyper-util v0.1.2 |
| 1454 | 2024-01-25T06:18:24.988Z | Downloaded cstr-argument v0.1.2 |
| 1455 | 2024-01-25T06:18:24.989Z | Downloaded criterion-plot v0.5.0 |
| 1456 | 2024-01-25T06:18:24.992Z | Downloaded cpufeatures v0.2.12 |
| 1457 | 2024-01-25T06:18:24.992Z | Downloaded scopeguard v1.2.0 |
| 1458 | 2024-01-25T06:18:24.992Z | Downloaded samael v0.0.14 |
| 1459 | 2024-01-25T06:18:25.001Z | Downloaded instant v0.1.12 |
| 1460 | 2024-01-25T06:18:25.004Z | Downloaded crc-any v2.4.3 |
| 1461 | 2024-01-25T06:18:25.006Z | Downloaded convert_case v0.4.0 |
| 1462 | 2024-01-25T06:18:25.012Z | Downloaded rustls-pki-types v1.1.0 |
| 1463 | 2024-01-25T06:18:25.023Z | Downloaded number_prefix v0.4.0 |
| 1464 | 2024-01-25T06:18:25.023Z | Downloaded chacha20poly1305 v0.10.1 |
| 1465 | 2024-01-25T06:18:25.024Z | Downloaded libloading v0.7.4 |
| 1466 | 2024-01-25T06:18:25.035Z | Downloaded crc-catalog v2.2.0 |
| 1467 | 2024-01-25T06:18:25.035Z | Downloaded hyper-tls v0.5.0 |
| 1468 | 2024-01-25T06:18:25.037Z | Downloaded hyper-rustls v0.26.0 |
| 1469 | 2024-01-25T06:18:25.037Z | Downloaded aho-corasick v1.0.4 |
| 1470 | 2024-01-25T06:18:25.041Z | Downloaded httptest v0.15.5 |
| 1471 | 2024-01-25T06:18:25.048Z | Downloaded ciborium-io v0.2.2 |
| 1472 | 2024-01-25T06:18:25.725Z | Compiling serde v1.0.195 |
| 1473 | 2024-01-25T06:18:25.725Z | Compiling autocfg v1.1.0 |
| 1474 | 2024-01-25T06:18:25.728Z | Compiling version_check v0.9.4 |
| 1475 | 2024-01-25T06:18:25.732Z | Checking cfg-if v1.0.0 |
| 1476 | 2024-01-25T06:18:25.768Z | Compiling syn v1.0.109 |
| 1477 | 2024-01-25T06:18:26.219Z | Checking libc v0.2.152 |
| 1478 | 2024-01-25T06:18:26.222Z | Compiling syn v2.0.46 |
| 1479 | 2024-01-25T06:18:26.222Z | Compiling parking_lot_core v0.9.8 |
| 1480 | 2024-01-25T06:18:26.222Z | Compiling cc v1.0.83 |
| 1481 | 2024-01-25T06:18:26.547Z | Compiling libm v0.2.7 |
| 1482 | 2024-01-25T06:18:26.576Z | Compiling once_cell v1.19.0 |
| 1483 | 2024-01-25T06:18:26.977Z | Compiling ahash v0.8.6 |
| 1484 | 2024-01-25T06:18:27.050Z | Compiling getrandom v0.2.10 |
| 1485 | 2024-01-25T06:18:27.079Z | Compiling lock_api v0.4.10 |
| 1486 | 2024-01-25T06:18:27.198Z | Compiling num-traits v0.2.16 |
| 1487 | 2024-01-25T06:18:27.588Z | Compiling byteorder v1.5.0 |
| 1488 | 2024-01-25T06:18:27.793Z | Compiling serde_json v1.0.111 |
| 1489 | 2024-01-25T06:18:27.939Z | Compiling memchr v2.6.3 |
| 1490 | 2024-01-25T06:18:28.178Z | Compiling slab v0.4.9 |
| 1491 | 2024-01-25T06:18:28.765Z | Compiling typenum v1.16.0 |
| 1492 | 2024-01-25T06:18:28.769Z | Compiling generic-array v0.14.7 |
| 1493 | 2024-01-25T06:18:28.915Z | Checking scopeguard v1.2.0 |
| 1494 | 2024-01-25T06:18:29.410Z | Checking log v0.4.20 |
| 1495 | 2024-01-25T06:18:30.148Z | Checking smallvec v1.11.2 |
| 1496 | 2024-01-25T06:18:30.425Z | Compiling pkg-config v0.3.27 |
| 1497 | 2024-01-25T06:18:30.522Z | Checking itoa v1.0.9 |
| 1498 | 2024-01-25T06:18:30.720Z | Compiling allocator-api2 v0.2.16 |
| 1499 | 2024-01-25T06:18:30.928Z | Compiling rustix v0.38.30 |
| 1500 | 2024-01-25T06:18:31.177Z | Compiling ring v0.17.7 |
| 1501 | 2024-01-25T06:18:31.269Z | Compiling httparse v1.8.0 |
| 1502 | 2024-01-25T06:18:31.912Z | Compiling schemars v0.8.16 |
| 1503 | 2024-01-25T06:18:31.992Z | Compiling vcpkg v0.2.15 |
| 1504 | 2024-01-25T06:18:32.195Z | Checking parking_lot v0.12.1 |
| 1505 | 2024-01-25T06:18:32.216Z | Compiling fnv v1.0.7 |
| 1506 | 2024-01-25T06:18:32.379Z | Checking pin-project-lite v0.2.13 |
| 1507 | 2024-01-25T06:18:32.443Z | Checking rand_core v0.6.4 |
| 1508 | 2024-01-25T06:18:32.878Z | Compiling aho-corasick v1.0.4 |
| 1509 | 2024-01-25T06:18:34.937Z | Checking signal-hook-registry v1.4.1 |
| 1510 | 2024-01-25T06:18:35.241Z | Compiling regex-syntax v0.8.2 |
| 1511 | 2024-01-25T06:18:35.499Z | Compiling openssl-sys v0.9.96 |
| 1512 | 2024-01-25T06:18:36.932Z | Checking mio v0.8.9 |
| 1513 | 2024-01-25T06:18:37.486Z | Compiling ring v0.16.20 |
| 1514 | 2024-01-25T06:18:37.992Z | Checking num_cpus v1.16.0 |
| 1515 | 2024-01-25T06:18:38.059Z | Compiling openssl v0.10.60 |
| 1516 | 2024-01-25T06:18:38.359Z | Checking futures-core v0.3.30 |
| 1517 | 2024-01-25T06:18:38.592Z | Compiling serde_derive_internals v0.26.0 |
| 1518 | 2024-01-25T06:18:38.679Z | Compiling ucd-trie v0.1.6 |
| 1519 | 2024-01-25T06:18:39.623Z | Checking socket2 v0.5.5 |
| 1520 | 2024-01-25T06:18:40.085Z | Compiling native-tls v0.2.11 |
| 1521 | 2024-01-25T06:18:40.499Z | Compiling spin v0.5.2 |
| 1522 | 2024-01-25T06:18:40.565Z | Compiling rustls v0.21.9 |
| 1523 | 2024-01-25T06:18:40.829Z | Compiling iana-time-zone v0.1.57 |
| 1524 | 2024-01-25T06:18:40.945Z | Compiling regex-automata v0.4.4 |
| 1525 | 2024-01-25T06:18:41.739Z | Compiling async-trait v0.1.77 |
| 1526 | 2024-01-25T06:18:43.007Z | Compiling dyn-clone v1.0.13 |
| 1527 | 2024-01-25T06:18:43.267Z | Checking ryu v1.0.15 |
| 1528 | 2024-01-25T06:18:43.304Z | Compiling unicode-xid v0.2.4 |
| 1529 | 2024-01-25T06:18:43.343Z | Compiling backtrace v0.3.69 |
| 1530 | 2024-01-25T06:18:43.774Z | Compiling futures-sink v0.3.30 |
| 1531 | 2024-01-25T06:18:43.996Z | Compiling errno v0.3.8 |
| 1532 | 2024-01-25T06:18:44.016Z | Compiling tinyvec_macros v0.1.1 |
| 1533 | 2024-01-25T06:18:44.310Z | Compiling crc32fast v1.3.2 |
| 1534 | 2024-01-25T06:18:44.337Z | Compiling crossbeam-utils v0.8.16 |
| 1535 | 2024-01-25T06:18:44.466Z | Compiling tinyvec v1.6.0 |
| 1536 | 2024-01-25T06:18:45.074Z | Compiling futures-channel v0.3.30 |
| 1537 | 2024-01-25T06:18:45.521Z | Compiling futures-io v0.3.30 |
| 1538 | 2024-01-25T06:18:45.695Z | Compiling futures-task v0.3.30 |
| 1539 | 2024-01-25T06:18:45.916Z | Compiling anyhow v1.0.75 |
| 1540 | 2024-01-25T06:18:45.976Z | Compiling pin-utils v0.1.0 |
| 1541 | 2024-01-25T06:18:46.108Z | Checking subtle v2.5.0 |
| 1542 | 2024-01-25T06:18:46.162Z | Compiling spin v0.9.8 |
| 1543 | 2024-01-25T06:18:47.128Z | Compiling tracing-core v0.1.31 |
| 1544 | 2024-01-25T06:18:47.137Z | Compiling unicode-normalization v0.1.22 |
| 1545 | 2024-01-25T06:18:47.137Z | Compiling unicode-bidi v0.3.13 |
| 1546 | 2024-01-25T06:18:47.537Z | Compiling regex v1.10.3 |
| 1547 | 2024-01-25T06:18:49.130Z | Compiling num-integer v0.1.45 |
| 1548 | 2024-01-25T06:18:49.395Z | Compiling slog v2.7.0 |
| 1549 | 2024-01-25T06:18:49.590Z | Compiling synstructure v0.12.6 |
| 1550 | 2024-01-25T06:18:49.599Z | Compiling lazy_static v1.4.0 |
| 1551 | 2024-01-25T06:18:49.747Z | Compiling unicode-width v0.1.11 |
| 1552 | 2024-01-25T06:18:49.773Z | Compiling untrusted v0.7.1 |
| 1553 | 2024-01-25T06:18:49.969Z | Compiling untrusted v0.9.0 |
| 1554 | 2024-01-25T06:18:49.994Z | Compiling serde_derive v1.0.195 |
| 1555 | 2024-01-25T06:18:50.065Z | Compiling zerocopy-derive v0.7.31 |
| 1556 | 2024-01-25T06:18:50.161Z | Compiling zeroize_derive v1.4.2 |
| 1557 | 2024-01-25T06:18:50.627Z | Compiling thiserror-impl v1.0.49 |
| 1558 | 2024-01-25T06:18:51.102Z | Compiling tokio-macros v2.2.0 |
| 1559 | 2024-01-25T06:18:51.500Z | Compiling futures-macro v0.3.30 |
| 1560 | 2024-01-25T06:18:52.650Z | Compiling tracing-attributes v0.1.26 |
| 1561 | 2024-01-25T06:18:52.848Z | Compiling schemars_derive v0.8.16 |
| 1562 | 2024-01-25T06:18:53.929Z | Checking zeroize v1.7.0 |
| 1563 | 2024-01-25T06:18:54.032Z | Compiling zerocopy v0.7.31 |
| 1564 | 2024-01-25T06:18:54.327Z | Compiling openssl-macros v0.1.1 |
| 1565 | 2024-01-25T06:18:55.740Z | Compiling thiserror v1.0.49 |
| 1566 | 2024-01-25T06:18:55.932Z | Compiling pest v2.7.2 |
| 1567 | 2024-01-25T06:18:57.770Z | Compiling hashbrown v0.14.2 |
| 1568 | 2024-01-25T06:18:57.787Z | Compiling hashbrown v0.13.2 |
| 1569 | 2024-01-25T06:18:57.949Z | Compiling futures-util v0.3.30 |
| 1570 | 2024-01-25T06:18:59.237Z | Compiling tracing v0.1.37 |
| 1571 | 2024-01-25T06:18:59.582Z | Compiling der_derive v0.7.2 |
| 1572 | 2024-01-25T06:19:00.072Z | Compiling pest_meta v2.7.2 |
| 1573 | 2024-01-25T06:19:00.664Z | Compiling zerocopy-derive v0.2.0 |
| 1574 | 2024-01-25T06:19:01.398Z | Compiling time-core v0.1.1 |
| 1575 | 2024-01-25T06:19:02.064Z | Compiling percent-encoding v2.3.1 |
| 1576 | 2024-01-25T06:19:02.221Z | Compiling foreign-types-shared v0.1.1 |
| 1577 | 2024-01-25T06:19:02.253Z | Compiling rustversion v1.0.14 |
| 1578 | 2024-01-25T06:19:02.355Z | Compiling foreign-types v0.3.2 |
| 1579 | 2024-01-25T06:19:02.887Z | Compiling pest_generator v2.7.2 |
| 1580 | 2024-01-25T06:19:03.447Z | Compiling time-macros v0.2.13 |
| 1581 | 2024-01-25T06:19:08.581Z | Compiling base64 v0.21.7 |
| 1582 | 2024-01-25T06:19:08.875Z | Compiling try-lock v0.2.4 |
| 1583 | 2024-01-25T06:19:09.072Z | Compiling want v0.3.1 |
| 1584 | 2024-01-25T06:19:09.115Z | Compiling pest_derive v2.7.2 |
| 1585 | 2024-01-25T06:19:09.493Z | Compiling rustls-webpki v0.101.7 |
| 1586 | 2024-01-25T06:19:09.786Z | Compiling sct v0.7.0 |
| 1587 | 2024-01-25T06:19:10.260Z | Compiling form_urlencoded v1.2.1 |
| 1588 | 2024-01-25T06:19:10.409Z | Compiling socket2 v0.4.9 |
| 1589 | 2024-01-25T06:19:10.430Z | Compiling openssl-probe v0.1.5 |
| 1590 | 2024-01-25T06:19:10.938Z | Compiling tower-service v0.3.2 |
| 1591 | 2024-01-25T06:19:11.105Z | Compiling httpdate v1.0.3 |
| 1592 | 2024-01-25T06:19:11.224Z | Compiling const-oid v0.9.5 |
| 1593 | 2024-01-25T06:19:11.792Z | Compiling idna v0.5.0 |
| 1594 | 2024-01-25T06:19:11.812Z | Compiling memoffset v0.9.0 |
| 1595 | 2024-01-25T06:19:12.248Z | Compiling usdt-impl v0.3.5 |
| 1596 | 2024-01-25T06:19:12.754Z | Compiling adler v1.0.2 |
| 1597 | 2024-01-25T06:19:13.070Z | Compiling miniz_oxide v0.7.1 |
| 1598 | 2024-01-25T06:19:13.199Z | Checking bytes v1.5.0 |
| 1599 | 2024-01-25T06:19:13.289Z | Checking bitflags v2.4.0 |
| 1600 | 2024-01-25T06:19:14.428Z | Checking tokio v1.35.1 |
| 1601 | 2024-01-25T06:19:14.536Z | Compiling url v2.5.0 |
| 1602 | 2024-01-25T06:19:14.561Z | Compiling zerocopy v0.3.0 |
| 1603 | 2024-01-25T06:19:18.693Z | Checking crypto-common v0.1.6 |
| 1604 | 2024-01-25T06:19:18.810Z | Compiling signal-hook v0.3.17 |
| 1605 | 2024-01-25T06:19:18.810Z | Compiling indexmap v2.1.0 |
| 1606 | 2024-01-25T06:19:18.810Z | Compiling uuid v1.7.0 |
| 1607 | 2024-01-25T06:19:18.810Z | Compiling semver v1.0.21 |
| 1608 | 2024-01-25T06:19:18.810Z | Compiling chrono v0.4.31 |
| 1609 | 2024-01-25T06:19:18.810Z | Compiling http v0.2.11 |
| 1610 | 2024-01-25T06:19:18.811Z | Compiling toml_datetime v0.6.5 |
| 1611 | 2024-01-25T06:19:19.282Z | Compiling serde_spanned v0.6.4 |
| 1612 | 2024-01-25T06:19:19.309Z | Compiling rustc_version v0.4.0 |
| 1613 | 2024-01-25T06:19:19.309Z | Compiling toml_edit v0.19.15 |
| 1614 | 2024-01-25T06:19:21.105Z | Compiling openapiv3 v2.0.0 |
| 1615 | 2024-01-25T06:19:25.746Z | Compiling http-body v0.4.5 |
| 1616 | 2024-01-25T06:19:25.746Z | Compiling either v1.9.0 |
| 1617 | 2024-01-25T06:19:25.977Z | Compiling ipnet v2.9.0 |
| 1618 | 2024-01-25T06:19:26.556Z | Compiling serde_urlencoded v0.7.1 |
| 1619 | 2024-01-25T06:19:27.394Z | Compiling dof v0.1.5 |
| 1620 | 2024-01-25T06:19:28.129Z | Compiling dtrace-parser v0.1.14 |
| 1621 | 2024-01-25T06:19:28.369Z | Compiling rustls-pemfile v1.0.3 |
| 1622 | 2024-01-25T06:19:28.882Z | Compiling clap_derive v4.4.2 |
| 1623 | 2024-01-25T06:19:28.912Z | Compiling zerocopy-derive v0.6.4 |
| 1624 | 2024-01-25T06:19:29.367Z | Compiling crossbeam-epoch v0.9.15 |
| 1625 | 2024-01-25T06:19:29.583Z | Compiling thread-id v4.2.0 |
| 1626 | 2024-01-25T06:19:29.733Z | Compiling encoding_rs v0.8.33 |
| 1627 | 2024-01-25T06:19:30.029Z | Compiling gimli v0.28.0 |
| 1628 | 2024-01-25T06:19:31.453Z | Compiling tokio-util v0.7.10 |
| 1629 | 2024-01-25T06:19:32.354Z | Compiling tokio-rustls v0.24.1 |
| 1630 | 2024-01-25T06:19:32.621Z | Compiling webpki-roots v0.25.2 |
| 1631 | 2024-01-25T06:19:32.842Z | Compiling siphasher v0.3.11 |
| 1632 | 2024-01-25T06:19:32.878Z | Compiling mime v0.3.17 |
| 1633 | 2024-01-25T06:19:33.535Z | Compiling h2 v0.3.24 |
| 1634 | 2024-01-25T06:19:34.012Z | Compiling serde_tokenstream v0.1.7 |
| 1635 | 2024-01-25T06:19:35.794Z | Compiling tokio-native-tls v0.3.1 |
| 1636 | 2024-01-25T06:19:36.189Z | Compiling strum_macros v0.25.2 |
| 1637 | 2024-01-25T06:19:37.294Z | Compiling block-buffer v0.10.4 |
| 1638 | 2024-01-25T06:19:37.299Z | Compiling addr2line v0.21.0 |
| 1639 | 2024-01-25T06:19:37.686Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1640 | 2024-01-25T06:19:38.000Z | Compiling object v0.32.1 |
| 1641 | 2024-01-25T06:19:38.393Z | Compiling num-iter v0.1.43 |
| 1642 | 2024-01-25T06:19:38.490Z | Compiling rustc-demangle v0.1.23 |
| 1643 | 2024-01-25T06:19:39.086Z | Compiling flate2 v1.0.28 |
| 1644 | 2024-01-25T06:19:40.109Z | Compiling digest v0.10.7 |
| 1645 | 2024-01-25T06:19:40.223Z | Compiling heapless v0.7.16 |
| 1646 | 2024-01-25T06:19:40.755Z | Compiling ppv-lite86 v0.2.17 |
| 1647 | 2024-01-25T06:19:40.891Z | Checking equivalent v1.0.1 |
| 1648 | 2024-01-25T06:19:42.007Z | Compiling rand_chacha v0.3.1 |
| 1649 | 2024-01-25T06:19:42.045Z | Compiling usdt-attr-macro v0.3.5 |
| 1650 | 2024-01-25T06:19:42.233Z | Compiling usdt-macro v0.3.5 |
| 1651 | 2024-01-25T06:19:42.734Z | Compiling toml v0.7.8 |
| 1652 | 2024-01-25T06:19:43.261Z | Compiling toml_edit v0.21.0 |
| 1653 | 2024-01-25T06:19:43.318Z | Compiling hex v0.4.3 |
| 1654 | 2024-01-25T06:19:44.250Z | Compiling bit-vec v0.6.3 |
| 1655 | 2024-01-25T06:19:44.409Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1656 | 2024-01-25T06:19:44.925Z | Compiling hyper v0.14.27 |
| 1657 | 2024-01-25T06:19:45.531Z | Compiling rand v0.8.5 |
| 1658 | 2024-01-25T06:19:46.208Z | Compiling phf_shared v0.10.0 |
| 1659 | 2024-01-25T06:19:46.235Z | Compiling num-bigint v0.4.4 |
| 1660 | 2024-01-25T06:19:46.820Z | Compiling base64ct v1.6.0 |
| 1661 | 2024-01-25T06:19:47.164Z | Compiling precomputed-hash v0.1.1 |
| 1662 | 2024-01-25T06:19:47.311Z | Compiling fixedbitset v0.4.2 |
| 1663 | 2024-01-25T06:19:47.540Z | Compiling new_debug_unreachable v1.0.4 |
| 1664 | 2024-01-25T06:19:47.838Z | Compiling smoltcp v0.9.1 |
| 1665 | 2024-01-25T06:19:48.080Z | Compiling minimal-lexical v0.2.1 |
| 1666 | 2024-01-25T06:19:48.931Z | Compiling nom v7.1.3 |
| 1667 | 2024-01-25T06:19:49.152Z | Compiling petgraph v0.6.4 |
| 1668 | 2024-01-25T06:19:49.180Z | Compiling string_cache v0.8.7 |
| 1669 | 2024-01-25T06:19:50.433Z | Compiling pem-rfc7468 v0.7.0 |
| 1670 | 2024-01-25T06:19:51.369Z | Compiling bit-set v0.5.3 |
| 1671 | 2024-01-25T06:19:51.665Z | Compiling hmac v0.12.1 |
| 1672 | 2024-01-25T06:19:51.784Z | Compiling itertools v0.10.5 |
| 1673 | 2024-01-25T06:19:52.862Z | Compiling enum-as-inner v0.5.1 |
| 1674 | 2024-01-25T06:19:53.023Z | Compiling hubpack_derive v0.1.1 |
| 1675 | 2024-01-25T06:19:53.828Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 1676 | 2024-01-25T06:19:54.476Z | Compiling lalrpop-util v0.19.12 |
| 1677 | 2024-01-25T06:19:54.948Z | Compiling unicode-segmentation v1.10.1 |
| 1678 | 2024-01-25T06:19:55.013Z | Compiling flagset v0.4.3 |
| 1679 | 2024-01-25T06:19:55.086Z | Compiling diesel_derives v2.1.2 |
| 1680 | 2024-01-25T06:19:55.306Z | Compiling der v0.7.8 |
| 1681 | 2024-01-25T06:19:55.784Z | Compiling cpufeatures v0.2.12 |
| 1682 | 2024-01-25T06:19:55.925Z | Compiling sha2 v0.10.8 |
| 1683 | 2024-01-25T06:19:56.343Z | Compiling hyper-rustls v0.24.2 |
| 1684 | 2024-01-25T06:19:56.423Z | Compiling hyper-tls v0.5.0 |
| 1685 | 2024-01-25T06:19:56.576Z | Compiling rustix v0.37.23 |
| 1686 | 2024-01-25T06:19:56.851Z | Compiling reqwest v0.11.22 |
| 1687 | 2024-01-25T06:19:56.939Z | Compiling md-5 v0.10.5 |
| 1688 | 2024-01-25T06:19:57.169Z | Compiling serde_repr v0.1.16 |
| 1689 | 2024-01-25T06:19:58.682Z | Compiling stringprep v0.1.3 |
| 1690 | 2024-01-25T06:20:01.459Z | Compiling spki v0.7.2 |
| 1691 | 2024-01-25T06:20:01.539Z | Compiling hash32 v0.2.1 |
| 1692 | 2024-01-25T06:20:01.540Z | Compiling fallible-iterator v0.2.0 |
| 1693 | 2024-01-25T06:20:01.540Z | Checking bitflags v1.3.2 |
| 1694 | 2024-01-25T06:20:01.541Z | Compiling stable_deref_trait v1.2.0 |
| 1695 | 2024-01-25T06:20:01.541Z | Compiling pkcs8 v0.10.2 |
| 1696 | 2024-01-25T06:20:01.541Z | Compiling postgres-protocol v0.6.6 |
| 1697 | 2024-01-25T06:20:01.541Z | Compiling terminal_size v0.2.6 |
| 1698 | 2024-01-25T06:20:01.541Z | Compiling phf_shared v0.11.2 |
| 1699 | 2024-01-25T06:20:01.541Z | Compiling ff v0.13.0 |
| 1700 | 2024-01-25T06:20:01.809Z | Compiling block-padding v0.3.3 |
| 1701 | 2024-01-25T06:20:01.859Z | Compiling scheduled-thread-pool v0.2.7 |
| 1702 | 2024-01-25T06:20:02.188Z | Compiling base16ct v0.2.0 |
| 1703 | 2024-01-25T06:20:02.252Z | Compiling regex-automata v0.1.10 |
| 1704 | 2024-01-25T06:20:02.330Z | Compiling matches v0.1.10 |
| 1705 | 2024-01-25T06:20:02.568Z | Compiling deranged v0.3.8 |
| 1706 | 2024-01-25T06:20:02.841Z | Compiling managed v0.8.0 |
| 1707 | 2024-01-25T06:20:02.982Z | Compiling num_threads v0.1.6 |
| 1708 | 2024-01-25T06:20:03.005Z | Compiling clap_builder v4.4.2 |
| 1709 | 2024-01-25T06:20:03.035Z | Compiling bstr v0.2.17 |
| 1710 | 2024-01-25T06:20:03.059Z | Compiling sec1 v0.7.3 |
| 1711 | 2024-01-25T06:20:03.142Z | Compiling idna v0.2.3 |
| 1712 | 2024-01-25T06:20:03.968Z | Compiling r2d2 v0.8.10 |
| 1713 | 2024-01-25T06:20:04.562Z | Compiling inout v0.1.3 |
| 1714 | 2024-01-25T06:20:04.965Z | Compiling postgres-types v0.2.6 |
| 1715 | 2024-01-25T06:20:05.428Z | Compiling time v0.3.27 |
| 1716 | 2024-01-25T06:20:05.483Z | Compiling signal-hook-mio v0.2.3 |
| 1717 | 2024-01-25T06:20:05.699Z | Compiling group v0.13.0 |
| 1718 | 2024-01-25T06:20:05.879Z | Compiling phf v0.11.2 |
| 1719 | 2024-01-25T06:20:06.161Z | Compiling bzip2 v0.4.4 |
| 1720 | 2024-01-25T06:20:06.743Z | Compiling hubpack v0.1.2 |
| 1721 | 2024-01-25T06:20:07.283Z | Compiling hkdf v0.12.4 |
| 1722 | 2024-01-25T06:20:07.475Z | Compiling zerocopy v0.6.4 |
| 1723 | 2024-01-25T06:20:07.999Z | Compiling ipnetwork v0.20.0 |
| 1724 | 2024-01-25T06:20:09.626Z | Compiling crypto-bigint v0.5.2 |
| 1725 | 2024-01-25T06:20:10.918Z | Compiling futures-executor v0.3.30 |
| 1726 | 2024-01-25T06:20:11.939Z | Compiling float-cmp v0.9.0 |
| 1727 | 2024-01-25T06:20:12.232Z | Compiling data-encoding v2.4.0 |
| 1728 | 2024-01-25T06:20:12.870Z | Checking unicode-ident v1.0.12 |
| 1729 | 2024-01-25T06:20:13.112Z | Compiling difflib v0.4.0 |
| 1730 | 2024-01-25T06:20:14.504Z | Compiling predicates-core v1.0.6 |
| 1731 | 2024-01-25T06:20:15.090Z | Compiling regex-automata v0.3.8 |
| 1732 | 2024-01-25T06:20:15.429Z | Compiling whoami v1.4.1 |
| 1733 | 2024-01-25T06:20:16.040Z | Compiling static_assertions v1.1.0 |
| 1734 | 2024-01-25T06:20:16.181Z | Compiling normalize-line-endings v0.3.0 |
| 1735 | 2024-01-25T06:20:16.277Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 1736 | 2024-01-25T06:20:16.333Z | Compiling predicates v3.1.0 |
| 1737 | 2024-01-25T06:20:16.409Z | Compiling tokio-postgres v0.7.10 |
| 1738 | 2024-01-25T06:20:19.085Z | Compiling bstr v1.6.0 |
| 1739 | 2024-01-25T06:20:19.277Z | Compiling trust-dns-proto v0.22.0 |
| 1740 | 2024-01-25T06:20:19.690Z | Compiling elliptic-curve v0.13.8 |
| 1741 | 2024-01-25T06:20:21.704Z | Compiling futures v0.3.30 |
| 1742 | 2024-01-25T06:20:21.923Z | Compiling yasna v0.5.2 |
| 1743 | 2024-01-25T06:20:21.924Z | Compiling clap v4.4.3 |
| 1744 | 2024-01-25T06:20:21.969Z | Compiling zip v0.6.6 |
| 1745 | 2024-01-25T06:20:21.969Z | Compiling crossterm v0.27.0 |
| 1746 | 2024-01-25T06:20:22.733Z | Compiling diesel v2.1.4 |
| 1747 | 2024-01-25T06:20:24.248Z | Compiling cipher v0.4.4 |
| 1748 | 2024-01-25T06:20:24.399Z | Compiling similar v2.3.0 |
| 1749 | 2024-01-25T06:20:25.102Z | Compiling usdt v0.3.5 |
| 1750 | 2024-01-25T06:20:25.229Z | Compiling camino v1.1.6 |
| 1751 | 2024-01-25T06:20:25.393Z | Compiling tokio-stream v0.1.14 |
| 1752 | 2024-01-25T06:20:26.137Z | Compiling console v0.15.8 |
| 1753 | 2024-01-25T06:20:28.674Z | Checking proc-macro2 v1.0.74 |
| 1754 | 2024-01-25T06:20:48.090Z | Checking quote v1.0.35 |
| 1755 | 2024-01-25T06:20:48.377Z | Checking utf8parse v0.2.1 |
| 1756 | 2024-01-25T06:20:48.377Z | Checking anstyle v1.0.2 |
| 1757 | 2024-01-25T06:20:48.629Z | Checking io-lifetimes v1.0.11 |
| 1758 | 2024-01-25T06:20:48.629Z | Checking anstyle-parse v0.2.1 |
| 1759 | 2024-01-25T06:20:48.739Z | Checking colorchoice v1.0.0 |
| 1760 | 2024-01-25T06:20:48.739Z | Checking anstyle-query v1.0.0 |
| 1761 | 2024-01-25T06:20:48.739Z | Checking anstream v0.5.0 |
| 1762 | 2024-01-25T06:20:48.739Z | Checking strsim v0.10.0 |
| 1763 | 2024-01-25T06:20:48.739Z | Checking clap_lex v0.5.1 |
| 1764 | 2024-01-25T06:20:48.739Z | Checking winnow v0.5.15 |
| 1765 | 2024-01-25T06:20:57.991Z | Compiling serde_tokenstream v0.2.0 |
| 1766 | 2024-01-25T06:21:05.295Z | Compiling regress v0.7.1 |
| 1767 | 2024-01-25T06:21:05.572Z | Compiling getopts v0.2.21 |
| 1768 | 2024-01-25T06:21:06.622Z | Compiling unsafe-libyaml v0.2.10 |
| 1769 | 2024-01-25T06:21:07.300Z | Checking heck v0.4.1 |
| 1770 | 2024-01-25T06:21:07.609Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1771 | 2024-01-25T06:21:08.551Z | Compiling ident_case v1.0.1 |
| 1772 | 2024-01-25T06:21:08.773Z | Compiling serde_yaml v0.9.25 |
| 1773 | 2024-01-25T06:21:09.094Z | Checking fastrand v2.0.0 |
| 1774 | 2024-01-25T06:21:09.573Z | Checking match_cfg v0.1.0 |
| 1775 | 2024-01-25T06:21:09.670Z | Checking rustls-pki-types v1.1.0 |
| 1776 | 2024-01-25T06:21:09.689Z | Checking hostname v0.3.1 |
| 1777 | 2024-01-25T06:21:09.830Z | Checking tempfile v3.9.0 |
| 1778 | 2024-01-25T06:21:09.854Z | Checking http v1.0.0 |
| 1779 | 2024-01-25T06:21:10.256Z | Checking atty v0.2.14 |
| 1780 | 2024-01-25T06:21:10.337Z | Compiling paste v1.0.14 |
| 1781 | 2024-01-25T06:21:10.417Z | Checking quick-error v1.2.3 |
| 1782 | 2024-01-25T06:21:10.640Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 1783 | 2024-01-25T06:21:11.184Z | Checking crossbeam-channel v0.5.8 |
| 1784 | 2024-01-25T06:21:12.042Z | Checking sha1 v0.10.6 |
| 1785 | 2024-01-25T06:21:12.345Z | Checking dirs-sys-next v0.1.2 |
| 1786 | 2024-01-25T06:21:12.441Z | Compiling rustls v0.22.2 |
| 1787 | 2024-01-25T06:21:12.609Z | Checking dirs-next v2.0.0 |
| 1788 | 2024-01-25T06:21:12.897Z | Checking rustls-webpki v0.102.1 |
| 1789 | 2024-01-25T06:21:14.061Z | Checking thread_local v1.1.7 |
| 1790 | 2024-01-25T06:21:14.194Z | Checking instant v0.1.12 |
| 1791 | 2024-01-25T06:21:14.350Z | Compiling slog-async v2.8.0 |
| 1792 | 2024-01-25T06:21:14.744Z | Checking term v0.7.0 |
| 1793 | 2024-01-25T06:21:15.199Z | Checking rustls-pemfile v2.0.0 |
| 1794 | 2024-01-25T06:21:15.388Z | Compiling multer v3.0.0 |
| 1795 | 2024-01-25T06:21:15.535Z | Checking take_mut v0.2.2 |
| 1796 | 2024-01-25T06:21:15.782Z | Checking debug-ignore v1.0.5 |
| 1797 | 2024-01-25T06:21:15.862Z | Checking slog-term v2.9.0 |
| 1798 | 2024-01-25T06:21:15.880Z | Compiling darling_core v0.20.3 |
| 1799 | 2024-01-25T06:21:15.910Z | Checking slog-json v2.6.1 |
| 1800 | 2024-01-25T06:21:16.163Z | Compiling async-stream-impl v0.3.5 |
| 1801 | 2024-01-25T06:21:16.286Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
| 1802 | 2024-01-25T06:21:16.630Z | Checking atomic-waker v1.1.1 |
| 1803 | 2024-01-25T06:21:16.824Z | Checking slog-bunyan v2.5.0 |
| 1804 | 2024-01-25T06:21:16.829Z | Checking waitgroup v0.1.2 |
| 1805 | 2024-01-25T06:21:17.026Z | Checking toml v0.8.8 |
| 1806 | 2024-01-25T06:21:17.605Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
| 1807 | 2024-01-25T06:21:18.282Z | Checking serde_path_to_error v0.1.15 |
| 1808 | 2024-01-25T06:21:18.462Z | Checking async-stream v0.3.5 |
| 1809 | 2024-01-25T06:21:18.698Z | Checking strum v0.25.0 |
| 1810 | 2024-01-25T06:21:18.954Z | Compiling structmeta-derive v0.2.0 |
| 1811 | 2024-01-25T06:21:19.306Z | Checking wait-timeout v0.2.0 |
| 1812 | 2024-01-25T06:21:19.539Z | Checking rusty-fork v0.3.0 |
| 1813 | 2024-01-25T06:21:19.948Z | Checking rand_xorshift v0.3.0 |
| 1814 | 2024-01-25T06:21:20.195Z | Checking unarray v0.1.4 |
| 1815 | 2024-01-25T06:21:20.393Z | Compiling regex-syntax v0.7.5 |
| 1816 | 2024-01-25T06:21:20.485Z | Checking tokio-rustls v0.25.0 |
| 1817 | 2024-01-25T06:21:21.071Z | Checking proptest v1.4.0 |
| 1818 | 2024-01-25T06:21:24.033Z | Compiling structmeta v0.2.0 |
| 1819 | 2024-01-25T06:21:24.750Z | Checking backoff v0.4.0 |
| 1820 | 2024-01-25T06:21:25.165Z | Compiling test-strategy v0.3.1 |
| 1821 | 2024-01-25T06:21:25.966Z | Compiling darling_macro v0.20.3 |
| 1822 | 2024-01-25T06:21:27.517Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1823 | 2024-01-25T06:21:27.614Z | Compiling darling v0.20.3 |
| 1824 | 2024-01-25T06:21:27.782Z | Checking macaddr v1.0.1 |
| 1825 | 2024-01-25T06:21:27.808Z | Compiling serde_with_macros v3.5.1 |
| 1826 | 2024-01-25T06:21:28.226Z | Checking camino-tempfile v1.1.1 |
| 1827 | 2024-01-25T06:21:28.291Z | Checking is-terminal v0.4.9 |
| 1828 | 2024-01-25T06:21:28.479Z | Compiling proc-macro-error-attr v1.0.4 |
| 1829 | 2024-01-25T06:21:28.634Z | Compiling proc-macro-error v1.0.4 |
| 1830 | 2024-01-25T06:21:29.276Z | Compiling proc-macro-crate v1.3.1 |
| 1831 | 2024-01-25T06:21:29.298Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1832 | 2024-01-25T06:21:29.917Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1833 | 2024-01-25T06:21:31.089Z | Checking termtree v0.4.1 |
| 1834 | 2024-01-25T06:21:31.158Z | Compiling heapless v0.8.0 |
| 1835 | 2024-01-25T06:21:31.385Z | Checking predicates-tree v1.0.9 |
| 1836 | 2024-01-25T06:21:31.442Z | Compiling num_enum_derive v0.5.11 |
| 1837 | 2024-01-25T06:21:31.589Z | Checking hash32 v0.3.1 |
| 1838 | 2024-01-25T06:21:31.849Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1839 | 2024-01-25T06:21:31.932Z | Compiling parse-display-derive v0.8.2 |
| 1840 | 2024-01-25T06:21:31.946Z | Compiling smoltcp v0.11.0 |
| 1841 | 2024-01-25T06:21:32.349Z | Checking embedded-io v0.4.0 |
| 1842 | 2024-01-25T06:21:32.792Z | Checking cobs v0.2.3 |
| 1843 | 2024-01-25T06:21:33.012Z | Compiling crucible-workspace-hack v0.1.0 |
| 1844 | 2024-01-25T06:21:33.033Z | Checking serde_with v3.5.1 |
| 1845 | 2024-01-25T06:21:33.116Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1846 | 2024-01-25T06:21:33.436Z | Checking postcard v1.0.8 |
| 1847 | 2024-01-25T06:21:33.580Z | Compiling foreign-types-macros v0.2.3 |
| 1848 | 2024-01-25T06:21:34.564Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 1849 | 2024-01-25T06:21:35.003Z | Checking foreign-types-shared v0.3.1 |
| 1850 | 2024-01-25T06:21:35.141Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1851 | 2024-01-25T06:21:35.552Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 1852 | 2024-01-25T06:21:35.638Z | Checking foreign-types v0.5.0 |
| 1853 | 2024-01-25T06:21:36.025Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1854 | 2024-01-25T06:21:36.139Z | Checking num_enum v0.5.11 |
| 1855 | 2024-01-25T06:21:36.238Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 1856 | 2024-01-25T06:21:36.330Z | Checking cstr-argument v0.1.2 |
| 1857 | 2024-01-25T06:21:36.571Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
| 1858 | 2024-01-25T06:21:37.002Z | Checking pretty-hex v0.2.1 |
| 1859 | 2024-01-25T06:21:37.220Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1860 | 2024-01-25T06:21:37.569Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1861 | 2024-01-25T06:21:37.614Z | Checking colored v2.0.4 |
| 1862 | 2024-01-25T06:21:37.699Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 1863 | 2024-01-25T06:21:38.048Z | Compiling zone_cfg_derive v0.3.0 |
| 1864 | 2024-01-25T06:21:38.155Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
| 1865 | 2024-01-25T06:21:38.624Z | Compiling mockall_derive v0.12.0 |
| 1866 | 2024-01-25T06:21:38.893Z | Compiling num-derive v0.4.0 |
| 1867 | 2024-01-25T06:21:39.093Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 1868 | 2024-01-25T06:21:39.469Z | Checking parse-display v0.8.2 |
| 1869 | 2024-01-25T06:21:39.700Z | Checking fragile v2.0.0 |
| 1870 | 2024-01-25T06:21:40.100Z | Checking downcast v0.11.0 |
| 1871 | 2024-01-25T06:21:40.398Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
| 1872 | 2024-01-25T06:21:40.417Z | Checking zone v0.3.0 |
| 1873 | 2024-01-25T06:21:41.178Z | Checking smf v0.2.2 |
| 1874 | 2024-01-25T06:21:41.202Z | Checking xattr v1.0.1 |
| 1875 | 2024-01-25T06:21:41.213Z | Checking filetime v0.2.23 |
| 1876 | 2024-01-25T06:21:41.228Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 1877 | 2024-01-25T06:21:41.434Z | Checking same-file v1.0.6 |
| 1878 | 2024-01-25T06:21:41.511Z | Checking tar v0.4.40 |
| 1879 | 2024-01-25T06:21:41.642Z | Checking pem v3.0.2 |
| 1880 | 2024-01-25T06:21:41.667Z | Checking walkdir v2.4.0 |
| 1881 | 2024-01-25T06:21:42.021Z | Checking linked-hash-map v0.5.6 |
| 1882 | 2024-01-25T06:21:42.053Z | Checking itertools v0.12.0 |
| 1883 | 2024-01-25T06:21:42.156Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 1884 | 2024-01-25T06:21:42.503Z | Checking lru-cache v0.1.2 |
| 1885 | 2024-01-25T06:21:42.745Z | Checking headers-core v0.2.0 |
| 1886 | 2024-01-25T06:21:42.771Z | Checking swrite v0.1.0 |
| 1887 | 2024-01-25T06:21:42.809Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
| 1888 | 2024-01-25T06:21:42.935Z | Checking password-hash v0.5.0 |
| 1889 | 2024-01-25T06:21:42.969Z | Checking headers v0.3.9 |
| 1890 | 2024-01-25T06:21:43.523Z | Checking blake2 v0.10.6 |
| 1891 | 2024-01-25T06:21:43.592Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 1892 | 2024-01-25T06:21:43.623Z | Checking rcgen v0.12.0 |
| 1893 | 2024-01-25T06:21:43.993Z | Checking atomicwrites v0.4.3 |
| 1894 | 2024-01-25T06:21:44.179Z | Checking argon2 v0.5.3 |
| 1895 | 2024-01-25T06:21:44.265Z | Checking subprocess v0.2.9 |
| 1896 | 2024-01-25T06:21:44.637Z | Checking arc-swap v1.6.0 |
| 1897 | 2024-01-25T06:21:44.706Z | Compiling cancel-safe-futures v0.1.5 |
| 1898 | 2024-01-25T06:21:45.102Z | Checking half v2.3.1 |
| 1899 | 2024-01-25T06:21:45.120Z | Checking ciborium-io v0.2.2 |
| 1900 | 2024-01-25T06:21:45.264Z | Checking resolv-conf v0.7.0 |
| 1901 | 2024-01-25T06:21:45.302Z | Checking slog-scope v4.4.0 |
| 1902 | 2024-01-25T06:21:45.588Z | Checking slog-stdlog v4.1.1 |
| 1903 | 2024-01-25T06:21:45.785Z | Checking trust-dns-resolver v0.22.0 |
| 1904 | 2024-01-25T06:21:45.812Z | Checking slog-envlogger v2.2.0 |
| 1905 | 2024-01-25T06:21:45.831Z | Checking ciborium-ll v0.2.2 |
| 1906 | 2024-01-25T06:21:45.901Z | Checking libsw v3.3.1 |
| 1907 | 2024-01-25T06:21:46.115Z | Compiling derive-where v1.2.7 |
| 1908 | 2024-01-25T06:21:46.196Z | Checking owo-colors v3.5.0 |
| 1909 | 2024-01-25T06:21:46.273Z | Checking linear-map v1.2.0 |
| 1910 | 2024-01-25T06:21:46.300Z | Checking ciborium v0.2.2 |
| 1911 | 2024-01-25T06:21:46.759Z | Checking textwrap v0.11.0 |
| 1912 | 2024-01-25T06:21:47.070Z | Compiling heck v0.3.3 |
| 1913 | 2024-01-25T06:21:47.730Z | Compiling libefi-sys v0.1.0 |
| 1914 | 2024-01-25T06:21:47.965Z | Checking strsim v0.8.0 |
| 1915 | 2024-01-25T06:21:48.133Z | Checking vec_map v0.8.2 |
| 1916 | 2024-01-25T06:21:48.766Z | Checking ansi_term v0.12.1 |
| 1917 | 2024-01-25T06:21:48.784Z | Compiling structopt-derive v0.4.18 |
| 1918 | 2024-01-25T06:21:48.784Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
| 1919 | 2024-01-25T06:21:48.784Z | Checking clap v2.34.0 |
| 1920 | 2024-01-25T06:21:49.370Z | Compiling slog-dtrace v0.2.3 |
| 1921 | 2024-01-25T06:21:49.610Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1922 | 2024-01-25T06:21:50.577Z | Checking termcolor v1.2.0 |
| 1923 | 2024-01-25T06:21:50.638Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 1924 | 2024-01-25T06:21:50.680Z | Checking nibble_vec v0.1.0 |
| 1925 | 2024-01-25T06:21:50.739Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 1926 | 2024-01-25T06:21:50.891Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1927 | 2024-01-25T06:21:51.091Z | Checking endian-type v0.1.2 |
| 1928 | 2024-01-25T06:21:51.394Z | Compiling radium v0.7.0 |
| 1929 | 2024-01-25T06:21:52.116Z | Checking radix_trie v0.2.1 |
| 1930 | 2024-01-25T06:21:52.187Z | Checking tap v1.0.1 |
| 1931 | 2024-01-25T06:21:52.419Z | Compiling maybe-uninit v2.0.0 |
| 1932 | 2024-01-25T06:21:52.646Z | Checking mockall v0.12.0 |
| 1933 | 2024-01-25T06:21:53.196Z | Checking wyz v0.5.1 |
| 1934 | 2024-01-25T06:21:53.338Z | Checking fxhash v0.2.1 |
| 1935 | 2024-01-25T06:21:53.788Z | Compiling packed_struct v0.10.1 |
| 1936 | 2024-01-25T06:21:53.793Z | Compiling num-bigint-dig v0.8.4 |
| 1937 | 2024-01-25T06:21:53.793Z | Checking structopt v0.3.26 |
| 1938 | 2024-01-25T06:21:53.793Z | Checking funty v2.0.0 |
| 1939 | 2024-01-25T06:21:53.794Z | Checking crc-catalog v2.2.0 |
| 1940 | 2024-01-25T06:21:54.061Z | Checking crc v3.0.1 |
| 1941 | 2024-01-25T06:21:54.090Z | Compiling packed_struct_codegen v0.10.1 |
| 1942 | 2024-01-25T06:21:54.090Z | Compiling indexmap v1.9.3 |
| 1943 | 2024-01-25T06:21:54.090Z | Compiling semver v0.1.20 |
| 1944 | 2024-01-25T06:21:54.135Z | Checking nodrop v0.1.14 |
| 1945 | 2024-01-25T06:21:54.144Z | Checking smallvec v0.6.14 |
| 1946 | 2024-01-25T06:21:54.301Z | Checking array-init v0.0.4 |
| 1947 | 2024-01-25T06:21:54.704Z | Compiling rustc_version v0.1.7 |
| 1948 | 2024-01-25T06:21:55.113Z | Checking pkcs1 v0.7.5 |
| 1949 | 2024-01-25T06:21:55.367Z | Checking bitvec v1.0.1 |
| 1950 | 2024-01-25T06:21:55.414Z | Checking signature v2.1.0 |
| 1951 | 2024-01-25T06:21:55.674Z | Checking bitfield v0.14.0 |
| 1952 | 2024-01-25T06:21:56.000Z | Checking hashbrown v0.12.3 |
| 1953 | 2024-01-25T06:21:56.042Z | Checking serde-hex v0.1.0 |
| 1954 | 2024-01-25T06:21:57.394Z | Compiling newtype_derive v0.1.6 |
| 1955 | 2024-01-25T06:21:57.714Z | Checking rsa v0.9.2 |
| 1956 | 2024-01-25T06:21:57.862Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 1957 | 2024-01-25T06:21:58.658Z | Checking env_logger v0.10.0 |
| 1958 | 2024-01-25T06:21:58.766Z | Checking x509-cert v0.2.4 |
| 1959 | 2024-01-25T06:21:58.788Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 1960 | 2024-01-25T06:21:59.308Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 1961 | 2024-01-25T06:21:59.324Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 1962 | 2024-01-25T06:21:59.324Z | Checking ron v0.8.1 |
| 1963 | 2024-01-25T06:21:59.327Z | Compiling semver-parser v0.10.2 |
| 1964 | 2024-01-25T06:21:59.377Z | Checking crc-any v2.4.3 |
| 1965 | 2024-01-25T06:22:01.116Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 1966 | 2024-01-25T06:22:01.395Z | Compiling semver v0.11.0 |
| 1967 | 2024-01-25T06:22:01.892Z | Checking object v0.30.4 |
| 1968 | 2024-01-25T06:22:02.256Z | Compiling num-rational v0.4.1 |
| 1969 | 2024-01-25T06:22:02.941Z | Checking path-slash v0.1.5 |
| 1970 | 2024-01-25T06:22:02.961Z | Compiling home v0.5.5 |
| 1971 | 2024-01-25T06:22:03.235Z | Compiling toolchain_find v0.2.0 |
| 1972 | 2024-01-25T06:22:03.492Z | Compiling toml v0.5.11 |
| 1973 | 2024-01-25T06:22:03.998Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1974 | 2024-01-25T06:22:04.077Z | Compiling convert_case v0.4.0 |
| 1975 | 2024-01-25T06:22:04.615Z | Compiling topological-sort v0.2.2 |
| 1976 | 2024-01-25T06:22:04.621Z | Compiling omicron-zone-package v0.10.1 |
| 1977 | 2024-01-25T06:22:05.598Z | Compiling derive_more v0.99.17 |
| 1978 | 2024-01-25T06:22:06.204Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 1979 | 2024-01-25T06:22:06.604Z | Compiling rustfmt-wrapper v0.2.0 |
| 1980 | 2024-01-25T06:22:07.627Z | Checking steno v0.4.0 |
| 1981 | 2024-01-25T06:22:09.885Z | Checking num-complex v0.4.4 |
| 1982 | 2024-01-25T06:22:10.672Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 1983 | 2024-01-25T06:22:11.366Z | Checking num v0.4.1 |
| 1984 | 2024-01-25T06:22:11.468Z | Checking newline-converter v0.3.0 |
| 1985 | 2024-01-25T06:22:11.520Z | Checking utf-8 v0.7.6 |
| 1986 | 2024-01-25T06:22:11.680Z | Checking expectorate v1.1.0 |
| 1987 | 2024-01-25T06:22:12.103Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 1988 | 2024-01-25T06:22:12.129Z | Checking tungstenite v0.20.1 |
| 1989 | 2024-01-25T06:22:12.129Z | Compiling buf-list v1.0.3 |
| 1990 | 2024-01-25T06:22:12.189Z | Checking display-error-chain v0.2.0 |
| 1991 | 2024-01-25T06:22:12.247Z | Compiling parking_lot_core v0.8.6 |
| 1992 | 2024-01-25T06:22:12.383Z | Checking keccak v0.1.4 |
| 1993 | 2024-01-25T06:22:13.072Z | Checking trust-dns-client v0.22.0 |
| 1994 | 2024-01-25T06:22:13.093Z | Checking sha3 v0.10.8 |
| 1995 | 2024-01-25T06:22:13.287Z | Checking tokio-tungstenite v0.20.1 |
| 1996 | 2024-01-25T06:22:13.509Z | Checking secrecy v0.8.0 |
| 1997 | 2024-01-25T06:22:13.549Z | Checking parking_lot v0.11.2 |
| 1998 | 2024-01-25T06:22:13.822Z | Compiling pin-project-internal v1.1.3 |
| 1999 | 2024-01-25T06:22:14.014Z | Compiling doc-comment v0.3.3 |
| 2000 | 2024-01-25T06:22:14.060Z | Checking sled v0.34.7 |
| 2001 | 2024-01-25T06:22:14.580Z | Checking pretty-hex v0.4.1 |
| 2002 | 2024-01-25T06:22:14.851Z | Checking glob v0.3.1 |
| 2003 | 2024-01-25T06:22:15.197Z | Compiling vte_generate_state_changes v0.1.1 |
| 2004 | 2024-01-25T06:22:15.287Z | Compiling unicase v2.7.0 |
| 2005 | 2024-01-25T06:22:15.730Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2006 | 2024-01-25T06:22:15.776Z | Checking trust-dns-server v0.22.1 |
| 2007 | 2024-01-25T06:22:16.248Z | Compiling platforms v3.0.2 |
| 2008 | 2024-01-25T06:22:16.252Z | Checking vte v0.11.1 |
| 2009 | 2024-01-25T06:22:16.979Z | Checking crossbeam-deque v0.8.3 |
| 2010 | 2024-01-25T06:22:17.469Z | Checking fd-lock v3.0.13 |
| 2011 | 2024-01-25T06:22:17.818Z | Compiling snafu-derive v0.7.5 |
| 2012 | 2024-01-25T06:22:18.590Z | Compiling fs-err v2.11.0 |
| 2013 | 2024-01-25T06:22:18.727Z | Checking strip-ansi-escapes v0.2.0 |
| 2014 | 2024-01-25T06:22:18.925Z | Compiling rayon-core v1.12.0 |
| 2015 | 2024-01-25T06:22:18.997Z | Checking nu-ansi-term v0.49.0 |
| 2016 | 2024-01-25T06:22:19.099Z | Checking pin-project v1.1.3 |
| 2017 | 2024-01-25T06:22:19.494Z | Checking globset v0.4.13 |
| 2018 | 2024-01-25T06:22:19.621Z | Checking reedline v0.28.0 |
| 2019 | 2024-01-25T06:22:20.095Z | Checking olpc-cjson v0.1.3 |
| 2020 | 2024-01-25T06:22:20.165Z | Checking serde_plain v1.0.2 |
| 2021 | 2024-01-25T06:22:20.169Z | Compiling async-recursion v1.0.5 |
| 2022 | 2024-01-25T06:22:20.453Z | Checking typed-path v0.7.0 |
| 2023 | 2024-01-25T06:22:20.496Z | Compiling curve25519-dalek v4.1.1 |
| 2024 | 2024-01-25T06:22:21.892Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 2025 | 2024-01-25T06:22:21.943Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2026 | 2024-01-25T06:22:22.078Z | Compiling memoffset v0.7.1 |
| 2027 | 2024-01-25T06:22:22.763Z | Checking parse-size v1.0.0 |
| 2028 | 2024-01-25T06:22:22.852Z | Checking rayon v1.8.0 |
| 2029 | 2024-01-25T06:22:22.852Z | Compiling mime_guess v2.0.4 |
| 2030 | 2024-01-25T06:22:23.359Z | Checking universal-hash v0.5.1 |
| 2031 | 2024-01-25T06:22:23.428Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2032 | 2024-01-25T06:22:23.428Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2033 | 2024-01-25T06:22:23.428Z | Compiling curve25519-dalek-derive v0.1.0 |
| 2034 | 2024-01-25T06:22:23.979Z | Checking opaque-debug v0.3.0 |
| 2035 | 2024-01-25T06:22:24.348Z | Checking poly1305 v0.8.0 |
| 2036 | 2024-01-25T06:22:25.235Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2037 | 2024-01-25T06:22:25.464Z | Checking chacha20 v0.9.1 |
| 2038 | 2024-01-25T06:22:25.464Z | Checking aead v0.5.2 |
| 2039 | 2024-01-25T06:22:25.979Z | Checking kstat-rs v0.2.3 |
| 2040 | 2024-01-25T06:22:26.436Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 2041 | 2024-01-25T06:22:26.436Z | Compiling salty v0.2.0 |
| 2042 | 2024-01-25T06:22:26.436Z | Checking signature v1.6.4 |
| 2043 | 2024-01-25T06:22:26.870Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2044 | 2024-01-25T06:22:26.871Z | Checking ed25519 v1.5.3 |
| 2045 | 2024-01-25T06:22:27.449Z | Checking chacha20poly1305 v0.10.1 |
| 2046 | 2024-01-25T06:22:27.450Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
| 2047 | 2024-01-25T06:22:30.219Z | Checking snafu v0.7.5 |
| 2048 | 2024-01-25T06:22:30.219Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
| 2049 | 2024-01-25T06:22:31.512Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2050 | 2024-01-25T06:22:31.512Z | Checking tough v0.16.0 |
| 2051 | 2024-01-25T06:22:31.513Z | Checking serde-big-array v0.5.1 |
| 2052 | 2024-01-25T06:22:31.513Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 2053 | 2024-01-25T06:22:31.513Z | Checking humantime v2.1.0 |
| 2054 | 2024-01-25T06:22:32.727Z | Checking thiserror-no-std v2.0.2 |
| 2055 | 2024-01-25T06:22:32.727Z | Checking bytecount v0.6.3 |
| 2056 | 2024-01-25T06:22:32.727Z | Checking vsss-rs v3.3.4 |
| 2057 | 2024-01-25T06:22:32.727Z | Checking papergrid v0.11.0 |
| 2058 | 2024-01-25T06:22:32.727Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 2059 | 2024-01-25T06:22:32.727Z | Compiling tabled_derive v0.7.0 |
| 2060 | 2024-01-25T06:22:32.727Z | Checking signal-hook-tokio v0.3.1 |
| 2061 | 2024-01-25T06:22:32.727Z | Checking fd-lock v4.0.2 |
| 2062 | 2024-01-25T06:22:32.727Z | Checking nix v0.27.1 |
| 2063 | 2024-01-25T06:22:32.727Z | Checking serde-big-array v0.4.1 |
| 2064 | 2024-01-25T06:22:32.727Z | Compiling sqlparser_derive v0.2.2 |
| 2065 | 2024-01-25T06:22:33.935Z | Checking unicode_categories v0.1.1 |
| 2066 | 2024-01-25T06:22:33.935Z | Checking sqlformat v0.2.3 |
| 2067 | 2024-01-25T06:22:52.168Z | Checking sqlparser v0.41.0 |
| 2068 | 2024-01-25T06:22:52.766Z | Checking tabled v0.15.0 |
| 2069 | 2024-01-25T06:22:52.766Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2070 | 2024-01-25T06:22:52.766Z | Checking rustyline v13.0.0 |
| 2071 | 2024-01-25T06:22:52.766Z | Checking bcs v0.1.6 |
| 2072 | 2024-01-25T06:22:52.767Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 2073 | 2024-01-25T06:22:52.772Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2074 | 2024-01-25T06:22:52.772Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2075 | 2024-01-25T06:22:52.772Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2076 | 2024-01-25T06:22:52.773Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
| 2077 | 2024-01-25T06:22:52.773Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2078 | 2024-01-25T06:22:52.773Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2079 | 2024-01-25T06:22:52.773Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2080 | 2024-01-25T06:22:52.773Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
| 2081 | 2024-01-25T06:22:52.773Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
| 2082 | 2024-01-25T06:22:52.773Z | Checking highway v1.1.0 |
| 2083 | 2024-01-25T06:22:52.773Z | Checking corncobs v0.1.3 |
| 2084 | 2024-01-25T06:22:52.773Z | Compiling prettyplease v0.2.16 |
| 2085 | 2024-01-25T06:22:52.773Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2086 | 2024-01-25T06:22:52.773Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
| 2087 | 2024-01-25T06:22:52.773Z | Checking http-range v0.1.5 |
| 2088 | 2024-01-25T06:22:52.773Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
| 2089 | 2024-01-25T06:22:52.773Z | Checking hyper-staticfile v0.9.5 |
| 2090 | 2024-01-25T06:22:52.773Z | Compiling crunchy v0.2.2 |
| 2091 | 2024-01-25T06:22:52.773Z | Compiling portable-atomic v1.4.3 |
| 2092 | 2024-01-25T06:22:52.773Z | Compiling clang-sys v1.6.1 |
| 2093 | 2024-01-25T06:22:52.774Z | Compiling tiny-keccak v2.0.2 |
| 2094 | 2024-01-25T06:22:52.774Z | Checking assert_matches v1.5.0 |
| 2095 | 2024-01-25T06:22:52.774Z | Compiling darling_core v0.14.4 |
| 2096 | 2024-01-25T06:22:52.774Z | Checking number_prefix v0.4.0 |
| 2097 | 2024-01-25T06:22:52.774Z | Checking indicatif v0.17.7 |
| 2098 | 2024-01-25T06:22:52.774Z | Compiling ascii-canvas v3.0.0 |
| 2099 | 2024-01-25T06:22:52.774Z | Compiling ena v0.14.2 |
| 2100 | 2024-01-25T06:22:52.774Z | Compiling libloading v0.7.4 |
| 2101 | 2024-01-25T06:22:52.775Z | Compiling bindgen v0.69.2 |
| 2102 | 2024-01-25T06:22:52.775Z | Compiling diff v0.1.13 |
| 2103 | 2024-01-25T06:22:52.775Z | Compiling regex-syntax v0.6.29 |
| 2104 | 2024-01-25T06:22:57.227Z | Compiling lalrpop v0.19.12 |
| 2105 | 2024-01-25T06:22:57.639Z | Compiling darling_macro v0.14.4 |
| 2106 | 2024-01-25T06:22:58.060Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2107 | 2024-01-25T06:22:59.264Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2108 | 2024-01-25T06:23:01.513Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2109 | 2024-01-25T06:23:02.115Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2110 | 2024-01-25T06:23:02.335Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2111 | 2024-01-25T06:23:04.326Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2112 | 2024-01-25T06:23:05.652Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2113 | 2024-01-25T06:23:05.762Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2114 | 2024-01-25T06:23:06.566Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2115 | 2024-01-25T06:23:08.640Z | Compiling darling v0.14.4 |
| 2116 | 2024-01-25T06:23:08.804Z | Compiling cexpr v0.6.0 |
| 2117 | 2024-01-25T06:23:09.514Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2118 | 2024-01-25T06:23:09.748Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2119 | 2024-01-25T06:23:11.643Z | Compiling which v4.4.0 |
| 2120 | 2024-01-25T06:23:11.894Z | Checking maplit v1.0.2 |
| 2121 | 2024-01-25T06:23:12.040Z | Compiling ref-cast v1.0.20 |
| 2122 | 2024-01-25T06:23:12.605Z | Compiling rustc-hash v1.1.0 |
| 2123 | 2024-01-25T06:23:12.814Z | Compiling shlex v1.3.0 |
| 2124 | 2024-01-25T06:23:12.840Z | Compiling lazycell v1.3.0 |
| 2125 | 2024-01-25T06:23:13.069Z | Compiling peeking_take_while v0.1.2 |
| 2126 | 2024-01-25T06:23:13.565Z | Compiling derive_builder_core v0.12.0 |
| 2127 | 2024-01-25T06:23:14.662Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2128 | 2024-01-25T06:23:15.098Z | Compiling ref-cast-impl v1.0.20 |
| 2129 | 2024-01-25T06:23:17.080Z | Compiling libxml v0.3.3 |
| 2130 | 2024-01-25T06:23:17.788Z | Compiling derive_builder_macro v0.12.0 |
| 2131 | 2024-01-25T06:23:17.880Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2132 | 2024-01-25T06:23:18.427Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2133 | 2024-01-25T06:23:19.182Z | Compiling strum_macros v0.24.3 |
| 2134 | 2024-01-25T06:23:22.414Z | Compiling cookie v0.18.0 |
| 2135 | 2024-01-25T06:23:22.874Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
| 2136 | 2024-01-25T06:23:23.277Z | Compiling indoc v1.0.9 |
| 2137 | 2024-01-25T06:23:25.098Z | Checking derive_builder v0.12.0 |
| 2138 | 2024-01-25T06:23:25.296Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2139 | 2024-01-25T06:23:25.656Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2140 | 2024-01-25T06:23:25.726Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2141 | 2024-01-25T06:23:27.432Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2142 | 2024-01-25T06:23:27.459Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2143 | 2024-01-25T06:23:28.031Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2144 | 2024-01-25T06:23:28.445Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2145 | 2024-01-25T06:23:28.470Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2146 | 2024-01-25T06:23:29.729Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2147 | 2024-01-25T06:23:31.548Z | Checking bb8 v0.8.1 |
| 2148 | 2024-01-25T06:23:32.292Z | Checking quick-xml v0.30.0 |
| 2149 | 2024-01-25T06:23:33.852Z | Compiling oso-derive v0.27.0 |
| 2150 | 2024-01-25T06:23:34.082Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2151 | 2024-01-25T06:23:35.456Z | Checking smawk v0.3.1 |
| 2152 | 2024-01-25T06:23:35.617Z | Checking unicode-linebreak v0.1.5 |
| 2153 | 2024-01-25T06:23:35.754Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
| 2154 | 2024-01-25T06:23:36.290Z | Checking textwrap v0.16.0 |
| 2155 | 2024-01-25T06:23:36.874Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2156 | 2024-01-25T06:23:37.175Z | Checking is_ci v1.1.1 |
| 2157 | 2024-01-25T06:23:37.208Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2158 | 2024-01-25T06:23:37.359Z | Checking supports-color v2.1.0 |
| 2159 | 2024-01-25T06:23:37.669Z | Checking lru v0.12.1 |
| 2160 | 2024-01-25T06:23:38.080Z | Compiling stability v0.1.1 |
| 2161 | 2024-01-25T06:23:39.861Z | Checking cassowary v0.3.0 |
| 2162 | 2024-01-25T06:23:39.903Z | Compiling indoc v2.0.3 |
| 2163 | 2024-01-25T06:23:40.209Z | Checking rtoolbox v0.0.1 |
| 2164 | 2024-01-25T06:23:40.412Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2165 | 2024-01-25T06:23:40.487Z | Checking rpassword v7.3.1 |
| 2166 | 2024-01-25T06:23:40.986Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2167 | 2024-01-25T06:23:41.110Z | Checking shell-words v1.1.0 |
| 2168 | 2024-01-25T06:23:41.372Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2169 | 2024-01-25T06:23:41.416Z | Checking ratatui v0.25.0 |
| 2170 | 2024-01-25T06:23:43.122Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
| 2171 | 2024-01-25T06:23:45.121Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2172 | 2024-01-25T06:23:45.804Z | Checking tui-tree-widget v0.16.0 |
| 2173 | 2024-01-25T06:23:45.811Z | Checking fatfs v0.3.6 |
| 2174 | 2024-01-25T06:23:46.174Z | Checking yansi v0.5.1 |
| 2175 | 2024-01-25T06:23:46.379Z | Compiling target-lexicon v0.12.12 |
| 2176 | 2024-01-25T06:23:46.579Z | Checking pretty_assertions v1.4.0 |
| 2177 | 2024-01-25T06:23:46.864Z | Compiling guppy-workspace-hack v0.1.0 |
| 2178 | 2024-01-25T06:23:47.072Z | Checking plotters-backend v0.3.5 |
| 2179 | 2024-01-25T06:23:47.303Z | Checking http-body v1.0.0 |
| 2180 | 2024-01-25T06:23:47.615Z | Checking rand v0.4.6 |
| 2181 | 2024-01-25T06:23:47.634Z | Checking plotters-svg v0.3.5 |
| 2182 | 2024-01-25T06:23:47.952Z | Compiling target-spec v3.0.1 |
| 2183 | 2024-01-25T06:23:48.736Z | Checking remove_dir_all v0.5.3 |
| 2184 | 2024-01-25T06:23:48.769Z | Checking tower-layer v0.3.2 |
| 2185 | 2024-01-25T06:23:48.871Z | Checking cast v0.3.0 |
| 2186 | 2024-01-25T06:23:49.667Z | Checking tempdir v0.3.7 |
| 2187 | 2024-01-25T06:23:49.674Z | Checking tower v0.4.13 |
| 2188 | 2024-01-25T06:23:49.675Z | Checking criterion-plot v0.5.0 |
| 2189 | 2024-01-25T06:23:49.675Z | Checking cfg-expr v0.15.5 |
| 2190 | 2024-01-25T06:23:50.108Z | Checking plotters v0.3.5 |
| 2191 | 2024-01-25T06:23:50.439Z | Checking hyper v1.1.0 |
| 2192 | 2024-01-25T06:23:50.856Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 2193 | 2024-01-25T06:23:52.291Z | Checking tinytemplate v1.2.1 |
| 2194 | 2024-01-25T06:23:52.841Z | Checking cargo-platform v0.1.3 |
| 2195 | 2024-01-25T06:23:52.847Z | Checking oorandom v11.1.3 |
| 2196 | 2024-01-25T06:23:52.900Z | Checking anes v0.1.6 |
| 2197 | 2024-01-25T06:23:53.041Z | Checking cargo_metadata v0.18.1 |
| 2198 | 2024-01-25T06:23:53.061Z | Checking hyper-util v0.1.2 |
| 2199 | 2024-01-25T06:23:53.453Z | Checking criterion v0.5.1 |
| 2200 | 2024-01-25T06:23:54.342Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 2201 | 2024-01-25T06:23:55.448Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2202 | 2024-01-25T06:23:55.493Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2203 | 2024-01-25T06:23:55.741Z | Checking assert_cmd v2.0.13 |
| 2204 | 2024-01-25T06:23:56.379Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2205 | 2024-01-25T06:23:57.278Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2206 | 2024-01-25T06:23:58.818Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2207 | 2024-01-25T06:23:59.417Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2208 | 2024-01-25T06:24:00.997Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
| 2209 | 2024-01-25T06:24:02.188Z | Checking rustls-native-certs v0.7.0 |
| 2210 | 2024-01-25T06:24:02.374Z | Checking pathdiff v0.2.1 |
| 2211 | 2024-01-25T06:24:02.544Z | Checking nested v0.1.1 |
| 2212 | 2024-01-25T06:24:02.874Z | Checking guppy v0.17.4 |
| 2213 | 2024-01-25T06:24:04.755Z | Checking hyper-rustls v0.26.0 |
| 2214 | 2024-01-25T06:24:05.266Z | Checking threadpool v1.8.1 |
| 2215 | 2024-01-25T06:24:05.550Z | Checking nanorand v0.7.0 |
| 2216 | 2024-01-25T06:24:06.144Z | Checking flume v0.11.0 |
| 2217 | 2024-01-25T06:24:06.182Z | Checking libtest-mimic v0.6.1 |
| 2218 | 2024-01-25T06:24:06.436Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2219 | 2024-01-25T06:24:06.830Z | Checking httptest v0.15.5 |
| 2220 | 2024-01-25T06:24:06.928Z | Checking similar-asserts v1.5.0 |
| 2221 | 2024-01-25T06:24:07.254Z | Compiling rstest_macros v0.18.2 |
| 2222 | 2024-01-25T06:24:07.989Z | Compiling crossbeam-queue v0.3.8 |
| 2223 | 2024-01-25T06:24:08.168Z | Checking datatest-stable v0.2.3 |
| 2224 | 2024-01-25T06:24:08.544Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2225 | 2024-01-25T06:24:08.791Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2226 | 2024-01-25T06:24:10.066Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2227 | 2024-01-25T06:24:10.461Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2228 | 2024-01-25T06:24:10.892Z | Compiling relative-path v1.9.0 |
| 2229 | 2024-01-25T06:24:11.137Z | Checking constant_time_eq v0.2.6 |
| 2230 | 2024-01-25T06:24:11.171Z | Compiling trybuild v1.0.89 |
| 2231 | 2024-01-25T06:24:11.241Z | Checking arrayref v0.3.7 |
| 2232 | 2024-01-25T06:24:11.373Z | Checking arrayvec v0.7.4 |
| 2233 | 2024-01-25T06:24:11.945Z | Checking blake2b_simd v1.0.1 |
| 2234 | 2024-01-25T06:24:12.207Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2235 | 2024-01-25T06:24:13.288Z | Checking basic-toml v0.1.8 |
| 2236 | 2024-01-25T06:24:14.716Z | Checking constant_time_eq v0.3.0 |
| 2237 | 2024-01-25T06:24:14.904Z | Checking futures-timer v3.0.2 |
| 2238 | 2024-01-25T06:24:15.276Z | Checking rust-argon2 v1.0.1 |
| 2239 | 2024-01-25T06:24:18.071Z | Checking crossbeam v0.8.2 |
| 2240 | 2024-01-25T06:24:20.014Z | Checking partial-io v0.5.4 |
| 2241 | 2024-01-25T06:24:20.513Z | Checking approx v0.5.1 |
| 2242 | 2024-01-25T06:24:38.060Z | Checking termios v0.3.3 |
| 2243 | 2024-01-25T06:24:39.044Z | Checking hex-literal v0.4.1 |
| 2244 | 2024-01-25T06:24:39.950Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2245 | 2024-01-25T06:24:39.950Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2246 | 2024-01-25T06:24:39.950Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2247 | 2024-01-25T06:24:39.950Z | Checking rstest v0.18.2 |
| 2248 | 2024-01-25T06:24:39.950Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2249 | 2024-01-25T06:24:44.688Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
| 2250 | 2024-01-25T06:25:49.408Z | Compiling samael v0.0.14 |
| 2251 | 2024-01-25T06:25:50.098Z | Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
| 2252 | 2024-01-25T06:25:55.925Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 2253 | 2024-01-25T06:25:58.364Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2254 | 2024-01-25T06:26:18.255Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
| 2255 | 2024-01-25T06:26:32.631Z | Compiling polar-core v0.27.0 |
| 2256 | 2024-01-25T06:26:43.357Z | Checking oso v0.27.0 |
| 2257 | 2024-01-25T06:27:22.660Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2258 | 2024-01-25T06:28:52.920Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 32s |
| 2259 | 2024-01-25T06:28:53.153Z | |
| 2260 | 2024-01-25T06:28:53.153Z | real 11:33.194361090 |
| 2261 | 2024-01-25T06:28:53.160Z | user 1:02:45.584798094 |
| 2262 | 2024-01-25T06:28:53.160Z | sys 8:03.126936417 |
| 2263 | 2024-01-25T06:28:53.161Z | trap 2.203399208 |
| 2264 | 2024-01-25T06:28:53.161Z | tflt 3.132370436 |
| 2265 | 2024-01-25T06:28:53.161Z | dflt 4.828953277 |
| 2266 | 2024-01-25T06:28:53.161Z | kflt 0.020741287 |
| 2267 | 2024-01-25T06:28:53.161Z | lock 1:40:13.898395848 |
| 2268 | 2024-01-25T06:28:53.161Z | slp 3:06:31.415522651 |
| 2269 | 2024-01-25T06:28:53.161Z | lat 2:14.870463285 |
| 2270 | 2024-01-25T06:28:53.161Z | stop 5:03.334482979 |
| 2271 | 2024-01-25T06:28:54.404Z | warning: output filename collision. |
| 2272 | 2024-01-25T06:28:54.404Z | 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)`. |
| 2273 | 2024-01-25T06:28:54.404Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
| 2274 | 2024-01-25T06:28:54.404Z | The targets should have unique names. |
| 2275 | 2024-01-25T06:28:54.404Z | This is a known bug where multiple crates with the same name use |
| 2276 | 2024-01-25T06:28:54.404Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2277 | 2024-01-25T06:28:54.409Z | warning: output filename collision. |
| 2278 | 2024-01-25T06:28:54.409Z | The lib target `nix` in package `nix v0.27.1` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`. |
| 2279 | 2024-01-25T06:28:54.409Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
| 2280 | 2024-01-25T06:28:54.409Z | The targets should have unique names. |
| 2281 | 2024-01-25T06:28:54.409Z | This is a known bug where multiple crates with the same name use |
| 2282 | 2024-01-25T06:28:54.409Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2283 | 2024-01-25T06:28:54.409Z | warning: output filename collision. |
| 2284 | 2024-01-25T06:28:54.409Z | 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 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
| 2285 | 2024-01-25T06:28:54.410Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2286 | 2024-01-25T06:28:54.410Z | The targets should have unique names. |
| 2287 | 2024-01-25T06:28:54.410Z | This is a known bug where multiple crates with the same name use |
| 2288 | 2024-01-25T06:28:54.410Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2289 | 2024-01-25T06:28:54.410Z | warning: output filename collision. |
| 2290 | 2024-01-25T06:28:54.415Z | 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)`. |
| 2291 | 2024-01-25T06:28:54.415Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
| 2292 | 2024-01-25T06:28:54.415Z | The targets should have unique names. |
| 2293 | 2024-01-25T06:28:54.415Z | This is a known bug where multiple crates with the same name use |
| 2294 | 2024-01-25T06:28:54.415Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2295 | 2024-01-25T06:28:55.062Z | Documenting libc v0.2.152 |
| 2296 | 2024-01-25T06:28:55.080Z | Documenting cfg-if v1.0.0 |
| 2297 | 2024-01-25T06:28:55.094Z | Documenting serde_derive v1.0.195 |
| 2298 | 2024-01-25T06:28:55.134Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2299 | 2024-01-25T06:28:55.141Z | Documenting log v0.4.20 |
| 2300 | 2024-01-25T06:28:55.165Z | Documenting scopeguard v1.2.0 |
| 2301 | 2024-01-25T06:28:55.174Z | Documenting memchr v2.6.3 |
| 2302 | 2024-01-25T06:28:55.176Z | Documenting byteorder v1.5.0 |
| 2303 | 2024-01-25T06:28:55.552Z | Documenting smallvec v1.11.2 |
| 2304 | 2024-01-25T06:28:59.078Z | Documenting lock_api v0.4.10 |
| 2305 | 2024-01-25T06:28:59.132Z | Documenting zeroize_derive v1.4.2 |
| 2306 | 2024-01-25T06:28:59.980Z | Documenting itoa v1.0.9 |
| 2307 | 2024-01-25T06:29:01.039Z | Documenting once_cell v1.19.0 |
| 2308 | 2024-01-25T06:29:01.156Z | Documenting pin-project-lite v0.2.13 |
| 2309 | 2024-01-25T06:29:01.384Z | Documenting getrandom v0.2.10 |
| 2310 | 2024-01-25T06:29:01.974Z | Documenting parking_lot_core v0.9.8 |
| 2311 | 2024-01-25T06:29:03.460Z | Documenting libm v0.2.7 |
| 2312 | 2024-01-25T06:29:04.990Z | Documenting signal-hook-registry v1.4.1 |
| 2313 | 2024-01-25T06:29:04.991Z | Documenting serde v1.0.195 |
| 2314 | 2024-01-25T06:29:05.172Z | Documenting mio v0.8.9 |
| 2315 | 2024-01-25T06:29:06.725Z | Documenting zeroize v1.7.0 |
| 2316 | 2024-01-25T06:29:07.225Z | Documenting rand_core v0.6.4 |
| 2317 | 2024-01-25T06:29:07.225Z | Documenting futures-core v0.3.30 |
| 2318 | 2024-01-25T06:29:07.557Z | Documenting parking_lot v0.12.1 |
| 2319 | 2024-01-25T06:29:08.194Z | Documenting num-traits v0.2.16 |
| 2320 | 2024-01-25T06:29:09.897Z | Documenting thiserror-impl v1.0.49 |
| 2321 | 2024-01-25T06:29:11.123Z | Documenting num_cpus v1.16.0 |
| 2322 | 2024-01-25T06:29:12.188Z | Documenting socket2 v0.5.5 |
| 2323 | 2024-01-25T06:29:12.201Z | Documenting typenum v1.16.0 |
| 2324 | 2024-01-25T06:29:12.342Z | Documenting tokio-macros v2.2.0 |
| 2325 | 2024-01-25T06:29:13.592Z | Documenting subtle v2.5.0 |
| 2326 | 2024-01-25T06:29:15.261Z | Documenting ryu v1.0.15 |
| 2327 | 2024-01-25T06:29:16.823Z | Documenting thiserror v1.0.49 |
| 2328 | 2024-01-25T06:29:17.224Z | Documenting futures-sink v0.3.30 |
| 2329 | 2024-01-25T06:29:18.002Z | Documenting const-oid v0.9.5 |
| 2330 | 2024-01-25T06:29:18.702Z | Documenting pin-utils v0.1.0 |
| 2331 | 2024-01-25T06:29:18.770Z | Documenting slab v0.4.9 |
| 2332 | 2024-01-25T06:29:19.208Z | Documenting futures-macro v0.3.30 |
| 2333 | 2024-01-25T06:29:22.099Z | Documenting futures-task v0.3.30 |
| 2334 | 2024-01-25T06:29:22.582Z | Documenting futures-channel v0.3.30 |
| 2335 | 2024-01-25T06:29:25.041Z | Documenting futures-io v0.3.30 |
| 2336 | 2024-01-25T06:29:26.262Z | Documenting zerocopy v0.7.31 |
| 2337 | 2024-01-25T06:29:27.085Z | Documenting iana-time-zone v0.1.57 |
| 2338 | 2024-01-25T06:29:27.125Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2339 | 2024-01-25T06:29:27.573Z | Documenting tinyvec_macros v0.1.1 |
| 2340 | 2024-01-25T06:29:28.443Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2341 | 2024-01-25T06:29:28.893Z | Documenting allocator-api2 v0.2.16 |
| 2342 | 2024-01-25T06:29:30.778Z | Documenting futures-util v0.3.30 |
| 2343 | 2024-01-25T06:29:32.072Z | Documenting tinyvec v1.6.0 |
| 2344 | 2024-01-25T06:29:32.849Z | Documenting ppv-lite86 v0.2.17 |
| 2345 | 2024-01-25T06:29:34.270Z | Documenting tracing-core v0.1.31 |
| 2346 | 2024-01-25T06:29:38.054Z | Documenting rand_chacha v0.3.1 |
| 2347 | 2024-01-25T06:29:38.140Z | Documenting tracing-attributes v0.1.26 |
| 2348 | 2024-01-25T06:29:38.920Z | Documenting ahash v0.8.6 |
| 2349 | 2024-01-25T06:29:39.506Z | Documenting bytes v1.5.0 |
| 2350 | 2024-01-25T06:29:43.061Z | Documenting bitflags v2.4.0 |
| 2351 | 2024-01-25T06:29:44.644Z | Documenting serde_json v1.0.111 |
| 2352 | 2024-01-25T06:29:45.800Z | Documenting chrono v0.4.31 |
| 2353 | 2024-01-25T06:29:46.273Z | Documenting hashbrown v0.14.2 |
| 2354 | 2024-01-25T06:29:46.581Z | Documenting tokio v1.35.1 |
| 2355 | 2024-01-25T06:29:47.822Z | Documenting uuid v1.7.0 |
| 2356 | 2024-01-25T06:29:49.466Z | Documenting rand v0.8.5 |
| 2357 | 2024-01-25T06:29:52.577Z | Documenting unicode-normalization v0.1.22 |
| 2358 | 2024-01-25T06:29:54.626Z | Documenting lazy_static v1.4.0 |
| 2359 | 2024-01-25T06:29:54.840Z | Documenting unicode-bidi v0.3.13 |
| 2360 | 2024-01-25T06:29:55.008Z | Documenting percent-encoding v2.3.1 |
| 2361 | 2024-01-25T06:29:57.525Z | Documenting generic-array v0.14.7 |
| 2362 | 2024-01-25T06:29:57.813Z | Documenting equivalent v1.0.1 |
| 2363 | 2024-01-25T06:29:58.807Z | Documenting base64 v0.21.7 |
| 2364 | 2024-01-25T06:29:59.430Z | Documenting cpufeatures v0.2.12 |
| 2365 | 2024-01-25T06:30:01.053Z | Documenting form_urlencoded v1.2.1 |
| 2366 | 2024-01-25T06:30:01.180Z | Documenting serde_derive_internals v0.26.0 |
| 2367 | 2024-01-25T06:30:01.877Z | Documenting indexmap v2.1.0 |
| 2368 | 2024-01-25T06:30:03.460Z | Checking serde_derive_internals v0.26.0 |
| 2369 | 2024-01-25T06:30:03.511Z | Documenting tracing v0.1.37 |
| 2370 | 2024-01-25T06:30:03.577Z | Documenting dyn-clone v1.0.13 |
| 2371 | 2024-01-25T06:30:04.401Z | Documenting fnv v1.0.7 |
| 2372 | 2024-01-25T06:30:04.647Z | Documenting idna v0.5.0 |
| 2373 | 2024-01-25T06:30:04.738Z | Documenting crypto-common v0.1.6 |
| 2374 | 2024-01-25T06:30:06.944Z | Documenting block-buffer v0.10.4 |
| 2375 | 2024-01-25T06:30:07.892Z | Documenting errno v0.3.8 |
| 2376 | 2024-01-25T06:30:08.949Z | Documenting schemars_derive v0.8.16 |
| 2377 | 2024-01-25T06:30:10.686Z | Documenting httparse v1.8.0 |
| 2378 | 2024-01-25T06:30:10.807Z | Documenting unicode-ident v1.0.12 |
| 2379 | 2024-01-25T06:30:10.807Z | Documenting url v2.5.0 |
| 2380 | 2024-01-25T06:30:11.679Z | Documenting adler v1.0.2 |
| 2381 | 2024-01-25T06:30:12.751Z | Documenting digest v0.10.7 |
| 2382 | 2024-01-25T06:30:13.680Z | Documenting proc-macro2 v1.0.74 |
| 2383 | 2024-01-25T06:30:13.952Z | Documenting rustix v0.38.30 |
| 2384 | 2024-01-25T06:30:15.599Z | Documenting unicode-width v0.1.11 |
| 2385 | 2024-01-25T06:30:15.727Z | Documenting miniz_oxide v0.7.1 |
| 2386 | 2024-01-25T06:30:16.966Z | Documenting base64ct v1.6.0 |
| 2387 | 2024-01-25T06:30:17.835Z | Documenting schemars v0.8.16 |
| 2388 | 2024-01-25T06:30:19.599Z | Documenting quote v1.0.35 |
| 2389 | 2024-01-25T06:30:19.698Z | Documenting try-lock v0.2.4 |
| 2390 | 2024-01-25T06:30:20.602Z | Documenting httpdate v1.0.3 |
| 2391 | 2024-01-25T06:30:21.926Z | Documenting http-body v0.4.5 |
| 2392 | 2024-01-25T06:30:23.527Z | Documenting openssl-sys v0.9.96 |
| 2393 | 2024-01-25T06:30:24.064Z | Documenting slog v2.7.0 |
| 2394 | 2024-01-25T06:30:24.513Z | Documenting want v0.3.1 |
| 2395 | 2024-01-25T06:30:25.710Z | Documenting async-trait v0.1.77 |
| 2396 | 2024-01-25T06:30:26.658Z | Documenting openssl-macros v0.1.1 |
| 2397 | 2024-01-25T06:30:27.821Z | Documenting mime v0.3.17 |
| 2398 | 2024-01-25T06:30:29.284Z | Documenting tower-service v0.3.2 |
| 2399 | 2024-01-25T06:30:29.966Z | Documenting pem-rfc7468 v0.7.0 |
| 2400 | 2024-01-25T06:30:30.381Z | Documenting aho-corasick v1.0.4 |
| 2401 | 2024-01-25T06:30:32.380Z | Documenting der_derive v0.7.2 |
| 2402 | 2024-01-25T06:30:32.667Z | Documenting flagset v0.4.3 |
| 2403 | 2024-01-25T06:30:33.327Z | Documenting openssl v0.10.60 |
| 2404 | 2024-01-25T06:30:34.204Z | Documenting ipnet v2.9.0 |
| 2405 | 2024-01-25T06:30:34.965Z | Documenting utf8parse v0.2.1 |
| 2406 | 2024-01-25T06:30:34.969Z | Documenting tokio-util v0.7.10 |
| 2407 | 2024-01-25T06:30:35.960Z | Documenting regex-syntax v0.8.2 |
| 2408 | 2024-01-25T06:30:36.818Z | Documenting openssl-probe v0.1.5 |
| 2409 | 2024-01-25T06:30:37.842Z | Documenting num-integer v0.1.45 |
| 2410 | 2024-01-25T06:30:38.996Z | Documenting time-macros v0.2.13 |
| 2411 | 2024-01-25T06:30:40.267Z | Documenting der v0.7.8 |
| 2412 | 2024-01-25T06:30:40.300Z | Documenting num_threads v0.1.6 |
| 2413 | 2024-01-25T06:30:42.124Z | Documenting time-core v0.1.1 |
| 2414 | 2024-01-25T06:30:43.258Z | Documenting h2 v0.3.24 |
| 2415 | 2024-01-25T06:30:43.918Z | Documenting gimli v0.28.0 |
| 2416 | 2024-01-25T06:30:45.608Z | Documenting deranged v0.3.8 |
| 2417 | 2024-01-25T06:30:45.621Z | Documenting native-tls v0.2.11 |
| 2418 | 2024-01-25T06:30:46.171Z | Documenting object v0.32.1 |
| 2419 | 2024-01-25T06:30:46.302Z | Documenting encoding_rs v0.8.33 |
| 2420 | 2024-01-25T06:30:46.319Z | Documenting regex-automata v0.4.4 |
| 2421 | 2024-01-25T06:30:47.570Z | Documenting spki v0.7.2 |
| 2422 | 2024-01-25T06:30:52.161Z | Documenting time v0.3.27 |
| 2423 | 2024-01-25T06:30:53.452Z | Documenting crossbeam-utils v0.8.16 |
| 2424 | 2024-01-25T06:30:53.615Z | Documenting addr2line v0.21.0 |
| 2425 | 2024-01-25T06:30:53.776Z | Checking pest_meta v2.7.2 |
| 2426 | 2024-01-25T06:30:54.289Z | Documenting rustc-demangle v0.1.23 |
| 2427 | 2024-01-25T06:30:55.266Z | Documenting tokio-native-tls v0.3.1 |
| 2428 | 2024-01-25T06:30:58.604Z | Documenting serde_urlencoded v0.7.1 |
| 2429 | 2024-01-25T06:30:59.188Z | Documenting spin v0.9.8 |
| 2430 | 2024-01-25T06:30:59.249Z | Documenting regex v1.10.3 |
| 2431 | 2024-01-25T06:31:01.511Z | Documenting pest_meta v2.7.2 |
| 2432 | 2024-01-25T06:31:01.543Z | Documenting hyper v0.14.27 |
| 2433 | 2024-01-25T06:31:01.543Z | Checking pest_generator v2.7.2 |
| 2434 | 2024-01-25T06:31:01.549Z | Documenting pkcs8 v0.10.2 |
| 2435 | 2024-01-25T06:31:03.390Z | Documenting anstyle v1.0.2 |
| 2436 | 2024-01-25T06:31:03.750Z | Documenting ucd-trie v0.1.6 |
| 2437 | 2024-01-25T06:31:05.114Z | Documenting webpki-roots v0.25.2 |
| 2438 | 2024-01-25T06:31:05.163Z | Documenting backtrace v0.3.69 |
| 2439 | 2024-01-25T06:31:05.657Z | Documenting pest_generator v2.7.2 |
| 2440 | 2024-01-25T06:31:08.089Z | Documenting data-encoding v2.4.0 |
| 2441 | 2024-01-25T06:31:08.998Z | Documenting anstyle-parse v0.2.1 |
| 2442 | 2024-01-25T06:31:09.232Z | Documenting ipnetwork v0.20.0 |
| 2443 | 2024-01-25T06:31:09.782Z | Documenting pest v2.7.2 |
| 2444 | 2024-01-25T06:31:10.728Z | Documenting syn v2.0.46 |
| 2445 | 2024-01-25T06:31:12.704Z | Documenting pest_derive v2.7.2 |
| 2446 | 2024-01-25T06:31:13.227Z | Documenting sha2 v0.10.8 |
| 2447 | 2024-01-25T06:31:13.608Z | Documenting anyhow v1.0.75 |
| 2448 | 2024-01-25T06:31:14.137Z | Documenting futures-executor v0.3.30 |
| 2449 | 2024-01-25T06:31:34.303Z | Documenting hex v0.4.3 |
| 2450 | 2024-01-25T06:31:34.507Z | Documenting crc32fast v1.3.2 |
| 2451 | 2024-01-25T06:31:34.723Z | Documenting hyper-tls v0.5.0 |
| 2452 | 2024-01-25T06:31:34.723Z | Documenting hyper-rustls v0.24.2 |
| 2453 | 2024-01-25T06:31:34.724Z | Checking serde_tokenstream v0.1.7 |
| 2454 | 2024-01-25T06:31:34.724Z | Documenting either v1.9.0 |
| 2455 | 2024-01-25T06:31:34.724Z | Documenting anstyle-query v1.0.0 |
| 2456 | 2024-01-25T06:31:34.724Z | Documenting untrusted v0.9.0 |
| 2457 | 2024-01-25T06:31:34.724Z | Documenting colorchoice v1.0.0 |
| 2458 | 2024-01-25T06:31:34.724Z | Documenting dtrace-parser v0.1.14 |
| 2459 | 2024-01-25T06:31:34.724Z | Documenting ring v0.17.7 |
| 2460 | 2024-01-25T06:31:34.724Z | Documenting num-iter v0.1.43 |
| 2461 | 2024-01-25T06:31:35.296Z | Documenting anstream v0.5.0 |
| 2462 | 2024-01-25T06:31:35.296Z | Documenting hmac v0.12.1 |
| 2463 | 2024-01-25T06:31:35.297Z | Documenting openapiv3 v2.0.0 |
| 2464 | 2024-01-25T06:31:35.312Z | Documenting dof v0.1.5 |
| 2465 | 2024-01-25T06:31:35.313Z | Documenting reqwest v0.11.22 |
| 2466 | 2024-01-25T06:31:35.313Z | Documenting signal-hook v0.3.17 |
| 2467 | 2024-01-25T06:31:35.313Z | Documenting thread-id v4.2.0 |
| 2468 | 2024-01-25T06:31:35.313Z | Documenting terminal_size v0.2.6 |
| 2469 | 2024-01-25T06:31:35.313Z | Documenting memoffset v0.9.0 |
| 2470 | 2024-01-25T06:31:37.346Z | Documenting strsim v0.10.0 |
| 2471 | 2024-01-25T06:31:37.744Z | Documenting clap_lex v0.5.1 |
| 2472 | 2024-01-25T06:31:37.765Z | Documenting usdt-impl v0.3.5 |
| 2473 | 2024-01-25T06:31:37.883Z | Documenting crossbeam-epoch v0.9.15 |
| 2474 | 2024-01-25T06:31:38.876Z | Documenting flate2 v1.0.28 |
| 2475 | 2024-01-25T06:31:38.891Z | Documenting usdt-macro v0.3.5 |
| 2476 | 2024-01-25T06:31:39.037Z | Documenting usdt-attr-macro v0.3.5 |
| 2477 | 2024-01-25T06:31:42.455Z | Documenting futures v0.3.30 |
| 2478 | 2024-01-25T06:31:43.770Z | Documenting clap_derive v4.4.2 |
| 2479 | 2024-01-25T06:31:43.848Z | Documenting clap_builder v4.4.2 |
| 2480 | 2024-01-25T06:31:45.880Z | Documenting managed v0.8.0 |
| 2481 | 2024-01-25T06:31:45.939Z | Documenting unicode-segmentation v1.10.1 |
| 2482 | 2024-01-25T06:31:46.236Z | Documenting signal-hook-mio v0.2.3 |
| 2483 | 2024-01-25T06:31:46.363Z | Documenting usdt v0.3.5 |
| 2484 | 2024-01-25T06:31:46.822Z | Documenting block-padding v0.3.3 |
| 2485 | 2024-01-25T06:31:50.758Z | Documenting scheduled-thread-pool v0.2.7 |
| 2486 | 2024-01-25T06:31:50.872Z | Documenting bzip2-sys v0.1.11+1.0.8 |
| 2487 | 2024-01-25T06:31:51.452Z | Documenting enum-as-inner v0.5.1 |
| 2488 | 2024-01-25T06:31:52.082Z | Checking diesel_table_macro_syntax v0.1.0 |
| 2489 | 2024-01-25T06:31:52.325Z | Documenting diesel_table_macro_syntax v0.1.0 |
| 2490 | 2024-01-25T06:31:52.866Z | Documenting inout v0.1.3 |
| 2491 | 2024-01-25T06:31:53.357Z | Documenting clap v4.4.3 |
| 2492 | 2024-01-25T06:31:53.801Z | Documenting crossterm v0.27.0 |
| 2493 | 2024-01-25T06:31:55.057Z | Documenting md-5 v0.10.5 |
| 2494 | 2024-01-25T06:31:56.565Z | Documenting r2d2 v0.8.10 |
| 2495 | 2024-01-25T06:31:56.626Z | Documenting bzip2 v0.4.4 |
| 2496 | 2024-01-25T06:31:57.907Z | Documenting trust-dns-proto v0.22.0 |
| 2497 | 2024-01-25T06:31:58.916Z | Documenting stringprep v0.1.3 |
| 2498 | 2024-01-25T06:31:59.020Z | Documenting diesel_derives v2.1.2 |
| 2499 | 2024-01-25T06:32:00.469Z | Documenting serde_spanned v0.6.4 |
| 2500 | 2024-01-25T06:32:01.575Z | Documenting toml_datetime v0.6.5 |
| 2501 | 2024-01-25T06:32:02.147Z | Documenting ff v0.13.0 |
| 2502 | 2024-01-25T06:32:02.418Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2503 | 2024-01-25T06:32:02.811Z | Documenting static_assertions v1.1.0 |
| 2504 | 2024-01-25T06:32:04.549Z | Documenting siphasher v0.3.11 |
| 2505 | 2024-01-25T06:32:06.100Z | Documenting bit-vec v0.6.3 |
| 2506 | 2024-01-25T06:32:07.148Z | Documenting winnow v0.5.15 |
| 2507 | 2024-01-25T06:32:07.348Z | Documenting base16ct v0.2.0 |
| 2508 | 2024-01-25T06:32:07.894Z | Documenting fallible-iterator v0.2.0 |
| 2509 | 2024-01-25T06:32:07.964Z | Documenting group v0.13.0 |
| 2510 | 2024-01-25T06:32:08.803Z | Documenting phf_shared v0.11.2 |
| 2511 | 2024-01-25T06:32:14.700Z | Documenting diesel v2.1.4 |
| 2512 | 2024-01-25T06:32:14.811Z | Documenting zip v0.6.6 |
| 2513 | 2024-01-25T06:32:14.812Z | Documenting sec1 v0.7.3 |
| 2514 | 2024-01-25T06:32:14.812Z | Documenting cipher v0.4.4 |
| 2515 | 2024-01-25T06:32:14.812Z | Documenting hkdf v0.12.4 |
| 2516 | 2024-01-25T06:32:14.968Z | Documenting num-bigint v0.4.4 |
| 2517 | 2024-01-25T06:32:14.968Z | Documenting toml_edit v0.21.0 |
| 2518 | 2024-01-25T06:32:15.318Z | Documenting postgres-protocol v0.6.6 |
| 2519 | 2024-01-25T06:32:18.628Z | Documenting crypto-bigint v0.5.2 |
| 2520 | 2024-01-25T06:32:20.948Z | Documenting hubpack v0.1.2 |
| 2521 | 2024-01-25T06:32:21.329Z | Documenting camino v1.1.6 |
| 2522 | 2024-01-25T06:32:22.128Z | Documenting bstr v1.6.0 |
| 2523 | 2024-01-25T06:32:23.712Z | Documenting serde_repr v0.1.16 |
| 2524 | 2024-01-25T06:32:25.225Z | Documenting fixedbitset v0.4.2 |
| 2525 | 2024-01-25T06:32:25.301Z | Documenting precomputed-hash v0.1.1 |
| 2526 | 2024-01-25T06:32:27.998Z | Documenting new_debug_unreachable v1.0.4 |
| 2527 | 2024-01-25T06:32:28.808Z | Documenting minimal-lexical v0.2.1 |
| 2528 | 2024-01-25T06:32:29.301Z | Documenting lalrpop-util v0.19.12 |
| 2529 | 2024-01-25T06:32:30.059Z | Documenting petgraph v0.6.4 |
| 2530 | 2024-01-25T06:32:30.306Z | Documenting elliptic-curve v0.13.8 |
| 2531 | 2024-01-25T06:32:30.432Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 2532 | 2024-01-25T06:32:30.768Z | Documenting postgres-types v0.2.6 |
| 2533 | 2024-01-25T06:32:32.082Z | Documenting string_cache v0.8.7 |
| 2534 | 2024-01-25T06:32:34.392Z | Documenting nom v7.1.3 |
| 2535 | 2024-01-25T06:32:35.553Z | Documenting yasna v0.5.2 |
| 2536 | 2024-01-25T06:32:38.527Z | Documenting phf v0.11.2 |
| 2537 | 2024-01-25T06:32:39.575Z | Documenting console v0.15.8 |
| 2538 | 2024-01-25T06:32:40.968Z | Documenting semver v1.0.21 |
| 2539 | 2024-01-25T06:32:41.670Z | Documenting float-cmp v0.9.0 |
| 2540 | 2024-01-25T06:32:41.683Z | Documenting regress v0.7.1 |
| 2541 | 2024-01-25T06:32:42.639Z | Documenting predicates-core v1.0.6 |
| 2542 | 2024-01-25T06:32:44.539Z | Documenting normalize-line-endings v0.3.0 |
| 2543 | 2024-01-25T06:32:45.313Z | Documenting whoami v1.4.1 |
| 2544 | 2024-01-25T06:32:46.025Z | Documenting difflib v0.4.0 |
| 2545 | 2024-01-25T06:32:46.843Z | Documenting bit-set v0.5.3 |
| 2546 | 2024-01-25T06:32:47.479Z | Documenting similar v2.3.0 |
| 2547 | 2024-01-25T06:32:48.329Z | Documenting tokio-stream v0.1.14 |
| 2548 | 2024-01-25T06:32:48.646Z | Checking unsafe-libyaml v0.2.10 |
| 2549 | 2024-01-25T06:32:50.128Z | Documenting heck v0.4.1 |
| 2550 | 2024-01-25T06:32:50.601Z | Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 2551 | 2024-01-25T06:32:51.770Z | Documenting tokio-postgres v0.7.10 |
| 2552 | 2024-01-25T06:32:51.886Z | Documenting unsafe-libyaml v0.2.10 |
| 2553 | 2024-01-25T06:32:51.886Z | Documenting predicates v3.1.0 |
| 2554 | 2024-01-25T06:32:53.072Z | Checking ident_case v1.0.1 |
| 2555 | 2024-01-25T06:32:53.291Z | Checking serde_yaml v0.9.25 |
| 2556 | 2024-01-25T06:32:53.891Z | Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 2557 | 2024-01-25T06:32:55.816Z | Documenting getopts v0.2.21 |
| 2558 | 2024-01-25T06:32:56.250Z | Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 2559 | 2024-01-25T06:32:56.360Z | Documenting match_cfg v0.1.0 |
| 2560 | 2024-01-25T06:32:56.986Z | Documenting serde_yaml v0.9.25 |
| 2561 | 2024-01-25T06:33:03.317Z | Documenting sha1 v0.10.6 |
| 2562 | 2024-01-25T06:33:03.457Z | Documenting hostname v0.3.1 |
| 2563 | 2024-01-25T06:33:03.457Z | Documenting dirs-sys-next v0.1.2 |
| 2564 | 2024-01-25T06:33:03.457Z | Documenting rustls-pki-types v1.1.0 |
| 2565 | 2024-01-25T06:33:04.238Z | Documenting thread_local v1.1.7 |
| 2566 | 2024-01-25T06:33:05.686Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2567 | 2024-01-25T06:33:05.767Z | Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 2568 | 2024-01-25T06:33:05.824Z | Documenting paste v1.0.14 |
| 2569 | 2024-01-25T06:33:06.126Z | Documenting crossbeam-channel v0.5.8 |
| 2570 | 2024-01-25T06:33:06.666Z | Documenting dirs-next v2.0.0 |
| 2571 | 2024-01-25T06:33:07.308Z | Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 2572 | 2024-01-25T06:33:07.710Z | Documenting rustls-webpki v0.102.1 |
| 2573 | 2024-01-25T06:33:10.468Z | Documenting atty v0.2.14 |
| 2574 | 2024-01-25T06:33:11.011Z | Documenting take_mut v0.2.2 |
| 2575 | 2024-01-25T06:33:11.828Z | Documenting slog-json v2.6.1 |
| 2576 | 2024-01-25T06:33:12.245Z | Documenting http v1.0.0 |
| 2577 | 2024-01-25T06:33:12.298Z | Documenting term v0.7.0 |
| 2578 | 2024-01-25T06:33:14.218Z | Documenting rustls v0.22.2 |
| 2579 | 2024-01-25T06:33:15.101Z | Documenting async-stream-impl v0.3.5 |
| 2580 | 2024-01-25T06:33:16.444Z | Documenting slog-async v2.8.0 |
| 2581 | 2024-01-25T06:33:17.693Z | Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 2582 | 2024-01-25T06:33:19.394Z | Documenting atomic-waker v1.1.1 |
| 2583 | 2024-01-25T06:33:19.394Z | Documenting slog-term v2.9.0 |
| 2584 | 2024-01-25T06:33:19.394Z | Documenting debug-ignore v1.0.5 |
| 2585 | 2024-01-25T06:33:20.659Z | Documenting multer v3.0.0 |
| 2586 | 2024-01-25T06:33:21.702Z | Documenting async-stream v0.3.5 |
| 2587 | 2024-01-25T06:33:21.985Z | Documenting waitgroup v0.1.2 |
| 2588 | 2024-01-25T06:33:22.249Z | Documenting slog-bunyan v2.5.0 |
| 2589 | 2024-01-25T06:33:22.762Z | Documenting rustls-pemfile v2.0.0 |
| 2590 | 2024-01-25T06:33:24.500Z | Checking darling_core v0.20.3 |
| 2591 | 2024-01-25T06:33:27.067Z | Documenting toml v0.8.8 |
| 2592 | 2024-01-25T06:33:27.454Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
| 2593 | 2024-01-25T06:33:27.484Z | Documenting serde_path_to_error v0.1.15 |
| 2594 | 2024-01-25T06:33:27.811Z | Documenting strum v0.25.0 |
| 2595 | 2024-01-25T06:33:28.552Z | Documenting tokio-rustls v0.25.0 |
| 2596 | 2024-01-25T06:33:28.733Z | Checking darling v0.20.3 |
| 2597 | 2024-01-25T06:33:28.888Z | Documenting serde_with_macros v3.5.1 |
| 2598 | 2024-01-25T06:33:29.601Z | Documenting structmeta-derive v0.2.0 |
| 2599 | 2024-01-25T06:33:30.192Z | Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 2600 | 2024-01-25T06:33:33.220Z | Checking structmeta v0.2.0 |
| 2601 | 2024-01-25T06:33:33.560Z | Documenting instant v0.1.12 |
| 2602 | 2024-01-25T06:33:33.735Z | Checking regex-syntax v0.7.5 |
| 2603 | 2024-01-25T06:33:35.406Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2604 | 2024-01-25T06:33:35.917Z | Documenting macaddr v1.0.1 |
| 2605 | 2024-01-25T06:33:36.273Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
| 2606 | 2024-01-25T06:33:36.398Z | Documenting serde_with v3.5.1 |
| 2607 | 2024-01-25T06:33:37.115Z | Documenting structmeta v0.2.0 |
| 2608 | 2024-01-25T06:33:38.834Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2609 | 2024-01-25T06:33:39.006Z | Documenting backoff v0.4.0 |
| 2610 | 2024-01-25T06:33:41.791Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2611 | 2024-01-25T06:33:41.930Z | Documenting fastrand v2.0.0 |
| 2612 | 2024-01-25T06:33:42.119Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2613 | 2024-01-25T06:33:52.964Z | Documenting parse-display-derive v0.8.2 |
| 2614 | 2024-01-25T06:33:53.415Z | Documenting proc-macro-error-attr v1.0.4 |
| 2615 | 2024-01-25T06:33:53.415Z | Documenting is-terminal v0.4.9 |
| 2616 | 2024-01-25T06:33:53.415Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2617 | 2024-01-25T06:33:53.415Z | Checking proc-macro-error v1.0.4 |
| 2618 | 2024-01-25T06:33:53.415Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2619 | 2024-01-25T06:33:53.415Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2620 | 2024-01-25T06:33:53.415Z | Documenting proc-macro-crate v1.3.1 |
| 2621 | 2024-01-25T06:33:53.416Z | Documenting tempfile v3.9.0 |
| 2622 | 2024-01-25T06:33:53.416Z | Checking proc-macro-crate v1.3.1 |
| 2623 | 2024-01-25T06:33:53.416Z | Documenting hash32 v0.3.1 |
| 2624 | 2024-01-25T06:33:53.416Z | Documenting proc-macro-error v1.0.4 |
| 2625 | 2024-01-25T06:33:53.416Z | Documenting parse-display v0.8.2 |
| 2626 | 2024-01-25T06:33:53.543Z | Documenting stable_deref_trait v1.2.0 |
| 2627 | 2024-01-25T06:33:53.659Z | Documenting cobs v0.2.3 |
| 2628 | 2024-01-25T06:33:54.999Z | Documenting camino-tempfile v1.1.1 |
| 2629 | 2024-01-25T06:33:55.220Z | Documenting embedded-io v0.4.0 |
| 2630 | 2024-01-25T06:33:56.362Z | Documenting num_enum_derive v0.5.11 |
| 2631 | 2024-01-25T06:33:57.574Z | Documenting heapless v0.8.0 |
| 2632 | 2024-01-25T06:33:57.970Z | Documenting foreign-types-macros v0.2.3 |
| 2633 | 2024-01-25T06:33:58.096Z | Documenting foreign-types-shared v0.3.1 |
| 2634 | 2024-01-25T06:33:58.269Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 2635 | 2024-01-25T06:33:59.864Z | Documenting postcard v1.0.8 |
| 2636 | 2024-01-25T06:33:59.869Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2637 | 2024-01-25T06:34:01.448Z | Documenting crucible-workspace-hack v0.1.0 |
| 2638 | 2024-01-25T06:34:02.078Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2639 | 2024-01-25T06:34:02.454Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2640 | 2024-01-25T06:34:04.619Z | Documenting foreign-types v0.5.0 |
| 2641 | 2024-01-25T06:34:04.976Z | Documenting smoltcp v0.11.0 |
| 2642 | 2024-01-25T06:34:06.148Z | Documenting num_enum v0.5.11 |
| 2643 | 2024-01-25T06:34:06.868Z | Documenting cstr-argument v0.1.2 |
| 2644 | 2024-01-25T06:34:06.908Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 2645 | 2024-01-25T06:34:08.064Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 2646 | 2024-01-25T06:34:08.223Z | Documenting colored v2.0.4 |
| 2647 | 2024-01-25T06:34:10.569Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2648 | 2024-01-25T06:34:11.487Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2649 | 2024-01-25T06:34:12.911Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2650 | 2024-01-25T06:34:13.924Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 2651 | 2024-01-25T06:34:14.169Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 2652 | 2024-01-25T06:34:15.262Z | Documenting zone_cfg_derive v0.3.0 |
| 2653 | 2024-01-25T06:34:15.417Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
| 2654 | 2024-01-25T06:34:15.588Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2655 | 2024-01-25T06:34:18.353Z | Documenting num-derive v0.4.0 |
| 2656 | 2024-01-25T06:34:18.580Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2657 | 2024-01-25T06:34:20.240Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
| 2658 | 2024-01-25T06:34:22.076Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
| 2659 | 2024-01-25T06:34:22.884Z | Documenting zone v0.3.0 |
| 2660 | 2024-01-25T06:34:23.514Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 2661 | 2024-01-25T06:34:24.911Z | Documenting smf v0.2.2 |
| 2662 | 2024-01-25T06:34:25.494Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
| 2663 | 2024-01-25T06:34:26.983Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2664 | 2024-01-25T06:34:29.198Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2665 | 2024-01-25T06:34:30.681Z | Documenting linked-hash-map v0.5.6 |
| 2666 | 2024-01-25T06:34:30.958Z | Documenting password-hash v0.5.0 |
| 2667 | 2024-01-25T06:34:31.488Z | Documenting blake2 v0.10.6 |
| 2668 | 2024-01-25T06:34:32.436Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2669 | 2024-01-25T06:34:33.472Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 2670 | 2024-01-25T06:34:47.624Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2671 | 2024-01-25T06:34:47.626Z | Documenting lru-cache v0.1.2 |
| 2672 | 2024-01-25T06:34:47.626Z | Documenting itertools v0.12.0 |
| 2673 | 2024-01-25T06:34:47.626Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2674 | 2024-01-25T06:34:47.626Z | Documenting argon2 v0.5.3 |
| 2675 | 2024-01-25T06:34:47.626Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2676 | 2024-01-25T06:34:47.626Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2677 | 2024-01-25T06:34:47.626Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2678 | 2024-01-25T06:34:47.626Z | Documenting quick-error v1.2.3 |
| 2679 | 2024-01-25T06:34:47.626Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 2680 | 2024-01-25T06:34:47.626Z | Documenting tap v1.0.1 |
| 2681 | 2024-01-25T06:34:47.626Z | Documenting swrite v0.1.0 |
| 2682 | 2024-01-25T06:34:47.626Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2683 | 2024-01-25T06:34:47.797Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2684 | 2024-01-25T06:34:48.532Z | Documenting resolv-conf v0.7.0 |
| 2685 | 2024-01-25T06:34:48.549Z | Documenting radium v0.7.0 |
| 2686 | 2024-01-25T06:34:49.690Z | Documenting newtype_derive v0.1.6 |
| 2687 | 2024-01-25T06:34:51.010Z | Documenting wyz v0.5.1 |
| 2688 | 2024-01-25T06:34:51.574Z | Documenting nibble_vec v0.1.0 |
| 2689 | 2024-01-25T06:34:52.250Z | Checking heck v0.3.3 |
| 2690 | 2024-01-25T06:34:52.475Z | Documenting endian-type v0.1.2 |
| 2691 | 2024-01-25T06:34:52.801Z | Documenting crc-catalog v2.2.0 |
| 2692 | 2024-01-25T06:34:54.082Z | Documenting trust-dns-resolver v0.22.0 |
| 2693 | 2024-01-25T06:34:54.860Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2694 | 2024-01-25T06:34:55.064Z | Documenting funty v2.0.0 |
| 2695 | 2024-01-25T06:34:55.506Z | Documenting steno v0.4.0 |
| 2696 | 2024-01-25T06:34:57.000Z | Documenting crc v3.0.1 |
| 2697 | 2024-01-25T06:34:57.289Z | Documenting structopt-derive v0.4.18 |
| 2698 | 2024-01-25T06:34:57.759Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2699 | 2024-01-25T06:34:58.083Z | Documenting radix_trie v0.2.1 |
| 2700 | 2024-01-25T06:34:59.852Z | Documenting bitvec v1.0.1 |
| 2701 | 2024-01-25T06:35:01.396Z | Documenting cancel-safe-futures v0.1.5 |
| 2702 | 2024-01-25T06:35:03.920Z | Documenting xattr v1.0.1 |
| 2703 | 2024-01-25T06:35:04.770Z | Documenting filetime v0.2.23 |
| 2704 | 2024-01-25T06:35:07.788Z | Documenting packed_struct_codegen v0.10.1 |
| 2705 | 2024-01-25T06:35:08.212Z | Documenting nodrop v0.1.14 |
| 2706 | 2024-01-25T06:35:09.578Z | Documenting structopt v0.3.26 |
| 2707 | 2024-01-25T06:35:10.416Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2708 | 2024-01-25T06:35:10.524Z | Documenting tar v0.4.40 |
| 2709 | 2024-01-25T06:35:11.701Z | Documenting libefi-sys v0.1.0 |
| 2710 | 2024-01-25T06:35:11.813Z | Documenting num-bigint-dig v0.8.4 |
| 2711 | 2024-01-25T06:35:12.363Z | Documenting array-init v0.0.4 |
| 2712 | 2024-01-25T06:35:16.606Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2713 | 2024-01-25T06:35:16.629Z | Documenting packed_struct v0.10.1 |
| 2714 | 2024-01-25T06:35:16.682Z | Documenting pkcs1 v0.7.5 |
| 2715 | 2024-01-25T06:35:17.147Z | Documenting signature v2.1.0 |
| 2716 | 2024-01-25T06:35:17.757Z | Documenting arc-swap v1.6.0 |
| 2717 | 2024-01-25T06:35:21.506Z | Documenting termcolor v1.2.0 |
| 2718 | 2024-01-25T06:35:23.167Z | Documenting bitfield v0.14.0 |
| 2719 | 2024-01-25T06:35:23.411Z | Documenting slog-scope v4.4.0 |
| 2720 | 2024-01-25T06:35:23.772Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
| 2721 | 2024-01-25T06:35:24.492Z | Documenting rsa v0.9.2 |
| 2722 | 2024-01-25T06:35:27.450Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2723 | 2024-01-25T06:35:28.079Z | Documenting env_logger v0.10.0 |
| 2724 | 2024-01-25T06:35:29.164Z | Documenting serde-hex v0.1.0 |
| 2725 | 2024-01-25T06:35:29.569Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2726 | 2024-01-25T06:35:30.279Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2727 | 2024-01-25T06:35:30.952Z | Documenting num-rational v0.4.1 |
| 2728 | 2024-01-25T06:35:34.039Z | Documenting x509-cert v0.2.4 |
| 2729 | 2024-01-25T06:35:34.716Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2730 | 2024-01-25T06:35:34.898Z | Documenting ron v0.8.1 |
| 2731 | 2024-01-25T06:35:35.906Z | Documenting libsw v3.3.1 |
| 2732 | 2024-01-25T06:35:36.067Z | Documenting num-complex v0.4.4 |
| 2733 | 2024-01-25T06:35:37.215Z | Documenting half v2.3.1 |
| 2734 | 2024-01-25T06:35:38.212Z | Documenting derive-where v1.2.7 |
| 2735 | 2024-01-25T06:35:41.421Z | Documenting owo-colors v3.5.0 |
| 2736 | 2024-01-25T06:35:41.870Z | Documenting linear-map v1.2.0 |
| 2737 | 2024-01-25T06:35:41.877Z | Documenting ciborium-io v0.2.2 |
| 2738 | 2024-01-25T06:35:42.585Z | Documenting crc-any v2.4.3 |
| 2739 | 2024-01-25T06:35:43.103Z | Documenting same-file v1.0.6 |
| 2740 | 2024-01-25T06:35:43.537Z | Documenting num v0.4.1 |
| 2741 | 2024-01-25T06:35:47.065Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2742 | 2024-01-25T06:35:47.499Z | Documenting ciborium-ll v0.2.2 |
| 2743 | 2024-01-25T06:35:47.924Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2744 | 2024-01-25T06:35:48.288Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2745 | 2024-01-25T06:35:49.097Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2746 | 2024-01-25T06:35:49.385Z | Documenting walkdir v2.4.0 |
| 2747 | 2024-01-25T06:35:52.182Z | Documenting slog-stdlog v4.1.1 |
| 2748 | 2024-01-25T06:35:53.782Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2749 | 2024-01-25T06:35:54.021Z | Documenting slog-dtrace v0.2.3 |
| 2750 | 2024-01-25T06:35:55.643Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2751 | 2024-01-25T06:35:57.826Z | Documenting path-slash v0.1.5 |
| 2752 | 2024-01-25T06:36:03.048Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2753 | 2024-01-25T06:36:03.073Z | Documenting slog-envlogger v2.2.0 |
| 2754 | 2024-01-25T06:36:03.208Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
| 2755 | 2024-01-25T06:36:03.856Z | Documenting ciborium v0.2.2 |
| 2756 | 2024-01-25T06:36:04.804Z | Documenting pem v3.0.2 |
| 2757 | 2024-01-25T06:36:10.427Z | Documenting fxhash v0.2.1 |
| 2758 | 2024-01-25T06:36:10.588Z | Documenting utf-8 v0.7.6 |
| 2759 | 2024-01-25T06:36:10.688Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2760 | 2024-01-25T06:36:11.166Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2761 | 2024-01-25T06:36:16.128Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2762 | 2024-01-25T06:36:16.405Z | Documenting tungstenite v0.20.1 |
| 2763 | 2024-01-25T06:36:17.690Z | Documenting vte_generate_state_changes v0.1.1 |
| 2764 | 2024-01-25T06:36:18.166Z | Documenting convert_case v0.4.0 |
| 2765 | 2024-01-25T06:36:21.643Z | Checking convert_case v0.4.0 |
| 2766 | 2024-01-25T06:36:21.953Z | Documenting display-error-chain v0.2.0 |
| 2767 | 2024-01-25T06:36:23.232Z | Documenting vte v0.11.1 |
| 2768 | 2024-01-25T06:36:23.738Z | Documenting derive_more v0.99.17 |
| 2769 | 2024-01-25T06:36:26.210Z | Documenting tokio-tungstenite v0.20.1 |
| 2770 | 2024-01-25T06:36:27.547Z | Documenting buf-list v1.0.3 |
| 2771 | 2024-01-25T06:36:29.779Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
| 2772 | 2024-01-25T06:36:32.630Z | Documenting pin-project-internal v1.1.3 |
| 2773 | 2024-01-25T06:36:33.963Z | Documenting strip-ansi-escapes v0.2.0 |
| 2774 | 2024-01-25T06:36:34.839Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2775 | 2024-01-25T06:36:37.169Z | Documenting doc-comment v0.3.3 |
| 2776 | 2024-01-25T06:36:39.441Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2777 | 2024-01-25T06:36:40.030Z | Documenting pin-project v1.1.3 |
| 2778 | 2024-01-25T06:36:40.983Z | Checking darling_core v0.14.4 |
| 2779 | 2024-01-25T06:36:41.491Z | Documenting snafu-derive v0.7.5 |
| 2780 | 2024-01-25T06:36:41.970Z | Documenting nu-ansi-term v0.49.0 |
| 2781 | 2024-01-25T06:36:44.083Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2782 | 2024-01-25T06:36:44.262Z | Checking darling v0.14.4 |
| 2783 | 2024-01-25T06:36:44.544Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2784 | 2024-01-25T06:36:45.487Z | Documenting trust-dns-client v0.22.0 |
| 2785 | 2024-01-25T06:36:47.459Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2786 | 2024-01-25T06:36:47.920Z | Documenting reedline v0.28.0 |
| 2787 | 2024-01-25T06:36:48.260Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2788 | 2024-01-25T06:36:48.675Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2789 | 2024-01-25T06:36:50.427Z | Documenting globset v0.4.13 |
| 2790 | 2024-01-25T06:36:53.197Z | Documenting snafu v0.7.5 |
| 2791 | 2024-01-25T06:36:55.300Z | Documenting olpc-cjson v0.1.3 |
| 2792 | 2024-01-25T06:36:57.357Z | Documenting serde_plain v1.0.2 |
| 2793 | 2024-01-25T06:36:59.455Z | Documenting async-recursion v1.0.5 |
| 2794 | 2024-01-25T06:36:59.520Z | Documenting bytecount v0.6.3 |
| 2795 | 2024-01-25T06:37:00.101Z | Documenting keccak v0.1.4 |
| 2796 | 2024-01-25T06:37:00.234Z | Documenting typed-path v0.7.0 |
| 2797 | 2024-01-25T06:37:02.279Z | Documenting trust-dns-server v0.22.1 |
| 2798 | 2024-01-25T06:37:03.930Z | Documenting papergrid v0.11.0 |
| 2799 | 2024-01-25T06:37:04.312Z | Documenting sha3 v0.10.8 |
| 2800 | 2024-01-25T06:37:04.982Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2801 | 2024-01-25T06:37:06.185Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2802 | 2024-01-25T06:37:06.641Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2803 | 2024-01-25T06:37:07.254Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2804 | 2024-01-25T06:37:08.214Z | Documenting sled v0.34.7 |
| 2805 | 2024-01-25T06:37:08.556Z | Documenting tough v0.16.0 |
| 2806 | 2024-01-25T06:37:08.649Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2807 | 2024-01-25T06:37:09.753Z | Documenting fs-err v2.11.0 |
| 2808 | 2024-01-25T06:37:11.022Z | Documenting unicase v2.7.0 |
| 2809 | 2024-01-25T06:37:12.151Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2810 | 2024-01-25T06:37:12.597Z | Documenting tabled_derive v0.7.0 |
| 2811 | 2024-01-25T06:37:14.514Z | Documenting crossbeam-deque v0.8.3 |
| 2812 | 2024-01-25T06:37:15.606Z | Documenting fd-lock v4.0.2 |
| 2813 | 2024-01-25T06:37:15.645Z | Documenting nix v0.27.1 |
| 2814 | 2024-01-25T06:37:15.852Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2815 | 2024-01-25T06:37:16.210Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2816 | 2024-01-25T06:37:16.387Z | Documenting secrecy v0.8.0 |
| 2817 | 2024-01-25T06:37:16.894Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2818 | 2024-01-25T06:37:17.806Z | Documenting headers-core v0.2.0 |
| 2819 | 2024-01-25T06:37:20.192Z | Documenting sqlparser_derive v0.2.2 |
| 2820 | 2024-01-25T06:37:20.477Z | Documenting home v0.5.5 |
| 2821 | 2024-01-25T06:37:22.050Z | Documenting pretty-hex v0.4.1 |
| 2822 | 2024-01-25T06:37:22.245Z | Documenting unicode_categories v0.1.1 |
| 2823 | 2024-01-25T06:37:22.492Z | Documenting parse-size v1.0.0 |
| 2824 | 2024-01-25T06:37:24.043Z | Documenting tabled v0.15.0 |
| 2825 | 2024-01-25T06:37:24.577Z | Documenting headers v0.3.9 |
| 2826 | 2024-01-25T06:37:26.131Z | Documenting rustyline v13.0.0 |
| 2827 | 2024-01-25T06:37:26.761Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2828 | 2024-01-25T06:37:27.060Z | Documenting rayon-core v1.12.0 |
| 2829 | 2024-01-25T06:37:27.510Z | Documenting sqlparser v0.41.0 |
| 2830 | 2024-01-25T06:37:27.892Z | Documenting sqlformat v0.2.3 |
| 2831 | 2024-01-25T06:37:30.245Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2832 | 2024-01-25T06:37:33.333Z | Documenting mime_guess v2.0.4 |
| 2833 | 2024-01-25T06:37:34.098Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2834 | 2024-01-25T06:37:35.170Z | Documenting derive_builder_core v0.12.0 |
| 2835 | 2024-01-25T06:37:35.375Z | Checking derive_builder_core v0.12.0 |
| 2836 | 2024-01-25T06:37:36.045Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2837 | 2024-01-25T06:37:36.750Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2838 | 2024-01-25T06:37:37.158Z | Documenting universal-hash v0.5.1 |
| 2839 | 2024-01-25T06:37:40.062Z | Documenting bcs v0.1.6 |
| 2840 | 2024-01-25T06:37:44.456Z | Documenting kstat-rs v0.2.3 |
| 2841 | 2024-01-25T06:37:45.730Z | Documenting thiserror-impl-no-std v2.0.2 |
| 2842 | 2024-01-25T06:37:46.256Z | Documenting curve25519-dalek-derive v0.1.0 |
| 2843 | 2024-01-25T06:37:46.394Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2844 | 2024-01-25T06:37:46.684Z | Documenting highway v1.1.0 |
| 2845 | 2024-01-25T06:37:50.777Z | Documenting opaque-debug v0.3.0 |
| 2846 | 2024-01-25T06:37:52.577Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2847 | 2024-01-25T06:37:52.904Z | Documenting curve25519-dalek v4.1.1 |
| 2848 | 2024-01-25T06:37:53.339Z | Documenting thiserror-no-std v2.0.2 |
| 2849 | 2024-01-25T06:37:53.777Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2850 | 2024-01-25T06:37:55.199Z | Documenting poly1305 v0.8.0 |
| 2851 | 2024-01-25T06:37:55.770Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2852 | 2024-01-25T06:37:56.123Z | Documenting derive_builder_macro v0.12.0 |
| 2853 | 2024-01-25T06:37:57.575Z | Documenting rayon v1.8.0 |
| 2854 | 2024-01-25T06:38:00.084Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2855 | 2024-01-25T06:38:02.689Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2856 | 2024-01-25T06:38:02.817Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2857 | 2024-01-25T06:38:04.932Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2858 | 2024-01-25T06:38:09.238Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
| 2859 | 2024-01-25T06:38:16.537Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
| 2860 | 2024-01-25T06:38:26.223Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2861 | 2024-01-25T06:38:26.494Z | Documenting portable-atomic v1.4.3 |
| 2862 | 2024-01-25T06:38:27.658Z | Documenting ed25519 v1.5.3 |
| 2863 | 2024-01-25T06:38:30.287Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2864 | 2024-01-25T06:38:31.974Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2865 | 2024-01-25T06:38:32.012Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2866 | 2024-01-25T06:38:35.707Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
| 2867 | 2024-01-25T06:38:38.983Z | Documenting chacha20 v0.9.1 |
| 2868 | 2024-01-25T06:38:39.285Z | Documenting aead v0.5.2 |
| 2869 | 2024-01-25T06:38:41.546Z | Documenting lru v0.12.1 |
| 2870 | 2024-01-25T06:38:46.185Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2871 | 2024-01-25T06:38:46.588Z | Documenting stability v0.1.1 |
| 2872 | 2024-01-25T06:38:48.543Z | Documenting ref-cast-impl v1.0.20 |
| 2873 | 2024-01-25T06:38:48.694Z | Documenting glob v0.3.1 |
| 2874 | 2024-01-25T06:38:49.229Z | Documenting cassowary v0.3.0 |
| 2875 | 2024-01-25T06:38:52.090Z | Documenting number_prefix v0.4.0 |
| 2876 | 2024-01-25T06:38:53.454Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2877 | 2024-01-25T06:38:53.521Z | Documenting chacha20poly1305 v0.10.1 |
| 2878 | 2024-01-25T06:38:55.047Z | Documenting ratatui v0.25.0 |
| 2879 | 2024-01-25T06:38:55.345Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2880 | 2024-01-25T06:38:56.450Z | Documenting ref-cast v1.0.20 |
| 2881 | 2024-01-25T06:38:57.638Z | Documenting indicatif v0.17.7 |
| 2882 | 2024-01-25T06:39:00.775Z | Documenting salty v0.2.0 |
| 2883 | 2024-01-25T06:39:01.635Z | Documenting derive_builder v0.12.0 |
| 2884 | 2024-01-25T06:39:03.208Z | Documenting vsss-rs v3.3.4 |
| 2885 | 2024-01-25T06:39:07.184Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2886 | 2024-01-25T06:39:07.661Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2887 | 2024-01-25T06:39:08.831Z | Documenting polar-core v0.27.0 |
| 2888 | 2024-01-25T06:39:09.266Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 2889 | 2024-01-25T06:39:14.069Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
| 2890 | 2024-01-25T06:39:14.310Z | Documenting libxml v0.3.3 |
| 2891 | 2024-01-25T06:39:15.805Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2892 | 2024-01-25T06:39:16.909Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2893 | 2024-01-25T06:39:22.084Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2894 | 2024-01-25T06:39:22.513Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2895 | 2024-01-25T06:39:22.994Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2896 | 2024-01-25T06:39:23.694Z | Documenting bb8 v0.8.1 |
| 2897 | 2024-01-25T06:39:24.035Z | Documenting serde-big-array v0.5.1 |
| 2898 | 2024-01-25T06:39:30.588Z | Documenting quick-xml v0.30.0 |
| 2899 | 2024-01-25T06:39:31.216Z | Documenting rtoolbox v0.0.1 |
| 2900 | 2024-01-25T06:39:32.059Z | Documenting oso-derive v0.27.0 |
| 2901 | 2024-01-25T06:39:32.292Z | Documenting impl-trait-for-tuples v0.2.2 |
| 2902 | 2024-01-25T06:39:32.768Z | Documenting http-range v0.1.5 |
| 2903 | 2024-01-25T06:39:36.542Z | Documenting humantime v2.1.0 |
| 2904 | 2024-01-25T06:39:37.115Z | Documenting unicode-linebreak v0.1.5 |
| 2905 | 2024-01-25T06:39:38.485Z | Documenting maplit v1.0.2 |
| 2906 | 2024-01-25T06:39:38.641Z | Documenting is_ci v1.1.1 |
| 2907 | 2024-01-25T06:39:38.712Z | Documenting smawk v0.3.1 |
| 2908 | 2024-01-25T06:39:39.315Z | Documenting samael v0.0.14 |
| 2909 | 2024-01-25T06:39:41.028Z | Documenting hyper-staticfile v0.9.5 |
| 2910 | 2024-01-25T06:39:41.507Z | Documenting rpassword v7.3.1 |
| 2911 | 2024-01-25T06:39:41.944Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
| 2912 | 2024-01-25T06:39:43.878Z | Documenting oso v0.27.0 |
| 2913 | 2024-01-25T06:39:44.100Z | Documenting supports-color v2.1.0 |
| 2914 | 2024-01-25T06:39:44.809Z | Documenting textwrap v0.16.0 |
| 2915 | 2024-01-25T06:39:51.136Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 2916 | 2024-01-25T06:39:51.545Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2917 | 2024-01-25T06:39:51.796Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2918 | 2024-01-25T06:39:52.089Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2919 | 2024-01-25T06:39:52.601Z | Documenting tui-tree-widget v0.16.0 |
| 2920 | 2024-01-25T06:39:52.681Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2921 | 2024-01-25T06:39:57.317Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2922 | 2024-01-25T06:39:59.351Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2923 | 2024-01-25T06:39:59.745Z | Documenting cookie v0.18.0 |
| 2924 | 2024-01-25T06:40:02.365Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
| 2925 | 2024-01-25T06:40:05.944Z | Documenting rcgen v0.12.0 |
| 2926 | 2024-01-25T06:40:06.609Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
| 2927 | 2024-01-25T06:40:07.558Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2928 | 2024-01-25T06:40:08.817Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2929 | 2024-01-25T06:40:09.419Z | Documenting atomicwrites v0.4.3 |
| 2930 | 2024-01-25T06:40:13.030Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2931 | 2024-01-25T06:40:15.824Z | Documenting signal-hook-tokio v0.3.1 |
| 2932 | 2024-01-25T06:40:17.331Z | Documenting subprocess v0.2.9 |
| 2933 | 2024-01-25T06:40:18.128Z | Documenting shell-words v1.1.0 |
| 2934 | 2024-01-25T06:40:21.404Z | Documenting corncobs v0.1.3 |
| 2935 | 2024-01-25T06:40:23.159Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2936 | 2024-01-25T06:40:24.327Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2937 | 2024-01-25T06:40:24.574Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2938 | 2024-01-25T06:40:25.909Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2939 | 2024-01-25T06:40:32.563Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2940 | 2024-01-25T06:40:32.886Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2941 | 2024-01-25T06:40:32.994Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2942 | 2024-01-25T06:40:34.898Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2943 | 2024-01-25T06:40:45.876Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2944 | 2024-01-25T06:40:48.592Z | Documenting nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
| 2945 | 2024-01-25T06:40:58.050Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2946 | 2024-01-25T06:41:06.289Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2947 | 2024-01-25T06:41:06.760Z | warning: unclosed HTML tag `usize` |
| 2948 | 2024-01-25T06:41:06.760Z | --> wicket/src/ui/panes/update.rs:153:19 |
| 2949 | 2024-01-25T06:41:06.761Z | | |
| 2950 | 2024-01-25T06:41:06.761Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
| 2951 | 2024-01-25T06:41:06.761Z | | ^^^^^^^ |
| 2952 | 2024-01-25T06:41:06.761Z | | |
| 2953 | 2024-01-25T06:41:06.761Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
| 2954 | 2024-01-25T06:41:06.761Z | |
| 2955 | 2024-01-25T06:41:08.776Z | warning: `wicket` (lib doc) generated 1 warning |
| 2956 | 2024-01-25T06:41:08.779Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
| 2957 | 2024-01-25T06:41:10.843Z | Documenting fatfs v0.3.6 |
| 2958 | 2024-01-25T06:41:13.815Z | Documenting nanorand v0.7.0 |
| 2959 | 2024-01-25T06:41:14.843Z | Documenting assert_matches v1.5.0 |
| 2960 | 2024-01-25T06:41:18.464Z | Documenting topological-sort v0.2.2 |
| 2961 | 2024-01-25T06:41:19.053Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2962 | 2024-01-25T06:41:19.773Z | Documenting flume v0.11.0 |
| 2963 | 2024-01-25T06:41:24.806Z | Documenting omicron-zone-package v0.10.1 |
| 2964 | 2024-01-25T06:41:26.289Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2965 | 2024-01-25T06:41:32.662Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2966 | 2024-01-25T06:41:36.022Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2967 | 2024-01-25T06:41:37.417Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 2968 | 2024-01-25T06:41:38.526Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 2969 | 2024-01-25T06:41:39.317Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 2970 | 2024-01-25T06:41:44.679Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 2971 | 2024-01-25T06:41:45.900Z | Documenting termios v0.3.3 |
| 2972 | 2024-01-25T06:42:04.828Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2973 | 2024-01-25T06:42:05.052Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
| 2974 | 2024-01-25T06:42:05.052Z | --> sled-agent/src/sim/instance.rs:46:7 |
| 2975 | 2024-01-25T06:42:05.440Z | | |
| 2976 | 2024-01-25T06:42:05.440Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
| 2977 | 2024-01-25T06:42:05.440Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
| 2978 | 2024-01-25T06:42:05.440Z | | |
| 2979 | 2024-01-25T06:42:05.440Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
| 2980 | 2024-01-25T06:42:05.440Z | |
| 2981 | 2024-01-25T06:42:05.440Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2982 | 2024-01-25T06:42:05.440Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
| 2983 | 2024-01-25T06:42:06.727Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2984 | 2024-01-25T06:42:14.406Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2985 | 2024-01-25T06:42:15.353Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2986 | 2024-01-25T06:42:25.414Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2987 | 2024-01-25T06:42:48.495Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2988 | 2024-01-25T06:42:49.872Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2989 | 2024-01-25T06:43:17.713Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 2990 | 2024-01-25T06:43:19.576Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
| 2991 | 2024-01-25T06:43:19.755Z | Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
| 2992 | 2024-01-25T06:43:20.195Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2993 | 2024-01-25T06:43:22.253Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
| 2994 | 2024-01-25T06:43:22.253Z | --> nexus/db-queries/src/db/datastore/update.rs:27:27 |
| 2995 | 2024-01-25T06:43:22.253Z | | |
| 2996 | 2024-01-25T06:43:22.254Z | 27 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
| 2997 | 2024-01-25T06:43:22.254Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
| 2998 | 2024-01-25T06:43:22.254Z | | |
| 2999 | 2024-01-25T06:43:22.254Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
| 3000 | 2024-01-25T06:43:22.254Z | |
| 3001 | 2024-01-25T06:43:27.032Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3002 | 2024-01-25T06:43:42.955Z | warning: `nexus-db-queries` (lib doc) generated 1 warning |
| 3003 | 2024-01-25T06:43:42.958Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3004 | 2024-01-25T06:44:58.002Z | warning: unresolved link to `VolumeConstructionRequest` |
| 3005 | 2024-01-25T06:44:58.002Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
| 3006 | 2024-01-25T06:44:58.002Z | | |
| 3007 | 2024-01-25T06:44:58.002Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
| 3008 | 2024-01-25T06:44:58.002Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
| 3009 | 2024-01-25T06:44:58.002Z | | |
| 3010 | 2024-01-25T06:44:58.002Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
| 3011 | 2024-01-25T06:44:58.003Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
| 3012 | 2024-01-25T06:44:58.003Z | |
| 3013 | 2024-01-25T06:44:58.006Z | warning: unresolved link to `fd00:1122:3344:101::5` |
| 3014 | 2024-01-25T06:44:58.006Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
| 3015 | 2024-01-25T06:44:58.006Z | | |
| 3016 | 2024-01-25T06:44:58.006Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
| 3017 | 2024-01-25T06:44:58.006Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
| 3018 | 2024-01-25T06:44:58.006Z | |
| 3019 | 2024-01-25T06:44:58.006Z | warning: unresolved link to `fd00:1122:3344:102::9` |
| 3020 | 2024-01-25T06:44:58.007Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
| 3021 | 2024-01-25T06:44:58.007Z | | |
| 3022 | 2024-01-25T06:44:58.007Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
| 3023 | 2024-01-25T06:44:58.007Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
| 3024 | 2024-01-25T06:44:58.007Z | |
| 3025 | 2024-01-25T06:44:58.007Z | warning: unresolved link to `fd00:1122:3344:103::2` |
| 3026 | 2024-01-25T06:44:58.007Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
| 3027 | 2024-01-25T06:44:58.007Z | | |
| 3028 | 2024-01-25T06:44:58.007Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
| 3029 | 2024-01-25T06:44:58.008Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
| 3030 | 2024-01-25T06:44:58.008Z | |
| 3031 | 2024-01-25T06:44:58.008Z | warning: unresolved link to `fd00:1122:3344:101::5` |
| 3032 | 2024-01-25T06:44:58.008Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
| 3033 | 2024-01-25T06:44:58.008Z | | |
| 3034 | 2024-01-25T06:44:58.008Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
| 3035 | 2024-01-25T06:44:58.008Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
| 3036 | 2024-01-25T06:44:58.008Z | |
| 3037 | 2024-01-25T06:44:58.008Z | warning: unresolved link to `fd00:1122:3344:102::9` |
| 3038 | 2024-01-25T06:44:58.008Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
| 3039 | 2024-01-25T06:44:58.008Z | | |
| 3040 | 2024-01-25T06:44:58.008Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
| 3041 | 2024-01-25T06:44:58.008Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
| 3042 | 2024-01-25T06:44:58.008Z | |
| 3043 | 2024-01-25T06:44:58.008Z | warning: unresolved link to `fd00:1122:3344:103::2` |
| 3044 | 2024-01-25T06:44:58.008Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
| 3045 | 2024-01-25T06:44:58.009Z | | |
| 3046 | 2024-01-25T06:44:58.009Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
| 3047 | 2024-01-25T06:44:58.009Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
| 3048 | 2024-01-25T06:44:58.009Z | |
| 3049 | 2024-01-25T06:45:02.778Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
| 3050 | 2024-01-25T06:45:36.816Z | Finished dev [unoptimized + debuginfo] target(s) in 16m 43s |
| 3051 | 2024-01-25T06:45:36.932Z | |
| 3052 | 2024-01-25T06:45:36.932Z | real 16:43.790373439 |
| 3053 | 2024-01-25T06:45:36.933Z | user 54:45.419199779 |
| 3054 | 2024-01-25T06:45:36.933Z | sys 1:02:54.931625038 |
| 3055 | 2024-01-25T06:45:36.933Z | trap 1.909372554 |
| 3056 | 2024-01-25T06:45:36.941Z | tflt 0.075357378 |
| 3057 | 2024-01-25T06:45:36.941Z | dflt 0.599451491 |
| 3058 | 2024-01-25T06:45:36.942Z | kflt 0.000303614 |
| 3059 | 2024-01-25T06:45:36.942Z | lock 3:16:24.245596094 |
| 3060 | 2024-01-25T06:45:36.942Z | slp 4:14:51.773504002 |
| 3061 | 2024-01-25T06:45:36.943Z | lat 5:43.730272713 |
| 3062 | 2024-01-25T06:45:36.945Z | stop 1:33.049981730 |
| 3063 | 2024-01-25T06:45:36.945Z | process exited: duration 1853080 ms, exit code 0 |
| |
| 3064 | 2024-01-25T06:45:36.960Z | found 0 output files |