|
|
|
| 1 | 2024-07-29T22:00:15.635Z | job assigned to worker 01J4082TYQAW41PMA2XMB0T9Z9 (queued for 54 s) |
| |
| 2 | 2024-07-29T22:00:23.236Z | starting task 0: "setup" |
| 3 | 2024-07-29T22:00:23.295Z | ++ uname -s |
| 4 | 2024-07-29T22:00:23.298Z | + kern=SunOS |
| 5 | 2024-07-29T22:00:23.298Z | + case "$kern" in |
| 6 | 2024-07-29T22:00:23.298Z | + groupadd -g 12345 build |
| 7 | 2024-07-29T22:00:23.302Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-07-29T22:00:25.318Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-07-29T22:00:25.430Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-07-29T22:00:25.433Z | + home_fs=zfs |
| 11 | 2024-07-29T22:00:25.433Z | + [[ zfs == autofs ]] |
| 12 | 2024-07-29T22:00:25.433Z | + mkdir -p /home/build |
| 13 | 2024-07-29T22:00:25.436Z | + chown build:build /home/build /work |
| 14 | 2024-07-29T22:00:27.437Z | + chmod 0700 /home/build /work |
| 15 | 2024-07-29T22:00:27.440Z | process exited: duration 4204 ms, exit code 0 |
| |
| 16 | 2024-07-29T22:00:27.445Z | starting task 1: "rust-toolchain" |
| 17 | 2024-07-29T22:00:27.451Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-07-29T22:00:27.451Z | ' 1.78.0 |
| 19 | 2024-07-29T22:00:27.451Z | * toolchain channel = "1.78.0" |
| 20 | 2024-07-29T22:00:27.453Z | + printf ' * toolchain profile = "%s" |
| 21 | 2024-07-29T22:00:27.454Z | * toolchain profile = "default" |
| 22 | 2024-07-29T22:00:27.454Z | ' default |
| 23 | 2024-07-29T22:00:27.454Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-07-29T22:00:27.454Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
| 25 | 2024-07-29T22:00:27.567Z | info: downloading installer |
| 26 | 2024-07-29T22:00:29.025Z | info: profile set to 'default' |
| 27 | 2024-07-29T22:00:29.025Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-07-29T22:00:29.025Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
| 29 | 2024-07-29T22:00:29.173Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
| 30 | 2024-07-29T22:00:29.173Z | info: downloading component 'cargo' |
| 31 | 2024-07-29T22:00:29.989Z | info: downloading component 'clippy' |
| 32 | 2024-07-29T22:00:30.264Z | info: downloading component 'rust-docs' |
| 33 | 2024-07-29T22:00:31.354Z | info: downloading component 'rust-std' |
| 34 | 2024-07-29T22:00:33.139Z | info: downloading component 'rustc' |
| 35 | 2024-07-29T22:00:37.517Z | info: downloading component 'rustfmt' |
| 36 | 2024-07-29T22:00:37.754Z | info: installing component 'cargo' |
| 37 | 2024-07-29T22:00:38.587Z | info: installing component 'clippy' |
| 38 | 2024-07-29T22:00:38.950Z | info: installing component 'rust-docs' |
| 39 | 2024-07-29T22:00:40.504Z | info: installing component 'rust-std' |
| 40 | 2024-07-29T22:00:42.272Z | info: installing component 'rustc' |
| 41 | 2024-07-29T22:00:46.421Z | info: installing component 'rustfmt' |
| 42 | 2024-07-29T22:00:46.757Z | |
| 43 | 2024-07-29T22:00:46.757Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
| 44 | 2024-07-29T22:00:47.029Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
| 45 | 2024-07-29T22:00:47.029Z | |
| 46 | 2024-07-29T22:00:47.029Z | |
| 47 | 2024-07-29T22:00:47.029Z | Rust is installed now. Great! |
| 48 | 2024-07-29T22:00:47.029Z | |
| 49 | 2024-07-29T22:00:47.029Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-07-29T22:00:47.029Z | environment variable. This has not been done automatically. |
| 51 | 2024-07-29T22:00:47.029Z | |
| 52 | 2024-07-29T22:00:47.029Z | To configure your current shell, you need to source |
| 53 | 2024-07-29T22:00:47.029Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-07-29T22:00:47.029Z | |
| 55 | 2024-07-29T22:00:47.029Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-07-29T22:00:47.029Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-07-29T22:00:47.029Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-07-29T22:00:47.096Z | + rustc --version |
| 59 | 2024-07-29T22:00:47.158Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
| 60 | 2024-07-29T22:00:47.162Z | process exited: duration 19716 ms, exit code 0 |
| |
| 61 | 2024-07-29T22:00:47.168Z | starting task 2: "authentication" |
| 62 | 2024-07-29T22:00:47.189Z | process exited: duration 20 ms, exit code 0 |
| |
| 63 | 2024-07-29T22:00:47.194Z | starting task 3: "clone repository" |
| 64 | 2024-07-29T22:00:47.199Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-07-29T22:00:47.202Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-07-29T22:00:47.343Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-07-29T22:00:53.891Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-07-29T22:00:53.891Z | + git fetch origin d8f2fcb7e435948f2dc6ad1a9f7110d4dd93d321 |
| 69 | 2024-07-29T22:00:54.180Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-07-29T22:00:54.180Z | * branch d8f2fcb7e435948f2dc6ad1a9f7110d4dd93d321 -> FETCH_HEAD |
| 71 | 2024-07-29T22:00:54.190Z | + [[ -n sunshowers/spr/omicron-dev-move-downloader-to-a-separate-binary ]] |
| 72 | 2024-07-29T22:00:54.193Z | ++ git branch --show-current |
| 73 | 2024-07-29T22:00:54.195Z | + current=main |
| 74 | 2024-07-29T22:00:54.196Z | + [[ main != sunshowers/spr/omicron-dev-move-downloader-to-a-separate-binary ]] |
| 75 | 2024-07-29T22:00:54.196Z | + git branch -f sunshowers/spr/omicron-dev-move-downloader-to-a-separate-binary d8f2fcb7e435948f2dc6ad1a9f7110d4dd93d321 |
| 76 | 2024-07-29T22:00:54.198Z | + git checkout -f sunshowers/spr/omicron-dev-move-downloader-to-a-separate-binary |
| 77 | 2024-07-29T22:00:54.316Z | Switched to branch 'sunshowers/spr/omicron-dev-move-downloader-to-a-separate-binary' |
| 78 | 2024-07-29T22:00:54.320Z | + git reset --hard d8f2fcb7e435948f2dc6ad1a9f7110d4dd93d321 |
| 79 | 2024-07-29T22:00:54.434Z | HEAD is now at d8f2fcb7e rebase on main |
| 80 | 2024-07-29T22:00:54.437Z | process exited: duration 7240 ms, exit code 0 |
| |
| 81 | 2024-07-29T22:00:54.442Z | starting task 4: "build" |
| 82 | 2024-07-29T22:00:54.447Z | + cargo --version |
| 83 | 2024-07-29T22:00:54.500Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
| 84 | 2024-07-29T22:00:54.503Z | + rustc --version |
| 85 | 2024-07-29T22:00:54.558Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
| 86 | 2024-07-29T22:00:54.560Z | + source ./env.sh |
| 87 | 2024-07-29T22:00:54.560Z | ++ OLD_SHELL_OPTS=ehxB |
| 88 | 2024-07-29T22:00:54.560Z | ++ set -o xtrace |
| 89 | 2024-07-29T22:00:54.563Z | ++++ dirname ./env.sh |
| 90 | 2024-07-29T22:00:54.566Z | +++ readlink -f . |
| 91 | 2024-07-29T22:00:54.585Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 92 | 2024-07-29T22:00:54.588Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 93 | 2024-07-29T22:00:54.588Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 94 | 2024-07-29T22:00:54.588Z | ++ 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 |
| 95 | 2024-07-29T22:00:54.588Z | ++ 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 |
| 96 | 2024-07-29T22:00:54.588Z | ++ 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 |
| 97 | 2024-07-29T22:00:54.588Z | ++ 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 |
| 98 | 2024-07-29T22:00:54.588Z | ++ 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 |
| 99 | 2024-07-29T22:00:54.588Z | ++ 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 |
| 100 | 2024-07-29T22:00:54.588Z | ++ case $OLD_SHELL_OPTS in |
| 101 | 2024-07-29T22:00:54.588Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 102 | 2024-07-29T22:00:54.588Z | + banner prerequisites |
| 103 | 2024-07-29T22:00:54.605Z | |
| 104 | 2024-07-29T22:00:54.605Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 105 | 2024-07-29T22:00:54.605Z | # # # # # # # # # # # # # # # |
| 106 | 2024-07-29T22:00:54.605Z | # # # # ##### # # ##### # # # # # #### # |
| 107 | 2024-07-29T22:00:54.605Z | ##### ##### # ##### # # # # # # # # # |
| 108 | 2024-07-29T22:00:54.605Z | # # # # # # # # # # # # # # # |
| 109 | 2024-07-29T22:00:54.605Z | # # # ###### # # ###### ### # #### # #### # |
| 110 | 2024-07-29T22:00:54.605Z | |
| 111 | 2024-07-29T22:00:54.608Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 112 | 2024-07-29T22:01:02.311Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 113 | 2024-07-29T22:01:04.727Z | Startup: Caching catalogs ... Done |
| 114 | 2024-07-29T22:01:08.301Z | Planning: Solver setup ... Done (3.080s) |
| 115 | 2024-07-29T22:01:08.362Z | Planning: Running solver ... Done (0.061s) |
| 116 | 2024-07-29T22:01:08.414Z | Planning: Finding local manifests ... Done (0.004s) |
| 117 | 2024-07-29T22:01:08.494Z | Planning: Fetching manifests: 0/4 0% complete |
| 118 | 2024-07-29T22:01:08.995Z | Planning: Fetching manifests: 4/4 100% complete |
| 119 | 2024-07-29T22:01:09.045Z | Planning: Package planning ... Done (0.050s) |
| 120 | 2024-07-29T22:01:09.095Z | Planning: Merging actions ... Done (0.050s) |
| 121 | 2024-07-29T22:01:10.862Z | Planning: Checking for conflicting actions ... Done (1.767s) |
| 122 | 2024-07-29T22:01:10.874Z | Planning: Consolidating action changes ... Done (0.011s) |
| 123 | 2024-07-29T22:01:20.965Z | Planning: Evaluating mediators ... Done (10.089s) |
| 124 | 2024-07-29T22:01:20.978Z | Planning: Planning completed in 16.18 seconds |
| 125 | 2024-07-29T22:01:21.781Z | Packages to install: 4 |
| 126 | 2024-07-29T22:01:21.781Z | Mediators to change: 2 |
| 127 | 2024-07-29T22:01:21.781Z | Services to change: 1 |
| 128 | 2024-07-29T22:01:21.781Z | Estimated space available: 155.77 GB |
| 129 | 2024-07-29T22:01:21.781Z | Estimated space to be consumed: 1.47 GB |
| 130 | 2024-07-29T22:01:21.785Z | Create boot environment: No |
| 131 | 2024-07-29T22:01:21.785Z | Create backup boot environment: No |
| 132 | 2024-07-29T22:01:21.785Z | Rebuild boot archive: No |
| 133 | 2024-07-29T22:01:21.785Z | |
| 134 | 2024-07-29T22:01:21.785Z | Changed mediators: |
| 135 | 2024-07-29T22:01:21.785Z | mediator clang: |
| 136 | 2024-07-29T22:01:21.785Z | version: None -> 15 (system default) |
| 137 | 2024-07-29T22:01:21.785Z | |
| 138 | 2024-07-29T22:01:21.785Z | mediator llvm: |
| 139 | 2024-07-29T22:01:21.785Z | version: 14 (system default) -> 15 (system default) |
| 140 | 2024-07-29T22:01:21.785Z | |
| 141 | 2024-07-29T22:01:21.785Z | Changed packages: |
| 142 | 2024-07-29T22:01:21.785Z | helios-dev |
| 143 | 2024-07-29T22:01:21.785Z | developer/build-essential |
| 144 | 2024-07-29T22:01:21.785Z | None -> 11-2.0 |
| 145 | 2024-07-29T22:01:21.785Z | library/libxmlsec1 |
| 146 | 2024-07-29T22:01:21.785Z | None -> 1.2.35-2.0 |
| 147 | 2024-07-29T22:01:21.785Z | ooce/developer/clang-15 |
| 148 | 2024-07-29T22:01:21.785Z | None -> 15.0.7-2.0 |
| 149 | 2024-07-29T22:01:21.785Z | ooce/developer/llvm-15 |
| 150 | 2024-07-29T22:01:21.785Z | None -> 15.0.7-2.0 |
| 151 | 2024-07-29T22:01:21.785Z | |
| 152 | 2024-07-29T22:01:21.785Z | Services: |
| 153 | 2024-07-29T22:01:21.785Z | restart_fmri: |
| 154 | 2024-07-29T22:01:21.785Z | svc:/system/update-man-index:default |
| 155 | 2024-07-29T22:01:22.055Z | |
| 156 | 2024-07-29T22:01:22.055Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 157 | 2024-07-29T22:01:27.058Z | Download: 883/3290 items 18.9/212.6MB 8% complete (3.9M/s) |
| 158 | 2024-07-29T22:01:32.059Z | Download: 1449/3290 items 117.1/212.6MB 55% complete (11.8M/s) |
| 159 | 2024-07-29T22:01:38.314Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (10.1M/s) |
| 160 | 2024-07-29T22:01:43.395Z | Download: 3243/3290 items 171.3/212.6MB 80% complete (5.3M/s) |
| 161 | 2024-07-29T22:01:45.177Z | Download: Completed 212.60 MB in 23.12 seconds (9.2M/s) |
| 162 | 2024-07-29T22:01:45.544Z | Actions: 1/3689 actions (Installing new actions) |
| 163 | 2024-07-29T22:01:50.575Z | Actions: 3546/3689 actions (Installing new actions) |
| 164 | 2024-07-29T22:01:51.958Z | Actions: Completed 3689 actions in 6.41 seconds. |
| 165 | 2024-07-29T22:01:52.099Z | Done (0.136s) |
| 166 | 2024-07-29T22:01:52.099Z | Done (0.000s) |
| 167 | 2024-07-29T22:01:52.448Z | Done (0.348s) |
| 168 | 2024-07-29T22:01:59.910Z | Done (7.307s) |
| 169 | 2024-07-29T22:02:00.225Z | Done (0.249s) |
| 170 | 2024-07-29T22:02:00.228Z | Done (0.000s) |
| 171 | 2024-07-29T22:02:00.400Z | Done (0.000s) |
| 172 | 2024-07-29T22:02:00.971Z | Planning: Evaluating mediator changes ... Done |
| 173 | 2024-07-29T22:02:01.130Z | Planning: Checking for conflicting actions ... Done |
| 174 | 2024-07-29T22:02:01.133Z | Planning: Consolidating action changes ... Done |
| 175 | 2024-07-29T22:02:01.392Z | Planning: Evaluating mediators ... Done |
| 176 | 2024-07-29T22:02:01.395Z | Planning: Planning completed in 0.42 seconds |
| 177 | 2024-07-29T22:02:01.426Z | Mediators to change: 2 |
| 178 | 2024-07-29T22:02:01.426Z | Create boot environment: No |
| 179 | 2024-07-29T22:02:01.429Z | Create backup boot environment: No |
| 180 | 2024-07-29T22:02:01.510Z | Done |
| 181 | 2024-07-29T22:02:01.510Z | Done |
| 182 | 2024-07-29T22:02:01.727Z | Done |
| 183 | 2024-07-29T22:02:05.200Z | Done |
| 184 | 2024-07-29T22:02:05.282Z | Done |
| 185 | 2024-07-29T22:02:05.282Z | Done |
| 186 | 2024-07-29T22:02:05.397Z | Done |
| 187 | 2024-07-29T22:02:05.997Z | Planning: Evaluating mediator changes ... Done |
| 188 | 2024-07-29T22:02:06.005Z | Planning: Merging actions ... Done |
| 189 | 2024-07-29T22:02:06.185Z | Planning: Checking for conflicting actions ... Done |
| 190 | 2024-07-29T22:02:06.187Z | Planning: Consolidating action changes ... Done |
| 191 | 2024-07-29T22:02:06.451Z | Planning: Evaluating mediators ... Done |
| 192 | 2024-07-29T22:02:06.507Z | Planning: Planning completed in 0.75 seconds |
| 193 | 2024-07-29T22:02:06.542Z | Packages to change: 1 |
| 194 | 2024-07-29T22:02:06.542Z | Mediators to change: 1 |
| 195 | 2024-07-29T22:02:06.542Z | Services to change: 1 |
| 196 | 2024-07-29T22:02:06.542Z | Create boot environment: No |
| 197 | 2024-07-29T22:02:06.545Z | Create backup boot environment: Yes |
| 198 | 2024-07-29T22:02:08.402Z | Actions: 1/6 actions (Updating modified actions) |
| 199 | 2024-07-29T22:02:08.543Z | Actions: Completed 6 actions in 0.14 seconds. |
| 200 | 2024-07-29T22:02:08.546Z | Done |
| 201 | 2024-07-29T22:02:08.546Z | Done |
| 202 | 2024-07-29T22:02:08.616Z | Done |
| 203 | 2024-07-29T22:02:12.302Z | Done |
| 204 | 2024-07-29T22:02:12.390Z | Done |
| 205 | 2024-07-29T22:02:12.390Z | Done |
| 206 | 2024-07-29T22:02:12.504Z | Done |
| 207 | 2024-07-29T22:02:12.939Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 208 | 2024-07-29T22:02:12.939Z | clang system 15 system |
| 209 | 2024-07-29T22:02:12.939Z | csh system system illumos |
| 210 | 2024-07-29T22:02:12.939Z | ctags system system illumos |
| 211 | 2024-07-29T22:02:12.939Z | gcc vendor 12 vendor |
| 212 | 2024-07-29T22:02:12.939Z | gcc system 10 system |
| 213 | 2024-07-29T22:02:12.939Z | gcc system 7 system |
| 214 | 2024-07-29T22:02:12.939Z | go system 1.20 system |
| 215 | 2024-07-29T22:02:12.939Z | go system 1.19 system |
| 216 | 2024-07-29T22:02:12.939Z | llvm system 15 system |
| 217 | 2024-07-29T22:02:12.939Z | llvm system 14 system |
| 218 | 2024-07-29T22:02:12.939Z | mariadb system 10.6 system |
| 219 | 2024-07-29T22:02:12.939Z | mta vendor vendor dma |
| 220 | 2024-07-29T22:02:12.939Z | openjdk system 17 system |
| 221 | 2024-07-29T22:02:12.939Z | openjdk system 11 system |
| 222 | 2024-07-29T22:02:12.939Z | openjdk system 1.8 system |
| 223 | 2024-07-29T22:02:12.939Z | openssl vendor 3 vendor |
| 224 | 2024-07-29T22:02:12.939Z | perl system 5.36 system |
| 225 | 2024-07-29T22:02:12.939Z | postgresql system 15 system |
| 226 | 2024-07-29T22:02:12.939Z | postgresql system 13 system |
| 227 | 2024-07-29T22:02:12.939Z | python vendor 3 vendor |
| 228 | 2024-07-29T22:02:12.939Z | python system 2 system |
| 229 | 2024-07-29T22:02:12.939Z | python3 system 3.11 system |
| 230 | 2024-07-29T22:02:12.939Z | ruby system 3.0 system |
| 231 | 2024-07-29T22:02:12.939Z | words vendor vendor american-english |
| 232 | 2024-07-29T22:02:12.939Z | words system system australian-english |
| 233 | 2024-07-29T22:02:12.939Z | words system system british-english |
| 234 | 2024-07-29T22:02:12.939Z | words system system canadian-english |
| 235 | 2024-07-29T22:02:12.939Z | words system system french |
| 236 | 2024-07-29T22:02:12.939Z | words system system italian |
| 237 | 2024-07-29T22:02:12.939Z | words system system ngerman |
| 238 | 2024-07-29T22:02:12.939Z | words system system ogerman |
| 239 | 2024-07-29T22:02:12.939Z | words system system spanish |
| 240 | 2024-07-29T22:02:13.261Z | PUBLISHER TYPE STATUS P LOCATION |
| 241 | 2024-07-29T22:02:13.261Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 242 | 2024-07-29T22:02:14.871Z | FMRI IFO |
| 243 | 2024-07-29T22:02:14.871Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 244 | 2024-07-29T22:02:14.871Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 245 | 2024-07-29T22:02:14.871Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 246 | 2024-07-29T22:02:14.871Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 247 | 2024-07-29T22:02:14.871Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 248 | 2024-07-29T22:02:14.872Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 249 | 2024-07-29T22:02:14.872Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
| 250 | 2024-07-29T22:02:14.872Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 251 | 2024-07-29T22:02:14.872Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 252 | 2024-07-29T22:02:14.872Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 253 | 2024-07-29T22:02:14.872Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 254 | 2024-07-29T22:02:14.872Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 255 | 2024-07-29T22:02:15.397Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 256 | 2024-07-29T22:02:15.747Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 257 | 2024-07-29T22:02:16.049Z | Updating crates.io index |
| 258 | 2024-07-29T22:02:16.052Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 259 | 2024-07-29T22:02:16.907Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 260 | 2024-07-29T22:02:17.696Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 261 | 2024-07-29T22:02:17.934Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 262 | 2024-07-29T22:02:19.929Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 263 | 2024-07-29T22:02:20.535Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 264 | 2024-07-29T22:02:20.828Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 265 | 2024-07-29T22:02:21.911Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 266 | 2024-07-29T22:02:23.969Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 267 | 2024-07-29T22:02:25.124Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 268 | 2024-07-29T22:02:25.785Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 269 | 2024-07-29T22:02:26.420Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 270 | 2024-07-29T22:02:26.710Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 271 | 2024-07-29T22:02:26.977Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 272 | 2024-07-29T22:02:27.267Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 273 | 2024-07-29T22:02:27.594Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 274 | 2024-07-29T22:02:27.869Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 275 | 2024-07-29T22:02:28.101Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 276 | 2024-07-29T22:02:28.411Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 277 | 2024-07-29T22:02:28.751Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 278 | 2024-07-29T22:02:29.141Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 279 | 2024-07-29T22:02:29.434Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 280 | 2024-07-29T22:02:30.081Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 281 | 2024-07-29T22:02:30.386Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 282 | 2024-07-29T22:02:30.835Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 283 | 2024-07-29T22:02:33.039Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 284 | 2024-07-29T22:02:33.368Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 285 | 2024-07-29T22:02:33.672Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 286 | 2024-07-29T22:02:34.262Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
| 287 | 2024-07-29T22:02:35.291Z | Downloading crates ... |
| 288 | 2024-07-29T22:02:35.352Z | Downloaded colorchoice v1.0.1 |
| 289 | 2024-07-29T22:02:35.355Z | Downloaded anstyle-parse v0.2.4 |
| 290 | 2024-07-29T22:02:35.358Z | Downloaded anstyle v1.0.7 |
| 291 | 2024-07-29T22:02:35.360Z | Downloaded anstream v0.6.14 |
| 292 | 2024-07-29T22:02:35.363Z | Downloaded equivalent v1.0.1 |
| 293 | 2024-07-29T22:02:35.368Z | Downloaded scroll_derive v0.12.0 |
| 294 | 2024-07-29T22:02:35.376Z | Downloaded fnv v1.0.7 |
| 295 | 2024-07-29T22:02:35.379Z | Downloaded swrite v0.1.0 |
| 296 | 2024-07-29T22:02:35.381Z | Downloaded proc-macro-error-attr v1.0.4 |
| 297 | 2024-07-29T22:02:35.381Z | Downloaded heck v0.5.0 |
| 298 | 2024-07-29T22:02:35.384Z | Downloaded itoa v1.0.11 |
| 299 | 2024-07-29T22:02:35.386Z | Downloaded generic-array v0.14.7 |
| 300 | 2024-07-29T22:02:35.386Z | Downloaded bytecount v0.6.8 |
| 301 | 2024-07-29T22:02:35.389Z | Downloaded plain v0.2.3 |
| 302 | 2024-07-29T22:02:35.389Z | Downloaded pest_generator v2.7.10 |
| 303 | 2024-07-29T22:02:35.392Z | Downloaded memmap v0.7.0 |
| 304 | 2024-07-29T22:02:35.392Z | Downloaded macaddr v1.0.1 |
| 305 | 2024-07-29T22:02:35.394Z | Downloaded utf8parse v0.2.1 |
| 306 | 2024-07-29T22:02:35.395Z | Downloaded tabled_derive v0.7.0 |
| 307 | 2024-07-29T22:02:35.395Z | Downloaded strsim v0.11.1 |
| 308 | 2024-07-29T22:02:35.398Z | Downloaded clap_derive v4.5.8 |
| 309 | 2024-07-29T22:02:35.398Z | Downloaded toml_datetime v0.6.6 |
| 310 | 2024-07-29T22:02:35.401Z | Downloaded usdt v0.5.0 |
| 311 | 2024-07-29T22:02:35.401Z | Downloaded thiserror v1.0.63 |
| 312 | 2024-07-29T22:02:35.404Z | Downloaded usdt-impl v0.5.0 |
| 313 | 2024-07-29T22:02:35.407Z | Downloaded camino v1.1.7 |
| 314 | 2024-07-29T22:02:35.409Z | Downloaded serde_tokenstream v0.2.1 |
| 315 | 2024-07-29T22:02:35.412Z | Downloaded quote v1.0.36 |
| 316 | 2024-07-29T22:02:35.415Z | Downloaded thread-id v4.2.1 |
| 317 | 2024-07-29T22:02:35.415Z | Downloaded is_terminal_polyfill v1.70.0 |
| 318 | 2024-07-29T22:02:35.418Z | Downloaded anyhow v1.0.86 |
| 319 | 2024-07-29T22:02:35.421Z | Downloaded serde_spanned v0.6.6 |
| 320 | 2024-07-29T22:02:35.421Z | Downloaded dof v0.3.0 |
| 321 | 2024-07-29T22:02:35.423Z | Downloaded pretty-hex v0.4.1 |
| 322 | 2024-07-29T22:02:35.423Z | Downloaded dtrace-parser v0.2.0 |
| 323 | 2024-07-29T22:02:35.423Z | Downloaded crypto-common v0.1.6 |
| 324 | 2024-07-29T22:02:35.426Z | Downloaded cargo_toml v0.20.4 |
| 325 | 2024-07-29T22:02:35.433Z | Downloaded once_cell v1.19.0 |
| 326 | 2024-07-29T22:02:35.436Z | Downloaded log v0.4.21 |
| 327 | 2024-07-29T22:02:35.439Z | Downloaded zerocopy-derive v0.7.34 |
| 328 | 2024-07-29T22:02:35.442Z | Downloaded usdt-macro v0.5.0 |
| 329 | 2024-07-29T22:02:35.442Z | Downloaded cargo_metadata v0.18.1 |
| 330 | 2024-07-29T22:02:35.446Z | Downloaded heck v0.4.1 |
| 331 | 2024-07-29T22:02:35.446Z | Downloaded digest v0.10.7 |
| 332 | 2024-07-29T22:02:35.449Z | Downloaded cpufeatures v0.2.12 |
| 333 | 2024-07-29T22:02:35.449Z | Downloaded autocfg v1.3.0 |
| 334 | 2024-07-29T22:02:35.449Z | Downloaded errno v0.3.9 |
| 335 | 2024-07-29T22:02:35.452Z | Downloaded fs-err v2.11.0 |
| 336 | 2024-07-29T22:02:35.452Z | Downloaded clap_lex v0.7.0 |
| 337 | 2024-07-29T22:02:35.455Z | Downloaded cfg-if v1.0.0 |
| 338 | 2024-07-29T22:02:35.455Z | Downloaded cargo-platform v0.1.8 |
| 339 | 2024-07-29T22:02:35.455Z | Downloaded version_check v0.9.4 |
| 340 | 2024-07-29T22:02:35.457Z | Downloaded byteorder v1.5.0 |
| 341 | 2024-07-29T22:02:35.457Z | Downloaded unicode-ident v1.0.12 |
| 342 | 2024-07-29T22:02:35.461Z | Downloaded clap v4.5.9 |
| 343 | 2024-07-29T22:02:35.468Z | Downloaded anstyle-query v1.0.3 |
| 344 | 2024-07-29T22:02:35.471Z | Downloaded terminal_size v0.3.0 |
| 345 | 2024-07-29T22:02:35.471Z | Downloaded block-buffer v0.10.4 |
| 346 | 2024-07-29T22:02:35.474Z | Downloaded usdt-attr-macro v0.5.0 |
| 347 | 2024-07-29T22:02:35.474Z | Downloaded typenum v1.17.0 |
| 348 | 2024-07-29T22:02:35.477Z | Downloaded bitflags v2.6.0 |
| 349 | 2024-07-29T22:02:35.479Z | Downloaded thiserror-impl v1.0.63 |
| 350 | 2024-07-29T22:02:35.479Z | Downloaded semver v1.0.23 |
| 351 | 2024-07-29T22:02:35.482Z | Downloaded proc-macro-error v1.0.4 |
| 352 | 2024-07-29T22:02:35.485Z | Downloaded serde v1.0.204 |
| 353 | 2024-07-29T22:02:35.488Z | Downloaded scroll v0.12.0 |
| 354 | 2024-07-29T22:02:35.491Z | Downloaded proc-macro2 v1.0.86 |
| 355 | 2024-07-29T22:02:35.494Z | Downloaded pest_meta v2.7.10 |
| 356 | 2024-07-29T22:02:35.497Z | Downloaded pest_derive v2.7.10 |
| 357 | 2024-07-29T22:02:35.497Z | Downloaded sha2 v0.10.8 |
| 358 | 2024-07-29T22:02:35.499Z | Downloaded serde_derive v1.0.204 |
| 359 | 2024-07-29T22:02:35.503Z | Downloaded ucd-trie v0.1.6 |
| 360 | 2024-07-29T22:02:35.506Z | Downloaded toml v0.8.15 |
| 361 | 2024-07-29T22:02:35.517Z | Downloaded ryu v1.0.18 |
| 362 | 2024-07-29T22:02:35.523Z | Downloaded papergrid v0.11.0 |
| 363 | 2024-07-29T22:02:35.527Z | Downloaded indexmap v2.2.6 |
| 364 | 2024-07-29T22:02:35.531Z | Downloaded pest v2.7.10 |
| 365 | 2024-07-29T22:02:35.537Z | Downloaded memchr v2.7.2 |
| 366 | 2024-07-29T22:02:35.546Z | Downloaded toml_edit v0.22.16 |
| 367 | 2024-07-29T22:02:35.567Z | Downloaded winnow v0.6.8 |
| 368 | 2024-07-29T22:02:35.575Z | Downloaded serde_json v1.0.120 |
| 369 | 2024-07-29T22:02:35.581Z | Downloaded hashbrown v0.14.5 |
| 370 | 2024-07-29T22:02:35.586Z | Downloaded zerocopy v0.7.34 |
| 371 | 2024-07-29T22:02:35.602Z | Downloaded clap_builder v4.5.9 |
| 372 | 2024-07-29T22:02:35.608Z | Downloaded goblin v0.8.2 |
| 373 | 2024-07-29T22:02:35.616Z | Downloaded tabled v0.15.0 |
| 374 | 2024-07-29T22:02:35.631Z | Downloaded syn v1.0.109 |
| 375 | 2024-07-29T22:02:35.641Z | Downloaded syn v2.0.72 |
| 376 | 2024-07-29T22:02:35.651Z | Downloaded rustix v0.38.34 |
| 377 | 2024-07-29T22:02:35.673Z | Downloaded unicode-width v0.1.13 |
| 378 | 2024-07-29T22:02:35.680Z | Downloaded libc v0.2.155 |
| 379 | 2024-07-29T22:02:35.975Z | Compiling proc-macro2 v1.0.86 |
| 380 | 2024-07-29T22:02:35.975Z | Compiling unicode-ident v1.0.12 |
| 381 | 2024-07-29T22:02:35.975Z | Compiling version_check v0.9.4 |
| 382 | 2024-07-29T22:02:35.978Z | Compiling serde v1.0.204 |
| 383 | 2024-07-29T22:02:35.978Z | Compiling thiserror v1.0.63 |
| 384 | 2024-07-29T22:02:35.978Z | Compiling libc v0.2.155 |
| 385 | 2024-07-29T22:02:36.007Z | Compiling itoa v1.0.11 |
| 386 | 2024-07-29T22:02:36.010Z | Compiling ryu v1.0.18 |
| 387 | 2024-07-29T22:02:36.224Z | Compiling ucd-trie v0.1.6 |
| 388 | 2024-07-29T22:02:36.247Z | Compiling memchr v2.7.2 |
| 389 | 2024-07-29T22:02:36.760Z | Compiling once_cell v1.19.0 |
| 390 | 2024-07-29T22:02:36.788Z | Compiling byteorder v1.5.0 |
| 391 | 2024-07-29T22:02:37.037Z | Compiling serde_json v1.0.120 |
| 392 | 2024-07-29T22:02:39.366Z | Compiling proc-macro-error-attr v1.0.4 |
| 393 | 2024-07-29T22:02:39.368Z | Compiling usdt-impl v0.5.0 |
| 394 | 2024-07-29T22:02:39.368Z | Compiling rustix v0.38.34 |
| 395 | 2024-07-29T22:02:39.464Z | Compiling syn v1.0.109 |
| 396 | 2024-07-29T22:02:39.467Z | Compiling proc-macro-error v1.0.4 |
| 397 | 2024-07-29T22:02:39.669Z | Compiling equivalent v1.0.1 |
| 398 | 2024-07-29T22:02:39.707Z | Compiling plain v0.2.3 |
| 399 | 2024-07-29T22:02:39.762Z | Compiling utf8parse v0.2.1 |
| 400 | 2024-07-29T22:02:39.787Z | Compiling log v0.4.21 |
| 401 | 2024-07-29T22:02:39.869Z | Compiling hashbrown v0.14.5 |
| 402 | 2024-07-29T22:02:39.920Z | Compiling bitflags v2.6.0 |
| 403 | 2024-07-29T22:02:40.139Z | Compiling thread-id v4.2.1 |
| 404 | 2024-07-29T22:02:40.163Z | Compiling anstyle-parse v0.2.4 |
| 405 | 2024-07-29T22:02:40.232Z | Compiling quote v1.0.36 |
| 406 | 2024-07-29T22:02:40.330Z | Compiling pretty-hex v0.4.1 |
| 407 | 2024-07-29T22:02:40.385Z | Compiling colorchoice v1.0.1 |
| 408 | 2024-07-29T22:02:40.487Z | Compiling anstyle v1.0.7 |
| 409 | 2024-07-29T22:02:40.546Z | Compiling errno v0.3.9 |
| 410 | 2024-07-29T22:02:40.568Z | Compiling semver v1.0.23 |
| 411 | 2024-07-29T22:02:40.571Z | Compiling winnow v0.6.8 |
| 412 | 2024-07-29T22:02:40.761Z | Compiling syn v2.0.72 |
| 413 | 2024-07-29T22:02:40.975Z | Compiling autocfg v1.3.0 |
| 414 | 2024-07-29T22:02:41.046Z | Compiling camino v1.1.7 |
| 415 | 2024-07-29T22:02:41.191Z | Compiling indexmap v2.2.6 |
| 416 | 2024-07-29T22:02:41.666Z | Compiling is_terminal_polyfill v1.70.0 |
| 417 | 2024-07-29T22:02:41.789Z | Compiling anstyle-query v1.0.3 |
| 418 | 2024-07-29T22:02:41.934Z | Compiling anstream v0.6.14 |
| 419 | 2024-07-29T22:02:41.937Z | Compiling fs-err v2.11.0 |
| 420 | 2024-07-29T22:02:42.232Z | Compiling terminal_size v0.3.0 |
| 421 | 2024-07-29T22:02:42.532Z | Compiling heck v0.5.0 |
| 422 | 2024-07-29T22:02:42.583Z | Compiling fnv v1.0.7 |
| 423 | 2024-07-29T22:02:42.606Z | Compiling bytecount v0.6.8 |
| 424 | 2024-07-29T22:02:42.653Z | Compiling heck v0.4.1 |
| 425 | 2024-07-29T22:02:42.722Z | Compiling strsim v0.11.1 |
| 426 | 2024-07-29T22:02:42.746Z | Compiling anyhow v1.0.86 |
| 427 | 2024-07-29T22:02:42.812Z | Compiling unicode-width v0.1.13 |
| 428 | 2024-07-29T22:02:43.047Z | Compiling clap_lex v0.7.0 |
| 429 | 2024-07-29T22:02:43.071Z | Compiling papergrid v0.11.0 |
| 430 | 2024-07-29T22:02:43.268Z | Compiling memmap v0.7.0 |
| 431 | 2024-07-29T22:02:43.484Z | Compiling clap_builder v4.5.9 |
| 432 | 2024-07-29T22:02:44.202Z | Compiling swrite v0.1.0 |
| 433 | 2024-07-29T22:02:46.036Z | Compiling tabled_derive v0.7.0 |
| 434 | 2024-07-29T22:02:47.731Z | Compiling tabled v0.15.0 |
| 435 | 2024-07-29T22:02:49.403Z | Compiling serde_derive v1.0.204 |
| 436 | 2024-07-29T22:02:49.403Z | Compiling thiserror-impl v1.0.63 |
| 437 | 2024-07-29T22:02:49.403Z | Compiling zerocopy-derive v0.7.34 |
| 438 | 2024-07-29T22:02:49.406Z | Compiling scroll_derive v0.12.0 |
| 439 | 2024-07-29T22:02:49.406Z | Compiling clap_derive v4.5.8 |
| 440 | 2024-07-29T22:02:50.812Z | Compiling scroll v0.12.0 |
| 441 | 2024-07-29T22:02:51.373Z | Compiling zerocopy v0.7.34 |
| 442 | 2024-07-29T22:02:51.396Z | Compiling goblin v0.8.2 |
| 443 | 2024-07-29T22:02:52.138Z | Compiling pest v2.7.10 |
| 444 | 2024-07-29T22:02:53.467Z | Compiling clap v4.5.9 |
| 445 | 2024-07-29T22:02:54.224Z | Compiling pest_meta v2.7.10 |
| 446 | 2024-07-29T22:02:55.082Z | Compiling pest_generator v2.7.10 |
| 447 | 2024-07-29T22:02:57.001Z | Compiling pest_derive v2.7.10 |
| 448 | 2024-07-29T22:02:57.744Z | Compiling dtrace-parser v0.2.0 |
| 449 | 2024-07-29T22:02:59.823Z | Compiling toml_datetime v0.6.6 |
| 450 | 2024-07-29T22:02:59.823Z | Compiling serde_spanned v0.6.6 |
| 451 | 2024-07-29T22:02:59.826Z | Compiling cargo-platform v0.1.8 |
| 452 | 2024-07-29T22:03:00.223Z | Compiling serde_tokenstream v0.2.1 |
| 453 | 2024-07-29T22:03:00.249Z | Compiling toml_edit v0.22.16 |
| 454 | 2024-07-29T22:03:00.403Z | Compiling macaddr v1.0.1 |
| 455 | 2024-07-29T22:03:01.201Z | Compiling dof v0.3.0 |
| 456 | 2024-07-29T22:03:01.201Z | Compiling cargo_metadata v0.18.1 |
| 457 | 2024-07-29T22:03:02.980Z | Compiling toml v0.8.15 |
| 458 | 2024-07-29T22:03:03.221Z | Compiling usdt-macro v0.5.0 |
| 459 | 2024-07-29T22:03:03.224Z | Compiling usdt-attr-macro v0.5.0 |
| 460 | 2024-07-29T22:03:03.840Z | Compiling cargo_toml v0.20.4 |
| 461 | 2024-07-29T22:03:04.634Z | Compiling usdt v0.5.0 |
| 462 | 2024-07-29T22:03:07.825Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 463 | 2024-07-29T22:03:12.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.87s |
| 464 | 2024-07-29T22:03:12.320Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 465 | 2024-07-29T22:03:12.859Z | Downloading crates ... |
| 466 | 2024-07-29T22:03:12.977Z | Downloaded bitstruct v0.1.1 |
| 467 | 2024-07-29T22:03:12.981Z | Downloaded async-stream-impl v0.3.5 |
| 468 | 2024-07-29T22:03:12.984Z | Downloaded atty v0.2.14 |
| 469 | 2024-07-29T22:03:12.987Z | Downloaded adler v1.0.2 |
| 470 | 2024-07-29T22:03:12.990Z | Downloaded ciborium-io v0.2.2 |
| 471 | 2024-07-29T22:03:12.999Z | Downloaded matches v0.1.10 |
| 472 | 2024-07-29T22:03:13.002Z | Downloaded crunchy v0.2.2 |
| 473 | 2024-07-29T22:03:13.005Z | Downloaded cstr-argument v0.1.2 |
| 474 | 2024-07-29T22:03:13.008Z | Downloaded async-recursion v1.1.1 |
| 475 | 2024-07-29T22:03:13.013Z | Downloaded buf-list v1.0.3 |
| 476 | 2024-07-29T22:03:13.016Z | Downloaded bb8 v0.8.5 |
| 477 | 2024-07-29T22:03:13.019Z | Downloaded normalize-line-endings v0.3.0 |
| 478 | 2024-07-29T22:03:13.019Z | Downloaded bitfield-struct v0.6.1 |
| 479 | 2024-07-29T22:03:13.021Z | Downloaded openssl-probe v0.1.5 |
| 480 | 2024-07-29T22:03:13.022Z | Downloaded assert_matches v1.5.0 |
| 481 | 2024-07-29T22:03:13.024Z | Downloaded argon2 v0.5.3 |
| 482 | 2024-07-29T22:03:13.027Z | Downloaded opaque-debug v0.3.1 |
| 483 | 2024-07-29T22:03:13.027Z | Downloaded bitstruct_derive v0.1.0 |
| 484 | 2024-07-29T22:03:13.027Z | Downloaded atomicwrites v0.4.3 |
| 485 | 2024-07-29T22:03:13.030Z | Downloaded num_threads v0.1.7 |
| 486 | 2024-07-29T22:03:13.032Z | Downloaded cipher v0.4.4 |
| 487 | 2024-07-29T22:03:13.032Z | Downloaded newline-converter v0.3.0 |
| 488 | 2024-07-29T22:03:13.035Z | Downloaded maplit v1.0.2 |
| 489 | 2024-07-29T22:03:13.035Z | Downloaded chacha20 v0.9.1 |
| 490 | 2024-07-29T22:03:13.038Z | Downloaded memoffset v0.9.1 |
| 491 | 2024-07-29T22:03:13.038Z | Downloaded lazy_static v1.5.0 |
| 492 | 2024-07-29T22:03:13.041Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 493 | 2024-07-29T22:03:13.044Z | Downloaded lru-cache v0.1.2 |
| 494 | 2024-07-29T22:03:13.047Z | Downloaded mockall v0.12.1 |
| 495 | 2024-07-29T22:03:13.050Z | Downloaded cobs v0.2.3 |
| 496 | 2024-07-29T22:03:13.050Z | Downloaded keccak v0.1.5 |
| 497 | 2024-07-29T22:03:13.053Z | Downloaded libefi-sys v0.1.0 |
| 498 | 2024-07-29T22:03:13.053Z | Downloaded num-iter v0.1.45 |
| 499 | 2024-07-29T22:03:13.053Z | Downloaded num v0.4.3 |
| 500 | 2024-07-29T22:03:13.056Z | Downloaded num_enum v0.5.11 |
| 501 | 2024-07-29T22:03:13.059Z | Downloaded defmt-parser v0.3.4 |
| 502 | 2024-07-29T22:03:13.062Z | Downloaded olpc-cjson v0.1.3 |
| 503 | 2024-07-29T22:03:13.065Z | Downloaded mime_guess v2.0.4 |
| 504 | 2024-07-29T22:03:13.065Z | Downloaded lock_api v0.4.12 |
| 505 | 2024-07-29T22:03:13.068Z | Downloaded ahash v0.8.11 |
| 506 | 2024-07-29T22:03:13.071Z | Downloaded crucible-workspace-hack v0.1.0 |
| 507 | 2024-07-29T22:03:13.071Z | Downloaded parse-display-derive v0.9.1 |
| 508 | 2024-07-29T22:03:13.074Z | Downloaded lalrpop-util v0.19.12 |
| 509 | 2024-07-29T22:03:13.074Z | Downloaded packed_struct v0.10.1 |
| 510 | 2024-07-29T22:03:13.077Z | Downloaded is-terminal v0.4.12 |
| 511 | 2024-07-29T22:03:13.077Z | Downloaded signal-hook-tokio v0.3.1 |
| 512 | 2024-07-29T22:03:13.079Z | Downloaded instant v0.1.12 |
| 513 | 2024-07-29T22:03:13.080Z | Downloaded bitflags v1.3.2 |
| 514 | 2024-07-29T22:03:13.082Z | Downloaded multer v3.1.0 |
| 515 | 2024-07-29T22:03:13.086Z | Downloaded linear-map v1.2.0 |
| 516 | 2024-07-29T22:03:13.088Z | Downloaded owo-colors v4.0.0 |
| 517 | 2024-07-29T22:03:13.091Z | Downloaded block-padding v0.3.3 |
| 518 | 2024-07-29T22:03:13.091Z | Downloaded bit-set v0.5.3 |
| 519 | 2024-07-29T22:03:13.094Z | Downloaded cancel-safe-futures v0.1.5 |
| 520 | 2024-07-29T22:03:13.097Z | Downloaded base16ct v0.2.0 |
| 521 | 2024-07-29T22:03:13.100Z | Downloaded password-hash v0.5.0 |
| 522 | 2024-07-29T22:03:13.103Z | Downloaded number_prefix v0.4.0 |
| 523 | 2024-07-29T22:03:13.103Z | Downloaded new_debug_unreachable v1.0.6 |
| 524 | 2024-07-29T22:03:13.103Z | Downloaded miniz_oxide v0.7.2 |
| 525 | 2024-07-29T22:03:13.106Z | Downloaded openssl-macros v0.1.1 |
| 526 | 2024-07-29T22:03:13.108Z | Downloaded parse-size v1.0.0 |
| 527 | 2024-07-29T22:03:13.108Z | Downloaded oso-derive v0.27.3 |
| 528 | 2024-07-29T22:03:13.108Z | Downloaded addr2line v0.21.0 |
| 529 | 2024-07-29T22:03:13.111Z | Downloaded match_cfg v0.1.0 |
| 530 | 2024-07-29T22:03:13.114Z | Downloaded allocator-api2 v0.2.18 |
| 531 | 2024-07-29T22:03:13.117Z | Downloaded lazycell v1.3.0 |
| 532 | 2024-07-29T22:03:13.119Z | Downloaded toolchain_find v0.4.0 |
| 533 | 2024-07-29T22:03:13.120Z | Downloaded parking_lot_core v0.8.6 |
| 534 | 2024-07-29T22:03:13.122Z | Downloaded indoc v1.0.9 |
| 535 | 2024-07-29T22:03:13.125Z | Downloaded mime v0.3.17 |
| 536 | 2024-07-29T22:03:13.128Z | Downloaded crc v3.2.1 |
| 537 | 2024-07-29T22:03:13.130Z | Downloaded ciborium-ll v0.2.2 |
| 538 | 2024-07-29T22:03:13.130Z | Downloaded debug-ignore v1.0.5 |
| 539 | 2024-07-29T22:03:13.133Z | Downloaded num-complex v0.4.6 |
| 540 | 2024-07-29T22:03:13.136Z | Downloaded waitgroup v0.1.2 |
| 541 | 2024-07-29T22:03:13.136Z | Downloaded crossbeam-epoch v0.9.18 |
| 542 | 2024-07-29T22:03:13.138Z | Downloaded defmt-macros v0.3.9 |
| 543 | 2024-07-29T22:03:13.142Z | Downloaded base64ct v1.6.0 |
| 544 | 2024-07-29T22:03:13.145Z | Downloaded foreign-types v0.5.0 |
| 545 | 2024-07-29T22:03:13.148Z | Downloaded slog-dtrace v0.3.0 |
| 546 | 2024-07-29T22:03:13.150Z | Downloaded backoff v0.4.0 |
| 547 | 2024-07-29T22:03:13.153Z | Downloaded foreign-types-macros v0.2.3 |
| 548 | 2024-07-29T22:03:13.153Z | Downloaded newtype-uuid v1.1.0 |
| 549 | 2024-07-29T22:03:13.156Z | Downloaded const-oid v0.9.6 |
| 550 | 2024-07-29T22:03:13.156Z | Downloaded arrayvec v0.7.4 |
| 551 | 2024-07-29T22:03:13.161Z | Downloaded num-integer v0.1.46 |
| 552 | 2024-07-29T22:03:13.163Z | Downloaded num_enum_derive v0.5.11 |
| 553 | 2024-07-29T22:03:13.163Z | Downloaded http-range v0.1.5 |
| 554 | 2024-07-29T22:03:13.163Z | Downloaded memmap2 v0.9.4 |
| 555 | 2024-07-29T22:03:13.166Z | Downloaded libloading v0.8.3 |
| 556 | 2024-07-29T22:03:13.169Z | Downloaded bcs v0.1.6 |
| 557 | 2024-07-29T22:03:13.172Z | Downloaded paste v1.0.15 |
| 558 | 2024-07-29T22:03:13.175Z | Downloaded precomputed-hash v0.1.1 |
| 559 | 2024-07-29T22:03:13.175Z | Downloaded tap v1.0.1 |
| 560 | 2024-07-29T22:03:13.177Z | Downloaded ipnet v2.9.0 |
| 561 | 2024-07-29T22:03:13.180Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 562 | 2024-07-29T22:03:13.180Z | Downloaded subtle v2.5.0 |
| 563 | 2024-07-29T22:03:13.183Z | Downloaded ciborium v0.2.2 |
| 564 | 2024-07-29T22:03:13.186Z | Downloaded bzip2 v0.4.4 |
| 565 | 2024-07-29T22:03:13.186Z | Downloaded tokio-native-tls v0.3.1 |
| 566 | 2024-07-29T22:03:13.189Z | Downloaded crc32fast v1.4.0 |
| 567 | 2024-07-29T22:03:13.192Z | Downloaded packed_struct_codegen v0.10.1 |
| 568 | 2024-07-29T22:03:13.192Z | Downloaded indicatif v0.17.8 |
| 569 | 2024-07-29T22:03:13.196Z | Downloaded utf-8 v0.7.6 |
| 570 | 2024-07-29T22:03:13.198Z | Downloaded oso v0.27.3 |
| 571 | 2024-07-29T22:03:13.201Z | Downloaded stringprep v0.1.4 |
| 572 | 2024-07-29T22:03:13.204Z | Downloaded flagset v0.4.5 |
| 573 | 2024-07-29T22:03:13.207Z | Downloaded native-tls v0.2.11 |
| 574 | 2024-07-29T22:03:13.210Z | Downloaded futures-io v0.3.30 |
| 575 | 2024-07-29T22:03:13.210Z | Downloaded compact_str v0.7.1 |
| 576 | 2024-07-29T22:03:13.213Z | Downloaded bytes v1.6.0 |
| 577 | 2024-07-29T22:03:13.216Z | Downloaded parking_lot_core v0.9.10 |
| 578 | 2024-07-29T22:03:13.219Z | Downloaded try-lock v0.2.5 |
| 579 | 2024-07-29T22:03:13.222Z | Downloaded hash32 v0.2.1 |
| 580 | 2024-07-29T22:03:13.222Z | Downloaded hubpack v0.1.2 |
| 581 | 2024-07-29T22:03:13.225Z | Downloaded pem v3.0.4 |
| 582 | 2024-07-29T22:03:13.227Z | Downloaded group v0.13.0 |
| 583 | 2024-07-29T22:03:13.228Z | Downloaded want v0.3.1 |
| 584 | 2024-07-29T22:03:13.230Z | Downloaded backtrace v0.3.71 |
| 585 | 2024-07-29T22:03:13.234Z | Downloaded predicates-core v1.0.6 |
| 586 | 2024-07-29T22:03:13.236Z | Downloaded ident_case v1.0.1 |
| 587 | 2024-07-29T22:03:13.236Z | Downloaded managed v0.8.0 |
| 588 | 2024-07-29T22:03:13.243Z | Downloaded httparse v1.8.0 |
| 589 | 2024-07-29T22:03:13.243Z | Downloaded phf_shared v0.10.0 |
| 590 | 2024-07-29T22:03:13.243Z | Downloaded rustc_version v0.4.0 |
| 591 | 2024-07-29T22:03:13.246Z | Downloaded predicates-tree v1.0.9 |
| 592 | 2024-07-29T22:03:13.246Z | Downloaded predicates v3.1.0 |
| 593 | 2024-07-29T22:03:13.249Z | Downloaded pkg-config v0.3.30 |
| 594 | 2024-07-29T22:03:13.251Z | Downloaded mockall_derive v0.12.1 |
| 595 | 2024-07-29T22:03:13.254Z | Downloaded rustc_version v0.1.7 |
| 596 | 2024-07-29T22:03:13.254Z | Downloaded whoami v1.5.1 |
| 597 | 2024-07-29T22:03:13.257Z | Downloaded cookie v0.18.1 |
| 598 | 2024-07-29T22:03:13.260Z | Downloaded clang-sys v1.7.0 |
| 599 | 2024-07-29T22:03:13.263Z | Downloaded tiny-keccak v2.0.2 |
| 600 | 2024-07-29T22:03:13.266Z | Downloaded shlex v1.3.0 |
| 601 | 2024-07-29T22:03:13.266Z | Downloaded termcolor v1.4.1 |
| 602 | 2024-07-29T22:03:13.269Z | Downloaded strip-ansi-escapes v0.2.0 |
| 603 | 2024-07-29T22:03:13.269Z | Downloaded topological-sort v0.2.2 |
| 604 | 2024-07-29T22:03:13.272Z | Downloaded static_assertions v1.1.0 |
| 605 | 2024-07-29T22:03:13.272Z | Downloaded scheduled-thread-pool v0.2.7 |
| 606 | 2024-07-29T22:03:13.274Z | Downloaded same-file v1.0.6 |
| 607 | 2024-07-29T22:03:13.275Z | Downloaded hash32 v0.3.1 |
| 608 | 2024-07-29T22:03:13.277Z | Downloaded unicase v2.7.0 |
| 609 | 2024-07-29T22:03:13.280Z | Downloaded parking_lot v0.12.2 |
| 610 | 2024-07-29T22:03:13.282Z | Downloaded yasna v0.5.2 |
| 611 | 2024-07-29T22:03:13.285Z | Downloaded socket2 v0.5.7 |
| 612 | 2024-07-29T22:03:13.285Z | Downloaded termtree v0.4.1 |
| 613 | 2024-07-29T22:03:13.288Z | Downloaded darling_core v0.20.9 |
| 614 | 2024-07-29T22:03:13.291Z | Downloaded crossbeam-utils v0.8.19 |
| 615 | 2024-07-29T22:03:13.294Z | Downloaded futures-macro v0.3.30 |
| 616 | 2024-07-29T22:03:13.297Z | Downloaded downcast v0.11.0 |
| 617 | 2024-07-29T22:03:13.300Z | Downloaded phf_shared v0.11.2 |
| 618 | 2024-07-29T22:03:13.300Z | Downloaded gethostname v0.4.3 |
| 619 | 2024-07-29T22:03:13.303Z | Downloaded float-ord v0.3.2 |
| 620 | 2024-07-29T22:03:13.303Z | Downloaded highway v1.1.0 |
| 621 | 2024-07-29T22:03:13.306Z | Downloaded hex v0.4.3 |
| 622 | 2024-07-29T22:03:13.308Z | Downloaded float-cmp v0.9.0 |
| 623 | 2024-07-29T22:03:13.308Z | Downloaded fixedbitset v0.4.2 |
| 624 | 2024-07-29T22:03:13.311Z | Downloaded rustc-hash v1.1.0 |
| 625 | 2024-07-29T22:03:13.311Z | Downloaded ppv-lite86 v0.2.17 |
| 626 | 2024-07-29T22:03:13.314Z | Downloaded slog-bunyan v2.5.0 |
| 627 | 2024-07-29T22:03:13.314Z | Downloaded slog-async v2.8.0 |
| 628 | 2024-07-29T22:03:13.317Z | Downloaded console v0.15.8 |
| 629 | 2024-07-29T22:03:13.319Z | Downloaded time-core v0.1.2 |
| 630 | 2024-07-29T22:03:13.322Z | Downloaded path-slash v0.1.5 |
| 631 | 2024-07-29T22:03:13.322Z | Downloaded rand_chacha v0.3.1 |
| 632 | 2024-07-29T22:03:13.325Z | Downloaded percent-encoding v2.3.1 |
| 633 | 2024-07-29T22:03:13.325Z | Downloaded siphasher v0.3.11 |
| 634 | 2024-07-29T22:03:13.325Z | Downloaded zerocopy v0.6.6 |
| 635 | 2024-07-29T22:03:13.328Z | Downloaded getopts v0.2.21 |
| 636 | 2024-07-29T22:03:13.331Z | Downloaded signal-hook-registry v1.4.2 |
| 637 | 2024-07-29T22:03:13.331Z | Downloaded signal-hook-mio v0.2.3 |
| 638 | 2024-07-29T22:03:13.334Z | Downloaded base64 v0.21.7 |
| 639 | 2024-07-29T22:03:13.338Z | Downloaded term v0.7.0 |
| 640 | 2024-07-29T22:03:13.341Z | Downloaded schemars_derive v0.8.21 |
| 641 | 2024-07-29T22:03:13.343Z | Downloaded sigpipe v0.1.3 |
| 642 | 2024-07-29T22:03:13.346Z | Downloaded omicron-zone-package v0.11.0 |
| 643 | 2024-07-29T22:03:13.349Z | Downloaded der v0.7.9 |
| 644 | 2024-07-29T22:03:13.353Z | Downloaded tower-service v0.3.2 |
| 645 | 2024-07-29T22:03:13.355Z | Downloaded universal-hash v0.5.1 |
| 646 | 2024-07-29T22:03:13.355Z | Downloaded tui-tree-widget v0.21.0 |
| 647 | 2024-07-29T22:03:13.358Z | Downloaded zone_cfg_derive v0.1.2 |
| 648 | 2024-07-29T22:03:13.358Z | Downloaded hubpack_derive v0.1.1 |
| 649 | 2024-07-29T22:03:13.361Z | Downloaded unicode-truncate v1.0.0 |
| 650 | 2024-07-29T22:03:13.361Z | Downloaded chacha20poly1305 v0.10.1 |
| 651 | 2024-07-29T22:03:13.364Z | Downloaded getrandom v0.2.14 |
| 652 | 2024-07-29T22:03:13.366Z | Downloaded futures-task v0.3.30 |
| 653 | 2024-07-29T22:03:13.369Z | Downloaded dirs-sys-next v0.1.2 |
| 654 | 2024-07-29T22:03:13.369Z | Downloaded cc v1.0.97 |
| 655 | 2024-07-29T22:03:13.373Z | Downloaded phf v0.11.2 |
| 656 | 2024-07-29T22:03:13.375Z | Downloaded psl-types v2.0.11 |
| 657 | 2024-07-29T22:03:13.376Z | Downloaded futures-sink v0.3.30 |
| 658 | 2024-07-29T22:03:13.378Z | Downloaded fragile v2.0.0 |
| 659 | 2024-07-29T22:03:13.378Z | Downloaded samael v0.0.15 |
| 660 | 2024-07-29T22:03:13.391Z | Downloaded funty v2.0.0 |
| 661 | 2024-07-29T22:03:13.394Z | Downloaded tabwriter v1.4.0 |
| 662 | 2024-07-29T22:03:13.397Z | Downloaded rustls-pemfile v1.0.4 |
| 663 | 2024-07-29T22:03:13.397Z | Downloaded serde_urlencoded v0.7.1 |
| 664 | 2024-07-29T22:03:13.400Z | Downloaded slog-envlogger v2.2.0 |
| 665 | 2024-07-29T22:03:13.400Z | Downloaded tokio-tungstenite v0.20.1 |
| 666 | 2024-07-29T22:03:13.403Z | Downloaded tokio-rustls v0.25.0 |
| 667 | 2024-07-29T22:03:13.405Z | Downloaded sync_wrapper v0.1.2 |
| 668 | 2024-07-29T22:03:13.408Z | Downloaded foreign-types-shared v0.1.1 |
| 669 | 2024-07-29T22:03:13.408Z | Downloaded wyz v0.5.1 |
| 670 | 2024-07-29T22:03:13.408Z | Downloaded unicode-xid v0.2.4 |
| 671 | 2024-07-29T22:03:13.411Z | Downloaded openssl-sys v0.9.103 |
| 672 | 2024-07-29T22:03:13.415Z | Downloaded foreign-types-shared v0.3.1 |
| 673 | 2024-07-29T22:03:13.419Z | Downloaded take_mut v0.2.2 |
| 674 | 2024-07-29T22:03:13.419Z | Downloaded tar v0.4.41 |
| 675 | 2024-07-29T22:03:13.423Z | Downloaded tokio-rustls v0.24.1 |
| 676 | 2024-07-29T22:03:13.427Z | Downloaded hyper-tls v0.5.0 |
| 677 | 2024-07-29T22:03:13.429Z | Downloaded zeroize_derive v1.4.2 |
| 678 | 2024-07-29T22:03:13.432Z | Downloaded mio v0.8.11 |
| 679 | 2024-07-29T22:03:13.437Z | Downloaded xattr v1.3.1 |
| 680 | 2024-07-29T22:03:13.441Z | Downloaded tinyvec_macros v0.1.1 |
| 681 | 2024-07-29T22:03:13.441Z | Downloaded radium v0.7.0 |
| 682 | 2024-07-29T22:03:13.441Z | Downloaded smf v0.2.3 |
| 683 | 2024-07-29T22:03:13.444Z | Downloaded r2d2 v0.8.10 |
| 684 | 2024-07-29T22:03:13.444Z | Downloaded libm v0.2.8 |
| 685 | 2024-07-29T22:03:13.452Z | Downloaded time-macros v0.2.18 |
| 686 | 2024-07-29T22:03:13.455Z | Downloaded spin v0.9.8 |
| 687 | 2024-07-29T22:03:13.458Z | Downloaded crossterm v0.27.0 |
| 688 | 2024-07-29T22:03:13.464Z | Downloaded rustls-pki-types v1.7.0 |
| 689 | 2024-07-29T22:03:13.467Z | Downloaded spin v0.5.2 |
| 690 | 2024-07-29T22:03:13.470Z | Downloaded rustls-pemfile v2.1.2 |
| 691 | 2024-07-29T22:03:13.473Z | Downloaded deranged v0.3.11 |
| 692 | 2024-07-29T22:03:13.473Z | Downloaded unicode-bidi v0.3.15 |
| 693 | 2024-07-29T22:03:13.476Z | Downloaded zone v0.1.8 |
| 694 | 2024-07-29T22:03:13.479Z | Downloaded derive_builder_macro v0.20.0 |
| 695 | 2024-07-29T22:03:13.479Z | Downloaded vte_generate_state_changes v0.1.1 |
| 696 | 2024-07-29T22:03:13.480Z | Downloaded stability v0.2.0 |
| 697 | 2024-07-29T22:03:13.483Z | Downloaded sqlparser_derive v0.2.2 |
| 698 | 2024-07-29T22:03:13.483Z | Downloaded snafu-derive v0.8.2 |
| 699 | 2024-07-29T22:03:13.483Z | Downloaded tokio-postgres v0.7.10 |
| 700 | 2024-07-29T22:03:13.488Z | Downloaded headers-core v0.2.0 |
| 701 | 2024-07-29T22:03:13.491Z | Downloaded form_urlencoded v1.2.1 |
| 702 | 2024-07-29T22:03:13.491Z | Downloaded derive_more v0.99.18 |
| 703 | 2024-07-29T22:03:13.496Z | Downloaded proc-macro-crate v1.3.1 |
| 704 | 2024-07-29T22:03:13.499Z | Downloaded fxhash v0.2.1 |
| 705 | 2024-07-29T22:03:13.499Z | Downloaded foreign-types v0.3.2 |
| 706 | 2024-07-29T22:03:13.502Z | Downloaded strum v0.26.3 |
| 707 | 2024-07-29T22:03:13.502Z | Downloaded futures v0.3.30 |
| 708 | 2024-07-29T22:03:13.506Z | Downloaded portpicker v0.1.1 |
| 709 | 2024-07-29T22:03:13.508Z | Downloaded signature v2.2.0 |
| 710 | 2024-07-29T22:03:13.508Z | Downloaded ref-cast v1.0.23 |
| 711 | 2024-07-29T22:03:13.511Z | Downloaded itertools v0.12.1 |
| 712 | 2024-07-29T22:03:13.519Z | Downloaded iana-time-zone v0.1.60 |
| 713 | 2024-07-29T22:03:13.522Z | Downloaded slog-stdlog v4.1.1 |
| 714 | 2024-07-29T22:03:13.524Z | Downloaded strum_macros v0.26.4 |
| 715 | 2024-07-29T22:03:13.527Z | Downloaded unarray v0.1.4 |
| 716 | 2024-07-29T22:03:13.527Z | Downloaded rand_xorshift v0.3.0 |
| 717 | 2024-07-29T22:03:13.530Z | Downloaded slog-json v2.6.1 |
| 718 | 2024-07-29T22:03:13.532Z | Downloaded vsss-rs v3.3.4 |
| 719 | 2024-07-29T22:03:13.535Z | Downloaded serde_arrays v0.1.0 |
| 720 | 2024-07-29T22:03:13.535Z | Downloaded der_derive v0.7.2 |
| 721 | 2024-07-29T22:03:13.538Z | Downloaded walkdir v2.5.0 |
| 722 | 2024-07-29T22:03:13.538Z | Downloaded rand_seeder v0.2.3 |
| 723 | 2024-07-29T22:03:13.541Z | Downloaded fatfs v0.3.6 |
| 724 | 2024-07-29T22:03:13.543Z | Downloaded tempfile v3.10.1 |
| 725 | 2024-07-29T22:03:13.547Z | Downloaded wait-timeout v0.2.0 |
| 726 | 2024-07-29T22:03:13.550Z | Downloaded socket2 v0.4.10 |
| 727 | 2024-07-29T22:03:13.552Z | Downloaded num-bigint v0.4.5 |
| 728 | 2024-07-29T22:03:13.559Z | Downloaded serde-big-array v0.5.1 |
| 729 | 2024-07-29T22:03:13.559Z | Downloaded glob v0.3.1 |
| 730 | 2024-07-29T22:03:13.559Z | Downloaded hyper-rustls v0.24.2 |
| 731 | 2024-07-29T22:03:13.563Z | Downloaded pretty-hex v0.2.1 |
| 732 | 2024-07-29T22:03:13.563Z | Downloaded tls_codec v0.4.1 |
| 733 | 2024-07-29T22:03:13.566Z | Downloaded pin-utils v0.1.0 |
| 734 | 2024-07-29T22:03:13.566Z | Downloaded rpassword v7.3.1 |
| 735 | 2024-07-29T22:03:13.569Z | Downloaded peg v0.8.4 |
| 736 | 2024-07-29T22:03:13.572Z | Downloaded rand v0.8.5 |
| 737 | 2024-07-29T22:03:13.575Z | Downloaded pkcs8 v0.10.2 |
| 738 | 2024-07-29T22:03:13.578Z | Downloaded pkcs1 v0.7.5 |
| 739 | 2024-07-29T22:03:13.581Z | Downloaded hostname v0.4.0 |
| 740 | 2024-07-29T22:03:13.583Z | Downloaded serde_derive_internals v0.29.1 |
| 741 | 2024-07-29T22:03:13.586Z | Downloaded ref-cast-impl v1.0.23 |
| 742 | 2024-07-29T22:03:13.586Z | Downloaded env_logger v0.9.3 |
| 743 | 2024-07-29T22:03:13.589Z | Downloaded resolv-conf v0.7.0 |
| 744 | 2024-07-29T22:03:13.591Z | Downloaded tokio-macros v2.3.0 |
| 745 | 2024-07-29T22:03:13.591Z | Downloaded tokio-tungstenite v0.21.0 |
| 746 | 2024-07-29T22:03:13.594Z | Downloaded subprocess v0.2.9 |
| 747 | 2024-07-29T22:03:13.597Z | Downloaded fastrand v2.1.0 |
| 748 | 2024-07-29T22:03:13.597Z | Downloaded smallvec v0.6.14 |
| 749 | 2024-07-29T22:03:13.600Z | Downloaded diesel_derives v2.1.4 |
| 750 | 2024-07-29T22:03:13.603Z | Downloaded fallible-iterator v0.2.0 |
| 751 | 2024-07-29T22:03:13.606Z | Downloaded heck v0.3.3 |
| 752 | 2024-07-29T22:03:13.606Z | Downloaded dirs-next v2.0.0 |
| 753 | 2024-07-29T22:03:13.609Z | Downloaded untrusted v0.9.0 |
| 754 | 2024-07-29T22:03:13.612Z | Downloaded uzers v0.11.3 |
| 755 | 2024-07-29T22:03:13.612Z | Downloaded hostname v0.3.1 |
| 756 | 2024-07-29T22:03:13.612Z | Downloaded home v0.5.9 |
| 757 | 2024-07-29T22:03:13.615Z | Downloaded serde_plain v1.0.2 |
| 758 | 2024-07-29T22:03:13.615Z | Downloaded serde_path_to_error v0.1.16 |
| 759 | 2024-07-29T22:03:13.618Z | Downloaded derive_builder v0.20.0 |
| 760 | 2024-07-29T22:03:13.621Z | Downloaded ff v0.13.0 |
| 761 | 2024-07-29T22:03:13.624Z | Downloaded semver v0.1.20 |
| 762 | 2024-07-29T22:03:13.627Z | Downloaded powerfmt v0.2.0 |
| 763 | 2024-07-29T22:03:13.627Z | Downloaded poly1305 v0.8.0 |
| 764 | 2024-07-29T22:03:13.629Z | Downloaded enum-as-inner v0.5.1 |
| 765 | 2024-07-29T22:03:13.632Z | Downloaded rustfmt-wrapper v0.2.1 |
| 766 | 2024-07-29T22:03:13.632Z | Downloaded rtoolbox v0.0.2 |
| 767 | 2024-07-29T22:03:13.635Z | Downloaded zip v0.6.6 |
| 768 | 2024-07-29T22:03:13.638Z | Downloaded pin-project-internal v1.1.5 |
| 769 | 2024-07-29T22:03:13.640Z | Downloaded headers v0.3.9 |
| 770 | 2024-07-29T22:03:13.644Z | Downloaded serde_with v3.8.3 |
| 771 | 2024-07-29T22:03:13.653Z | Downloaded either v1.12.0 |
| 772 | 2024-07-29T22:03:13.656Z | Downloaded structmeta-derive v0.2.0 |
| 773 | 2024-07-29T22:03:13.659Z | Downloaded sqlformat v0.2.4 |
| 774 | 2024-07-29T22:03:13.659Z | Downloaded smawk v0.3.2 |
| 775 | 2024-07-29T22:03:13.662Z | Downloaded spki v0.7.3 |
| 776 | 2024-07-29T22:03:13.662Z | Downloaded strum_macros v0.25.3 |
| 777 | 2024-07-29T22:03:13.665Z | Downloaded nom v7.1.3 |
| 778 | 2024-07-29T22:03:13.669Z | Downloaded diff v0.1.13 |
| 779 | 2024-07-29T22:03:13.672Z | Downloaded postgres-protocol v0.6.6 |
| 780 | 2024-07-29T22:03:13.675Z | Downloaded serde_with_macros v3.8.3 |
| 781 | 2024-07-29T22:03:13.677Z | Downloaded tungstenite v0.20.1 |
| 782 | 2024-07-29T22:03:13.680Z | Downloaded globset v0.4.14 |
| 783 | 2024-07-29T22:03:13.683Z | Downloaded rustyline v14.0.0 |
| 784 | 2024-07-29T22:03:13.687Z | Downloaded secrecy v0.8.0 |
| 785 | 2024-07-29T22:03:13.689Z | Downloaded flume v0.11.0 |
| 786 | 2024-07-29T22:03:13.692Z | Downloaded rusty-fork v0.3.0 |
| 787 | 2024-07-29T22:03:13.695Z | Downloaded strum_macros v0.24.3 |
| 788 | 2024-07-29T22:03:13.698Z | Downloaded tls_codec_derive v0.4.1 |
| 789 | 2024-07-29T22:03:13.698Z | Downloaded toml v0.5.11 |
| 790 | 2024-07-29T22:03:13.701Z | Downloaded tracing-attributes v0.1.27 |
| 791 | 2024-07-29T22:03:13.703Z | Downloaded test-strategy v0.3.1 |
| 792 | 2024-07-29T22:03:13.706Z | Downloaded x509-cert v0.2.5 |
| 793 | 2024-07-29T22:03:13.712Z | Downloaded postgres-types v0.2.6 |
| 794 | 2024-07-29T22:03:13.715Z | Downloaded unicode-normalization v0.1.23 |
| 795 | 2024-07-29T22:03:13.719Z | Downloaded postcard v1.0.8 |
| 796 | 2024-07-29T22:03:13.723Z | Downloaded smallvec v1.13.2 |
| 797 | 2024-07-29T22:03:13.725Z | Downloaded trust-dns-server v0.22.1 |
| 798 | 2024-07-29T22:03:13.730Z | Downloaded trust-dns-client v0.22.0 |
| 799 | 2024-07-29T22:03:13.736Z | Downloaded aho-corasick v1.1.3 |
| 800 | 2024-07-29T22:03:13.742Z | Downloaded serde_yaml v0.9.34+deprecated |
| 801 | 2024-07-29T22:03:13.746Z | Downloaded textwrap v0.16.1 |
| 802 | 2024-07-29T22:03:13.749Z | Downloaded hashbrown v0.13.2 |
| 803 | 2024-07-29T22:03:13.753Z | Downloaded blake3 v1.5.1 |
| 804 | 2024-07-29T22:03:13.761Z | Downloaded heapless v0.7.17 |
| 805 | 2024-07-29T22:03:13.765Z | Downloaded ron v0.7.1 |
| 806 | 2024-07-29T22:03:13.769Z | Downloaded tungstenite v0.21.0 |
| 807 | 2024-07-29T22:03:13.774Z | Downloaded uuid v1.10.0 |
| 808 | 2024-07-29T22:03:13.777Z | Downloaded elliptic-curve v0.13.8 |
| 809 | 2024-07-29T22:03:13.781Z | Downloaded hashbrown v0.12.3 |
| 810 | 2024-07-29T22:03:13.785Z | Downloaded http v1.1.0 |
| 811 | 2024-07-29T22:03:13.789Z | Downloaded expectorate v1.1.0 |
| 812 | 2024-07-29T22:03:13.792Z | Downloaded rsa v0.9.6 |
| 813 | 2024-07-29T22:03:13.796Z | Downloaded tough v0.17.1 |
| 814 | 2024-07-29T22:03:13.805Z | Downloaded tracing v0.1.40 |
| 815 | 2024-07-29T22:03:13.809Z | Downloaded lalrpop v0.19.12 |
| 816 | 2024-07-29T22:03:13.821Z | Downloaded h2 v0.3.26 |
| 817 | 2024-07-29T22:03:13.828Z | Downloaded http v0.2.12 |
| 818 | 2024-07-29T22:03:13.832Z | Downloaded hkdf v0.12.4 |
| 819 | 2024-07-29T22:03:13.835Z | Downloaded prettyplease v0.2.20 |
| 820 | 2024-07-29T22:03:13.839Z | Downloaded heapless v0.8.0 |
| 821 | 2024-07-29T22:03:13.842Z | Downloaded sqlparser v0.45.0 |
| 822 | 2024-07-29T22:03:13.848Z | Downloaded bitvec v1.0.1 |
| 823 | 2024-07-29T22:03:13.863Z | Downloaded reedline v0.31.0 |
| 824 | 2024-07-29T22:03:13.870Z | Downloaded regex-automata v0.1.10 |
| 825 | 2024-07-29T22:03:13.876Z | Downloaded tokio-util v0.7.11 |
| 826 | 2024-07-29T22:03:13.882Z | Downloaded portable-atomic v1.6.0 |
| 827 | 2024-07-29T22:03:13.888Z | Downloaded time v0.3.36 |
| 828 | 2024-07-29T22:03:13.895Z | Downloaded winnow v0.5.40 |
| 829 | 2024-07-29T22:03:13.904Z | Downloaded openssl v0.10.66 |
| 830 | 2024-07-29T22:03:13.914Z | Downloaded futures-util v0.3.30 |
| 831 | 2024-07-29T22:03:13.927Z | Downloaded proptest v1.4.0 |
| 832 | 2024-07-29T22:03:13.936Z | Downloaded rayon v1.10.0 |
| 833 | 2024-07-29T22:03:13.946Z | Downloaded webpki-roots v0.25.4 |
| 834 | 2024-07-29T22:03:13.949Z | Downloaded radix_trie v0.2.1 |
| 835 | 2024-07-29T22:03:13.955Z | Downloaded object v0.30.4 |
| 836 | 2024-07-29T22:03:13.965Z | Downloaded regex v1.10.5 |
| 837 | 2024-07-29T22:03:13.978Z | Downloaded polar-core v0.27.3 |
| 838 | 2024-07-29T22:03:13.986Z | Downloaded trust-dns-proto v0.22.0 |
| 839 | 2024-07-29T22:03:13.999Z | Downloaded object v0.32.2 |
| 840 | 2024-07-29T22:03:14.009Z | Downloaded rustls v0.21.12 |
| 841 | 2024-07-29T22:03:14.020Z | Downloaded bstr v1.9.1 |
| 842 | 2024-07-29T22:03:14.031Z | Downloaded rustls-webpki v0.102.4 |
| 843 | 2024-07-29T22:03:14.049Z | Downloaded rustls v0.22.4 |
| 844 | 2024-07-29T22:03:14.062Z | Downloaded vcpkg v0.2.15 |
| 845 | 2024-07-29T22:03:14.099Z | Downloaded diesel v2.1.6 |
| 846 | 2024-07-29T22:03:14.116Z | Downloaded gimli v0.28.1 |
| 847 | 2024-07-29T22:03:14.123Z | Downloaded smoltcp v0.11.0 |
| 848 | 2024-07-29T22:03:14.136Z | Downloaded regress v0.9.1 |
| 849 | 2024-07-29T22:03:14.144Z | Downloaded regex-syntax v0.8.3 |
| 850 | 2024-07-29T22:03:14.151Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 851 | 2024-07-29T22:03:14.163Z | Downloaded idna v0.3.0 |
| 852 | 2024-07-29T22:03:14.170Z | Downloaded sled v0.34.7 |
| 853 | 2024-07-29T22:03:14.181Z | Downloaded regex-automata v0.4.6 |
| 854 | 2024-07-29T22:03:14.198Z | Downloaded sha3 v0.10.8 |
| 855 | 2024-07-29T22:03:14.203Z | Downloaded ratatui v0.27.0 |
| 856 | 2024-07-29T22:03:14.221Z | Downloaded zerocopy-derive v0.6.6 |
| 857 | 2024-07-29T22:03:14.230Z | Downloaded csv v1.3.0 |
| 858 | 2024-07-29T22:03:14.250Z | Downloaded finl_unicode v1.2.0 |
| 859 | 2024-07-29T22:03:14.263Z | Downloaded openapiv3 v2.0.0 |
| 860 | 2024-07-29T22:03:14.275Z | Downloaded idna v0.5.0 |
| 861 | 2024-07-29T22:03:14.282Z | Downloaded regex-syntax v0.6.29 |
| 862 | 2024-07-29T22:03:14.289Z | Downloaded petgraph v0.6.5 |
| 863 | 2024-07-29T22:03:14.307Z | Downloaded idna v0.2.3 |
| 864 | 2024-07-29T22:03:14.313Z | Downloaded tokio v1.38.1 |
| 865 | 2024-07-29T22:03:14.350Z | Downloaded nix v0.28.0 |
| 866 | 2024-07-29T22:03:14.360Z | Downloaded curve25519-dalek v4.1.3 |
| 867 | 2024-07-29T22:03:14.369Z | Downloaded bstr v0.2.17 |
| 868 | 2024-07-29T22:03:14.378Z | Downloaded nix v0.27.1 |
| 869 | 2024-07-29T22:03:14.388Z | Downloaded smoltcp v0.9.1 |
| 870 | 2024-07-29T22:03:14.399Z | Downloaded rustls-webpki v0.101.7 |
| 871 | 2024-07-29T22:03:14.412Z | Downloaded quick-xml v0.31.0 |
| 872 | 2024-07-29T22:03:14.418Z | Downloaded hyper v0.14.28 |
| 873 | 2024-07-29T22:03:14.425Z | Downloaded chrono v0.4.38 |
| 874 | 2024-07-29T22:03:14.432Z | Downloaded reqwest v0.11.27 |
| 875 | 2024-07-29T22:03:14.440Z | Downloaded bindgen v0.69.4 |
| 876 | 2024-07-29T22:03:14.447Z | Downloaded typed-path v0.7.1 |
| 877 | 2024-07-29T22:03:14.452Z | Downloaded itertools v0.13.0 |
| 878 | 2024-07-29T22:03:14.459Z | Downloaded rcgen v0.12.1 |
| 879 | 2024-07-29T22:03:14.462Z | Downloaded encoding_rs v0.8.34 |
| 880 | 2024-07-29T22:03:14.483Z | Downloaded tracing-core v0.1.32 |
| 881 | 2024-07-29T22:03:14.486Z | Downloaded publicsuffix v2.2.3 |
| 882 | 2024-07-29T22:03:14.488Z | Downloaded vte v0.11.1 |
| 883 | 2024-07-29T22:03:14.491Z | Downloaded rayon-core v1.12.1 |
| 884 | 2024-07-29T22:03:14.493Z | Downloaded snafu v0.8.2 |
| 885 | 2024-07-29T22:03:14.498Z | Downloaded num-bigint-dig v0.8.4 |
| 886 | 2024-07-29T22:03:14.504Z | Downloaded dyn-clone v1.0.17 |
| 887 | 2024-07-29T22:03:14.507Z | Downloaded difflib v0.4.0 |
| 888 | 2024-07-29T22:03:14.507Z | Downloaded structmeta-derive v0.3.0 |
| 889 | 2024-07-29T22:03:14.507Z | Downloaded http-body v0.4.6 |
| 890 | 2024-07-29T22:03:14.511Z | Downloaded pin-project-lite v0.2.14 |
| 891 | 2024-07-29T22:03:14.517Z | Downloaded sha1 v0.10.6 |
| 892 | 2024-07-29T22:03:14.518Z | Downloaded unsafe-libyaml v0.2.11 |
| 893 | 2024-07-29T22:03:14.522Z | Downloaded itertools v0.10.5 |
| 894 | 2024-07-29T22:03:14.527Z | Downloaded fd-lock v4.0.2 |
| 895 | 2024-07-29T22:03:14.527Z | Downloaded untrusted v0.7.1 |
| 896 | 2024-07-29T22:03:14.527Z | Downloaded derive-where v1.2.7 |
| 897 | 2024-07-29T22:03:14.533Z | Downloaded flate2 v1.0.30 |
| 898 | 2024-07-29T22:03:14.538Z | Downloaded unicode-segmentation v1.11.0 |
| 899 | 2024-07-29T22:03:14.538Z | Downloaded trust-dns-resolver v0.22.0 |
| 900 | 2024-07-29T22:03:14.543Z | Downloaded toml_edit v0.19.15 |
| 901 | 2024-07-29T22:03:14.562Z | Downloaded signal-hook v0.3.17 |
| 902 | 2024-07-29T22:03:14.577Z | Downloaded steno v0.4.1 |
| 903 | 2024-07-29T22:03:14.577Z | Downloaded serde_repr v0.1.19 |
| 904 | 2024-07-29T22:03:14.577Z | Downloaded rustversion v1.0.17 |
| 905 | 2024-07-29T22:03:14.577Z | Downloaded rand_core v0.6.4 |
| 906 | 2024-07-29T22:03:14.577Z | Downloaded pin-project v1.1.5 |
| 907 | 2024-07-29T22:03:14.595Z | Downloaded schemars v0.8.21 |
| 908 | 2024-07-29T22:03:14.611Z | Downloaded url v2.5.2 |
| 909 | 2024-07-29T22:03:14.611Z | Downloaded unicode_categories v0.1.1 |
| 910 | 2024-07-29T22:03:14.612Z | Downloaded minimal-lexical v0.2.1 |
| 911 | 2024-07-29T22:03:14.612Z | Downloaded ron v0.8.1 |
| 912 | 2024-07-29T22:03:14.612Z | Downloaded slog-scope v4.4.0 |
| 913 | 2024-07-29T22:03:14.634Z | Downloaded serde-hex v0.1.0 |
| 914 | 2024-07-29T22:03:14.634Z | Downloaded quick-error v1.2.3 |
| 915 | 2024-07-29T22:03:14.635Z | Downloaded futures-channel v0.3.30 |
| 916 | 2024-07-29T22:03:14.635Z | Downloaded derive_builder_core v0.20.0 |
| 917 | 2024-07-29T22:03:14.635Z | Downloaded hyper-staticfile v0.9.5 |
| 918 | 2024-07-29T22:03:14.635Z | Downloaded filetime v0.2.23 |
| 919 | 2024-07-29T22:03:14.635Z | Downloaded stable_deref_trait v1.2.0 |
| 920 | 2024-07-29T22:03:14.635Z | Downloaded hmac v0.12.1 |
| 921 | 2024-07-29T22:03:14.635Z | Downloaded const_format v0.2.32 |
| 922 | 2024-07-29T22:03:14.635Z | Downloaded sct v0.7.1 |
| 923 | 2024-07-29T22:03:14.656Z | Downloaded toml v0.7.8 |
| 924 | 2024-07-29T22:03:14.656Z | Downloaded tinyvec v1.6.0 |
| 925 | 2024-07-29T22:03:14.656Z | Downloaded libxml v0.3.3 |
| 926 | 2024-07-29T22:03:14.656Z | Downloaded humantime v2.1.0 |
| 927 | 2024-07-29T22:03:14.657Z | Downloaded rustc-demangle v0.1.24 |
| 928 | 2024-07-29T22:03:14.657Z | Downloaded pem-rfc7468 v0.7.0 |
| 929 | 2024-07-29T22:03:14.657Z | Downloaded tokio-stream v0.1.15 |
| 930 | 2024-07-29T22:03:14.666Z | Downloaded slog v2.7.0 |
| 931 | 2024-07-29T22:03:14.666Z | Downloaded similar v2.5.0 |
| 932 | 2024-07-29T22:03:14.667Z | Downloaded crypto-bigint v0.5.5 |
| 933 | 2024-07-29T22:03:14.667Z | Downloaded crossbeam-channel v0.5.12 |
| 934 | 2024-07-29T22:03:14.677Z | Downloaded env_logger v0.10.2 |
| 935 | 2024-07-29T22:03:14.677Z | Downloaded termios v0.3.3 |
| 936 | 2024-07-29T22:03:14.677Z | Downloaded structmeta v0.3.0 |
| 937 | 2024-07-29T22:03:14.677Z | Downloaded structmeta v0.2.0 |
| 938 | 2024-07-29T22:03:14.677Z | Downloaded indexmap v1.9.3 |
| 939 | 2024-07-29T22:03:14.677Z | Downloaded half v2.4.1 |
| 940 | 2024-07-29T22:03:14.678Z | Downloaded sec1 v0.7.3 |
| 941 | 2024-07-29T22:03:14.683Z | Downloaded scopeguard v1.2.0 |
| 942 | 2024-07-29T22:03:14.683Z | Downloaded erased-serde v0.3.31 |
| 943 | 2024-07-29T22:03:14.683Z | Downloaded which v4.4.2 |
| 944 | 2024-07-29T22:03:14.683Z | Downloaded peg-macros v0.8.4 |
| 945 | 2024-07-29T22:03:14.684Z | Downloaded thiserror-no-std v2.0.2 |
| 946 | 2024-07-29T22:03:14.689Z | Downloaded slog-term v2.9.1 |
| 947 | 2024-07-29T22:03:14.689Z | Downloaded httpdate v1.0.3 |
| 948 | 2024-07-29T22:03:14.689Z | Downloaded supports-color v3.0.0 |
| 949 | 2024-07-29T22:03:14.699Z | Downloaded num-rational v0.4.2 |
| 950 | 2024-07-29T22:03:14.699Z | Downloaded base64 v0.22.1 |
| 951 | 2024-07-29T22:03:14.708Z | Downloaded nu-ansi-term v0.50.0 |
| 952 | 2024-07-29T22:03:14.708Z | Downloaded blake2 v0.10.6 |
| 953 | 2024-07-29T22:03:14.709Z | Downloaded arc-swap v1.7.1 |
| 954 | 2024-07-29T22:03:14.709Z | Downloaded futures-executor v0.3.30 |
| 955 | 2024-07-29T22:03:14.709Z | Downloaded futures-core v0.3.30 |
| 956 | 2024-07-29T22:03:14.709Z | Downloaded display-error-chain v0.2.0 |
| 957 | 2024-07-29T22:03:15.718Z | Downloaded zeroize v1.7.0 |
| 958 | 2024-07-29T22:03:15.718Z | Downloaded ena v0.14.3 |
| 959 | 2024-07-29T22:03:15.718Z | Downloaded embedded-io v0.4.0 |
| 960 | 2024-07-29T22:03:15.718Z | Downloaded unicode-linebreak v0.1.5 |
| 961 | 2024-07-29T22:03:15.718Z | Downloaded darling v0.20.9 |
| 962 | 2024-07-29T22:03:15.722Z | Downloaded colored v2.1.0 |
| 963 | 2024-07-29T22:03:15.722Z | Downloaded string_cache v0.8.7 |
| 964 | 2024-07-29T22:03:15.722Z | Downloaded peg-runtime v0.8.3 |
| 965 | 2024-07-29T22:03:15.722Z | Downloaded thread_local v1.1.8 |
| 966 | 2024-07-29T22:03:15.722Z | Downloaded parse-display v0.9.1 |
| 967 | 2024-07-29T22:03:15.722Z | Downloaded nibble_vec v0.1.0 |
| 968 | 2024-07-29T22:03:15.722Z | Downloaded base64 v0.13.1 |
| 969 | 2024-07-29T22:03:15.722Z | Downloaded num_cpus v1.16.0 |
| 970 | 2024-07-29T22:03:15.722Z | Downloaded multimap v0.10.0 |
| 971 | 2024-07-29T22:03:15.722Z | Downloaded crc-any v2.5.0 |
| 972 | 2024-07-29T22:03:15.722Z | Downloaded endian-type v0.1.2 |
| 973 | 2024-07-29T22:03:15.722Z | Downloaded diesel_table_macro_syntax v0.1.0 |
| 974 | 2024-07-29T22:03:15.722Z | Downloaded slab v0.4.9 |
| 975 | 2024-07-29T22:03:15.722Z | Downloaded shell-words v1.1.0 |
| 976 | 2024-07-29T22:03:15.722Z | Downloaded parking_lot v0.11.2 |
| 977 | 2024-07-29T22:03:15.722Z | Downloaded num-traits v0.2.19 |
| 978 | 2024-07-29T22:03:15.722Z | Downloaded async-trait v0.1.81 |
| 979 | 2024-07-29T22:03:15.722Z | Downloaded ascii v1.1.0 |
| 980 | 2024-07-29T22:03:15.722Z | Downloaded linked-hash-map v0.5.6 |
| 981 | 2024-07-29T22:03:15.722Z | Downloaded libsw v3.3.1 |
| 982 | 2024-07-29T22:03:15.722Z | Downloaded constant_time_eq v0.3.0 |
| 983 | 2024-07-29T22:03:15.722Z | Downloaded cassowary v0.3.0 |
| 984 | 2024-07-29T22:03:15.722Z | Downloaded maybe-uninit v2.0.0 |
| 985 | 2024-07-29T22:03:15.722Z | Downloaded kstat-rs v0.2.4 |
| 986 | 2024-07-29T22:03:15.722Z | Downloaded crossbeam-deque v0.8.5 |
| 987 | 2024-07-29T22:03:15.722Z | Downloaded convert_case v0.4.0 |
| 988 | 2024-07-29T22:03:15.722Z | Downloaded camino-tempfile v1.1.1 |
| 989 | 2024-07-29T22:03:15.722Z | Downloaded lru v0.12.3 |
| 990 | 2024-07-29T22:03:15.722Z | Downloaded defmt v0.3.8 |
| 991 | 2024-07-29T22:03:15.722Z | Downloaded csv-core v0.1.11 |
| 992 | 2024-07-29T22:03:15.722Z | Downloaded num-conv v0.1.0 |
| 993 | 2024-07-29T22:03:15.722Z | Downloaded data-encoding v2.6.0 |
| 994 | 2024-07-29T22:03:15.722Z | Downloaded cookie_store v0.20.0 |
| 995 | 2024-07-29T22:03:15.722Z | Downloaded cookie v0.17.0 |
| 996 | 2024-07-29T22:03:15.723Z | Downloaded aead v0.5.2 |
| 997 | 2024-07-29T22:03:15.723Z | Downloaded arrayref v0.3.7 |
| 998 | 2024-07-29T22:03:15.723Z | Downloaded bitfield v0.14.0 |
| 999 | 2024-07-29T22:03:15.723Z | Downloaded async-stream v0.3.5 |
| 1000 | 2024-07-29T22:03:15.723Z | Downloaded darling_macro v0.20.9 |
| 1001 | 2024-07-29T22:03:15.723Z | Downloaded cfg_aliases v0.1.1 |
| 1002 | 2024-07-29T22:03:15.723Z | Downloaded num-derive v0.4.2 |
| 1003 | 2024-07-29T22:03:15.723Z | Downloaded nodrop v0.1.14 |
| 1004 | 2024-07-29T22:03:15.723Z | Downloaded nanorand v0.7.0 |
| 1005 | 2024-07-29T22:03:15.723Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1006 | 2024-07-29T22:03:15.723Z | Downloaded castaway v0.2.2 |
| 1007 | 2024-07-29T22:03:15.723Z | Downloaded bit-vec v0.6.3 |
| 1008 | 2024-07-29T22:03:15.723Z | Downloaded md-5 v0.10.6 |
| 1009 | 2024-07-29T22:03:15.723Z | Downloaded ipnetwork v0.20.0 |
| 1010 | 2024-07-29T22:03:15.723Z | Downloaded const_format_proc_macros v0.2.32 |
| 1011 | 2024-07-29T22:03:15.723Z | Downloaded cexpr v0.6.0 |
| 1012 | 2024-07-29T22:03:15.723Z | Downloaded indent_write v2.2.0 |
| 1013 | 2024-07-29T22:03:15.723Z | Downloaded crc-catalog v2.4.0 |
| 1014 | 2024-07-29T22:03:15.723Z | Downloaded array-init v0.0.4 |
| 1015 | 2024-07-29T22:03:15.723Z | Downloaded inout v0.1.3 |
| 1016 | 2024-07-29T22:03:15.723Z | Downloaded newtype_derive v0.1.6 |
| 1017 | 2024-07-29T22:03:15.723Z | Downloaded is_ci v1.2.0 |
| 1018 | 2024-07-29T22:03:15.723Z | Downloaded atomic-waker v1.1.2 |
| 1019 | 2024-07-29T22:03:15.723Z | Downloaded ascii-canvas v3.0.0 |
| 1020 | 2024-07-29T22:03:15.723Z | Downloaded ring v0.17.8 |
| 1021 | 2024-07-29T22:03:15.723Z | Downloaded ring v0.16.20 |
| 1022 | 2024-07-29T22:03:15.723Z | Compiling cfg-if v1.0.0 |
| 1023 | 2024-07-29T22:03:15.723Z | Compiling serde v1.0.204 |
| 1024 | 2024-07-29T22:03:15.723Z | Compiling lock_api v0.4.12 |
| 1025 | 2024-07-29T22:03:15.723Z | Compiling scopeguard v1.2.0 |
| 1026 | 2024-07-29T22:03:15.723Z | Compiling log v0.4.21 |
| 1027 | 2024-07-29T22:03:15.723Z | Compiling syn v2.0.72 |
| 1028 | 2024-07-29T22:03:15.723Z | Compiling cc v1.0.97 |
| 1029 | 2024-07-29T22:03:15.723Z | Compiling parking_lot_core v0.9.10 |
| 1030 | 2024-07-29T22:03:15.723Z | Compiling getrandom v0.2.14 |
| 1031 | 2024-07-29T22:03:15.723Z | Compiling smallvec v1.13.2 |
| 1032 | 2024-07-29T22:03:15.738Z | Compiling rand_core v0.6.4 |
| 1033 | 2024-07-29T22:03:15.768Z | Compiling typenum v1.17.0 |
| 1034 | 2024-07-29T22:03:15.783Z | Compiling generic-array v0.14.7 |
| 1035 | 2024-07-29T22:03:15.820Z | Compiling pin-project-lite v0.2.14 |
| 1036 | 2024-07-29T22:03:15.933Z | Compiling signal-hook-registry v1.4.2 |
| 1037 | 2024-07-29T22:03:16.105Z | Compiling spin v0.9.8 |
| 1038 | 2024-07-29T22:03:16.127Z | Compiling mio v0.8.11 |
| 1039 | 2024-07-29T22:03:16.251Z | Compiling parking_lot v0.12.2 |
| 1040 | 2024-07-29T22:03:16.437Z | Compiling serde_json v1.0.120 |
| 1041 | 2024-07-29T22:03:16.494Z | Compiling libm v0.2.8 |
| 1042 | 2024-07-29T22:03:16.746Z | Compiling ahash v0.8.11 |
| 1043 | 2024-07-29T22:03:16.782Z | Compiling num-traits v0.2.19 |
| 1044 | 2024-07-29T22:03:16.840Z | Compiling tinyvec_macros v0.1.1 |
| 1045 | 2024-07-29T22:03:16.921Z | Compiling futures-core v0.3.30 |
| 1046 | 2024-07-29T22:03:17.135Z | Compiling tinyvec v1.6.0 |
| 1047 | 2024-07-29T22:03:17.215Z | Compiling num_cpus v1.16.0 |
| 1048 | 2024-07-29T22:03:17.260Z | Compiling socket2 v0.5.7 |
| 1049 | 2024-07-29T22:03:17.327Z | Compiling const-oid v0.9.6 |
| 1050 | 2024-07-29T22:03:17.366Z | Compiling subtle v2.5.0 |
| 1051 | 2024-07-29T22:03:17.807Z | Compiling slab v0.4.9 |
| 1052 | 2024-07-29T22:03:18.101Z | Compiling allocator-api2 v0.2.18 |
| 1053 | 2024-07-29T22:03:18.572Z | Compiling futures-sink v0.3.30 |
| 1054 | 2024-07-29T22:03:18.729Z | Compiling unicode-normalization v0.1.23 |
| 1055 | 2024-07-29T22:03:18.753Z | Compiling unicode-bidi v0.3.15 |
| 1056 | 2024-07-29T22:03:18.887Z | Compiling futures-channel v0.3.30 |
| 1057 | 2024-07-29T22:03:19.150Z | Compiling futures-io v0.3.30 |
| 1058 | 2024-07-29T22:03:19.191Z | Compiling futures-task v0.3.30 |
| 1059 | 2024-07-29T22:03:19.289Z | Compiling pkg-config v0.3.30 |
| 1060 | 2024-07-29T22:03:19.480Z | Compiling vcpkg v0.2.15 |
| 1061 | 2024-07-29T22:03:19.530Z | Compiling pin-utils v0.1.0 |
| 1062 | 2024-07-29T22:03:19.650Z | Compiling ring v0.17.8 |
| 1063 | 2024-07-29T22:03:19.687Z | Compiling percent-encoding v2.3.1 |
| 1064 | 2024-07-29T22:03:19.846Z | Compiling ppv-lite86 v0.2.17 |
| 1065 | 2024-07-29T22:03:20.059Z | Compiling tracing-core v0.1.32 |
| 1066 | 2024-07-29T22:03:20.381Z | Compiling num-conv v0.1.0 |
| 1067 | 2024-07-29T22:03:20.642Z | Compiling rand_chacha v0.3.1 |
| 1068 | 2024-07-29T22:03:20.657Z | Compiling rustix v0.38.34 |
| 1069 | 2024-07-29T22:03:20.753Z | Compiling untrusted v0.9.0 |
| 1070 | 2024-07-29T22:03:20.920Z | Compiling syn v1.0.109 |
| 1071 | 2024-07-29T22:03:20.967Z | Compiling powerfmt v0.2.0 |
| 1072 | 2024-07-29T22:03:21.401Z | Compiling time-core v0.1.2 |
| 1073 | 2024-07-29T22:03:21.544Z | Compiling deranged v0.3.11 |
| 1074 | 2024-07-29T22:03:21.547Z | Compiling time-macros v0.2.18 |
| 1075 | 2024-07-29T22:03:21.560Z | Compiling rand v0.8.5 |
| 1076 | 2024-07-29T22:03:21.590Z | Compiling httparse v1.8.0 |
| 1077 | 2024-07-29T22:03:21.743Z | Compiling openssl-sys v0.9.103 |
| 1078 | 2024-07-29T22:03:21.909Z | Compiling num_threads v0.1.7 |
| 1079 | 2024-07-29T22:03:22.033Z | Compiling base64ct v1.6.0 |
| 1080 | 2024-07-29T22:03:22.665Z | Compiling rustversion v1.0.17 |
| 1081 | 2024-07-29T22:03:22.961Z | Compiling iana-time-zone v0.1.60 |
| 1082 | 2024-07-29T22:03:23.265Z | Compiling foreign-types-shared v0.1.1 |
| 1083 | 2024-07-29T22:03:23.285Z | Compiling openssl v0.10.66 |
| 1084 | 2024-07-29T22:03:23.353Z | Compiling foreign-types v0.3.2 |
| 1085 | 2024-07-29T22:03:23.369Z | Compiling pem-rfc7468 v0.7.0 |
| 1086 | 2024-07-29T22:03:23.433Z | Compiling form_urlencoded v1.2.1 |
| 1087 | 2024-07-29T22:03:23.648Z | Compiling flagset v0.4.5 |
| 1088 | 2024-07-29T22:03:23.726Z | Compiling siphasher v0.3.11 |
| 1089 | 2024-07-29T22:03:23.829Z | Compiling try-lock v0.2.5 |
| 1090 | 2024-07-29T22:03:23.967Z | Compiling crossbeam-utils v0.8.19 |
| 1091 | 2024-07-29T22:03:24.002Z | Compiling native-tls v0.2.11 |
| 1092 | 2024-07-29T22:03:24.031Z | Compiling base64 v0.21.7 |
| 1093 | 2024-07-29T22:03:24.268Z | Compiling rustls v0.21.12 |
| 1094 | 2024-07-29T22:03:24.487Z | Compiling want v0.3.1 |
| 1095 | 2024-07-29T22:03:24.571Z | Compiling time v0.3.36 |
| 1096 | 2024-07-29T22:03:24.726Z | Compiling serde_derive_internals v0.29.1 |
| 1097 | 2024-07-29T22:03:25.058Z | Compiling idna v0.5.0 |
| 1098 | 2024-07-29T22:03:26.074Z | Compiling lazy_static v1.5.0 |
| 1099 | 2024-07-29T22:03:26.175Z | Compiling aho-corasick v1.1.3 |
| 1100 | 2024-07-29T22:03:26.425Z | Compiling cookie v0.17.0 |
| 1101 | 2024-07-29T22:03:26.658Z | Compiling finl_unicode v1.2.0 |
| 1102 | 2024-07-29T22:03:27.184Z | Compiling signal-hook v0.3.17 |
| 1103 | 2024-07-29T22:03:27.219Z | Compiling httpdate v1.0.3 |
| 1104 | 2024-07-29T22:03:27.400Z | Compiling cpufeatures v0.2.12 |
| 1105 | 2024-07-29T22:03:27.539Z | Compiling adler v1.0.2 |
| 1106 | 2024-07-29T22:03:27.711Z | Compiling openssl-probe v0.1.5 |
| 1107 | 2024-07-29T22:03:27.749Z | Compiling slog v2.7.0 |
| 1108 | 2024-07-29T22:03:28.020Z | Compiling schemars v0.8.21 |
| 1109 | 2024-07-29T22:03:28.161Z | Compiling tower-service v0.3.2 |
| 1110 | 2024-07-29T22:03:28.285Z | Compiling regex-syntax v0.8.3 |
| 1111 | 2024-07-29T22:03:28.405Z | Compiling miniz_oxide v0.7.2 |
| 1112 | 2024-07-29T22:03:28.840Z | Compiling stringprep v0.1.4 |
| 1113 | 2024-07-29T22:03:29.102Z | Compiling serde_derive v1.0.204 |
| 1114 | 2024-07-29T22:03:29.529Z | Compiling zeroize_derive v1.4.2 |
| 1115 | 2024-07-29T22:03:29.964Z | Compiling zerocopy-derive v0.7.34 |
| 1116 | 2024-07-29T22:03:29.980Z | Compiling tokio-macros v2.3.0 |
| 1117 | 2024-07-29T22:03:31.084Z | Compiling zeroize v1.7.0 |
| 1118 | 2024-07-29T22:03:31.581Z | Compiling thiserror-impl v1.0.63 |
| 1119 | 2024-07-29T22:03:31.721Z | Compiling futures-macro v0.3.30 |
| 1120 | 2024-07-29T22:03:32.320Z | Compiling zerocopy v0.7.34 |
| 1121 | 2024-07-29T22:03:32.929Z | Compiling crypto-common v0.1.6 |
| 1122 | 2024-07-29T22:03:33.079Z | Compiling block-buffer v0.10.4 |
| 1123 | 2024-07-29T22:03:33.156Z | Compiling scroll_derive v0.12.0 |
| 1124 | 2024-07-29T22:03:33.332Z | Compiling digest v0.10.7 |
| 1125 | 2024-07-29T22:03:33.804Z | Compiling tracing-attributes v0.1.27 |
| 1126 | 2024-07-29T22:03:34.056Z | Compiling futures-util v0.3.30 |
| 1127 | 2024-07-29T22:03:34.562Z | Compiling hashbrown v0.14.5 |
| 1128 | 2024-07-29T22:03:34.666Z | Compiling scroll v0.12.0 |
| 1129 | 2024-07-29T22:03:34.987Z | Compiling thiserror v1.0.63 |
| 1130 | 2024-07-29T22:03:35.125Z | Compiling pest v2.7.10 |
| 1131 | 2024-07-29T22:03:35.165Z | Compiling goblin v0.8.2 |
| 1132 | 2024-07-29T22:03:35.990Z | Compiling hmac v0.12.1 |
| 1133 | 2024-07-29T22:03:36.223Z | Compiling der_derive v0.7.2 |
| 1134 | 2024-07-29T22:03:36.797Z | Compiling openssl-macros v0.1.1 |
| 1135 | 2024-07-29T22:03:37.618Z | Compiling pest_meta v2.7.10 |
| 1136 | 2024-07-29T22:03:37.950Z | Compiling tracing v0.1.40 |
| 1137 | 2024-07-29T22:03:38.072Z | Compiling rustls-webpki v0.101.7 |
| 1138 | 2024-07-29T22:03:38.475Z | Compiling sct v0.7.1 |
| 1139 | 2024-07-29T22:03:38.776Z | Compiling md-5 v0.10.6 |
| 1140 | 2024-07-29T22:03:38.792Z | Compiling sha2 v0.10.8 |
| 1141 | 2024-07-29T22:03:38.810Z | Compiling der v0.7.9 |
| 1142 | 2024-07-29T22:03:39.034Z | Compiling pest_generator v2.7.10 |
| 1143 | 2024-07-29T22:03:40.575Z | Compiling regex-automata v0.4.6 |
| 1144 | 2024-07-29T22:03:41.155Z | Compiling spki v0.7.3 |
| 1145 | 2024-07-29T22:03:41.517Z | Compiling schemars_derive v0.8.21 |
| 1146 | 2024-07-29T22:03:42.294Z | Compiling url v2.5.2 |
| 1147 | 2024-07-29T22:03:43.080Z | Compiling pest_derive v2.7.10 |
| 1148 | 2024-07-29T22:03:43.655Z | Compiling num-integer v0.1.46 |
| 1149 | 2024-07-29T22:03:43.876Z | Compiling dtrace-parser v0.2.0 |
| 1150 | 2024-07-29T22:03:44.263Z | Compiling bytes v1.6.0 |
| 1151 | 2024-07-29T22:03:44.372Z | Compiling bitflags v2.6.0 |
| 1152 | 2024-07-29T22:03:44.829Z | Compiling indexmap v2.2.6 |
| 1153 | 2024-07-29T22:03:45.036Z | Compiling semver v1.0.23 |
| 1154 | 2024-07-29T22:03:45.562Z | Compiling tokio v1.38.1 |
| 1155 | 2024-07-29T22:03:45.818Z | Compiling http v0.2.12 |
| 1156 | 2024-07-29T22:03:45.960Z | Compiling uuid v1.10.0 |
| 1157 | 2024-07-29T22:03:46.145Z | Compiling rustc_version v0.4.0 |
| 1158 | 2024-07-29T22:03:46.911Z | Compiling chrono v0.4.38 |
| 1159 | 2024-07-29T22:03:47.499Z | Compiling http-body v0.4.6 |
| 1160 | 2024-07-29T22:03:47.665Z | Compiling heapless v0.7.17 |
| 1161 | 2024-07-29T22:03:47.989Z | Compiling dof v0.3.0 |
| 1162 | 2024-07-29T22:03:48.531Z | Compiling toml_datetime v0.6.6 |
| 1163 | 2024-07-29T22:03:49.055Z | Compiling usdt-impl v0.5.0 |
| 1164 | 2024-07-29T22:03:49.265Z | Compiling serde_spanned v0.6.6 |
| 1165 | 2024-07-29T22:03:49.427Z | Compiling serde_tokenstream v0.2.1 |
| 1166 | 2024-07-29T22:03:49.472Z | Compiling idna v0.3.0 |
| 1167 | 2024-07-29T22:03:49.968Z | Compiling backtrace v0.3.71 |
| 1168 | 2024-07-29T22:03:50.319Z | Compiling hash32 v0.2.1 |
| 1169 | 2024-07-29T22:03:50.399Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1170 | 2024-07-29T22:03:50.690Z | Compiling smoltcp v0.9.1 |
| 1171 | 2024-07-29T22:03:50.736Z | Compiling psl-types v2.0.11 |
| 1172 | 2024-07-29T22:03:50.854Z | Compiling gimli v0.28.1 |
| 1173 | 2024-07-29T22:03:50.922Z | Compiling stable_deref_trait v1.2.0 |
| 1174 | 2024-07-29T22:03:51.024Z | Compiling dyn-clone v1.0.17 |
| 1175 | 2024-07-29T22:03:51.161Z | Compiling crc32fast v1.4.0 |
| 1176 | 2024-07-29T22:03:51.228Z | Compiling fallible-iterator v0.2.0 |
| 1177 | 2024-07-29T22:03:51.902Z | Compiling postgres-protocol v0.6.6 |
| 1178 | 2024-07-29T22:03:52.008Z | Compiling publicsuffix v2.2.3 |
| 1179 | 2024-07-29T22:03:52.276Z | Compiling terminal_size v0.3.0 |
| 1180 | 2024-07-29T22:03:52.972Z | Compiling pkcs8 v0.10.2 |
| 1181 | 2024-07-29T22:03:53.293Z | Compiling hubpack_derive v0.1.1 |
| 1182 | 2024-07-29T22:03:53.518Z | Compiling tokio-util v0.7.11 |
| 1183 | 2024-07-29T22:03:53.658Z | Compiling tokio-rustls v0.24.1 |
| 1184 | 2024-07-29T22:03:53.955Z | Compiling block-padding v0.3.3 |
| 1185 | 2024-07-29T22:03:54.015Z | Compiling async-trait v0.1.81 |
| 1186 | 2024-07-29T22:03:54.200Z | Compiling zerocopy-derive v0.6.6 |
| 1187 | 2024-07-29T22:03:54.780Z | Compiling h2 v0.3.26 |
| 1188 | 2024-07-29T22:03:54.928Z | Compiling tokio-native-tls v0.3.1 |
| 1189 | 2024-07-29T22:03:55.207Z | Compiling addr2line v0.21.0 |
| 1190 | 2024-07-29T22:03:55.865Z | Compiling phf_shared v0.11.2 |
| 1191 | 2024-07-29T22:03:56.248Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 1192 | 2024-07-29T22:03:56.291Z | Compiling ff v0.13.0 |
| 1193 | 2024-07-29T22:03:56.463Z | Compiling scheduled-thread-pool v0.2.7 |
| 1194 | 2024-07-29T22:03:56.492Z | Compiling fs-err v2.11.0 |
| 1195 | 2024-07-29T22:03:56.631Z | Compiling object v0.32.2 |
| 1196 | 2024-07-29T22:03:56.662Z | Compiling bitflags v1.3.2 |
| 1197 | 2024-07-29T22:03:56.758Z | Compiling either v1.12.0 |
| 1198 | 2024-07-29T22:03:56.761Z | Compiling managed v0.8.0 |
| 1199 | 2024-07-29T22:03:56.880Z | Compiling bit-vec v0.6.3 |
| 1200 | 2024-07-29T22:03:56.906Z | Compiling rustc-demangle v0.1.24 |
| 1201 | 2024-07-29T22:03:57.092Z | Compiling base16ct v0.2.0 |
| 1202 | 2024-07-29T22:03:57.191Z | Compiling anyhow v1.0.86 |
| 1203 | 2024-07-29T22:03:57.213Z | Compiling ipnet v2.9.0 |
| 1204 | 2024-07-29T22:03:57.319Z | Compiling matches v0.1.10 |
| 1205 | 2024-07-29T22:03:57.415Z | Compiling regex-automata v0.1.10 |
| 1206 | 2024-07-29T22:03:57.435Z | Compiling winnow v0.5.40 |
| 1207 | 2024-07-29T22:03:57.784Z | Compiling clap_builder v4.5.9 |
| 1208 | 2024-07-29T22:03:57.925Z | Compiling bstr v0.2.17 |
| 1209 | 2024-07-29T22:03:58.109Z | Compiling idna v0.2.3 |
| 1210 | 2024-07-29T22:03:58.597Z | Compiling sec1 v0.7.3 |
| 1211 | 2024-07-29T22:03:59.593Z | Compiling r2d2 v0.8.10 |
| 1212 | 2024-07-29T22:03:59.754Z | Compiling diesel_derives v2.1.4 |
| 1213 | 2024-07-29T22:03:59.963Z | Compiling zerocopy v0.6.6 |
| 1214 | 2024-07-29T22:04:00.829Z | Compiling group v0.13.0 |
| 1215 | 2024-07-29T22:04:01.085Z | Compiling toml_edit v0.19.15 |
| 1216 | 2024-07-29T22:04:01.157Z | Compiling phf v0.11.2 |
| 1217 | 2024-07-29T22:04:01.284Z | Compiling signal-hook-mio v0.2.3 |
| 1218 | 2024-07-29T22:04:01.301Z | Compiling hubpack v0.1.2 |
| 1219 | 2024-07-29T22:04:01.428Z | Compiling hyper v0.14.28 |
| 1220 | 2024-07-29T22:04:01.446Z | Compiling inout v0.1.3 |
| 1221 | 2024-07-29T22:04:01.721Z | Compiling ipnetwork v0.20.0 |
| 1222 | 2024-07-29T22:04:01.765Z | Compiling cookie_store v0.20.0 |
| 1223 | 2024-07-29T22:04:02.654Z | Compiling postgres-types v0.2.6 |
| 1224 | 2024-07-29T22:04:04.284Z | Compiling usdt-attr-macro v0.5.0 |
| 1225 | 2024-07-29T22:04:04.604Z | Compiling usdt-macro v0.5.0 |
| 1226 | 2024-07-29T22:04:05.428Z | Compiling regex v1.10.5 |
| 1227 | 2024-07-29T22:04:05.939Z | Compiling num-bigint v0.4.5 |
| 1228 | 2024-07-29T22:04:06.091Z | Compiling serde_urlencoded v0.7.1 |
| 1229 | 2024-07-29T22:04:06.542Z | Compiling futures-executor v0.3.30 |
| 1230 | 2024-07-29T22:04:06.617Z | Compiling enum-as-inner v0.5.1 |
| 1231 | 2024-07-29T22:04:07.071Z | Compiling hkdf v0.12.4 |
| 1232 | 2024-07-29T22:04:07.130Z | Compiling crypto-bigint v0.5.5 |
| 1233 | 2024-07-29T22:04:07.341Z | Compiling clap_derive v4.5.8 |
| 1234 | 2024-07-29T22:04:07.639Z | Compiling serde_repr v0.1.19 |
| 1235 | 2024-07-29T22:04:07.689Z | Compiling strum_macros v0.25.3 |
| 1236 | 2024-07-29T22:04:08.907Z | Compiling hyper-rustls v0.24.2 |
| 1237 | 2024-07-29T22:04:09.262Z | Compiling hyper-tls v0.5.0 |
| 1238 | 2024-07-29T22:04:09.453Z | Compiling rustls-pemfile v1.0.4 |
| 1239 | 2024-07-29T22:04:09.624Z | Compiling phf_shared v0.10.0 |
| 1240 | 2024-07-29T22:04:09.909Z | Compiling float-cmp v0.9.0 |
| 1241 | 2024-07-29T22:04:10.042Z | Compiling encoding_rs v0.8.34 |
| 1242 | 2024-07-29T22:04:10.134Z | Compiling difflib v0.4.0 |
| 1243 | 2024-07-29T22:04:11.550Z | Compiling predicates-core v1.0.6 |
| 1244 | 2024-07-29T22:04:11.783Z | Compiling unicode-segmentation v1.11.0 |
| 1245 | 2024-07-29T22:04:11.955Z | Compiling precomputed-hash v0.1.1 |
| 1246 | 2024-07-29T22:04:12.060Z | Compiling webpki-roots v0.25.4 |
| 1247 | 2024-07-29T22:04:12.076Z | Compiling fixedbitset v0.4.2 |
| 1248 | 2024-07-29T22:04:12.216Z | Compiling static_assertions v1.1.0 |
| 1249 | 2024-07-29T22:04:12.317Z | Compiling normalize-line-endings v0.3.0 |
| 1250 | 2024-07-29T22:04:12.438Z | Compiling sync_wrapper v0.1.2 |
| 1251 | 2024-07-29T22:04:12.542Z | Compiling data-encoding v2.6.0 |
| 1252 | 2024-07-29T22:04:12.579Z | Compiling mime v0.3.17 |
| 1253 | 2024-07-29T22:04:12.588Z | Compiling whoami v1.5.1 |
| 1254 | 2024-07-29T22:04:12.678Z | Compiling minimal-lexical v0.2.1 |
| 1255 | 2024-07-29T22:04:13.157Z | Compiling new_debug_unreachable v1.0.6 |
| 1256 | 2024-07-29T22:04:13.189Z | Compiling trust-dns-proto v0.22.0 |
| 1257 | 2024-07-29T22:04:13.207Z | Compiling nom v7.1.3 |
| 1258 | 2024-07-29T22:04:13.245Z | Compiling string_cache v0.8.7 |
| 1259 | 2024-07-29T22:04:13.260Z | Compiling tokio-postgres v0.7.10 |
| 1260 | 2024-07-29T22:04:13.262Z | Compiling diesel v2.1.6 |
| 1261 | 2024-07-29T22:04:13.724Z | Compiling reqwest v0.11.27 |
| 1262 | 2024-07-29T22:04:14.741Z | Compiling toml_edit v0.22.16 |
| 1263 | 2024-07-29T22:04:15.016Z | Compiling clap v4.5.9 |
| 1264 | 2024-07-29T22:04:15.141Z | Compiling similar v2.5.0 |
| 1265 | 2024-07-29T22:04:16.723Z | Compiling predicates v3.1.0 |
| 1266 | 2024-07-29T22:04:16.934Z | Compiling petgraph v0.6.5 |
| 1267 | 2024-07-29T22:04:17.759Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
| 1268 | 2024-07-29T22:04:18.440Z | Compiling console v0.15.8 |
| 1269 | 2024-07-29T22:04:18.533Z | Compiling usdt v0.5.0 |
| 1270 | 2024-07-29T22:04:19.055Z | Compiling elliptic-curve v0.13.8 |
| 1271 | 2024-07-29T22:04:19.912Z | Compiling yasna v0.5.2 |
| 1272 | 2024-07-29T22:04:20.008Z | Compiling futures v0.3.30 |
| 1273 | 2024-07-29T22:04:20.124Z | Compiling flate2 v1.0.30 |
| 1274 | 2024-07-29T22:04:21.067Z | Compiling toml v0.7.8 |
| 1275 | 2024-07-29T22:04:21.561Z | Compiling cipher v0.4.4 |
| 1276 | 2024-07-29T22:04:21.875Z | Compiling crossterm v0.27.0 |
| 1277 | 2024-07-29T22:04:22.078Z | Compiling bit-set v0.5.3 |
| 1278 | 2024-07-29T22:04:22.346Z | Compiling itertools v0.12.1 |
| 1279 | 2024-07-29T22:04:22.780Z | Compiling itertools v0.10.5 |
| 1280 | 2024-07-29T22:04:22.863Z | Compiling tokio-stream v0.1.15 |
| 1281 | 2024-07-29T22:04:23.410Z | Compiling openapiv3 v2.0.0 |
| 1282 | 2024-07-29T22:04:23.845Z | Compiling bstr v1.9.1 |
| 1283 | 2024-07-29T22:04:24.253Z | Compiling num-iter v0.1.45 |
| 1284 | 2024-07-29T22:04:24.440Z | Compiling hex v0.4.3 |
| 1285 | 2024-07-29T22:04:25.031Z | Compiling crossbeam-epoch v0.9.18 |
| 1286 | 2024-07-29T22:04:25.502Z | Compiling dirs-sys-next v0.1.2 |
| 1287 | 2024-07-29T22:04:25.559Z | Compiling peg-runtime v0.8.3 |
| 1288 | 2024-07-29T22:04:25.682Z | Compiling unicode-xid v0.2.4 |
| 1289 | 2024-07-29T22:04:25.699Z | Compiling lalrpop-util v0.19.12 |
| 1290 | 2024-07-29T22:04:25.825Z | Compiling dirs-next v2.0.0 |
| 1291 | 2024-07-29T22:04:25.845Z | Compiling thread_local v1.1.8 |
| 1292 | 2024-07-29T22:04:26.007Z | Compiling slog-async v2.8.0 |
| 1293 | 2024-07-29T22:04:26.024Z | Compiling term v0.7.0 |
| 1294 | 2024-07-29T22:04:26.166Z | Compiling xattr v1.3.1 |
| 1295 | 2024-07-29T22:04:26.205Z | Compiling crossbeam-channel v0.5.12 |
| 1296 | 2024-07-29T22:04:26.425Z | Compiling strum_macros v0.26.4 |
| 1297 | 2024-07-29T22:04:26.443Z | Compiling filetime v0.2.23 |
| 1298 | 2024-07-29T22:04:26.578Z | Compiling is-terminal v0.4.12 |
| 1299 | 2024-07-29T22:04:26.705Z | Compiling take_mut v0.2.2 |
| 1300 | 2024-07-29T22:04:26.796Z | Compiling slog-term v2.9.1 |
| 1301 | 2024-07-29T22:04:26.855Z | Compiling tar v0.4.41 |
| 1302 | 2024-07-29T22:04:27.591Z | Compiling camino v1.1.7 |
| 1303 | 2024-07-29T22:04:29.824Z | Compiling strum v0.26.3 |
| 1304 | 2024-07-29T22:04:41.514Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1305 | 2024-07-29T22:04:41.729Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1306 | 2024-07-29T22:04:46.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 34s |
| 1307 | 2024-07-29T22:04:46.981Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1308 | 2024-07-29T22:04:47.021Z | Jul 29 22:04:46.246 INFO Starting download, target: Cockroach |
| 1309 | 2024-07-29T22:04:47.021Z | Jul 29 22:04:46.246 INFO Starting download, target: Console |
| 1310 | 2024-07-29T22:04:47.021Z | Jul 29 22:04:46.246 INFO Starting download, target: Clickhouse |
| 1311 | 2024-07-29T22:04:47.026Z | Jul 29 22:04:46.246 INFO Starting download, target: DendriteOpenapi |
| 1312 | 2024-07-29T22:04:47.026Z | Jul 29 22:04:46.246 INFO Starting download, target: DendriteStub |
| 1313 | 2024-07-29T22:04:47.027Z | Jul 29 22:04:46.246 INFO Starting download, target: MaghemiteMgd |
| 1314 | 2024-07-29T22:04:47.027Z | Jul 29 22:04:46.246 INFO Starting download, target: TransceiverControl |
| 1315 | 2024-07-29T22:04:47.027Z | Jul 29 22:04:46.247 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1316 | 2024-07-29T22:04:47.027Z | Jul 29 22:04:46.247 INFO Downloading out/downloads/dpd-fb571dc6512b24a777c5a9b2927a50501f6be297.json (attempt 1/3), target: DendriteOpenapi |
| 1317 | 2024-07-29T22:04:47.027Z | Jul 29 22:04:46.247 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1318 | 2024-07-29T22:04:47.027Z | Jul 29 22:04:46.247 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1319 | 2024-07-29T22:04:47.027Z | Jul 29 22:04:46.247 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1320 | 2024-07-29T22:04:47.027Z | Jul 29 22:04:46.247 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1321 | 2024-07-29T22:04:47.027Z | Jul 29 22:04:46.247 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
| 1322 | 2024-07-29T22:04:47.256Z | Jul 29 22:04:46.468 INFO Download complete, target: DendriteOpenapi |
| 1323 | 2024-07-29T22:04:47.295Z | Jul 29 22:04:46.517 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1324 | 2024-07-29T22:04:47.675Z | Jul 29 22:04:46.864 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1325 | 2024-07-29T22:04:47.752Z | Jul 29 22:04:46.977 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1326 | 2024-07-29T22:04:47.775Z | Jul 29 22:04:46.999 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1327 | 2024-07-29T22:04:48.084Z | Jul 29 22:04:47.309 INFO Download complete, target: Console |
| 1328 | 2024-07-29T22:04:48.188Z | Jul 29 22:04:47.413 INFO Download complete, target: TransceiverControl |
| 1329 | 2024-07-29T22:04:49.057Z | Jul 29 22:04:48.282 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1330 | 2024-07-29T22:04:49.771Z | Jul 29 22:04:48.996 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
| 1331 | 2024-07-29T22:04:49.771Z | Jul 29 22:04:48.996 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
| 1332 | 2024-07-29T22:04:50.940Z | Jul 29 22:04:50.165 INFO Download complete, target: DendriteStub |
| 1333 | 2024-07-29T22:04:51.092Z | Jul 29 22:04:50.316 INFO Download complete, target: MaghemiteMgd |
| 1334 | 2024-07-29T22:05:00.405Z | Jul 29 22:04:57.765 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
| 1335 | 2024-07-29T22:05:00.405Z | Jul 29 22:04:58.118 INFO Checking that binary works, target: Cockroach |
| 1336 | 2024-07-29T22:05:00.405Z | Jul 29 22:04:58.326 INFO Download complete, target: Cockroach |
| 1337 | 2024-07-29T22:05:03.795Z | Jul 29 22:05:03.013 INFO Checking that binary works, target: Clickhouse |
| 1338 | 2024-07-29T22:05:04.426Z | Jul 29 22:05:03.633 INFO Download complete, target: Clickhouse |
| 1339 | 2024-07-29T22:05:04.432Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1340 | 2024-07-29T22:05:04.432Z | |
| 1341 | 2024-07-29T22:05:04.432Z | real 4:09.800659195 |
| 1342 | 2024-07-29T22:05:04.432Z | user 11:47.442992843 |
| 1343 | 2024-07-29T22:05:04.432Z | sys 2:31.821138839 |
| 1344 | 2024-07-29T22:05:04.432Z | trap 0.435242784 |
| 1345 | 2024-07-29T22:05:04.432Z | tflt 9.772870206 |
| 1346 | 2024-07-29T22:05:04.432Z | dflt 13.081837422 |
| 1347 | 2024-07-29T22:05:04.432Z | kflt 0.202835141 |
| 1348 | 2024-07-29T22:05:04.432Z | lock 23:43.399735601 |
| 1349 | 2024-07-29T22:05:04.433Z | slp 36:25.334030253 |
| 1350 | 2024-07-29T22:05:04.433Z | lat 38.232097831 |
| 1351 | 2024-07-29T22:05:04.433Z | stop 1:32.955344260 |
| 1352 | 2024-07-29T22:05:04.433Z | + banner clippy |
| 1353 | 2024-07-29T22:05:04.433Z | |
| 1354 | 2024-07-29T22:05:04.433Z | #### # # ##### ##### # # |
| 1355 | 2024-07-29T22:05:04.433Z | # # # # # # # # # # |
| 1356 | 2024-07-29T22:05:04.433Z | # # # # # # # # |
| 1357 | 2024-07-29T22:05:04.433Z | # # # ##### ##### # |
| 1358 | 2024-07-29T22:05:04.433Z | # # # # # # # |
| 1359 | 2024-07-29T22:05:04.434Z | #### ###### # # # # |
| 1360 | 2024-07-29T22:05:04.434Z | |
| 1361 | 2024-07-29T22:05:04.434Z | + export CARGO_INCREMENTAL=0 |
| 1362 | 2024-07-29T22:05:04.434Z | + CARGO_INCREMENTAL=0 |
| 1363 | 2024-07-29T22:05:04.434Z | + ptime -m cargo xtask clippy |
| 1364 | 2024-07-29T22:05:04.937Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1365 | 2024-07-29T22:05:08.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.36s |
| 1366 | 2024-07-29T22:05:08.887Z | Running `target/debug/xtask clippy` |
| 1367 | 2024-07-29T22:05:08.907Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1368 | 2024-07-29T22:05:09.525Z | Downloading crates ... |
| 1369 | 2024-07-29T22:05:09.820Z | Downloaded dhcproto-macros v0.1.0 |
| 1370 | 2024-07-29T22:05:09.823Z | Downloaded tower-layer v0.3.2 |
| 1371 | 2024-07-29T22:05:09.826Z | Downloaded pathdiff v0.2.1 |
| 1372 | 2024-07-29T22:05:09.829Z | Downloaded md5 v0.7.0 |
| 1373 | 2024-07-29T22:05:09.834Z | Downloaded cast v0.3.0 |
| 1374 | 2024-07-29T22:05:09.836Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1375 | 2024-07-29T22:05:09.836Z | Downloaded approx v0.5.1 |
| 1376 | 2024-07-29T22:05:09.839Z | Downloaded dirs-sys v0.4.1 |
| 1377 | 2024-07-29T22:05:09.839Z | Downloaded datatest-stable v0.2.9 |
| 1378 | 2024-07-29T22:05:09.841Z | Downloaded blowfish v0.9.1 |
| 1379 | 2024-07-29T22:05:09.844Z | Downloaded plotters-backend v0.3.5 |
| 1380 | 2024-07-29T22:05:09.844Z | Downloaded oorandom v11.1.3 |
| 1381 | 2024-07-29T22:05:09.847Z | Downloaded rand_chacha v0.2.2 |
| 1382 | 2024-07-29T22:05:09.847Z | Downloaded cbc v0.1.2 |
| 1383 | 2024-07-29T22:05:09.849Z | Downloaded yansi v0.5.1 |
| 1384 | 2024-07-29T22:05:09.852Z | Downloaded similar-asserts v1.5.0 |
| 1385 | 2024-07-29T22:05:09.852Z | Downloaded primeorder v0.13.6 |
| 1386 | 2024-07-29T22:05:09.855Z | Downloaded rfc6979 v0.4.0 |
| 1387 | 2024-07-29T22:05:09.855Z | Downloaded pbkdf2 v0.12.2 |
| 1388 | 2024-07-29T22:05:09.857Z | Downloaded hex-literal v0.4.1 |
| 1389 | 2024-07-29T22:05:09.857Z | Downloaded ecdsa v0.16.9 |
| 1390 | 2024-07-29T22:05:09.861Z | Downloaded getrandom v0.1.16 |
| 1391 | 2024-07-29T22:05:09.864Z | Downloaded rustls-native-certs v0.7.0 |
| 1392 | 2024-07-29T22:05:09.864Z | Downloaded polyval v0.6.2 |
| 1393 | 2024-07-29T22:05:09.866Z | Downloaded hyper-rustls v0.26.0 |
| 1394 | 2024-07-29T22:05:09.868Z | Downloaded target-spec v3.1.0 |
| 1395 | 2024-07-29T22:05:09.871Z | Downloaded doc-comment v0.3.3 |
| 1396 | 2024-07-29T22:05:09.871Z | Downloaded russh-keys v0.43.0 |
| 1397 | 2024-07-29T22:05:09.874Z | Downloaded partial-io v0.5.4 |
| 1398 | 2024-07-29T22:05:09.877Z | Downloaded option-ext v0.2.0 |
| 1399 | 2024-07-29T22:05:09.877Z | Downloaded tinytemplate v1.2.1 |
| 1400 | 2024-07-29T22:05:09.877Z | Downloaded escape8259 v0.5.2 |
| 1401 | 2024-07-29T22:05:09.879Z | Downloaded httptest v0.15.5 |
| 1402 | 2024-07-29T22:05:09.880Z | Downloaded aes v0.8.4 |
| 1403 | 2024-07-29T22:05:09.883Z | Downloaded libtest-mimic v0.7.3 |
| 1404 | 2024-07-29T22:05:09.885Z | Downloaded http-body v1.0.0 |
| 1405 | 2024-07-29T22:05:09.888Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1406 | 2024-07-29T22:05:09.888Z | Downloaded russh-cryptovec v0.7.2 |
| 1407 | 2024-07-29T22:05:09.888Z | Downloaded plotters-svg v0.3.5 |
| 1408 | 2024-07-29T22:05:09.888Z | Downloaded nested v0.1.1 |
| 1409 | 2024-07-29T22:05:09.891Z | Downloaded criterion-plot v0.5.0 |
| 1410 | 2024-07-29T22:05:09.893Z | Downloaded ed25519 v2.2.3 |
| 1411 | 2024-07-29T22:05:09.896Z | Downloaded futures-timer v3.0.3 |
| 1412 | 2024-07-29T22:05:09.899Z | Downloaded ctr v0.9.2 |
| 1413 | 2024-07-29T22:05:09.899Z | Downloaded anes v0.1.6 |
| 1414 | 2024-07-29T22:05:09.902Z | Downloaded rand_distr v0.4.3 |
| 1415 | 2024-07-29T22:05:09.905Z | Downloaded p256 v0.13.2 |
| 1416 | 2024-07-29T22:05:09.907Z | Downloaded relative-path v1.9.3 |
| 1417 | 2024-07-29T22:05:09.910Z | Downloaded ghash v0.5.1 |
| 1418 | 2024-07-29T22:05:09.910Z | Downloaded threadpool v1.8.1 |
| 1419 | 2024-07-29T22:05:09.913Z | Downloaded blake2b_simd v1.0.2 |
| 1420 | 2024-07-29T22:05:09.913Z | Downloaded dirs v5.0.1 |
| 1421 | 2024-07-29T22:05:09.915Z | Downloaded pbkdf2 v0.11.0 |
| 1422 | 2024-07-29T22:05:09.918Z | Downloaded rand_core v0.5.1 |
| 1423 | 2024-07-29T22:05:09.918Z | Downloaded internet-checksum v0.2.1 |
| 1424 | 2024-07-29T22:05:09.918Z | Downloaded ed25519-dalek v2.1.1 |
| 1425 | 2024-07-29T22:05:09.921Z | Downloaded fancy-regex v0.13.0 |
| 1426 | 2024-07-29T22:05:09.924Z | Downloaded assert_cmd v2.0.14 |
| 1427 | 2024-07-29T22:05:09.927Z | Downloaded rstest v0.19.0 |
| 1428 | 2024-07-29T22:05:09.931Z | Downloaded password-hash v0.4.2 |
| 1429 | 2024-07-29T22:05:09.934Z | Downloaded target-lexicon v0.12.14 |
| 1430 | 2024-07-29T22:05:09.937Z | Downloaded rust-argon2 v2.1.0 |
| 1431 | 2024-07-29T22:05:09.937Z | Downloaded cfg-expr v0.15.8 |
| 1432 | 2024-07-29T22:05:09.945Z | Downloaded dhcproto v0.11.0 |
| 1433 | 2024-07-29T22:05:09.948Z | Downloaded hyper-util v0.1.3 |
| 1434 | 2024-07-29T22:05:09.955Z | Downloaded rstest_macros v0.19.0 |
| 1435 | 2024-07-29T22:05:09.958Z | Downloaded russh v0.43.0 |
| 1436 | 2024-07-29T22:05:09.963Z | Downloaded trybuild v1.0.97 |
| 1437 | 2024-07-29T22:05:09.967Z | Downloaded pretty_assertions v1.4.0 |
| 1438 | 2024-07-29T22:05:09.970Z | Downloaded guppy v0.17.5 |
| 1439 | 2024-07-29T22:05:09.974Z | Downloaded criterion v0.5.1 |
| 1440 | 2024-07-29T22:05:09.981Z | Downloaded aes-gcm v0.10.3 |
| 1441 | 2024-07-29T22:05:09.984Z | Downloaded tower v0.4.13 |
| 1442 | 2024-07-29T22:05:09.992Z | Downloaded rand v0.7.3 |
| 1443 | 2024-07-29T22:05:09.996Z | Downloaded plotters v0.3.5 |
| 1444 | 2024-07-29T22:05:10.004Z | Downloaded p521 v0.13.3 |
| 1445 | 2024-07-29T22:05:10.007Z | Downloaded hyper v1.3.1 |
| 1446 | 2024-07-29T22:05:10.621Z | Checking cfg-if v1.0.0 |
| 1447 | 2024-07-29T22:05:10.685Z | Checking libc v0.2.155 |
| 1448 | 2024-07-29T22:05:10.702Z | Checking serde v1.0.204 |
| 1449 | 2024-07-29T22:05:10.716Z | Checking scopeguard v1.2.0 |
| 1450 | 2024-07-29T22:05:10.719Z | Checking memchr v2.7.2 |
| 1451 | 2024-07-29T22:05:10.719Z | Checking log v0.4.21 |
| 1452 | 2024-07-29T22:05:10.760Z | Checking itoa v1.0.11 |
| 1453 | 2024-07-29T22:05:10.783Z | Checking byteorder v1.5.0 |
| 1454 | 2024-07-29T22:05:10.805Z | Checking smallvec v1.13.2 |
| 1455 | 2024-07-29T22:05:10.837Z | Checking lock_api v0.4.12 |
| 1456 | 2024-07-29T22:05:10.954Z | Checking once_cell v1.19.0 |
| 1457 | 2024-07-29T22:05:11.012Z | Checking zeroize v1.7.0 |
| 1458 | 2024-07-29T22:05:11.128Z | Checking pin-project-lite v0.2.14 |
| 1459 | 2024-07-29T22:05:11.194Z | Checking libm v0.2.8 |
| 1460 | 2024-07-29T22:05:11.250Z | Checking ryu v1.0.18 |
| 1461 | 2024-07-29T22:05:11.253Z | Checking typenum v1.17.0 |
| 1462 | 2024-07-29T22:05:11.290Z | Checking spin v0.9.8 |
| 1463 | 2024-07-29T22:05:11.293Z | Checking futures-core v0.3.30 |
| 1464 | 2024-07-29T22:05:11.465Z | Checking thiserror v1.0.63 |
| 1465 | 2024-07-29T22:05:11.491Z | Checking zerocopy v0.7.34 |
| 1466 | 2024-07-29T22:05:11.566Z | Checking subtle v2.5.0 |
| 1467 | 2024-07-29T22:05:11.597Z | Checking futures-sink v0.3.30 |
| 1468 | 2024-07-29T22:05:11.654Z | Checking slab v0.4.9 |
| 1469 | 2024-07-29T22:05:11.712Z | Checking getrandom v0.2.14 |
| 1470 | 2024-07-29T22:05:11.734Z | Checking parking_lot_core v0.9.10 |
| 1471 | 2024-07-29T22:05:11.825Z | Checking signal-hook-registry v1.4.2 |
| 1472 | 2024-07-29T22:05:11.894Z | Checking mio v0.8.11 |
| 1473 | 2024-07-29T22:05:11.956Z | Checking rand_core v0.6.4 |
| 1474 | 2024-07-29T22:05:12.063Z | Checking parking_lot v0.12.2 |
| 1475 | 2024-07-29T22:05:12.066Z | Checking num-traits v0.2.19 |
| 1476 | 2024-07-29T22:05:12.096Z | Checking num_cpus v1.16.0 |
| 1477 | 2024-07-29T22:05:12.206Z | Checking socket2 v0.5.7 |
| 1478 | 2024-07-29T22:05:12.263Z | Checking futures-channel v0.3.30 |
| 1479 | 2024-07-29T22:05:12.394Z | Checking futures-task v0.3.30 |
| 1480 | 2024-07-29T22:05:12.525Z | Checking futures-io v0.3.30 |
| 1481 | 2024-07-29T22:05:12.588Z | Checking generic-array v0.14.7 |
| 1482 | 2024-07-29T22:05:12.612Z | Checking pin-utils v0.1.0 |
| 1483 | 2024-07-29T22:05:12.638Z | Checking const-oid v0.9.6 |
| 1484 | 2024-07-29T22:05:12.674Z | Checking allocator-api2 v0.2.18 |
| 1485 | 2024-07-29T22:05:12.702Z | Checking futures-util v0.3.30 |
| 1486 | 2024-07-29T22:05:12.730Z | Checking fnv v1.0.7 |
| 1487 | 2024-07-29T22:05:12.867Z | Checking iana-time-zone v0.1.60 |
| 1488 | 2024-07-29T22:05:12.913Z | Checking ahash v0.8.11 |
| 1489 | 2024-07-29T22:05:13.013Z | Checking equivalent v1.0.1 |
| 1490 | 2024-07-29T22:05:13.119Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1491 | 2024-07-29T22:05:13.335Z | Checking ppv-lite86 v0.2.17 |
| 1492 | 2024-07-29T22:05:13.430Z | Checking tinyvec_macros v0.1.1 |
| 1493 | 2024-07-29T22:05:13.457Z | Checking hashbrown v0.14.5 |
| 1494 | 2024-07-29T22:05:13.521Z | Checking tinyvec v1.6.0 |
| 1495 | 2024-07-29T22:05:13.712Z | Checking crypto-common v0.1.6 |
| 1496 | 2024-07-29T22:05:13.838Z | Checking block-buffer v0.10.4 |
| 1497 | 2024-07-29T22:05:13.911Z | Checking cpufeatures v0.2.12 |
| 1498 | 2024-07-29T22:05:14.009Z | Checking lazy_static v1.5.0 |
| 1499 | 2024-07-29T22:05:14.042Z | Checking rand_chacha v0.3.1 |
| 1500 | 2024-07-29T22:05:14.068Z | Checking unicode-bidi v0.3.15 |
| 1501 | 2024-07-29T22:05:14.129Z | Checking tracing-core v0.1.32 |
| 1502 | 2024-07-29T22:05:14.426Z | Checking rand v0.8.5 |
| 1503 | 2024-07-29T22:05:14.447Z | Checking digest v0.10.7 |
| 1504 | 2024-07-29T22:05:14.676Z | Checking dyn-clone v1.0.17 |
| 1505 | 2024-07-29T22:05:14.726Z | Checking regex-syntax v0.8.3 |
| 1506 | 2024-07-29T22:05:14.801Z | Checking tracing v0.1.40 |
| 1507 | 2024-07-29T22:05:14.821Z | Checking percent-encoding v2.3.1 |
| 1508 | 2024-07-29T22:05:14.824Z | Checking unicode-normalization v0.1.23 |
| 1509 | 2024-07-29T22:05:14.824Z | Checking aho-corasick v1.1.3 |
| 1510 | 2024-07-29T22:05:15.010Z | Checking unicode-ident v1.0.12 |
| 1511 | 2024-07-29T22:05:15.134Z | Checking form_urlencoded v1.2.1 |
| 1512 | 2024-07-29T22:05:15.176Z | Checking unicode-width v0.1.13 |
| 1513 | 2024-07-29T22:05:15.315Z | Checking powerfmt v0.2.0 |
| 1514 | 2024-07-29T22:05:15.352Z | Checking errno v0.3.9 |
| 1515 | 2024-07-29T22:05:15.523Z | Checking time-core v0.1.2 |
| 1516 | 2024-07-29T22:05:15.686Z | Checking deranged v0.3.11 |
| 1517 | 2024-07-29T22:05:15.689Z | Checking num_threads v0.1.7 |
| 1518 | 2024-07-29T22:05:15.689Z | Checking num-conv v0.1.0 |
| 1519 | 2024-07-29T22:05:15.717Z | Checking proc-macro2 v1.0.86 |
| 1520 | 2024-07-29T22:05:15.739Z | Checking httparse v1.8.0 |
| 1521 | 2024-07-29T22:05:15.760Z | Checking bytes v1.6.0 |
| 1522 | 2024-07-29T22:05:15.904Z | Checking bitflags v2.6.0 |
| 1523 | 2024-07-29T22:05:16.125Z | Checking serde_json v1.0.120 |
| 1524 | 2024-07-29T22:05:16.195Z | Checking chrono v0.4.38 |
| 1525 | 2024-07-29T22:05:16.373Z | Checking uuid v1.10.0 |
| 1526 | 2024-07-29T22:05:16.399Z | Checking indexmap v2.2.6 |
| 1527 | 2024-07-29T22:05:16.579Z | Checking tokio v1.38.1 |
| 1528 | 2024-07-29T22:05:16.977Z | Checking rustix v0.38.34 |
| 1529 | 2024-07-29T22:05:17.344Z | Checking time v0.3.36 |
| 1530 | 2024-07-29T22:05:17.644Z | Checking http v0.2.12 |
| 1531 | 2024-07-29T22:05:17.759Z | Checking quote v1.0.36 |
| 1532 | 2024-07-29T22:05:17.845Z | Checking idna v0.5.0 |
| 1533 | 2024-07-29T22:05:17.864Z | Checking regex-automata v0.4.6 |
| 1534 | 2024-07-29T22:05:18.071Z | Checking adler v1.0.2 |
| 1535 | 2024-07-29T22:05:18.183Z | Checking schemars v0.8.21 |
| 1536 | 2024-07-29T22:05:18.217Z | Checking miniz_oxide v0.7.2 |
| 1537 | 2024-07-29T22:05:18.634Z | Checking url v2.5.2 |
| 1538 | 2024-07-29T22:05:18.967Z | Checking syn v2.0.72 |
| 1539 | 2024-07-29T22:05:18.994Z | Checking untrusted v0.9.0 |
| 1540 | 2024-07-29T22:05:19.018Z | Checking base64 v0.21.7 |
| 1541 | 2024-07-29T22:05:19.161Z | Checking ring v0.17.8 |
| 1542 | 2024-07-29T22:05:19.424Z | Checking try-lock v0.2.5 |
| 1543 | 2024-07-29T22:05:19.485Z | Checking base64ct v1.6.0 |
| 1544 | 2024-07-29T22:05:19.554Z | Checking want v0.3.1 |
| 1545 | 2024-07-29T22:05:19.746Z | Checking slog v2.7.0 |
| 1546 | 2024-07-29T22:05:19.768Z | Checking tower-service v0.3.2 |
| 1547 | 2024-07-29T22:05:19.825Z | Checking futures-executor v0.3.30 |
| 1548 | 2024-07-29T22:05:19.897Z | Checking gimli v0.28.1 |
| 1549 | 2024-07-29T22:05:19.938Z | Checking httpdate v1.0.3 |
| 1550 | 2024-07-29T22:05:20.008Z | Checking futures v0.3.30 |
| 1551 | 2024-07-29T22:05:20.124Z | Checking http-body v0.4.6 |
| 1552 | 2024-07-29T22:05:20.151Z | Checking object v0.32.2 |
| 1553 | 2024-07-29T22:05:20.233Z | Checking utf8parse v0.2.1 |
| 1554 | 2024-07-29T22:05:20.394Z | Checking rustc-demangle v0.1.24 |
| 1555 | 2024-07-29T22:05:20.495Z | Checking openssl-probe v0.1.5 |
| 1556 | 2024-07-29T22:05:20.635Z | Checking foreign-types-shared v0.1.1 |
| 1557 | 2024-07-29T22:05:20.738Z | Checking foreign-types v0.3.2 |
| 1558 | 2024-07-29T22:05:20.785Z | Checking pem-rfc7468 v0.7.0 |
| 1559 | 2024-07-29T22:05:20.833Z | Checking openssl-sys v0.9.103 |
| 1560 | 2024-07-29T22:05:21.008Z | Checking ipnet v2.9.0 |
| 1561 | 2024-07-29T22:05:21.053Z | Checking mime v0.3.17 |
| 1562 | 2024-07-29T22:05:21.367Z | Checking flagset v0.4.5 |
| 1563 | 2024-07-29T22:05:21.437Z | Checking semver v1.0.23 |
| 1564 | 2024-07-29T22:05:21.543Z | Checking der v0.7.9 |
| 1565 | 2024-07-29T22:05:21.840Z | Checking either v1.12.0 |
| 1566 | 2024-07-29T22:05:22.187Z | Checking openssl v0.10.66 |
| 1567 | 2024-07-29T22:05:22.209Z | Checking anstyle v1.0.7 |
| 1568 | 2024-07-29T22:05:22.332Z | Checking regex v1.10.5 |
| 1569 | 2024-07-29T22:05:22.572Z | Checking sct v0.7.1 |
| 1570 | 2024-07-29T22:05:22.773Z | Checking rustls-webpki v0.101.7 |
| 1571 | 2024-07-29T22:05:22.956Z | Checking serde_spanned v0.6.6 |
| 1572 | 2024-07-29T22:05:23.134Z | Checking toml_datetime v0.6.6 |
| 1573 | 2024-07-29T22:05:23.401Z | Checking crossbeam-utils v0.8.19 |
| 1574 | 2024-07-29T22:05:23.474Z | Checking data-encoding v2.6.0 |
| 1575 | 2024-07-29T22:05:23.497Z | Checking spki v0.7.3 |
| 1576 | 2024-07-29T22:05:23.626Z | Checking tokio-util v0.7.11 |
| 1577 | 2024-07-29T22:05:23.658Z | Checking addr2line v0.21.0 |
| 1578 | 2024-07-29T22:05:23.757Z | Checking rustls v0.21.12 |
| 1579 | 2024-07-29T22:05:24.042Z | Checking serde_urlencoded v0.7.1 |
| 1580 | 2024-07-29T22:05:24.089Z | Checking idna v0.3.0 |
| 1581 | 2024-07-29T22:05:24.149Z | Checking scroll v0.12.0 |
| 1582 | 2024-07-29T22:05:24.457Z | Checking h2 v0.3.26 |
| 1583 | 2024-07-29T22:05:24.479Z | Checking encoding_rs v0.8.34 |
| 1584 | 2024-07-29T22:05:24.639Z | Checking psl-types v2.0.11 |
| 1585 | 2024-07-29T22:05:24.826Z | Checking bitflags v1.3.2 |
| 1586 | 2024-07-29T22:05:24.888Z | Checking plain v0.2.3 |
| 1587 | 2024-07-29T22:05:24.925Z | Checking ucd-trie v0.1.6 |
| 1588 | 2024-07-29T22:05:25.029Z | Checking goblin v0.8.2 |
| 1589 | 2024-07-29T22:05:25.114Z | Checking pest v2.7.10 |
| 1590 | 2024-07-29T22:05:25.354Z | Checking publicsuffix v2.2.3 |
| 1591 | 2024-07-29T22:05:25.581Z | Checking pkcs8 v0.10.2 |
| 1592 | 2024-07-29T22:05:25.816Z | Checking anstyle-parse v0.2.4 |
| 1593 | 2024-07-29T22:05:26.084Z | Checking cookie v0.17.0 |
| 1594 | 2024-07-29T22:05:26.174Z | Checking backtrace v0.3.71 |
| 1595 | 2024-07-29T22:05:26.490Z | Checking sha2 v0.10.8 |
| 1596 | 2024-07-29T22:05:26.735Z | Checking hmac v0.12.1 |
| 1597 | 2024-07-29T22:05:26.738Z | Checking anyhow v1.0.86 |
| 1598 | 2024-07-29T22:05:26.825Z | Checking tokio-rustls v0.24.1 |
| 1599 | 2024-07-29T22:05:26.937Z | Checking is_terminal_polyfill v1.70.0 |
| 1600 | 2024-07-29T22:05:27.051Z | Checking pretty-hex v0.4.1 |
| 1601 | 2024-07-29T22:05:27.072Z | Checking colorchoice v1.0.1 |
| 1602 | 2024-07-29T22:05:27.120Z | Checking anstyle-query v1.0.3 |
| 1603 | 2024-07-29T22:05:27.168Z | Checking cookie_store v0.20.0 |
| 1604 | 2024-07-29T22:05:27.204Z | Checking rustls-pemfile v1.0.4 |
| 1605 | 2024-07-29T22:05:27.225Z | Checking terminal_size v0.3.0 |
| 1606 | 2024-07-29T22:05:27.245Z | Checking anstream v0.6.14 |
| 1607 | 2024-07-29T22:05:27.381Z | Checking num-integer v0.1.46 |
| 1608 | 2024-07-29T22:05:27.401Z | Checking thread-id v4.2.1 |
| 1609 | 2024-07-29T22:05:27.469Z | Checking native-tls v0.2.11 |
| 1610 | 2024-07-29T22:05:27.500Z | Checking clap_lex v0.7.0 |
| 1611 | 2024-07-29T22:05:27.522Z | Checking dtrace-parser v0.2.0 |
| 1612 | 2024-07-29T22:05:27.587Z | Checking strsim v0.11.1 |
| 1613 | 2024-07-29T22:05:27.737Z | Checking webpki-roots v0.25.4 |
| 1614 | 2024-07-29T22:05:27.781Z | Checking sync_wrapper v0.1.2 |
| 1615 | 2024-07-29T22:05:27.801Z | Checking tokio-native-tls v0.3.1 |
| 1616 | 2024-07-29T22:05:27.854Z | Checking clap_builder v4.5.9 |
| 1617 | 2024-07-29T22:05:27.875Z | Checking openapiv3 v2.0.0 |
| 1618 | 2024-07-29T22:05:27.878Z | Checking block-padding v0.3.3 |
| 1619 | 2024-07-29T22:05:27.909Z | Checking memmap v0.7.0 |
| 1620 | 2024-07-29T22:05:28.005Z | Checking stable_deref_trait v1.2.0 |
| 1621 | 2024-07-29T22:05:28.030Z | Checking ipnetwork v0.20.0 |
| 1622 | 2024-07-29T22:05:28.089Z | Checking inout v0.1.3 |
| 1623 | 2024-07-29T22:05:28.111Z | Checking ff v0.13.0 |
| 1624 | 2024-07-29T22:05:28.114Z | Checking crc32fast v1.4.0 |
| 1625 | 2024-07-29T22:05:28.319Z | Checking cipher v0.4.4 |
| 1626 | 2024-07-29T22:05:28.340Z | Checking base16ct v0.2.0 |
| 1627 | 2024-07-29T22:05:28.343Z | Checking bit-vec v0.6.3 |
| 1628 | 2024-07-29T22:05:28.387Z | Checking group v0.13.0 |
| 1629 | 2024-07-29T22:05:28.544Z | Checking sec1 v0.7.3 |
| 1630 | 2024-07-29T22:05:28.644Z | Checking hkdf v0.12.4 |
| 1631 | 2024-07-29T22:05:28.665Z | Checking crossbeam-epoch v0.9.18 |
| 1632 | 2024-07-29T22:05:28.730Z | Checking hex v0.4.3 |
| 1633 | 2024-07-29T22:05:28.866Z | Checking crypto-bigint v0.5.5 |
| 1634 | 2024-07-29T22:05:28.911Z | Checking winnow v0.6.8 |
| 1635 | 2024-07-29T22:05:29.108Z | Checking unicode-segmentation v1.11.0 |
| 1636 | 2024-07-29T22:05:29.269Z | Checking winnow v0.5.40 |
| 1637 | 2024-07-29T22:05:29.765Z | Checking managed v0.8.0 |
| 1638 | 2024-07-29T22:05:29.852Z | Checking dof v0.3.0 |
| 1639 | 2024-07-29T22:05:30.162Z | Checking zerocopy v0.6.6 |
| 1640 | 2024-07-29T22:05:30.388Z | Checking hyper v0.14.28 |
| 1641 | 2024-07-29T22:05:30.476Z | Checking usdt-impl v0.5.0 |
| 1642 | 2024-07-29T22:05:30.852Z | Checking clap v4.5.9 |
| 1643 | 2024-07-29T22:05:30.975Z | Checking flate2 v1.0.30 |
| 1644 | 2024-07-29T22:05:30.997Z | Checking num-iter v0.1.45 |
| 1645 | 2024-07-29T22:05:31.042Z | Checking usdt v0.5.0 |
| 1646 | 2024-07-29T22:05:31.160Z | Checking signal-hook v0.3.17 |
| 1647 | 2024-07-29T22:05:31.293Z | Checking siphasher v0.3.11 |
| 1648 | 2024-07-29T22:05:31.332Z | Checking matches v0.1.10 |
| 1649 | 2024-07-29T22:05:31.426Z | Checking static_assertions v1.1.0 |
| 1650 | 2024-07-29T22:05:31.459Z | Checking idna v0.2.3 |
| 1651 | 2024-07-29T22:05:31.517Z | Checking itertools v0.10.5 |
| 1652 | 2024-07-29T22:05:31.592Z | Checking itertools v0.12.1 |
| 1653 | 2024-07-29T22:05:31.595Z | Checking elliptic-curve v0.13.8 |
| 1654 | 2024-07-29T22:05:31.628Z | Checking regex-automata v0.1.10 |
| 1655 | 2024-07-29T22:05:31.868Z | Checking toml_edit v0.22.16 |
| 1656 | 2024-07-29T22:05:32.027Z | Checking bstr v0.2.17 |
| 1657 | 2024-07-29T22:05:32.208Z | Checking toml_edit v0.19.15 |
| 1658 | 2024-07-29T22:05:32.238Z | Checking trust-dns-proto v0.22.0 |
| 1659 | 2024-07-29T22:05:32.241Z | Checking signal-hook-mio v0.2.3 |
| 1660 | 2024-07-29T22:05:32.395Z | Checking bit-set v0.5.3 |
| 1661 | 2024-07-29T22:05:32.657Z | Checking num-bigint v0.4.5 |
| 1662 | 2024-07-29T22:05:32.865Z | Checking scheduled-thread-pool v0.2.7 |
| 1663 | 2024-07-29T22:05:33.088Z | Checking hash32 v0.2.1 |
| 1664 | 2024-07-29T22:05:33.410Z | Checking finl_unicode v1.2.0 |
| 1665 | 2024-07-29T22:05:33.793Z | Checking predicates-core v1.0.6 |
| 1666 | 2024-07-29T22:05:33.958Z | Checking stringprep v0.1.4 |
| 1667 | 2024-07-29T22:05:34.013Z | Checking heapless v0.7.17 |
| 1668 | 2024-07-29T22:05:34.213Z | Checking r2d2 v0.8.10 |
| 1669 | 2024-07-29T22:05:34.247Z | Checking crossterm v0.27.0 |
| 1670 | 2024-07-29T22:05:34.415Z | Checking bstr v1.9.1 |
| 1671 | 2024-07-29T22:05:34.524Z | Checking console v0.15.8 |
| 1672 | 2024-07-29T22:05:34.690Z | Checking toml v0.7.8 |
| 1673 | 2024-07-29T22:05:35.066Z | Checking md-5 v0.10.6 |
| 1674 | 2024-07-29T22:05:35.088Z | Checking float-cmp v0.9.0 |
| 1675 | 2024-07-29T22:05:35.189Z | Checking yasna v0.5.2 |
| 1676 | 2024-07-29T22:05:35.278Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1677 | 2024-07-29T22:05:35.281Z | Checking fallible-iterator v0.2.0 |
| 1678 | 2024-07-29T22:05:35.321Z | Checking difflib v0.4.0 |
| 1679 | 2024-07-29T22:05:35.437Z | Checking fixedbitset v0.4.2 |
| 1680 | 2024-07-29T22:05:35.539Z | Checking normalize-line-endings v0.3.0 |
| 1681 | 2024-07-29T22:05:35.624Z | Checking diesel v2.1.6 |
| 1682 | 2024-07-29T22:05:35.658Z | Checking predicates v3.1.0 |
| 1683 | 2024-07-29T22:05:35.692Z | Checking petgraph v0.6.5 |
| 1684 | 2024-07-29T22:05:35.868Z | Checking postgres-protocol v0.6.6 |
| 1685 | 2024-07-29T22:05:36.007Z | Checking smoltcp v0.9.1 |
| 1686 | 2024-07-29T22:05:36.062Z | Checking similar v2.5.0 |
| 1687 | 2024-07-29T22:05:36.219Z | Checking phf_shared v0.11.2 |
| 1688 | 2024-07-29T22:05:36.247Z | Checking hyper-rustls v0.24.2 |
| 1689 | 2024-07-29T22:05:36.297Z | Checking hyper-tls v0.5.0 |
| 1690 | 2024-07-29T22:05:36.497Z | Checking phf_shared v0.10.0 |
| 1691 | 2024-07-29T22:05:36.520Z | Checking fs-err v2.11.0 |
| 1692 | 2024-07-29T22:05:36.542Z | Checking tokio-stream v0.1.15 |
| 1693 | 2024-07-29T22:05:36.591Z | Checking reqwest v0.11.27 |
| 1694 | 2024-07-29T22:05:36.758Z | Checking hubpack v0.1.2 |
| 1695 | 2024-07-29T22:05:36.855Z | Checking lalrpop-util v0.19.12 |
| 1696 | 2024-07-29T22:05:37.050Z | Checking minimal-lexical v0.2.1 |
| 1697 | 2024-07-29T22:05:37.071Z | Checking precomputed-hash v0.1.1 |
| 1698 | 2024-07-29T22:05:37.129Z | Checking new_debug_unreachable v1.0.6 |
| 1699 | 2024-07-29T22:05:37.181Z | Checking phf v0.11.2 |
| 1700 | 2024-07-29T22:05:37.219Z | Checking string_cache v0.8.7 |
| 1701 | 2024-07-29T22:05:37.367Z | Checking postgres-types v0.2.6 |
| 1702 | 2024-07-29T22:05:37.434Z | Checking nom v7.1.3 |
| 1703 | 2024-07-29T22:05:37.437Z | Checking whoami v1.5.1 |
| 1704 | 2024-07-29T22:05:37.473Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
| 1705 | 2024-07-29T22:05:37.498Z | Checking peg-runtime v0.8.3 |
| 1706 | 2024-07-29T22:05:37.719Z | Compiling regress v0.9.1 |
| 1707 | 2024-07-29T22:05:37.847Z | Compiling getopts v0.2.21 |
| 1708 | 2024-07-29T22:05:38.080Z | Checking tokio-postgres v0.7.10 |
| 1709 | 2024-07-29T22:05:38.181Z | Compiling unsafe-libyaml v0.2.11 |
| 1710 | 2024-07-29T22:05:38.910Z | Checking heck v0.5.0 |
| 1711 | 2024-07-29T22:05:39.104Z | Checking camino v1.1.7 |
| 1712 | 2024-07-29T22:05:39.638Z | Compiling serde_yaml v0.9.34+deprecated |
| 1713 | 2024-07-29T22:05:40.089Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1714 | 2024-07-29T22:05:40.229Z | Checking is-terminal v0.4.12 |
| 1715 | 2024-07-29T22:05:40.421Z | Compiling paste v1.0.15 |
| 1716 | 2024-07-29T22:05:40.695Z | Checking base64 v0.22.1 |
| 1717 | 2024-07-29T22:05:40.748Z | Checking sha1 v0.10.6 |
| 1718 | 2024-07-29T22:05:41.003Z | Compiling rustls v0.22.4 |
| 1719 | 2024-07-29T22:05:41.171Z | Compiling ident_case v1.0.1 |
| 1720 | 2024-07-29T22:05:41.275Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1721 | 2024-07-29T22:05:41.354Z | Compiling darling_core v0.20.9 |
| 1722 | 2024-07-29T22:05:42.252Z | Checking http v1.1.0 |
| 1723 | 2024-07-29T22:05:42.410Z | Checking dirs-sys-next v0.1.2 |
| 1724 | 2024-07-29T22:05:42.585Z | Checking dirs-next v2.0.0 |
| 1725 | 2024-07-29T22:05:42.714Z | Checking strum v0.26.3 |
| 1726 | 2024-07-29T22:05:42.874Z | Checking crossbeam-channel v0.5.12 |
| 1727 | 2024-07-29T22:05:42.913Z | Checking thread_local v1.1.8 |
| 1728 | 2024-07-29T22:05:43.206Z | Checking term v0.7.0 |
| 1729 | 2024-07-29T22:05:43.627Z | Compiling multer v3.1.0 |
| 1730 | 2024-07-29T22:05:43.630Z | Checking take_mut v0.2.2 |
| 1731 | 2024-07-29T22:05:43.687Z | Checking slog-term v2.9.1 |
| 1732 | 2024-07-29T22:05:43.777Z | Checking slog-async v2.8.0 |
| 1733 | 2024-07-29T22:05:43.945Z | Compiling async-stream-impl v0.3.5 |
| 1734 | 2024-07-29T22:05:43.989Z | Checking match_cfg v0.1.0 |
| 1735 | 2024-07-29T22:05:44.080Z | Checking rustls-pki-types v1.7.0 |
| 1736 | 2024-07-29T22:05:44.099Z | Checking hostname v0.3.1 |
| 1737 | 2024-07-29T22:05:44.175Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
| 1738 | 2024-07-29T22:05:44.236Z | Checking toml v0.8.15 |
| 1739 | 2024-07-29T22:05:44.492Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
| 1740 | 2024-07-29T22:05:44.525Z | Checking rustls-webpki v0.102.4 |
| 1741 | 2024-07-29T22:05:44.948Z | Checking rustls-pemfile v2.1.2 |
| 1742 | 2024-07-29T22:05:45.009Z | Checking debug-ignore v1.0.5 |
| 1743 | 2024-07-29T22:05:45.147Z | Checking slog-json v2.6.1 |
| 1744 | 2024-07-29T22:05:45.188Z | Checking instant v0.1.12 |
| 1745 | 2024-07-29T22:05:45.308Z | Checking atomic-waker v1.1.2 |
| 1746 | 2024-07-29T22:05:45.387Z | Checking async-stream v0.3.5 |
| 1747 | 2024-07-29T22:05:45.390Z | Checking slog-bunyan v2.5.0 |
| 1748 | 2024-07-29T22:05:45.447Z | Checking waitgroup v0.1.2 |
| 1749 | 2024-07-29T22:05:45.590Z | Checking serde_path_to_error v0.1.16 |
| 1750 | 2024-07-29T22:05:45.598Z | Checking hostname v0.4.0 |
| 1751 | 2024-07-29T22:05:45.742Z | Checking fastrand v2.1.0 |
| 1752 | 2024-07-29T22:05:45.946Z | Compiling structmeta-derive v0.3.0 |
| 1753 | 2024-07-29T22:05:46.086Z | Checking tempfile v3.10.1 |
| 1754 | 2024-07-29T22:05:46.187Z | Checking quick-error v1.2.3 |
| 1755 | 2024-07-29T22:05:46.327Z | Checking newtype-uuid v1.1.0 |
| 1756 | 2024-07-29T22:05:46.457Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1757 | 2024-07-29T22:05:46.577Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1758 | 2024-07-29T22:05:47.204Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1759 | 2024-07-29T22:05:47.340Z | Checking macaddr v1.0.1 |
| 1760 | 2024-07-29T22:05:47.501Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1761 | 2024-07-29T22:05:47.649Z | Checking backoff v0.4.0 |
| 1762 | 2024-07-29T22:05:47.687Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
| 1763 | 2024-07-29T22:05:47.956Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1764 | 2024-07-29T22:05:48.042Z | Checking wait-timeout v0.2.0 |
| 1765 | 2024-07-29T22:05:48.114Z | Checking rand_xorshift v0.3.0 |
| 1766 | 2024-07-29T22:05:48.227Z | Checking rusty-fork v0.3.0 |
| 1767 | 2024-07-29T22:05:48.285Z | Compiling structmeta-derive v0.2.0 |
| 1768 | 2024-07-29T22:05:48.520Z | Checking unarray v0.1.4 |
| 1769 | 2024-07-29T22:05:48.678Z | Checking proptest v1.4.0 |
| 1770 | 2024-07-29T22:05:48.747Z | Compiling proc-macro-error v1.0.4 |
| 1771 | 2024-07-29T22:05:48.894Z | Compiling darling_macro v0.20.9 |
| 1772 | 2024-07-29T22:05:48.933Z | Checking tokio-rustls v0.25.0 |
| 1773 | 2024-07-29T22:05:49.098Z | Compiling structmeta v0.3.0 |
| 1774 | 2024-07-29T22:05:49.496Z | Checking camino-tempfile v1.1.1 |
| 1775 | 2024-07-29T22:05:49.550Z | Compiling parse-display-derive v0.9.1 |
| 1776 | 2024-07-29T22:05:49.786Z | Compiling proc-macro-crate v1.3.1 |
| 1777 | 2024-07-29T22:05:49.938Z | Compiling darling v0.20.9 |
| 1778 | 2024-07-29T22:05:50.067Z | Compiling serde_with_macros v3.8.3 |
| 1779 | 2024-07-29T22:05:50.967Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1780 | 2024-07-29T22:05:51.310Z | Compiling num_enum_derive v0.5.11 |
| 1781 | 2024-07-29T22:05:51.390Z | Compiling structmeta v0.2.0 |
| 1782 | 2024-07-29T22:05:51.848Z | Compiling test-strategy v0.3.1 |
| 1783 | 2024-07-29T22:05:53.251Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1784 | 2024-07-29T22:05:53.296Z | Compiling foreign-types-macros v0.2.3 |
| 1785 | 2024-07-29T22:05:53.384Z | Checking serde_with v3.8.3 |
| 1786 | 2024-07-29T22:05:53.543Z | Checking foreign-types-shared v0.3.1 |
| 1787 | 2024-07-29T22:05:53.655Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1788 | 2024-07-29T22:05:54.119Z | Checking num_enum v0.5.11 |
| 1789 | 2024-07-29T22:05:54.281Z | Checking cstr-argument v0.1.2 |
| 1790 | 2024-07-29T22:05:54.307Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1791 | 2024-07-29T22:05:54.459Z | Checking pretty-hex v0.2.1 |
| 1792 | 2024-07-29T22:05:54.604Z | Checking foreign-types v0.5.0 |
| 1793 | 2024-07-29T22:05:54.607Z | Checking parse-display v0.9.1 |
| 1794 | 2024-07-29T22:05:54.643Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1795 | 2024-07-29T22:05:54.710Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1796 | 2024-07-29T22:05:54.849Z | Checking tabwriter v1.4.0 |
| 1797 | 2024-07-29T22:05:54.890Z | Checking colored v2.1.0 |
| 1798 | 2024-07-29T22:05:55.000Z | Checking socket2 v0.4.10 |
| 1799 | 2024-07-29T22:05:55.084Z | Checking smf v0.2.3 |
| 1800 | 2024-07-29T22:05:55.161Z | Compiling heapless v0.8.0 |
| 1801 | 2024-07-29T22:05:55.245Z | Checking termtree v0.4.1 |
| 1802 | 2024-07-29T22:05:55.430Z | Checking hash32 v0.3.1 |
| 1803 | 2024-07-29T22:05:55.457Z | Checking predicates-tree v1.0.9 |
| 1804 | 2024-07-29T22:05:55.522Z | Compiling smoltcp v0.11.0 |
| 1805 | 2024-07-29T22:05:55.607Z | Checking embedded-io v0.4.0 |
| 1806 | 2024-07-29T22:05:55.628Z | Compiling crucible-workspace-hack v0.1.0 |
| 1807 | 2024-07-29T22:05:55.794Z | Checking cobs v0.2.3 |
| 1808 | 2024-07-29T22:05:55.918Z | Checking sigpipe v0.1.3 |
| 1809 | 2024-07-29T22:05:55.949Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
| 1810 | 2024-07-29T22:05:55.967Z | Checking postcard v1.0.8 |
| 1811 | 2024-07-29T22:05:56.022Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
| 1812 | 2024-07-29T22:05:56.257Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
| 1813 | 2024-07-29T22:05:56.278Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
| 1814 | 2024-07-29T22:05:56.281Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 1815 | 2024-07-29T22:05:56.521Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 1816 | 2024-07-29T22:05:56.668Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
| 1817 | 2024-07-29T22:05:56.740Z | Compiling num-derive v0.4.2 |
| 1818 | 2024-07-29T22:05:57.043Z | Compiling mockall_derive v0.12.1 |
| 1819 | 2024-07-29T22:05:57.160Z | Checking downcast v0.11.0 |
| 1820 | 2024-07-29T22:05:57.375Z | Checking fragile v2.0.0 |
| 1821 | 2024-07-29T22:05:57.637Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
| 1822 | 2024-07-29T22:05:57.896Z | Checking humantime v2.1.0 |
| 1823 | 2024-07-29T22:05:58.060Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 1824 | 2024-07-29T22:05:58.177Z | Checking newline-converter v0.3.0 |
| 1825 | 2024-07-29T22:05:58.320Z | Checking expectorate v1.1.0 |
| 1826 | 2024-07-29T22:05:58.337Z | Checking arc-swap v1.7.1 |
| 1827 | 2024-07-29T22:05:58.473Z | Checking xattr v1.3.1 |
| 1828 | 2024-07-29T22:05:58.675Z | Checking filetime v0.2.23 |
| 1829 | 2024-07-29T22:05:58.752Z | Checking slog-scope v4.4.0 |
| 1830 | 2024-07-29T22:05:58.793Z | Checking termcolor v1.4.1 |
| 1831 | 2024-07-29T22:05:58.947Z | Checking tar v0.4.41 |
| 1832 | 2024-07-29T22:05:59.033Z | Checking slog-stdlog v4.1.1 |
| 1833 | 2024-07-29T22:05:59.202Z | Checking slog-envlogger v2.2.0 |
| 1834 | 2024-07-29T22:05:59.255Z | Compiling derive-where v1.2.7 |
| 1835 | 2024-07-29T22:05:59.331Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
| 1836 | 2024-07-29T22:05:59.437Z | Checking same-file v1.0.6 |
| 1837 | 2024-07-29T22:05:59.619Z | Checking walkdir v2.5.0 |
| 1838 | 2024-07-29T22:05:59.720Z | Checking password-hash v0.5.0 |
| 1839 | 2024-07-29T22:05:59.786Z | Checking blake2 v0.10.6 |
| 1840 | 2024-07-29T22:05:59.879Z | Checking utf-8 v0.7.6 |
| 1841 | 2024-07-29T22:05:59.919Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
| 1842 | 2024-07-29T22:06:00.094Z | Checking atty v0.2.14 |
| 1843 | 2024-07-29T22:06:00.235Z | Checking argon2 v0.5.3 |
| 1844 | 2024-07-29T22:06:00.661Z | Checking tungstenite v0.21.0 |
| 1845 | 2024-07-29T22:06:00.924Z | Checking pem v3.0.4 |
| 1846 | 2024-07-29T22:06:01.181Z | Checking tungstenite v0.20.1 |
| 1847 | 2024-07-29T22:06:01.215Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1848 | 2024-07-29T22:06:01.271Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
| 1849 | 2024-07-29T22:06:01.568Z | Checking tokio-tungstenite v0.21.0 |
| 1850 | 2024-07-29T22:06:01.952Z | Compiling convert_case v0.4.0 |
| 1851 | 2024-07-29T22:06:02.040Z | Checking env_logger v0.9.3 |
| 1852 | 2024-07-29T22:06:02.062Z | Checking tokio-tungstenite v0.20.1 |
| 1853 | 2024-07-29T22:06:02.456Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1854 | 2024-07-29T22:06:02.533Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1855 | 2024-07-29T22:06:02.663Z | Compiling bitstruct_derive v0.1.0 |
| 1856 | 2024-07-29T22:06:02.790Z | Checking ascii v1.1.0 |
| 1857 | 2024-07-29T22:06:02.869Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1858 | 2024-07-29T22:06:02.943Z | Compiling derive_more v0.99.18 |
| 1859 | 2024-07-29T22:06:02.997Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
| 1860 | 2024-07-29T22:06:03.112Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1861 | 2024-07-29T22:06:03.163Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 1862 | 2024-07-29T22:06:03.275Z | Checking atomicwrites v0.4.3 |
| 1863 | 2024-07-29T22:06:03.296Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1864 | 2024-07-29T22:06:03.471Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 1865 | 2024-07-29T22:06:03.575Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1866 | 2024-07-29T22:06:03.818Z | Checking erased-serde v0.3.31 |
| 1867 | 2024-07-29T22:06:03.837Z | Checking serde_arrays v0.1.0 |
| 1868 | 2024-07-29T22:06:04.008Z | Compiling rayon-core v1.12.1 |
| 1869 | 2024-07-29T22:06:04.041Z | Checking bitstruct v0.1.1 |
| 1870 | 2024-07-29T22:06:04.084Z | Compiling heck v0.3.3 |
| 1871 | 2024-07-29T22:06:04.159Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
| 1872 | 2024-07-29T22:06:04.284Z | Checking headers-core v0.2.0 |
| 1873 | 2024-07-29T22:06:04.440Z | Checking half v2.4.1 |
| 1874 | 2024-07-29T22:06:04.465Z | Checking ciborium-io v0.2.2 |
| 1875 | 2024-07-29T22:06:04.500Z | Compiling zone_cfg_derive v0.1.2 |
| 1876 | 2024-07-29T22:06:04.586Z | Checking base64 v0.13.1 |
| 1877 | 2024-07-29T22:06:04.890Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1878 | 2024-07-29T22:06:04.910Z | Checking ciborium-ll v0.2.2 |
| 1879 | 2024-07-29T22:06:04.980Z | Checking ron v0.7.1 |
| 1880 | 2024-07-29T22:06:05.437Z | Checking mockall v0.12.1 |
| 1881 | 2024-07-29T22:06:05.686Z | Checking headers v0.3.9 |
| 1882 | 2024-07-29T22:06:05.896Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1883 | 2024-07-29T22:06:06.038Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1884 | 2024-07-29T22:06:06.100Z | Checking zone v0.1.8 |
| 1885 | 2024-07-29T22:06:06.732Z | Checking portpicker v0.1.1 |
| 1886 | 2024-07-29T22:06:06.821Z | Checking ciborium v0.2.2 |
| 1887 | 2024-07-29T22:06:06.876Z | Checking rcgen v0.12.1 |
| 1888 | 2024-07-29T22:06:06.902Z | Checking subprocess v0.2.9 |
| 1889 | 2024-07-29T22:06:07.427Z | Checking swrite v0.1.0 |
| 1890 | 2024-07-29T22:06:07.502Z | Compiling prettyplease v0.2.20 |
| 1891 | 2024-07-29T22:06:07.553Z | Compiling home v0.5.9 |
| 1892 | 2024-07-29T22:06:07.807Z | Compiling semver v0.1.20 |
| 1893 | 2024-07-29T22:06:07.826Z | Checking linked-hash-map v0.5.6 |
| 1894 | 2024-07-29T22:06:07.830Z | Compiling blake3 v1.5.1 |
| 1895 | 2024-07-29T22:06:07.914Z | Compiling ring v0.16.20 |
| 1896 | 2024-07-29T22:06:08.162Z | Compiling rustc_version v0.1.7 |
| 1897 | 2024-07-29T22:06:08.399Z | Checking lru-cache v0.1.2 |
| 1898 | 2024-07-29T22:06:08.471Z | Compiling cancel-safe-futures v0.1.5 |
| 1899 | 2024-07-29T22:06:08.609Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 1900 | 2024-07-29T22:06:08.659Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 1901 | 2024-07-29T22:06:08.801Z | Compiling newtype_derive v0.1.6 |
| 1902 | 2024-07-29T22:06:09.023Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 1903 | 2024-07-29T22:06:09.309Z | Checking steno v0.4.1 |
| 1904 | 2024-07-29T22:06:10.049Z | Checking num-rational v0.4.2 |
| 1905 | 2024-07-29T22:06:10.311Z | Checking num-complex v0.4.6 |
| 1906 | 2024-07-29T22:06:11.204Z | Checking num v0.4.3 |
| 1907 | 2024-07-29T22:06:11.312Z | Checking resolv-conf v0.7.0 |
| 1908 | 2024-07-29T22:06:11.473Z | Checking float-ord v0.3.2 |
| 1909 | 2024-07-29T22:06:11.579Z | Checking libsw v3.3.1 |
| 1910 | 2024-07-29T22:06:11.607Z | Compiling slog-dtrace v0.3.0 |
| 1911 | 2024-07-29T22:06:11.663Z | Checking trust-dns-resolver v0.22.0 |
| 1912 | 2024-07-29T22:06:11.721Z | Checking linear-map v1.2.0 |
| 1913 | 2024-07-29T22:06:11.845Z | Checking owo-colors v4.0.0 |
| 1914 | 2024-07-29T22:06:13.665Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 1915 | 2024-07-29T22:06:13.704Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1916 | 2024-07-29T22:06:14.046Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1917 | 2024-07-29T22:06:14.399Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1918 | 2024-07-29T22:06:14.518Z | Compiling crossbeam-deque v0.8.5 |
| 1919 | 2024-07-29T22:06:17.500Z | Compiling rayon v1.10.0 |
| 1920 | 2024-07-29T22:06:17.604Z | Compiling memmap2 v0.9.4 |
| 1921 | 2024-07-29T22:06:18.053Z | Compiling untrusted v0.7.1 |
| 1922 | 2024-07-29T22:06:18.151Z | Compiling arrayref v0.3.7 |
| 1923 | 2024-07-29T22:06:18.243Z | Compiling spin v0.5.2 |
| 1924 | 2024-07-29T22:06:18.259Z | Compiling arrayvec v0.7.4 |
| 1925 | 2024-07-29T22:06:18.370Z | Compiling constant_time_eq v0.3.0 |
| 1926 | 2024-07-29T22:06:18.667Z | Compiling toolchain_find v0.4.0 |
| 1927 | 2024-07-29T22:06:19.031Z | Compiling topological-sort v0.2.2 |
| 1928 | 2024-07-29T22:06:19.248Z | Compiling rustfmt-wrapper v0.2.1 |
| 1929 | 2024-07-29T22:06:19.395Z | Checking display-error-chain v0.2.0 |
| 1930 | 2024-07-29T22:06:19.547Z | Checking signature v2.2.0 |
| 1931 | 2024-07-29T22:06:19.754Z | Checking nibble_vec v0.1.0 |
| 1932 | 2024-07-29T22:06:19.843Z | Checking endian-type v0.1.2 |
| 1933 | 2024-07-29T22:06:19.940Z | Checking gethostname v0.4.3 |
| 1934 | 2024-07-29T22:06:20.065Z | Checking radix_trie v0.2.1 |
| 1935 | 2024-07-29T22:06:20.085Z | Compiling libefi-sys v0.1.0 |
| 1936 | 2024-07-29T22:06:20.103Z | Compiling bitfield-struct v0.6.1 |
| 1937 | 2024-07-29T22:06:20.375Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 1938 | 2024-07-29T22:06:20.789Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1939 | 2024-07-29T22:06:20.950Z | Checking fxhash v0.2.1 |
| 1940 | 2024-07-29T22:06:21.082Z | Checking keccak v0.1.5 |
| 1941 | 2024-07-29T22:06:21.140Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 1942 | 2024-07-29T22:06:21.364Z | Checking sha3 v0.10.8 |
| 1943 | 2024-07-29T22:06:21.510Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 1944 | 2024-07-29T22:06:21.561Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 1945 | 2024-07-29T22:06:21.740Z | Checking secrecy v0.8.0 |
| 1946 | 2024-07-29T22:06:21.762Z | Checking glob v0.3.1 |
| 1947 | 2024-07-29T22:06:22.071Z | Checking maplit v1.0.2 |
| 1948 | 2024-07-29T22:06:22.134Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 1949 | 2024-07-29T22:06:22.178Z | Compiling radium v0.7.0 |
| 1950 | 2024-07-29T22:06:22.276Z | Checking universal-hash v0.5.1 |
| 1951 | 2024-07-29T22:06:22.343Z | Compiling curve25519-dalek v4.1.3 |
| 1952 | 2024-07-29T22:06:22.447Z | Checking tap v1.0.1 |
| 1953 | 2024-07-29T22:06:22.611Z | Compiling omicron-zone-package v0.11.0 |
| 1954 | 2024-07-29T22:06:22.629Z | Checking opaque-debug v0.3.1 |
| 1955 | 2024-07-29T22:06:22.664Z | Compiling maybe-uninit v2.0.0 |
| 1956 | 2024-07-29T22:06:22.849Z | Checking wyz v0.5.1 |
| 1957 | 2024-07-29T22:06:23.069Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1958 | 2024-07-29T22:06:23.122Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1959 | 2024-07-29T22:06:23.228Z | Compiling num-bigint-dig v0.8.4 |
| 1960 | 2024-07-29T22:06:23.247Z | Compiling packed_struct v0.10.1 |
| 1961 | 2024-07-29T22:06:23.504Z | Checking funty v2.0.0 |
| 1962 | 2024-07-29T22:06:23.522Z | Checking crc-catalog v2.4.0 |
| 1963 | 2024-07-29T22:06:23.666Z | Checking crc v3.2.1 |
| 1964 | 2024-07-29T22:06:23.858Z | Compiling packed_struct_codegen v0.10.1 |
| 1965 | 2024-07-29T22:06:24.120Z | Compiling indexmap v1.9.3 |
| 1966 | 2024-07-29T22:06:24.398Z | Checking nodrop v0.1.14 |
| 1967 | 2024-07-29T22:06:24.528Z | Checking array-init v0.0.4 |
| 1968 | 2024-07-29T22:06:24.549Z | Checking bitvec v1.0.1 |
| 1969 | 2024-07-29T22:06:24.672Z | Checking smallvec v0.6.14 |
| 1970 | 2024-07-29T22:06:25.542Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 1971 | 2024-07-29T22:06:26.368Z | Checking pkcs1 v0.7.5 |
| 1972 | 2024-07-29T22:06:26.421Z | Checking aead v0.5.2 |
| 1973 | 2024-07-29T22:06:26.582Z | Compiling async-recursion v1.1.1 |
| 1974 | 2024-07-29T22:06:26.649Z | Compiling parking_lot_core v0.8.6 |
| 1975 | 2024-07-29T22:06:26.740Z | Checking bitfield v0.14.0 |
| 1976 | 2024-07-29T22:06:26.943Z | Checking hashbrown v0.12.3 |
| 1977 | 2024-07-29T22:06:27.059Z | Checking serde-hex v0.1.0 |
| 1978 | 2024-07-29T22:06:27.105Z | Checking bzip2 v0.4.4 |
| 1979 | 2024-07-29T22:06:27.244Z | Checking rsa v0.9.6 |
| 1980 | 2024-07-29T22:06:27.410Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1981 | 2024-07-29T22:06:27.674Z | Checking poly1305 v0.8.0 |
| 1982 | 2024-07-29T22:06:28.150Z | Checking env_logger v0.10.2 |
| 1983 | 2024-07-29T22:06:28.256Z | Checking chacha20 v0.9.1 |
| 1984 | 2024-07-29T22:06:28.310Z | Checking x509-cert v0.2.5 |
| 1985 | 2024-07-29T22:06:28.584Z | Checking ron v0.8.1 |
| 1986 | 2024-07-29T22:06:28.588Z | Checking hashbrown v0.13.2 |
| 1987 | 2024-07-29T22:06:28.677Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1988 | 2024-07-29T22:06:29.320Z | Checking crc-any v2.5.0 |
| 1989 | 2024-07-29T22:06:29.693Z | Checking zip v0.6.6 |
| 1990 | 2024-07-29T22:06:29.696Z | Checking object v0.30.4 |
| 1991 | 2024-07-29T22:06:29.866Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1992 | 2024-07-29T22:06:30.122Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 1993 | 2024-07-29T22:06:30.236Z | Checking path-slash v0.1.5 |
| 1994 | 2024-07-29T22:06:30.375Z | Checking parking_lot v0.11.2 |
| 1995 | 2024-07-29T22:06:30.401Z | Checking chacha20poly1305 v0.10.1 |
| 1996 | 2024-07-29T22:06:30.447Z | Checking trust-dns-client v0.22.0 |
| 1997 | 2024-07-29T22:06:30.586Z | Checking toml v0.5.11 |
| 1998 | 2024-07-29T22:06:30.720Z | Checking sled v0.34.7 |
| 1999 | 2024-07-29T22:06:31.056Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2000 | 2024-07-29T22:06:31.076Z | Compiling buf-list v1.0.3 |
| 2001 | 2024-07-29T22:06:31.661Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2002 | 2024-07-29T22:06:31.960Z | Compiling unicase v2.7.0 |
| 2003 | 2024-07-29T22:06:32.065Z | Checking trust-dns-server v0.22.1 |
| 2004 | 2024-07-29T22:06:32.085Z | Checking thiserror-no-std v2.0.2 |
| 2005 | 2024-07-29T22:06:32.136Z | Checking nanorand v0.7.0 |
| 2006 | 2024-07-29T22:06:32.202Z | Checking vsss-rs v3.3.4 |
| 2007 | 2024-07-29T22:06:32.505Z | Checking flume v0.11.0 |
| 2008 | 2024-07-29T22:06:32.983Z | Checking kstat-rs v0.2.4 |
| 2009 | 2024-07-29T22:06:33.440Z | Compiling pin-project-internal v1.1.5 |
| 2010 | 2024-07-29T22:06:33.502Z | Compiling vte_generate_state_changes v0.1.1 |
| 2011 | 2024-07-29T22:06:33.753Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2012 | 2024-07-29T22:06:34.007Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
| 2013 | 2024-07-29T22:06:34.053Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2014 | 2024-07-29T22:06:34.163Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2015 | 2024-07-29T22:06:34.526Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2016 | 2024-07-29T22:06:35.447Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2017 | 2024-07-29T22:06:35.782Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
| 2018 | 2024-07-29T22:06:36.792Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2019 | 2024-07-29T22:06:36.882Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
| 2020 | 2024-07-29T22:06:37.984Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
| 2021 | 2024-07-29T22:06:38.261Z | Compiling mime_guess v2.0.4 |
| 2022 | 2024-07-29T22:06:38.633Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
| 2023 | 2024-07-29T22:06:38.654Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2024 | 2024-07-29T22:06:39.644Z | Checking pin-project v1.1.5 |
| 2025 | 2024-07-29T22:06:39.779Z | Checking vte v0.11.1 |
| 2026 | 2024-07-29T22:06:40.966Z | Checking fd-lock v4.0.2 |
| 2027 | 2024-07-29T22:06:41.112Z | Checking strip-ansi-escapes v0.2.0 |
| 2028 | 2024-07-29T22:06:41.274Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
| 2029 | 2024-07-29T22:06:41.551Z | Checking nu-ansi-term v0.50.0 |
| 2030 | 2024-07-29T22:06:41.763Z | Compiling crunchy v0.2.2 |
| 2031 | 2024-07-29T22:06:41.979Z | Checking http-range v0.1.5 |
| 2032 | 2024-07-29T22:06:42.150Z | Checking hyper-staticfile v0.9.5 |
| 2033 | 2024-07-29T22:06:42.170Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2034 | 2024-07-29T22:06:42.220Z | Checking reedline v0.31.0 |
| 2035 | 2024-07-29T22:06:42.275Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
| 2036 | 2024-07-29T22:06:42.574Z | Compiling clang-sys v1.7.0 |
| 2037 | 2024-07-29T22:06:43.323Z | Compiling tiny-keccak v2.0.2 |
| 2038 | 2024-07-29T22:06:43.805Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2039 | 2024-07-29T22:06:44.119Z | Compiling ref-cast v1.0.23 |
| 2040 | 2024-07-29T22:06:44.394Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
| 2041 | 2024-07-29T22:06:44.965Z | Compiling ascii-canvas v3.0.0 |
| 2042 | 2024-07-29T22:06:45.037Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2043 | 2024-07-29T22:06:45.310Z | Compiling ena v0.14.3 |
| 2044 | 2024-07-29T22:06:45.377Z | Compiling ref-cast-impl v1.0.23 |
| 2045 | 2024-07-29T22:06:45.551Z | Compiling libloading v0.8.3 |
| 2046 | 2024-07-29T22:06:45.725Z | Checking bytecount v0.6.8 |
| 2047 | 2024-07-29T22:06:45.871Z | Compiling diff v0.1.13 |
| 2048 | 2024-07-29T22:06:45.997Z | Compiling regex-syntax v0.6.29 |
| 2049 | 2024-07-29T22:06:46.282Z | Compiling bindgen v0.69.4 |
| 2050 | 2024-07-29T22:06:46.611Z | Checking papergrid v0.11.0 |
| 2051 | 2024-07-29T22:06:47.081Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2052 | 2024-07-29T22:06:48.085Z | Compiling which v4.4.2 |
| 2053 | 2024-07-29T22:06:48.255Z | Compiling tabled_derive v0.7.0 |
| 2054 | 2024-07-29T22:06:48.725Z | Compiling cexpr v0.6.0 |
| 2055 | 2024-07-29T22:06:50.598Z | Compiling lalrpop v0.19.12 |
| 2056 | 2024-07-29T22:06:50.957Z | Compiling snafu-derive v0.8.2 |
| 2057 | 2024-07-29T22:06:51.413Z | Compiling cfg_aliases v0.1.1 |
| 2058 | 2024-07-29T22:06:51.536Z | Compiling rustc-hash v1.1.0 |
| 2059 | 2024-07-29T22:06:51.701Z | Compiling shlex v1.3.0 |
| 2060 | 2024-07-29T22:06:51.834Z | Compiling lazycell v1.3.0 |
| 2061 | 2024-07-29T22:06:52.138Z | Compiling nix v0.28.0 |
| 2062 | 2024-07-29T22:06:52.810Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2063 | 2024-07-29T22:06:52.960Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2064 | 2024-07-29T22:06:56.282Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2065 | 2024-07-29T22:06:57.058Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
| 2066 | 2024-07-29T22:07:00.082Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2067 | 2024-07-29T22:07:01.100Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2068 | 2024-07-29T22:07:01.807Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2069 | 2024-07-29T22:07:02.061Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2070 | 2024-07-29T22:07:02.383Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2071 | 2024-07-29T22:07:02.812Z | Checking snafu v0.8.2 |
| 2072 | 2024-07-29T22:07:03.310Z | Checking tabled v0.15.0 |
| 2073 | 2024-07-29T22:07:03.331Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2074 | 2024-07-29T22:07:03.612Z | Compiling derive_builder_core v0.20.0 |
| 2075 | 2024-07-29T22:07:04.241Z | Checking globset v0.4.14 |
| 2076 | 2024-07-29T22:07:04.769Z | Checking olpc-cjson v0.1.3 |
| 2077 | 2024-07-29T22:07:04.993Z | Checking serde_plain v1.0.2 |
| 2078 | 2024-07-29T22:07:05.253Z | Compiling libxml v0.3.3 |
| 2079 | 2024-07-29T22:07:05.609Z | Checking typed-path v0.7.1 |
| 2080 | 2024-07-29T22:07:06.215Z | Compiling derive_builder_macro v0.20.0 |
| 2081 | 2024-07-29T22:07:06.382Z | Compiling strum_macros v0.24.3 |
| 2082 | 2024-07-29T22:07:06.605Z | Compiling cookie v0.18.1 |
| 2083 | 2024-07-29T22:07:06.878Z | Checking parse-size v1.0.0 |
| 2084 | 2024-07-29T22:07:07.046Z | Compiling indoc v1.0.9 |
| 2085 | 2024-07-29T22:07:07.105Z | Checking derive_builder v0.20.0 |
| 2086 | 2024-07-29T22:07:07.346Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2087 | 2024-07-29T22:07:07.534Z | Checking tough v0.17.1 |
| 2088 | 2024-07-29T22:07:10.305Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2089 | 2024-07-29T22:07:10.389Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2090 | 2024-07-29T22:07:10.582Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2091 | 2024-07-29T22:07:10.601Z | Checking quick-xml v0.31.0 |
| 2092 | 2024-07-29T22:07:10.740Z | Compiling peg-macros v0.8.4 |
| 2093 | 2024-07-29T22:07:11.276Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2094 | 2024-07-29T22:07:12.218Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2095 | 2024-07-29T22:07:12.420Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2096 | 2024-07-29T22:07:12.858Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2097 | 2024-07-29T22:07:13.237Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2098 | 2024-07-29T22:07:14.158Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2099 | 2024-07-29T22:07:14.555Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2100 | 2024-07-29T22:07:16.022Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2101 | 2024-07-29T22:07:16.111Z | Compiling oso-derive v0.27.3 |
| 2102 | 2024-07-29T22:07:16.922Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2103 | 2024-07-29T22:07:17.258Z | Compiling sqlparser_derive v0.2.2 |
| 2104 | 2024-07-29T22:07:17.342Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2105 | 2024-07-29T22:07:17.594Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2106 | 2024-07-29T22:07:18.058Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2107 | 2024-07-29T22:07:18.390Z | Compiling memoffset v0.9.1 |
| 2108 | 2024-07-29T22:07:18.854Z | Checking unicode_categories v0.1.1 |
| 2109 | 2024-07-29T22:07:19.210Z | Checking sqlformat v0.2.4 |
| 2110 | 2024-07-29T22:07:20.004Z | Checking rustyline v14.0.0 |
| 2111 | 2024-07-29T22:07:20.189Z | Checking sqlparser v0.45.0 |
| 2112 | 2024-07-29T22:07:21.669Z | Checking peg v0.8.4 |
| 2113 | 2024-07-29T22:07:21.775Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2114 | 2024-07-29T22:07:24.394Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2115 | 2024-07-29T22:07:24.439Z | Checking bcs v0.1.6 |
| 2116 | 2024-07-29T22:07:24.927Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
| 2117 | 2024-07-29T22:07:25.217Z | Checking highway v1.1.0 |
| 2118 | 2024-07-29T22:07:25.609Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2119 | 2024-07-29T22:07:25.701Z | Checking bb8 v0.8.5 |
| 2120 | 2024-07-29T22:07:25.881Z | Compiling const_format_proc_macros v0.2.32 |
| 2121 | 2024-07-29T22:07:26.182Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
| 2122 | 2024-07-29T22:07:26.230Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
| 2123 | 2024-07-29T22:07:26.592Z | Checking nix v0.27.1 |
| 2124 | 2024-07-29T22:07:27.224Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2125 | 2024-07-29T22:07:27.489Z | Checking serde-big-array v0.5.1 |
| 2126 | 2024-07-29T22:07:27.721Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2127 | 2024-07-29T22:07:28.272Z | Checking const_format v0.2.32 |
| 2128 | 2024-07-29T22:07:28.523Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2129 | 2024-07-29T22:07:28.729Z | Checking signal-hook-tokio v0.3.1 |
| 2130 | 2024-07-29T22:07:28.912Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2131 | 2024-07-29T22:07:29.525Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2132 | 2024-07-29T22:07:29.651Z | Checking heck v0.4.1 |
| 2133 | 2024-07-29T22:07:29.853Z | Checking assert_matches v1.5.0 |
| 2134 | 2024-07-29T22:07:29.873Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 2135 | 2024-07-29T22:07:29.938Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2136 | 2024-07-29T22:07:29.957Z | Compiling portable-atomic v1.6.0 |
| 2137 | 2024-07-29T22:07:30.280Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2138 | 2024-07-29T22:07:30.724Z | Checking rand_seeder v0.2.3 |
| 2139 | 2024-07-29T22:07:30.986Z | Checking number_prefix v0.4.0 |
| 2140 | 2024-07-29T22:07:31.192Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2141 | 2024-07-29T22:07:31.422Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2142 | 2024-07-29T22:07:32.113Z | Checking indicatif v0.17.8 |
| 2143 | 2024-07-29T22:07:32.767Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2144 | 2024-07-29T22:07:32.838Z | Checking is_ci v1.2.0 |
| 2145 | 2024-07-29T22:07:32.895Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2146 | 2024-07-29T22:07:32.970Z | Checking supports-color v3.0.0 |
| 2147 | 2024-07-29T22:07:33.161Z | Checking castaway v0.2.2 |
| 2148 | 2024-07-29T22:07:33.210Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2149 | 2024-07-29T22:07:33.328Z | Checking compact_str v0.7.1 |
| 2150 | 2024-07-29T22:07:33.491Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2151 | 2024-07-29T22:07:33.657Z | Checking unicode-truncate v1.0.0 |
| 2152 | 2024-07-29T22:07:33.770Z | Checking itertools v0.13.0 |
| 2153 | 2024-07-29T22:07:33.790Z | Checking lru v0.12.3 |
| 2154 | 2024-07-29T22:07:33.902Z | Compiling stability v0.2.0 |
| 2155 | 2024-07-29T22:07:34.043Z | Checking cassowary v0.3.0 |
| 2156 | 2024-07-29T22:07:34.140Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2157 | 2024-07-29T22:07:34.457Z | Checking unicode-linebreak v0.1.5 |
| 2158 | 2024-07-29T22:07:34.851Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2159 | 2024-07-29T22:07:34.960Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2160 | 2024-07-29T22:07:35.391Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2161 | 2024-07-29T22:07:35.509Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2162 | 2024-07-29T22:07:36.392Z | Checking ratatui v0.27.0 |
| 2163 | 2024-07-29T22:07:36.578Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2164 | 2024-07-29T22:07:37.133Z | Checking smawk v0.3.2 |
| 2165 | 2024-07-29T22:07:37.342Z | Checking textwrap v0.16.1 |
| 2166 | 2024-07-29T22:07:37.727Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2167 | 2024-07-29T22:07:38.061Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2168 | 2024-07-29T22:07:38.231Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
| 2169 | 2024-07-29T22:07:39.394Z | Checking fatfs v0.3.6 |
| 2170 | 2024-07-29T22:07:40.044Z | Checking csv-core v0.1.11 |
| 2171 | 2024-07-29T22:07:40.408Z | Checking shell-words v1.1.0 |
| 2172 | 2024-07-29T22:07:40.477Z | Checking csv v1.3.0 |
| 2173 | 2024-07-29T22:07:40.595Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2174 | 2024-07-29T22:07:41.300Z | Checking cargo-platform v0.1.8 |
| 2175 | 2024-07-29T22:07:41.600Z | Checking rtoolbox v0.0.2 |
| 2176 | 2024-07-29T22:07:41.810Z | Compiling getrandom v0.1.16 |
| 2177 | 2024-07-29T22:07:42.470Z | Checking rpassword v7.3.1 |
| 2178 | 2024-07-29T22:07:42.596Z | Checking cargo_metadata v0.18.1 |
| 2179 | 2024-07-29T22:07:42.636Z | Checking tui-tree-widget v0.21.0 |
| 2180 | 2024-07-29T22:07:42.974Z | Checking plotters-backend v0.3.5 |
| 2181 | 2024-07-29T22:07:43.350Z | Checking plotters-svg v0.3.5 |
| 2182 | 2024-07-29T22:07:43.869Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2183 | 2024-07-29T22:07:44.298Z | Checking rfc6979 v0.4.0 |
| 2184 | 2024-07-29T22:07:44.728Z | Checking yansi v0.5.1 |
| 2185 | 2024-07-29T22:07:44.993Z | Checking cast v0.3.0 |
| 2186 | 2024-07-29T22:07:45.387Z | Checking criterion-plot v0.5.0 |
| 2187 | 2024-07-29T22:07:45.546Z | Checking pretty_assertions v1.4.0 |
| 2188 | 2024-07-29T22:07:45.749Z | Checking ecdsa v0.16.9 |
| 2189 | 2024-07-29T22:07:45.877Z | Checking rand_core v0.5.1 |
| 2190 | 2024-07-29T22:07:46.208Z | Checking plotters v0.3.5 |
| 2191 | 2024-07-29T22:07:46.474Z | Checking primeorder v0.13.6 |
| 2192 | 2024-07-29T22:07:47.007Z | Checking tinytemplate v1.2.1 |
| 2193 | 2024-07-29T22:07:47.269Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2194 | 2024-07-29T22:07:47.392Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2195 | 2024-07-29T22:07:47.520Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2196 | 2024-07-29T22:07:47.953Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2197 | 2024-07-29T22:07:48.111Z | Checking oorandom v11.1.3 |
| 2198 | 2024-07-29T22:07:48.268Z | Checking option-ext v0.2.0 |
| 2199 | 2024-07-29T22:07:48.397Z | Checking anes v0.1.6 |
| 2200 | 2024-07-29T22:07:48.565Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2201 | 2024-07-29T22:07:48.767Z | Checking criterion v0.5.1 |
| 2202 | 2024-07-29T22:07:49.982Z | Checking dirs-sys v0.4.1 |
| 2203 | 2024-07-29T22:07:50.185Z | Checking rand_chacha v0.2.2 |
| 2204 | 2024-07-29T22:07:50.529Z | Checking polyval v0.6.2 |
| 2205 | 2024-07-29T22:07:50.813Z | Checking ed25519 v2.2.3 |
| 2206 | 2024-07-29T22:07:51.064Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2207 | 2024-07-29T22:07:51.646Z | Checking aes v0.8.4 |
| 2208 | 2024-07-29T22:07:52.570Z | Checking blowfish v0.9.1 |
| 2209 | 2024-07-29T22:07:52.597Z | Checking ctr v0.9.2 |
| 2210 | 2024-07-29T22:07:52.843Z | Checking password-hash v0.4.2 |
| 2211 | 2024-07-29T22:07:52.912Z | Checking pbkdf2 v0.12.2 |
| 2212 | 2024-07-29T22:07:53.084Z | Checking hex-literal v0.4.1 |
| 2213 | 2024-07-29T22:07:53.222Z | Checking bcrypt-pbkdf v0.10.0 |
| 2214 | 2024-07-29T22:07:53.312Z | Checking pbkdf2 v0.11.0 |
| 2215 | 2024-07-29T22:07:53.487Z | Checking ed25519-dalek v2.1.1 |
| 2216 | 2024-07-29T22:07:53.616Z | Checking ghash v0.5.1 |
| 2217 | 2024-07-29T22:07:53.803Z | Checking rand v0.7.3 |
| 2218 | 2024-07-29T22:07:53.831Z | Checking dirs v5.0.1 |
| 2219 | 2024-07-29T22:07:53.990Z | Checking p256 v0.13.2 |
| 2220 | 2024-07-29T22:07:54.488Z | Checking p521 v0.13.3 |
| 2221 | 2024-07-29T22:07:55.115Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2222 | 2024-07-29T22:07:55.197Z | Checking cbc v0.1.2 |
| 2223 | 2024-07-29T22:07:55.418Z | Checking russh-cryptovec v0.7.2 |
| 2224 | 2024-07-29T22:07:55.636Z | Compiling doc-comment v0.3.3 |
| 2225 | 2024-07-29T22:07:55.928Z | Compiling target-lexicon v0.12.14 |
| 2226 | 2024-07-29T22:07:55.951Z | Checking md5 v0.7.0 |
| 2227 | 2024-07-29T22:07:56.245Z | Checking russh-keys v0.43.0 |
| 2228 | 2024-07-29T22:07:56.363Z | Checking aes-gcm v0.10.3 |
| 2229 | 2024-07-29T22:07:56.612Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2230 | 2024-07-29T22:07:57.020Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2231 | 2024-07-29T22:07:57.497Z | Checking http-body v1.0.0 |
| 2232 | 2024-07-29T22:07:57.724Z | Compiling guppy-workspace-hack v0.1.0 |
| 2233 | 2024-07-29T22:07:57.871Z | Compiling dhcproto-macros v0.1.0 |
| 2234 | 2024-07-29T22:07:58.003Z | Checking tower-layer v0.3.2 |
| 2235 | 2024-07-29T22:07:58.290Z | Compiling assert_cmd v2.0.14 |
| 2236 | 2024-07-29T22:07:58.523Z | Checking tower v0.4.13 |
| 2237 | 2024-07-29T22:07:58.733Z | Checking hyper v1.3.1 |
| 2238 | 2024-07-29T22:07:58.869Z | Checking dhcproto v0.11.0 |
| 2239 | 2024-07-29T22:07:59.277Z | Checking russh v0.43.0 |
| 2240 | 2024-07-29T22:08:00.471Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2241 | 2024-07-29T22:08:00.495Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2242 | 2024-07-29T22:08:01.178Z | Checking internet-checksum v0.2.1 |
| 2243 | 2024-07-29T22:08:01.324Z | Compiling target-spec v3.1.0 |
| 2244 | 2024-07-29T22:08:02.492Z | Checking cfg-expr v0.15.8 |
| 2245 | 2024-07-29T22:08:03.273Z | Checking hyper-util v0.1.3 |
| 2246 | 2024-07-29T22:08:03.419Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2247 | 2024-07-29T22:08:03.681Z | Checking rustls-native-certs v0.7.0 |
| 2248 | 2024-07-29T22:08:03.839Z | Checking httptest v0.15.5 |
| 2249 | 2024-07-29T22:08:04.873Z | Checking hyper-rustls v0.26.0 |
| 2250 | 2024-07-29T22:08:05.558Z | Checking pathdiff v0.2.1 |
| 2251 | 2024-07-29T22:08:05.720Z | Checking threadpool v1.8.1 |
| 2252 | 2024-07-29T22:08:05.937Z | Compiling rstest_macros v0.19.0 |
| 2253 | 2024-07-29T22:08:06.489Z | Checking escape8259 v0.5.2 |
| 2254 | 2024-07-29T22:08:06.616Z | Checking nested v0.1.1 |
| 2255 | 2024-07-29T22:08:06.693Z | Checking libtest-mimic v0.7.3 |
| 2256 | 2024-07-29T22:08:06.833Z | Checking guppy v0.17.5 |
| 2257 | 2024-07-29T22:08:07.252Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2258 | 2024-07-29T22:08:07.547Z | Checking similar-asserts v1.5.0 |
| 2259 | 2024-07-29T22:08:07.805Z | Checking fancy-regex v0.13.0 |
| 2260 | 2024-07-29T22:08:08.208Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2261 | 2024-07-29T22:08:08.570Z | Compiling trybuild v1.0.97 |
| 2262 | 2024-07-29T22:08:08.901Z | Compiling relative-path v1.9.3 |
| 2263 | 2024-07-29T22:08:09.082Z | Checking datatest-stable v0.2.9 |
| 2264 | 2024-07-29T22:08:09.408Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2265 | 2024-07-29T22:08:10.742Z | Checking blake2b_simd v1.0.2 |
| 2266 | 2024-07-29T22:08:11.488Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2267 | 2024-07-29T22:08:11.602Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2268 | 2024-07-29T22:08:11.783Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2269 | 2024-07-29T22:08:11.890Z | Checking serde_tokenstream v0.2.1 |
| 2270 | 2024-07-29T22:08:12.072Z | Checking uzers v0.11.3 |
| 2271 | 2024-07-29T22:08:12.255Z | Checking indent_write v2.2.0 |
| 2272 | 2024-07-29T22:08:12.434Z | Checking futures-timer v3.0.3 |
| 2273 | 2024-07-29T22:08:12.560Z | Checking rust-argon2 v2.1.0 |
| 2274 | 2024-07-29T22:08:13.021Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2275 | 2024-07-29T22:08:19.361Z | Checking rstest v0.19.0 |
| 2276 | 2024-07-29T22:08:19.410Z | Checking multimap v0.10.0 |
| 2277 | 2024-07-29T22:08:19.572Z | Checking rand_distr v0.4.3 |
| 2278 | 2024-07-29T22:08:19.719Z | Checking approx v0.5.1 |
| 2279 | 2024-07-29T22:08:19.945Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2280 | 2024-07-29T22:08:20.228Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2281 | 2024-07-29T22:08:20.864Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2282 | 2024-07-29T22:08:21.278Z | Checking partial-io v0.5.4 |
| 2283 | 2024-07-29T22:08:21.497Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2284 | 2024-07-29T22:08:21.670Z | Checking cargo_toml v0.20.4 |
| 2285 | 2024-07-29T22:08:21.802Z | Checking termios v0.3.3 |
| 2286 | 2024-07-29T22:08:22.021Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2287 | 2024-07-29T22:08:23.738Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2288 | 2024-07-29T22:08:24.069Z | Compiling samael v0.0.15 |
| 2289 | 2024-07-29T22:08:25.448Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2290 | 2024-07-29T22:08:37.939Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2291 | 2024-07-29T22:09:08.769Z | Compiling polar-core v0.27.3 |
| 2292 | 2024-07-29T22:09:12.173Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 2293 | 2024-07-29T22:09:12.883Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2294 | 2024-07-29T22:09:19.885Z | Checking oso v0.27.3 |
| 2295 | 2024-07-29T22:09:54.359Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2296 | 2024-07-29T22:09:54.359Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2297 | 2024-07-29T22:09:54.362Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2298 | 2024-07-29T22:11:07.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 58s |
| 2299 | 2024-07-29T22:11:08.028Z | |
| 2300 | 2024-07-29T22:11:08.028Z | real 6:03.591396406 |
| 2301 | 2024-07-29T22:11:08.028Z | user 32:45.869305887 |
| 2302 | 2024-07-29T22:11:08.028Z | sys 5:38.253050987 |
| 2303 | 2024-07-29T22:11:08.028Z | trap 0.839297432 |
| 2304 | 2024-07-29T22:11:08.028Z | tflt 0.780936250 |
| 2305 | 2024-07-29T22:11:08.028Z | dflt 0.482020974 |
| 2306 | 2024-07-29T22:11:08.028Z | kflt 0.001007865 |
| 2307 | 2024-07-29T22:11:08.028Z | lock 52:16.778401264 |
| 2308 | 2024-07-29T22:11:08.028Z | slp 1:36:32.663873616 |
| 2309 | 2024-07-29T22:11:08.028Z | lat 1:29.890835609 |
| 2310 | 2024-07-29T22:11:08.028Z | stop 5:00.469990036 |
| 2311 | 2024-07-29T22:11:08.031Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
| 2312 | 2024-07-29T22:11:08.031Z | + ptime -m cargo doc --workspace --no-deps |
| 2313 | 2024-07-29T22:11:09.060Z | warning: output filename collision. |
| 2314 | 2024-07-29T22:11:09.060Z | 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)`. |
| 2315 | 2024-07-29T22:11:09.060Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2316 | 2024-07-29T22:11:09.060Z | The targets should have unique names. |
| 2317 | 2024-07-29T22:11:09.060Z | This is a known bug where multiple crates with the same name use |
| 2318 | 2024-07-29T22:11:09.060Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2319 | 2024-07-29T22:11:09.618Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2320 | 2024-07-29T22:11:09.673Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2321 | 2024-07-29T22:11:09.704Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2322 | 2024-07-29T22:11:09.725Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2323 | 2024-07-29T22:11:09.747Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2324 | 2024-07-29T22:11:09.747Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2325 | 2024-07-29T22:11:09.885Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2326 | 2024-07-29T22:11:09.983Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2327 | 2024-07-29T22:11:09.999Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2328 | 2024-07-29T22:11:10.019Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2329 | 2024-07-29T22:11:10.022Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2330 | 2024-07-29T22:11:10.209Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2331 | 2024-07-29T22:11:10.258Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2332 | 2024-07-29T22:11:10.310Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2333 | 2024-07-29T22:11:10.480Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2334 | 2024-07-29T22:11:10.762Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2335 | 2024-07-29T22:11:11.600Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2336 | 2024-07-29T22:11:14.557Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2337 | 2024-07-29T22:11:14.747Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2338 | 2024-07-29T22:11:14.849Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2339 | 2024-07-29T22:11:15.133Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2340 | 2024-07-29T22:11:15.153Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2341 | 2024-07-29T22:11:15.429Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2342 | 2024-07-29T22:11:15.471Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2343 | 2024-07-29T22:11:15.774Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2344 | 2024-07-29T22:11:15.791Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2345 | 2024-07-29T22:11:15.979Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2346 | 2024-07-29T22:11:16.238Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2347 | 2024-07-29T22:11:16.462Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2348 | 2024-07-29T22:11:16.523Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2349 | 2024-07-29T22:11:16.873Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2350 | 2024-07-29T22:11:17.159Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2351 | 2024-07-29T22:11:17.603Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2352 | 2024-07-29T22:11:17.882Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2353 | 2024-07-29T22:11:18.118Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2354 | 2024-07-29T22:11:18.358Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2355 | 2024-07-29T22:11:18.395Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2356 | 2024-07-29T22:11:19.991Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2357 | 2024-07-29T22:11:21.316Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2358 | 2024-07-29T22:11:22.626Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2359 | 2024-07-29T22:11:23.283Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2360 | 2024-07-29T22:11:23.391Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
| 2361 | 2024-07-29T22:11:24.476Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2362 | 2024-07-29T22:11:24.724Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2363 | 2024-07-29T22:11:24.780Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2364 | 2024-07-29T22:11:27.415Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2365 | 2024-07-29T22:11:27.534Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2366 | 2024-07-29T22:11:28.063Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2367 | 2024-07-29T22:11:28.458Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2368 | 2024-07-29T22:11:28.673Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2369 | 2024-07-29T22:11:29.882Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2370 | 2024-07-29T22:11:31.913Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2371 | 2024-07-29T22:11:31.977Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2372 | 2024-07-29T22:11:32.877Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2373 | 2024-07-29T22:11:33.602Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2374 | 2024-07-29T22:11:33.690Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2375 | 2024-07-29T22:11:34.239Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2376 | 2024-07-29T22:11:34.511Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2377 | 2024-07-29T22:11:35.055Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2378 | 2024-07-29T22:11:35.539Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2379 | 2024-07-29T22:11:35.834Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2380 | 2024-07-29T22:11:36.072Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2381 | 2024-07-29T22:11:36.608Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2382 | 2024-07-29T22:11:36.611Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2383 | 2024-07-29T22:11:36.670Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2384 | 2024-07-29T22:11:36.694Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2385 | 2024-07-29T22:11:36.790Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2386 | 2024-07-29T22:11:37.089Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2387 | 2024-07-29T22:11:37.650Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2388 | 2024-07-29T22:11:37.842Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2389 | 2024-07-29T22:11:38.002Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2390 | 2024-07-29T22:11:38.377Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2391 | 2024-07-29T22:11:39.080Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2392 | 2024-07-29T22:11:39.745Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2393 | 2024-07-29T22:11:39.987Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2394 | 2024-07-29T22:11:40.277Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2395 | 2024-07-29T22:11:40.555Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2396 | 2024-07-29T22:11:40.982Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2397 | 2024-07-29T22:11:41.241Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2398 | 2024-07-29T22:11:41.520Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2399 | 2024-07-29T22:11:42.385Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2400 | 2024-07-29T22:11:43.114Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2401 | 2024-07-29T22:11:43.140Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2402 | 2024-07-29T22:11:46.409Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2403 | 2024-07-29T22:11:46.732Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2404 | 2024-07-29T22:11:47.389Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2405 | 2024-07-29T22:11:47.472Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2406 | 2024-07-29T22:11:48.217Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2407 | 2024-07-29T22:11:48.513Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2408 | 2024-07-29T22:11:49.333Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2409 | 2024-07-29T22:11:51.240Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2410 | 2024-07-29T22:11:58.140Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2411 | 2024-07-29T22:12:01.208Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2412 | 2024-07-29T22:12:07.406Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2413 | 2024-07-29T22:12:08.539Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2414 | 2024-07-29T22:12:15.124Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2415 | 2024-07-29T22:12:38.722Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2416 | 2024-07-29T22:12:45.169Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2417 | 2024-07-29T22:12:47.334Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2418 | 2024-07-29T22:12:49.310Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2419 | 2024-07-29T22:12:55.291Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2420 | 2024-07-29T22:12:55.771Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2421 | 2024-07-29T22:12:56.438Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2422 | 2024-07-29T22:12:58.083Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2423 | 2024-07-29T22:13:12.757Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2424 | 2024-07-29T22:13:13.190Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2425 | 2024-07-29T22:13:15.491Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2426 | 2024-07-29T22:13:16.528Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2427 | 2024-07-29T22:13:17.876Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2428 | 2024-07-29T22:13:18.775Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2429 | 2024-07-29T22:13:22.365Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2430 | 2024-07-29T22:13:24.241Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2431 | 2024-07-29T22:13:31.925Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2432 | 2024-07-29T22:13:34.589Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2433 | 2024-07-29T22:13:34.627Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2434 | 2024-07-29T22:13:37.538Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2435 | 2024-07-29T22:13:41.498Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2436 | 2024-07-29T22:13:59.196Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2437 | 2024-07-29T22:14:05.403Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2438 | 2024-07-29T22:14:08.193Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2439 | 2024-07-29T22:14:14.444Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2440 | 2024-07-29T22:14:16.371Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2441 | 2024-07-29T22:14:29.560Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2442 | 2024-07-29T22:14:30.048Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2443 | 2024-07-29T22:14:32.197Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2444 | 2024-07-29T22:14:39.026Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2445 | 2024-07-29T22:14:39.915Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2446 | 2024-07-29T22:14:46.161Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2447 | 2024-07-29T22:14:49.231Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2448 | 2024-07-29T22:14:49.384Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2449 | 2024-07-29T22:14:56.222Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2450 | 2024-07-29T22:15:00.346Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2451 | 2024-07-29T22:15:05.344Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2452 | 2024-07-29T22:15:05.493Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2453 | 2024-07-29T22:15:05.777Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2454 | 2024-07-29T22:15:06.253Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2455 | 2024-07-29T22:15:06.988Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2456 | 2024-07-29T22:15:08.526Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2457 | 2024-07-29T22:15:14.944Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2458 | 2024-07-29T22:15:19.795Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2459 | 2024-07-29T22:15:20.443Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 2460 | 2024-07-29T22:15:21.598Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2461 | 2024-07-29T22:15:22.292Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2462 | 2024-07-29T22:15:22.335Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2463 | 2024-07-29T22:15:28.397Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2464 | 2024-07-29T22:15:32.867Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2465 | 2024-07-29T22:15:34.639Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2466 | 2024-07-29T22:15:36.011Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2467 | 2024-07-29T22:15:37.005Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2468 | 2024-07-29T22:15:40.656Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2469 | 2024-07-29T22:15:45.801Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2470 | 2024-07-29T22:15:47.600Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2471 | 2024-07-29T22:15:48.027Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2472 | 2024-07-29T22:15:50.637Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2473 | 2024-07-29T22:15:50.795Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2474 | 2024-07-29T22:15:51.266Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2475 | 2024-07-29T22:15:52.263Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2476 | 2024-07-29T22:15:55.226Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2477 | 2024-07-29T22:16:01.199Z | Documenting oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
| 2478 | 2024-07-29T22:16:01.266Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2479 | 2024-07-29T22:16:04.055Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2480 | 2024-07-29T22:16:04.133Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2481 | 2024-07-29T22:16:04.177Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2482 | 2024-07-29T22:16:05.268Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2483 | 2024-07-29T22:16:05.591Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2484 | 2024-07-29T22:16:06.917Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2485 | 2024-07-29T22:16:08.597Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2486 | 2024-07-29T22:16:13.482Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2487 | 2024-07-29T22:16:18.335Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2488 | 2024-07-29T22:16:18.841Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2489 | 2024-07-29T22:16:19.835Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2490 | 2024-07-29T22:16:20.974Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2491 | 2024-07-29T22:16:23.421Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2492 | 2024-07-29T22:16:23.503Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2493 | 2024-07-29T22:16:23.789Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2494 | 2024-07-29T22:16:26.126Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2495 | 2024-07-29T22:16:26.837Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2496 | 2024-07-29T22:16:29.165Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2497 | 2024-07-29T22:16:29.287Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2498 | 2024-07-29T22:16:30.001Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2499 | 2024-07-29T22:16:44.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 36s |
| 2500 | 2024-07-29T22:16:44.536Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 110 other files |
| 2501 | 2024-07-29T22:16:44.583Z | |
| 2502 | 2024-07-29T22:16:44.583Z | real 5:36.518024037 |
| 2503 | 2024-07-29T22:16:44.583Z | user 19:31.048317483 |
| 2504 | 2024-07-29T22:16:44.583Z | sys 23:26.276146127 |
| 2505 | 2024-07-29T22:16:44.583Z | trap 0.339496867 |
| 2506 | 2024-07-29T22:16:44.586Z | tflt 0.062844930 |
| 2507 | 2024-07-29T22:16:44.586Z | dflt 0.206436011 |
| 2508 | 2024-07-29T22:16:44.586Z | kflt 0.000013069 |
| 2509 | 2024-07-29T22:16:44.586Z | lock 55:30.151915219 |
| 2510 | 2024-07-29T22:16:44.586Z | slp 1:31:49.068938801 |
| 2511 | 2024-07-29T22:16:44.586Z | lat 1:03.399571407 |
| 2512 | 2024-07-29T22:16:44.586Z | stop 50.614284962 |
| 2513 | 2024-07-29T22:16:44.587Z | process exited: duration 950130 ms, exit code 0 |
| |
| 2514 | 2024-07-29T22:16:44.594Z | found 0 output files |