|
|
|
| 1 | 2024-11-14T03:16:30.894Z | job assigned to worker 01JCMAPQ85XB6VQQPBEGXW3SBY (queued for 56 s) |
| |
| 2 | 2024-11-14T03:16:38.014Z | starting task 0: "setup" |
| 3 | 2024-11-14T03:16:38.024Z | ++ uname -s |
| 4 | 2024-11-14T03:16:38.027Z | + kern=SunOS |
| 5 | 2024-11-14T03:16:38.027Z | + case "$kern" in |
| 6 | 2024-11-14T03:16:38.027Z | + groupadd -g 12345 build |
| 7 | 2024-11-14T03:16:38.029Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-11-14T03:16:40.041Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-11-14T03:16:40.097Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-11-14T03:16:40.100Z | + home_fs=zfs |
| 11 | 2024-11-14T03:16:40.100Z | + [[ zfs == autofs ]] |
| 12 | 2024-11-14T03:16:40.100Z | + mkdir -p /home/build |
| 13 | 2024-11-14T03:16:40.103Z | + chown build:build /home/build /work |
| 14 | 2024-11-14T03:16:42.104Z | + chmod 0700 /home/build /work |
| 15 | 2024-11-14T03:16:42.107Z | process exited: duration 4092 ms, exit code 0 |
| |
| 16 | 2024-11-14T03:16:42.113Z | starting task 1: "rust-toolchain" |
| 17 | 2024-11-14T03:16:42.119Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-11-14T03:16:42.119Z | * toolchain channel = "1.81.0" |
| 19 | 2024-11-14T03:16:42.119Z | * toolchain profile = "default" |
| 20 | 2024-11-14T03:16:42.119Z | ' 1.81.0 |
| 21 | 2024-11-14T03:16:42.119Z | + printf ' * toolchain profile = "%s" |
| 22 | 2024-11-14T03:16:42.119Z | ' default |
| 23 | 2024-11-14T03:16:42.121Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-11-14T03:16:42.122Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
| 25 | 2024-11-14T03:16:42.235Z | info: downloading installer |
| 26 | 2024-11-14T03:16:43.433Z | info: profile set to 'default' |
| 27 | 2024-11-14T03:16:43.433Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-11-14T03:16:43.436Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
| 29 | 2024-11-14T03:16:43.591Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
| 30 | 2024-11-14T03:16:43.591Z | info: downloading component 'cargo' |
| 31 | 2024-11-14T03:16:44.416Z | info: downloading component 'clippy' |
| 32 | 2024-11-14T03:16:44.722Z | info: downloading component 'rust-docs' |
| 33 | 2024-11-14T03:16:45.872Z | info: downloading component 'rust-std' |
| 34 | 2024-11-14T03:16:47.659Z | info: downloading component 'rustc' |
| 35 | 2024-11-14T03:16:54.040Z | info: downloading component 'rustfmt' |
| 36 | 2024-11-14T03:16:54.289Z | info: installing component 'cargo' |
| 37 | 2024-11-14T03:16:55.112Z | info: installing component 'clippy' |
| 38 | 2024-11-14T03:16:55.497Z | info: installing component 'rust-docs' |
| 39 | 2024-11-14T03:16:57.117Z | info: installing component 'rust-std' |
| 40 | 2024-11-14T03:16:58.916Z | info: installing component 'rustc' |
| 41 | 2024-11-14T03:17:04.606Z | info: installing component 'rustfmt' |
| 42 | 2024-11-14T03:17:04.943Z | |
| 43 | 2024-11-14T03:17:04.943Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
| 44 | 2024-11-14T03:17:05.313Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 45 | 2024-11-14T03:17:05.313Z | |
| 46 | 2024-11-14T03:17:05.316Z | |
| 47 | 2024-11-14T03:17:05.316Z | Rust is installed now. Great! |
| 48 | 2024-11-14T03:17:05.316Z | |
| 49 | 2024-11-14T03:17:05.316Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-11-14T03:17:05.316Z | environment variable. This has not been done automatically. |
| 51 | 2024-11-14T03:17:05.316Z | |
| 52 | 2024-11-14T03:17:05.316Z | To configure your current shell, you need to source |
| 53 | 2024-11-14T03:17:05.316Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-11-14T03:17:05.316Z | |
| 55 | 2024-11-14T03:17:05.316Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-11-14T03:17:05.316Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-11-14T03:17:05.316Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-11-14T03:17:05.489Z | + rustc --version |
| 59 | 2024-11-14T03:17:05.493Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 60 | 2024-11-14T03:17:05.493Z | process exited: duration 23339 ms, exit code 0 |
| |
| 61 | 2024-11-14T03:17:05.500Z | starting task 2: "authentication" |
| 62 | 2024-11-14T03:17:05.519Z | process exited: duration 20 ms, exit code 0 |
| |
| 63 | 2024-11-14T03:17:05.525Z | starting task 3: "clone repository" |
| 64 | 2024-11-14T03:17:05.530Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-11-14T03:17:05.532Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-11-14T03:17:05.566Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-11-14T03:17:46.647Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-11-14T03:17:46.647Z | + git fetch origin 77a407bfb80c6d17b7675a17ecabd4f2f145e731 |
| 69 | 2024-11-14T03:17:47.397Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-11-14T03:17:47.397Z | * branch 77a407bfb80c6d17b7675a17ecabd4f2f145e731 -> FETCH_HEAD |
| 71 | 2024-11-14T03:17:47.406Z | + [[ -n iliana/relock ]] |
| 72 | 2024-11-14T03:17:47.408Z | ++ git branch --show-current |
| 73 | 2024-11-14T03:17:47.410Z | + current=main |
| 74 | 2024-11-14T03:17:47.410Z | + [[ main != iliana/relock ]] |
| 75 | 2024-11-14T03:17:47.411Z | + git branch -f iliana/relock 77a407bfb80c6d17b7675a17ecabd4f2f145e731 |
| 76 | 2024-11-14T03:17:47.414Z | + git checkout -f iliana/relock |
| 77 | 2024-11-14T03:17:47.584Z | Switched to branch 'iliana/relock' |
| 78 | 2024-11-14T03:17:47.587Z | + git reset --hard 77a407bfb80c6d17b7675a17ecabd4f2f145e731 |
| 79 | 2024-11-14T03:17:47.599Z | HEAD is now at 77a407bfb fix Cargo.lock merge |
| 80 | 2024-11-14T03:17:47.601Z | process exited: duration 42063 ms, exit code 0 |
| |
| 81 | 2024-11-14T03:17:47.609Z | starting task 4: "build" |
| 82 | 2024-11-14T03:17:47.612Z | + source ./env.sh |
| 83 | 2024-11-14T03:17:47.613Z | ++ OLD_SHELL_OPTS=ehxB |
| 84 | 2024-11-14T03:17:47.613Z | ++ set -o xtrace |
| 85 | 2024-11-14T03:17:47.615Z | ++++ dirname ./env.sh |
| 86 | 2024-11-14T03:17:47.618Z | +++ readlink -f . |
| 87 | 2024-11-14T03:17:47.622Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 88 | 2024-11-14T03:17:47.622Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 89 | 2024-11-14T03:17:47.622Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 90 | 2024-11-14T03:17:47.622Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 91 | 2024-11-14T03:17:47.622Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 92 | 2024-11-14T03:17:47.622Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 93 | 2024-11-14T03:17:47.622Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 94 | 2024-11-14T03:17:47.622Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 95 | 2024-11-14T03:17:47.622Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 96 | 2024-11-14T03:17:47.622Z | ++ case $OLD_SHELL_OPTS in |
| 97 | 2024-11-14T03:17:47.622Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 98 | 2024-11-14T03:17:47.622Z | + source .github/buildomat/ci-env.sh |
| 99 | 2024-11-14T03:17:47.622Z | ++ export CARGO_TERM_COLOR=always |
| 100 | 2024-11-14T03:17:47.622Z | ++ CARGO_TERM_COLOR=always |
| 101 | 2024-11-14T03:17:47.622Z | + cargo --version |
| 102 | 2024-11-14T03:17:47.679Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
| 103 | 2024-11-14T03:17:47.681Z | + rustc --version |
| 104 | 2024-11-14T03:17:47.744Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 105 | 2024-11-14T03:17:47.746Z | + banner prerequisites |
| 106 | 2024-11-14T03:17:47.749Z | |
| 107 | 2024-11-14T03:17:47.749Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 108 | 2024-11-14T03:17:47.749Z | # # # # # # # # # # # # # # # |
| 109 | 2024-11-14T03:17:47.749Z | # # # # ##### # # ##### # # # # # #### # |
| 110 | 2024-11-14T03:17:47.749Z | ##### ##### # ##### # # # # # # # # # |
| 111 | 2024-11-14T03:17:47.749Z | # # # # # # # # # # # # # # # |
| 112 | 2024-11-14T03:17:47.750Z | # # # ###### # # ###### ### # #### # #### # |
| 113 | 2024-11-14T03:17:47.750Z | |
| 114 | 2024-11-14T03:17:47.751Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 115 | 2024-11-14T03:17:56.347Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 116 | 2024-11-14T03:18:00.121Z | Startup: Caching catalogs ... Done |
| 117 | 2024-11-14T03:18:08.485Z | Planning: Solver setup ... Done (7.631s) |
| 118 | 2024-11-14T03:18:08.591Z | Planning: Running solver ... Done (0.105s) |
| 119 | 2024-11-14T03:18:08.681Z | Planning: Finding local manifests ... Done (0.005s) |
| 120 | 2024-11-14T03:18:08.695Z | Planning: Fetching manifests: 0/5 0% complete |
| 121 | 2024-11-14T03:18:08.915Z | Planning: Fetching manifests: 5/5 100% complete |
| 122 | 2024-11-14T03:18:09.016Z | Planning: Package planning ... Done (0.101s) |
| 123 | 2024-11-14T03:18:09.071Z | Planning: Merging actions ... Done (0.055s) |
| 124 | 2024-11-14T03:18:09.258Z | Planning: Checking for conflicting actions ... Done (0.186s) |
| 125 | 2024-11-14T03:18:11.208Z | Planning: Consolidating action changes ... Done (1.950s) |
| 126 | 2024-11-14T03:18:11.625Z | Planning: Evaluating mediators ... Done (0.417s) |
| 127 | 2024-11-14T03:18:11.707Z | Planning: Planning completed in 11.49 seconds |
| 128 | 2024-11-14T03:18:11.722Z | Packages to install: 4 |
| 129 | 2024-11-14T03:18:11.722Z | Packages to update: 1 |
| 130 | 2024-11-14T03:18:11.725Z | Mediators to change: 2 |
| 131 | 2024-11-14T03:18:11.725Z | Services to change: 1 |
| 132 | 2024-11-14T03:18:11.725Z | Estimated space available: 155.64 GB |
| 133 | 2024-11-14T03:18:11.725Z | Estimated space to be consumed: 1.59 GB |
| 134 | 2024-11-14T03:18:11.725Z | Create boot environment: No |
| 135 | 2024-11-14T03:18:11.725Z | Create backup boot environment: Yes |
| 136 | 2024-11-14T03:18:11.725Z | Rebuild boot archive: No |
| 137 | 2024-11-14T03:18:11.725Z | |
| 138 | 2024-11-14T03:18:11.725Z | Changed mediators: |
| 139 | 2024-11-14T03:18:11.725Z | mediator clang: |
| 140 | 2024-11-14T03:18:11.725Z | version: None -> 15 (system default) |
| 141 | 2024-11-14T03:18:11.725Z | |
| 142 | 2024-11-14T03:18:11.725Z | mediator llvm: |
| 143 | 2024-11-14T03:18:11.725Z | version: 14 (system default) -> 15 (system default) |
| 144 | 2024-11-14T03:18:11.725Z | |
| 145 | 2024-11-14T03:18:11.725Z | Changed packages: |
| 146 | 2024-11-14T03:18:11.725Z | helios-dev |
| 147 | 2024-11-14T03:18:11.725Z | developer/build-essential |
| 148 | 2024-11-14T03:18:11.725Z | None -> 11-2.0 |
| 149 | 2024-11-14T03:18:11.725Z | library/libxmlsec1 |
| 150 | 2024-11-14T03:18:11.725Z | None -> 1.2.35-2.0 |
| 151 | 2024-11-14T03:18:11.725Z | ooce/developer/clang-15 |
| 152 | 2024-11-14T03:18:11.726Z | None -> 15.0.7-2.0 |
| 153 | 2024-11-14T03:18:11.726Z | ooce/developer/llvm-15 |
| 154 | 2024-11-14T03:18:11.726Z | None -> 15.0.7-2.0 |
| 155 | 2024-11-14T03:18:11.726Z | package/pkg |
| 156 | 2024-11-14T03:18:11.726Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 157 | 2024-11-14T03:18:11.726Z | |
| 158 | 2024-11-14T03:18:11.726Z | Services: |
| 159 | 2024-11-14T03:18:11.726Z | restart_fmri: |
| 160 | 2024-11-14T03:18:11.726Z | svc:/system/update-man-index:default |
| 161 | 2024-11-14T03:18:11.726Z | |
| 162 | 2024-11-14T03:18:11.727Z | Editable files to change: |
| 163 | 2024-11-14T03:18:11.727Z | Update: |
| 164 | 2024-11-14T03:18:11.727Z | usr/share/lib/pkg/web/config.shtml |
| 165 | 2024-11-14T03:18:11.803Z | |
| 166 | 2024-11-14T03:18:11.803Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
| 167 | 2024-11-14T03:18:16.807Z | Download: 1348/4281 items 103.5/220.6MB 46% complete (21.0M/s) |
| 168 | 2024-11-14T03:18:21.808Z | Download: 3112/4281 items 132.6/220.6MB 60% complete (13.2M/s) |
| 169 | 2024-11-14T03:18:26.811Z | Download: 3506/4281 items 215.4/220.6MB 97% complete (11.2M/s) |
| 170 | 2024-11-14T03:18:29.665Z | Download: Completed 220.60 MB in 17.86 seconds (12.3M/s) |
| 171 | 2024-11-14T03:18:31.718Z | Actions: 1/5063 actions (Removing old actions) |
| 172 | 2024-11-14T03:18:31.737Z | Actions: 194/5063 actions (Installing new actions) |
| 173 | 2024-11-14T03:18:36.457Z | Actions: 4226/5063 actions (Updating modified actions) |
| 174 | 2024-11-14T03:18:36.779Z | Actions: Completed 5063 actions in 5.06 seconds. |
| 175 | 2024-11-14T03:18:37.148Z | Done (0.361s) |
| 176 | 2024-11-14T03:18:37.150Z | Done (0.000s) |
| 177 | 2024-11-14T03:18:37.664Z | Done (0.514s) |
| 178 | 2024-11-14T03:18:41.990Z | Done (4.109s) |
| 179 | 2024-11-14T03:18:42.077Z | Done (0.018s) |
| 180 | 2024-11-14T03:18:42.079Z | Done (0.000s) |
| 181 | 2024-11-14T03:18:42.223Z | Done (0.000s) |
| 182 | 2024-11-14T03:18:42.887Z | Planning: Evaluating mediator changes ... Done |
| 183 | 2024-11-14T03:18:43.044Z | Planning: Checking for conflicting actions ... Done |
| 184 | 2024-11-14T03:18:43.047Z | Planning: Consolidating action changes ... Done |
| 185 | 2024-11-14T03:18:43.311Z | Planning: Evaluating mediators ... Done |
| 186 | 2024-11-14T03:18:43.314Z | Planning: Planning completed in 0.42 seconds |
| 187 | 2024-11-14T03:18:43.351Z | Mediators to change: 2 |
| 188 | 2024-11-14T03:18:43.351Z | Create boot environment: No |
| 189 | 2024-11-14T03:18:43.353Z | Create backup boot environment: No |
| 190 | 2024-11-14T03:18:43.437Z | Done |
| 191 | 2024-11-14T03:18:43.437Z | Done |
| 192 | 2024-11-14T03:18:43.767Z | Done |
| 193 | 2024-11-14T03:18:47.249Z | Done |
| 194 | 2024-11-14T03:18:47.334Z | Done |
| 195 | 2024-11-14T03:18:47.337Z | Done |
| 196 | 2024-11-14T03:18:47.461Z | Done |
| 197 | 2024-11-14T03:18:48.059Z | Planning: Evaluating mediator changes ... Done |
| 198 | 2024-11-14T03:18:48.061Z | Planning: Merging actions ... Done |
| 199 | 2024-11-14T03:18:48.246Z | Planning: Checking for conflicting actions ... Done |
| 200 | 2024-11-14T03:18:48.249Z | Planning: Consolidating action changes ... Done |
| 201 | 2024-11-14T03:18:48.511Z | Planning: Evaluating mediators ... Done |
| 202 | 2024-11-14T03:18:48.564Z | Planning: Planning completed in 0.74 seconds |
| 203 | 2024-11-14T03:18:48.604Z | Packages to change: 1 |
| 204 | 2024-11-14T03:18:48.604Z | Mediators to change: 1 |
| 205 | 2024-11-14T03:18:48.607Z | Services to change: 1 |
| 206 | 2024-11-14T03:18:48.607Z | Create boot environment: No |
| 207 | 2024-11-14T03:18:48.607Z | Create backup boot environment: Yes |
| 208 | 2024-11-14T03:18:50.718Z | Actions: 1/6 actions (Updating modified actions) |
| 209 | 2024-11-14T03:18:50.720Z | Actions: Completed 6 actions in 0.00 seconds. |
| 210 | 2024-11-14T03:18:50.720Z | Done |
| 211 | 2024-11-14T03:18:50.720Z | Done |
| 212 | 2024-11-14T03:18:50.830Z | Done |
| 213 | 2024-11-14T03:18:54.452Z | Done |
| 214 | 2024-11-14T03:18:54.547Z | Done |
| 215 | 2024-11-14T03:18:54.550Z | Done |
| 216 | 2024-11-14T03:18:54.674Z | Done |
| 217 | 2024-11-14T03:18:55.098Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 218 | 2024-11-14T03:18:55.099Z | clang system 15 system |
| 219 | 2024-11-14T03:18:55.099Z | csh system system illumos |
| 220 | 2024-11-14T03:18:55.099Z | ctags system system illumos |
| 221 | 2024-11-14T03:18:55.099Z | gcc vendor 12 vendor |
| 222 | 2024-11-14T03:18:55.099Z | gcc system 10 system |
| 223 | 2024-11-14T03:18:55.099Z | gcc system 7 system |
| 224 | 2024-11-14T03:18:55.100Z | go system 1.20 system |
| 225 | 2024-11-14T03:18:55.100Z | go system 1.19 system |
| 226 | 2024-11-14T03:18:55.100Z | llvm system 15 system |
| 227 | 2024-11-14T03:18:55.100Z | llvm system 14 system |
| 228 | 2024-11-14T03:18:55.100Z | mariadb system 10.6 system |
| 229 | 2024-11-14T03:18:55.100Z | mta vendor vendor dma |
| 230 | 2024-11-14T03:18:55.100Z | openjdk system 17 system |
| 231 | 2024-11-14T03:18:55.101Z | openjdk system 11 system |
| 232 | 2024-11-14T03:18:55.101Z | openjdk system 1.8 system |
| 233 | 2024-11-14T03:18:55.101Z | openssl vendor 3 vendor |
| 234 | 2024-11-14T03:18:55.101Z | perl system 5.36 system |
| 235 | 2024-11-14T03:18:55.101Z | postgresql system 15 system |
| 236 | 2024-11-14T03:18:55.101Z | postgresql system 13 system |
| 237 | 2024-11-14T03:18:55.101Z | python vendor 3 vendor |
| 238 | 2024-11-14T03:18:55.101Z | python system 2 system |
| 239 | 2024-11-14T03:18:55.101Z | python3 system 3.11 system |
| 240 | 2024-11-14T03:18:55.101Z | ruby system 3.0 system |
| 241 | 2024-11-14T03:18:55.102Z | words vendor vendor american-english |
| 242 | 2024-11-14T03:18:55.102Z | words system system australian-english |
| 243 | 2024-11-14T03:18:55.102Z | words system system british-english |
| 244 | 2024-11-14T03:18:55.102Z | words system system canadian-english |
| 245 | 2024-11-14T03:18:55.102Z | words system system french |
| 246 | 2024-11-14T03:18:55.102Z | words system system italian |
| 247 | 2024-11-14T03:18:55.102Z | words system system ngerman |
| 248 | 2024-11-14T03:18:55.102Z | words system system ogerman |
| 249 | 2024-11-14T03:18:55.102Z | words system system spanish |
| 250 | 2024-11-14T03:18:55.426Z | PUBLISHER TYPE STATUS P LOCATION |
| 251 | 2024-11-14T03:18:55.426Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 252 | 2024-11-14T03:18:57.914Z | FMRI IFO |
| 253 | 2024-11-14T03:18:57.914Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 254 | 2024-11-14T03:18:57.914Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 255 | 2024-11-14T03:18:57.914Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 256 | 2024-11-14T03:18:57.914Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 257 | 2024-11-14T03:18:57.914Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 258 | 2024-11-14T03:18:57.914Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 259 | 2024-11-14T03:18:57.914Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 260 | 2024-11-14T03:18:57.914Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 261 | 2024-11-14T03:18:57.914Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 262 | 2024-11-14T03:18:57.914Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
| 263 | 2024-11-14T03:18:57.914Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 264 | 2024-11-14T03:18:57.914Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 265 | 2024-11-14T03:18:57.914Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
| 266 | 2024-11-14T03:18:57.914Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 267 | 2024-11-14T03:18:57.914Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 268 | 2024-11-14T03:18:58.635Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 269 | 2024-11-14T03:18:59.354Z | Updating crates.io index |
| 270 | 2024-11-14T03:18:59.357Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 271 | 2024-11-14T03:19:01.554Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 272 | 2024-11-14T03:19:02.187Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 273 | 2024-11-14T03:19:02.830Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 274 | 2024-11-14T03:19:03.437Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 275 | 2024-11-14T03:19:07.057Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 276 | 2024-11-14T03:19:12.821Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 277 | 2024-11-14T03:19:15.219Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 278 | 2024-11-14T03:19:18.753Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 279 | 2024-11-14T03:19:19.468Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 280 | 2024-11-14T03:19:20.203Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 281 | 2024-11-14T03:19:21.531Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 282 | 2024-11-14T03:19:22.128Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 283 | 2024-11-14T03:19:23.035Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 284 | 2024-11-14T03:19:23.662Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 285 | 2024-11-14T03:19:24.306Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 286 | 2024-11-14T03:19:24.844Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 287 | 2024-11-14T03:19:25.551Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 288 | 2024-11-14T03:19:26.408Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 289 | 2024-11-14T03:19:27.080Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 290 | 2024-11-14T03:19:37.739Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 291 | 2024-11-14T03:19:38.919Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 292 | 2024-11-14T03:19:39.554Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 293 | 2024-11-14T03:19:40.524Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 294 | 2024-11-14T03:19:41.373Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 295 | 2024-11-14T03:19:42.033Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 296 | 2024-11-14T03:19:42.813Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 297 | 2024-11-14T03:19:44.681Z | Downloading crates ... |
| 298 | 2024-11-14T03:19:44.752Z | Downloaded cargo-platform v0.1.8 |
| 299 | 2024-11-14T03:19:44.759Z | Downloaded bitflags v2.6.0 |
| 300 | 2024-11-14T03:19:44.763Z | Downloaded anstream v0.6.15 |
| 301 | 2024-11-14T03:19:44.766Z | Downloaded is_terminal_polyfill v1.70.1 |
| 302 | 2024-11-14T03:19:44.768Z | Downloaded usdt-macro v0.5.0 |
| 303 | 2024-11-14T03:19:44.768Z | Downloaded scroll v0.12.0 |
| 304 | 2024-11-14T03:19:44.776Z | Downloaded memmap v0.7.0 |
| 305 | 2024-11-14T03:19:44.779Z | Downloaded generic-array v0.14.7 |
| 306 | 2024-11-14T03:19:44.783Z | Downloaded quote v1.0.37 |
| 307 | 2024-11-14T03:19:44.785Z | Downloaded dtrace-parser v0.2.0 |
| 308 | 2024-11-14T03:19:44.788Z | Downloaded fastrand v2.1.1 |
| 309 | 2024-11-14T03:19:44.790Z | Downloaded byteorder v1.5.0 |
| 310 | 2024-11-14T03:19:44.792Z | Downloaded macaddr v1.0.1 |
| 311 | 2024-11-14T03:19:44.795Z | Downloaded block-buffer v0.10.4 |
| 312 | 2024-11-14T03:19:44.795Z | Downloaded anstyle-query v1.1.1 |
| 313 | 2024-11-14T03:19:44.797Z | Downloaded tempfile v3.13.0 |
| 314 | 2024-11-14T03:19:44.800Z | Downloaded thiserror v1.0.69 |
| 315 | 2024-11-14T03:19:44.803Z | Downloaded anstyle v1.0.10 |
| 316 | 2024-11-14T03:19:44.806Z | Downloaded clap_derive v4.5.18 |
| 317 | 2024-11-14T03:19:44.808Z | Downloaded sha2 v0.10.8 |
| 318 | 2024-11-14T03:19:44.810Z | Downloaded proc-macro-error v1.0.4 |
| 319 | 2024-11-14T03:19:44.813Z | Downloaded pest_meta v2.7.14 |
| 320 | 2024-11-14T03:19:44.815Z | Downloaded toml v0.8.19 |
| 321 | 2024-11-14T03:19:44.818Z | Downloaded heck v0.4.1 |
| 322 | 2024-11-14T03:19:44.821Z | Downloaded digest v0.10.7 |
| 323 | 2024-11-14T03:19:44.823Z | Downloaded cfg-if v1.0.0 |
| 324 | 2024-11-14T03:19:44.836Z | Downloaded toml_edit v0.22.22 |
| 325 | 2024-11-14T03:19:44.858Z | Downloaded serde_json v1.0.132 |
| 326 | 2024-11-14T03:19:44.865Z | Downloaded pest v2.7.14 |
| 327 | 2024-11-14T03:19:44.870Z | Downloaded winnow v0.6.20 |
| 328 | 2024-11-14T03:19:44.879Z | Downloaded serde v1.0.215 |
| 329 | 2024-11-14T03:19:44.883Z | Downloaded scroll_derive v0.12.0 |
| 330 | 2024-11-14T03:19:44.886Z | Downloaded equivalent v1.0.1 |
| 331 | 2024-11-14T03:19:44.897Z | Downloaded usdt-attr-macro v0.5.0 |
| 332 | 2024-11-14T03:19:44.902Z | Downloaded itoa v1.0.11 |
| 333 | 2024-11-14T03:19:44.905Z | Downloaded errno v0.3.9 |
| 334 | 2024-11-14T03:19:44.905Z | Downloaded clap_lex v0.7.2 |
| 335 | 2024-11-14T03:19:44.909Z | Downloaded cpufeatures v0.2.14 |
| 336 | 2024-11-14T03:19:44.909Z | Downloaded colorchoice v1.0.2 |
| 337 | 2024-11-14T03:19:44.911Z | Downloaded crypto-common v0.1.6 |
| 338 | 2024-11-14T03:19:44.911Z | Downloaded fs-err v2.11.0 |
| 339 | 2024-11-14T03:19:44.911Z | Downloaded pretty-hex v0.4.1 |
| 340 | 2024-11-14T03:19:44.915Z | Downloaded bytecount v0.6.8 |
| 341 | 2024-11-14T03:19:44.917Z | Downloaded serde_tokenstream v0.2.2 |
| 342 | 2024-11-14T03:19:44.919Z | Downloaded usdt v0.5.0 |
| 343 | 2024-11-14T03:19:44.922Z | Downloaded serde_spanned v0.6.8 |
| 344 | 2024-11-14T03:19:44.922Z | Downloaded fnv v1.0.7 |
| 345 | 2024-11-14T03:19:44.922Z | Downloaded dof v0.3.0 |
| 346 | 2024-11-14T03:19:44.925Z | Downloaded utf8parse v0.2.2 |
| 347 | 2024-11-14T03:19:44.928Z | Downloaded pest_generator v2.7.14 |
| 348 | 2024-11-14T03:19:44.929Z | Downloaded proc-macro-error-attr v1.0.4 |
| 349 | 2024-11-14T03:19:44.931Z | Downloaded unicode-linebreak v0.1.5 |
| 350 | 2024-11-14T03:19:44.934Z | Downloaded version_check v0.9.5 |
| 351 | 2024-11-14T03:19:44.934Z | Downloaded anstyle-parse v0.2.5 |
| 352 | 2024-11-14T03:19:44.936Z | Downloaded smawk v0.3.2 |
| 353 | 2024-11-14T03:19:44.939Z | Downloaded autocfg v1.4.0 |
| 354 | 2024-11-14T03:19:44.941Z | Downloaded toml_datetime v0.6.8 |
| 355 | 2024-11-14T03:19:44.941Z | Downloaded thread-id v4.2.2 |
| 356 | 2024-11-14T03:19:44.943Z | Downloaded tabled_derive v0.7.0 |
| 357 | 2024-11-14T03:19:44.943Z | Downloaded swrite v0.1.0 |
| 358 | 2024-11-14T03:19:44.946Z | Downloaded semver v1.0.23 |
| 359 | 2024-11-14T03:19:44.946Z | Downloaded heck v0.5.0 |
| 360 | 2024-11-14T03:19:44.949Z | Downloaded clap v4.5.20 |
| 361 | 2024-11-14T03:19:44.955Z | Downloaded usdt-impl v0.5.0 |
| 362 | 2024-11-14T03:19:44.958Z | Downloaded cargo_toml v0.20.5 |
| 363 | 2024-11-14T03:19:44.960Z | Downloaded thiserror-impl v1.0.69 |
| 364 | 2024-11-14T03:19:44.960Z | Downloaded terminal_size v0.4.0 |
| 365 | 2024-11-14T03:19:44.963Z | Downloaded plain v0.2.3 |
| 366 | 2024-11-14T03:19:44.963Z | Downloaded once_cell v1.20.2 |
| 367 | 2024-11-14T03:19:44.965Z | Downloaded cargo_metadata v0.18.1 |
| 368 | 2024-11-14T03:19:44.968Z | Downloaded papergrid v0.11.0 |
| 369 | 2024-11-14T03:19:44.971Z | Downloaded unicode-width v0.1.14 |
| 370 | 2024-11-14T03:19:44.976Z | Downloaded log v0.4.22 |
| 371 | 2024-11-14T03:19:44.979Z | Downloaded strsim v0.11.1 |
| 372 | 2024-11-14T03:19:44.981Z | Downloaded camino v1.1.9 |
| 373 | 2024-11-14T03:19:44.984Z | Downloaded unicode-ident v1.0.13 |
| 374 | 2024-11-14T03:19:44.986Z | Downloaded zerocopy-derive v0.7.35 |
| 375 | 2024-11-14T03:19:44.989Z | Downloaded textwrap v0.16.1 |
| 376 | 2024-11-14T03:19:44.991Z | Downloaded ucd-trie v0.1.7 |
| 377 | 2024-11-14T03:19:44.994Z | Downloaded serde_derive v1.0.215 |
| 378 | 2024-11-14T03:19:44.996Z | Downloaded syn v2.0.87 |
| 379 | 2024-11-14T03:19:45.007Z | Downloaded indexmap v2.6.0 |
| 380 | 2024-11-14T03:19:45.011Z | Downloaded memchr v2.7.4 |
| 381 | 2024-11-14T03:19:45.016Z | Downloaded ryu v1.0.18 |
| 382 | 2024-11-14T03:19:45.019Z | Downloaded pest_derive v2.7.14 |
| 383 | 2024-11-14T03:19:45.021Z | Downloaded anyhow v1.0.93 |
| 384 | 2024-11-14T03:19:45.025Z | Downloaded typenum v1.17.0 |
| 385 | 2024-11-14T03:19:45.027Z | Downloaded proc-macro2 v1.0.89 |
| 386 | 2024-11-14T03:19:45.030Z | Downloaded camino-tempfile v1.1.1 |
| 387 | 2024-11-14T03:19:45.032Z | Downloaded hashbrown v0.15.0 |
| 388 | 2024-11-14T03:19:45.038Z | Downloaded zerocopy v0.7.35 |
| 389 | 2024-11-14T03:19:45.054Z | Downloaded goblin v0.8.2 |
| 390 | 2024-11-14T03:19:45.059Z | Downloaded clap_builder v4.5.20 |
| 391 | 2024-11-14T03:19:45.066Z | Downloaded tabled v0.15.0 |
| 392 | 2024-11-14T03:19:45.081Z | Downloaded syn v1.0.109 |
| 393 | 2024-11-14T03:19:45.098Z | Downloaded rustix v0.38.37 |
| 394 | 2024-11-14T03:19:45.120Z | Downloaded libc v0.2.162 |
| 395 | 2024-11-14T03:19:45.417Z | Compiling proc-macro2 v1.0.89 |
| 396 | 2024-11-14T03:19:45.417Z | Compiling unicode-ident v1.0.13 |
| 397 | 2024-11-14T03:19:45.419Z | Compiling serde v1.0.215 |
| 398 | 2024-11-14T03:19:45.419Z | Compiling version_check v0.9.5 |
| 399 | 2024-11-14T03:19:45.419Z | Compiling thiserror v1.0.69 |
| 400 | 2024-11-14T03:19:45.419Z | Compiling memchr v2.7.4 |
| 401 | 2024-11-14T03:19:45.419Z | Compiling libc v0.2.162 |
| 402 | 2024-11-14T03:19:45.450Z | Compiling ryu v1.0.18 |
| 403 | 2024-11-14T03:19:45.671Z | Compiling itoa v1.0.11 |
| 404 | 2024-11-14T03:19:45.806Z | Compiling ucd-trie v0.1.7 |
| 405 | 2024-11-14T03:19:46.171Z | Compiling once_cell v1.20.2 |
| 406 | 2024-11-14T03:19:46.365Z | Compiling byteorder v1.5.0 |
| 407 | 2024-11-14T03:19:46.430Z | Compiling rustix v0.38.37 |
| 408 | 2024-11-14T03:19:46.500Z | Compiling serde_json v1.0.132 |
| 409 | 2024-11-14T03:19:46.577Z | Compiling bitflags v2.6.0 |
| 410 | 2024-11-14T03:19:46.887Z | Compiling proc-macro-error-attr v1.0.4 |
| 411 | 2024-11-14T03:19:47.028Z | Compiling usdt-impl v0.5.0 |
| 412 | 2024-11-14T03:19:47.179Z | Compiling syn v1.0.109 |
| 413 | 2024-11-14T03:19:47.201Z | Compiling proc-macro-error v1.0.4 |
| 414 | 2024-11-14T03:19:47.245Z | Compiling quote v1.0.37 |
| 415 | 2024-11-14T03:19:47.388Z | Compiling hashbrown v0.15.0 |
| 416 | 2024-11-14T03:19:47.477Z | Compiling errno v0.3.9 |
| 417 | 2024-11-14T03:19:47.497Z | Compiling log v0.4.22 |
| 418 | 2024-11-14T03:19:47.717Z | Compiling syn v2.0.87 |
| 419 | 2024-11-14T03:19:47.867Z | Compiling utf8parse v0.2.2 |
| 420 | 2024-11-14T03:19:47.893Z | Compiling equivalent v1.0.1 |
| 421 | 2024-11-14T03:19:47.982Z | Compiling plain v0.2.3 |
| 422 | 2024-11-14T03:19:48.009Z | Compiling camino v1.1.9 |
| 423 | 2024-11-14T03:19:48.041Z | Compiling thread-id v4.2.2 |
| 424 | 2024-11-14T03:19:48.139Z | Compiling anstyle-parse v0.2.5 |
| 425 | 2024-11-14T03:19:48.515Z | Compiling anstyle v1.0.10 |
| 426 | 2024-11-14T03:19:48.635Z | Compiling indexmap v2.6.0 |
| 427 | 2024-11-14T03:19:48.693Z | Compiling semver v1.0.23 |
| 428 | 2024-11-14T03:19:48.734Z | Compiling unicode-width v0.1.14 |
| 429 | 2024-11-14T03:19:48.975Z | Compiling colorchoice v1.0.2 |
| 430 | 2024-11-14T03:19:49.003Z | Compiling pretty-hex v0.4.1 |
| 431 | 2024-11-14T03:19:49.139Z | Compiling anstyle-query v1.1.1 |
| 432 | 2024-11-14T03:19:49.209Z | Compiling autocfg v1.4.0 |
| 433 | 2024-11-14T03:19:49.234Z | Compiling is_terminal_polyfill v1.70.1 |
| 434 | 2024-11-14T03:19:49.234Z | Compiling winnow v0.6.20 |
| 435 | 2024-11-14T03:19:49.364Z | Compiling anstream v0.6.15 |
| 436 | 2024-11-14T03:19:49.736Z | Compiling fnv v1.0.7 |
| 437 | 2024-11-14T03:19:49.893Z | Compiling fastrand v2.1.1 |
| 438 | 2024-11-14T03:19:50.067Z | Compiling terminal_size v0.4.0 |
| 439 | 2024-11-14T03:19:50.129Z | Compiling heck v0.5.0 |
| 440 | 2024-11-14T03:19:50.294Z | Compiling strsim v0.11.1 |
| 441 | 2024-11-14T03:19:50.497Z | Compiling anyhow v1.0.93 |
| 442 | 2024-11-14T03:19:50.534Z | Compiling fs-err v2.11.0 |
| 443 | 2024-11-14T03:19:50.694Z | Compiling heck v0.4.1 |
| 444 | 2024-11-14T03:19:50.795Z | Compiling bytecount v0.6.8 |
| 445 | 2024-11-14T03:19:50.834Z | Compiling cfg-if v1.0.0 |
| 446 | 2024-11-14T03:19:51.065Z | Compiling clap_lex v0.7.2 |
| 447 | 2024-11-14T03:19:51.400Z | Compiling tempfile v3.13.0 |
| 448 | 2024-11-14T03:19:51.490Z | Compiling clap_builder v4.5.20 |
| 449 | 2024-11-14T03:19:51.647Z | Compiling papergrid v0.11.0 |
| 450 | 2024-11-14T03:19:51.822Z | Compiling memmap v0.7.0 |
| 451 | 2024-11-14T03:19:52.068Z | Compiling smawk v0.3.2 |
| 452 | 2024-11-14T03:19:52.207Z | Compiling unicode-linebreak v0.1.5 |
| 453 | 2024-11-14T03:19:52.705Z | Compiling textwrap v0.16.1 |
| 454 | 2024-11-14T03:19:52.893Z | Compiling swrite v0.1.0 |
| 455 | 2024-11-14T03:19:54.152Z | Compiling tabled_derive v0.7.0 |
| 456 | 2024-11-14T03:19:55.808Z | Compiling tabled v0.15.0 |
| 457 | 2024-11-14T03:19:56.785Z | Compiling serde_derive v1.0.215 |
| 458 | 2024-11-14T03:19:56.785Z | Compiling thiserror-impl v1.0.69 |
| 459 | 2024-11-14T03:19:56.787Z | Compiling zerocopy-derive v0.7.35 |
| 460 | 2024-11-14T03:19:56.787Z | Compiling scroll_derive v0.12.0 |
| 461 | 2024-11-14T03:19:56.826Z | Compiling clap_derive v4.5.18 |
| 462 | 2024-11-14T03:19:58.274Z | Compiling scroll v0.12.0 |
| 463 | 2024-11-14T03:19:58.762Z | Compiling zerocopy v0.7.35 |
| 464 | 2024-11-14T03:19:58.830Z | Compiling goblin v0.8.2 |
| 465 | 2024-11-14T03:19:59.456Z | Compiling pest v2.7.14 |
| 466 | 2024-11-14T03:20:00.353Z | Compiling clap v4.5.20 |
| 467 | 2024-11-14T03:20:01.779Z | Compiling pest_meta v2.7.14 |
| 468 | 2024-11-14T03:20:02.622Z | Compiling pest_generator v2.7.14 |
| 469 | 2024-11-14T03:20:04.272Z | Compiling pest_derive v2.7.14 |
| 470 | 2024-11-14T03:20:04.959Z | Compiling dtrace-parser v0.2.0 |
| 471 | 2024-11-14T03:20:07.096Z | Compiling serde_spanned v0.6.8 |
| 472 | 2024-11-14T03:20:07.096Z | Compiling toml_datetime v0.6.8 |
| 473 | 2024-11-14T03:20:07.099Z | Compiling cargo-platform v0.1.8 |
| 474 | 2024-11-14T03:20:07.474Z | Compiling serde_tokenstream v0.2.2 |
| 475 | 2024-11-14T03:20:07.509Z | Compiling toml_edit v0.22.22 |
| 476 | 2024-11-14T03:20:07.712Z | Compiling macaddr v1.0.1 |
| 477 | 2024-11-14T03:20:07.766Z | Compiling camino-tempfile v1.1.1 |
| 478 | 2024-11-14T03:20:08.590Z | Compiling dof v0.3.0 |
| 479 | 2024-11-14T03:20:08.590Z | Compiling cargo_metadata v0.18.1 |
| 480 | 2024-11-14T03:20:10.215Z | Compiling toml v0.8.19 |
| 481 | 2024-11-14T03:20:10.860Z | Compiling usdt-macro v0.5.0 |
| 482 | 2024-11-14T03:20:10.907Z | Compiling usdt-attr-macro v0.5.0 |
| 483 | 2024-11-14T03:20:11.303Z | Compiling cargo_toml v0.20.5 |
| 484 | 2024-11-14T03:20:12.277Z | Compiling usdt v0.5.0 |
| 485 | 2024-11-14T03:20:14.784Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 486 | 2024-11-14T03:20:18.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
| 487 | 2024-11-14T03:20:19.149Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 488 | 2024-11-14T03:20:19.689Z | Downloading crates ... |
| 489 | 2024-11-14T03:20:19.811Z | Downloaded adler2 v2.0.0 |
| 490 | 2024-11-14T03:20:19.813Z | Downloaded addr2line v0.24.2 |
| 491 | 2024-11-14T03:20:19.819Z | Downloaded cfg_aliases v0.2.1 |
| 492 | 2024-11-14T03:20:19.821Z | Downloaded convert_case v0.4.0 |
| 493 | 2024-11-14T03:20:19.827Z | Downloaded atty v0.2.14 |
| 494 | 2024-11-14T03:20:19.830Z | Downloaded heck v0.3.3 |
| 495 | 2024-11-14T03:20:19.834Z | Downloaded castaway v0.2.3 |
| 496 | 2024-11-14T03:20:19.837Z | Downloaded ciborium-ll v0.2.2 |
| 497 | 2024-11-14T03:20:19.841Z | Downloaded httpdate v1.0.3 |
| 498 | 2024-11-14T03:20:19.843Z | Downloaded chrono-tz-build v0.4.0 |
| 499 | 2024-11-14T03:20:19.846Z | Downloaded cexpr v0.6.0 |
| 500 | 2024-11-14T03:20:19.846Z | Downloaded blowfish v0.9.1 |
| 501 | 2024-11-14T03:20:19.848Z | Downloaded icu_locid v1.5.0 |
| 502 | 2024-11-14T03:20:19.854Z | Downloaded http-range v0.1.5 |
| 503 | 2024-11-14T03:20:19.857Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 504 | 2024-11-14T03:20:19.857Z | Downloaded md5 v0.7.0 |
| 505 | 2024-11-14T03:20:19.860Z | Downloaded icu_provider_macros v1.5.0 |
| 506 | 2024-11-14T03:20:19.860Z | Downloaded instability v0.3.2 |
| 507 | 2024-11-14T03:20:19.863Z | Downloaded crc32fast v1.4.2 |
| 508 | 2024-11-14T03:20:19.865Z | Downloaded bit-vec v0.6.3 |
| 509 | 2024-11-14T03:20:19.865Z | Downloaded humantime v2.1.0 |
| 510 | 2024-11-14T03:20:19.868Z | Downloaded crc v3.2.1 |
| 511 | 2024-11-14T03:20:19.870Z | Downloaded lockfree-object-pool v0.1.6 |
| 512 | 2024-11-14T03:20:19.873Z | Downloaded linked-hash-map v0.5.6 |
| 513 | 2024-11-14T03:20:19.875Z | Downloaded maplit v1.0.2 |
| 514 | 2024-11-14T03:20:19.878Z | Downloaded managed v0.8.0 |
| 515 | 2024-11-14T03:20:19.878Z | Downloaded indent_write v2.2.0 |
| 516 | 2024-11-14T03:20:19.883Z | Downloaded headers-core v0.3.0 |
| 517 | 2024-11-14T03:20:19.883Z | Downloaded csv-core v0.1.11 |
| 518 | 2024-11-14T03:20:19.886Z | Downloaded mime v0.3.17 |
| 519 | 2024-11-14T03:20:19.886Z | Downloaded lazycell v1.3.0 |
| 520 | 2024-11-14T03:20:19.886Z | Downloaded ipnet v2.10.1 |
| 521 | 2024-11-14T03:20:19.888Z | Downloaded compact_str v0.8.0 |
| 522 | 2024-11-14T03:20:19.892Z | Downloaded hmac v0.12.1 |
| 523 | 2024-11-14T03:20:19.895Z | Downloaded hickory-client v0.24.1 |
| 524 | 2024-11-14T03:20:19.898Z | Downloaded quinn-udp v0.5.5 |
| 525 | 2024-11-14T03:20:19.900Z | Downloaded arrayvec v0.7.6 |
| 526 | 2024-11-14T03:20:19.904Z | Downloaded icu_normalizer_data v1.5.0 |
| 527 | 2024-11-14T03:20:19.906Z | Downloaded aho-corasick v1.1.3 |
| 528 | 2024-11-14T03:20:19.913Z | Downloaded crypto-bigint v0.5.5 |
| 529 | 2024-11-14T03:20:19.920Z | Downloaded icu_provider v1.5.0 |
| 530 | 2024-11-14T03:20:19.923Z | Downloaded heapless v0.7.17 |
| 531 | 2024-11-14T03:20:19.929Z | Downloaded hubpack_derive v0.1.1 |
| 532 | 2024-11-14T03:20:19.931Z | Downloaded crossterm v0.28.1 |
| 533 | 2024-11-14T03:20:19.937Z | Downloaded take_mut v0.2.2 |
| 534 | 2024-11-14T03:20:19.940Z | Downloaded darling v0.20.10 |
| 535 | 2024-11-14T03:20:19.944Z | Downloaded structmeta v0.2.0 |
| 536 | 2024-11-14T03:20:19.947Z | Downloaded similar v2.6.0 |
| 537 | 2024-11-14T03:20:19.951Z | Downloaded hostname v0.3.1 |
| 538 | 2024-11-14T03:20:19.954Z | Downloaded cfg_aliases v0.1.1 |
| 539 | 2024-11-14T03:20:19.956Z | Downloaded slab v0.4.9 |
| 540 | 2024-11-14T03:20:19.960Z | Downloaded hex v0.4.3 |
| 541 | 2024-11-14T03:20:19.960Z | Downloaded yoke-derive v0.7.4 |
| 542 | 2024-11-14T03:20:19.964Z | Downloaded hex-literal v0.4.1 |
| 543 | 2024-11-14T03:20:19.964Z | Downloaded ciborium-io v0.2.2 |
| 544 | 2024-11-14T03:20:19.966Z | Downloaded ident_case v1.0.1 |
| 545 | 2024-11-14T03:20:19.966Z | Downloaded crunchy v0.2.2 |
| 546 | 2024-11-14T03:20:19.966Z | Downloaded atomicwrites v0.4.4 |
| 547 | 2024-11-14T03:20:19.969Z | Downloaded block-padding v0.3.3 |
| 548 | 2024-11-14T03:20:19.969Z | Downloaded crucible-workspace-hack v0.1.0 |
| 549 | 2024-11-14T03:20:19.969Z | Downloaded base16ct v0.2.0 |
| 550 | 2024-11-14T03:20:19.971Z | Downloaded atomic-waker v1.1.2 |
| 551 | 2024-11-14T03:20:19.974Z | Downloaded matches v0.1.10 |
| 552 | 2024-11-14T03:20:19.974Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 553 | 2024-11-14T03:20:19.976Z | Downloaded match_cfg v0.1.0 |
| 554 | 2024-11-14T03:20:19.976Z | Downloaded assert_matches v1.5.0 |
| 555 | 2024-11-14T03:20:19.979Z | Downloaded cstr-argument v0.1.2 |
| 556 | 2024-11-14T03:20:19.979Z | Downloaded cipher v0.4.4 |
| 557 | 2024-11-14T03:20:19.982Z | Downloaded bitflags v1.3.2 |
| 558 | 2024-11-14T03:20:19.984Z | Downloaded internet-checksum v0.2.1 |
| 559 | 2024-11-14T03:20:19.987Z | Downloaded idna_adapter v1.2.0 |
| 560 | 2024-11-14T03:20:19.987Z | Downloaded cassowary v0.3.0 |
| 561 | 2024-11-14T03:20:19.989Z | Downloaded bit-set v0.5.3 |
| 562 | 2024-11-14T03:20:19.989Z | Downloaded aes v0.8.4 |
| 563 | 2024-11-14T03:20:19.993Z | Downloaded array-init v0.0.4 |
| 564 | 2024-11-14T03:20:19.996Z | Downloaded ascii-canvas v3.0.0 |
| 565 | 2024-11-14T03:20:19.996Z | Downloaded termcolor v1.4.1 |
| 566 | 2024-11-14T03:20:19.998Z | Downloaded arrayref v0.3.9 |
| 567 | 2024-11-14T03:20:20.000Z | Downloaded hyper-tls v0.6.0 |
| 568 | 2024-11-14T03:20:20.001Z | Downloaded colored v2.1.0 |
| 569 | 2024-11-14T03:20:20.003Z | Downloaded tower-service v0.3.3 |
| 570 | 2024-11-14T03:20:20.005Z | Downloaded darling_macro v0.20.10 |
| 571 | 2024-11-14T03:20:20.005Z | Downloaded httparse v1.9.5 |
| 572 | 2024-11-14T03:20:20.009Z | Downloaded constant_time_eq v0.3.1 |
| 573 | 2024-11-14T03:20:20.012Z | Downloaded lalrpop-util v0.19.12 |
| 574 | 2024-11-14T03:20:20.012Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 575 | 2024-11-14T03:20:20.014Z | Downloaded zerovec-derive v0.10.3 |
| 576 | 2024-11-14T03:20:20.016Z | Downloaded cobs v0.2.3 |
| 577 | 2024-11-14T03:20:20.019Z | Downloaded hyper-rustls v0.27.3 |
| 578 | 2024-11-14T03:20:20.021Z | Downloaded rtoolbox v0.0.2 |
| 579 | 2024-11-14T03:20:20.024Z | Downloaded chacha20 v0.9.1 |
| 580 | 2024-11-14T03:20:20.027Z | Downloaded ctr v0.9.2 |
| 581 | 2024-11-14T03:20:20.029Z | Downloaded downcast v0.11.0 |
| 582 | 2024-11-14T03:20:20.029Z | Downloaded whoami v1.5.2 |
| 583 | 2024-11-14T03:20:20.032Z | Downloaded primeorder v0.13.6 |
| 584 | 2024-11-14T03:20:20.034Z | Downloaded lru v0.12.5 |
| 585 | 2024-11-14T03:20:20.037Z | Downloaded untrusted v0.9.0 |
| 586 | 2024-11-14T03:20:20.037Z | Downloaded quick-error v1.2.3 |
| 587 | 2024-11-14T03:20:20.039Z | Downloaded foreign-types-shared v0.1.1 |
| 588 | 2024-11-14T03:20:20.040Z | Downloaded rand_core v0.6.4 |
| 589 | 2024-11-14T03:20:20.042Z | Downloaded maybe-uninit v2.0.0 |
| 590 | 2024-11-14T03:20:20.045Z | Downloaded foreign-types-shared v0.3.1 |
| 591 | 2024-11-14T03:20:20.045Z | Downloaded iana-time-zone v0.1.61 |
| 592 | 2024-11-14T03:20:20.047Z | Downloaded strip-ansi-escapes v0.2.0 |
| 593 | 2024-11-14T03:20:20.050Z | Downloaded simd-adler32 v0.3.7 |
| 594 | 2024-11-14T03:20:20.053Z | Downloaded universal-hash v0.5.1 |
| 595 | 2024-11-14T03:20:20.053Z | Downloaded fxhash v0.2.1 |
| 596 | 2024-11-14T03:20:20.055Z | Downloaded ahash v0.8.11 |
| 597 | 2024-11-14T03:20:20.058Z | Downloaded libefi-sys v0.1.0 |
| 598 | 2024-11-14T03:20:20.058Z | Downloaded console v0.15.8 |
| 599 | 2024-11-14T03:20:20.061Z | Downloaded cbc v0.1.2 |
| 600 | 2024-11-14T03:20:20.064Z | Downloaded spin v0.9.8 |
| 601 | 2024-11-14T03:20:20.066Z | Downloaded scopeguard v1.2.0 |
| 602 | 2024-11-14T03:20:20.069Z | Downloaded rustversion v1.0.17 |
| 603 | 2024-11-14T03:20:20.071Z | Downloaded ciborium v0.2.2 |
| 604 | 2024-11-14T03:20:20.074Z | Downloaded bzip2 v0.4.4 |
| 605 | 2024-11-14T03:20:20.076Z | Downloaded displaydoc v0.2.5 |
| 606 | 2024-11-14T03:20:20.078Z | Downloaded libloading v0.8.5 |
| 607 | 2024-11-14T03:20:20.081Z | Downloaded linear-map v1.2.0 |
| 608 | 2024-11-14T03:20:20.084Z | Downloaded icu_locid_transform v1.5.0 |
| 609 | 2024-11-14T03:20:20.086Z | Downloaded tap v1.0.1 |
| 610 | 2024-11-14T03:20:20.088Z | Downloaded tabwriter v1.4.0 |
| 611 | 2024-11-14T03:20:20.088Z | Downloaded schemars_derive v0.8.21 |
| 612 | 2024-11-14T03:20:20.091Z | Downloaded enum-as-inner v0.6.1 |
| 613 | 2024-11-14T03:20:20.094Z | Downloaded defmt-parser v0.3.4 |
| 614 | 2024-11-14T03:20:20.094Z | Downloaded tokio-rustls v0.26.0 |
| 615 | 2024-11-14T03:20:20.096Z | Downloaded rpassword v7.3.1 |
| 616 | 2024-11-14T03:20:20.099Z | Downloaded num-integer v0.1.46 |
| 617 | 2024-11-14T03:20:20.101Z | Downloaded hash32 v0.2.1 |
| 618 | 2024-11-14T03:20:20.101Z | Downloaded term v0.7.0 |
| 619 | 2024-11-14T03:20:20.106Z | Downloaded num-derive v0.4.2 |
| 620 | 2024-11-14T03:20:20.108Z | Downloaded der_derive v0.7.3 |
| 621 | 2024-11-14T03:20:20.111Z | Downloaded clang-sys v1.8.1 |
| 622 | 2024-11-14T03:20:20.114Z | Downloaded crossbeam-epoch v0.9.18 |
| 623 | 2024-11-14T03:20:20.117Z | Downloaded itertools v0.12.1 |
| 624 | 2024-11-14T03:20:20.124Z | Downloaded try-lock v0.2.5 |
| 625 | 2024-11-14T03:20:20.127Z | Downloaded pin-utils v0.1.0 |
| 626 | 2024-11-14T03:20:20.127Z | Downloaded phf_generator v0.11.2 |
| 627 | 2024-11-14T03:20:20.131Z | Downloaded crc-any v2.5.0 |
| 628 | 2024-11-14T03:20:20.133Z | Downloaded tokio-rustls v0.25.0 |
| 629 | 2024-11-14T03:20:20.133Z | Downloaded multimap v0.10.0 |
| 630 | 2024-11-14T03:20:20.136Z | Downloaded mockall v0.13.0 |
| 631 | 2024-11-14T03:20:20.136Z | Downloaded form_urlencoded v1.2.1 |
| 632 | 2024-11-14T03:20:20.138Z | Downloaded icu_locid_transform_data v1.5.0 |
| 633 | 2024-11-14T03:20:20.141Z | Downloaded radium v0.7.0 |
| 634 | 2024-11-14T03:20:20.141Z | Downloaded num-iter v0.1.45 |
| 635 | 2024-11-14T03:20:20.144Z | Downloaded r2d2 v0.8.10 |
| 636 | 2024-11-14T03:20:20.144Z | Downloaded rusqlite v0.32.1 |
| 637 | 2024-11-14T03:20:20.151Z | Downloaded foreign-types v0.5.0 |
| 638 | 2024-11-14T03:20:20.154Z | Downloaded bytes v1.7.2 |
| 639 | 2024-11-14T03:20:20.157Z | Downloaded number_prefix v0.4.0 |
| 640 | 2024-11-14T03:20:20.160Z | Downloaded ecdsa v0.16.9 |
| 641 | 2024-11-14T03:20:20.163Z | Downloaded backtrace v0.3.74 |
| 642 | 2024-11-14T03:20:20.166Z | Downloaded ppv-lite86 v0.2.20 |
| 643 | 2024-11-14T03:20:20.169Z | Downloaded unsafe-libyaml v0.2.11 |
| 644 | 2024-11-14T03:20:20.172Z | Downloaded newline-converter v0.3.0 |
| 645 | 2024-11-14T03:20:20.175Z | Downloaded sync_wrapper v1.0.1 |
| 646 | 2024-11-14T03:20:20.175Z | Downloaded embedded-io v0.4.0 |
| 647 | 2024-11-14T03:20:20.179Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 648 | 2024-11-14T03:20:20.181Z | Downloaded memmap2 v0.9.5 |
| 649 | 2024-11-14T03:20:20.181Z | Downloaded strum_macros v0.24.3 |
| 650 | 2024-11-14T03:20:20.184Z | Downloaded env_logger v0.10.2 |
| 651 | 2024-11-14T03:20:20.186Z | Downloaded pkcs5 v0.7.1 |
| 652 | 2024-11-14T03:20:20.190Z | Downloaded tungstenite v0.24.0 |
| 653 | 2024-11-14T03:20:20.195Z | Downloaded embedded-io v0.6.1 |
| 654 | 2024-11-14T03:20:20.197Z | Downloaded sct v0.7.1 |
| 655 | 2024-11-14T03:20:20.200Z | Downloaded parse-size v1.1.0 |
| 656 | 2024-11-14T03:20:20.202Z | Downloaded strum v0.26.3 |
| 657 | 2024-11-14T03:20:20.203Z | Downloaded ena v0.14.3 |
| 658 | 2024-11-14T03:20:20.205Z | Downloaded tls_codec_derive v0.4.1 |
| 659 | 2024-11-14T03:20:20.218Z | Downloaded slog-bunyan v2.5.0 |
| 660 | 2024-11-14T03:20:20.220Z | Downloaded icu_properties v1.5.1 |
| 661 | 2024-11-14T03:20:20.224Z | Downloaded time-macros v0.2.18 |
| 662 | 2024-11-14T03:20:20.227Z | Downloaded utf16_iter v1.0.5 |
| 663 | 2024-11-14T03:20:20.227Z | Downloaded newtype_derive v0.1.6 |
| 664 | 2024-11-14T03:20:20.231Z | Downloaded glob v0.3.1 |
| 665 | 2024-11-14T03:20:20.231Z | Downloaded defmt-macros v0.3.9 |
| 666 | 2024-11-14T03:20:20.234Z | Downloaded newtype-uuid v1.1.3 |
| 667 | 2024-11-14T03:20:20.236Z | Downloaded heapless v0.8.0 |
| 668 | 2024-11-14T03:20:20.239Z | Downloaded write16 v1.0.0 |
| 669 | 2024-11-14T03:20:20.242Z | Downloaded packed_struct_codegen v0.10.1 |
| 670 | 2024-11-14T03:20:20.245Z | Downloaded debug-ignore v1.0.5 |
| 671 | 2024-11-14T03:20:20.245Z | Downloaded rustc_version v0.1.7 |
| 672 | 2024-11-14T03:20:20.245Z | Downloaded slog-term v2.9.1 |
| 673 | 2024-11-14T03:20:20.248Z | Downloaded defmt v0.3.8 |
| 674 | 2024-11-14T03:20:20.252Z | Downloaded cc v1.1.30 |
| 675 | 2024-11-14T03:20:20.255Z | Downloaded shell-words v1.1.0 |
| 676 | 2024-11-14T03:20:20.259Z | Downloaded rustc_version v0.4.1 |
| 677 | 2024-11-14T03:20:20.261Z | Downloaded ron v0.7.1 |
| 678 | 2024-11-14T03:20:20.264Z | Downloaded string_cache v0.8.7 |
| 679 | 2024-11-14T03:20:20.267Z | Downloaded pkg-config v0.3.31 |
| 680 | 2024-11-14T03:20:20.269Z | Downloaded signature v2.2.0 |
| 681 | 2024-11-14T03:20:20.269Z | Downloaded signal-hook-tokio v0.3.1 |
| 682 | 2024-11-14T03:20:20.272Z | Downloaded rustfmt-wrapper v0.2.1 |
| 683 | 2024-11-14T03:20:20.275Z | Downloaded fs_extra v1.3.0 |
| 684 | 2024-11-14T03:20:20.275Z | Downloaded rsa v0.9.6 |
| 685 | 2024-11-14T03:20:20.280Z | Downloaded path-slash v0.1.5 |
| 686 | 2024-11-14T03:20:20.283Z | Downloaded progenitor-impl v0.8.0 |
| 687 | 2024-11-14T03:20:20.288Z | Downloaded utf-8 v0.7.6 |
| 688 | 2024-11-14T03:20:20.288Z | Downloaded termios v0.3.3 |
| 689 | 2024-11-14T03:20:20.288Z | Downloaded uzers v0.12.1 |
| 690 | 2024-11-14T03:20:20.291Z | Downloaded tls_codec v0.4.1 |
| 691 | 2024-11-14T03:20:20.293Z | Downloaded serde-big-array v0.5.1 |
| 692 | 2024-11-14T03:20:20.296Z | Downloaded writeable v0.5.5 |
| 693 | 2024-11-14T03:20:20.299Z | Downloaded dhcproto-macros v0.1.0 |
| 694 | 2024-11-14T03:20:20.299Z | Downloaded pkcs8 v0.10.2 |
| 695 | 2024-11-14T03:20:20.301Z | Downloaded futures-macro v0.3.31 |
| 696 | 2024-11-14T03:20:20.304Z | Downloaded foldhash v0.1.3 |
| 697 | 2024-11-14T03:20:20.304Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 698 | 2024-11-14T03:20:20.306Z | Downloaded dropshot_endpoint v0.13.0 |
| 699 | 2024-11-14T03:20:20.309Z | Downloaded slog-async v2.8.0 |
| 700 | 2024-11-14T03:20:20.312Z | Downloaded oso v0.27.3 |
| 701 | 2024-11-14T03:20:20.314Z | Downloaded futures-io v0.3.31 |
| 702 | 2024-11-14T03:20:20.317Z | Downloaded paste v1.0.15 |
| 703 | 2024-11-14T03:20:20.320Z | Downloaded parse-display v0.10.0 |
| 704 | 2024-11-14T03:20:20.322Z | Downloaded russh-cryptovec v0.7.3 |
| 705 | 2024-11-14T03:20:20.322Z | Downloaded zone v0.3.0 |
| 706 | 2024-11-14T03:20:20.324Z | Downloaded unarray v0.1.4 |
| 707 | 2024-11-14T03:20:20.324Z | Downloaded quinn v0.11.5 |
| 708 | 2024-11-14T03:20:20.328Z | Downloaded termtree v0.4.1 |
| 709 | 2024-11-14T03:20:20.330Z | Downloaded rand_chacha v0.3.1 |
| 710 | 2024-11-14T03:20:20.333Z | Downloaded ref-cast v1.0.23 |
| 711 | 2024-11-14T03:20:20.335Z | Downloaded float-ord v0.3.2 |
| 712 | 2024-11-14T03:20:20.335Z | Downloaded peg v0.8.4 |
| 713 | 2024-11-14T03:20:20.340Z | Downloaded peg-runtime v0.8.3 |
| 714 | 2024-11-14T03:20:20.342Z | Downloaded num_threads v0.1.7 |
| 715 | 2024-11-14T03:20:20.342Z | Downloaded dunce v1.0.5 |
| 716 | 2024-11-14T03:20:20.345Z | Downloaded psl-types v2.0.11 |
| 717 | 2024-11-14T03:20:20.345Z | Downloaded slog-envlogger v2.2.0 |
| 718 | 2024-11-14T03:20:20.348Z | Downloaded derive-where v1.2.7 |
| 719 | 2024-11-14T03:20:20.350Z | Downloaded vergen v8.3.2 |
| 720 | 2024-11-14T03:20:20.354Z | Downloaded uuid v1.11.0 |
| 721 | 2024-11-14T03:20:20.357Z | Downloaded foreign-types v0.3.2 |
| 722 | 2024-11-14T03:20:20.360Z | Downloaded rfc6979 v0.4.0 |
| 723 | 2024-11-14T03:20:20.360Z | Downloaded slog v2.7.0 |
| 724 | 2024-11-14T03:20:20.363Z | Downloaded nu-ansi-term v0.50.1 |
| 725 | 2024-11-14T03:20:20.366Z | Downloaded tokio-stream v0.1.16 |
| 726 | 2024-11-14T03:20:20.371Z | Downloaded headers v0.4.0 |
| 727 | 2024-11-14T03:20:20.377Z | Downloaded data-encoding v2.6.0 |
| 728 | 2024-11-14T03:20:20.379Z | Downloaded subtle v2.6.1 |
| 729 | 2024-11-14T03:20:20.382Z | Downloaded time-core v0.1.2 |
| 730 | 2024-11-14T03:20:20.382Z | Downloaded slog-scope v4.4.0 |
| 731 | 2024-11-14T03:20:20.384Z | Downloaded progenitor-macro v0.8.0 |
| 732 | 2024-11-14T03:20:20.384Z | Downloaded zone v0.1.8 |
| 733 | 2024-11-14T03:20:20.387Z | Downloaded tokio-native-tls v0.3.1 |
| 734 | 2024-11-14T03:20:20.389Z | Downloaded scheduled-thread-pool v0.2.7 |
| 735 | 2024-11-14T03:20:20.389Z | Downloaded supports-color v3.0.1 |
| 736 | 2024-11-14T03:20:20.392Z | Downloaded smallvec v0.6.14 |
| 737 | 2024-11-14T03:20:20.395Z | Downloaded powerfmt v0.2.0 |
| 738 | 2024-11-14T03:20:20.395Z | Downloaded mockall_derive v0.13.0 |
| 739 | 2024-11-14T03:20:20.398Z | Downloaded slog-json v2.6.1 |
| 740 | 2024-11-14T03:20:20.400Z | Downloaded strum_macros v0.26.4 |
| 741 | 2024-11-14T03:20:20.403Z | Downloaded fatfs v0.3.6 |
| 742 | 2024-11-14T03:20:20.405Z | Downloaded elliptic-curve v0.13.8 |
| 743 | 2024-11-14T03:20:20.410Z | Downloaded russh v0.45.0 |
| 744 | 2024-11-14T03:20:20.415Z | Downloaded unicode-truncate v1.1.0 |
| 745 | 2024-11-14T03:20:20.418Z | Downloaded parse-display-derive v0.10.0 |
| 746 | 2024-11-14T03:20:20.420Z | Downloaded num-rational v0.4.2 |
| 747 | 2024-11-14T03:20:20.422Z | Downloaded percent-encoding v2.3.1 |
| 748 | 2024-11-14T03:20:20.422Z | Downloaded pem v3.0.4 |
| 749 | 2024-11-14T03:20:20.425Z | Downloaded enum-as-inner v0.5.1 |
| 750 | 2024-11-14T03:20:20.428Z | Downloaded zerofrom v0.1.4 |
| 751 | 2024-11-14T03:20:20.428Z | Downloaded smf v0.2.3 |
| 752 | 2024-11-14T03:20:20.428Z | Downloaded rustls-pemfile v1.0.4 |
| 753 | 2024-11-14T03:20:20.430Z | Downloaded diesel-dtrace v0.3.0 |
| 754 | 2024-11-14T03:20:20.433Z | Downloaded regex v1.11.1 |
| 755 | 2024-11-14T03:20:20.447Z | Downloaded structmeta-derive v0.2.0 |
| 756 | 2024-11-14T03:20:20.450Z | Downloaded normalize-line-endings v0.3.0 |
| 757 | 2024-11-14T03:20:20.450Z | Downloaded postgres-types v0.2.8 |
| 758 | 2024-11-14T03:20:20.452Z | Downloaded pem-rfc7468 v0.7.0 |
| 759 | 2024-11-14T03:20:20.455Z | Downloaded xz2 v0.1.7 |
| 760 | 2024-11-14T03:20:20.457Z | Downloaded peg-macros v0.8.4 |
| 761 | 2024-11-14T03:20:20.460Z | Downloaded shlex v1.3.0 |
| 762 | 2024-11-14T03:20:20.460Z | Downloaded olpc-cjson v0.1.4 |
| 763 | 2024-11-14T03:20:20.462Z | Downloaded serde_derive_internals v0.29.1 |
| 764 | 2024-11-14T03:20:20.462Z | Downloaded qorb v0.2.0 |
| 765 | 2024-11-14T03:20:20.466Z | Downloaded phf_shared v0.10.0 |
| 766 | 2024-11-14T03:20:20.469Z | Downloaded resolv-conf v0.7.0 |
| 767 | 2024-11-14T03:20:20.472Z | Downloaded derive_builder_macro v0.20.2 |
| 768 | 2024-11-14T03:20:20.472Z | Downloaded hashlink v0.9.1 |
| 769 | 2024-11-14T03:20:20.474Z | Downloaded futures-executor v0.3.31 |
| 770 | 2024-11-14T03:20:20.476Z | Downloaded dhcproto v0.12.0 |
| 771 | 2024-11-14T03:20:20.479Z | Downloaded nodrop v0.1.14 |
| 772 | 2024-11-14T03:20:20.481Z | Downloaded packed_struct v0.10.1 |
| 773 | 2024-11-14T03:20:20.484Z | Downloaded env_logger v0.11.5 |
| 774 | 2024-11-14T03:20:20.486Z | Downloaded unicode_categories v0.1.1 |
| 775 | 2024-11-14T03:20:20.489Z | Downloaded derive_builder_core v0.20.2 |
| 776 | 2024-11-14T03:20:20.491Z | Downloaded derive_builder v0.20.2 |
| 777 | 2024-11-14T03:20:20.495Z | Downloaded dirs-next v2.0.0 |
| 778 | 2024-11-14T03:20:20.498Z | Downloaded thiserror-no-std v2.0.2 |
| 779 | 2024-11-14T03:20:20.501Z | Downloaded want v0.3.1 |
| 780 | 2024-11-14T03:20:20.503Z | Downloaded stringprep v0.1.5 |
| 781 | 2024-11-14T03:20:20.506Z | Downloaded unicode-properties v0.1.3 |
| 782 | 2024-11-14T03:20:20.508Z | Downloaded dyn-clone v1.0.17 |
| 783 | 2024-11-14T03:20:20.508Z | Downloaded dirs-sys-next v0.1.2 |
| 784 | 2024-11-14T03:20:20.511Z | Downloaded flate2 v1.0.34 |
| 785 | 2024-11-14T03:20:20.516Z | Downloaded tracing-attributes v0.1.27 |
| 786 | 2024-11-14T03:20:20.519Z | Downloaded topological-sort v0.2.2 |
| 787 | 2024-11-14T03:20:20.521Z | Downloaded progenitor-client v0.8.0 |
| 788 | 2024-11-14T03:20:20.524Z | Downloaded half v2.4.1 |
| 789 | 2024-11-14T03:20:20.527Z | Downloaded libm v0.2.8 |
| 790 | 2024-11-14T03:20:20.534Z | Downloaded ed25519 v2.2.3 |
| 791 | 2024-11-14T03:20:20.536Z | Downloaded darling_core v0.20.10 |
| 792 | 2024-11-14T03:20:20.542Z | Downloaded phf v0.11.2 |
| 793 | 2024-11-14T03:20:20.544Z | Downloaded rustls-pemfile v2.2.0 |
| 794 | 2024-11-14T03:20:20.546Z | Downloaded scrypt v0.11.0 |
| 795 | 2024-11-14T03:20:20.549Z | Downloaded openssl-probe v0.1.5 |
| 796 | 2024-11-14T03:20:20.549Z | Downloaded nibble_vec v0.1.0 |
| 797 | 2024-11-14T03:20:20.551Z | Downloaded spin v0.5.2 |
| 798 | 2024-11-14T03:20:20.554Z | Downloaded rusty-fork v0.3.0 |
| 799 | 2024-11-14T03:20:20.556Z | Downloaded yasna v0.5.2 |
| 800 | 2024-11-14T03:20:20.558Z | Downloaded pretty-hex v0.2.1 |
| 801 | 2024-11-14T03:20:20.558Z | Downloaded mirai-annotations v1.12.0 |
| 802 | 2024-11-14T03:20:20.561Z | Downloaded zerofrom-derive v0.1.4 |
| 803 | 2024-11-14T03:20:20.561Z | Downloaded new_debug_unreachable v1.0.6 |
| 804 | 2024-11-14T03:20:20.564Z | Downloaded hyper v1.5.0 |
| 805 | 2024-11-14T03:20:20.569Z | Downloaded typify-macro v0.2.0 |
| 806 | 2024-11-14T03:20:20.572Z | Downloaded sec1 v0.7.3 |
| 807 | 2024-11-14T03:20:20.574Z | Downloaded miniz_oxide v0.8.0 |
| 808 | 2024-11-14T03:20:20.577Z | Downloaded dropshot_endpoint v0.12.0 |
| 809 | 2024-11-14T03:20:20.579Z | Downloaded tokio-postgres v0.7.12 |
| 810 | 2024-11-14T03:20:20.584Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 811 | 2024-11-14T03:20:20.587Z | Downloaded progenitor v0.8.0 |
| 812 | 2024-11-14T03:20:20.587Z | Downloaded strum_macros v0.25.3 |
| 813 | 2024-11-14T03:20:20.589Z | Downloaded smallvec v1.13.2 |
| 814 | 2024-11-14T03:20:20.592Z | Downloaded static_assertions v1.1.0 |
| 815 | 2024-11-14T03:20:20.594Z | Downloaded itertools v0.13.0 |
| 816 | 2024-11-14T03:20:20.602Z | Downloaded zone_cfg_derive v0.1.2 |
| 817 | 2024-11-14T03:20:20.604Z | Downloaded ghash v0.5.1 |
| 818 | 2024-11-14T03:20:20.604Z | Downloaded predicates-tree v1.0.11 |
| 819 | 2024-11-14T03:20:20.607Z | Downloaded signal-hook-registry v1.4.2 |
| 820 | 2024-11-14T03:20:20.607Z | Downloaded zerocopy v0.6.6 |
| 821 | 2024-11-14T03:20:20.609Z | Downloaded parking_lot_core v0.9.10 |
| 822 | 2024-11-14T03:20:20.611Z | Downloaded funty v2.0.0 |
| 823 | 2024-11-14T03:20:20.614Z | Downloaded flume v0.11.1 |
| 824 | 2024-11-14T03:20:20.617Z | Downloaded zeroize v1.8.1 |
| 825 | 2024-11-14T03:20:20.619Z | Downloaded zone_cfg_derive v0.3.0 |
| 826 | 2024-11-14T03:20:20.619Z | Downloaded hkdf v0.12.4 |
| 827 | 2024-11-14T03:20:20.621Z | Downloaded phf_codegen v0.11.2 |
| 828 | 2024-11-14T03:20:20.624Z | Downloaded phf_shared v0.11.2 |
| 829 | 2024-11-14T03:20:20.624Z | Downloaded aws-lc-rs v1.10.0 |
| 830 | 2024-11-14T03:20:20.633Z | Downloaded oso-derive v0.27.3 |
| 831 | 2024-11-14T03:20:20.636Z | Downloaded tokio-tungstenite v0.24.0 |
| 832 | 2024-11-14T03:20:20.639Z | Downloaded rustyline v14.0.0 |
| 833 | 2024-11-14T03:20:20.642Z | Downloaded wyz v0.5.1 |
| 834 | 2024-11-14T03:20:20.645Z | Downloaded test-strategy v0.3.1 |
| 835 | 2024-11-14T03:20:20.648Z | Downloaded omicron-zone-package v0.11.1 |
| 836 | 2024-11-14T03:20:20.651Z | Downloaded hashbrown v0.12.3 |
| 837 | 2024-11-14T03:20:20.656Z | Downloaded openssl-macros v0.1.1 |
| 838 | 2024-11-14T03:20:20.658Z | Downloaded endian-type v0.1.2 |
| 839 | 2024-11-14T03:20:20.658Z | Downloaded waitgroup v0.1.2 |
| 840 | 2024-11-14T03:20:20.658Z | Downloaded poly1305 v0.8.0 |
| 841 | 2024-11-14T03:20:20.661Z | Downloaded fixedbitset v0.4.2 |
| 842 | 2024-11-14T03:20:20.664Z | Downloaded snafu v0.8.5 |
| 843 | 2024-11-14T03:20:20.670Z | Downloaded vte_generate_state_changes v0.1.2 |
| 844 | 2024-11-14T03:20:20.672Z | Downloaded tough v0.19.0 |
| 845 | 2024-11-14T03:20:20.681Z | Downloaded difflib v0.4.0 |
| 846 | 2024-11-14T03:20:20.683Z | Downloaded float-cmp v0.9.0 |
| 847 | 2024-11-14T03:20:20.683Z | Downloaded ref-cast-impl v1.0.23 |
| 848 | 2024-11-14T03:20:20.683Z | Downloaded xattr v1.3.1 |
| 849 | 2024-11-14T03:20:20.686Z | Downloaded num-bigint v0.4.6 |
| 850 | 2024-11-14T03:20:20.691Z | Downloaded wait-timeout v0.2.0 |
| 851 | 2024-11-14T03:20:20.693Z | Downloaded futures-sink v0.3.31 |
| 852 | 2024-11-14T03:20:20.693Z | Downloaded futures-core v0.3.31 |
| 853 | 2024-11-14T03:20:20.696Z | Downloaded tiny-keccak v2.0.2 |
| 854 | 2024-11-14T03:20:20.699Z | Downloaded rustc-hash v2.0.0 |
| 855 | 2024-11-14T03:20:20.699Z | Downloaded rustc-hash v1.1.0 |
| 856 | 2024-11-14T03:20:20.702Z | Downloaded num_enum_derive v0.5.11 |
| 857 | 2024-11-14T03:20:20.702Z | Downloaded getrandom v0.2.15 |
| 858 | 2024-11-14T03:20:20.705Z | Downloaded hashbrown v0.13.2 |
| 859 | 2024-11-14T03:20:20.709Z | Downloaded socket2 v0.5.7 |
| 860 | 2024-11-14T03:20:20.712Z | Downloaded tokio-tungstenite v0.23.1 |
| 861 | 2024-11-14T03:20:20.715Z | Downloaded serde_plain v1.0.2 |
| 862 | 2024-11-14T03:20:20.717Z | Downloaded gethostname v0.5.0 |
| 863 | 2024-11-14T03:20:20.717Z | Downloaded unicode-xid v0.2.6 |
| 864 | 2024-11-14T03:20:20.720Z | Downloaded vsss-rs v3.3.4 |
| 865 | 2024-11-14T03:20:20.723Z | Downloaded polyval v0.6.2 |
| 866 | 2024-11-14T03:20:20.723Z | Downloaded winnow v0.5.40 |
| 867 | 2024-11-14T03:20:20.732Z | Downloaded des v0.8.1 |
| 868 | 2024-11-14T03:20:20.735Z | Downloaded fallible-iterator v0.2.0 |
| 869 | 2024-11-14T03:20:20.738Z | Downloaded num-traits v0.2.19 |
| 870 | 2024-11-14T03:20:20.741Z | Downloaded chrono v0.4.38 |
| 871 | 2024-11-14T03:20:20.747Z | Downloaded rustc-demangle v0.1.24 |
| 872 | 2024-11-14T03:20:20.749Z | Downloaded bindgen v0.69.5 |
| 873 | 2024-11-14T03:20:20.757Z | Downloaded p521 v0.13.3 |
| 874 | 2024-11-14T03:20:20.761Z | Downloaded owo-colors v4.1.0 |
| 875 | 2024-11-14T03:20:20.764Z | Downloaded diff v0.1.13 |
| 876 | 2024-11-14T03:20:20.767Z | Downloaded quinn-proto v0.11.8 |
| 877 | 2024-11-14T03:20:20.774Z | Downloaded toml v0.7.8 |
| 878 | 2024-11-14T03:20:20.778Z | Downloaded serde_with v3.11.0 |
| 879 | 2024-11-14T03:20:20.787Z | Downloaded vte v0.11.1 |
| 880 | 2024-11-14T03:20:20.790Z | Downloaded russh-keys v0.45.0 |
| 881 | 2024-11-14T03:20:20.793Z | Downloaded prettyplease v0.2.25 |
| 882 | 2024-11-14T03:20:20.795Z | Downloaded mio v1.0.2 |
| 883 | 2024-11-14T03:20:20.802Z | Downloaded reedline v0.35.0 |
| 884 | 2024-11-14T03:20:20.810Z | Downloaded rustls-webpki v0.102.8 |
| 885 | 2024-11-14T03:20:20.830Z | Downloaded futures-channel v0.3.31 |
| 886 | 2024-11-14T03:20:20.833Z | Downloaded ed25519-dalek v2.1.1 |
| 887 | 2024-11-14T03:20:20.836Z | Downloaded time v0.3.36 |
| 888 | 2024-11-14T03:20:20.842Z | Downloaded toml_edit v0.19.15 |
| 889 | 2024-11-14T03:20:20.861Z | Downloaded openssl-sys v0.9.104 |
| 890 | 2024-11-14T03:20:20.865Z | Downloaded p256 v0.13.2 |
| 891 | 2024-11-14T03:20:20.868Z | Downloaded h2 v0.4.6 |
| 892 | 2024-11-14T03:20:20.876Z | Downloaded nom v7.1.3 |
| 893 | 2024-11-14T03:20:20.881Z | Downloaded smoltcp v0.9.1 |
| 894 | 2024-11-14T03:20:20.893Z | Downloaded rustls-webpki v0.101.7 |
| 895 | 2024-11-14T03:20:20.909Z | Downloaded ssh-key v0.6.6 |
| 896 | 2024-11-14T03:20:20.916Z | Downloaded publicsuffix v2.2.3 |
| 897 | 2024-11-14T03:20:20.920Z | Downloaded curve25519-dalek v4.1.3 |
| 898 | 2024-11-14T03:20:20.929Z | Downloaded tokio-util v0.7.12 |
| 899 | 2024-11-14T03:20:20.936Z | Downloaded salty v0.3.0 |
| 900 | 2024-11-14T03:20:20.944Z | Downloaded radix_trie v0.2.1 |
| 901 | 2024-11-14T03:20:20.950Z | Downloaded idna v0.4.0 |
| 902 | 2024-11-14T03:20:20.957Z | Downloaded vcpkg v0.2.15 |
| 903 | 2024-11-14T03:20:20.997Z | Downloaded reqwest v0.12.9 |
| 904 | 2024-11-14T03:20:21.006Z | Downloaded p384 v0.13.0 |
| 905 | 2024-11-14T03:20:21.013Z | Downloaded trust-dns-proto v0.22.0 |
| 906 | 2024-11-14T03:20:21.026Z | Downloaded proptest v1.5.0 |
| 907 | 2024-11-14T03:20:21.036Z | Downloaded git2 v0.19.0 |
| 908 | 2024-11-14T03:20:21.044Z | Downloaded bstr v1.10.0 |
| 909 | 2024-11-14T03:20:21.056Z | Downloaded idna v0.2.3 |
| 910 | 2024-11-14T03:20:21.063Z | Downloaded num-bigint-dig v0.8.4 |
| 911 | 2024-11-14T03:20:21.068Z | Downloaded portable-atomic v1.9.0 |
| 912 | 2024-11-14T03:20:21.075Z | Downloaded dropshot v0.12.0 |
| 913 | 2024-11-14T03:20:21.097Z | Downloaded gimli v0.31.1 |
| 914 | 2024-11-14T03:20:21.105Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 915 | 2024-11-14T03:20:21.118Z | Downloaded rayon v1.10.0 |
| 916 | 2024-11-14T03:20:21.128Z | Downloaded regex-syntax v0.6.29 |
| 917 | 2024-11-14T03:20:21.136Z | Downloaded smoltcp v0.11.0 |
| 918 | 2024-11-14T03:20:21.149Z | Downloaded sled v0.34.7 |
| 919 | 2024-11-14T03:20:21.160Z | Downloaded openssl v0.10.68 |
| 920 | 2024-11-14T03:20:21.170Z | Downloaded rustls v0.21.12 |
| 921 | 2024-11-14T03:20:21.181Z | Downloaded polar-core v0.27.3 |
| 922 | 2024-11-14T03:20:21.190Z | Downloaded openapiv3 v2.0.0 |
| 923 | 2024-11-14T03:20:21.204Z | Downloaded dropshot v0.13.0 |
| 924 | 2024-11-14T03:20:21.225Z | Downloaded object v0.36.5 |
| 925 | 2024-11-14T03:20:21.237Z | Downloaded rustls v0.23.14 |
| 926 | 2024-11-14T03:20:21.249Z | Downloaded webpki-roots v0.26.6 |
| 927 | 2024-11-14T03:20:21.253Z | Downloaded nix v0.27.1 |
| 928 | 2024-11-14T03:20:21.264Z | Downloaded zerocopy-derive v0.6.6 |
| 929 | 2024-11-14T03:20:21.274Z | Downloaded diesel v2.2.4 |
| 930 | 2024-11-14T03:20:21.293Z | Downloaded nix v0.29.0 |
| 931 | 2024-11-14T03:20:21.305Z | Downloaded rustls v0.22.4 |
| 932 | 2024-11-14T03:20:21.318Z | Downloaded nix v0.28.0 |
| 933 | 2024-11-14T03:20:21.330Z | Downloaded regex-automata v0.4.8 |
| 934 | 2024-11-14T03:20:21.347Z | Downloaded regex-syntax v0.8.5 |
| 935 | 2024-11-14T03:20:21.356Z | Downloaded hickory-proto v0.24.1 |
| 936 | 2024-11-14T03:20:21.372Z | Downloaded object v0.30.4 |
| 937 | 2024-11-14T03:20:21.381Z | Downloaded regress v0.9.1 |
| 938 | 2024-11-14T03:20:21.390Z | Downloaded chrono-tz v0.10.0 |
| 939 | 2024-11-14T03:20:21.398Z | Downloaded icu_properties_data v1.5.0 |
| 940 | 2024-11-14T03:20:21.409Z | Downloaded x509-cert v0.2.5 |
| 941 | 2024-11-14T03:20:21.415Z | Downloaded steno v0.4.1 |
| 942 | 2024-11-14T03:20:21.419Z | Downloaded quick-xml v0.33.0 |
| 943 | 2024-11-14T03:20:21.426Z | Downloaded hashbrown v0.14.5 |
| 944 | 2024-11-14T03:20:21.431Z | Downloaded idna v0.3.0 |
| 945 | 2024-11-14T03:20:21.438Z | Downloaded unicode-segmentation v1.12.0 |
| 946 | 2024-11-14T03:20:21.442Z | Downloaded typify-impl v0.2.0 |
| 947 | 2024-11-14T03:20:21.458Z | Downloaded csv v1.3.0 |
| 948 | 2024-11-14T03:20:21.479Z | Downloaded unicode-normalization v0.1.24 |
| 949 | 2024-11-14T03:20:21.483Z | Downloaded ratatui v0.28.1 |
| 950 | 2024-11-14T03:20:21.503Z | Downloaded regress v0.10.1 |
| 951 | 2024-11-14T03:20:21.511Z | Downloaded bitvec v1.0.1 |
| 952 | 2024-11-14T03:20:21.526Z | Downloaded sha3 v0.10.8 |
| 953 | 2024-11-14T03:20:21.530Z | Downloaded sqlparser v0.45.0 |
| 954 | 2024-11-14T03:20:21.536Z | Downloaded postcard v1.0.10 |
| 955 | 2024-11-14T03:20:21.538Z | Downloaded rand_xorshift v0.3.0 |
| 956 | 2024-11-14T03:20:21.541Z | Downloaded signal-hook v0.3.17 |
| 957 | 2024-11-14T03:20:21.543Z | Downloaded futures v0.3.31 |
| 958 | 2024-11-14T03:20:21.547Z | Downloaded idna v0.5.0 |
| 959 | 2024-11-14T03:20:21.556Z | Downloaded snafu-derive v0.8.5 |
| 960 | 2024-11-14T03:20:21.558Z | Downloaded samael v0.0.17 |
| 961 | 2024-11-14T03:20:21.562Z | Downloaded expectorate v1.1.0 |
| 962 | 2024-11-14T03:20:21.564Z | Downloaded tokio-tungstenite v0.21.0 |
| 963 | 2024-11-14T03:20:21.567Z | Downloaded lzma-sys v0.1.20 |
| 964 | 2024-11-14T03:20:21.595Z | Downloaded pin-project v1.1.6 |
| 965 | 2024-11-14T03:20:21.606Z | Downloaded serde_repr v0.1.19 |
| 966 | 2024-11-14T03:20:21.608Z | Downloaded num_enum v0.5.11 |
| 967 | 2024-11-14T03:20:21.612Z | Downloaded derive_more v0.99.18 |
| 968 | 2024-11-14T03:20:21.617Z | Downloaded tokio v1.40.0 |
| 969 | 2024-11-14T03:20:21.655Z | Downloaded zopfli v0.8.1 |
| 970 | 2024-11-14T03:20:21.663Z | Downloaded petgraph v0.6.5 |
| 971 | 2024-11-14T03:20:21.675Z | Downloaded typify v0.2.0 |
| 972 | 2024-11-14T03:20:21.678Z | Downloaded tungstenite v0.23.0 |
| 973 | 2024-11-14T03:20:21.681Z | Downloaded stable_deref_trait v1.2.0 |
| 974 | 2024-11-14T03:20:21.684Z | Downloaded thread_local v1.1.8 |
| 975 | 2024-11-14T03:20:21.685Z | Downloaded parking_lot v0.12.3 |
| 976 | 2024-11-14T03:20:21.687Z | Downloaded futures-util v0.3.31 |
| 977 | 2024-11-14T03:20:21.698Z | Downloaded libz-sys v1.1.20 |
| 978 | 2024-11-14T03:20:21.719Z | Downloaded tracing-core v0.1.32 |
| 979 | 2024-11-14T03:20:21.722Z | Downloaded signal-hook-mio v0.2.4 |
| 980 | 2024-11-14T03:20:21.725Z | Downloaded serde_path_to_error v0.1.16 |
| 981 | 2024-11-14T03:20:21.727Z | Downloaded walkdir v2.5.0 |
| 982 | 2024-11-14T03:20:21.727Z | Downloaded libxml v0.3.3 |
| 983 | 2024-11-14T03:20:21.732Z | Downloaded idna v1.0.3 |
| 984 | 2024-11-14T03:20:21.736Z | Downloaded blake3 v1.5.4 |
| 985 | 2024-11-14T03:20:21.744Z | Downloaded secrecy v0.8.0 |
| 986 | 2024-11-14T03:20:21.747Z | Downloaded filetime v0.2.25 |
| 987 | 2024-11-14T03:20:21.747Z | Downloaded postgres-protocol v0.6.7 |
| 988 | 2024-11-14T03:20:21.749Z | Downloaded parking_lot v0.11.2 |
| 989 | 2024-11-14T03:20:21.752Z | Downloaded semver v0.1.20 |
| 990 | 2024-11-14T03:20:21.755Z | Downloaded rustls-pki-types v1.9.0 |
| 991 | 2024-11-14T03:20:21.757Z | Downloaded group v0.13.0 |
| 992 | 2024-11-14T03:20:21.757Z | Downloaded rcgen v0.12.1 |
| 993 | 2024-11-14T03:20:21.760Z | Downloaded zip v2.1.3 |
| 994 | 2024-11-14T03:20:21.765Z | Downloaded ff v0.13.0 |
| 995 | 2024-11-14T03:20:21.768Z | Downloaded fd-lock v4.0.2 |
| 996 | 2024-11-14T03:20:21.771Z | Downloaded fallible-iterator v0.3.0 |
| 997 | 2024-11-14T03:20:21.771Z | Downloaded salsa20 v0.10.2 |
| 998 | 2024-11-14T03:20:21.771Z | Downloaded native-tls v0.2.12 |
| 999 | 2024-11-14T03:20:21.774Z | Downloaded predicates v3.1.2 |
| 1000 | 2024-11-14T03:20:21.776Z | Downloaded zerovec v0.10.4 |
| 1001 | 2024-11-14T03:20:21.782Z | Downloaded ssh-encoding v0.2.0 |
| 1002 | 2024-11-14T03:20:21.784Z | Downloaded aes-gcm v0.10.3 |
| 1003 | 2024-11-14T03:20:21.787Z | Downloaded unicode-bidi v0.3.17 |
| 1004 | 2024-11-14T03:20:21.790Z | Downloaded dsl_auto_type v0.1.2 |
| 1005 | 2024-11-14T03:20:21.792Z | Downloaded structmeta v0.3.0 |
| 1006 | 2024-11-14T03:20:21.792Z | Downloaded rand v0.8.5 |
| 1007 | 2024-11-14T03:20:21.795Z | Downloaded lalrpop v0.19.12 |
| 1008 | 2024-11-14T03:20:21.807Z | Downloaded same-file v1.0.6 |
| 1009 | 2024-11-14T03:20:21.809Z | Downloaded structmeta-derive v0.3.0 |
| 1010 | 2024-11-14T03:20:21.812Z | Downloaded predicates-core v1.0.8 |
| 1011 | 2024-11-14T03:20:21.812Z | Downloaded display-error-chain v0.2.2 |
| 1012 | 2024-11-14T03:20:21.812Z | Downloaded tungstenite v0.21.0 |
| 1013 | 2024-11-14T03:20:21.815Z | Downloaded typed-path v0.9.3 |
| 1014 | 2024-11-14T03:20:21.821Z | Downloaded itertools v0.10.5 |
| 1015 | 2024-11-14T03:20:21.827Z | Downloaded synstructure v0.13.1 |
| 1016 | 2024-11-14T03:20:21.830Z | Downloaded unicase v2.7.0 |
| 1017 | 2024-11-14T03:20:21.833Z | Downloaded parse-zoneinfo v0.3.1 |
| 1018 | 2024-11-14T03:20:21.833Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1019 | 2024-11-14T03:20:21.836Z | Downloaded tinyvec v1.8.0 |
| 1020 | 2024-11-14T03:20:21.839Z | Downloaded rand_seeder v0.3.0 |
| 1021 | 2024-11-14T03:20:21.842Z | Downloaded ron v0.8.1 |
| 1022 | 2024-11-14T03:20:21.848Z | Downloaded rayon-core v1.12.1 |
| 1023 | 2024-11-14T03:20:21.852Z | Downloaded minimal-lexical v0.2.1 |
| 1024 | 2024-11-14T03:20:21.858Z | Downloaded slog-dtrace v0.3.0 |
| 1025 | 2024-11-14T03:20:21.860Z | Downloaded num v0.4.3 |
| 1026 | 2024-11-14T03:20:21.860Z | Downloaded pbkdf2 v0.12.2 |
| 1027 | 2024-11-14T03:20:21.863Z | Downloaded globset v0.4.15 |
| 1028 | 2024-11-14T03:20:21.863Z | Downloaded pbkdf2 v0.11.0 |
| 1029 | 2024-11-14T03:20:21.865Z | Downloaded zeroize_derive v1.4.2 |
| 1030 | 2024-11-14T03:20:21.867Z | Downloaded which v4.4.2 |
| 1031 | 2024-11-14T03:20:21.867Z | Downloaded zip v0.6.6 |
| 1032 | 2024-11-14T03:20:21.871Z | Downloaded crossbeam-channel v0.5.13 |
| 1033 | 2024-11-14T03:20:21.875Z | Downloaded value-bag v1.9.0 |
| 1034 | 2024-11-14T03:20:21.878Z | Downloaded url v2.5.3 |
| 1035 | 2024-11-14T03:20:21.881Z | Downloaded tracing v0.1.40 |
| 1036 | 2024-11-14T03:20:21.886Z | Downloaded der v0.7.9 |
| 1037 | 2024-11-14T03:20:21.891Z | Downloaded pin-project-lite v0.2.14 |
| 1038 | 2024-11-14T03:20:21.896Z | Downloaded pin-project-internal v1.1.6 |
| 1039 | 2024-11-14T03:20:21.899Z | Downloaded base64 v0.21.7 |
| 1040 | 2024-11-14T03:20:21.902Z | Downloaded encoding_rs v0.8.34 |
| 1041 | 2024-11-14T03:20:21.925Z | Downloaded opaque-debug v0.3.1 |
| 1042 | 2024-11-14T03:20:21.927Z | Downloaded tinyvec_macros v0.1.1 |
| 1043 | 2024-11-14T03:20:21.927Z | Downloaded tinystr v0.7.6 |
| 1044 | 2024-11-14T03:20:21.929Z | Downloaded diesel_derives v2.2.3 |
| 1045 | 2024-11-14T03:20:21.932Z | Downloaded tokio-macros v2.4.0 |
| 1046 | 2024-11-14T03:20:21.942Z | Downloaded pkcs1 v0.7.5 |
| 1047 | 2024-11-14T03:20:21.942Z | Downloaded hickory-resolver v0.24.1 |
| 1048 | 2024-11-14T03:20:21.942Z | Downloaded tui-tree-widget v0.22.0 |
| 1049 | 2024-11-14T03:20:21.944Z | Downloaded http v1.1.0 |
| 1050 | 2024-11-14T03:20:21.947Z | Downloaded const_format v0.2.33 |
| 1051 | 2024-11-14T03:20:21.950Z | Downloaded base64 v0.22.1 |
| 1052 | 2024-11-14T03:20:21.953Z | Downloaded fragile v2.0.0 |
| 1053 | 2024-11-14T03:20:21.956Z | Downloaded foreign-types-macros v0.2.3 |
| 1054 | 2024-11-14T03:20:21.958Z | Downloaded either v1.13.0 |
| 1055 | 2024-11-14T03:20:21.958Z | Downloaded deranged v0.3.11 |
| 1056 | 2024-11-14T03:20:21.961Z | Downloaded password-hash v0.5.0 |
| 1057 | 2024-11-14T03:20:21.961Z | Downloaded tar v0.4.43 |
| 1058 | 2024-11-14T03:20:21.964Z | Downloaded icu_collections v1.5.0 |
| 1059 | 2024-11-14T03:20:21.971Z | Downloaded nanorand v0.7.0 |
| 1060 | 2024-11-14T03:20:21.974Z | Downloaded multer v3.1.0 |
| 1061 | 2024-11-14T03:20:21.976Z | Downloaded subprocess v0.2.9 |
| 1062 | 2024-11-14T03:20:21.982Z | Downloaded slog-stdlog v4.1.1 |
| 1063 | 2024-11-14T03:20:21.983Z | Downloaded sha1 v0.10.6 |
| 1064 | 2024-11-14T03:20:21.983Z | Downloaded serde-hex v0.1.0 |
| 1065 | 2024-11-14T03:20:21.986Z | Downloaded ssh-cipher v0.2.0 |
| 1066 | 2024-11-14T03:20:21.986Z | Downloaded password-hash v0.4.2 |
| 1067 | 2024-11-14T03:20:21.986Z | Downloaded parking_lot_core v0.8.6 |
| 1068 | 2024-11-14T03:20:21.989Z | Downloaded schemars v0.8.21 |
| 1069 | 2024-11-14T03:20:22.000Z | Downloaded indicatif v0.17.8 |
| 1070 | 2024-11-14T03:20:22.003Z | Downloaded crossbeam-utils v0.8.20 |
| 1071 | 2024-11-14T03:20:22.006Z | Downloaded utf8_iter v1.0.4 |
| 1072 | 2024-11-14T03:20:22.009Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1073 | 2024-11-14T03:20:22.066Z | Downloaded num-complex v0.4.6 |
| 1074 | 2024-11-14T03:20:22.068Z | Downloaded icu_normalizer v1.5.0 |
| 1075 | 2024-11-14T03:20:22.071Z | Downloaded sqlformat v0.2.6 |
| 1076 | 2024-11-14T03:20:22.073Z | Downloaded spki v0.7.3 |
| 1077 | 2024-11-14T03:20:22.076Z | Downloaded cookie v0.18.1 |
| 1078 | 2024-11-14T03:20:22.079Z | Downloaded allocator-api2 v0.2.18 |
| 1079 | 2024-11-14T03:20:22.081Z | Downloaded toolchain_find v0.4.0 |
| 1080 | 2024-11-14T03:20:22.081Z | Downloaded sqlparser_derive v0.2.2 |
| 1081 | 2024-11-14T03:20:22.081Z | Downloaded sigpipe v0.1.3 |
| 1082 | 2024-11-14T03:20:22.084Z | Downloaded hash32 v0.3.1 |
| 1083 | 2024-11-14T03:20:22.084Z | Downloaded env_filter v0.1.2 |
| 1084 | 2024-11-14T03:20:22.089Z | Downloaded serde_with_macros v3.11.0 |
| 1085 | 2024-11-14T03:20:22.089Z | Downloaded indexmap v1.9.3 |
| 1086 | 2024-11-14T03:20:22.091Z | Downloaded yoke v0.7.4 |
| 1087 | 2024-11-14T03:20:22.094Z | Downloaded tokio-rustls v0.24.1 |
| 1088 | 2024-11-14T03:20:22.097Z | Downloaded bitfield v0.14.0 |
| 1089 | 2024-11-14T03:20:22.097Z | Downloaded lock_api v0.4.12 |
| 1090 | 2024-11-14T03:20:22.100Z | Downloaded litemap v0.7.3 |
| 1091 | 2024-11-14T03:20:22.100Z | Downloaded jobserver v0.1.32 |
| 1092 | 2024-11-14T03:20:22.102Z | Downloaded arc-swap v1.7.1 |
| 1093 | 2024-11-14T03:20:22.106Z | Downloaded precomputed-hash v0.1.1 |
| 1094 | 2024-11-14T03:20:22.108Z | Downloaded num-conv v0.1.0 |
| 1095 | 2024-11-14T03:20:22.108Z | Downloaded futures-task v0.3.31 |
| 1096 | 2024-11-14T03:20:22.108Z | Downloaded flagset v0.4.6 |
| 1097 | 2024-11-14T03:20:22.110Z | Downloaded siphasher v0.3.11 |
| 1098 | 2024-11-14T03:20:22.113Z | Downloaded memoffset v0.9.1 |
| 1099 | 2024-11-14T03:20:22.113Z | Downloaded cancel-safe-futures v0.1.5 |
| 1100 | 2024-11-14T03:20:22.115Z | Downloaded serde_urlencoded v0.7.1 |
| 1101 | 2024-11-14T03:20:22.118Z | Downloaded mime_guess v2.0.5 |
| 1102 | 2024-11-14T03:20:22.121Z | Downloaded crc-catalog v2.4.0 |
| 1103 | 2024-11-14T03:20:22.121Z | Downloaded hyper-staticfile v0.10.1 |
| 1104 | 2024-11-14T03:20:22.123Z | Downloaded proc-macro-crate v1.3.1 |
| 1105 | 2024-11-14T03:20:22.123Z | Downloaded twox-hash v1.6.3 |
| 1106 | 2024-11-14T03:20:22.126Z | Downloaded md-5 v0.10.6 |
| 1107 | 2024-11-14T03:20:22.126Z | Downloaded lru-cache v0.1.2 |
| 1108 | 2024-11-14T03:20:22.130Z | Downloaded lazy_static v1.5.0 |
| 1109 | 2024-11-14T03:20:22.130Z | Downloaded kstat-rs v0.2.4 |
| 1110 | 2024-11-14T03:20:22.130Z | Downloaded ipnetwork v0.20.0 |
| 1111 | 2024-11-14T03:20:22.133Z | Downloaded libsw v3.3.1 |
| 1112 | 2024-11-14T03:20:22.135Z | Downloaded bb8 v0.8.5 |
| 1113 | 2024-11-14T03:20:22.135Z | Downloaded untrusted v0.7.1 |
| 1114 | 2024-11-14T03:20:22.138Z | Downloaded inout v0.1.3 |
| 1115 | 2024-11-14T03:20:22.138Z | Downloaded async-recursion v1.1.1 |
| 1116 | 2024-11-14T03:20:22.140Z | Downloaded buf-list v1.0.3 |
| 1117 | 2024-11-14T03:20:22.142Z | Downloaded hubpack v0.1.2 |
| 1118 | 2024-11-14T03:20:22.144Z | Downloaded http-body-util v0.1.2 |
| 1119 | 2024-11-14T03:20:22.147Z | Downloaded home v0.5.9 |
| 1120 | 2024-11-14T03:20:22.147Z | Downloaded instant v0.1.13 |
| 1121 | 2024-11-14T03:20:22.149Z | Downloaded async-stream v0.3.6 |
| 1122 | 2024-11-14T03:20:22.149Z | Downloaded hickory-server v0.24.1 |
| 1123 | 2024-11-14T03:20:22.155Z | Downloaded aead v0.5.2 |
| 1124 | 2024-11-14T03:20:22.158Z | Downloaded async-stream-impl v0.3.6 |
| 1125 | 2024-11-14T03:20:22.158Z | Downloaded is_ci v1.2.0 |
| 1126 | 2024-11-14T03:20:22.160Z | Downloaded highway v1.2.0 |
| 1127 | 2024-11-14T03:20:22.160Z | Downloaded bumpalo v3.16.0 |
| 1128 | 2024-11-14T03:20:22.163Z | Downloaded async-trait v0.1.83 |
| 1129 | 2024-11-14T03:20:22.166Z | Downloaded is-terminal v0.4.13 |
| 1130 | 2024-11-14T03:20:22.169Z | Downloaded chacha20poly1305 v0.10.1 |
| 1131 | 2024-11-14T03:20:22.171Z | Downloaded base64 v0.13.1 |
| 1132 | 2024-11-14T03:20:22.174Z | Downloaded keccak v0.1.5 |
| 1133 | 2024-11-14T03:20:22.175Z | Downloaded indoc v1.0.9 |
| 1134 | 2024-11-14T03:20:22.177Z | Downloaded crossbeam-deque v0.8.5 |
| 1135 | 2024-11-14T03:20:22.177Z | Downloaded cookie_store v0.21.0 |
| 1136 | 2024-11-14T03:20:22.180Z | Downloaded const-oid v0.9.6 |
| 1137 | 2024-11-14T03:20:22.183Z | Downloaded blake2 v0.10.6 |
| 1138 | 2024-11-14T03:20:22.186Z | Downloaded async-bb8-diesel v0.2.1 |
| 1139 | 2024-11-14T03:20:22.188Z | Downloaded argon2 v0.5.3 |
| 1140 | 2024-11-14T03:20:22.188Z | Downloaded backoff v0.4.0 |
| 1141 | 2024-11-14T03:20:22.190Z | Downloaded http-body v1.0.1 |
| 1142 | 2024-11-14T03:20:22.193Z | Downloaded hostname v0.4.0 |
| 1143 | 2024-11-14T03:20:22.193Z | Downloaded bcs v0.1.6 |
| 1144 | 2024-11-14T03:20:22.195Z | Downloaded base64ct v1.6.0 |
| 1145 | 2024-11-14T03:20:22.197Z | Downloaded const_format_proc_macros v0.2.33 |
| 1146 | 2024-11-14T03:20:22.200Z | Downloaded cmake v0.1.51 |
| 1147 | 2024-11-14T03:20:22.202Z | Downloaded hyper-util v0.1.10 |
| 1148 | 2024-11-14T03:20:22.205Z | Downloaded bitfield-struct v0.6.2 |
| 1149 | 2024-11-14T03:20:22.438Z | Downloaded aws-lc-sys v0.22.0 |
| 1150 | 2024-11-14T03:20:22.763Z | Downloaded ring v0.17.8 |
| 1151 | 2024-11-14T03:20:22.938Z | Downloaded libsqlite3-sys v0.30.1 |
| 1152 | 2024-11-14T03:20:23.018Z | Downloaded ring v0.16.20 |
| 1153 | 2024-11-14T03:20:23.209Z | Compiling serde v1.0.215 |
| 1154 | 2024-11-14T03:20:23.212Z | Compiling lock_api v0.4.12 |
| 1155 | 2024-11-14T03:20:23.212Z | Compiling scopeguard v1.2.0 |
| 1156 | 2024-11-14T03:20:23.213Z | Compiling value-bag v1.9.0 |
| 1157 | 2024-11-14T03:20:23.213Z | Compiling typenum v1.17.0 |
| 1158 | 2024-11-14T03:20:23.213Z | Compiling generic-array v0.14.7 |
| 1159 | 2024-11-14T03:20:23.375Z | Compiling syn v2.0.87 |
| 1160 | 2024-11-14T03:20:23.384Z | Compiling getrandom v0.2.15 |
| 1161 | 2024-11-14T03:20:23.601Z | Compiling shlex v1.3.0 |
| 1162 | 2024-11-14T03:20:23.708Z | Compiling rand_core v0.6.4 |
| 1163 | 2024-11-14T03:20:23.797Z | Compiling log v0.4.22 |
| 1164 | 2024-11-14T03:20:23.906Z | Compiling subtle v2.6.1 |
| 1165 | 2024-11-14T03:20:23.973Z | Compiling jobserver v0.1.32 |
| 1166 | 2024-11-14T03:20:24.009Z | Compiling const-oid v0.9.6 |
| 1167 | 2024-11-14T03:20:24.229Z | Compiling smallvec v1.13.2 |
| 1168 | 2024-11-14T03:20:24.248Z | Compiling spin v0.9.8 |
| 1169 | 2024-11-14T03:20:24.265Z | Compiling pin-project-lite v0.2.14 |
| 1170 | 2024-11-14T03:20:24.393Z | Compiling cc v1.1.30 |
| 1171 | 2024-11-14T03:20:24.771Z | Compiling rustix v0.38.37 |
| 1172 | 2024-11-14T03:20:24.810Z | Compiling parking_lot_core v0.9.10 |
| 1173 | 2024-11-14T03:20:24.810Z | Compiling futures-core v0.3.31 |
| 1174 | 2024-11-14T03:20:25.057Z | Compiling signal-hook-registry v1.4.2 |
| 1175 | 2024-11-14T03:20:25.077Z | Compiling mio v1.0.2 |
| 1176 | 2024-11-14T03:20:25.748Z | Compiling parking_lot v0.12.3 |
| 1177 | 2024-11-14T03:20:25.941Z | Compiling aho-corasick v1.1.3 |
| 1178 | 2024-11-14T03:20:25.967Z | Compiling either v1.13.0 |
| 1179 | 2024-11-14T03:20:26.038Z | Compiling regex-syntax v0.8.5 |
| 1180 | 2024-11-14T03:20:26.178Z | Compiling cpufeatures v0.2.14 |
| 1181 | 2024-11-14T03:20:26.290Z | Compiling lazy_static v1.5.0 |
| 1182 | 2024-11-14T03:20:26.401Z | Compiling glob v0.3.1 |
| 1183 | 2024-11-14T03:20:26.421Z | Compiling stable_deref_trait v1.2.0 |
| 1184 | 2024-11-14T03:20:26.424Z | Compiling futures-sink v0.3.31 |
| 1185 | 2024-11-14T03:20:26.527Z | Compiling socket2 v0.5.7 |
| 1186 | 2024-11-14T03:20:26.590Z | Compiling slab v0.4.9 |
| 1187 | 2024-11-14T03:20:26.802Z | Compiling prettyplease v0.2.25 |
| 1188 | 2024-11-14T03:20:27.059Z | Compiling minimal-lexical v0.2.1 |
| 1189 | 2024-11-14T03:20:27.402Z | Compiling clang-sys v1.8.1 |
| 1190 | 2024-11-14T03:20:27.462Z | Compiling libloading v0.8.5 |
| 1191 | 2024-11-14T03:20:27.598Z | Compiling nom v7.1.3 |
| 1192 | 2024-11-14T03:20:27.632Z | Compiling home v0.5.9 |
| 1193 | 2024-11-14T03:20:27.894Z | Compiling serde_json v1.0.132 |
| 1194 | 2024-11-14T03:20:27.915Z | Compiling bindgen v0.69.5 |
| 1195 | 2024-11-14T03:20:28.231Z | Compiling futures-channel v0.3.31 |
| 1196 | 2024-11-14T03:20:28.660Z | Compiling itertools v0.12.1 |
| 1197 | 2024-11-14T03:20:28.715Z | Compiling foldhash v0.1.3 |
| 1198 | 2024-11-14T03:20:28.943Z | Compiling lazycell v1.3.0 |
| 1199 | 2024-11-14T03:20:29.017Z | Compiling futures-io v0.3.31 |
| 1200 | 2024-11-14T03:20:29.102Z | Compiling allocator-api2 v0.2.18 |
| 1201 | 2024-11-14T03:20:29.381Z | Compiling pin-utils v0.1.0 |
| 1202 | 2024-11-14T03:20:29.521Z | Compiling futures-task v0.3.31 |
| 1203 | 2024-11-14T03:20:29.830Z | Compiling rustc-hash v1.1.0 |
| 1204 | 2024-11-14T03:20:29.975Z | Compiling regex-automata v0.4.8 |
| 1205 | 2024-11-14T03:20:30.002Z | Compiling hashbrown v0.15.0 |
| 1206 | 2024-11-14T03:20:31.346Z | Compiling synstructure v0.13.1 |
| 1207 | 2024-11-14T03:20:31.723Z | Compiling cexpr v0.6.0 |
| 1208 | 2024-11-14T03:20:31.834Z | Compiling cmake v0.1.51 |
| 1209 | 2024-11-14T03:20:32.869Z | Compiling tinyvec_macros v0.1.1 |
| 1210 | 2024-11-14T03:20:32.966Z | Compiling dunce v1.0.5 |
| 1211 | 2024-11-14T03:20:33.051Z | Compiling libm v0.2.8 |
| 1212 | 2024-11-14T03:20:33.096Z | Compiling pkg-config v0.3.31 |
| 1213 | 2024-11-14T03:20:33.214Z | Compiling fs_extra v1.3.0 |
| 1214 | 2024-11-14T03:20:33.409Z | Compiling tinyvec v1.8.0 |
| 1215 | 2024-11-14T03:20:33.457Z | Compiling num-traits v0.2.19 |
| 1216 | 2024-11-14T03:20:33.968Z | Compiling ring v0.17.8 |
| 1217 | 2024-11-14T03:20:34.611Z | Compiling litemap v0.7.3 |
| 1218 | 2024-11-14T03:20:34.701Z | Compiling base64ct v1.6.0 |
| 1219 | 2024-11-14T03:20:35.015Z | Compiling unicode-normalization v0.1.24 |
| 1220 | 2024-11-14T03:20:35.019Z | Compiling unicode-bidi v0.3.17 |
| 1221 | 2024-11-14T03:20:35.166Z | Compiling paste v1.0.15 |
| 1222 | 2024-11-14T03:20:35.205Z | Compiling writeable v0.5.5 |
| 1223 | 2024-11-14T03:20:35.665Z | Compiling regex v1.11.1 |
| 1224 | 2024-11-14T03:20:35.838Z | Compiling pem-rfc7468 v0.7.0 |
| 1225 | 2024-11-14T03:20:36.367Z | Compiling httparse v1.9.5 |
| 1226 | 2024-11-14T03:20:36.584Z | Compiling aws-lc-rs v1.10.0 |
| 1227 | 2024-11-14T03:20:36.728Z | Compiling flagset v0.4.6 |
| 1228 | 2024-11-14T03:20:37.020Z | Compiling tracing-core v0.1.32 |
| 1229 | 2024-11-14T03:20:37.168Z | Compiling icu_locid_transform_data v1.5.0 |
| 1230 | 2024-11-14T03:20:37.279Z | Compiling crossbeam-utils v0.8.20 |
| 1231 | 2024-11-14T03:20:37.838Z | Compiling percent-encoding v2.3.1 |
| 1232 | 2024-11-14T03:20:38.084Z | Compiling rustls-pki-types v1.9.0 |
| 1233 | 2024-11-14T03:20:38.180Z | Compiling num-conv v0.1.0 |
| 1234 | 2024-11-14T03:20:38.200Z | Compiling serde_derive v1.0.215 |
| 1235 | 2024-11-14T03:20:38.379Z | Compiling zeroize_derive v1.4.2 |
| 1236 | 2024-11-14T03:20:38.467Z | Compiling zerocopy-derive v0.7.35 |
| 1237 | 2024-11-14T03:20:38.824Z | Compiling tokio-macros v2.4.0 |
| 1238 | 2024-11-14T03:20:39.176Z | Compiling zerofrom-derive v0.1.4 |
| 1239 | 2024-11-14T03:20:39.995Z | Compiling zeroize v1.8.1 |
| 1240 | 2024-11-14T03:20:40.453Z | Compiling thiserror-impl v1.0.69 |
| 1241 | 2024-11-14T03:20:40.552Z | Compiling yoke-derive v0.7.4 |
| 1242 | 2024-11-14T03:20:40.765Z | Compiling zerocopy v0.7.35 |
| 1243 | 2024-11-14T03:20:41.097Z | Compiling zerovec-derive v0.10.3 |
| 1244 | 2024-11-14T03:20:41.738Z | Compiling crypto-common v0.1.6 |
| 1245 | 2024-11-14T03:20:41.980Z | Compiling block-buffer v0.10.4 |
| 1246 | 2024-11-14T03:20:42.247Z | Compiling digest v0.10.7 |
| 1247 | 2024-11-14T03:20:42.391Z | Compiling futures-macro v0.3.31 |
| 1248 | 2024-11-14T03:20:42.735Z | Compiling hmac v0.12.1 |
| 1249 | 2024-11-14T03:20:42.852Z | Compiling block-padding v0.3.3 |
| 1250 | 2024-11-14T03:20:42.995Z | Compiling displaydoc v0.2.5 |
| 1251 | 2024-11-14T03:20:43.106Z | Compiling inout v0.1.3 |
| 1252 | 2024-11-14T03:20:43.386Z | Compiling zerofrom v0.1.4 |
| 1253 | 2024-11-14T03:20:43.395Z | Compiling cipher v0.4.4 |
| 1254 | 2024-11-14T03:20:43.623Z | Compiling yoke v0.7.4 |
| 1255 | 2024-11-14T03:20:43.645Z | Compiling sha2 v0.10.8 |
| 1256 | 2024-11-14T03:20:43.847Z | Compiling ppv-lite86 v0.2.20 |
| 1257 | 2024-11-14T03:20:43.874Z | Compiling icu_provider_macros v1.5.0 |
| 1258 | 2024-11-14T03:20:43.925Z | Compiling thiserror v1.0.69 |
| 1259 | 2024-11-14T03:20:43.970Z | Compiling zerovec v0.10.4 |
| 1260 | 2024-11-14T03:20:44.109Z | Compiling der_derive v0.7.3 |
| 1261 | 2024-11-14T03:20:44.438Z | Compiling futures-util v0.3.31 |
| 1262 | 2024-11-14T03:20:44.739Z | Compiling rand_chacha v0.3.1 |
| 1263 | 2024-11-14T03:20:44.783Z | Compiling tracing-attributes v0.1.27 |
| 1264 | 2024-11-14T03:20:45.127Z | Compiling rand v0.8.5 |
| 1265 | 2024-11-14T03:20:46.290Z | Compiling tinystr v0.7.6 |
| 1266 | 2024-11-14T03:20:46.694Z | Compiling icu_locid v1.5.0 |
| 1267 | 2024-11-14T03:20:46.716Z | Compiling der v0.7.9 |
| 1268 | 2024-11-14T03:20:47.071Z | Compiling icu_collections v1.5.0 |
| 1269 | 2024-11-14T03:20:47.315Z | Compiling pest v2.7.14 |
| 1270 | 2024-11-14T03:20:47.333Z | Compiling salsa20 v0.10.2 |
| 1271 | 2024-11-14T03:20:47.569Z | Compiling pbkdf2 v0.12.2 |
| 1272 | 2024-11-14T03:20:47.750Z | Compiling mirai-annotations v1.12.0 |
| 1273 | 2024-11-14T03:20:47.954Z | Compiling icu_provider v1.5.0 |
| 1274 | 2024-11-14T03:20:48.519Z | Compiling icu_properties_data v1.5.0 |
| 1275 | 2024-11-14T03:20:48.547Z | Compiling tracing v0.1.40 |
| 1276 | 2024-11-14T03:20:48.773Z | Compiling spki v0.7.3 |
| 1277 | 2024-11-14T03:20:49.070Z | Compiling icu_locid_transform v1.5.0 |
| 1278 | 2024-11-14T03:20:49.092Z | Compiling vcpkg v0.2.15 |
| 1279 | 2024-11-14T03:20:49.144Z | Compiling untrusted v0.7.1 |
| 1280 | 2024-11-14T03:20:49.169Z | Compiling untrusted v0.9.0 |
| 1281 | 2024-11-14T03:20:49.330Z | Compiling powerfmt v0.2.0 |
| 1282 | 2024-11-14T03:20:49.352Z | Compiling time-core v0.1.2 |
| 1283 | 2024-11-14T03:20:49.529Z | Compiling time-macros v0.2.18 |
| 1284 | 2024-11-14T03:20:49.770Z | Compiling deranged v0.3.11 |
| 1285 | 2024-11-14T03:20:50.053Z | Compiling pest_meta v2.7.14 |
| 1286 | 2024-11-14T03:20:50.378Z | Compiling icu_properties v1.5.1 |
| 1287 | 2024-11-14T03:20:51.352Z | Compiling openssl-sys v0.9.104 |
| 1288 | 2024-11-14T03:20:51.792Z | Compiling scrypt v0.11.0 |
| 1289 | 2024-11-14T03:20:51.860Z | Compiling aes v0.8.4 |
| 1290 | 2024-11-14T03:20:52.361Z | Compiling cbc v0.1.2 |
| 1291 | 2024-11-14T03:20:52.423Z | Compiling bitflags v2.6.0 |
| 1292 | 2024-11-14T03:20:52.595Z | Compiling bytes v1.7.2 |
| 1293 | 2024-11-14T03:20:52.865Z | Compiling indexmap v2.6.0 |
| 1294 | 2024-11-14T03:20:53.947Z | Compiling tokio v1.40.0 |
| 1295 | 2024-11-14T03:20:54.351Z | Compiling http v1.1.0 |
| 1296 | 2024-11-14T03:20:54.443Z | Compiling semver v1.0.23 |
| 1297 | 2024-11-14T03:20:54.737Z | Compiling scroll_derive v0.12.0 |
| 1298 | 2024-11-14T03:20:55.165Z | Compiling rustc_version v0.4.1 |
| 1299 | 2024-11-14T03:20:55.376Z | Compiling utf8_iter v1.0.4 |
| 1300 | 2024-11-14T03:20:55.632Z | Compiling icu_normalizer_data v1.5.0 |
| 1301 | 2024-11-14T03:20:55.744Z | Compiling num_threads v0.1.7 |
| 1302 | 2024-11-14T03:20:55.877Z | Compiling write16 v1.0.0 |
| 1303 | 2024-11-14T03:20:55.932Z | Compiling atomic-waker v1.1.2 |
| 1304 | 2024-11-14T03:20:56.036Z | Compiling utf16_iter v1.0.5 |
| 1305 | 2024-11-14T03:20:56.097Z | Compiling http-body v1.0.1 |
| 1306 | 2024-11-14T03:20:56.126Z | Compiling time v0.3.36 |
| 1307 | 2024-11-14T03:20:56.212Z | Compiling icu_normalizer v1.5.0 |
| 1308 | 2024-11-14T03:20:56.245Z | Compiling scroll v0.12.0 |
| 1309 | 2024-11-14T03:20:56.332Z | Compiling pkcs5 v0.7.1 |
| 1310 | 2024-11-14T03:20:56.654Z | Compiling pest_generator v2.7.14 |
| 1311 | 2024-11-14T03:20:56.785Z | Compiling which v4.4.2 |
| 1312 | 2024-11-14T03:20:56.936Z | Compiling form_urlencoded v1.2.1 |
| 1313 | 2024-11-14T03:20:57.418Z | Compiling slog v2.7.0 |
| 1314 | 2024-11-14T03:20:57.554Z | Compiling try-lock v0.2.5 |
| 1315 | 2024-11-14T03:20:57.717Z | Compiling want v0.3.1 |
| 1316 | 2024-11-14T03:20:58.011Z | Compiling goblin v0.8.2 |
| 1317 | 2024-11-14T03:20:58.032Z | Compiling idna_adapter v1.2.0 |
| 1318 | 2024-11-14T03:20:58.168Z | Compiling pkcs8 v0.10.2 |
| 1319 | 2024-11-14T03:20:58.267Z | Compiling httpdate v1.0.3 |
| 1320 | 2024-11-14T03:20:58.304Z | Compiling idna v1.0.3 |
| 1321 | 2024-11-14T03:20:58.639Z | Compiling pest_derive v2.7.14 |
| 1322 | 2024-11-14T03:20:58.938Z | Compiling toml_datetime v0.6.8 |
| 1323 | 2024-11-14T03:20:59.444Z | Compiling dtrace-parser v0.2.0 |
| 1324 | 2024-11-14T03:20:59.465Z | Compiling serde_spanned v0.6.8 |
| 1325 | 2024-11-14T03:20:59.514Z | Compiling serde_tokenstream v0.2.2 |
| 1326 | 2024-11-14T03:20:59.728Z | Compiling uuid v1.11.0 |
| 1327 | 2024-11-14T03:21:00.183Z | Compiling iana-time-zone v0.1.61 |
| 1328 | 2024-11-14T03:21:00.216Z | Compiling adler2 v2.0.0 |
| 1329 | 2024-11-14T03:21:00.429Z | Compiling base64 v0.22.1 |
| 1330 | 2024-11-14T03:21:00.634Z | Compiling rustversion v1.0.17 |
| 1331 | 2024-11-14T03:21:01.185Z | Compiling match_cfg v0.1.0 |
| 1332 | 2024-11-14T03:21:01.211Z | Compiling tower-service v0.3.3 |
| 1333 | 2024-11-14T03:21:01.267Z | Compiling foreign-types-shared v0.1.1 |
| 1334 | 2024-11-14T03:21:01.338Z | Compiling openssl v0.10.68 |
| 1335 | 2024-11-14T03:21:01.378Z | Compiling foreign-types v0.3.2 |
| 1336 | 2024-11-14T03:21:01.428Z | Compiling hostname v0.3.1 |
| 1337 | 2024-11-14T03:21:01.477Z | Compiling miniz_oxide v0.8.0 |
| 1338 | 2024-11-14T03:21:01.506Z | Compiling chrono v0.4.38 |
| 1339 | 2024-11-14T03:21:01.675Z | Compiling url v2.5.3 |
| 1340 | 2024-11-14T03:21:01.776Z | Compiling openssl-macros v0.1.1 |
| 1341 | 2024-11-14T03:21:02.537Z | Compiling tokio-util v0.7.12 |
| 1342 | 2024-11-14T03:21:03.016Z | Compiling async-trait v0.1.83 |
| 1343 | 2024-11-14T03:21:03.141Z | Compiling dirs-sys-next v0.1.2 |
| 1344 | 2024-11-14T03:21:03.677Z | Compiling h2 v0.4.6 |
| 1345 | 2024-11-14T03:21:03.791Z | Compiling dof v0.3.0 |
| 1346 | 2024-11-14T03:21:03.951Z | Compiling data-encoding v2.6.0 |
| 1347 | 2024-11-14T03:21:05.327Z | Compiling usdt-impl v0.5.0 |
| 1348 | 2024-11-14T03:21:05.783Z | Compiling native-tls v0.2.12 |
| 1349 | 2024-11-14T03:21:06.079Z | Compiling rustls v0.22.4 |
| 1350 | 2024-11-14T03:21:06.100Z | Compiling siphasher v0.3.11 |
| 1351 | 2024-11-14T03:21:06.341Z | Compiling syn v1.0.109 |
| 1352 | 2024-11-14T03:21:06.344Z | Compiling rustls v0.23.14 |
| 1353 | 2024-11-14T03:21:06.556Z | Compiling dirs-next v2.0.0 |
| 1354 | 2024-11-14T03:21:06.906Z | Compiling http-body-util v0.1.2 |
| 1355 | 2024-11-14T03:21:07.047Z | Compiling crossbeam-epoch v0.9.18 |
| 1356 | 2024-11-14T03:21:07.451Z | Compiling heapless v0.7.17 |
| 1357 | 2024-11-14T03:21:07.839Z | Compiling signature v2.2.0 |
| 1358 | 2024-11-14T03:21:07.897Z | Compiling sha1 v0.10.6 |
| 1359 | 2024-11-14T03:21:08.132Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1360 | 2024-11-14T03:21:08.182Z | Compiling serde_derive_internals v0.29.1 |
| 1361 | 2024-11-14T03:21:08.319Z | Compiling thread_local v1.1.8 |
| 1362 | 2024-11-14T03:21:08.493Z | Compiling cookie v0.18.1 |
| 1363 | 2024-11-14T03:21:08.621Z | Compiling encoding_rs v0.8.34 |
| 1364 | 2024-11-14T03:21:08.779Z | Compiling multer v3.1.0 |
| 1365 | 2024-11-14T03:21:08.847Z | Compiling rayon-core v1.12.1 |
| 1366 | 2024-11-14T03:21:09.070Z | Compiling signal-hook v0.3.17 |
| 1367 | 2024-11-14T03:21:09.121Z | Compiling gimli v0.31.1 |
| 1368 | 2024-11-14T03:21:09.329Z | Compiling mime v0.3.17 |
| 1369 | 2024-11-14T03:21:09.711Z | Compiling unicode-properties v0.1.3 |
| 1370 | 2024-11-14T03:21:09.972Z | Compiling openssl-probe v0.1.5 |
| 1371 | 2024-11-14T03:21:10.138Z | Compiling ipnet v2.10.1 |
| 1372 | 2024-11-14T03:21:10.460Z | Compiling schemars v0.8.21 |
| 1373 | 2024-11-14T03:21:10.677Z | Compiling hyper v1.5.0 |
| 1374 | 2024-11-14T03:21:11.076Z | Compiling slog-async v2.8.0 |
| 1375 | 2024-11-14T03:21:11.442Z | Compiling schemars_derive v0.8.21 |
| 1376 | 2024-11-14T03:21:11.683Z | Compiling stringprep v0.1.5 |
| 1377 | 2024-11-14T03:21:13.147Z | Compiling hyper-util v0.1.10 |
| 1378 | 2024-11-14T03:21:13.568Z | Compiling toml_edit v0.22.22 |
| 1379 | 2024-11-14T03:21:14.188Z | Compiling addr2line v0.24.2 |
| 1380 | 2024-11-14T03:21:14.801Z | Compiling usdt-macro v0.5.0 |
| 1381 | 2024-11-14T03:21:14.888Z | Compiling usdt-attr-macro v0.5.0 |
| 1382 | 2024-11-14T03:21:14.988Z | Compiling crossbeam-deque v0.8.5 |
| 1383 | 2024-11-14T03:21:15.522Z | Compiling term v0.7.0 |
| 1384 | 2024-11-14T03:21:16.222Z | Compiling slog-json v2.6.1 |
| 1385 | 2024-11-14T03:21:16.284Z | Compiling serde_urlencoded v0.7.1 |
| 1386 | 2024-11-14T03:21:16.327Z | Compiling crossbeam-channel v0.5.13 |
| 1387 | 2024-11-14T03:21:16.440Z | Compiling curve25519-dalek v4.1.3 |
| 1388 | 2024-11-14T03:21:16.585Z | Compiling futures-executor v0.3.31 |
| 1389 | 2024-11-14T03:21:16.792Z | Compiling enum-as-inner v0.6.1 |
| 1390 | 2024-11-14T03:21:17.036Z | Compiling md-5 v0.10.6 |
| 1391 | 2024-11-14T03:21:17.055Z | Compiling rustls-pemfile v2.2.0 |
| 1392 | 2024-11-14T03:21:17.156Z | Compiling async-stream-impl v0.3.6 |
| 1393 | 2024-11-14T03:21:17.306Z | Compiling num-integer v0.1.46 |
| 1394 | 2024-11-14T03:21:17.401Z | Compiling idna v0.3.0 |
| 1395 | 2024-11-14T03:21:17.455Z | Compiling idna v0.4.0 |
| 1396 | 2024-11-14T03:21:17.851Z | Compiling hash32 v0.2.1 |
| 1397 | 2024-11-14T03:21:18.097Z | Compiling ff v0.13.0 |
| 1398 | 2024-11-14T03:21:18.218Z | Compiling is-terminal v0.4.13 |
| 1399 | 2024-11-14T03:21:18.301Z | Compiling object v0.36.5 |
| 1400 | 2024-11-14T03:21:18.347Z | Compiling dropshot v0.12.0 |
| 1401 | 2024-11-14T03:21:18.519Z | Compiling dyn-clone v1.0.17 |
| 1402 | 2024-11-14T03:21:18.637Z | Compiling num-bigint-dig v0.8.4 |
| 1403 | 2024-11-14T03:21:18.740Z | Compiling take_mut v0.2.2 |
| 1404 | 2024-11-14T03:21:18.903Z | Compiling anyhow v1.0.93 |
| 1405 | 2024-11-14T03:21:18.924Z | Compiling psl-types v2.0.11 |
| 1406 | 2024-11-14T03:21:19.091Z | Compiling portable-atomic v1.9.0 |
| 1407 | 2024-11-14T03:21:19.126Z | Compiling smoltcp v0.9.1 |
| 1408 | 2024-11-14T03:21:19.128Z | Compiling utf-8 v0.7.6 |
| 1409 | 2024-11-14T03:21:19.525Z | Compiling linked-hash-map v0.5.6 |
| 1410 | 2024-11-14T03:21:19.862Z | Compiling fallible-iterator v0.2.0 |
| 1411 | 2024-11-14T03:21:19.885Z | Compiling base16ct v0.2.0 |
| 1412 | 2024-11-14T03:21:19.955Z | Compiling rustc-demangle v0.1.24 |
| 1413 | 2024-11-14T03:21:20.220Z | Compiling quick-error v1.2.3 |
| 1414 | 2024-11-14T03:21:20.315Z | Compiling sec1 v0.7.3 |
| 1415 | 2024-11-14T03:21:20.377Z | Compiling resolv-conf v0.7.0 |
| 1416 | 2024-11-14T03:21:20.607Z | Compiling postgres-protocol v0.6.7 |
| 1417 | 2024-11-14T03:21:20.891Z | Compiling lru-cache v0.1.2 |
| 1418 | 2024-11-14T03:21:20.983Z | Compiling tungstenite v0.24.0 |
| 1419 | 2024-11-14T03:21:21.182Z | Compiling publicsuffix v2.2.3 |
| 1420 | 2024-11-14T03:21:21.965Z | Compiling async-stream v0.3.6 |
| 1421 | 2024-11-14T03:21:21.986Z | Compiling slog-term v2.9.1 |
| 1422 | 2024-11-14T03:21:22.270Z | Compiling hickory-proto v0.24.1 |
| 1423 | 2024-11-14T03:21:22.670Z | Compiling group v0.13.0 |
| 1424 | 2024-11-14T03:21:23.006Z | Compiling usdt v0.5.0 |
| 1425 | 2024-11-14T03:21:23.330Z | Compiling num-iter v0.1.45 |
| 1426 | 2024-11-14T03:21:23.539Z | Compiling futures v0.3.31 |
| 1427 | 2024-11-14T03:21:23.631Z | Compiling toml v0.8.19 |
| 1428 | 2024-11-14T03:21:23.660Z | Compiling slog-bunyan v2.5.0 |
| 1429 | 2024-11-14T03:21:25.443Z | Compiling camino v1.1.9 |
| 1430 | 2024-11-14T03:21:25.844Z | Compiling backtrace v0.3.74 |
| 1431 | 2024-11-14T03:21:26.439Z | Compiling tokio-native-tls v0.3.1 |
| 1432 | 2024-11-14T03:21:26.479Z | Compiling phf_shared v0.11.2 |
| 1433 | 2024-11-14T03:21:26.606Z | Compiling dropshot_endpoint v0.12.0 |
| 1434 | 2024-11-14T03:21:26.687Z | Compiling terminal_size v0.4.0 |
| 1435 | 2024-11-14T03:21:26.730Z | Compiling waitgroup v0.1.2 |
| 1436 | 2024-11-14T03:21:26.869Z | Compiling openapiv3 v2.0.0 |
| 1437 | 2024-11-14T03:21:26.908Z | Compiling serde_path_to_error v0.1.16 |
| 1438 | 2024-11-14T03:21:26.957Z | Compiling hkdf v0.12.4 |
| 1439 | 2024-11-14T03:21:27.221Z | Compiling crypto-bigint v0.5.5 |
| 1440 | 2024-11-14T03:21:27.781Z | Compiling webpki-roots v0.26.6 |
| 1441 | 2024-11-14T03:21:28.001Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1442 | 2024-11-14T03:21:29.460Z | Compiling hubpack_derive v0.1.1 |
| 1443 | 2024-11-14T03:21:29.507Z | Compiling zerocopy-derive v0.6.6 |
| 1444 | 2024-11-14T03:21:29.606Z | Compiling idna v0.5.0 |
| 1445 | 2024-11-14T03:21:30.408Z | Compiling hostname v0.4.0 |
| 1446 | 2024-11-14T03:21:30.678Z | Compiling fs-err v2.11.0 |
| 1447 | 2024-11-14T03:21:30.968Z | Compiling crc32fast v1.4.2 |
| 1448 | 2024-11-14T03:21:31.260Z | Compiling ahash v0.8.11 |
| 1449 | 2024-11-14T03:21:31.296Z | Compiling bitflags v1.3.2 |
| 1450 | 2024-11-14T03:21:31.320Z | Compiling debug-ignore v1.0.5 |
| 1451 | 2024-11-14T03:21:31.404Z | Compiling winnow v0.5.40 |
| 1452 | 2024-11-14T03:21:31.422Z | Compiling managed v0.8.0 |
| 1453 | 2024-11-14T03:21:31.462Z | Compiling clap_builder v4.5.20 |
| 1454 | 2024-11-14T03:21:31.658Z | Compiling console v0.15.8 |
| 1455 | 2024-11-14T03:21:31.797Z | Compiling zerocopy v0.6.6 |
| 1456 | 2024-11-14T03:21:32.685Z | Compiling strum_macros v0.25.3 |
| 1457 | 2024-11-14T03:21:32.704Z | Compiling flate2 v1.0.34 |
| 1458 | 2024-11-14T03:21:33.370Z | Compiling cookie_store v0.21.0 |
| 1459 | 2024-11-14T03:21:33.441Z | Compiling hubpack v0.1.2 |
| 1460 | 2024-11-14T03:21:33.685Z | Compiling elliptic-curve v0.13.8 |
| 1461 | 2024-11-14T03:21:34.086Z | Compiling hickory-resolver v0.24.1 |
| 1462 | 2024-11-14T03:21:34.499Z | Compiling phf v0.11.2 |
| 1463 | 2024-11-14T03:21:34.844Z | Compiling hyper-tls v0.6.0 |
| 1464 | 2024-11-14T03:21:35.034Z | Compiling toml_edit v0.19.15 |
| 1465 | 2024-11-14T03:21:35.301Z | Compiling signal-hook-mio v0.2.4 |
| 1466 | 2024-11-14T03:21:35.461Z | Compiling rayon v1.10.0 |
| 1467 | 2024-11-14T03:21:36.149Z | Compiling bzip2 v0.4.4 |
| 1468 | 2024-11-14T03:21:36.946Z | Compiling tokio-tungstenite v0.24.0 |
| 1469 | 2024-11-14T03:21:37.506Z | Compiling postgres-types v0.2.8 |
| 1470 | 2024-11-14T03:21:40.396Z | Compiling ed25519 v2.2.3 |
| 1471 | 2024-11-14T03:21:40.450Z | Compiling phf_shared v0.10.0 |
| 1472 | 2024-11-14T03:21:40.847Z | Compiling tokio-stream v0.1.16 |
| 1473 | 2024-11-14T03:21:40.900Z | Compiling pkcs1 v0.7.5 |
| 1474 | 2024-11-14T03:21:40.922Z | Compiling serde-big-array v0.5.1 |
| 1475 | 2024-11-14T03:21:41.162Z | Compiling clap_derive v4.5.18 |
| 1476 | 2024-11-14T03:21:41.919Z | Compiling rfc6979 v0.4.0 |
| 1477 | 2024-11-14T03:21:41.940Z | Compiling serde_repr v0.1.19 |
| 1478 | 2024-11-14T03:21:42.066Z | Compiling derive-where v1.2.7 |
| 1479 | 2024-11-14T03:21:42.115Z | Compiling float-cmp v0.9.0 |
| 1480 | 2024-11-14T03:21:42.253Z | Compiling bstr v1.10.0 |
| 1481 | 2024-11-14T03:21:42.338Z | Compiling sync_wrapper v1.0.1 |
| 1482 | 2024-11-14T03:21:42.496Z | Compiling new_debug_unreachable v1.0.6 |
| 1483 | 2024-11-14T03:21:42.594Z | Compiling bit-vec v0.6.3 |
| 1484 | 2024-11-14T03:21:43.060Z | Compiling fixedbitset v0.4.2 |
| 1485 | 2024-11-14T03:21:43.120Z | Compiling normalize-line-endings v0.3.0 |
| 1486 | 2024-11-14T03:21:43.249Z | Compiling static_assertions v1.1.0 |
| 1487 | 2024-11-14T03:21:43.252Z | Compiling predicates-core v1.0.8 |
| 1488 | 2024-11-14T03:21:43.359Z | Compiling whoami v1.5.2 |
| 1489 | 2024-11-14T03:21:43.518Z | Compiling number_prefix v0.4.0 |
| 1490 | 2024-11-14T03:21:43.644Z | Compiling difflib v0.4.0 |
| 1491 | 2024-11-14T03:21:43.746Z | Compiling precomputed-hash v0.1.1 |
| 1492 | 2024-11-14T03:21:43.871Z | Compiling unicode-segmentation v1.12.0 |
| 1493 | 2024-11-14T03:21:44.017Z | Compiling string_cache v0.8.7 |
| 1494 | 2024-11-14T03:21:44.087Z | Compiling predicates v3.1.2 |
| 1495 | 2024-11-14T03:21:44.506Z | Compiling indicatif v0.17.8 |
| 1496 | 2024-11-14T03:21:44.793Z | Compiling similar v2.6.0 |
| 1497 | 2024-11-14T03:21:45.343Z | Compiling tokio-postgres v0.7.12 |
| 1498 | 2024-11-14T03:21:45.714Z | Compiling petgraph v0.6.5 |
| 1499 | 2024-11-14T03:21:45.882Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1500 | 2024-11-14T03:21:46.283Z | Compiling clap v4.5.20 |
| 1501 | 2024-11-14T03:21:46.414Z | Compiling bit-set v0.5.3 |
| 1502 | 2024-11-14T03:21:46.714Z | Compiling ecdsa v0.16.9 |
| 1503 | 2024-11-14T03:21:46.734Z | Compiling rsa v0.9.6 |
| 1504 | 2024-11-14T03:21:47.279Z | Compiling ed25519-dalek v2.1.1 |
| 1505 | 2024-11-14T03:21:47.565Z | Compiling toml v0.7.8 |
| 1506 | 2024-11-14T03:21:48.622Z | Compiling zip v0.6.6 |
| 1507 | 2024-11-14T03:21:49.277Z | Compiling crossterm v0.28.1 |
| 1508 | 2024-11-14T03:21:50.796Z | Compiling hex v0.4.3 |
| 1509 | 2024-11-14T03:21:50.814Z | Compiling x509-cert v0.2.5 |
| 1510 | 2024-11-14T03:21:51.048Z | Compiling itertools v0.10.5 |
| 1511 | 2024-11-14T03:21:51.267Z | Compiling lalrpop-util v0.19.12 |
| 1512 | 2024-11-14T03:21:51.407Z | Compiling peg-runtime v0.8.3 |
| 1513 | 2024-11-14T03:21:51.605Z | Compiling unicode-xid v0.2.6 |
| 1514 | 2024-11-14T03:21:51.788Z | Compiling strum_macros v0.26.4 |
| 1515 | 2024-11-14T03:21:52.089Z | Compiling xattr v1.3.1 |
| 1516 | 2024-11-14T03:21:52.368Z | Compiling filetime v0.2.25 |
| 1517 | 2024-11-14T03:21:52.704Z | Compiling tar v0.4.43 |
| 1518 | 2024-11-14T03:21:56.964Z | Compiling strum v0.26.3 |
| 1519 | 2024-11-14T03:21:59.430Z | Compiling aws-lc-sys v0.22.0 |
| 1520 | 2024-11-14T03:22:27.170Z | Compiling rustls-webpki v0.102.8 |
| 1521 | 2024-11-14T03:22:30.537Z | Compiling tokio-rustls v0.25.0 |
| 1522 | 2024-11-14T03:22:32.445Z | Compiling tokio-rustls v0.26.0 |
| 1523 | 2024-11-14T03:22:32.817Z | Compiling hyper-rustls v0.27.3 |
| 1524 | 2024-11-14T03:22:33.129Z | Compiling reqwest v0.12.9 |
| 1525 | 2024-11-14T03:22:34.094Z | Compiling qorb v0.2.0 |
| 1526 | 2024-11-14T03:22:39.139Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1527 | 2024-11-14T03:22:39.371Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1528 | 2024-11-14T03:22:45.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s |
| 1529 | 2024-11-14T03:22:45.280Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1530 | 2024-11-14T03:22:45.332Z | Nov 14 03:22:44.352 INFO Starting download, target: Cockroach |
| 1531 | 2024-11-14T03:22:45.332Z | Nov 14 03:22:44.352 INFO Starting download, target: Clickhouse |
| 1532 | 2024-11-14T03:22:45.332Z | Nov 14 03:22:44.352 INFO Starting download, target: Console |
| 1533 | 2024-11-14T03:22:45.332Z | Nov 14 03:22:44.352 INFO Starting download, target: DendriteOpenapi |
| 1534 | 2024-11-14T03:22:45.332Z | Nov 14 03:22:44.352 INFO Starting download, target: DendriteStub |
| 1535 | 2024-11-14T03:22:45.335Z | Nov 14 03:22:44.352 INFO Starting download, target: MaghemiteMgd |
| 1536 | 2024-11-14T03:22:45.335Z | Nov 14 03:22:44.352 INFO Starting download, target: TransceiverControl |
| 1537 | 2024-11-14T03:22:45.335Z | Nov 14 03:22:44.353 INFO Downloading out/downloads/dpd-5b1d590426971e481d927d3978e918ec25f3ad21.json (attempt 1/3), target: DendriteOpenapi |
| 1538 | 2024-11-14T03:22:45.335Z | Nov 14 03:22:44.353 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1539 | 2024-11-14T03:22:45.335Z | Nov 14 03:22:44.353 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1540 | 2024-11-14T03:22:45.335Z | Nov 14 03:22:44.353 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1541 | 2024-11-14T03:22:45.335Z | Nov 14 03:22:44.353 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1542 | 2024-11-14T03:22:45.335Z | Nov 14 03:22:44.353 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1543 | 2024-11-14T03:22:45.335Z | Nov 14 03:22:44.353 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1544 | 2024-11-14T03:22:45.524Z | Nov 14 03:22:44.544 INFO Download complete, target: DendriteOpenapi |
| 1545 | 2024-11-14T03:22:45.716Z | Nov 14 03:22:44.733 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1546 | 2024-11-14T03:22:45.937Z | Nov 14 03:22:44.929 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1547 | 2024-11-14T03:22:46.190Z | Nov 14 03:22:45.197 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1548 | 2024-11-14T03:22:46.311Z | Nov 14 03:22:45.317 INFO Download complete, target: Console |
| 1549 | 2024-11-14T03:22:46.416Z | Nov 14 03:22:45.434 INFO Download complete, target: TransceiverControl |
| 1550 | 2024-11-14T03:22:46.560Z | Nov 14 03:22:45.578 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1551 | 2024-11-14T03:22:46.927Z | Nov 14 03:22:45.947 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1552 | 2024-11-14T03:22:46.927Z | Nov 14 03:22:45.947 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1553 | 2024-11-14T03:22:48.112Z | Nov 14 03:22:47.132 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1554 | 2024-11-14T03:22:49.141Z | Nov 14 03:22:48.159 INFO Download complete, target: DendriteStub |
| 1555 | 2024-11-14T03:22:49.621Z | Nov 14 03:22:48.640 INFO Download complete, target: MaghemiteMgd |
| 1556 | 2024-11-14T03:22:54.795Z | Nov 14 03:22:53.812 INFO Checking that binary works, target: Cockroach |
| 1557 | 2024-11-14T03:22:54.955Z | Nov 14 03:22:53.972 INFO Download complete, target: Cockroach |
| 1558 | 2024-11-14T03:23:01.295Z | Nov 14 03:23:00.308 INFO Checking that binary works, target: Clickhouse |
| 1559 | 2024-11-14T03:23:01.421Z | Nov 14 03:23:00.436 INFO Download complete, target: Clickhouse |
| 1560 | 2024-11-14T03:23:01.440Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1561 | 2024-11-14T03:23:01.443Z | |
| 1562 | 2024-11-14T03:23:01.443Z | real 5:13.601327825 |
| 1563 | 2024-11-14T03:23:01.443Z | user 16:32.204266798 |
| 1564 | 2024-11-14T03:23:01.443Z | sys 3:14.927486075 |
| 1565 | 2024-11-14T03:23:01.443Z | trap 0.558501740 |
| 1566 | 2024-11-14T03:23:01.443Z | tflt 1.519723293 |
| 1567 | 2024-11-14T03:23:01.443Z | dflt 2.251488803 |
| 1568 | 2024-11-14T03:23:01.443Z | kflt 0.022283136 |
| 1569 | 2024-11-14T03:23:01.443Z | lock 30:15.388472362 |
| 1570 | 2024-11-14T03:23:01.443Z | slp 1:02:17.554867551 |
| 1571 | 2024-11-14T03:23:01.443Z | lat 1:00.133208329 |
| 1572 | 2024-11-14T03:23:01.443Z | stop 2:20.774242843 |
| 1573 | 2024-11-14T03:23:01.443Z | + banner clippy |
| 1574 | 2024-11-14T03:23:01.447Z | |
| 1575 | 2024-11-14T03:23:01.447Z | #### # # ##### ##### # # |
| 1576 | 2024-11-14T03:23:01.447Z | # # # # # # # # # # |
| 1577 | 2024-11-14T03:23:01.447Z | # # # # # # # # |
| 1578 | 2024-11-14T03:23:01.447Z | # # # ##### ##### # |
| 1579 | 2024-11-14T03:23:01.447Z | # # # # # # # |
| 1580 | 2024-11-14T03:23:01.447Z | #### ###### # # # # |
| 1581 | 2024-11-14T03:23:01.447Z | |
| 1582 | 2024-11-14T03:23:01.447Z | + export CARGO_INCREMENTAL=0 |
| 1583 | 2024-11-14T03:23:01.447Z | + CARGO_INCREMENTAL=0 |
| 1584 | 2024-11-14T03:23:01.447Z | + ptime -m cargo xtask clippy |
| 1585 | 2024-11-14T03:23:01.947Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1586 | 2024-11-14T03:23:05.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s |
| 1587 | 2024-11-14T03:23:05.532Z | Running `target/debug/xtask clippy` |
| 1588 | 2024-11-14T03:23:05.552Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1589 | 2024-11-14T03:23:06.197Z | Downloading crates ... |
| 1590 | 2024-11-14T03:23:06.524Z | Downloaded approx v0.5.1 |
| 1591 | 2024-11-14T03:23:06.527Z | Downloaded oorandom v11.1.4 |
| 1592 | 2024-11-14T03:23:06.534Z | Downloaded indoc v2.0.5 |
| 1593 | 2024-11-14T03:23:06.543Z | Downloaded plotters-svg v0.3.7 |
| 1594 | 2024-11-14T03:23:06.546Z | Downloaded similar-asserts v1.6.0 |
| 1595 | 2024-11-14T03:23:06.551Z | Downloaded piper v0.2.4 |
| 1596 | 2024-11-14T03:23:06.561Z | Downloaded rustls-native-certs v0.7.3 |
| 1597 | 2024-11-14T03:23:06.563Z | Downloaded assert_cmd v2.0.16 |
| 1598 | 2024-11-14T03:23:06.566Z | Downloaded threadpool v1.8.1 |
| 1599 | 2024-11-14T03:23:06.568Z | Downloaded relative-path v1.9.3 |
| 1600 | 2024-11-14T03:23:06.571Z | Downloaded target-spec v3.2.2 |
| 1601 | 2024-11-14T03:23:06.571Z | Downloaded async-signal v0.2.10 |
| 1602 | 2024-11-14T03:23:06.574Z | Downloaded partial-io v0.5.4 |
| 1603 | 2024-11-14T03:23:06.574Z | Downloaded cfg-expr v0.17.0 |
| 1604 | 2024-11-14T03:23:06.577Z | Downloaded libtest-mimic v0.7.3 |
| 1605 | 2024-11-14T03:23:06.579Z | Downloaded futures-timer v3.0.3 |
| 1606 | 2024-11-14T03:23:06.582Z | Downloaded pretty_assertions v1.4.1 |
| 1607 | 2024-11-14T03:23:06.584Z | Downloaded fancy-regex v0.13.0 |
| 1608 | 2024-11-14T03:23:06.587Z | Downloaded rstest_macros v0.23.0 |
| 1609 | 2024-11-14T03:23:06.590Z | Downloaded yansi v1.0.1 |
| 1610 | 2024-11-14T03:23:06.592Z | Downloaded async-executor v1.13.1 |
| 1611 | 2024-11-14T03:23:06.595Z | Downloaded criterion v0.5.1 |
| 1612 | 2024-11-14T03:23:06.601Z | Downloaded async-std v1.13.0 |
| 1613 | 2024-11-14T03:23:06.622Z | Downloaded blake2b_simd v1.0.2 |
| 1614 | 2024-11-14T03:23:06.624Z | Downloaded event-listener v2.5.3 |
| 1615 | 2024-11-14T03:23:06.636Z | Downloaded async-channel v2.3.1 |
| 1616 | 2024-11-14T03:23:06.639Z | Downloaded async-attributes v1.1.2 |
| 1617 | 2024-11-14T03:23:06.643Z | Downloaded assert-json-diff v2.0.2 |
| 1618 | 2024-11-14T03:23:06.649Z | Downloaded async-global-executor v2.4.1 |
| 1619 | 2024-11-14T03:23:06.651Z | Downloaded anes v0.1.6 |
| 1620 | 2024-11-14T03:23:06.674Z | Downloaded target-triple v0.1.3 |
| 1621 | 2024-11-14T03:23:06.676Z | Downloaded pathdiff v0.2.2 |
| 1622 | 2024-11-14T03:23:06.676Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1623 | 2024-11-14T03:23:06.676Z | Downloaded escape8259 v0.5.3 |
| 1624 | 2024-11-14T03:23:06.679Z | Downloaded doc-comment v0.3.3 |
| 1625 | 2024-11-14T03:23:06.679Z | Downloaded async-object-pool v0.1.5 |
| 1626 | 2024-11-14T03:23:06.679Z | Downloaded async-channel v1.9.0 |
| 1627 | 2024-11-14T03:23:06.682Z | Downloaded nested v0.1.1 |
| 1628 | 2024-11-14T03:23:06.684Z | Downloaded event-listener-strategy v0.5.2 |
| 1629 | 2024-11-14T03:23:06.684Z | Downloaded cast v0.3.0 |
| 1630 | 2024-11-14T03:23:06.689Z | Downloaded concurrent-queue v2.5.0 |
| 1631 | 2024-11-14T03:23:06.691Z | Downloaded proc-macro-crate v3.2.0 |
| 1632 | 2024-11-14T03:23:06.694Z | Downloaded criterion-plot v0.5.0 |
| 1633 | 2024-11-14T03:23:06.694Z | Downloaded blocking v1.6.1 |
| 1634 | 2024-11-14T03:23:06.697Z | Downloaded serde_regex v1.1.0 |
| 1635 | 2024-11-14T03:23:06.697Z | Downloaded kv-log-macro v1.0.7 |
| 1636 | 2024-11-14T03:23:06.699Z | Downloaded plotters-backend v0.3.7 |
| 1637 | 2024-11-14T03:23:06.699Z | Downloaded path-tree v0.8.1 |
| 1638 | 2024-11-14T03:23:06.702Z | Downloaded num_cpus v1.16.0 |
| 1639 | 2024-11-14T03:23:06.705Z | Downloaded stringmetrics v2.2.2 |
| 1640 | 2024-11-14T03:23:06.710Z | Downloaded tinytemplate v1.2.1 |
| 1641 | 2024-11-14T03:23:06.713Z | Downloaded futures-lite v2.3.0 |
| 1642 | 2024-11-14T03:23:06.715Z | Downloaded async-task v4.7.1 |
| 1643 | 2024-11-14T03:23:06.718Z | Downloaded async-process v2.3.0 |
| 1644 | 2024-11-14T03:23:06.718Z | Downloaded target-lexicon v0.12.16 |
| 1645 | 2024-11-14T03:23:06.720Z | Downloaded event-listener v5.3.1 |
| 1646 | 2024-11-14T03:23:06.722Z | Downloaded rust-argon2 v2.1.0 |
| 1647 | 2024-11-14T03:23:06.725Z | Downloaded trybuild v1.0.101 |
| 1648 | 2024-11-14T03:23:06.728Z | Downloaded rand_distr v0.4.3 |
| 1649 | 2024-11-14T03:23:06.731Z | Downloaded polling v3.7.3 |
| 1650 | 2024-11-14T03:23:06.735Z | Downloaded async-io v2.3.4 |
| 1651 | 2024-11-14T03:23:06.738Z | Downloaded rstest v0.23.0 |
| 1652 | 2024-11-14T03:23:06.743Z | Downloaded async-lock v3.4.0 |
| 1653 | 2024-11-14T03:23:06.746Z | Downloaded plotters v0.3.7 |
| 1654 | 2024-11-14T03:23:06.754Z | Downloaded guppy v0.17.8 |
| 1655 | 2024-11-14T03:23:06.759Z | Downloaded parking v2.2.1 |
| 1656 | 2024-11-14T03:23:06.762Z | Downloaded hyper-rustls v0.26.0 |
| 1657 | 2024-11-14T03:23:06.764Z | Downloaded httptest v0.16.1 |
| 1658 | 2024-11-14T03:23:06.767Z | Downloaded datatest-stable v0.2.9 |
| 1659 | 2024-11-14T03:23:06.767Z | Downloaded httpmock v0.8.0-alpha.1 |
| 1660 | 2024-11-14T03:23:07.524Z | Checking cfg-if v1.0.0 |
| 1661 | 2024-11-14T03:23:07.600Z | Checking libc v0.2.162 |
| 1662 | 2024-11-14T03:23:07.619Z | Checking serde v1.0.215 |
| 1663 | 2024-11-14T03:23:07.639Z | Checking memchr v2.7.4 |
| 1664 | 2024-11-14T03:23:07.659Z | Checking value-bag v1.9.0 |
| 1665 | 2024-11-14T03:23:07.685Z | Checking scopeguard v1.2.0 |
| 1666 | 2024-11-14T03:23:07.709Z | Checking zeroize v1.8.1 |
| 1667 | 2024-11-14T03:23:07.733Z | Checking smallvec v1.13.2 |
| 1668 | 2024-11-14T03:23:07.761Z | Checking itoa v1.0.11 |
| 1669 | 2024-11-14T03:23:07.830Z | Checking lock_api v0.4.12 |
| 1670 | 2024-11-14T03:23:07.954Z | Checking byteorder v1.5.0 |
| 1671 | 2024-11-14T03:23:07.982Z | Checking pin-project-lite v0.2.14 |
| 1672 | 2024-11-14T03:23:08.094Z | Checking log v0.4.22 |
| 1673 | 2024-11-14T03:23:08.128Z | Checking subtle v2.6.1 |
| 1674 | 2024-11-14T03:23:08.156Z | Checking once_cell v1.20.2 |
| 1675 | 2024-11-14T03:23:08.252Z | Checking typenum v1.17.0 |
| 1676 | 2024-11-14T03:23:08.401Z | Checking futures-core v0.3.31 |
| 1677 | 2024-11-14T03:23:08.430Z | Checking thiserror v1.0.69 |
| 1678 | 2024-11-14T03:23:08.456Z | Checking libm v0.2.8 |
| 1679 | 2024-11-14T03:23:08.569Z | Checking zerocopy v0.7.35 |
| 1680 | 2024-11-14T03:23:08.602Z | Checking ryu v1.0.18 |
| 1681 | 2024-11-14T03:23:08.636Z | Checking spin v0.9.8 |
| 1682 | 2024-11-14T03:23:08.665Z | Checking const-oid v0.9.6 |
| 1683 | 2024-11-14T03:23:08.802Z | Checking getrandom v0.2.15 |
| 1684 | 2024-11-14T03:23:08.880Z | Checking parking_lot_core v0.9.10 |
| 1685 | 2024-11-14T03:23:09.075Z | Checking signal-hook-registry v1.4.2 |
| 1686 | 2024-11-14T03:23:09.164Z | Checking rand_core v0.6.4 |
| 1687 | 2024-11-14T03:23:09.196Z | Checking parking_lot v0.12.3 |
| 1688 | 2024-11-14T03:23:09.307Z | Checking mio v1.0.2 |
| 1689 | 2024-11-14T03:23:09.357Z | Checking socket2 v0.5.7 |
| 1690 | 2024-11-14T03:23:09.386Z | Checking num-traits v0.2.19 |
| 1691 | 2024-11-14T03:23:09.550Z | Checking futures-io v0.3.31 |
| 1692 | 2024-11-14T03:23:09.571Z | Checking generic-array v0.14.7 |
| 1693 | 2024-11-14T03:23:09.749Z | Checking slab v0.4.9 |
| 1694 | 2024-11-14T03:23:09.820Z | Checking allocator-api2 v0.2.18 |
| 1695 | 2024-11-14T03:23:09.874Z | Checking cpufeatures v0.2.14 |
| 1696 | 2024-11-14T03:23:09.976Z | Checking futures-sink v0.3.31 |
| 1697 | 2024-11-14T03:23:10.016Z | Checking pin-utils v0.1.0 |
| 1698 | 2024-11-14T03:23:10.048Z | Checking equivalent v1.0.1 |
| 1699 | 2024-11-14T03:23:10.120Z | Checking foldhash v0.1.3 |
| 1700 | 2024-11-14T03:23:10.146Z | Checking futures-channel v0.3.31 |
| 1701 | 2024-11-14T03:23:10.175Z | Checking futures-task v0.3.31 |
| 1702 | 2024-11-14T03:23:10.360Z | Checking stable_deref_trait v1.2.0 |
| 1703 | 2024-11-14T03:23:10.424Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1704 | 2024-11-14T03:23:10.462Z | Checking hashbrown v0.15.0 |
| 1705 | 2024-11-14T03:23:10.485Z | Checking fnv v1.0.7 |
| 1706 | 2024-11-14T03:23:10.512Z | Checking iana-time-zone v0.1.61 |
| 1707 | 2024-11-14T03:23:10.514Z | Checking futures-util v0.3.31 |
| 1708 | 2024-11-14T03:23:10.611Z | Checking tracing-core v0.1.32 |
| 1709 | 2024-11-14T03:23:10.656Z | Checking ppv-lite86 v0.2.20 |
| 1710 | 2024-11-14T03:23:10.744Z | Checking errno v0.3.9 |
| 1711 | 2024-11-14T03:23:10.770Z | Checking crypto-common v0.1.6 |
| 1712 | 2024-11-14T03:23:10.920Z | Checking block-buffer v0.10.4 |
| 1713 | 2024-11-14T03:23:10.958Z | Checking zerofrom v0.1.4 |
| 1714 | 2024-11-14T03:23:11.082Z | Checking dyn-clone v1.0.17 |
| 1715 | 2024-11-14T03:23:11.138Z | Checking digest v0.10.7 |
| 1716 | 2024-11-14T03:23:11.184Z | Checking yoke v0.7.4 |
| 1717 | 2024-11-14T03:23:11.226Z | Checking block-padding v0.3.3 |
| 1718 | 2024-11-14T03:23:11.253Z | Checking tracing v0.1.40 |
| 1719 | 2024-11-14T03:23:11.429Z | Checking rand_chacha v0.3.1 |
| 1720 | 2024-11-14T03:23:11.432Z | Checking inout v0.1.3 |
| 1721 | 2024-11-14T03:23:11.517Z | Checking crossbeam-utils v0.8.20 |
| 1722 | 2024-11-14T03:23:11.543Z | Checking zerovec v0.10.4 |
| 1723 | 2024-11-14T03:23:11.569Z | Checking percent-encoding v2.3.1 |
| 1724 | 2024-11-14T03:23:11.592Z | Checking litemap v0.7.3 |
| 1725 | 2024-11-14T03:23:11.659Z | Checking cipher v0.4.4 |
| 1726 | 2024-11-14T03:23:11.779Z | Checking writeable v0.5.5 |
| 1727 | 2024-11-14T03:23:11.817Z | Checking rand v0.8.5 |
| 1728 | 2024-11-14T03:23:11.934Z | Checking tinyvec_macros v0.1.1 |
| 1729 | 2024-11-14T03:23:12.026Z | Checking tinyvec v1.8.0 |
| 1730 | 2024-11-14T03:23:12.093Z | Checking form_urlencoded v1.2.1 |
| 1731 | 2024-11-14T03:23:12.122Z | Checking httparse v1.9.5 |
| 1732 | 2024-11-14T03:23:12.209Z | Checking base64ct v1.6.0 |
| 1733 | 2024-11-14T03:23:12.309Z | Checking atomic-waker v1.1.2 |
| 1734 | 2024-11-14T03:23:12.449Z | Checking regex-syntax v0.8.5 |
| 1735 | 2024-11-14T03:23:12.537Z | Checking bytes v1.7.2 |
| 1736 | 2024-11-14T03:23:12.581Z | Checking bitflags v2.6.0 |
| 1737 | 2024-11-14T03:23:12.672Z | Checking serde_json v1.0.132 |
| 1738 | 2024-11-14T03:23:12.883Z | Checking indexmap v2.6.0 |
| 1739 | 2024-11-14T03:23:13.115Z | Checking chrono v0.4.38 |
| 1740 | 2024-11-14T03:23:13.246Z | Checking rustix v0.38.37 |
| 1741 | 2024-11-14T03:23:13.348Z | Checking uuid v1.11.0 |
| 1742 | 2024-11-14T03:23:13.371Z | Checking tokio v1.40.0 |
| 1743 | 2024-11-14T03:23:13.970Z | Checking http v1.1.0 |
| 1744 | 2024-11-14T03:23:14.185Z | Checking tinystr v0.7.6 |
| 1745 | 2024-11-14T03:23:14.424Z | Checking icu_locid_transform_data v1.5.0 |
| 1746 | 2024-11-14T03:23:14.540Z | Checking unicode-normalization v0.1.24 |
| 1747 | 2024-11-14T03:23:14.605Z | Checking icu_locid v1.5.0 |
| 1748 | 2024-11-14T03:23:15.305Z | Checking icu_collections v1.5.0 |
| 1749 | 2024-11-14T03:23:15.308Z | Checking schemars v0.8.21 |
| 1750 | 2024-11-14T03:23:15.443Z | Checking hmac v0.12.1 |
| 1751 | 2024-11-14T03:23:15.592Z | Checking icu_provider v1.5.0 |
| 1752 | 2024-11-14T03:23:15.678Z | Checking icu_properties_data v1.5.0 |
| 1753 | 2024-11-14T03:23:15.681Z | Checking untrusted v0.9.0 |
| 1754 | 2024-11-14T03:23:15.724Z | Checking sha2 v0.10.8 |
| 1755 | 2024-11-14T03:23:15.871Z | Checking ring v0.17.8 |
| 1756 | 2024-11-14T03:23:15.931Z | Checking aho-corasick v1.1.3 |
| 1757 | 2024-11-14T03:23:15.954Z | Checking icu_normalizer_data v1.5.0 |
| 1758 | 2024-11-14T03:23:16.056Z | Checking unicode-bidi v0.3.17 |
| 1759 | 2024-11-14T03:23:16.280Z | Checking icu_locid_transform v1.5.0 |
| 1760 | 2024-11-14T03:23:16.306Z | Checking utf8_iter v1.0.4 |
| 1761 | 2024-11-14T03:23:16.527Z | Checking write16 v1.0.0 |
| 1762 | 2024-11-14T03:23:16.662Z | Checking unicode-ident v1.0.13 |
| 1763 | 2024-11-14T03:23:16.665Z | Checking utf16_iter v1.0.5 |
| 1764 | 2024-11-14T03:23:16.710Z | Checking lazy_static v1.5.0 |
| 1765 | 2024-11-14T03:23:16.830Z | Checking adler2 v2.0.0 |
| 1766 | 2024-11-14T03:23:16.854Z | Checking powerfmt v0.2.0 |
| 1767 | 2024-11-14T03:23:16.856Z | Checking rustls-pki-types v1.9.0 |
| 1768 | 2024-11-14T03:23:16.957Z | Checking num_threads v0.1.7 |
| 1769 | 2024-11-14T03:23:16.985Z | Checking miniz_oxide v0.8.0 |
| 1770 | 2024-11-14T03:23:17.075Z | Checking time-core v0.1.2 |
| 1771 | 2024-11-14T03:23:17.136Z | Checking deranged v0.3.11 |
| 1772 | 2024-11-14T03:23:17.257Z | Checking num-conv v0.1.0 |
| 1773 | 2024-11-14T03:23:17.283Z | Checking icu_properties v1.5.1 |
| 1774 | 2024-11-14T03:23:17.444Z | Checking proc-macro2 v1.0.89 |
| 1775 | 2024-11-14T03:23:17.514Z | Checking pem-rfc7468 v0.7.0 |
| 1776 | 2024-11-14T03:23:17.546Z | Checking regex-automata v0.4.8 |
| 1777 | 2024-11-14T03:23:17.703Z | Checking untrusted v0.7.1 |
| 1778 | 2024-11-14T03:23:17.706Z | Checking http-body v1.0.1 |
| 1779 | 2024-11-14T03:23:17.775Z | Checking aws-lc-sys v0.22.0 |
| 1780 | 2024-11-14T03:23:17.888Z | Checking try-lock v0.2.5 |
| 1781 | 2024-11-14T03:23:17.936Z | Checking mirai-annotations v1.12.0 |
| 1782 | 2024-11-14T03:23:18.043Z | Checking base64 v0.22.1 |
| 1783 | 2024-11-14T03:23:18.134Z | Checking quote v1.0.37 |
| 1784 | 2024-11-14T03:23:18.162Z | Checking httpdate v1.0.3 |
| 1785 | 2024-11-14T03:23:18.411Z | Checking want v0.3.1 |
| 1786 | 2024-11-14T03:23:18.474Z | Checking syn v2.0.87 |
| 1787 | 2024-11-14T03:23:18.531Z | Checking flagset v0.4.6 |
| 1788 | 2024-11-14T03:23:18.613Z | Checking pbkdf2 v0.12.2 |
| 1789 | 2024-11-14T03:23:18.744Z | Checking der v0.7.9 |
| 1790 | 2024-11-14T03:23:18.778Z | Checking aes v0.8.4 |
| 1791 | 2024-11-14T03:23:18.927Z | Checking time v0.3.36 |
| 1792 | 2024-11-14T03:23:19.683Z | Checking salsa20 v0.10.2 |
| 1793 | 2024-11-14T03:23:19.916Z | Checking cbc v0.1.2 |
| 1794 | 2024-11-14T03:23:20.123Z | Checking ahash v0.8.11 |
| 1795 | 2024-11-14T03:23:20.476Z | Checking aws-lc-rs v1.10.0 |
| 1796 | 2024-11-14T03:23:20.554Z | Checking icu_normalizer v1.5.0 |
| 1797 | 2024-11-14T03:23:20.580Z | Checking spki v0.7.3 |
| 1798 | 2024-11-14T03:23:20.655Z | Checking slog v2.7.0 |
| 1799 | 2024-11-14T03:23:20.749Z | Checking tokio-util v0.7.12 |
| 1800 | 2024-11-14T03:23:20.879Z | Checking tower-service v0.3.3 |
| 1801 | 2024-11-14T03:23:21.007Z | Checking scrypt v0.11.0 |
| 1802 | 2024-11-14T03:23:21.149Z | Checking gimli v0.31.1 |
| 1803 | 2024-11-14T03:23:21.251Z | Checking mime v0.3.17 |
| 1804 | 2024-11-14T03:23:21.346Z | Checking idna_adapter v1.2.0 |
| 1805 | 2024-11-14T03:23:21.466Z | Checking pkcs5 v0.7.1 |
| 1806 | 2024-11-14T03:23:21.545Z | Checking idna v1.0.3 |
| 1807 | 2024-11-14T03:23:21.577Z | Checking object v0.36.5 |
| 1808 | 2024-11-14T03:23:21.628Z | Checking h2 v0.4.6 |
| 1809 | 2024-11-14T03:23:22.006Z | Checking utf8parse v0.2.2 |
| 1810 | 2024-11-14T03:23:22.057Z | Checking url v2.5.3 |
| 1811 | 2024-11-14T03:23:22.163Z | Checking rustc-demangle v0.1.24 |
| 1812 | 2024-11-14T03:23:22.212Z | Checking regex v1.11.1 |
| 1813 | 2024-11-14T03:23:22.282Z | Checking rustls-webpki v0.102.8 |
| 1814 | 2024-11-14T03:23:22.654Z | Checking pkcs8 v0.10.2 |
| 1815 | 2024-11-14T03:23:22.795Z | Checking http-body-util v0.1.2 |
| 1816 | 2024-11-14T03:23:22.895Z | Checking futures-executor v0.3.31 |
| 1817 | 2024-11-14T03:23:22.924Z | Checking toml_datetime v0.6.8 |
| 1818 | 2024-11-14T03:23:23.156Z | Checking serde_spanned v0.6.8 |
| 1819 | 2024-11-14T03:23:23.168Z | Checking ipnet v2.10.1 |
| 1820 | 2024-11-14T03:23:23.219Z | Checking data-encoding v2.6.0 |
| 1821 | 2024-11-14T03:23:23.323Z | Checking unicode-width v0.1.14 |
| 1822 | 2024-11-14T03:23:23.344Z | Checking futures v0.3.31 |
| 1823 | 2024-11-14T03:23:23.448Z | Checking rustls-pemfile v2.2.0 |
| 1824 | 2024-11-14T03:23:23.650Z | Checking foreign-types-shared v0.1.1 |
| 1825 | 2024-11-14T03:23:23.672Z | Checking openssl-probe v0.1.5 |
| 1826 | 2024-11-14T03:23:23.756Z | Checking anstyle v1.0.10 |
| 1827 | 2024-11-14T03:23:23.787Z | Checking foreign-types v0.3.2 |
| 1828 | 2024-11-14T03:23:23.832Z | Checking semver v1.0.23 |
| 1829 | 2024-11-14T03:23:23.885Z | Checking serde_urlencoded v0.7.1 |
| 1830 | 2024-11-14T03:23:23.914Z | Checking sha1 v0.10.6 |
| 1831 | 2024-11-14T03:23:24.115Z | Checking openssl-sys v0.9.104 |
| 1832 | 2024-11-14T03:23:24.185Z | Checking encoding_rs v0.8.34 |
| 1833 | 2024-11-14T03:23:24.255Z | Checking rustls v0.23.14 |
| 1834 | 2024-11-14T03:23:24.319Z | Checking anstyle-parse v0.2.5 |
| 1835 | 2024-11-14T03:23:24.584Z | Checking camino v1.1.9 |
| 1836 | 2024-11-14T03:23:25.181Z | Checking addr2line v0.24.2 |
| 1837 | 2024-11-14T03:23:25.207Z | Checking winnow v0.6.20 |
| 1838 | 2024-11-14T03:23:25.233Z | Checking anstyle-query v1.1.1 |
| 1839 | 2024-11-14T03:23:25.369Z | Checking is_terminal_polyfill v1.70.1 |
| 1840 | 2024-11-14T03:23:25.404Z | Checking openssl v0.10.68 |
| 1841 | 2024-11-14T03:23:25.487Z | Checking colorchoice v1.0.2 |
| 1842 | 2024-11-14T03:23:25.632Z | Checking anstream v0.6.15 |
| 1843 | 2024-11-14T03:23:25.673Z | Checking idna v0.3.0 |
| 1844 | 2024-11-14T03:23:26.008Z | Checking terminal_size v0.4.0 |
| 1845 | 2024-11-14T03:23:26.183Z | Checking openapiv3 v2.0.0 |
| 1846 | 2024-11-14T03:23:26.508Z | Checking signature v2.2.0 |
| 1847 | 2024-11-14T03:23:26.568Z | Checking psl-types v2.0.11 |
| 1848 | 2024-11-14T03:23:26.715Z | Checking either v1.13.0 |
| 1849 | 2024-11-14T03:23:26.763Z | Checking strsim v0.11.1 |
| 1850 | 2024-11-14T03:23:27.083Z | Checking clap_lex v0.7.2 |
| 1851 | 2024-11-14T03:23:27.140Z | Checking publicsuffix v2.2.3 |
| 1852 | 2024-11-14T03:23:27.341Z | Checking clap_builder v4.5.20 |
| 1853 | 2024-11-14T03:23:27.367Z | Checking cookie v0.18.1 |
| 1854 | 2024-11-14T03:23:27.722Z | Checking hyper v1.5.0 |
| 1855 | 2024-11-14T03:23:27.846Z | Checking webpki-roots v0.26.6 |
| 1856 | 2024-11-14T03:23:27.992Z | Checking backtrace v0.3.74 |
| 1857 | 2024-11-14T03:23:28.072Z | Checking idna v0.5.0 |
| 1858 | 2024-11-14T03:23:28.204Z | Checking is-terminal v0.4.13 |
| 1859 | 2024-11-14T03:23:28.327Z | Checking scroll v0.12.0 |
| 1860 | 2024-11-14T03:23:28.608Z | Checking anyhow v1.0.93 |
| 1861 | 2024-11-14T03:23:28.835Z | Checking plain v0.2.3 |
| 1862 | 2024-11-14T03:23:28.916Z | Checking ucd-trie v0.1.7 |
| 1863 | 2024-11-14T03:23:28.979Z | Checking cookie_store v0.21.0 |
| 1864 | 2024-11-14T03:23:29.006Z | Checking goblin v0.8.2 |
| 1865 | 2024-11-14T03:23:29.125Z | Checking pest v2.7.14 |
| 1866 | 2024-11-14T03:23:29.613Z | Checking sync_wrapper v1.0.1 |
| 1867 | 2024-11-14T03:23:29.668Z | Checking base16ct v0.2.0 |
| 1868 | 2024-11-14T03:23:29.694Z | Checking tokio-rustls v0.26.0 |
| 1869 | 2024-11-14T03:23:29.747Z | Checking pretty-hex v0.4.1 |
| 1870 | 2024-11-14T03:23:29.869Z | Checking hyper-util v0.1.10 |
| 1871 | 2024-11-14T03:23:29.896Z | Checking sec1 v0.7.3 |
| 1872 | 2024-11-14T03:23:29.922Z | Checking num-integer v0.1.46 |
| 1873 | 2024-11-14T03:23:30.080Z | Checking ff v0.13.0 |
| 1874 | 2024-11-14T03:23:30.270Z | Checking thread-id v4.2.2 |
| 1875 | 2024-11-14T03:23:30.296Z | Checking group v0.13.0 |
| 1876 | 2024-11-14T03:23:30.337Z | Checking clap v4.5.20 |
| 1877 | 2024-11-14T03:23:30.385Z | Checking toml_edit v0.22.22 |
| 1878 | 2024-11-14T03:23:30.411Z | Checking hkdf v0.12.4 |
| 1879 | 2024-11-14T03:23:30.467Z | Checking crypto-bigint v0.5.5 |
| 1880 | 2024-11-14T03:23:30.539Z | Checking dirs-sys-next v0.1.2 |
| 1881 | 2024-11-14T03:23:30.649Z | Checking memmap v0.7.0 |
| 1882 | 2024-11-14T03:23:30.724Z | Checking crc32fast v1.4.2 |
| 1883 | 2024-11-14T03:23:30.858Z | Checking bitflags v1.3.2 |
| 1884 | 2024-11-14T03:23:30.910Z | Checking native-tls v0.2.12 |
| 1885 | 2024-11-14T03:23:30.939Z | Checking static_assertions v1.1.0 |
| 1886 | 2024-11-14T03:23:30.974Z | Checking utf-8 v0.7.6 |
| 1887 | 2024-11-14T03:23:31.048Z | Checking dirs-next v2.0.0 |
| 1888 | 2024-11-14T03:23:31.192Z | Checking crossbeam-channel v0.5.13 |
| 1889 | 2024-11-14T03:23:31.197Z | Checking thread_local v1.1.8 |
| 1890 | 2024-11-14T03:23:31.236Z | Checking tokio-native-tls v0.3.1 |
| 1891 | 2024-11-14T03:23:31.528Z | Checking unicode-segmentation v1.12.0 |
| 1892 | 2024-11-14T03:23:31.597Z | Checking term v0.7.0 |
| 1893 | 2024-11-14T03:23:31.641Z | Checking dtrace-parser v0.2.0 |
| 1894 | 2024-11-14T03:23:31.778Z | Checking hyper-tls v0.6.0 |
| 1895 | 2024-11-14T03:23:31.968Z | Checking hyper-rustls v0.27.3 |
| 1896 | 2024-11-14T03:23:31.989Z | Checking num-iter v0.1.45 |
| 1897 | 2024-11-14T03:23:32.058Z | Checking crossbeam-epoch v0.9.18 |
| 1898 | 2024-11-14T03:23:32.086Z | Checking take_mut v0.2.2 |
| 1899 | 2024-11-14T03:23:32.148Z | Checking match_cfg v0.1.0 |
| 1900 | 2024-11-14T03:23:32.174Z | Checking slog-term v2.9.1 |
| 1901 | 2024-11-14T03:23:32.251Z | Checking slog-async v2.8.0 |
| 1902 | 2024-11-14T03:23:32.284Z | Checking hostname v0.3.1 |
| 1903 | 2024-11-14T03:23:32.296Z | Checking reqwest v0.12.9 |
| 1904 | 2024-11-14T03:23:32.414Z | Checking bstr v1.10.0 |
| 1905 | 2024-11-14T03:23:32.474Z | Checking rfc6979 v0.4.0 |
| 1906 | 2024-11-14T03:23:32.557Z | Checking hex v0.4.3 |
| 1907 | 2024-11-14T03:23:32.655Z | Checking managed v0.8.0 |
| 1908 | 2024-11-14T03:23:32.683Z | Checking winnow v0.5.40 |
| 1909 | 2024-11-14T03:23:33.042Z | Checking crossbeam-deque v0.8.5 |
| 1910 | 2024-11-14T03:23:33.045Z | Checking toml v0.8.19 |
| 1911 | 2024-11-14T03:23:33.088Z | Checking num-bigint-dig v0.8.4 |
| 1912 | 2024-11-14T03:23:33.261Z | Checking elliptic-curve v0.13.8 |
| 1913 | 2024-11-14T03:23:33.339Z | Checking flate2 v1.0.34 |
| 1914 | 2024-11-14T03:23:33.383Z | Checking rustls v0.22.4 |
| 1915 | 2024-11-14T03:23:33.773Z | Checking pkcs1 v0.7.5 |
| 1916 | 2024-11-14T03:23:33.911Z | Checking ecdsa v0.16.9 |
| 1917 | 2024-11-14T03:23:33.999Z | Checking curve25519-dalek v4.1.3 |
| 1918 | 2024-11-14T03:23:34.035Z | Checking dof v0.3.0 |
| 1919 | 2024-11-14T03:23:34.161Z | Checking zerocopy v0.6.6 |
| 1920 | 2024-11-14T03:23:34.164Z | Checking siphasher v0.3.11 |
| 1921 | 2024-11-14T03:23:34.511Z | Checking rayon-core v1.12.1 |
| 1922 | 2024-11-14T03:23:34.610Z | Checking ed25519 v2.2.3 |
| 1923 | 2024-11-14T03:23:34.660Z | Checking usdt-impl v0.5.0 |
| 1924 | 2024-11-14T03:23:34.908Z | Checking slog-json v2.6.1 |
| 1925 | 2024-11-14T03:23:34.950Z | Checking signal-hook v0.3.17 |
| 1926 | 2024-11-14T03:23:35.170Z | Checking debug-ignore v1.0.5 |
| 1927 | 2024-11-14T03:23:35.211Z | Checking usdt v0.5.0 |
| 1928 | 2024-11-14T03:23:35.241Z | Checking quick-error v1.2.3 |
| 1929 | 2024-11-14T03:23:35.294Z | Checking slog-bunyan v2.5.0 |
| 1930 | 2024-11-14T03:23:35.297Z | Checking rsa v0.9.6 |
| 1931 | 2024-11-14T03:23:35.343Z | Checking itertools v0.10.5 |
| 1932 | 2024-11-14T03:23:35.382Z | Checking multer v3.1.0 |
| 1933 | 2024-11-14T03:23:35.457Z | Checking x509-cert v0.2.5 |
| 1934 | 2024-11-14T03:23:35.482Z | Checking idna v0.4.0 |
| 1935 | 2024-11-14T03:23:35.723Z | Checking toml_edit v0.19.15 |
| 1936 | 2024-11-14T03:23:35.770Z | Checking hubpack v0.1.2 |
| 1937 | 2024-11-14T03:23:35.943Z | Checking ed25519-dalek v2.1.1 |
| 1938 | 2024-11-14T03:23:36.090Z | Checking serde_path_to_error v0.1.16 |
| 1939 | 2024-11-14T03:23:36.307Z | Checking waitgroup v0.1.2 |
| 1940 | 2024-11-14T03:23:36.336Z | Checking bzip2-sys v0.1.11+1.0.8 |
| 1941 | 2024-11-14T03:23:36.364Z | Checking async-stream v0.3.6 |
| 1942 | 2024-11-14T03:23:36.451Z | Checking hostname v0.4.0 |
| 1943 | 2024-11-14T03:23:36.479Z | Checking bit-vec v0.6.3 |
| 1944 | 2024-11-14T03:23:36.567Z | Checking bzip2 v0.4.4 |
| 1945 | 2024-11-14T03:23:36.594Z | Checking hickory-proto v0.24.1 |
| 1946 | 2024-11-14T03:23:36.712Z | Checking signal-hook-mio v0.2.4 |
| 1947 | 2024-11-14T03:23:36.811Z | Checking bit-set v0.5.3 |
| 1948 | 2024-11-14T03:23:36.863Z | Checking console v0.15.8 |
| 1949 | 2024-11-14T03:23:36.866Z | Checking hash32 v0.2.1 |
| 1950 | 2024-11-14T03:23:37.036Z | Checking tokio-rustls v0.25.0 |
| 1951 | 2024-11-14T03:23:37.067Z | Checking unicode-properties v0.1.3 |
| 1952 | 2024-11-14T03:23:37.093Z | Checking linked-hash-map v0.5.6 |
| 1953 | 2024-11-14T03:23:37.180Z | Checking predicates-core v1.0.8 |
| 1954 | 2024-11-14T03:23:37.375Z | Checking heapless v0.7.17 |
| 1955 | 2024-11-14T03:23:37.414Z | Checking lru-cache v0.1.2 |
| 1956 | 2024-11-14T03:23:37.439Z | Checking stringprep v0.1.5 |
| 1957 | 2024-11-14T03:23:37.441Z | Checking dropshot v0.12.0 |
| 1958 | 2024-11-14T03:23:37.441Z | Checking crossterm v0.28.1 |
| 1959 | 2024-11-14T03:23:37.529Z | Checking rayon v1.10.0 |
| 1960 | 2024-11-14T03:23:37.606Z | Checking phf_shared v0.11.2 |
| 1961 | 2024-11-14T03:23:37.692Z | Checking similar v2.6.0 |
| 1962 | 2024-11-14T03:23:37.900Z | Checking tokio-stream v0.1.16 |
| 1963 | 2024-11-14T03:23:38.146Z | Checking toml v0.7.8 |
| 1964 | 2024-11-14T03:23:38.450Z | Checking md-5 v0.10.6 |
| 1965 | 2024-11-14T03:23:38.604Z | Checking float-cmp v0.9.0 |
| 1966 | 2024-11-14T03:23:38.681Z | Checking normalize-line-endings v0.3.0 |
| 1967 | 2024-11-14T03:23:38.801Z | Checking fixedbitset v0.4.2 |
| 1968 | 2024-11-14T03:23:38.830Z | Checking fallible-iterator v0.2.0 |
| 1969 | 2024-11-14T03:23:38.832Z | Checking difflib v0.4.0 |
| 1970 | 2024-11-14T03:23:38.888Z | Checking smoltcp v0.9.1 |
| 1971 | 2024-11-14T03:23:39.057Z | Checking petgraph v0.6.5 |
| 1972 | 2024-11-14T03:23:39.246Z | Checking phf v0.11.2 |
| 1973 | 2024-11-14T03:23:39.434Z | Checking predicates v3.1.2 |
| 1974 | 2024-11-14T03:23:39.459Z | Checking postgres-protocol v0.6.7 |
| 1975 | 2024-11-14T03:23:39.536Z | Checking zip v0.6.6 |
| 1976 | 2024-11-14T03:23:40.145Z | Checking resolv-conf v0.7.0 |
| 1977 | 2024-11-14T03:23:40.148Z | Checking phf_shared v0.10.0 |
| 1978 | 2024-11-14T03:23:40.259Z | Checking tungstenite v0.24.0 |
| 1979 | 2024-11-14T03:23:40.409Z | Checking fs-err v2.11.0 |
| 1980 | 2024-11-14T03:23:40.436Z | Checking serde-big-array v0.5.1 |
| 1981 | 2024-11-14T03:23:40.506Z | Checking portable-atomic v1.9.0 |
| 1982 | 2024-11-14T03:23:40.673Z | Checking number_prefix v0.4.0 |
| 1983 | 2024-11-14T03:23:40.888Z | Checking lalrpop-util v0.19.12 |
| 1984 | 2024-11-14T03:23:40.964Z | Checking new_debug_unreachable v1.0.6 |
| 1985 | 2024-11-14T03:23:41.059Z | Checking minimal-lexical v0.2.1 |
| 1986 | 2024-11-14T03:23:41.140Z | Checking precomputed-hash v0.1.1 |
| 1987 | 2024-11-14T03:23:41.165Z | Checking tokio-tungstenite v0.24.0 |
| 1988 | 2024-11-14T03:23:41.188Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1989 | 2024-11-14T03:23:41.253Z | Checking string_cache v0.8.7 |
| 1990 | 2024-11-14T03:23:41.304Z | Checking hickory-resolver v0.24.1 |
| 1991 | 2024-11-14T03:23:41.400Z | Checking postgres-types v0.2.8 |
| 1992 | 2024-11-14T03:23:41.473Z | Checking nom v7.1.3 |
| 1993 | 2024-11-14T03:23:41.533Z | Checking itertools v0.12.1 |
| 1994 | 2024-11-14T03:23:41.567Z | Checking indicatif v0.17.8 |
| 1995 | 2024-11-14T03:23:41.619Z | Checking whoami v1.5.2 |
| 1996 | 2024-11-14T03:23:41.931Z | Checking peg-runtime v0.8.3 |
| 1997 | 2024-11-14T03:23:42.120Z | Checking tokio-postgres v0.7.12 |
| 1998 | 2024-11-14T03:23:42.277Z | Compiling hashbrown v0.14.5 |
| 1999 | 2024-11-14T03:23:42.321Z | Compiling unsafe-libyaml v0.2.11 |
| 2000 | 2024-11-14T03:23:42.889Z | Checking qorb v0.2.0 |
| 2001 | 2024-11-14T03:23:43.612Z | Compiling regress v0.10.1 |
| 2002 | 2024-11-14T03:23:43.619Z | Compiling ident_case v1.0.1 |
| 2003 | 2024-11-14T03:23:43.812Z | Compiling serde_yaml v0.9.34+deprecated |
| 2004 | 2024-11-14T03:23:44.106Z | Compiling darling_core v0.20.10 |
| 2005 | 2024-11-14T03:23:44.318Z | Checking heck v0.5.0 |
| 2006 | 2024-11-14T03:23:44.528Z | Checking progenitor-client v0.8.0 |
| 2007 | 2024-11-14T03:23:44.926Z | Checking fastrand v2.1.1 |
| 2008 | 2024-11-14T03:23:45.281Z | Compiling newtype-uuid v1.1.3 |
| 2009 | 2024-11-14T03:23:45.281Z | Checking ipnetwork v0.20.0 |
| 2010 | 2024-11-14T03:23:45.450Z | Compiling structmeta-derive v0.3.0 |
| 2011 | 2024-11-14T03:23:45.579Z | Checking strum v0.26.3 |
| 2012 | 2024-11-14T03:23:45.665Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2013 | 2024-11-14T03:23:45.743Z | Compiling dropshot v0.13.0 |
| 2014 | 2024-11-14T03:23:46.358Z | Compiling dropshot_endpoint v0.13.0 |
| 2015 | 2024-11-14T03:23:46.453Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 2016 | 2024-11-14T03:23:46.700Z | Checking tempfile v3.13.0 |
| 2017 | 2024-11-14T03:23:46.801Z | Checking instant v0.1.13 |
| 2018 | 2024-11-14T03:23:46.932Z | Checking regress v0.9.1 |
| 2019 | 2024-11-14T03:23:47.076Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2020 | 2024-11-14T03:23:47.877Z | Compiling typify-impl v0.2.0 |
| 2021 | 2024-11-14T03:23:48.023Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2022 | 2024-11-14T03:23:48.350Z | Checking macaddr v1.0.1 |
| 2023 | 2024-11-14T03:23:48.446Z | Compiling structmeta v0.3.0 |
| 2024 | 2024-11-14T03:23:48.653Z | Checking backoff v0.4.0 |
| 2025 | 2024-11-14T03:23:48.699Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2026 | 2024-11-14T03:23:48.853Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2027 | 2024-11-14T03:23:48.909Z | Compiling parse-display-derive v0.10.0 |
| 2028 | 2024-11-14T03:23:48.988Z | Checking wait-timeout v0.2.0 |
| 2029 | 2024-11-14T03:23:49.013Z | Checking rand_xorshift v0.3.0 |
| 2030 | 2024-11-14T03:23:49.174Z | Checking rusty-fork v0.3.0 |
| 2031 | 2024-11-14T03:23:49.200Z | Compiling structmeta-derive v0.2.0 |
| 2032 | 2024-11-14T03:23:49.492Z | Checking unarray v0.1.4 |
| 2033 | 2024-11-14T03:23:49.656Z | Checking proptest v1.5.0 |
| 2034 | 2024-11-14T03:23:50.381Z | Checking camino-tempfile v1.1.1 |
| 2035 | 2024-11-14T03:23:50.457Z | Compiling proc-macro-error v1.0.4 |
| 2036 | 2024-11-14T03:23:50.668Z | Compiling proc-macro-crate v1.3.1 |
| 2037 | 2024-11-14T03:23:51.123Z | Compiling darling_macro v0.20.10 |
| 2038 | 2024-11-14T03:23:51.182Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2039 | 2024-11-14T03:23:51.567Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2040 | 2024-11-14T03:23:51.817Z | Compiling num_enum_derive v0.5.11 |
| 2041 | 2024-11-14T03:23:51.877Z | Compiling foreign-types-macros v0.2.3 |
| 2042 | 2024-11-14T03:23:52.041Z | Compiling darling v0.20.10 |
| 2043 | 2024-11-14T03:23:52.155Z | Compiling structmeta v0.2.0 |
| 2044 | 2024-11-14T03:23:52.178Z | Compiling serde_with_macros v3.11.0 |
| 2045 | 2024-11-14T03:23:52.616Z | Compiling test-strategy v0.3.1 |
| 2046 | 2024-11-14T03:23:53.212Z | Checking foreign-types-shared v0.3.1 |
| 2047 | 2024-11-14T03:23:53.339Z | Checking foreign-types v0.5.0 |
| 2048 | 2024-11-14T03:23:53.605Z | Checking parse-display v0.10.0 |
| 2049 | 2024-11-14T03:23:53.806Z | Checking tabwriter v1.4.0 |
| 2050 | 2024-11-14T03:23:53.831Z | Checking cstr-argument v0.1.2 |
| 2051 | 2024-11-14T03:23:54.010Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2052 | 2024-11-14T03:23:54.038Z | Checking pretty-hex v0.2.1 |
| 2053 | 2024-11-14T03:23:54.215Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2054 | 2024-11-14T03:23:54.346Z | Checking num_enum v0.5.11 |
| 2055 | 2024-11-14T03:23:54.373Z | Checking colored v2.1.0 |
| 2056 | 2024-11-14T03:23:54.496Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2057 | 2024-11-14T03:23:54.543Z | Checking smf v0.2.3 |
| 2058 | 2024-11-14T03:23:54.653Z | Checking base64 v0.21.7 |
| 2059 | 2024-11-14T03:23:54.759Z | Compiling crucible-workspace-hack v0.1.0 |
| 2060 | 2024-11-14T03:23:54.807Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2061 | 2024-11-14T03:23:54.956Z | Compiling heapless v0.8.0 |
| 2062 | 2024-11-14T03:23:55.014Z | Checking termtree v0.4.1 |
| 2063 | 2024-11-14T03:23:55.058Z | Checking serde_with v3.11.0 |
| 2064 | 2024-11-14T03:23:55.133Z | Checking hash32 v0.3.1 |
| 2065 | 2024-11-14T03:23:55.190Z | Compiling smoltcp v0.11.0 |
| 2066 | 2024-11-14T03:23:55.223Z | Checking predicates-tree v1.0.11 |
| 2067 | 2024-11-14T03:23:55.250Z | Checking cobs v0.2.3 |
| 2068 | 2024-11-14T03:23:55.327Z | Checking sigpipe v0.1.3 |
| 2069 | 2024-11-14T03:23:55.374Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2070 | 2024-11-14T03:23:55.436Z | Checking postcard v1.0.10 |
| 2071 | 2024-11-14T03:23:55.460Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2072 | 2024-11-14T03:23:55.617Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2073 | 2024-11-14T03:23:55.740Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
| 2074 | 2024-11-14T03:23:55.906Z | Compiling mockall_derive v0.13.0 |
| 2075 | 2024-11-14T03:23:55.970Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2076 | 2024-11-14T03:23:56.041Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2077 | 2024-11-14T03:23:56.291Z | Compiling zone_cfg_derive v0.3.0 |
| 2078 | 2024-11-14T03:23:56.532Z | Checking atomicwrites v0.4.4 |
| 2079 | 2024-11-14T03:23:56.557Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
| 2080 | 2024-11-14T03:23:56.747Z | Compiling num-derive v0.4.2 |
| 2081 | 2024-11-14T03:23:56.944Z | Checking downcast v0.11.0 |
| 2082 | 2024-11-14T03:23:57.145Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2083 | 2024-11-14T03:23:57.425Z | Checking fragile v2.0.0 |
| 2084 | 2024-11-14T03:23:57.755Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
| 2085 | 2024-11-14T03:23:57.796Z | Checking zone v0.3.0 |
| 2086 | 2024-11-14T03:23:58.037Z | Compiling convert_case v0.4.0 |
| 2087 | 2024-11-14T03:23:58.284Z | Checking newline-converter v0.3.0 |
| 2088 | 2024-11-14T03:23:58.447Z | Checking tungstenite v0.21.0 |
| 2089 | 2024-11-14T03:23:58.562Z | Checking expectorate v1.1.0 |
| 2090 | 2024-11-14T03:23:58.593Z | Checking itertools v0.13.0 |
| 2091 | 2024-11-14T03:23:58.743Z | Checking same-file v1.0.6 |
| 2092 | 2024-11-14T03:23:58.929Z | Checking walkdir v2.5.0 |
| 2093 | 2024-11-14T03:23:59.118Z | Compiling derive_more v0.99.18 |
| 2094 | 2024-11-14T03:23:59.153Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 2095 | 2024-11-14T03:23:59.204Z | Checking arc-swap v1.7.1 |
| 2096 | 2024-11-14T03:23:59.434Z | Checking tokio-tungstenite v0.21.0 |
| 2097 | 2024-11-14T03:23:59.626Z | Checking xattr v1.3.1 |
| 2098 | 2024-11-14T03:23:59.661Z | Checking slog-scope v4.4.0 |
| 2099 | 2024-11-14T03:23:59.836Z | Checking filetime v0.2.25 |
| 2100 | 2024-11-14T03:23:59.874Z | Checking slog-stdlog v4.1.1 |
| 2101 | 2024-11-14T03:23:59.899Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2102 | 2024-11-14T03:23:59.933Z | Checking swrite v0.1.0 |
| 2103 | 2024-11-14T03:24:00.043Z | Checking slog-envlogger v2.2.0 |
| 2104 | 2024-11-14T03:24:00.068Z | Checking tar v0.4.43 |
| 2105 | 2024-11-14T03:24:00.071Z | Compiling owo-colors v4.1.0 |
| 2106 | 2024-11-14T03:24:00.276Z | Compiling cancel-safe-futures v0.1.5 |
| 2107 | 2024-11-14T03:24:00.399Z | Checking num-rational v0.4.2 |
| 2108 | 2024-11-14T03:24:00.660Z | Checking pem v3.0.4 |
| 2109 | 2024-11-14T03:24:00.879Z | Checking num-complex v0.4.6 |
| 2110 | 2024-11-14T03:24:01.258Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2111 | 2024-11-14T03:24:01.288Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2112 | 2024-11-14T03:24:01.381Z | Checking libsw v3.3.1 |
| 2113 | 2024-11-14T03:24:01.626Z | Checking password-hash v0.5.0 |
| 2114 | 2024-11-14T03:24:01.662Z | Checking blake2 v0.10.6 |
| 2115 | 2024-11-14T03:24:01.844Z | Checking num v0.4.3 |
| 2116 | 2024-11-14T03:24:01.959Z | Checking float-ord v0.3.2 |
| 2117 | 2024-11-14T03:24:02.083Z | Checking indent_write v2.2.0 |
| 2118 | 2024-11-14T03:24:02.119Z | Checking linear-map v1.2.0 |
| 2119 | 2024-11-14T03:24:02.146Z | Checking argon2 v0.5.3 |
| 2120 | 2024-11-14T03:24:02.443Z | Compiling lzma-sys v0.1.20 |
| 2121 | 2024-11-14T03:24:02.814Z | Checking headers-core v0.3.0 |
| 2122 | 2024-11-14T03:24:02.837Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2123 | 2024-11-14T03:24:02.962Z | Compiling heck v0.3.3 |
| 2124 | 2024-11-14T03:24:02.985Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2125 | 2024-11-14T03:24:03.088Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2126 | 2024-11-14T03:24:03.215Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
| 2127 | 2024-11-14T03:24:03.414Z | Compiling zone_cfg_derive v0.1.2 |
| 2128 | 2024-11-14T03:24:03.417Z | Checking headers v0.4.0 |
| 2129 | 2024-11-14T03:24:03.462Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2130 | 2024-11-14T03:24:03.518Z | Checking yasna v0.5.2 |
| 2131 | 2024-11-14T03:24:03.767Z | Checking base64 v0.13.1 |
| 2132 | 2024-11-14T03:24:04.168Z | Checking ron v0.7.1 |
| 2133 | 2024-11-14T03:24:04.386Z | Checking rcgen v0.12.1 |
| 2134 | 2024-11-14T03:24:04.427Z | Checking mockall v0.13.0 |
| 2135 | 2024-11-14T03:24:04.572Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2136 | 2024-11-14T03:24:04.916Z | Checking zone v0.1.8 |
| 2137 | 2024-11-14T03:24:05.042Z | Checking xz2 v0.1.7 |
| 2138 | 2024-11-14T03:24:05.095Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2139 | 2024-11-14T03:24:05.299Z | Checking subprocess v0.2.9 |
| 2140 | 2024-11-14T03:24:05.347Z | Checking humantime v2.1.0 |
| 2141 | 2024-11-14T03:24:05.606Z | Checking highway v1.2.0 |
| 2142 | 2024-11-14T03:24:05.658Z | Checking half v2.4.1 |
| 2143 | 2024-11-14T03:24:05.855Z | Checking ciborium-io v0.2.2 |
| 2144 | 2024-11-14T03:24:05.978Z | Compiling semver v0.1.20 |
| 2145 | 2024-11-14T03:24:06.028Z | Checking prettyplease v0.2.25 |
| 2146 | 2024-11-14T03:24:06.099Z | Compiling typify-macro v0.2.0 |
| 2147 | 2024-11-14T03:24:06.147Z | Checking ciborium-ll v0.2.2 |
| 2148 | 2024-11-14T03:24:06.433Z | Compiling rustc_version v0.1.7 |
| 2149 | 2024-11-14T03:24:06.587Z | Checking ciborium v0.2.2 |
| 2150 | 2024-11-14T03:24:06.928Z | Compiling newtype_derive v0.1.6 |
| 2151 | 2024-11-14T03:24:07.403Z | Checking steno v0.4.1 |
| 2152 | 2024-11-14T03:24:08.582Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2153 | 2024-11-14T03:24:09.359Z | Compiling slog-dtrace v0.3.0 |
| 2154 | 2024-11-14T03:24:09.794Z | Checking display-error-chain v0.2.2 |
| 2155 | 2024-11-14T03:24:09.797Z | Compiling blake3 v1.5.4 |
| 2156 | 2024-11-14T03:24:09.835Z | Compiling ring v0.16.20 |
| 2157 | 2024-11-14T03:24:09.872Z | Checking keccak v0.1.5 |
| 2158 | 2024-11-14T03:24:10.143Z | Checking gethostname v0.5.0 |
| 2159 | 2024-11-14T03:24:10.176Z | Checking sha3 v0.10.8 |
| 2160 | 2024-11-14T03:24:10.277Z | Checking universal-hash v0.5.1 |
| 2161 | 2024-11-14T03:24:10.410Z | Compiling typify v0.2.0 |
| 2162 | 2024-11-14T03:24:10.566Z | Compiling progenitor-impl v0.8.0 |
| 2163 | 2024-11-14T03:24:10.591Z | Checking secrecy v0.8.0 |
| 2164 | 2024-11-14T03:24:10.797Z | Checking opaque-debug v0.3.1 |
| 2165 | 2024-11-14T03:24:10.900Z | Checking nibble_vec v0.1.0 |
| 2166 | 2024-11-14T03:24:11.035Z | Checking endian-type v0.1.2 |
| 2167 | 2024-11-14T03:24:11.090Z | Checking aead v0.5.2 |
| 2168 | 2024-11-14T03:24:11.254Z | Checking radix_trie v0.2.1 |
| 2169 | 2024-11-14T03:24:11.280Z | Checking poly1305 v0.8.0 |
| 2170 | 2024-11-14T03:24:11.307Z | Checking chacha20 v0.9.1 |
| 2171 | 2024-11-14T03:24:11.766Z | Compiling memmap2 v0.9.5 |
| 2172 | 2024-11-14T03:24:12.249Z | Compiling constant_time_eq v0.3.1 |
| 2173 | 2024-11-14T03:24:12.435Z | Compiling arrayref v0.3.9 |
| 2174 | 2024-11-14T03:24:12.518Z | Compiling arrayvec v0.7.6 |
| 2175 | 2024-11-14T03:24:12.549Z | Compiling spin v0.5.2 |
| 2176 | 2024-11-14T03:24:12.575Z | Compiling toolchain_find v0.4.0 |
| 2177 | 2024-11-14T03:24:12.756Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2178 | 2024-11-14T03:24:12.791Z | Compiling topological-sort v0.2.2 |
| 2179 | 2024-11-14T03:24:13.014Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2180 | 2024-11-14T03:24:13.247Z | Compiling rustfmt-wrapper v0.2.1 |
| 2181 | 2024-11-14T03:24:13.312Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2182 | 2024-11-14T03:24:13.579Z | Checking chacha20poly1305 v0.10.1 |
| 2183 | 2024-11-14T03:24:13.647Z | Checking fxhash v0.2.1 |
| 2184 | 2024-11-14T03:24:13.766Z | Compiling async-recursion v1.1.1 |
| 2185 | 2024-11-14T03:24:13.821Z | Checking termcolor v1.4.1 |
| 2186 | 2024-11-14T03:24:13.843Z | Compiling radium v0.7.0 |
| 2187 | 2024-11-14T03:24:14.244Z | Checking maplit v1.0.2 |
| 2188 | 2024-11-14T03:24:14.273Z | Checking tap v1.0.1 |
| 2189 | 2024-11-14T03:24:14.328Z | Compiling maybe-uninit v2.0.0 |
| 2190 | 2024-11-14T03:24:14.447Z | Checking wyz v0.5.1 |
| 2191 | 2024-11-14T03:24:14.766Z | Checking crc-catalog v2.4.0 |
| 2192 | 2024-11-14T03:24:14.858Z | Compiling packed_struct v0.10.1 |
| 2193 | 2024-11-14T03:24:14.923Z | Checking funty v2.0.0 |
| 2194 | 2024-11-14T03:24:15.051Z | Checking crc v3.2.1 |
| 2195 | 2024-11-14T03:24:15.369Z | Checking kstat-rs v0.2.4 |
| 2196 | 2024-11-14T03:24:15.410Z | Compiling packed_struct_codegen v0.10.1 |
| 2197 | 2024-11-14T03:24:15.476Z | Compiling indexmap v1.9.3 |
| 2198 | 2024-11-14T03:24:15.713Z | Compiling omicron-zone-package v0.11.1 |
| 2199 | 2024-11-14T03:24:15.785Z | Compiling libefi-sys v0.1.0 |
| 2200 | 2024-11-14T03:24:15.855Z | Checking bitvec v1.0.1 |
| 2201 | 2024-11-14T03:24:16.057Z | Checking nodrop v0.1.14 |
| 2202 | 2024-11-14T03:24:16.079Z | Checking thiserror-no-std v2.0.2 |
| 2203 | 2024-11-14T03:24:16.177Z | Checking array-init v0.0.4 |
| 2204 | 2024-11-14T03:24:16.199Z | Checking vsss-rs v3.3.4 |
| 2205 | 2024-11-14T03:24:17.101Z | Checking smallvec v0.6.14 |
| 2206 | 2024-11-14T03:24:17.161Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2207 | 2024-11-14T03:24:17.346Z | Compiling bitfield-struct v0.6.2 |
| 2208 | 2024-11-14T03:24:17.515Z | Checking hashbrown v0.12.3 |
| 2209 | 2024-11-14T03:24:17.543Z | Checking bitfield v0.14.0 |
| 2210 | 2024-11-14T03:24:17.974Z | Checking serde-hex v0.1.0 |
| 2211 | 2024-11-14T03:24:18.618Z | Compiling progenitor-macro v0.8.0 |
| 2212 | 2024-11-14T03:24:18.748Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2213 | 2024-11-14T03:24:18.785Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2214 | 2024-11-14T03:24:19.013Z | Checking env_logger v0.10.2 |
| 2215 | 2024-11-14T03:24:19.323Z | Checking ron v0.8.1 |
| 2216 | 2024-11-14T03:24:19.392Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2217 | 2024-11-14T03:24:19.440Z | Checking hashbrown v0.13.2 |
| 2218 | 2024-11-14T03:24:19.616Z | Checking crc-any v2.5.0 |
| 2219 | 2024-11-14T03:24:19.696Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2220 | 2024-11-14T03:24:19.828Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2221 | 2024-11-14T03:24:20.249Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2222 | 2024-11-14T03:24:20.323Z | Checking path-slash v0.1.5 |
| 2223 | 2024-11-14T03:24:20.473Z | Compiling parking_lot_core v0.8.6 |
| 2224 | 2024-11-14T03:24:20.496Z | Checking home v0.5.9 |
| 2225 | 2024-11-14T03:24:20.558Z | Checking object v0.30.4 |
| 2226 | 2024-11-14T03:24:20.592Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2227 | 2024-11-14T03:24:20.632Z | Compiling const_format_proc_macros v0.2.33 |
| 2228 | 2024-11-14T03:24:20.851Z | Compiling vte_generate_state_changes v0.1.2 |
| 2229 | 2024-11-14T03:24:21.354Z | Checking glob v0.3.1 |
| 2230 | 2024-11-14T03:24:21.525Z | Checking vte v0.11.1 |
| 2231 | 2024-11-14T03:24:21.699Z | Checking parking_lot v0.11.2 |
| 2232 | 2024-11-14T03:24:21.944Z | Checking fd-lock v4.0.2 |
| 2233 | 2024-11-14T03:24:22.055Z | Checking sled v0.34.7 |
| 2234 | 2024-11-14T03:24:22.086Z | Checking hickory-client v0.24.1 |
| 2235 | 2024-11-14T03:24:22.127Z | Checking hickory-server v0.24.1 |
| 2236 | 2024-11-14T03:24:22.543Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2237 | 2024-11-14T03:24:22.730Z | Checking nu-ansi-term v0.50.1 |
| 2238 | 2024-11-14T03:24:22.817Z | Checking const_format v0.2.33 |
| 2239 | 2024-11-14T03:24:22.912Z | Checking strip-ansi-escapes v0.2.0 |
| 2240 | 2024-11-14T03:24:23.092Z | Compiling buf-list v1.0.3 |
| 2241 | 2024-11-14T03:24:23.200Z | Checking reedline v0.35.0 |
| 2242 | 2024-11-14T03:24:23.333Z | Compiling phf_generator v0.11.2 |
| 2243 | 2024-11-14T03:24:23.536Z | Checking bytecount v0.6.8 |
| 2244 | 2024-11-14T03:24:23.692Z | Checking papergrid v0.11.0 |
| 2245 | 2024-11-14T03:24:24.142Z | Compiling phf_codegen v0.11.2 |
| 2246 | 2024-11-14T03:24:24.386Z | Compiling tabled_derive v0.7.0 |
| 2247 | 2024-11-14T03:24:24.880Z | Checking primeorder v0.13.6 |
| 2248 | 2024-11-14T03:24:25.003Z | Compiling parse-zoneinfo v0.3.1 |
| 2249 | 2024-11-14T03:24:25.229Z | Compiling unicase v2.7.0 |
| 2250 | 2024-11-14T03:24:25.393Z | Compiling cfg_aliases v0.1.1 |
| 2251 | 2024-11-14T03:24:25.510Z | Compiling nix v0.28.0 |
| 2252 | 2024-11-14T03:24:25.731Z | Compiling chrono-tz-build v0.4.0 |
| 2253 | 2024-11-14T03:24:26.044Z | Checking nanorand v0.7.0 |
| 2254 | 2024-11-14T03:24:26.399Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
| 2255 | 2024-11-14T03:24:26.431Z | Checking flume v0.11.1 |
| 2256 | 2024-11-14T03:24:26.744Z | Checking atty v0.2.14 |
| 2257 | 2024-11-14T03:24:26.880Z | Compiling salty v0.3.0 |
| 2258 | 2024-11-14T03:24:26.936Z | Checking tabled v0.15.0 |
| 2259 | 2024-11-14T03:24:27.205Z | Compiling chrono-tz v0.10.0 |
| 2260 | 2024-11-14T03:24:27.343Z | Checking p384 v0.13.0 |
| 2261 | 2024-11-14T03:24:27.404Z | Compiling peg-macros v0.8.4 |
| 2262 | 2024-11-14T03:24:27.407Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2263 | 2024-11-14T03:24:28.545Z | Compiling sqlparser_derive v0.2.2 |
| 2264 | 2024-11-14T03:24:28.724Z | Checking unicode_categories v0.1.1 |
| 2265 | 2024-11-14T03:24:29.033Z | Checking sqlformat v0.2.6 |
| 2266 | 2024-11-14T03:24:29.601Z | Checking sqlparser v0.45.0 |
| 2267 | 2024-11-14T03:24:29.603Z | Checking rustyline v14.0.0 |
| 2268 | 2024-11-14T03:24:29.998Z | Compiling mime_guess v2.0.5 |
| 2269 | 2024-11-14T03:24:31.166Z | Checking peg v0.8.4 |
| 2270 | 2024-11-14T03:24:31.275Z | Checking bcs v0.1.6 |
| 2271 | 2024-11-14T03:24:31.363Z | Checking env_filter v0.1.2 |
| 2272 | 2024-11-14T03:24:31.587Z | Checking env_logger v0.11.5 |
| 2273 | 2024-11-14T03:24:31.789Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2274 | 2024-11-14T03:24:31.896Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
| 2275 | 2024-11-14T03:24:32.073Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 2276 | 2024-11-14T03:24:32.395Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2277 | 2024-11-14T03:24:32.424Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 2278 | 2024-11-14T03:24:32.711Z | Compiling dsl_auto_type v0.1.2 |
| 2279 | 2024-11-14T03:24:32.951Z | Checking scheduled-thread-pool v0.2.7 |
| 2280 | 2024-11-14T03:24:32.954Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2281 | 2024-11-14T03:24:33.224Z | Compiling crunchy v0.2.2 |
| 2282 | 2024-11-14T03:24:33.462Z | Checking http-range v0.1.5 |
| 2283 | 2024-11-14T03:24:33.485Z | Checking r2d2 v0.8.10 |
| 2284 | 2024-11-14T03:24:33.647Z | Checking hyper-staticfile v0.10.1 |
| 2285 | 2024-11-14T03:24:33.709Z | Checking progenitor v0.8.0 |
| 2286 | 2024-11-14T03:24:33.839Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
| 2287 | 2024-11-14T03:24:33.941Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2288 | 2024-11-14T03:24:33.993Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
| 2289 | 2024-11-14T03:24:34.050Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2290 | 2024-11-14T03:24:34.170Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2291 | 2024-11-14T03:24:36.159Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2292 | 2024-11-14T03:24:36.453Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
| 2293 | 2024-11-14T03:24:38.618Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
| 2294 | 2024-11-14T03:24:38.795Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2295 | 2024-11-14T03:24:38.862Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2296 | 2024-11-14T03:24:39.535Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
| 2297 | 2024-11-14T03:24:40.618Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 2298 | 2024-11-14T03:24:40.803Z | Compiling diesel_derives v2.2.3 |
| 2299 | 2024-11-14T03:24:40.859Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2300 | 2024-11-14T03:24:41.043Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
| 2301 | 2024-11-14T03:24:41.706Z | Compiling tiny-keccak v2.0.2 |
| 2302 | 2024-11-14T03:24:42.153Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2303 | 2024-11-14T03:24:42.209Z | Compiling pin-project-internal v1.1.6 |
| 2304 | 2024-11-14T03:24:42.413Z | Compiling ref-cast v1.0.23 |
| 2305 | 2024-11-14T03:24:43.090Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2306 | 2024-11-14T03:24:43.153Z | Compiling ascii-canvas v3.0.0 |
| 2307 | 2024-11-14T03:24:43.388Z | Compiling ena v0.14.3 |
| 2308 | 2024-11-14T03:24:43.742Z | Compiling ref-cast-impl v1.0.23 |
| 2309 | 2024-11-14T03:24:43.829Z | Compiling regex-syntax v0.6.29 |
| 2310 | 2024-11-14T03:24:44.957Z | Compiling diff v0.1.13 |
| 2311 | 2024-11-14T03:24:45.436Z | Checking pin-project v1.1.6 |
| 2312 | 2024-11-14T03:24:45.570Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2313 | 2024-11-14T03:24:45.593Z | Checking signal-hook-tokio v0.3.1 |
| 2314 | 2024-11-14T03:24:45.631Z | Compiling snafu-derive v0.8.5 |
| 2315 | 2024-11-14T03:24:45.785Z | Compiling zip v2.1.3 |
| 2316 | 2024-11-14T03:24:46.112Z | Checking simd-adler32 v0.3.7 |
| 2317 | 2024-11-14T03:24:46.477Z | Checking lockfree-object-pool v0.1.6 |
| 2318 | 2024-11-14T03:24:46.729Z | Checking bumpalo v3.16.0 |
| 2319 | 2024-11-14T03:24:47.083Z | Compiling lalrpop v0.19.12 |
| 2320 | 2024-11-14T03:24:49.814Z | Checking zopfli v0.8.1 |
| 2321 | 2024-11-14T03:24:49.912Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2322 | 2024-11-14T03:24:50.207Z | Compiling derive_builder_core v0.20.2 |
| 2323 | 2024-11-14T03:24:50.521Z | Checking globset v0.4.15 |
| 2324 | 2024-11-14T03:24:51.037Z | Checking olpc-cjson v0.1.4 |
| 2325 | 2024-11-14T03:24:51.256Z | Checking serde_plain v1.0.2 |
| 2326 | 2024-11-14T03:24:51.325Z | Checking snafu v0.8.5 |
| 2327 | 2024-11-14T03:24:51.500Z | Compiling libxml v0.3.3 |
| 2328 | 2024-11-14T03:24:51.812Z | Compiling memoffset v0.9.1 |
| 2329 | 2024-11-14T03:24:51.855Z | Checking typed-path v0.9.3 |
| 2330 | 2024-11-14T03:24:52.662Z | Compiling derive_builder_macro v0.20.2 |
| 2331 | 2024-11-14T03:24:53.352Z | Checking diesel v2.2.4 |
| 2332 | 2024-11-14T03:24:53.454Z | Checking tungstenite v0.23.0 |
| 2333 | 2024-11-14T03:24:53.532Z | Compiling strum_macros v0.24.3 |
| 2334 | 2024-11-14T03:24:53.886Z | Checking tough v0.19.0 |
| 2335 | 2024-11-14T03:24:54.351Z | Compiling samael v0.0.17 |
| 2336 | 2024-11-14T03:24:56.167Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2337 | 2024-11-14T03:24:57.065Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2338 | 2024-11-14T03:24:58.872Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2339 | 2024-11-14T03:24:59.866Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2340 | 2024-11-14T03:25:00.284Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2341 | 2024-11-14T03:25:02.578Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2342 | 2024-11-14T03:25:03.938Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2343 | 2024-11-14T03:25:03.970Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2344 | 2024-11-14T03:25:04.536Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2345 | 2024-11-14T03:25:04.915Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2346 | 2024-11-14T03:25:05.049Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2347 | 2024-11-14T03:25:05.584Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2348 | 2024-11-14T03:25:05.813Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2349 | 2024-11-14T03:25:05.837Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2350 | 2024-11-14T03:25:06.344Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2351 | 2024-11-14T03:25:06.504Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2352 | 2024-11-14T03:25:07.081Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2353 | 2024-11-14T03:25:07.288Z | Checking parse-size v1.1.0 |
| 2354 | 2024-11-14T03:25:07.482Z | Compiling indoc v1.0.9 |
| 2355 | 2024-11-14T03:25:08.485Z | Checking tokio-tungstenite v0.23.1 |
| 2356 | 2024-11-14T03:25:08.985Z | Checking derive_builder v0.20.2 |
| 2357 | 2024-11-14T03:25:10.126Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2358 | 2024-11-14T03:25:10.419Z | Checking quick-xml v0.33.0 |
| 2359 | 2024-11-14T03:25:10.969Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2360 | 2024-11-14T03:25:10.995Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2361 | 2024-11-14T03:25:11.458Z | Compiling oso-derive v0.27.3 |
| 2362 | 2024-11-14T03:25:12.325Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2363 | 2024-11-14T03:25:12.349Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2364 | 2024-11-14T03:25:12.413Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2365 | 2024-11-14T03:25:12.455Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2366 | 2024-11-14T03:25:12.870Z | Checking nix v0.27.1 |
| 2367 | 2024-11-14T03:25:13.235Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2368 | 2024-11-14T03:25:14.167Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2369 | 2024-11-14T03:25:15.608Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2370 | 2024-11-14T03:25:16.264Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2371 | 2024-11-14T03:25:17.516Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2372 | 2024-11-14T03:25:17.632Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2373 | 2024-11-14T03:25:18.032Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2374 | 2024-11-14T03:25:18.665Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2375 | 2024-11-14T03:25:19.353Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2376 | 2024-11-14T03:25:20.033Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2377 | 2024-11-14T03:25:22.879Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2378 | 2024-11-14T03:25:23.067Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2379 | 2024-11-14T03:25:23.405Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2380 | 2024-11-14T03:25:24.234Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2381 | 2024-11-14T03:25:24.856Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2382 | 2024-11-14T03:25:25.146Z | Compiling diesel-dtrace v0.3.0 |
| 2383 | 2024-11-14T03:25:25.621Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2384 | 2024-11-14T03:25:25.735Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2385 | 2024-11-14T03:25:26.025Z | Checking bb8 v0.8.5 |
| 2386 | 2024-11-14T03:25:26.565Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2387 | 2024-11-14T03:25:27.785Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2388 | 2024-11-14T03:25:27.958Z | Checking heck v0.4.1 |
| 2389 | 2024-11-14T03:25:28.216Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 2390 | 2024-11-14T03:25:28.612Z | Checking assert_matches v1.5.0 |
| 2391 | 2024-11-14T03:25:28.646Z | Checking rand_seeder v0.3.0 |
| 2392 | 2024-11-14T03:25:28.716Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2393 | 2024-11-14T03:25:28.904Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2394 | 2024-11-14T03:25:28.927Z | Compiling libz-sys v1.1.20 |
| 2395 | 2024-11-14T03:25:29.009Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2396 | 2024-11-14T03:25:29.264Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2397 | 2024-11-14T03:25:29.608Z | Checking async-bb8-diesel v0.2.1 |
| 2398 | 2024-11-14T03:25:30.127Z | Checking is_ci v1.2.0 |
| 2399 | 2024-11-14T03:25:30.271Z | Checking supports-color v3.0.1 |
| 2400 | 2024-11-14T03:25:30.341Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2401 | 2024-11-14T03:25:30.638Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2402 | 2024-11-14T03:25:30.802Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2403 | 2024-11-14T03:25:30.911Z | Compiling vergen v8.3.2 |
| 2404 | 2024-11-14T03:25:31.194Z | Compiling cargo-platform v0.1.8 |
| 2405 | 2024-11-14T03:25:31.227Z | Checking smawk v0.3.2 |
| 2406 | 2024-11-14T03:25:31.443Z | Checking unicode-linebreak v0.1.5 |
| 2407 | 2024-11-14T03:25:31.707Z | Compiling cargo_metadata v0.18.1 |
| 2408 | 2024-11-14T03:25:31.857Z | Checking textwrap v0.16.1 |
| 2409 | 2024-11-14T03:25:32.125Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2410 | 2024-11-14T03:25:32.346Z | Checking castaway v0.2.3 |
| 2411 | 2024-11-14T03:25:32.390Z | Compiling libsqlite3-sys v0.30.1 |
| 2412 | 2024-11-14T03:25:32.511Z | Compiling cfg_aliases v0.2.1 |
| 2413 | 2024-11-14T03:25:32.534Z | Compiling rustls v0.21.12 |
| 2414 | 2024-11-14T03:25:32.626Z | Compiling nix v0.29.0 |
| 2415 | 2024-11-14T03:25:32.833Z | Checking compact_str v0.8.0 |
| 2416 | 2024-11-14T03:25:32.955Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2417 | 2024-11-14T03:25:33.257Z | Checking unicode-truncate v1.1.0 |
| 2418 | 2024-11-14T03:25:33.467Z | Checking rustls-webpki v0.101.7 |
| 2419 | 2024-11-14T03:25:33.506Z | Checking sct v0.7.1 |
| 2420 | 2024-11-14T03:25:33.701Z | Checking lru v0.12.5 |
| 2421 | 2024-11-14T03:25:33.726Z | Compiling instability v0.3.2 |
| 2422 | 2024-11-14T03:25:34.004Z | Checking cassowary v0.3.0 |
| 2423 | 2024-11-14T03:25:34.496Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2424 | 2024-11-14T03:25:34.763Z | Checking ratatui v0.28.1 |
| 2425 | 2024-11-14T03:25:34.792Z | Checking hashlink v0.9.1 |
| 2426 | 2024-11-14T03:25:34.886Z | Checking concurrent-queue v2.5.0 |
| 2427 | 2024-11-14T03:25:35.164Z | Checking fallible-streaming-iterator v0.1.9 |
| 2428 | 2024-11-14T03:25:35.220Z | Checking fallible-iterator v0.3.0 |
| 2429 | 2024-11-14T03:25:35.368Z | Checking parking v2.2.1 |
| 2430 | 2024-11-14T03:25:35.410Z | Checking plotters-backend v0.3.7 |
| 2431 | 2024-11-14T03:25:35.795Z | Checking plotters-svg v0.3.7 |
| 2432 | 2024-11-14T03:25:35.827Z | Checking rusqlite v0.32.1 |
| 2433 | 2024-11-14T03:25:36.025Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2434 | 2024-11-14T03:25:36.060Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2435 | 2024-11-14T03:25:36.363Z | Checking rustls-pemfile v1.0.4 |
| 2436 | 2024-11-14T03:25:36.587Z | Checking twox-hash v1.6.3 |
| 2437 | 2024-11-14T03:25:37.083Z | Checking cast v0.3.0 |
| 2438 | 2024-11-14T03:25:37.337Z | Checking plotters v0.3.7 |
| 2439 | 2024-11-14T03:25:37.418Z | Checking criterion-plot v0.5.0 |
| 2440 | 2024-11-14T03:25:37.441Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2441 | 2024-11-14T03:25:37.482Z | Checking tokio-rustls v0.24.1 |
| 2442 | 2024-11-14T03:25:37.776Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 2443 | 2024-11-14T03:25:37.852Z | Checking fatfs v0.3.6 |
| 2444 | 2024-11-14T03:25:37.902Z | Checking tinytemplate v1.2.1 |
| 2445 | 2024-11-14T03:25:38.300Z | Checking csv-core v0.1.11 |
| 2446 | 2024-11-14T03:25:38.649Z | Checking shell-words v1.1.0 |
| 2447 | 2024-11-14T03:25:38.835Z | Checking hex-literal v0.4.1 |
| 2448 | 2024-11-14T03:25:38.909Z | Checking oorandom v11.1.4 |
| 2449 | 2024-11-14T03:25:38.971Z | Checking anes v0.1.6 |
| 2450 | 2024-11-14T03:25:39.065Z | Checking csv v1.3.0 |
| 2451 | 2024-11-14T03:25:39.084Z | Checking event-listener v5.3.1 |
| 2452 | 2024-11-14T03:25:39.326Z | Checking criterion v0.5.1 |
| 2453 | 2024-11-14T03:25:39.476Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2454 | 2024-11-14T03:25:39.501Z | Checking rtoolbox v0.0.2 |
| 2455 | 2024-11-14T03:25:39.690Z | Checking rpassword v7.3.1 |
| 2456 | 2024-11-14T03:25:39.860Z | Checking event-listener-strategy v0.5.2 |
| 2457 | 2024-11-14T03:25:39.908Z | Checking tui-tree-widget v0.22.0 |
| 2458 | 2024-11-14T03:25:40.036Z | Checking polyval v0.6.2 |
| 2459 | 2024-11-14T03:25:40.224Z | Checking futures-lite v2.3.0 |
| 2460 | 2024-11-14T03:25:40.314Z | Checking ghash v0.5.1 |
| 2461 | 2024-11-14T03:25:40.502Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2462 | 2024-11-14T03:25:40.905Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2463 | 2024-11-14T03:25:41.736Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2464 | 2024-11-14T03:25:42.062Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2465 | 2024-11-14T03:25:42.431Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2466 | 2024-11-14T03:25:43.322Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2467 | 2024-11-14T03:25:44.890Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2468 | 2024-11-14T03:25:45.097Z | Checking ctr v0.9.2 |
| 2469 | 2024-11-14T03:25:45.889Z | Checking yansi v1.0.1 |
| 2470 | 2024-11-14T03:25:46.853Z | Checking pretty_assertions v1.4.1 |
| 2471 | 2024-11-14T03:25:47.067Z | Checking aes-gcm v0.10.3 |
| 2472 | 2024-11-14T03:25:47.183Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2473 | 2024-11-14T03:25:47.246Z | Checking ssh-encoding v0.2.0 |
| 2474 | 2024-11-14T03:25:47.323Z | Checking blowfish v0.9.1 |
| 2475 | 2024-11-14T03:25:47.591Z | Checking ssh-cipher v0.2.0 |
| 2476 | 2024-11-14T03:25:47.594Z | Checking bcrypt-pbkdf v0.10.0 |
| 2477 | 2024-11-14T03:25:47.881Z | Checking async-lock v3.4.0 |
| 2478 | 2024-11-14T03:25:47.903Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2479 | 2024-11-14T03:25:48.405Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2480 | 2024-11-14T03:25:48.773Z | Checking polling v3.7.3 |
| 2481 | 2024-11-14T03:25:49.174Z | Checking password-hash v0.4.2 |
| 2482 | 2024-11-14T03:25:49.541Z | Checking matches v0.1.10 |
| 2483 | 2024-11-14T03:25:49.655Z | Checking idna v0.2.3 |
| 2484 | 2024-11-14T03:25:49.861Z | Checking pbkdf2 v0.11.0 |
| 2485 | 2024-11-14T03:25:50.165Z | Checking async-io v2.3.4 |
| 2486 | 2024-11-14T03:25:50.479Z | Checking ssh-key v0.6.6 |
| 2487 | 2024-11-14T03:25:50.978Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2488 | 2024-11-14T03:25:51.794Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2489 | 2024-11-14T03:25:52.203Z | Checking p256 v0.13.2 |
| 2490 | 2024-11-14T03:25:52.686Z | Checking p521 v0.13.3 |
| 2491 | 2024-11-14T03:25:52.717Z | Checking russh-cryptovec v0.7.3 |
| 2492 | 2024-11-14T03:25:52.925Z | Compiling enum-as-inner v0.5.1 |
| 2493 | 2024-11-14T03:25:53.946Z | Compiling target-lexicon v0.12.16 |
| 2494 | 2024-11-14T03:25:54.100Z | Compiling doc-comment v0.3.3 |
| 2495 | 2024-11-14T03:25:54.388Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2496 | 2024-11-14T03:25:54.471Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2497 | 2024-11-14T03:25:54.630Z | Checking md5 v0.7.0 |
| 2498 | 2024-11-14T03:25:54.891Z | Checking async-task v4.7.1 |
| 2499 | 2024-11-14T03:25:55.020Z | Checking russh-keys v0.45.0 |
| 2500 | 2024-11-14T03:25:55.393Z | Checking trust-dns-proto v0.22.0 |
| 2501 | 2024-11-14T03:25:55.726Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2502 | 2024-11-14T03:25:56.434Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2503 | 2024-11-14T03:25:57.294Z | Checking async-channel v2.3.1 |
| 2504 | 2024-11-14T03:25:57.642Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2505 | 2024-11-14T03:25:59.281Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2506 | 2024-11-14T03:25:59.456Z | Checking piper v0.2.4 |
| 2507 | 2024-11-14T03:25:59.694Z | Checking num-bigint v0.4.6 |
| 2508 | 2024-11-14T03:26:00.150Z | Checking des v0.8.1 |
| 2509 | 2024-11-14T03:26:00.438Z | Checking futures-timer v3.0.3 |
| 2510 | 2024-11-14T03:26:00.743Z | Compiling guppy-workspace-hack v0.1.0 |
| 2511 | 2024-11-14T03:26:01.037Z | Compiling dhcproto-macros v0.1.0 |
| 2512 | 2024-11-14T03:26:01.353Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2513 | 2024-11-14T03:26:02.005Z | Compiling assert_cmd v2.0.16 |
| 2514 | 2024-11-14T03:26:02.268Z | Checking russh v0.45.0 |
| 2515 | 2024-11-14T03:26:02.428Z | Checking dhcproto v0.12.0 |
| 2516 | 2024-11-14T03:26:02.492Z | Checking blocking v1.6.1 |
| 2517 | 2024-11-14T03:26:02.929Z | Checking async-executor v1.13.1 |
| 2518 | 2024-11-14T03:26:03.793Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2519 | 2024-11-14T03:26:03.885Z | Checking async-signal v0.2.10 |
| 2520 | 2024-11-14T03:26:04.188Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2521 | 2024-11-14T03:26:04.746Z | Checking internet-checksum v0.2.1 |
| 2522 | 2024-11-14T03:26:04.796Z | Compiling target-spec v3.2.2 |
| 2523 | 2024-11-14T03:26:05.073Z | Checking event-listener v2.5.3 |
| 2524 | 2024-11-14T03:26:05.153Z | Checking async-channel v1.9.0 |
| 2525 | 2024-11-14T03:26:05.988Z | Checking async-process v2.3.0 |
| 2526 | 2024-11-14T03:26:06.400Z | Checking cfg-expr v0.17.0 |
| 2527 | 2024-11-14T03:26:06.509Z | Checking async-global-executor v2.4.1 |
| 2528 | 2024-11-14T03:26:07.146Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2529 | 2024-11-14T03:26:07.221Z | Checking httptest v0.16.1 |
| 2530 | 2024-11-14T03:26:07.281Z | Checking rustls-native-certs v0.7.3 |
| 2531 | 2024-11-14T03:26:07.462Z | Checking num_cpus v1.16.0 |
| 2532 | 2024-11-14T03:26:07.603Z | Checking kv-log-macro v1.0.7 |
| 2533 | 2024-11-14T03:26:07.748Z | Compiling async-attributes v1.1.2 |
| 2534 | 2024-11-14T03:26:08.643Z | Checking async-std v1.13.0 |
| 2535 | 2024-11-14T03:26:10.024Z | Checking threadpool v1.8.1 |
| 2536 | 2024-11-14T03:26:10.244Z | Checking hyper-rustls v0.26.0 |
| 2537 | 2024-11-14T03:26:10.968Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2538 | 2024-11-14T03:26:11.448Z | Checking pathdiff v0.2.2 |
| 2539 | 2024-11-14T03:26:11.471Z | Compiling rstest_macros v0.23.0 |
| 2540 | 2024-11-14T03:26:11.618Z | Checking escape8259 v0.5.3 |
| 2541 | 2024-11-14T03:26:11.810Z | Checking nested v0.1.1 |
| 2542 | 2024-11-14T03:26:11.979Z | Compiling target-triple v0.1.3 |
| 2543 | 2024-11-14T03:26:12.033Z | Checking guppy v0.17.8 |
| 2544 | 2024-11-14T03:26:12.371Z | Checking async-object-pool v0.1.5 |
| 2545 | 2024-11-14T03:26:12.556Z | Checking libtest-mimic v0.7.3 |
| 2546 | 2024-11-14T03:26:12.683Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2547 | 2024-11-14T03:26:13.097Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2548 | 2024-11-14T03:26:14.132Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2549 | 2024-11-14T03:26:14.293Z | Checking similar-asserts v1.6.0 |
| 2550 | 2024-11-14T03:26:14.450Z | Checking fancy-regex v0.13.0 |
| 2551 | 2024-11-14T03:26:14.543Z | Checking serde_regex v1.1.0 |
| 2552 | 2024-11-14T03:26:14.816Z | Checking assert-json-diff v2.0.2 |
| 2553 | 2024-11-14T03:26:15.097Z | Compiling proc-macro-crate v3.2.0 |
| 2554 | 2024-11-14T03:26:15.295Z | Checking path-tree v0.8.1 |
| 2555 | 2024-11-14T03:26:15.646Z | Checking stringmetrics v2.2.2 |
| 2556 | 2024-11-14T03:26:15.898Z | Compiling relative-path v1.9.3 |
| 2557 | 2024-11-14T03:26:15.920Z | Checking httpmock v0.8.0-alpha.1 |
| 2558 | 2024-11-14T03:26:16.584Z | Checking datatest-stable v0.2.9 |
| 2559 | 2024-11-14T03:26:17.078Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2560 | 2024-11-14T03:26:18.563Z | Checking blake2b_simd v1.0.2 |
| 2561 | 2024-11-14T03:26:19.420Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2562 | 2024-11-14T03:26:21.302Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2563 | 2024-11-14T03:26:21.582Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2564 | 2024-11-14T03:26:21.886Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2565 | 2024-11-14T03:26:22.193Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2566 | 2024-11-14T03:26:22.698Z | Checking serde_tokenstream v0.2.2 |
| 2567 | 2024-11-14T03:26:23.133Z | Checking uzers v0.12.1 |
| 2568 | 2024-11-14T03:26:23.572Z | Compiling git2 v0.19.0 |
| 2569 | 2024-11-14T03:26:23.778Z | Checking rust-argon2 v2.1.0 |
| 2570 | 2024-11-14T03:26:24.002Z | Checking trybuild v1.0.101 |
| 2571 | 2024-11-14T03:26:24.209Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2572 | 2024-11-14T03:26:25.414Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2573 | 2024-11-14T03:26:26.062Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2574 | 2024-11-14T03:26:26.527Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2575 | 2024-11-14T03:26:26.835Z | Checking rand_distr v0.4.3 |
| 2576 | 2024-11-14T03:26:27.274Z | Checking rstest v0.23.0 |
| 2577 | 2024-11-14T03:26:27.518Z | Checking multimap v0.10.0 |
| 2578 | 2024-11-14T03:26:27.594Z | Checking approx v0.5.1 |
| 2579 | 2024-11-14T03:26:27.729Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2580 | 2024-11-14T03:26:27.862Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2581 | 2024-11-14T03:26:28.413Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2582 | 2024-11-14T03:26:28.902Z | Checking partial-io v0.5.4 |
| 2583 | 2024-11-14T03:26:28.952Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2584 | 2024-11-14T03:26:29.301Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2585 | 2024-11-14T03:26:30.012Z | Checking cargo_toml v0.20.5 |
| 2586 | 2024-11-14T03:26:30.738Z | Checking termios v0.3.3 |
| 2587 | 2024-11-14T03:26:30.970Z | Compiling indoc v2.0.5 |
| 2588 | 2024-11-14T03:26:31.247Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2589 | 2024-11-14T03:26:32.043Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2590 | 2024-11-14T03:26:33.603Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 2591 | 2024-11-14T03:26:34.295Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2592 | 2024-11-14T03:26:51.287Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2593 | 2024-11-14T03:26:52.268Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2594 | 2024-11-14T03:26:56.077Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2595 | 2024-11-14T03:27:11.208Z | Compiling polar-core v0.27.3 |
| 2596 | 2024-11-14T03:27:22.526Z | Checking oso v0.27.3 |
| 2597 | 2024-11-14T03:27:34.292Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2598 | 2024-11-14T03:27:37.771Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2599 | 2024-11-14T03:27:38.060Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2600 | 2024-11-14T03:28:13.344Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2601 | 2024-11-14T03:28:13.345Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2602 | 2024-11-14T03:28:13.347Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2603 | 2024-11-14T03:29:38.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 32s |
| 2604 | 2024-11-14T03:29:38.811Z | |
| 2605 | 2024-11-14T03:29:38.811Z | real 6:37.254180471 |
| 2606 | 2024-11-14T03:29:38.811Z | user 35:25.183159538 |
| 2607 | 2024-11-14T03:29:38.815Z | sys 6:29.896707993 |
| 2608 | 2024-11-14T03:29:38.815Z | trap 0.968498886 |
| 2609 | 2024-11-14T03:29:38.815Z | tflt 2.680730714 |
| 2610 | 2024-11-14T03:29:38.815Z | dflt 0.758576025 |
| 2611 | 2024-11-14T03:29:38.815Z | kflt 0.001137797 |
| 2612 | 2024-11-14T03:29:38.815Z | lock 51:01.544441606 |
| 2613 | 2024-11-14T03:29:38.815Z | slp 2:03:14.003555407 |
| 2614 | 2024-11-14T03:29:38.815Z | lat 1:37.374702335 |
| 2615 | 2024-11-14T03:29:38.815Z | stop 6:03.772664162 |
| 2616 | 2024-11-14T03:29:38.815Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
| 2617 | 2024-11-14T03:29:38.815Z | + ptime -m cargo doc --workspace --no-deps |
| 2618 | 2024-11-14T03:29:40.021Z | warning: output filename collision. |
| 2619 | 2024-11-14T03:29:40.021Z | 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)`. |
| 2620 | 2024-11-14T03:29:40.021Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2621 | 2024-11-14T03:29:40.021Z | The targets should have unique names. |
| 2622 | 2024-11-14T03:29:40.021Z | This is a known bug where multiple crates with the same name use |
| 2623 | 2024-11-14T03:29:40.021Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2624 | 2024-11-14T03:29:40.462Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2625 | 2024-11-14T03:29:40.531Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2626 | 2024-11-14T03:29:40.549Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2627 | 2024-11-14T03:29:40.587Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2628 | 2024-11-14T03:29:40.612Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2629 | 2024-11-14T03:29:40.640Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2630 | 2024-11-14T03:29:40.640Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2631 | 2024-11-14T03:29:40.835Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2632 | 2024-11-14T03:29:40.870Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2633 | 2024-11-14T03:29:40.892Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2634 | 2024-11-14T03:29:40.911Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2635 | 2024-11-14T03:29:41.137Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2636 | 2024-11-14T03:29:41.178Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2637 | 2024-11-14T03:29:41.432Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2638 | 2024-11-14T03:29:41.642Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2639 | 2024-11-14T03:29:44.266Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2640 | 2024-11-14T03:29:45.401Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2641 | 2024-11-14T03:29:45.740Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2642 | 2024-11-14T03:29:45.998Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2643 | 2024-11-14T03:29:46.030Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2644 | 2024-11-14T03:29:46.102Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2645 | 2024-11-14T03:29:46.303Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2646 | 2024-11-14T03:29:46.417Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2647 | 2024-11-14T03:29:46.606Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2648 | 2024-11-14T03:29:46.961Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2649 | 2024-11-14T03:29:46.981Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2650 | 2024-11-14T03:29:47.196Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2651 | 2024-11-14T03:29:47.490Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2652 | 2024-11-14T03:29:47.514Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2653 | 2024-11-14T03:29:47.775Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2654 | 2024-11-14T03:29:47.890Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2655 | 2024-11-14T03:29:47.915Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2656 | 2024-11-14T03:29:48.102Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2657 | 2024-11-14T03:29:48.218Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2658 | 2024-11-14T03:29:48.521Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2659 | 2024-11-14T03:29:48.804Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2660 | 2024-11-14T03:29:48.882Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2661 | 2024-11-14T03:29:49.255Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2662 | 2024-11-14T03:29:49.275Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2663 | 2024-11-14T03:29:49.498Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2664 | 2024-11-14T03:29:49.980Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2665 | 2024-11-14T03:29:51.111Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2666 | 2024-11-14T03:29:52.784Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2667 | 2024-11-14T03:29:55.085Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2668 | 2024-11-14T03:29:55.466Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2669 | 2024-11-14T03:29:55.836Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2670 | 2024-11-14T03:29:56.306Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2671 | 2024-11-14T03:29:56.352Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2672 | 2024-11-14T03:29:56.678Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2673 | 2024-11-14T03:29:57.594Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2674 | 2024-11-14T03:29:57.784Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2675 | 2024-11-14T03:29:57.952Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2676 | 2024-11-14T03:29:58.557Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2677 | 2024-11-14T03:29:59.403Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2678 | 2024-11-14T03:30:04.481Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2679 | 2024-11-14T03:30:05.669Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2680 | 2024-11-14T03:30:05.868Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2681 | 2024-11-14T03:30:06.430Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2682 | 2024-11-14T03:30:06.898Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2683 | 2024-11-14T03:30:07.300Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2684 | 2024-11-14T03:30:07.713Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2685 | 2024-11-14T03:30:07.803Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2686 | 2024-11-14T03:30:08.313Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2687 | 2024-11-14T03:30:09.212Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2688 | 2024-11-14T03:30:09.419Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2689 | 2024-11-14T03:30:09.461Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2690 | 2024-11-14T03:30:09.874Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2691 | 2024-11-14T03:30:10.087Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2692 | 2024-11-14T03:30:10.639Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2693 | 2024-11-14T03:30:10.696Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2694 | 2024-11-14T03:30:10.780Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2695 | 2024-11-14T03:30:11.485Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2696 | 2024-11-14T03:30:12.098Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2697 | 2024-11-14T03:30:12.163Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2698 | 2024-11-14T03:30:12.234Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2699 | 2024-11-14T03:30:13.191Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2700 | 2024-11-14T03:30:13.674Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2701 | 2024-11-14T03:30:13.695Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2702 | 2024-11-14T03:30:14.132Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2703 | 2024-11-14T03:30:14.169Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2704 | 2024-11-14T03:30:15.158Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2705 | 2024-11-14T03:30:15.197Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2706 | 2024-11-14T03:30:15.550Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2707 | 2024-11-14T03:30:15.637Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2708 | 2024-11-14T03:30:15.783Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2709 | 2024-11-14T03:30:16.821Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2710 | 2024-11-14T03:30:17.487Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2711 | 2024-11-14T03:30:18.057Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2712 | 2024-11-14T03:30:18.097Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2713 | 2024-11-14T03:30:18.475Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2714 | 2024-11-14T03:30:19.528Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2715 | 2024-11-14T03:30:19.768Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2716 | 2024-11-14T03:30:20.024Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2717 | 2024-11-14T03:30:20.052Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2718 | 2024-11-14T03:30:20.304Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2719 | 2024-11-14T03:30:20.962Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2720 | 2024-11-14T03:30:21.272Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2721 | 2024-11-14T03:30:21.856Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2722 | 2024-11-14T03:30:22.066Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2723 | 2024-11-14T03:30:22.373Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2724 | 2024-11-14T03:30:22.617Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2725 | 2024-11-14T03:30:22.763Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2726 | 2024-11-14T03:30:24.546Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2727 | 2024-11-14T03:30:25.016Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2728 | 2024-11-14T03:30:26.171Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2729 | 2024-11-14T03:30:26.779Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2730 | 2024-11-14T03:30:27.632Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2731 | 2024-11-14T03:30:29.843Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2732 | 2024-11-14T03:30:30.528Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2733 | 2024-11-14T03:30:31.569Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2734 | 2024-11-14T03:30:32.841Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2735 | 2024-11-14T03:30:43.208Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2736 | 2024-11-14T03:30:45.617Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2737 | 2024-11-14T03:30:45.994Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2738 | 2024-11-14T03:30:46.055Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2739 | 2024-11-14T03:30:47.243Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2740 | 2024-11-14T03:30:52.400Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2741 | 2024-11-14T03:31:35.286Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2742 | 2024-11-14T03:31:35.756Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2743 | 2024-11-14T03:31:36.458Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2744 | 2024-11-14T03:32:11.162Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2745 | 2024-11-14T03:32:13.751Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2746 | 2024-11-14T03:32:14.758Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2747 | 2024-11-14T03:32:16.342Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2748 | 2024-11-14T03:32:20.664Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2749 | 2024-11-14T03:32:22.251Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2750 | 2024-11-14T03:32:25.218Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2751 | 2024-11-14T03:32:25.403Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2752 | 2024-11-14T03:32:32.763Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2753 | 2024-11-14T03:32:51.350Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2754 | 2024-11-14T03:32:53.441Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2755 | 2024-11-14T03:32:57.499Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2756 | 2024-11-14T03:33:17.642Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2757 | 2024-11-14T03:33:19.414Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2758 | 2024-11-14T03:33:25.449Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2759 | 2024-11-14T03:33:26.342Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2760 | 2024-11-14T03:33:42.078Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2761 | 2024-11-14T03:33:44.273Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2762 | 2024-11-14T03:33:55.246Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2763 | 2024-11-14T03:33:57.243Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2764 | 2024-11-14T03:34:00.517Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2765 | 2024-11-14T03:34:08.638Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2766 | 2024-11-14T03:34:09.451Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2767 | 2024-11-14T03:34:11.734Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2768 | 2024-11-14T03:34:29.302Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2769 | 2024-11-14T03:34:29.652Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2770 | 2024-11-14T03:34:31.263Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2771 | 2024-11-14T03:34:32.108Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2772 | 2024-11-14T03:34:33.911Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2773 | 2024-11-14T03:34:50.458Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2774 | 2024-11-14T03:34:50.930Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2775 | 2024-11-14T03:34:54.621Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2776 | 2024-11-14T03:34:57.769Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2777 | 2024-11-14T03:34:58.267Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2778 | 2024-11-14T03:35:05.201Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2779 | 2024-11-14T03:35:11.879Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2780 | 2024-11-14T03:35:14.261Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2781 | 2024-11-14T03:35:20.171Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2782 | 2024-11-14T03:35:21.307Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2783 | 2024-11-14T03:35:29.446Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2784 | 2024-11-14T03:35:32.012Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2785 | 2024-11-14T03:35:32.959Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2786 | 2024-11-14T03:35:35.550Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2787 | 2024-11-14T03:35:39.035Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2788 | 2024-11-14T03:35:40.439Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2789 | 2024-11-14T03:35:44.172Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2790 | 2024-11-14T03:35:45.477Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2791 | 2024-11-14T03:35:53.693Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2792 | 2024-11-14T03:35:53.863Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2793 | 2024-11-14T03:35:57.454Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2794 | 2024-11-14T03:35:58.752Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2795 | 2024-11-14T03:36:02.593Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2796 | 2024-11-14T03:36:05.117Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2797 | 2024-11-14T03:36:08.727Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2798 | 2024-11-14T03:36:09.838Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2799 | 2024-11-14T03:36:13.166Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2800 | 2024-11-14T03:36:15.296Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2801 | 2024-11-14T03:36:17.875Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2802 | 2024-11-14T03:36:19.266Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2803 | 2024-11-14T03:36:20.483Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2804 | 2024-11-14T03:36:27.725Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2805 | 2024-11-14T03:36:29.958Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2806 | 2024-11-14T03:36:30.576Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2807 | 2024-11-14T03:36:32.476Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2808 | 2024-11-14T03:36:33.306Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2809 | 2024-11-14T03:36:40.284Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2810 | 2024-11-14T03:36:46.115Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2811 | 2024-11-14T03:36:46.924Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2812 | 2024-11-14T03:36:47.818Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2813 | 2024-11-14T03:36:48.104Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2814 | 2024-11-14T03:36:49.206Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2815 | 2024-11-14T03:36:49.334Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2816 | 2024-11-14T03:36:49.978Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2817 | 2024-11-14T03:36:56.516Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2818 | 2024-11-14T03:37:01.593Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2819 | 2024-11-14T03:37:04.548Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2820 | 2024-11-14T03:37:08.896Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2821 | 2024-11-14T03:37:09.050Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2822 | 2024-11-14T03:37:10.543Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2823 | 2024-11-14T03:37:10.949Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2824 | 2024-11-14T03:37:11.953Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2825 | 2024-11-14T03:37:13.695Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2826 | 2024-11-14T03:37:19.732Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2827 | 2024-11-14T03:37:22.134Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2828 | 2024-11-14T03:37:24.382Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2829 | 2024-11-14T03:37:24.731Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2830 | 2024-11-14T03:37:26.097Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2831 | 2024-11-14T03:37:27.836Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2832 | 2024-11-14T03:37:28.101Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2833 | 2024-11-14T03:37:29.015Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2834 | 2024-11-14T03:37:33.326Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2835 | 2024-11-14T03:37:33.773Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2836 | 2024-11-14T03:37:35.726Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2837 | 2024-11-14T03:37:38.383Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2838 | 2024-11-14T03:37:38.549Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2839 | 2024-11-14T03:37:38.775Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2840 | 2024-11-14T03:37:38.998Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2841 | 2024-11-14T03:37:39.560Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2842 | 2024-11-14T03:37:40.254Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2843 | 2024-11-14T03:37:40.785Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2844 | 2024-11-14T03:37:42.301Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2845 | 2024-11-14T03:37:43.614Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2846 | 2024-11-14T03:37:44.467Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2847 | 2024-11-14T03:37:44.884Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2848 | 2024-11-14T03:38:22.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 43s |
| 2849 | 2024-11-14T03:38:22.287Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 136 other files |
| 2850 | 2024-11-14T03:38:22.353Z | |
| 2851 | 2024-11-14T03:38:22.356Z | real 8:43.353089333 |
| 2852 | 2024-11-14T03:38:22.356Z | user 25:24.635768694 |
| 2853 | 2024-11-14T03:38:22.356Z | sys 39:49.903331159 |
| 2854 | 2024-11-14T03:38:22.356Z | trap 0.414560972 |
| 2855 | 2024-11-14T03:38:22.356Z | tflt 0.266297475 |
| 2856 | 2024-11-14T03:38:22.356Z | dflt 0.152505323 |
| 2857 | 2024-11-14T03:38:22.357Z | kflt 0.000022144 |
| 2858 | 2024-11-14T03:38:22.357Z | lock 1:25:19.081706428 |
| 2859 | 2024-11-14T03:38:22.357Z | slp 2:26:55.612948558 |
| 2860 | 2024-11-14T03:38:22.357Z | lat 1:10.235840033 |
| 2861 | 2024-11-14T03:38:22.357Z | stop 1:08.285693347 |
| 2862 | 2024-11-14T03:38:22.357Z | process exited: duration 1234405 ms, exit code 0 |
| |
| 2863 | 2024-11-14T03:38:22.363Z | found 0 output files |