|
|
|
1 | 2024-11-13T04:20:49.392Z | job assigned to worker 01JCHVZHBEA6JC396QMWWG7BQT (queued for 58 s) |
|
2 | 2024-11-13T04:20:57.564Z | starting task 0: "setup" |
3 | 2024-11-13T04:20:57.572Z | ++ uname -s |
4 | 2024-11-13T04:20:57.574Z | + kern=SunOS |
5 | 2024-11-13T04:20:57.574Z | + case "$kern" in |
6 | 2024-11-13T04:20:57.574Z | + groupadd -g 12345 build |
7 | 2024-11-13T04:20:57.578Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-13T04:20:59.586Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-13T04:20:59.753Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-13T04:20:59.755Z | + home_fs=zfs |
11 | 2024-11-13T04:20:59.755Z | + [[ zfs == autofs ]] |
12 | 2024-11-13T04:20:59.755Z | + mkdir -p /home/build |
13 | 2024-11-13T04:20:59.758Z | + chown build:build /home/build /work |
14 | 2024-11-13T04:21:01.758Z | + chmod 0700 /home/build /work |
15 | 2024-11-13T04:21:01.762Z | process exited: duration 4200 ms, exit code 0 |
|
16 | 2024-11-13T04:21:01.768Z | starting task 1: "rust-toolchain" |
17 | 2024-11-13T04:21:01.773Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-13T04:21:01.773Z | ' 1.81.0 |
19 | 2024-11-13T04:21:01.776Z | * toolchain channel = "1.81.0" |
20 | 2024-11-13T04:21:01.776Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-13T04:21:01.776Z | ' default |
22 | 2024-11-13T04:21:01.776Z | * toolchain profile = "default" |
23 | 2024-11-13T04:21:01.776Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-13T04:21:01.776Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-13T04:21:01.897Z | info: downloading installer |
26 | 2024-11-13T04:21:03.297Z | info: profile set to 'default' |
27 | 2024-11-13T04:21:03.297Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-13T04:21:03.299Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-13T04:21:03.439Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-13T04:21:03.440Z | info: downloading component 'cargo' |
31 | 2024-11-13T04:21:04.152Z | info: downloading component 'clippy' |
32 | 2024-11-13T04:21:04.416Z | info: downloading component 'rust-docs' |
33 | 2024-11-13T04:21:05.414Z | info: downloading component 'rust-std' |
34 | 2024-11-13T04:21:06.944Z | info: downloading component 'rustc' |
35 | 2024-11-13T04:21:12.480Z | info: downloading component 'rustfmt' |
36 | 2024-11-13T04:21:12.689Z | info: installing component 'cargo' |
37 | 2024-11-13T04:21:13.532Z | info: installing component 'clippy' |
38 | 2024-11-13T04:21:13.929Z | info: installing component 'rust-docs' |
39 | 2024-11-13T04:21:15.492Z | info: installing component 'rust-std' |
40 | 2024-11-13T04:21:17.369Z | info: installing component 'rustc' |
41 | 2024-11-13T04:21:23.249Z | info: installing component 'rustfmt' |
42 | 2024-11-13T04:21:23.593Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-13T04:21:23.593Z | |
44 | 2024-11-13T04:21:23.957Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-13T04:21:23.957Z | |
46 | 2024-11-13T04:21:23.960Z | |
47 | 2024-11-13T04:21:23.960Z | Rust is installed now. Great! |
48 | 2024-11-13T04:21:23.960Z | |
49 | 2024-11-13T04:21:23.960Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-13T04:21:23.960Z | environment variable. This has not been done automatically. |
51 | 2024-11-13T04:21:23.960Z | |
52 | 2024-11-13T04:21:23.960Z | To configure your current shell, you need to source |
53 | 2024-11-13T04:21:23.960Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-13T04:21:23.960Z | |
55 | 2024-11-13T04:21:23.960Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-13T04:21:23.960Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-13T04:21:23.960Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-13T04:21:24.032Z | + rustc --version |
59 | 2024-11-13T04:21:24.098Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-13T04:21:24.101Z | process exited: duration 22342 ms, exit code 0 |
|
61 | 2024-11-13T04:21:24.106Z | starting task 2: "authentication" |
62 | 2024-11-13T04:21:24.128Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-11-13T04:21:24.133Z | starting task 3: "clone repository" |
64 | 2024-11-13T04:21:24.139Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-13T04:21:24.141Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-13T04:21:24.851Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-13T04:21:32.534Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-13T04:21:32.534Z | + git fetch origin 7e1623fdb8a67722576c5eccbf821ca9c9e9a787 |
69 | 2024-11-13T04:21:32.805Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-13T04:21:32.805Z | * branch 7e1623fdb8a67722576c5eccbf821ca9c9e9a787 -> FETCH_HEAD |
71 | 2024-11-13T04:21:32.816Z | + [[ -n renovate/bytes-1.x ]] |
72 | 2024-11-13T04:21:32.818Z | ++ git branch --show-current |
73 | 2024-11-13T04:21:32.821Z | + current=main |
74 | 2024-11-13T04:21:32.821Z | + [[ main != renovate/bytes-1.x ]] |
75 | 2024-11-13T04:21:32.821Z | + git branch -f renovate/bytes-1.x 7e1623fdb8a67722576c5eccbf821ca9c9e9a787 |
76 | 2024-11-13T04:21:32.824Z | + git checkout -f renovate/bytes-1.x |
77 | 2024-11-13T04:21:32.966Z | Switched to branch 'renovate/bytes-1.x' |
78 | 2024-11-13T04:21:32.968Z | + git reset --hard 7e1623fdb8a67722576c5eccbf821ca9c9e9a787 |
79 | 2024-11-13T04:21:33.108Z | HEAD is now at 7e1623fdb Update Rust crate bytes to 1.8.0 |
80 | 2024-11-13T04:21:33.110Z | process exited: duration 8979 ms, exit code 0 |
|
81 | 2024-11-13T04:21:33.115Z | starting task 4: "build" |
82 | 2024-11-13T04:21:33.121Z | + source ./env.sh |
83 | 2024-11-13T04:21:33.121Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-11-13T04:21:33.121Z | ++ set -o xtrace |
85 | 2024-11-13T04:21:33.123Z | ++++ dirname ./env.sh |
86 | 2024-11-13T04:21:33.126Z | +++ readlink -f . |
87 | 2024-11-13T04:21:33.305Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-11-13T04:21:33.308Z | ++ 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-13T04:21:33.308Z | ++ 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-13T04:21:33.308Z | ++ 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-13T04:21:33.308Z | ++ 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-13T04:21:33.308Z | ++ 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-13T04:21:33.308Z | ++ 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-13T04:21:33.308Z | ++ 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-13T04:21:33.308Z | ++ 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-13T04:21:33.308Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-11-13T04:21:33.308Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-11-13T04:21:33.308Z | + source .github/buildomat/ci-env.sh |
99 | 2024-11-13T04:21:33.309Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-11-13T04:21:33.309Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-11-13T04:21:33.309Z | + cargo --version |
102 | 2024-11-13T04:21:33.367Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2024-11-13T04:21:33.369Z | + rustc --version |
104 | 2024-11-13T04:21:33.434Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2024-11-13T04:21:33.436Z | + banner prerequisites |
106 | 2024-11-13T04:21:33.476Z | |
107 | 2024-11-13T04:21:33.476Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-11-13T04:21:33.476Z | # # # # # # # # # # # # # # # |
109 | 2024-11-13T04:21:33.476Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-11-13T04:21:33.476Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-11-13T04:21:33.476Z | # # # # # # # # # # # # # # # |
112 | 2024-11-13T04:21:33.476Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-11-13T04:21:33.476Z | |
114 | 2024-11-13T04:21:33.478Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-11-13T04:21:59.237Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-11-13T04:22:02.946Z | Startup: Caching catalogs ... Done |
117 | 2024-11-13T04:22:11.339Z | Planning: Solver setup ... Done (7.667s) |
118 | 2024-11-13T04:22:11.445Z | Planning: Running solver ... Done (0.105s) |
119 | 2024-11-13T04:22:11.581Z | Planning: Finding local manifests ... Done (0.045s) |
120 | 2024-11-13T04:22:11.593Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-11-13T04:22:11.843Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-11-13T04:22:12.039Z | Planning: Package planning ... Done (0.227s) |
123 | 2024-11-13T04:22:12.095Z | Planning: Merging actions ... Done (0.056s) |
124 | 2024-11-13T04:22:12.776Z | Planning: Checking for conflicting actions ... Done (0.675s) |
125 | 2024-11-13T04:22:18.578Z | Planning: Consolidating action changes ... Done (5.765s) |
126 | 2024-11-13T04:22:18.972Z | Planning: Evaluating mediators ... Done (0.408s) |
127 | 2024-11-13T04:22:19.027Z | Planning: Planning completed in 16.00 seconds |
128 | 2024-11-13T04:22:19.222Z | Packages to install: 4 |
129 | 2024-11-13T04:22:19.222Z | Packages to update: 1 |
130 | 2024-11-13T04:22:19.222Z | Mediators to change: 2 |
131 | 2024-11-13T04:22:19.225Z | Services to change: 1 |
132 | 2024-11-13T04:22:19.225Z | Estimated space available: 155.64 GB |
133 | 2024-11-13T04:22:19.225Z | Estimated space to be consumed: 1.59 GB |
134 | 2024-11-13T04:22:19.225Z | Create boot environment: No |
135 | 2024-11-13T04:22:19.225Z | Create backup boot environment: Yes |
136 | 2024-11-13T04:22:19.225Z | Rebuild boot archive: No |
137 | 2024-11-13T04:22:19.225Z | |
138 | 2024-11-13T04:22:19.225Z | Changed mediators: |
139 | 2024-11-13T04:22:19.225Z | mediator clang: |
140 | 2024-11-13T04:22:19.226Z | version: None -> 15 (system default) |
141 | 2024-11-13T04:22:19.226Z | |
142 | 2024-11-13T04:22:19.226Z | mediator llvm: |
143 | 2024-11-13T04:22:19.226Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-11-13T04:22:19.226Z | |
145 | 2024-11-13T04:22:19.226Z | Changed packages: |
146 | 2024-11-13T04:22:19.226Z | helios-dev |
147 | 2024-11-13T04:22:19.226Z | developer/build-essential |
148 | 2024-11-13T04:22:19.226Z | None -> 11-2.0 |
149 | 2024-11-13T04:22:19.226Z | library/libxmlsec1 |
150 | 2024-11-13T04:22:19.227Z | None -> 1.2.35-2.0 |
151 | 2024-11-13T04:22:19.227Z | ooce/developer/clang-15 |
152 | 2024-11-13T04:22:19.227Z | None -> 15.0.7-2.0 |
153 | 2024-11-13T04:22:19.227Z | ooce/developer/llvm-15 |
154 | 2024-11-13T04:22:19.227Z | None -> 15.0.7-2.0 |
155 | 2024-11-13T04:22:19.227Z | package/pkg |
156 | 2024-11-13T04:22:19.227Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-11-13T04:22:19.227Z | |
158 | 2024-11-13T04:22:19.227Z | Services: |
159 | 2024-11-13T04:22:19.227Z | restart_fmri: |
160 | 2024-11-13T04:22:19.227Z | svc:/system/update-man-index:default |
161 | 2024-11-13T04:22:19.227Z | |
162 | 2024-11-13T04:22:19.227Z | Editable files to change: |
163 | 2024-11-13T04:22:19.227Z | Update: |
164 | 2024-11-13T04:22:19.227Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-11-13T04:22:19.533Z | |
166 | 2024-11-13T04:22:19.533Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-11-13T04:22:26.131Z | Download: 211/4281 items 1.3/220.6MB 0% complete (857k/s) |
168 | 2024-11-13T04:22:31.123Z | Download: 1095/4281 items 19.8/220.6MB 8% complete (1.9M/s) |
169 | 2024-11-13T04:22:36.906Z | Download: 1196/4281 items 83.5/220.6MB 37% complete (10.3M/s) |
170 | 2024-11-13T04:22:41.874Z | Download: 1425/4281 items 116.8/220.6MB 52% complete (8.3M/s) |
171 | 2024-11-13T04:22:46.872Z | Download: 1899/4281 items 118.6/220.6MB 53% complete (3.7M/s) |
172 | 2024-11-13T04:22:53.793Z | Download: 2224/4281 items 119.2/220.6MB 54% complete (3.7M/s) |
173 | 2024-11-13T04:22:58.803Z | Download: 2618/4281 items 120.6/220.6MB 54% complete (164k/s) |
174 | 2024-11-13T04:23:03.801Z | Download: 3130/4281 items 136.7/220.6MB 61% complete (1.6M/s) |
175 | 2024-11-13T04:23:10.783Z | Download: 3245/4281 items 203.1/220.6MB 92% complete (8.3M/s) |
176 | 2024-11-13T04:23:26.492Z | Download: 3247/4281 items 203.1/220.6MB 92% complete |
177 | 2024-11-13T04:23:31.853Z | Download: 3281/4281 items 210.7/220.6MB 95% complete (1.8M/s) |
178 | 2024-11-13T04:23:36.854Z | Download: 3716/4281 items 216.7/220.6MB 98% complete (1.7M/s) |
179 | 2024-11-13T04:23:41.823Z | Download: Completed 220.60 MB in 82.33 seconds (2.7M/s) |
180 | 2024-11-13T04:23:43.956Z | Actions: 1/5063 actions (Removing old actions) |
181 | 2024-11-13T04:23:43.972Z | Actions: 194/5063 actions (Installing new actions) |
182 | 2024-11-13T04:23:49.007Z | Actions: 4138/5063 actions (Installing new actions) |
183 | 2024-11-13T04:23:49.174Z | Actions: 4226/5063 actions (Updating modified actions) |
184 | 2024-11-13T04:23:49.547Z | Actions: Completed 5063 actions in 5.59 seconds. |
185 | 2024-11-13T04:23:49.925Z | Done (0.371s) |
186 | 2024-11-13T04:23:49.931Z | Done (0.000s) |
187 | 2024-11-13T04:23:50.462Z | Done (0.535s) |
188 | 2024-11-13T04:23:56.232Z | Done (5.546s) |
189 | 2024-11-13T04:23:56.570Z | Done (0.265s) |
190 | 2024-11-13T04:23:56.572Z | Done (0.000s) |
191 | 2024-11-13T04:23:56.746Z | Done (0.000s) |
192 | 2024-11-13T04:23:57.428Z | Planning: Evaluating mediator changes ... Done |
193 | 2024-11-13T04:23:57.595Z | Planning: Checking for conflicting actions ... Done |
194 | 2024-11-13T04:23:57.598Z | Planning: Consolidating action changes ... Done |
195 | 2024-11-13T04:23:57.885Z | Planning: Evaluating mediators ... Done |
196 | 2024-11-13T04:23:57.887Z | Planning: Planning completed in 0.46 seconds |
197 | 2024-11-13T04:23:57.926Z | Mediators to change: 2 |
198 | 2024-11-13T04:23:57.926Z | Create boot environment: No |
199 | 2024-11-13T04:23:57.928Z | Create backup boot environment: No |
200 | 2024-11-13T04:23:58.004Z | Done |
201 | 2024-11-13T04:23:58.004Z | Done |
202 | 2024-11-13T04:23:58.343Z | Done |
203 | 2024-11-13T04:24:02.057Z | Done |
204 | 2024-11-13T04:24:02.154Z | Done |
205 | 2024-11-13T04:24:02.156Z | Done |
206 | 2024-11-13T04:24:02.276Z | Done |
207 | 2024-11-13T04:24:02.900Z | Planning: Evaluating mediator changes ... Done |
208 | 2024-11-13T04:24:02.902Z | Planning: Merging actions ... Done |
209 | 2024-11-13T04:24:03.092Z | Planning: Checking for conflicting actions ... Done |
210 | 2024-11-13T04:24:03.096Z | Planning: Consolidating action changes ... Done |
211 | 2024-11-13T04:24:03.377Z | Planning: Evaluating mediators ... Done |
212 | 2024-11-13T04:24:03.437Z | Planning: Planning completed in 0.78 seconds |
213 | 2024-11-13T04:24:03.477Z | Packages to change: 1 |
214 | 2024-11-13T04:24:03.477Z | Mediators to change: 1 |
215 | 2024-11-13T04:24:03.479Z | Services to change: 1 |
216 | 2024-11-13T04:24:03.479Z | Create boot environment: No |
217 | 2024-11-13T04:24:03.479Z | Create backup boot environment: Yes |
218 | 2024-11-13T04:24:05.503Z | Actions: 1/6 actions (Updating modified actions) |
219 | 2024-11-13T04:24:05.598Z | Actions: Completed 6 actions in 0.09 seconds. |
220 | 2024-11-13T04:24:05.601Z | Done |
221 | 2024-11-13T04:24:05.601Z | Done |
222 | 2024-11-13T04:24:05.703Z | Done |
223 | 2024-11-13T04:24:09.549Z | Done |
224 | 2024-11-13T04:24:09.646Z | Done |
225 | 2024-11-13T04:24:09.648Z | Done |
226 | 2024-11-13T04:24:09.783Z | Done |
227 | 2024-11-13T04:24:10.236Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
228 | 2024-11-13T04:24:10.236Z | clang system 15 system |
229 | 2024-11-13T04:24:10.236Z | csh system system illumos |
230 | 2024-11-13T04:24:10.236Z | ctags system system illumos |
231 | 2024-11-13T04:24:10.236Z | gcc vendor 12 vendor |
232 | 2024-11-13T04:24:10.236Z | gcc system 10 system |
233 | 2024-11-13T04:24:10.236Z | gcc system 7 system |
234 | 2024-11-13T04:24:10.236Z | go system 1.20 system |
235 | 2024-11-13T04:24:10.236Z | go system 1.19 system |
236 | 2024-11-13T04:24:10.236Z | llvm system 15 system |
237 | 2024-11-13T04:24:10.236Z | llvm system 14 system |
238 | 2024-11-13T04:24:10.236Z | mariadb system 10.6 system |
239 | 2024-11-13T04:24:10.236Z | mta vendor vendor dma |
240 | 2024-11-13T04:24:10.236Z | openjdk system 17 system |
241 | 2024-11-13T04:24:10.236Z | openjdk system 11 system |
242 | 2024-11-13T04:24:10.236Z | openjdk system 1.8 system |
243 | 2024-11-13T04:24:10.236Z | openssl vendor 3 vendor |
244 | 2024-11-13T04:24:10.236Z | perl system 5.36 system |
245 | 2024-11-13T04:24:10.236Z | postgresql system 15 system |
246 | 2024-11-13T04:24:10.236Z | postgresql system 13 system |
247 | 2024-11-13T04:24:10.236Z | python vendor 3 vendor |
248 | 2024-11-13T04:24:10.237Z | python system 2 system |
249 | 2024-11-13T04:24:10.237Z | python3 system 3.11 system |
250 | 2024-11-13T04:24:10.237Z | ruby system 3.0 system |
251 | 2024-11-13T04:24:10.237Z | words vendor vendor american-english |
252 | 2024-11-13T04:24:10.237Z | words system system australian-english |
253 | 2024-11-13T04:24:10.237Z | words system system british-english |
254 | 2024-11-13T04:24:10.237Z | words system system canadian-english |
255 | 2024-11-13T04:24:10.237Z | words system system french |
256 | 2024-11-13T04:24:10.237Z | words system system italian |
257 | 2024-11-13T04:24:10.237Z | words system system ngerman |
258 | 2024-11-13T04:24:10.237Z | words system system ogerman |
259 | 2024-11-13T04:24:10.237Z | words system system spanish |
260 | 2024-11-13T04:24:10.580Z | PUBLISHER TYPE STATUS P LOCATION |
261 | 2024-11-13T04:24:10.580Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
262 | 2024-11-13T04:24:13.092Z | FMRI IFO |
263 | 2024-11-13T04:24:13.092Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
264 | 2024-11-13T04:24:13.092Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
265 | 2024-11-13T04:24:13.092Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
266 | 2024-11-13T04:24:13.092Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
267 | 2024-11-13T04:24:13.092Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
268 | 2024-11-13T04:24:13.092Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
269 | 2024-11-13T04:24:13.092Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
270 | 2024-11-13T04:24:13.092Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
271 | 2024-11-13T04:24:13.092Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
272 | 2024-11-13T04:24:13.092Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
273 | 2024-11-13T04:24:13.092Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
274 | 2024-11-13T04:24:13.092Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
275 | 2024-11-13T04:24:13.092Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
276 | 2024-11-13T04:24:13.092Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
277 | 2024-11-13T04:24:13.092Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
278 | 2024-11-13T04:24:13.845Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
279 | 2024-11-13T04:24:14.099Z | Updating crates.io index |
280 | 2024-11-13T04:24:14.102Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
281 | 2024-11-13T04:24:14.910Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
282 | 2024-11-13T04:24:15.184Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
283 | 2024-11-13T04:24:15.411Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
284 | 2024-11-13T04:24:15.698Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
285 | 2024-11-13T04:24:16.630Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
286 | 2024-11-13T04:24:18.967Z | Updating git repository `https://github.com/oxidecomputer/opte` |
287 | 2024-11-13T04:24:20.063Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
288 | 2024-11-13T04:24:20.720Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
289 | 2024-11-13T04:24:21.021Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
290 | 2024-11-13T04:24:21.291Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
291 | 2024-11-13T04:24:21.846Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
292 | 2024-11-13T04:24:22.205Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
293 | 2024-11-13T04:24:22.534Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
294 | 2024-11-13T04:24:22.821Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
295 | 2024-11-13T04:24:23.082Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
296 | 2024-11-13T04:24:23.340Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
297 | 2024-11-13T04:24:23.676Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
298 | 2024-11-13T04:24:23.913Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
299 | 2024-11-13T04:24:24.332Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
300 | 2024-11-13T04:24:24.589Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
301 | 2024-11-13T04:24:25.062Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
302 | 2024-11-13T04:24:25.372Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
303 | 2024-11-13T04:24:25.708Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
304 | 2024-11-13T04:24:26.266Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
305 | 2024-11-13T04:24:26.522Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
306 | 2024-11-13T04:24:26.797Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
307 | 2024-11-13T04:24:28.111Z | Downloading crates ... |
308 | 2024-11-13T04:24:28.174Z | Downloaded anstyle-query v1.1.1 |
309 | 2024-11-13T04:24:28.182Z | Downloaded anstream v0.6.15 |
310 | 2024-11-13T04:24:28.187Z | Downloaded camino v1.1.9 |
311 | 2024-11-13T04:24:28.198Z | Downloaded tabled_derive v0.7.0 |
312 | 2024-11-13T04:24:28.201Z | Downloaded serde_spanned v0.6.8 |
313 | 2024-11-13T04:24:28.201Z | Downloaded heck v0.4.1 |
314 | 2024-11-13T04:24:28.203Z | Downloaded bytecount v0.6.8 |
315 | 2024-11-13T04:24:28.205Z | Downloaded toml_datetime v0.6.8 |
316 | 2024-11-13T04:24:28.205Z | Downloaded errno v0.3.9 |
317 | 2024-11-13T04:24:28.208Z | Downloaded autocfg v1.4.0 |
318 | 2024-11-13T04:24:28.211Z | Downloaded thiserror-impl v1.0.69 |
319 | 2024-11-13T04:24:28.214Z | Downloaded proc-macro-error-attr v1.0.4 |
320 | 2024-11-13T04:24:28.214Z | Downloaded cpufeatures v0.2.14 |
321 | 2024-11-13T04:24:28.216Z | Downloaded clap v4.5.20 |
322 | 2024-11-13T04:24:28.228Z | Downloaded scroll v0.12.0 |
323 | 2024-11-13T04:24:28.230Z | Downloaded smawk v0.3.2 |
324 | 2024-11-13T04:24:28.234Z | Downloaded papergrid v0.11.0 |
325 | 2024-11-13T04:24:28.237Z | Downloaded ucd-trie v0.1.7 |
326 | 2024-11-13T04:24:28.240Z | Downloaded is_terminal_polyfill v1.70.1 |
327 | 2024-11-13T04:24:28.246Z | Downloaded textwrap v0.16.1 |
328 | 2024-11-13T04:24:28.249Z | Downloaded clap_lex v0.7.2 |
329 | 2024-11-13T04:24:28.255Z | Downloaded dof v0.3.0 |
330 | 2024-11-13T04:24:28.260Z | Downloaded memchr v2.7.4 |
331 | 2024-11-13T04:24:28.265Z | Downloaded pest_generator v2.7.14 |
332 | 2024-11-13T04:24:28.268Z | Downloaded cargo_metadata v0.18.1 |
333 | 2024-11-13T04:24:28.277Z | Downloaded serde v1.0.215 |
334 | 2024-11-13T04:24:28.289Z | Downloaded syn v1.0.109 |
335 | 2024-11-13T04:24:28.301Z | Downloaded rustix v0.38.37 |
336 | 2024-11-13T04:24:28.323Z | Downloaded equivalent v1.0.1 |
337 | 2024-11-13T04:24:28.325Z | Downloaded anstyle-parse v0.2.5 |
338 | 2024-11-13T04:24:28.325Z | Downloaded anstyle v1.0.10 |
339 | 2024-11-13T04:24:28.335Z | Downloaded dtrace-parser v0.2.0 |
340 | 2024-11-13T04:24:28.341Z | Downloaded fnv v1.0.7 |
341 | 2024-11-13T04:24:28.343Z | Downloaded crypto-common v0.1.6 |
342 | 2024-11-13T04:24:28.343Z | Downloaded cargo-platform v0.1.8 |
343 | 2024-11-13T04:24:28.343Z | Downloaded colorchoice v1.0.2 |
344 | 2024-11-13T04:24:28.346Z | Downloaded cfg-if v1.0.0 |
345 | 2024-11-13T04:24:28.346Z | Downloaded block-buffer v0.10.4 |
346 | 2024-11-13T04:24:28.348Z | Downloaded byteorder v1.5.0 |
347 | 2024-11-13T04:24:28.356Z | Downloaded pretty-hex v0.4.1 |
348 | 2024-11-13T04:24:28.358Z | Downloaded fastrand v2.1.1 |
349 | 2024-11-13T04:24:28.361Z | Downloaded digest v0.10.7 |
350 | 2024-11-13T04:24:28.361Z | Downloaded clap_derive v4.5.18 |
351 | 2024-11-13T04:24:28.363Z | Downloaded cargo_toml v0.20.5 |
352 | 2024-11-13T04:24:28.365Z | Downloaded camino-tempfile v1.1.1 |
353 | 2024-11-13T04:24:28.367Z | Downloaded anyhow v1.0.93 |
354 | 2024-11-13T04:24:28.372Z | Downloaded generic-array v0.14.7 |
355 | 2024-11-13T04:24:28.375Z | Downloaded fs-err v2.11.0 |
356 | 2024-11-13T04:24:28.377Z | Downloaded usdt-attr-macro v0.5.0 |
357 | 2024-11-13T04:24:28.377Z | Downloaded swrite v0.1.0 |
358 | 2024-11-13T04:24:28.379Z | Downloaded scroll_derive v0.12.0 |
359 | 2024-11-13T04:24:28.379Z | Downloaded bitflags v2.6.0 |
360 | 2024-11-13T04:24:28.383Z | Downloaded memmap v0.7.0 |
361 | 2024-11-13T04:24:28.385Z | Downloaded itoa v1.0.11 |
362 | 2024-11-13T04:24:28.391Z | Downloaded usdt-macro v0.5.0 |
363 | 2024-11-13T04:24:28.393Z | Downloaded strsim v0.11.1 |
364 | 2024-11-13T04:24:28.400Z | Downloaded macaddr v1.0.1 |
365 | 2024-11-13T04:24:28.402Z | Downloaded serde_tokenstream v0.2.2 |
366 | 2024-11-13T04:24:28.408Z | Downloaded sha2 v0.10.8 |
367 | 2024-11-13T04:24:28.411Z | Downloaded semver v1.0.23 |
368 | 2024-11-13T04:24:28.413Z | Downloaded quote v1.0.37 |
369 | 2024-11-13T04:24:28.415Z | Downloaded pest_derive v2.7.14 |
370 | 2024-11-13T04:24:28.418Z | Downloaded version_check v0.9.5 |
371 | 2024-11-13T04:24:28.420Z | Downloaded plain v0.2.3 |
372 | 2024-11-13T04:24:28.425Z | Downloaded heck v0.5.0 |
373 | 2024-11-13T04:24:28.428Z | Downloaded utf8parse v0.2.2 |
374 | 2024-11-13T04:24:28.430Z | Downloaded usdt-impl v0.5.0 |
375 | 2024-11-13T04:24:28.430Z | Downloaded unicode-linebreak v0.1.5 |
376 | 2024-11-13T04:24:28.430Z | Downloaded thread-id v4.2.2 |
377 | 2024-11-13T04:24:28.432Z | Downloaded terminal_size v0.4.0 |
378 | 2024-11-13T04:24:28.432Z | Downloaded proc-macro-error v1.0.4 |
379 | 2024-11-13T04:24:28.435Z | Downloaded thiserror v1.0.69 |
380 | 2024-11-13T04:24:28.440Z | Downloaded proc-macro2 v1.0.89 |
381 | 2024-11-13T04:24:28.443Z | Downloaded usdt v0.5.0 |
382 | 2024-11-13T04:24:28.446Z | Downloaded zerocopy-derive v0.7.35 |
383 | 2024-11-13T04:24:28.451Z | Downloaded ryu v1.0.18 |
384 | 2024-11-13T04:24:28.456Z | Downloaded unicode-ident v1.0.13 |
385 | 2024-11-13T04:24:28.458Z | Downloaded tempfile v3.13.0 |
386 | 2024-11-13T04:24:28.461Z | Downloaded pest_meta v2.7.14 |
387 | 2024-11-13T04:24:28.463Z | Downloaded typenum v1.17.0 |
388 | 2024-11-13T04:24:28.465Z | Downloaded once_cell v1.20.2 |
389 | 2024-11-13T04:24:28.468Z | Downloaded log v0.4.22 |
390 | 2024-11-13T04:24:28.486Z | Downloaded indexmap v2.6.0 |
391 | 2024-11-13T04:24:28.490Z | Downloaded serde_derive v1.0.215 |
392 | 2024-11-13T04:24:28.495Z | Downloaded toml v0.8.19 |
393 | 2024-11-13T04:24:28.513Z | Downloaded toml_edit v0.22.22 |
394 | 2024-11-13T04:24:28.534Z | Downloaded libc v0.2.162 |
395 | 2024-11-13T04:24:28.561Z | Downloaded hashbrown v0.15.0 |
396 | 2024-11-13T04:24:28.569Z | Downloaded clap_builder v4.5.20 |
397 | 2024-11-13T04:24:28.574Z | Downloaded pest v2.7.14 |
398 | 2024-11-13T04:24:28.577Z | Downloaded goblin v0.8.2 |
399 | 2024-11-13T04:24:28.583Z | Downloaded zerocopy v0.7.35 |
400 | 2024-11-13T04:24:28.598Z | Downloaded winnow v0.6.20 |
401 | 2024-11-13T04:24:28.606Z | Downloaded tabled v0.15.0 |
402 | 2024-11-13T04:24:28.621Z | Downloaded serde_json v1.0.132 |
403 | 2024-11-13T04:24:28.627Z | Downloaded unicode-width v0.1.14 |
404 | 2024-11-13T04:24:28.632Z | Downloaded syn v2.0.87 |
405 | 2024-11-13T04:24:28.933Z | Compiling proc-macro2 v1.0.89 |
406 | 2024-11-13T04:24:28.933Z | Compiling unicode-ident v1.0.13 |
407 | 2024-11-13T04:24:28.933Z | Compiling version_check v0.9.5 |
408 | 2024-11-13T04:24:28.935Z | Compiling serde v1.0.215 |
409 | 2024-11-13T04:24:28.935Z | Compiling thiserror v1.0.69 |
410 | 2024-11-13T04:24:28.935Z | Compiling memchr v2.7.4 |
411 | 2024-11-13T04:24:28.936Z | Compiling libc v0.2.162 |
412 | 2024-11-13T04:24:28.968Z | Compiling itoa v1.0.11 |
413 | 2024-11-13T04:24:29.220Z | Compiling ryu v1.0.18 |
414 | 2024-11-13T04:24:29.223Z | Compiling ucd-trie v0.1.7 |
415 | 2024-11-13T04:24:29.605Z | Compiling once_cell v1.20.2 |
416 | 2024-11-13T04:24:29.788Z | Compiling byteorder v1.5.0 |
417 | 2024-11-13T04:24:30.014Z | Compiling serde_json v1.0.132 |
418 | 2024-11-13T04:24:30.465Z | Compiling rustix v0.38.37 |
419 | 2024-11-13T04:24:30.653Z | Compiling bitflags v2.6.0 |
420 | 2024-11-13T04:24:30.675Z | Compiling usdt-impl v0.5.0 |
421 | 2024-11-13T04:24:30.791Z | Compiling proc-macro-error-attr v1.0.4 |
422 | 2024-11-13T04:24:30.981Z | Compiling syn v1.0.109 |
423 | 2024-11-13T04:24:31.093Z | Compiling proc-macro-error v1.0.4 |
424 | 2024-11-13T04:24:31.149Z | Compiling camino v1.1.9 |
425 | 2024-11-13T04:24:31.173Z | Compiling utf8parse v0.2.2 |
426 | 2024-11-13T04:24:31.337Z | Compiling hashbrown v0.15.0 |
427 | 2024-11-13T04:24:31.365Z | Compiling log v0.4.22 |
428 | 2024-11-13T04:24:31.391Z | Compiling equivalent v1.0.1 |
429 | 2024-11-13T04:24:31.514Z | Compiling plain v0.2.3 |
430 | 2024-11-13T04:24:31.624Z | Compiling quote v1.0.37 |
431 | 2024-11-13T04:24:31.710Z | Compiling thread-id v4.2.2 |
432 | 2024-11-13T04:24:31.786Z | Compiling anstyle-parse v0.2.5 |
433 | 2024-11-13T04:24:31.882Z | Compiling is_terminal_polyfill v1.70.1 |
434 | 2024-11-13T04:24:31.914Z | Compiling errno v0.3.9 |
435 | 2024-11-13T04:24:32.023Z | Compiling syn v2.0.87 |
436 | 2024-11-13T04:24:32.183Z | Compiling winnow v0.6.20 |
437 | 2024-11-13T04:24:32.229Z | Compiling semver v1.0.23 |
438 | 2024-11-13T04:24:32.348Z | Compiling unicode-width v0.1.14 |
439 | 2024-11-13T04:24:32.618Z | Compiling indexmap v2.6.0 |
440 | 2024-11-13T04:24:32.755Z | Compiling colorchoice v1.0.2 |
441 | 2024-11-13T04:24:32.865Z | Compiling autocfg v1.4.0 |
442 | 2024-11-13T04:24:32.920Z | Compiling anstyle-query v1.1.1 |
443 | 2024-11-13T04:24:33.086Z | Compiling pretty-hex v0.4.1 |
444 | 2024-11-13T04:24:33.316Z | Compiling anstyle v1.0.10 |
445 | 2024-11-13T04:24:33.779Z | Compiling anstream v0.6.15 |
446 | 2024-11-13T04:24:33.939Z | Compiling anyhow v1.0.93 |
447 | 2024-11-13T04:24:34.102Z | Compiling cfg-if v1.0.0 |
448 | 2024-11-13T04:24:34.122Z | Compiling fs-err v2.11.0 |
449 | 2024-11-13T04:24:34.203Z | Compiling bytecount v0.6.8 |
450 | 2024-11-13T04:24:34.413Z | Compiling terminal_size v0.4.0 |
451 | 2024-11-13T04:24:34.438Z | Compiling heck v0.4.1 |
452 | 2024-11-13T04:24:34.547Z | Compiling fastrand v2.1.1 |
453 | 2024-11-13T04:24:34.572Z | Compiling heck v0.5.0 |
454 | 2024-11-13T04:24:34.631Z | Compiling clap_lex v0.7.2 |
455 | 2024-11-13T04:24:35.066Z | Compiling strsim v0.11.1 |
456 | 2024-11-13T04:24:35.160Z | Compiling fnv v1.0.7 |
457 | 2024-11-13T04:24:35.339Z | Compiling papergrid v0.11.0 |
458 | 2024-11-13T04:24:35.582Z | Compiling tempfile v3.13.0 |
459 | 2024-11-13T04:24:35.606Z | Compiling clap_builder v4.5.20 |
460 | 2024-11-13T04:24:35.815Z | Compiling memmap v0.7.0 |
461 | 2024-11-13T04:24:36.022Z | Compiling smawk v0.3.2 |
462 | 2024-11-13T04:24:36.153Z | Compiling unicode-linebreak v0.1.5 |
463 | 2024-11-13T04:24:36.454Z | Compiling swrite v0.1.0 |
464 | 2024-11-13T04:24:36.590Z | Compiling textwrap v0.16.1 |
465 | 2024-11-13T04:24:37.794Z | Compiling tabled_derive v0.7.0 |
466 | 2024-11-13T04:24:39.363Z | Compiling tabled v0.15.0 |
467 | 2024-11-13T04:24:41.240Z | Compiling serde_derive v1.0.215 |
468 | 2024-11-13T04:24:41.240Z | Compiling thiserror-impl v1.0.69 |
469 | 2024-11-13T04:24:41.243Z | Compiling zerocopy-derive v0.7.35 |
470 | 2024-11-13T04:24:41.243Z | Compiling scroll_derive v0.12.0 |
471 | 2024-11-13T04:24:41.243Z | Compiling clap_derive v4.5.18 |
472 | 2024-11-13T04:24:42.367Z | Compiling scroll v0.12.0 |
473 | 2024-11-13T04:24:42.853Z | Compiling goblin v0.8.2 |
474 | 2024-11-13T04:24:42.971Z | Compiling zerocopy v0.7.35 |
475 | 2024-11-13T04:24:44.249Z | Compiling pest v2.7.14 |
476 | 2024-11-13T04:24:45.288Z | Compiling clap v4.5.20 |
477 | 2024-11-13T04:24:46.338Z | Compiling pest_meta v2.7.14 |
478 | 2024-11-13T04:24:47.201Z | Compiling pest_generator v2.7.14 |
479 | 2024-11-13T04:24:49.282Z | Compiling pest_derive v2.7.14 |
480 | 2024-11-13T04:24:50.024Z | Compiling dtrace-parser v0.2.0 |
481 | 2024-11-13T04:24:51.461Z | Compiling serde_tokenstream v0.2.2 |
482 | 2024-11-13T04:24:51.502Z | Compiling toml_datetime v0.6.8 |
483 | 2024-11-13T04:24:51.503Z | Compiling serde_spanned v0.6.8 |
484 | 2024-11-13T04:24:51.801Z | Compiling cargo-platform v0.1.8 |
485 | 2024-11-13T04:24:51.892Z | Compiling toml_edit v0.22.22 |
486 | 2024-11-13T04:24:52.070Z | Compiling macaddr v1.0.1 |
487 | 2024-11-13T04:24:52.116Z | Compiling camino-tempfile v1.1.1 |
488 | 2024-11-13T04:24:53.007Z | Compiling dof v0.3.0 |
489 | 2024-11-13T04:24:53.044Z | Compiling cargo_metadata v0.18.1 |
490 | 2024-11-13T04:24:54.806Z | Compiling toml v0.8.19 |
491 | 2024-11-13T04:24:54.850Z | Compiling usdt-attr-macro v0.5.0 |
492 | 2024-11-13T04:24:54.850Z | Compiling usdt-macro v0.5.0 |
493 | 2024-11-13T04:24:55.672Z | Compiling cargo_toml v0.20.5 |
494 | 2024-11-13T04:24:56.225Z | Compiling usdt v0.5.0 |
495 | 2024-11-13T04:24:59.214Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
496 | 2024-11-13T04:25:03.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.92s |
497 | 2024-11-13T04:25:03.796Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
498 | 2024-11-13T04:25:04.323Z | Downloading crates ... |
499 | 2024-11-13T04:25:04.443Z | Downloaded atomicwrites v0.4.4 |
500 | 2024-11-13T04:25:04.454Z | Downloaded arc-swap v1.7.1 |
501 | 2024-11-13T04:25:04.458Z | Downloaded array-init v0.0.4 |
502 | 2024-11-13T04:25:04.472Z | Downloaded cfg_aliases v0.2.1 |
503 | 2024-11-13T04:25:04.475Z | Downloaded hubpack v0.1.2 |
504 | 2024-11-13T04:25:04.477Z | Downloaded bitfield-struct v0.6.2 |
505 | 2024-11-13T04:25:04.480Z | Downloaded lockfree-object-pool v0.1.6 |
506 | 2024-11-13T04:25:04.482Z | Downloaded http-range v0.1.5 |
507 | 2024-11-13T04:25:04.485Z | Downloaded ciborium-io v0.2.2 |
508 | 2024-11-13T04:25:04.488Z | Downloaded cassowary v0.3.0 |
509 | 2024-11-13T04:25:04.489Z | Downloaded aead v0.5.2 |
510 | 2024-11-13T04:25:04.493Z | Downloaded inout v0.1.3 |
511 | 2024-11-13T04:25:04.496Z | Downloaded indent_write v2.2.0 |
512 | 2024-11-13T04:25:04.496Z | Downloaded ident_case v1.0.1 |
513 | 2024-11-13T04:25:04.496Z | Downloaded hickory-client v0.24.1 |
514 | 2024-11-13T04:25:04.499Z | Downloaded cookie v0.18.1 |
515 | 2024-11-13T04:25:04.502Z | Downloaded linked-hash-map v0.5.6 |
516 | 2024-11-13T04:25:04.505Z | Downloaded crossbeam-epoch v0.9.18 |
517 | 2024-11-13T04:25:04.508Z | Downloaded constant_time_eq v0.3.1 |
518 | 2024-11-13T04:25:04.508Z | Downloaded humantime v2.1.0 |
519 | 2024-11-13T04:25:04.512Z | Downloaded chrono v0.4.38 |
520 | 2024-11-13T04:25:04.519Z | Downloaded hmac v0.12.1 |
521 | 2024-11-13T04:25:04.522Z | Downloaded miniz_oxide v0.8.0 |
522 | 2024-11-13T04:25:04.525Z | Downloaded crucible-workspace-hack v0.1.0 |
523 | 2024-11-13T04:25:04.527Z | Downloaded mime v0.3.17 |
524 | 2024-11-13T04:25:04.527Z | Downloaded ipnet v2.10.1 |
525 | 2024-11-13T04:25:04.530Z | Downloaded crossbeam-utils v0.8.20 |
526 | 2024-11-13T04:25:04.533Z | Downloaded cexpr v0.6.0 |
527 | 2024-11-13T04:25:04.536Z | Downloaded curve25519-dalek-derive v0.1.1 |
528 | 2024-11-13T04:25:04.536Z | Downloaded base16ct v0.2.0 |
529 | 2024-11-13T04:25:04.539Z | Downloaded cobs v0.2.3 |
530 | 2024-11-13T04:25:04.542Z | Downloaded buf-list v1.0.3 |
531 | 2024-11-13T04:25:04.544Z | Downloaded bit-set v0.5.3 |
532 | 2024-11-13T04:25:04.544Z | Downloaded match_cfg v0.1.0 |
533 | 2024-11-13T04:25:04.547Z | Downloaded jobserver v0.1.32 |
534 | 2024-11-13T04:25:04.549Z | Downloaded backoff v0.4.0 |
535 | 2024-11-13T04:25:04.552Z | Downloaded async-stream-impl v0.3.6 |
536 | 2024-11-13T04:25:04.552Z | Downloaded memmap2 v0.9.5 |
537 | 2024-11-13T04:25:04.559Z | Downloaded lazycell v1.3.0 |
538 | 2024-11-13T04:25:04.559Z | Downloaded csv-core v0.1.11 |
539 | 2024-11-13T04:25:04.562Z | Downloaded compact_str v0.8.0 |
540 | 2024-11-13T04:25:04.562Z | Downloaded is-terminal v0.4.13 |
541 | 2024-11-13T04:25:04.565Z | Downloaded mockall v0.13.0 |
542 | 2024-11-13T04:25:04.565Z | Downloaded icu_normalizer v1.5.0 |
543 | 2024-11-13T04:25:04.569Z | Downloaded crc32fast v1.4.2 |
544 | 2024-11-13T04:25:04.572Z | Downloaded russh-cryptovec v0.7.3 |
545 | 2024-11-13T04:25:04.572Z | Downloaded base64 v0.21.7 |
546 | 2024-11-13T04:25:04.575Z | Downloaded const-oid v0.9.6 |
547 | 2024-11-13T04:25:04.578Z | Downloaded clang-sys v1.8.1 |
548 | 2024-11-13T04:25:04.581Z | Downloaded icu_locid v1.5.0 |
549 | 2024-11-13T04:25:04.587Z | Downloaded crypto-bigint v0.5.5 |
550 | 2024-11-13T04:25:04.595Z | Downloaded http v1.1.0 |
551 | 2024-11-13T04:25:04.600Z | Downloaded heapless v0.8.0 |
552 | 2024-11-13T04:25:04.604Z | Downloaded salsa20 v0.10.2 |
553 | 2024-11-13T04:25:04.607Z | Downloaded itertools v0.12.1 |
554 | 2024-11-13T04:25:04.616Z | Downloaded string_cache v0.8.7 |
555 | 2024-11-13T04:25:04.619Z | Downloaded adler2 v2.0.0 |
556 | 2024-11-13T04:25:04.621Z | Downloaded serde_derive_internals v0.29.1 |
557 | 2024-11-13T04:25:04.624Z | Downloaded libxml v0.3.3 |
558 | 2024-11-13T04:25:04.630Z | Downloaded hostname v0.3.1 |
559 | 2024-11-13T04:25:04.634Z | Downloaded home v0.5.9 |
560 | 2024-11-13T04:25:04.636Z | Downloaded cstr-argument v0.1.2 |
561 | 2024-11-13T04:25:04.637Z | Downloaded crunchy v0.2.2 |
562 | 2024-11-13T04:25:04.637Z | Downloaded cfg_aliases v0.1.1 |
563 | 2024-11-13T04:25:04.641Z | Downloaded hubpack_derive v0.1.1 |
564 | 2024-11-13T04:25:04.641Z | Downloaded convert_case v0.4.0 |
565 | 2024-11-13T04:25:04.642Z | Downloaded siphasher v0.3.11 |
566 | 2024-11-13T04:25:04.646Z | Downloaded icu_provider_macros v1.5.0 |
567 | 2024-11-13T04:25:04.646Z | Downloaded take_mut v0.2.2 |
568 | 2024-11-13T04:25:04.646Z | Downloaded rustls-pki-types v1.9.0 |
569 | 2024-11-13T04:25:04.648Z | Downloaded md5 v0.7.0 |
570 | 2024-11-13T04:25:04.650Z | Downloaded matches v0.1.10 |
571 | 2024-11-13T04:25:04.651Z | Downloaded is_ci v1.2.0 |
572 | 2024-11-13T04:25:04.654Z | Downloaded slog-bunyan v2.5.0 |
573 | 2024-11-13T04:25:04.657Z | Downloaded mirai-annotations v1.12.0 |
574 | 2024-11-13T04:25:04.659Z | Downloaded atomic-waker v1.1.2 |
575 | 2024-11-13T04:25:04.659Z | Downloaded assert_matches v1.5.0 |
576 | 2024-11-13T04:25:04.663Z | Downloaded argon2 v0.5.3 |
577 | 2024-11-13T04:25:04.667Z | Downloaded hostname v0.4.0 |
578 | 2024-11-13T04:25:04.671Z | Downloaded ciborium-ll v0.2.2 |
579 | 2024-11-13T04:25:04.671Z | Downloaded bcrypt-pbkdf v0.10.0 |
580 | 2024-11-13T04:25:04.674Z | Downloaded cipher v0.4.4 |
581 | 2024-11-13T04:25:04.677Z | Downloaded crc v3.2.1 |
582 | 2024-11-13T04:25:04.680Z | Downloaded unicase v2.7.0 |
583 | 2024-11-13T04:25:04.684Z | Downloaded httpdate v1.0.3 |
584 | 2024-11-13T04:25:04.686Z | Downloaded castaway v0.2.3 |
585 | 2024-11-13T04:25:04.686Z | Downloaded arrayvec v0.7.6 |
586 | 2024-11-13T04:25:04.689Z | Downloaded instability v0.3.2 |
587 | 2024-11-13T04:25:04.691Z | Downloaded ipnetwork v0.20.0 |
588 | 2024-11-13T04:25:04.694Z | Downloaded colored v2.1.0 |
589 | 2024-11-13T04:25:04.696Z | Downloaded crc-catalog v2.4.0 |
590 | 2024-11-13T04:25:04.699Z | Downloaded bit-vec v0.6.3 |
591 | 2024-11-13T04:25:04.701Z | Downloaded try-lock v0.2.5 |
592 | 2024-11-13T04:25:04.701Z | Downloaded md-5 v0.10.6 |
593 | 2024-11-13T04:25:04.704Z | Downloaded zone_cfg_derive v0.3.0 |
594 | 2024-11-13T04:25:04.704Z | Downloaded tower-service v0.3.3 |
595 | 2024-11-13T04:25:04.707Z | Downloaded memoffset v0.9.1 |
596 | 2024-11-13T04:25:04.709Z | Downloaded linear-map v1.2.0 |
597 | 2024-11-13T04:25:04.709Z | Downloaded chrono-tz-build v0.4.0 |
598 | 2024-11-13T04:25:04.712Z | Downloaded async-stream v0.3.6 |
599 | 2024-11-13T04:25:04.715Z | Downloaded managed v0.8.0 |
600 | 2024-11-13T04:25:04.717Z | Downloaded lru-cache v0.1.2 |
601 | 2024-11-13T04:25:04.717Z | Downloaded highway v1.2.0 |
602 | 2024-11-13T04:25:04.719Z | Downloaded foreign-types v0.5.0 |
603 | 2024-11-13T04:25:04.722Z | Downloaded hyper-rustls v0.27.3 |
604 | 2024-11-13T04:25:04.726Z | Downloaded rand_seeder v0.3.0 |
605 | 2024-11-13T04:25:04.729Z | Downloaded hyper-tls v0.6.0 |
606 | 2024-11-13T04:25:04.730Z | Downloaded psl-types v2.0.11 |
607 | 2024-11-13T04:25:04.732Z | Downloaded resolv-conf v0.7.0 |
608 | 2024-11-13T04:25:04.734Z | Downloaded typify-macro v0.2.0 |
609 | 2024-11-13T04:25:04.734Z | Downloaded cancel-safe-futures v0.1.5 |
610 | 2024-11-13T04:25:04.738Z | Downloaded cmake v0.1.51 |
611 | 2024-11-13T04:25:04.740Z | Downloaded ciborium v0.2.2 |
612 | 2024-11-13T04:25:04.743Z | Downloaded xattr v1.3.1 |
613 | 2024-11-13T04:25:04.746Z | Downloaded tiny-keccak v2.0.2 |
614 | 2024-11-13T04:25:04.749Z | Downloaded libsw v3.3.1 |
615 | 2024-11-13T04:25:04.751Z | Downloaded tokio-native-tls v0.3.1 |
616 | 2024-11-13T04:25:04.754Z | Downloaded spki v0.7.3 |
617 | 2024-11-13T04:25:04.756Z | Downloaded async-trait v0.1.83 |
618 | 2024-11-13T04:25:04.760Z | Downloaded zeroize v1.8.1 |
619 | 2024-11-13T04:25:04.763Z | Downloaded console v0.15.8 |
620 | 2024-11-13T04:25:04.766Z | Downloaded untrusted v0.9.0 |
621 | 2024-11-13T04:25:04.769Z | Downloaded multer v3.1.0 |
622 | 2024-11-13T04:25:04.777Z | Downloaded vsss-rs v3.3.4 |
623 | 2024-11-13T04:25:04.780Z | Downloaded tokio-tungstenite v0.21.0 |
624 | 2024-11-13T04:25:04.780Z | Downloaded newtype_derive v0.1.6 |
625 | 2024-11-13T04:25:04.780Z | Downloaded phf_shared v0.10.0 |
626 | 2024-11-13T04:25:04.780Z | Downloaded const_format_proc_macros v0.2.33 |
627 | 2024-11-13T04:25:04.783Z | Downloaded mime_guess v2.0.5 |
628 | 2024-11-13T04:25:04.785Z | Downloaded whoami v1.5.2 |
629 | 2024-11-13T04:25:04.788Z | Downloaded vte v0.11.1 |
630 | 2024-11-13T04:25:04.791Z | Downloaded cookie_store v0.21.0 |
631 | 2024-11-13T04:25:04.793Z | Downloaded enum-as-inner v0.6.1 |
632 | 2024-11-13T04:25:04.798Z | Downloaded bcs v0.1.6 |
633 | 2024-11-13T04:25:04.802Z | Downloaded icu_locid_transform_data v1.5.0 |
634 | 2024-11-13T04:25:04.802Z | Downloaded tui-tree-widget v0.22.0 |
635 | 2024-11-13T04:25:04.806Z | Downloaded subtle v2.6.1 |
636 | 2024-11-13T04:25:04.806Z | Downloaded crc-any v2.5.0 |
637 | 2024-11-13T04:25:04.809Z | Downloaded futures-executor v0.3.31 |
638 | 2024-11-13T04:25:04.809Z | Downloaded futures-io v0.3.31 |
639 | 2024-11-13T04:25:04.809Z | Downloaded enum-as-inner v0.5.1 |
640 | 2024-11-13T04:25:04.812Z | Downloaded dsl_auto_type v0.1.2 |
641 | 2024-11-13T04:25:04.815Z | Downloaded endian-type v0.1.2 |
642 | 2024-11-13T04:25:04.815Z | Downloaded litemap v0.7.3 |
643 | 2024-11-13T04:25:04.819Z | Downloaded indexmap v1.9.3 |
644 | 2024-11-13T04:25:04.821Z | Downloaded progenitor-client v0.8.0 |
645 | 2024-11-13T04:25:04.821Z | Downloaded hickory-server v0.24.1 |
646 | 2024-11-13T04:25:04.828Z | Downloaded ena v0.14.3 |
647 | 2024-11-13T04:25:04.830Z | Downloaded pbkdf2 v0.12.2 |
648 | 2024-11-13T04:25:04.833Z | Downloaded tokio-stream v0.1.16 |
649 | 2024-11-13T04:25:04.838Z | Downloaded polyval v0.6.2 |
650 | 2024-11-13T04:25:04.840Z | Downloaded predicates-tree v1.0.11 |
651 | 2024-11-13T04:25:04.842Z | Downloaded icu_properties v1.5.1 |
652 | 2024-11-13T04:25:04.845Z | Downloaded phf_generator v0.11.2 |
653 | 2024-11-13T04:25:04.848Z | Downloaded peg v0.8.4 |
654 | 2024-11-13T04:25:04.850Z | Downloaded bzip2 v0.4.4 |
655 | 2024-11-13T04:25:04.853Z | Downloaded vte_generate_state_changes v0.1.2 |
656 | 2024-11-13T04:25:04.855Z | Downloaded serde_urlencoded v0.7.1 |
657 | 2024-11-13T04:25:04.860Z | Downloaded multimap v0.10.0 |
658 | 2024-11-13T04:25:04.860Z | Downloaded futures-macro v0.3.31 |
659 | 2024-11-13T04:25:04.868Z | Downloaded progenitor v0.8.0 |
660 | 2024-11-13T04:25:04.870Z | Downloaded normalize-line-endings v0.3.0 |
661 | 2024-11-13T04:25:04.873Z | Downloaded openssl-probe v0.1.5 |
662 | 2024-11-13T04:25:04.873Z | Downloaded openssl-macros v0.1.1 |
663 | 2024-11-13T04:25:04.875Z | Downloaded write16 v1.0.0 |
664 | 2024-11-13T04:25:04.875Z | Downloaded diesel_table_macro_syntax v0.2.0 |
665 | 2024-11-13T04:25:04.875Z | Downloaded termtree v0.4.1 |
666 | 2024-11-13T04:25:04.878Z | Downloaded serde_repr v0.1.19 |
667 | 2024-11-13T04:25:04.880Z | Downloaded num-rational v0.4.2 |
668 | 2024-11-13T04:25:04.882Z | Downloaded secrecy v0.8.0 |
669 | 2024-11-13T04:25:04.885Z | Downloaded nibble_vec v0.1.0 |
670 | 2024-11-13T04:25:04.885Z | Downloaded hickory-resolver v0.24.1 |
671 | 2024-11-13T04:25:04.889Z | Downloaded peg-runtime v0.8.3 |
672 | 2024-11-13T04:25:04.891Z | Downloaded oso-derive v0.27.3 |
673 | 2024-11-13T04:25:04.892Z | Downloaded debug-ignore v1.0.5 |
674 | 2024-11-13T04:25:04.894Z | Downloaded num_enum v0.5.11 |
675 | 2024-11-13T04:25:04.900Z | Downloaded defmt v0.3.8 |
676 | 2024-11-13T04:25:04.904Z | Downloaded rand_chacha v0.3.1 |
677 | 2024-11-13T04:25:04.906Z | Downloaded sqlparser_derive v0.2.2 |
678 | 2024-11-13T04:25:04.910Z | Downloaded rtoolbox v0.0.2 |
679 | 2024-11-13T04:25:04.910Z | Downloaded zone v0.1.8 |
680 | 2024-11-13T04:25:04.913Z | Downloaded thiserror-no-std v2.0.2 |
681 | 2024-11-13T04:25:04.915Z | Downloaded data-encoding v2.6.0 |
682 | 2024-11-13T04:25:04.918Z | Downloaded newtype-uuid v1.1.3 |
683 | 2024-11-13T04:25:04.918Z | Downloaded bumpalo v3.16.0 |
684 | 2024-11-13T04:25:04.922Z | Downloaded thiserror-impl-no-std v2.0.2 |
685 | 2024-11-13T04:25:04.925Z | Downloaded glob v0.3.1 |
686 | 2024-11-13T04:25:04.927Z | Downloaded ghash v0.5.1 |
687 | 2024-11-13T04:25:04.927Z | Downloaded filetime v0.2.25 |
688 | 2024-11-13T04:25:04.930Z | Downloaded env_filter v0.1.2 |
689 | 2024-11-13T04:25:04.930Z | Downloaded dropshot_endpoint v0.12.0 |
690 | 2024-11-13T04:25:04.933Z | Downloaded which v4.4.2 |
691 | 2024-11-13T04:25:04.939Z | Downloaded rustyline v14.0.0 |
692 | 2024-11-13T04:25:04.943Z | Downloaded phf v0.11.2 |
693 | 2024-11-13T04:25:04.945Z | Downloaded untrusted v0.7.1 |
694 | 2024-11-13T04:25:04.945Z | Downloaded tokio-tungstenite v0.23.1 |
695 | 2024-11-13T04:25:04.947Z | Downloaded phf_shared v0.11.2 |
696 | 2024-11-13T04:25:04.950Z | Downloaded tokio-rustls v0.26.0 |
697 | 2024-11-13T04:25:04.953Z | Downloaded spin v0.9.8 |
698 | 2024-11-13T04:25:04.957Z | Downloaded spin v0.5.2 |
699 | 2024-11-13T04:25:04.957Z | Downloaded slab v0.4.9 |
700 | 2024-11-13T04:25:04.960Z | Downloaded rustc_version v0.1.7 |
701 | 2024-11-13T04:25:04.960Z | Downloaded signal-hook-registry v1.4.2 |
702 | 2024-11-13T04:25:04.962Z | Downloaded scrypt v0.11.0 |
703 | 2024-11-13T04:25:04.963Z | Downloaded serde_with_macros v3.11.0 |
704 | 2024-11-13T04:25:04.965Z | Downloaded ff v0.13.0 |
705 | 2024-11-13T04:25:04.967Z | Downloaded fxhash v0.2.1 |
706 | 2024-11-13T04:25:04.969Z | Downloaded smallvec v0.6.14 |
707 | 2024-11-13T04:25:04.969Z | Downloaded icu_collections v1.5.0 |
708 | 2024-11-13T04:25:04.977Z | Downloaded stable_deref_trait v1.2.0 |
709 | 2024-11-13T04:25:04.979Z | Downloaded rustc_version v0.4.1 |
710 | 2024-11-13T04:25:04.979Z | Downloaded rustc-hash v2.0.0 |
711 | 2024-11-13T04:25:04.982Z | Downloaded tracing-attributes v0.1.27 |
712 | 2024-11-13T04:25:04.985Z | Downloaded embedded-io v0.4.0 |
713 | 2024-11-13T04:25:04.988Z | Downloaded globset v0.4.15 |
714 | 2024-11-13T04:25:04.990Z | Downloaded progenitor-impl v0.8.0 |
715 | 2024-11-13T04:25:04.990Z | Downloaded ssh-cipher v0.2.0 |
716 | 2024-11-13T04:25:04.993Z | Downloaded new_debug_unreachable v1.0.6 |
717 | 2024-11-13T04:25:04.993Z | Downloaded snafu v0.8.5 |
718 | 2024-11-13T04:25:05.000Z | Downloaded tabwriter v1.4.0 |
719 | 2024-11-13T04:25:05.005Z | Downloaded pin-project-internal v1.1.6 |
720 | 2024-11-13T04:25:05.005Z | Downloaded number_prefix v0.4.0 |
721 | 2024-11-13T04:25:05.007Z | Downloaded foreign-types v0.3.2 |
722 | 2024-11-13T04:25:05.007Z | Downloaded num-traits v0.2.19 |
723 | 2024-11-13T04:25:05.010Z | Downloaded tls_codec_derive v0.4.1 |
724 | 2024-11-13T04:25:05.013Z | Downloaded p256 v0.13.2 |
725 | 2024-11-13T04:25:05.016Z | Downloaded utf16_iter v1.0.5 |
726 | 2024-11-13T04:25:05.016Z | Downloaded wait-timeout v0.2.0 |
727 | 2024-11-13T04:25:05.019Z | Downloaded russh-keys v0.45.0 |
728 | 2024-11-13T04:25:05.021Z | Downloaded dirs-sys-next v0.1.2 |
729 | 2024-11-13T04:25:05.024Z | Downloaded nu-ansi-term v0.50.1 |
730 | 2024-11-13T04:25:05.024Z | Downloaded pin-project-lite v0.2.14 |
731 | 2024-11-13T04:25:05.029Z | Downloaded gethostname v0.5.0 |
732 | 2024-11-13T04:25:05.032Z | Downloaded foreign-types-macros v0.2.3 |
733 | 2024-11-13T04:25:05.032Z | Downloaded zone v0.3.0 |
734 | 2024-11-13T04:25:05.034Z | Downloaded subprocess v0.2.9 |
735 | 2024-11-13T04:25:05.036Z | Downloaded test-strategy v0.3.1 |
736 | 2024-11-13T04:25:05.039Z | Downloaded sct v0.7.1 |
737 | 2024-11-13T04:25:05.043Z | Downloaded time-core v0.1.2 |
738 | 2024-11-13T04:25:05.048Z | Downloaded foldhash v0.1.3 |
739 | 2024-11-13T04:25:05.048Z | Downloaded zerovec-derive v0.10.3 |
740 | 2024-11-13T04:25:05.048Z | Downloaded quick-xml v0.33.0 |
741 | 2024-11-13T04:25:05.054Z | Downloaded zone_cfg_derive v0.1.2 |
742 | 2024-11-13T04:25:05.057Z | Downloaded toolchain_find v0.4.0 |
743 | 2024-11-13T04:25:05.057Z | Downloaded parse-display v0.10.0 |
744 | 2024-11-13T04:25:05.059Z | Downloaded rand v0.8.5 |
745 | 2024-11-13T04:25:05.062Z | Downloaded samael v0.0.17 |
746 | 2024-11-13T04:25:05.069Z | Downloaded olpc-cjson v0.1.4 |
747 | 2024-11-13T04:25:05.072Z | Downloaded itertools v0.10.5 |
748 | 2024-11-13T04:25:05.077Z | Downloaded progenitor-macro v0.8.0 |
749 | 2024-11-13T04:25:05.079Z | Downloaded rustls-pemfile v1.0.4 |
750 | 2024-11-13T04:25:05.082Z | Downloaded funty v2.0.0 |
751 | 2024-11-13T04:25:05.082Z | Downloaded primeorder v0.13.6 |
752 | 2024-11-13T04:25:05.084Z | Downloaded shell-words v1.1.0 |
753 | 2024-11-13T04:25:05.086Z | Downloaded scheduled-thread-pool v0.2.7 |
754 | 2024-11-13T04:25:05.086Z | Downloaded proc-macro-crate v1.3.1 |
755 | 2024-11-13T04:25:05.088Z | Downloaded lalrpop v0.19.12 |
756 | 2024-11-13T04:25:05.099Z | Downloaded static_assertions v1.1.0 |
757 | 2024-11-13T04:25:05.101Z | Downloaded rustc-hash v1.1.0 |
758 | 2024-11-13T04:25:05.104Z | Downloaded wyz v0.5.1 |
759 | 2024-11-13T04:25:05.104Z | Downloaded aes v0.8.4 |
760 | 2024-11-13T04:25:05.108Z | Downloaded rustversion v1.0.17 |
761 | 2024-11-13T04:25:05.111Z | Downloaded rustls-pemfile v2.2.0 |
762 | 2024-11-13T04:25:05.113Z | Downloaded tungstenite v0.24.0 |
763 | 2024-11-13T04:25:05.117Z | Downloaded futures-sink v0.3.31 |
764 | 2024-11-13T04:25:05.120Z | Downloaded pkcs1 v0.7.5 |
765 | 2024-11-13T04:25:05.123Z | Downloaded postgres-types v0.2.8 |
766 | 2024-11-13T04:25:05.125Z | Downloaded env_logger v0.11.5 |
767 | 2024-11-13T04:25:05.128Z | Downloaded dirs-next v2.0.0 |
768 | 2024-11-13T04:25:05.130Z | Downloaded rsa v0.9.6 |
769 | 2024-11-13T04:25:05.135Z | Downloaded num-derive v0.4.2 |
770 | 2024-11-13T04:25:05.137Z | Downloaded num-conv v0.1.0 |
771 | 2024-11-13T04:25:05.141Z | Downloaded futures-task v0.3.31 |
772 | 2024-11-13T04:25:05.142Z | Downloaded fallible-streaming-iterator v0.1.9 |
773 | 2024-11-13T04:25:05.143Z | Downloaded thread_local v1.1.8 |
774 | 2024-11-13T04:25:05.145Z | Downloaded peg-macros v0.8.4 |
775 | 2024-11-13T04:25:05.145Z | Downloaded rusty-fork v0.3.0 |
776 | 2024-11-13T04:25:05.148Z | Downloaded num_enum_derive v0.5.11 |
777 | 2024-11-13T04:25:05.148Z | Downloaded num-integer v0.1.46 |
778 | 2024-11-13T04:25:05.150Z | Downloaded path-slash v0.1.5 |
779 | 2024-11-13T04:25:05.150Z | Downloaded hashbrown v0.12.3 |
780 | 2024-11-13T04:25:05.155Z | Downloaded fallible-iterator v0.3.0 |
781 | 2024-11-13T04:25:05.158Z | Downloaded idna v0.3.0 |
782 | 2024-11-13T04:25:05.164Z | Downloaded smf v0.2.3 |
783 | 2024-11-13T04:25:05.166Z | Downloaded rfc6979 v0.4.0 |
784 | 2024-11-13T04:25:05.168Z | Downloaded futures-core v0.3.31 |
785 | 2024-11-13T04:25:05.170Z | Downloaded pretty-hex v0.2.1 |
786 | 2024-11-13T04:25:05.170Z | Downloaded russh v0.45.0 |
787 | 2024-11-13T04:25:05.175Z | Downloaded unicode-xid v0.2.6 |
788 | 2024-11-13T04:25:05.179Z | Downloaded typify v0.2.0 |
789 | 2024-11-13T04:25:05.181Z | Downloaded downcast v0.11.0 |
790 | 2024-11-13T04:25:05.184Z | Downloaded simd-adler32 v0.3.7 |
791 | 2024-11-13T04:25:05.187Z | Downloaded serde_path_to_error v0.1.16 |
792 | 2024-11-13T04:25:05.187Z | Downloaded hashbrown v0.13.2 |
793 | 2024-11-13T04:25:05.191Z | Downloaded dunce v1.0.5 |
794 | 2024-11-13T04:25:05.194Z | Downloaded zerofrom-derive v0.1.4 |
795 | 2024-11-13T04:25:05.197Z | Downloaded rustfmt-wrapper v0.2.1 |
796 | 2024-11-13T04:25:05.197Z | Downloaded displaydoc v0.2.5 |
797 | 2024-11-13T04:25:05.200Z | Downloaded tungstenite v0.21.0 |
798 | 2024-11-13T04:25:05.203Z | Downloaded hash32 v0.3.1 |
799 | 2024-11-13T04:25:05.205Z | Downloaded tracing-core v0.1.32 |
800 | 2024-11-13T04:25:05.208Z | Downloaded paste v1.0.15 |
801 | 2024-11-13T04:25:05.211Z | Downloaded newline-converter v0.3.0 |
802 | 2024-11-13T04:25:05.213Z | Downloaded num-complex v0.4.6 |
803 | 2024-11-13T04:25:05.216Z | Downloaded signature v2.2.0 |
804 | 2024-11-13T04:25:05.220Z | Downloaded packed_struct_codegen v0.10.1 |
805 | 2024-11-13T04:25:05.220Z | Downloaded pbkdf2 v0.11.0 |
806 | 2024-11-13T04:25:05.222Z | Downloaded publicsuffix v2.2.3 |
807 | 2024-11-13T04:25:05.224Z | Downloaded rpassword v7.3.1 |
808 | 2024-11-13T04:25:05.227Z | Downloaded unicode-bidi v0.3.17 |
809 | 2024-11-13T04:25:05.231Z | Downloaded tokio-rustls v0.25.0 |
810 | 2024-11-13T04:25:05.231Z | Downloaded poly1305 v0.8.0 |
811 | 2024-11-13T04:25:05.233Z | Downloaded predicates-core v1.0.8 |
812 | 2024-11-13T04:25:05.236Z | Downloaded num-bigint v0.4.6 |
813 | 2024-11-13T04:25:05.241Z | Downloaded itertools v0.13.0 |
814 | 2024-11-13T04:25:05.248Z | Downloaded darling_macro v0.20.10 |
815 | 2024-11-13T04:25:05.251Z | Downloaded strum_macros v0.25.3 |
816 | 2024-11-13T04:25:05.259Z | Downloaded aho-corasick v1.1.3 |
817 | 2024-11-13T04:25:05.262Z | Downloaded env_logger v0.10.2 |
818 | 2024-11-13T04:25:05.262Z | Downloaded futures-channel v0.3.31 |
819 | 2024-11-13T04:25:05.265Z | Downloaded futures v0.3.31 |
820 | 2024-11-13T04:25:05.270Z | Downloaded tracing v0.1.40 |
821 | 2024-11-13T04:25:05.276Z | Downloaded flate2 v1.0.34 |
822 | 2024-11-13T04:25:05.282Z | Downloaded foreign-types-shared v0.3.1 |
823 | 2024-11-13T04:25:05.285Z | Downloaded zip v0.6.6 |
824 | 2024-11-13T04:25:05.289Z | Downloaded strum_macros v0.26.4 |
825 | 2024-11-13T04:25:05.291Z | Downloaded quick-error v1.2.3 |
826 | 2024-11-13T04:25:05.293Z | Downloaded foreign-types-shared v0.1.1 |
827 | 2024-11-13T04:25:05.293Z | Downloaded expectorate v1.1.0 |
828 | 2024-11-13T04:25:05.296Z | Downloaded num v0.4.3 |
829 | 2024-11-13T04:25:05.298Z | Downloaded universal-hash v0.5.1 |
830 | 2024-11-13T04:25:05.298Z | Downloaded either v1.13.0 |
831 | 2024-11-13T04:25:05.301Z | Downloaded precomputed-hash v0.1.1 |
832 | 2024-11-13T04:25:05.301Z | Downloaded zerofrom v0.1.4 |
833 | 2024-11-13T04:25:05.303Z | Downloaded strum v0.26.3 |
834 | 2024-11-13T04:25:05.303Z | Downloaded radix_trie v0.2.1 |
835 | 2024-11-13T04:25:05.309Z | Downloaded tinystr v0.7.6 |
836 | 2024-11-13T04:25:05.311Z | Downloaded termcolor v1.4.1 |
837 | 2024-11-13T04:25:05.313Z | Downloaded strip-ansi-escapes v0.2.0 |
838 | 2024-11-13T04:25:05.316Z | Downloaded derive_builder_macro v0.20.2 |
839 | 2024-11-13T04:25:05.316Z | Downloaded want v0.3.1 |
840 | 2024-11-13T04:25:05.318Z | Downloaded rayon-core v1.12.1 |
841 | 2024-11-13T04:25:05.322Z | Downloaded shlex v1.3.0 |
842 | 2024-11-13T04:25:05.325Z | Downloaded opaque-debug v0.3.1 |
843 | 2024-11-13T04:25:05.325Z | Downloaded chrono-tz v0.10.0 |
844 | 2024-11-13T04:25:05.332Z | Downloaded structmeta v0.2.0 |
845 | 2024-11-13T04:25:05.334Z | Downloaded postcard v1.0.10 |
846 | 2024-11-13T04:25:05.337Z | Downloaded unicode-properties v0.1.3 |
847 | 2024-11-13T04:25:05.339Z | Downloaded defmt-macros v0.3.9 |
848 | 2024-11-13T04:25:05.342Z | Downloaded serde-big-array v0.5.1 |
849 | 2024-11-13T04:25:05.345Z | Downloaded zip v2.1.3 |
850 | 2024-11-13T04:25:05.349Z | Downloaded utf-8 v0.7.6 |
851 | 2024-11-13T04:25:05.352Z | Downloaded ppv-lite86 v0.2.20 |
852 | 2024-11-13T04:25:05.354Z | Downloaded darling_core v0.20.10 |
853 | 2024-11-13T04:25:05.358Z | Downloaded predicates v3.1.2 |
854 | 2024-11-13T04:25:05.361Z | Downloaded waitgroup v0.1.2 |
855 | 2024-11-13T04:25:05.364Z | Downloaded serde_plain v1.0.2 |
856 | 2024-11-13T04:25:05.369Z | Downloaded stringprep v0.1.5 |
857 | 2024-11-13T04:25:05.369Z | Downloaded powerfmt v0.2.0 |
858 | 2024-11-13T04:25:05.369Z | Downloaded num_threads v0.1.7 |
859 | 2024-11-13T04:25:05.371Z | Downloaded strum_macros v0.24.3 |
860 | 2024-11-13T04:25:05.371Z | Downloaded prettyplease v0.2.25 |
861 | 2024-11-13T04:25:05.375Z | Downloaded termios v0.3.3 |
862 | 2024-11-13T04:25:05.377Z | Downloaded heapless v0.7.17 |
863 | 2024-11-13T04:25:05.381Z | Downloaded yoke-derive v0.7.4 |
864 | 2024-11-13T04:25:05.383Z | Downloaded toml v0.7.8 |
865 | 2024-11-13T04:25:05.386Z | Downloaded defmt-parser v0.3.4 |
866 | 2024-11-13T04:25:05.389Z | Downloaded schemars_derive v0.8.21 |
867 | 2024-11-13T04:25:05.391Z | Downloaded fatfs v0.3.6 |
868 | 2024-11-13T04:25:05.394Z | Downloaded pkg-config v0.3.31 |
869 | 2024-11-13T04:25:05.396Z | Downloaded reqwest v0.12.9 |
870 | 2024-11-13T04:25:05.405Z | Downloaded sync_wrapper v1.0.1 |
871 | 2024-11-13T04:25:05.407Z | Downloaded parse-size v1.1.0 |
872 | 2024-11-13T04:25:05.407Z | Downloaded sigpipe v0.1.3 |
873 | 2024-11-13T04:25:05.412Z | Downloaded hash32 v0.2.1 |
874 | 2024-11-13T04:25:05.412Z | Downloaded ron v0.8.1 |
875 | 2024-11-13T04:25:05.416Z | Downloaded slog-envlogger v2.2.0 |
876 | 2024-11-13T04:25:05.418Z | Downloaded ron v0.7.1 |
877 | 2024-11-13T04:25:05.423Z | Downloaded tokio-postgres v0.7.12 |
878 | 2024-11-13T04:25:05.429Z | Downloaded difflib v0.4.0 |
879 | 2024-11-13T04:25:05.432Z | Downloaded float-ord v0.3.2 |
880 | 2024-11-13T04:25:05.432Z | Downloaded synstructure v0.13.1 |
881 | 2024-11-13T04:25:05.434Z | Downloaded semver v0.1.20 |
882 | 2024-11-13T04:25:05.434Z | Downloaded unsafe-libyaml v0.2.11 |
883 | 2024-11-13T04:25:05.438Z | Downloaded fd-lock v4.0.2 |
884 | 2024-11-13T04:25:05.440Z | Downloaded utf8_iter v1.0.4 |
885 | 2024-11-13T04:25:05.443Z | Downloaded heck v0.3.3 |
886 | 2024-11-13T04:25:05.443Z | Downloaded pkcs8 v0.10.2 |
887 | 2024-11-13T04:25:05.446Z | Downloaded r2d2 v0.8.10 |
888 | 2024-11-13T04:25:05.448Z | Downloaded radium v0.7.0 |
889 | 2024-11-13T04:25:05.450Z | Downloaded elliptic-curve v0.13.8 |
890 | 2024-11-13T04:25:05.454Z | Downloaded tinyvec_macros v0.1.1 |
891 | 2024-11-13T04:25:05.457Z | Downloaded sec1 v0.7.3 |
892 | 2024-11-13T04:25:05.457Z | Downloaded unicode_categories v0.1.1 |
893 | 2024-11-13T04:25:05.460Z | Downloaded zerovec v0.10.4 |
894 | 2024-11-13T04:25:05.465Z | Downloaded omicron-zone-package v0.11.1 |
895 | 2024-11-13T04:25:05.468Z | Downloaded parking_lot_core v0.8.6 |
896 | 2024-11-13T04:25:05.471Z | Downloaded unicode-segmentation v1.12.0 |
897 | 2024-11-13T04:25:05.474Z | Downloaded parse-display-derive v0.10.0 |
898 | 2024-11-13T04:25:05.477Z | Downloaded rand_xorshift v0.3.0 |
899 | 2024-11-13T04:25:05.479Z | Downloaded tinyvec v1.8.0 |
900 | 2024-11-13T04:25:05.482Z | Downloaded yasna v0.5.2 |
901 | 2024-11-13T04:25:05.487Z | Downloaded value-bag v1.9.0 |
902 | 2024-11-13T04:25:05.493Z | Downloaded pem-rfc7468 v0.7.0 |
903 | 2024-11-13T04:25:05.494Z | Downloaded tls_codec v0.4.1 |
904 | 2024-11-13T04:25:05.498Z | Downloaded walkdir v2.5.0 |
905 | 2024-11-13T04:25:05.498Z | Downloaded signal-hook v0.3.17 |
906 | 2024-11-13T04:25:05.498Z | Downloaded ed25519 v2.2.3 |
907 | 2024-11-13T04:25:05.500Z | Downloaded term v0.7.0 |
908 | 2024-11-13T04:25:05.503Z | Downloaded derive_builder_core v0.20.2 |
909 | 2024-11-13T04:25:05.505Z | Downloaded dyn-clone v1.0.17 |
910 | 2024-11-13T04:25:05.508Z | Downloaded typed-path v0.9.3 |
911 | 2024-11-13T04:25:05.513Z | Downloaded schemars v0.8.21 |
912 | 2024-11-13T04:25:05.527Z | Downloaded tokio-macros v2.4.0 |
913 | 2024-11-13T04:25:05.529Z | Downloaded bitvec v1.0.1 |
914 | 2024-11-13T04:25:05.544Z | Downloaded parking_lot v0.11.2 |
915 | 2024-11-13T04:25:05.560Z | Downloaded hashlink v0.9.1 |
916 | 2024-11-13T04:25:05.560Z | Downloaded ref-cast v1.0.23 |
917 | 2024-11-13T04:25:05.560Z | Downloaded password-hash v0.4.2 |
918 | 2024-11-13T04:25:05.560Z | Downloaded tokio-tungstenite v0.24.0 |
919 | 2024-11-13T04:25:05.560Z | Downloaded slog v2.7.0 |
920 | 2024-11-13T04:25:05.561Z | Downloaded rayon v1.10.0 |
921 | 2024-11-13T04:25:05.568Z | Downloaded der v0.7.9 |
922 | 2024-11-13T04:25:05.574Z | Downloaded rcgen v0.12.1 |
923 | 2024-11-13T04:25:05.576Z | Downloaded tough v0.19.0 |
924 | 2024-11-13T04:25:05.585Z | Downloaded sqlparser v0.45.0 |
925 | 2024-11-13T04:25:05.592Z | Downloaded futures-util v0.3.31 |
926 | 2024-11-13T04:25:05.605Z | Downloaded xz2 v0.1.7 |
927 | 2024-11-13T04:25:05.607Z | Downloaded idna v0.4.0 |
928 | 2024-11-13T04:25:05.615Z | Downloaded p384 v0.13.0 |
929 | 2024-11-13T04:25:05.620Z | Downloaded git2 v0.19.0 |
930 | 2024-11-13T04:25:05.631Z | Downloaded headers v0.4.0 |
931 | 2024-11-13T04:25:05.636Z | Downloaded idna v0.2.3 |
932 | 2024-11-13T04:25:05.643Z | Downloaded rustc-demangle v0.1.24 |
933 | 2024-11-13T04:25:05.646Z | Downloaded tokio-util v0.7.12 |
934 | 2024-11-13T04:25:05.653Z | Downloaded winnow v0.5.40 |
935 | 2024-11-13T04:25:05.663Z | Downloaded p521 v0.13.3 |
936 | 2024-11-13T04:25:05.667Z | Downloaded idna v0.5.0 |
937 | 2024-11-13T04:25:05.675Z | Downloaded curve25519-dalek v4.1.3 |
938 | 2024-11-13T04:25:05.685Z | Downloaded rustls-webpki v0.102.8 |
939 | 2024-11-13T04:25:05.705Z | Downloaded ed25519-dalek v2.1.1 |
940 | 2024-11-13T04:25:05.708Z | Downloaded gimli v0.31.1 |
941 | 2024-11-13T04:25:05.717Z | Downloaded hashbrown v0.14.5 |
942 | 2024-11-13T04:25:05.724Z | Downloaded regex-syntax v0.6.29 |
943 | 2024-11-13T04:25:05.731Z | Downloaded proptest v1.5.0 |
944 | 2024-11-13T04:25:05.742Z | Downloaded object v0.30.4 |
945 | 2024-11-13T04:25:05.752Z | Downloaded h2 v0.4.6 |
946 | 2024-11-13T04:25:05.760Z | Downloaded trust-dns-proto v0.22.0 |
947 | 2024-11-13T04:25:05.772Z | Downloaded regress v0.10.1 |
948 | 2024-11-13T04:25:05.782Z | Downloaded vcpkg v0.2.15 |
949 | 2024-11-13T04:25:05.823Z | Downloaded zerocopy v0.6.6 |
950 | 2024-11-13T04:25:05.825Z | Downloaded nix v0.29.0 |
951 | 2024-11-13T04:25:05.837Z | Downloaded smoltcp v0.11.0 |
952 | 2024-11-13T04:25:05.851Z | Downloaded quinn-proto v0.11.8 |
953 | 2024-11-13T04:25:05.858Z | Downloaded regex-syntax v0.8.5 |
954 | 2024-11-13T04:25:05.867Z | Downloaded rustls v0.23.14 |
955 | 2024-11-13T04:25:05.880Z | Downloaded regex v1.11.1 |
956 | 2024-11-13T04:25:05.893Z | Downloaded polar-core v0.27.3 |
957 | 2024-11-13T04:25:05.902Z | Downloaded ratatui v0.28.1 |
958 | 2024-11-13T04:25:05.923Z | Downloaded rustls v0.21.12 |
959 | 2024-11-13T04:25:05.934Z | Downloaded typify-impl v0.2.0 |
960 | 2024-11-13T04:25:05.950Z | Downloaded diesel v2.2.4 |
961 | 2024-11-13T04:25:05.969Z | Downloaded openssl v0.10.68 |
962 | 2024-11-13T04:25:05.979Z | Downloaded nix v0.27.1 |
963 | 2024-11-13T04:25:05.991Z | Downloaded regress v0.9.1 |
964 | 2024-11-13T04:25:06.000Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
965 | 2024-11-13T04:25:06.012Z | Downloaded smoltcp v0.9.1 |
966 | 2024-11-13T04:25:06.023Z | Downloaded dropshot v0.12.0 |
967 | 2024-11-13T04:25:06.043Z | Downloaded nix v0.28.0 |
968 | 2024-11-13T04:25:06.054Z | Downloaded rustls v0.22.4 |
969 | 2024-11-13T04:25:06.068Z | Downloaded hickory-proto v0.24.1 |
970 | 2024-11-13T04:25:06.084Z | Downloaded object v0.36.5 |
971 | 2024-11-13T04:25:06.096Z | Downloaded regex-automata v0.4.8 |
972 | 2024-11-13T04:25:06.113Z | Downloaded openapiv3 v2.0.0 |
973 | 2024-11-13T04:25:06.126Z | Downloaded petgraph v0.6.5 |
974 | 2024-11-13T04:25:06.144Z | Downloaded webpki-roots v0.26.6 |
975 | 2024-11-13T04:25:06.147Z | Downloaded bstr v1.10.0 |
976 | 2024-11-13T04:25:06.158Z | Downloaded num-bigint-dig v0.8.4 |
977 | 2024-11-13T04:25:06.163Z | Downloaded rustls-webpki v0.101.7 |
978 | 2024-11-13T04:25:06.178Z | Downloaded diff v0.1.13 |
979 | 2024-11-13T04:25:06.181Z | Downloaded lzma-sys v0.1.20 |
980 | 2024-11-13T04:25:06.210Z | Downloaded csv v1.3.0 |
981 | 2024-11-13T04:25:06.230Z | Downloaded derive-where v1.2.7 |
982 | 2024-11-13T04:25:06.234Z | Downloaded parking_lot v0.12.3 |
983 | 2024-11-13T04:25:06.236Z | Downloaded quinn v0.11.5 |
984 | 2024-11-13T04:25:06.239Z | Downloaded toml_edit v0.19.15 |
985 | 2024-11-13T04:25:06.256Z | Downloaded sled v0.34.7 |
986 | 2024-11-13T04:25:06.266Z | Downloaded half v2.4.1 |
987 | 2024-11-13T04:25:06.269Z | Downloaded bindgen v0.69.5 |
988 | 2024-11-13T04:25:06.276Z | Downloaded uzers v0.12.1 |
989 | 2024-11-13T04:25:06.279Z | Downloaded tungstenite v0.23.0 |
990 | 2024-11-13T04:25:06.282Z | Downloaded zerocopy-derive v0.6.6 |
991 | 2024-11-13T04:25:06.292Z | Downloaded flume v0.11.1 |
992 | 2024-11-13T04:25:06.296Z | Downloaded pkcs5 v0.7.1 |
993 | 2024-11-13T04:25:06.301Z | Downloaded serde_with v3.11.0 |
994 | 2024-11-13T04:25:06.311Z | Downloaded derive_more v0.99.18 |
995 | 2024-11-13T04:25:06.314Z | Downloaded scopeguard v1.2.0 |
996 | 2024-11-13T04:25:06.317Z | Downloaded portable-atomic v1.9.0 |
997 | 2024-11-13T04:25:06.321Z | Downloaded ssh-key v0.6.6 |
998 | 2024-11-13T04:25:06.328Z | Downloaded steno v0.4.1 |
999 | 2024-11-13T04:25:06.333Z | Downloaded rusqlite v0.32.1 |
1000 | 2024-11-13T04:25:06.340Z | Downloaded time v0.3.36 |
1001 | 2024-11-13T04:25:06.363Z | Downloaded rand_core v0.6.4 |
1002 | 2024-11-13T04:25:06.365Z | Downloaded headers-core v0.3.0 |
1003 | 2024-11-13T04:25:06.365Z | Downloaded percent-encoding v2.3.1 |
1004 | 2024-11-13T04:25:06.365Z | Downloaded signal-hook-tokio v0.3.1 |
1005 | 2024-11-13T04:25:06.366Z | Downloaded supports-color v3.0.1 |
1006 | 2024-11-13T04:25:06.366Z | Downloaded getrandom v0.2.15 |
1007 | 2024-11-13T04:25:06.366Z | Downloaded unicode-normalization v0.1.24 |
1008 | 2024-11-13T04:25:06.366Z | Downloaded tokio v1.40.0 |
1009 | 2024-11-13T04:25:06.397Z | Downloaded libz-sys v1.1.20 |
1010 | 2024-11-13T04:25:06.419Z | Downloaded blake3 v1.5.4 |
1011 | 2024-11-13T04:25:06.426Z | Downloaded sha3 v0.10.8 |
1012 | 2024-11-13T04:25:06.430Z | Downloaded hex v0.4.3 |
1013 | 2024-11-13T04:25:06.432Z | Downloaded qorb v0.2.0 |
1014 | 2024-11-13T04:25:06.436Z | Downloaded nom v7.1.3 |
1015 | 2024-11-13T04:25:06.441Z | Downloaded aws-lc-rs v1.10.0 |
1016 | 2024-11-13T04:25:06.450Z | Downloaded structmeta v0.3.0 |
1017 | 2024-11-13T04:25:06.452Z | Downloaded pem v3.0.4 |
1018 | 2024-11-13T04:25:06.454Z | Downloaded fragile v2.0.0 |
1019 | 2024-11-13T04:25:06.454Z | Downloaded form_urlencoded v1.2.1 |
1020 | 2024-11-13T04:25:06.457Z | Downloaded salty v0.3.0 |
1021 | 2024-11-13T04:25:06.462Z | Downloaded password-hash v0.5.0 |
1022 | 2024-11-13T04:25:06.465Z | Downloaded topological-sort v0.2.2 |
1023 | 2024-11-13T04:25:06.465Z | Downloaded ref-cast-impl v1.0.23 |
1024 | 2024-11-13T04:25:06.468Z | Downloaded packed_struct v0.10.1 |
1025 | 2024-11-13T04:25:06.468Z | Downloaded des v0.8.1 |
1026 | 2024-11-13T04:25:06.470Z | Downloaded twox-hash v1.6.3 |
1027 | 2024-11-13T04:25:06.470Z | Downloaded tokio-rustls v0.24.1 |
1028 | 2024-11-13T04:25:06.472Z | Downloaded smallvec v1.13.2 |
1029 | 2024-11-13T04:25:06.475Z | Downloaded slog-term v2.9.1 |
1030 | 2024-11-13T04:25:06.477Z | Downloaded aes-gcm v0.10.3 |
1031 | 2024-11-13T04:25:06.480Z | Downloaded hkdf v0.12.4 |
1032 | 2024-11-13T04:25:06.483Z | Downloaded socket2 v0.5.7 |
1033 | 2024-11-13T04:25:06.485Z | Downloaded postgres-protocol v0.6.7 |
1034 | 2024-11-13T04:25:06.488Z | Downloaded nodrop v0.1.14 |
1035 | 2024-11-13T04:25:06.490Z | Downloaded fallible-iterator v0.2.0 |
1036 | 2024-11-13T04:25:06.490Z | Downloaded der_derive v0.7.3 |
1037 | 2024-11-13T04:25:06.494Z | Downloaded snafu-derive v0.8.5 |
1038 | 2024-11-13T04:25:06.495Z | Downloaded crossterm v0.28.1 |
1039 | 2024-11-13T04:25:06.499Z | Downloaded unicode-truncate v1.1.0 |
1040 | 2024-11-13T04:25:06.501Z | Downloaded slog-scope v4.4.0 |
1041 | 2024-11-13T04:25:06.504Z | Downloaded slog-stdlog v4.1.1 |
1042 | 2024-11-13T04:25:06.507Z | Downloaded slog-json v2.6.1 |
1043 | 2024-11-13T04:25:06.507Z | Downloaded writeable v0.5.5 |
1044 | 2024-11-13T04:25:06.510Z | Downloaded url v2.5.3 |
1045 | 2024-11-13T04:25:06.513Z | Downloaded parse-zoneinfo v0.3.1 |
1046 | 2024-11-13T04:25:06.515Z | Downloaded uuid v1.10.0 |
1047 | 2024-11-13T04:25:06.518Z | Downloaded hyper v1.4.1 |
1048 | 2024-11-13T04:25:06.523Z | Downloaded native-tls v0.2.12 |
1049 | 2024-11-13T04:25:06.526Z | Downloaded icu_properties_data v1.5.0 |
1050 | 2024-11-13T04:25:06.537Z | Downloaded deranged v0.3.11 |
1051 | 2024-11-13T04:25:06.539Z | Downloaded vergen v8.3.2 |
1052 | 2024-11-13T04:25:06.542Z | Downloaded pin-project v1.1.6 |
1053 | 2024-11-13T04:25:06.552Z | Downloaded openssl-sys v0.9.104 |
1054 | 2024-11-13T04:25:06.557Z | Downloaded diesel_derives v2.2.3 |
1055 | 2024-11-13T04:25:06.562Z | Downloaded parking_lot_core v0.9.10 |
1056 | 2024-11-13T04:25:06.564Z | Downloaded oso v0.27.3 |
1057 | 2024-11-13T04:25:06.567Z | Downloaded yoke v0.7.4 |
1058 | 2024-11-13T04:25:06.569Z | Downloaded similar v2.6.0 |
1059 | 2024-11-13T04:25:06.573Z | Downloaded serde_yaml v0.9.34+deprecated |
1060 | 2024-11-13T04:25:06.577Z | Downloaded libm v0.2.8 |
1061 | 2024-11-13T04:25:06.586Z | Downloaded nanorand v0.7.0 |
1062 | 2024-11-13T04:25:06.588Z | Downloaded hex-literal v0.4.1 |
1063 | 2024-11-13T04:25:06.590Z | Downloaded display-error-chain v0.2.2 |
1064 | 2024-11-13T04:25:06.590Z | Downloaded x509-cert v0.2.5 |
1065 | 2024-11-13T04:25:06.596Z | Downloaded mio v1.0.2 |
1066 | 2024-11-13T04:25:06.601Z | Downloaded minimal-lexical v0.2.1 |
1067 | 2024-11-13T04:25:06.605Z | Downloaded crossbeam-channel v0.5.13 |
1068 | 2024-11-13T04:25:06.610Z | Downloaded tar v0.4.43 |
1069 | 2024-11-13T04:25:06.612Z | Downloaded quinn-udp v0.5.5 |
1070 | 2024-11-13T04:25:06.615Z | Downloaded pin-utils v0.1.0 |
1071 | 2024-11-13T04:25:06.617Z | Downloaded ecdsa v0.16.9 |
1072 | 2024-11-13T04:25:06.617Z | Downloaded phf_codegen v0.11.2 |
1073 | 2024-11-13T04:25:06.619Z | Downloaded float-cmp v0.9.0 |
1074 | 2024-11-13T04:25:06.619Z | Downloaded flagset v0.4.6 |
1075 | 2024-11-13T04:25:06.622Z | Downloaded fixedbitset v0.4.2 |
1076 | 2024-11-13T04:25:06.622Z | Downloaded diesel-dtrace v0.3.0 |
1077 | 2024-11-13T04:25:06.624Z | Downloaded sqlformat v0.2.6 |
1078 | 2024-11-13T04:25:06.627Z | Downloaded const_format v0.2.33 |
1079 | 2024-11-13T04:25:06.629Z | Downloaded encoding_rs v0.8.34 |
1080 | 2024-11-13T04:25:06.651Z | Downloaded cc v1.1.30 |
1081 | 2024-11-13T04:25:06.655Z | Downloaded owo-colors v4.1.0 |
1082 | 2024-11-13T04:25:06.657Z | Downloaded dhcproto v0.12.0 |
1083 | 2024-11-13T04:25:06.660Z | Downloaded num-iter v0.1.45 |
1084 | 2024-11-13T04:25:06.662Z | Downloaded fs_extra v1.3.0 |
1085 | 2024-11-13T04:25:06.664Z | Downloaded indicatif v0.17.8 |
1086 | 2024-11-13T04:25:06.667Z | Downloaded base64 v0.22.1 |
1087 | 2024-11-13T04:25:06.670Z | Downloaded backtrace v0.3.74 |
1088 | 2024-11-13T04:25:06.676Z | Downloaded same-file v1.0.6 |
1089 | 2024-11-13T04:25:06.679Z | Downloaded zopfli v0.8.1 |
1090 | 2024-11-13T04:25:06.679Z | Downloaded reedline v0.35.0 |
1091 | 2024-11-13T04:25:06.687Z | Downloaded mockall_derive v0.13.0 |
1092 | 2024-11-13T04:25:06.690Z | Downloaded bytes v1.8.0 |
1093 | 2024-11-13T04:25:06.693Z | Downloaded time-macros v0.2.18 |
1094 | 2024-11-13T04:25:06.695Z | Downloaded chacha20poly1305 v0.10.1 |
1095 | 2024-11-13T04:25:06.698Z | Downloaded blake2 v0.10.6 |
1096 | 2024-11-13T04:25:06.701Z | Downloaded embedded-io v0.6.1 |
1097 | 2024-11-13T04:25:06.701Z | Downloaded derive_builder v0.20.2 |
1098 | 2024-11-13T04:25:06.705Z | Downloaded group v0.13.0 |
1099 | 2024-11-13T04:25:06.708Z | Downloaded zeroize_derive v1.4.2 |
1100 | 2024-11-13T04:25:06.708Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1101 | 2024-11-13T04:25:06.768Z | Downloaded base64 v0.13.1 |
1102 | 2024-11-13T04:25:06.771Z | Downloaded icu_provider v1.5.0 |
1103 | 2024-11-13T04:25:06.774Z | Downloaded icu_normalizer_data v1.5.0 |
1104 | 2024-11-13T04:25:06.777Z | Downloaded lock_api v0.4.12 |
1105 | 2024-11-13T04:25:06.778Z | Downloaded iana-time-zone v0.1.61 |
1106 | 2024-11-13T04:25:06.780Z | Downloaded addr2line v0.24.2 |
1107 | 2024-11-13T04:25:06.783Z | Downloaded unarray v0.1.4 |
1108 | 2024-11-13T04:25:06.786Z | Downloaded libloading v0.8.5 |
1109 | 2024-11-13T04:25:06.788Z | Downloaded kstat-rs v0.2.4 |
1110 | 2024-11-13T04:25:06.788Z | Downloaded icu_locid_transform v1.5.0 |
1111 | 2024-11-13T04:25:06.790Z | Downloaded allocator-api2 v0.2.18 |
1112 | 2024-11-13T04:25:06.793Z | Downloaded tap v1.0.1 |
1113 | 2024-11-13T04:25:06.796Z | Downloaded structmeta-derive v0.3.0 |
1114 | 2024-11-13T04:25:06.797Z | Downloaded structmeta-derive v0.2.0 |
1115 | 2024-11-13T04:25:06.801Z | Downloaded slog-async v2.8.0 |
1116 | 2024-11-13T04:25:06.801Z | Downloaded slog-dtrace v0.3.0 |
1117 | 2024-11-13T04:25:06.801Z | Downloaded signal-hook-mio v0.2.4 |
1118 | 2024-11-13T04:25:06.804Z | Downloaded sha1 v0.10.6 |
1119 | 2024-11-13T04:25:06.804Z | Downloaded serde-hex v0.1.0 |
1120 | 2024-11-13T04:25:06.804Z | Downloaded indoc v1.0.9 |
1121 | 2024-11-13T04:25:06.806Z | Downloaded ssh-encoding v0.2.0 |
1122 | 2024-11-13T04:25:06.809Z | Downloaded impl-trait-for-tuples v0.2.2 |
1123 | 2024-11-13T04:25:06.814Z | Downloaded lazy_static v1.5.0 |
1124 | 2024-11-13T04:25:06.814Z | Downloaded internet-checksum v0.2.1 |
1125 | 2024-11-13T04:25:06.814Z | Downloaded hyper-staticfile v0.10.1 |
1126 | 2024-11-13T04:25:06.818Z | Downloaded httparse v1.9.5 |
1127 | 2024-11-13T04:25:06.818Z | Downloaded dhcproto-macros v0.1.0 |
1128 | 2024-11-13T04:25:06.818Z | Downloaded base64ct v1.6.0 |
1129 | 2024-11-13T04:25:06.820Z | Downloaded http-body-util v0.1.2 |
1130 | 2024-11-13T04:25:06.824Z | Downloaded ctr v0.9.2 |
1131 | 2024-11-13T04:25:06.826Z | Downloaded crossbeam-deque v0.8.5 |
1132 | 2024-11-13T04:25:06.826Z | Downloaded keccak v0.1.5 |
1133 | 2024-11-13T04:25:06.826Z | Downloaded idna_adapter v1.2.0 |
1134 | 2024-11-13T04:25:06.828Z | Downloaded async-recursion v1.1.1 |
1135 | 2024-11-13T04:25:06.830Z | Downloaded maybe-uninit v2.0.0 |
1136 | 2024-11-13T04:25:06.833Z | Downloaded maplit v1.0.2 |
1137 | 2024-11-13T04:25:06.833Z | Downloaded lru v0.12.5 |
1138 | 2024-11-13T04:25:06.835Z | Downloaded libefi-sys v0.1.0 |
1139 | 2024-11-13T04:25:06.835Z | Downloaded lalrpop-util v0.19.12 |
1140 | 2024-11-13T04:25:06.837Z | Downloaded bb8 v0.8.5 |
1141 | 2024-11-13T04:25:06.837Z | Downloaded chacha20 v0.9.1 |
1142 | 2024-11-13T04:25:06.840Z | Downloaded bitfield v0.14.0 |
1143 | 2024-11-13T04:25:06.840Z | Downloaded block-padding v0.3.3 |
1144 | 2024-11-13T04:25:06.843Z | Downloaded blowfish v0.9.1 |
1145 | 2024-11-13T04:25:06.843Z | Downloaded bitflags v1.3.2 |
1146 | 2024-11-13T04:25:06.845Z | Downloaded arrayref v0.3.9 |
1147 | 2024-11-13T04:25:06.852Z | Downloaded instant v0.1.13 |
1148 | 2024-11-13T04:25:06.852Z | Downloaded idna v1.0.3 |
1149 | 2024-11-13T04:25:06.852Z | Downloaded hyper-util v0.1.10 |
1150 | 2024-11-13T04:25:06.856Z | Downloaded http-body v1.0.1 |
1151 | 2024-11-13T04:25:06.858Z | Downloaded atty v0.2.14 |
1152 | 2024-11-13T04:25:06.858Z | Downloaded darling v0.20.10 |
1153 | 2024-11-13T04:25:06.862Z | Downloaded ahash v0.8.11 |
1154 | 2024-11-13T04:25:06.865Z | Downloaded ascii-canvas v3.0.0 |
1155 | 2024-11-13T04:25:06.867Z | Downloaded cbc v0.1.2 |
1156 | 2024-11-13T04:25:06.869Z | Downloaded async-bb8-diesel v0.2.1 |
1157 | 2024-11-13T04:25:07.148Z | Downloaded aws-lc-sys v0.22.0 |
1158 | 2024-11-13T04:25:07.498Z | Downloaded ring v0.17.8 |
1159 | 2024-11-13T04:25:07.651Z | Downloaded libsqlite3-sys v0.30.1 |
1160 | 2024-11-13T04:25:07.731Z | Downloaded ring v0.16.20 |
1161 | 2024-11-13T04:25:07.942Z | Compiling serde v1.0.215 |
1162 | 2024-11-13T04:25:07.945Z | Compiling lock_api v0.4.12 |
1163 | 2024-11-13T04:25:07.945Z | Compiling scopeguard v1.2.0 |
1164 | 2024-11-13T04:25:07.945Z | Compiling value-bag v1.9.0 |
1165 | 2024-11-13T04:25:07.945Z | Compiling typenum v1.17.0 |
1166 | 2024-11-13T04:25:07.945Z | Compiling generic-array v0.14.7 |
1167 | 2024-11-13T04:25:08.117Z | Compiling syn v2.0.87 |
1168 | 2024-11-13T04:25:08.130Z | Compiling getrandom v0.2.15 |
1169 | 2024-11-13T04:25:08.300Z | Compiling subtle v2.6.1 |
1170 | 2024-11-13T04:25:08.413Z | Compiling rand_core v0.6.4 |
1171 | 2024-11-13T04:25:08.643Z | Compiling log v0.4.22 |
1172 | 2024-11-13T04:25:08.662Z | Compiling shlex v1.3.0 |
1173 | 2024-11-13T04:25:08.683Z | Compiling jobserver v0.1.32 |
1174 | 2024-11-13T04:25:08.739Z | Compiling smallvec v1.13.2 |
1175 | 2024-11-13T04:25:08.943Z | Compiling const-oid v0.9.6 |
1176 | 2024-11-13T04:25:09.030Z | Compiling spin v0.9.8 |
1177 | 2024-11-13T04:25:09.102Z | Compiling cc v1.1.30 |
1178 | 2024-11-13T04:25:09.143Z | Compiling pin-project-lite v0.2.14 |
1179 | 2024-11-13T04:25:09.276Z | Compiling rustix v0.38.37 |
1180 | 2024-11-13T04:25:09.407Z | Compiling parking_lot_core v0.9.10 |
1181 | 2024-11-13T04:25:09.514Z | Compiling futures-core v0.3.31 |
1182 | 2024-11-13T04:25:09.630Z | Compiling signal-hook-registry v1.4.2 |
1183 | 2024-11-13T04:25:09.835Z | Compiling mio v1.0.2 |
1184 | 2024-11-13T04:25:10.281Z | Compiling aho-corasick v1.1.3 |
1185 | 2024-11-13T04:25:10.718Z | Compiling parking_lot v0.12.3 |
1186 | 2024-11-13T04:25:10.737Z | Compiling either v1.13.0 |
1187 | 2024-11-13T04:25:10.993Z | Compiling cpufeatures v0.2.14 |
1188 | 2024-11-13T04:25:11.098Z | Compiling regex-syntax v0.8.5 |
1189 | 2024-11-13T04:25:11.117Z | Compiling lazy_static v1.5.0 |
1190 | 2024-11-13T04:25:11.152Z | Compiling glob v0.3.1 |
1191 | 2024-11-13T04:25:11.200Z | Compiling futures-sink v0.3.31 |
1192 | 2024-11-13T04:25:11.249Z | Compiling stable_deref_trait v1.2.0 |
1193 | 2024-11-13T04:25:11.369Z | Compiling socket2 v0.5.7 |
1194 | 2024-11-13T04:25:11.389Z | Compiling slab v0.4.9 |
1195 | 2024-11-13T04:25:11.727Z | Compiling prettyplease v0.2.25 |
1196 | 2024-11-13T04:25:11.923Z | Compiling minimal-lexical v0.2.1 |
1197 | 2024-11-13T04:25:12.258Z | Compiling clang-sys v1.8.1 |
1198 | 2024-11-13T04:25:12.420Z | Compiling nom v7.1.3 |
1199 | 2024-11-13T04:25:12.441Z | Compiling libloading v0.8.5 |
1200 | 2024-11-13T04:25:12.490Z | Compiling home v0.5.9 |
1201 | 2024-11-13T04:25:12.772Z | Compiling serde_json v1.0.132 |
1202 | 2024-11-13T04:25:12.898Z | Compiling bindgen v0.69.5 |
1203 | 2024-11-13T04:25:13.224Z | Compiling futures-channel v0.3.31 |
1204 | 2024-11-13T04:25:13.658Z | Compiling itertools v0.12.1 |
1205 | 2024-11-13T04:25:13.801Z | Compiling foldhash v0.1.3 |
1206 | 2024-11-13T04:25:13.839Z | Compiling lazycell v1.3.0 |
1207 | 2024-11-13T04:25:14.018Z | Compiling futures-task v0.3.31 |
1208 | 2024-11-13T04:25:14.136Z | Compiling rustc-hash v1.1.0 |
1209 | 2024-11-13T04:25:14.297Z | Compiling pin-utils v0.1.0 |
1210 | 2024-11-13T04:25:14.331Z | Compiling futures-io v0.3.31 |
1211 | 2024-11-13T04:25:14.395Z | Compiling allocator-api2 v0.2.18 |
1212 | 2024-11-13T04:25:14.639Z | Compiling cmake v0.1.51 |
1213 | 2024-11-13T04:25:15.258Z | Compiling regex-automata v0.4.8 |
1214 | 2024-11-13T04:25:15.802Z | Compiling hashbrown v0.15.0 |
1215 | 2024-11-13T04:25:16.222Z | Compiling synstructure v0.13.1 |
1216 | 2024-11-13T04:25:16.946Z | Compiling cexpr v0.6.0 |
1217 | 2024-11-13T04:25:17.206Z | Compiling tinyvec_macros v0.1.1 |
1218 | 2024-11-13T04:25:17.307Z | Compiling fs_extra v1.3.0 |
1219 | 2024-11-13T04:25:17.929Z | Compiling dunce v1.0.5 |
1220 | 2024-11-13T04:25:18.002Z | Compiling libm v0.2.8 |
1221 | 2024-11-13T04:25:18.069Z | Compiling pkg-config v0.3.31 |
1222 | 2024-11-13T04:25:18.360Z | Compiling tinyvec v1.8.0 |
1223 | 2024-11-13T04:25:18.386Z | Compiling num-traits v0.2.19 |
1224 | 2024-11-13T04:25:18.917Z | Compiling ring v0.17.8 |
1225 | 2024-11-13T04:25:19.567Z | Compiling litemap v0.7.3 |
1226 | 2024-11-13T04:25:19.672Z | Compiling writeable v0.5.5 |
1227 | 2024-11-13T04:25:19.908Z | Compiling unicode-normalization v0.1.24 |
1228 | 2024-11-13T04:25:19.990Z | Compiling base64ct v1.6.0 |
1229 | 2024-11-13T04:25:20.131Z | Compiling paste v1.0.15 |
1230 | 2024-11-13T04:25:20.197Z | Compiling unicode-bidi v0.3.17 |
1231 | 2024-11-13T04:25:20.576Z | Compiling pem-rfc7468 v0.7.0 |
1232 | 2024-11-13T04:25:20.988Z | Compiling regex v1.11.1 |
1233 | 2024-11-13T04:25:21.275Z | Compiling httparse v1.9.5 |
1234 | 2024-11-13T04:25:21.542Z | Compiling aws-lc-rs v1.10.0 |
1235 | 2024-11-13T04:25:21.998Z | Compiling flagset v0.4.6 |
1236 | 2024-11-13T04:25:22.138Z | Compiling tracing-core v0.1.32 |
1237 | 2024-11-13T04:25:22.190Z | Compiling crossbeam-utils v0.8.20 |
1238 | 2024-11-13T04:25:22.609Z | Compiling icu_locid_transform_data v1.5.0 |
1239 | 2024-11-13T04:25:22.722Z | Compiling percent-encoding v2.3.1 |
1240 | 2024-11-13T04:25:22.770Z | Compiling rustls-pki-types v1.9.0 |
1241 | 2024-11-13T04:25:23.106Z | Compiling serde_derive v1.0.215 |
1242 | 2024-11-13T04:25:23.132Z | Compiling zeroize_derive v1.4.2 |
1243 | 2024-11-13T04:25:23.184Z | Compiling zerocopy-derive v0.7.35 |
1244 | 2024-11-13T04:25:23.459Z | Compiling tokio-macros v2.4.0 |
1245 | 2024-11-13T04:25:23.883Z | Compiling zerofrom-derive v0.1.4 |
1246 | 2024-11-13T04:25:24.733Z | Compiling zeroize v1.8.1 |
1247 | 2024-11-13T04:25:25.151Z | Compiling yoke-derive v0.7.4 |
1248 | 2024-11-13T04:25:25.534Z | Compiling thiserror-impl v1.0.69 |
1249 | 2024-11-13T04:25:25.585Z | Compiling zerocopy v0.7.35 |
1250 | 2024-11-13T04:25:26.531Z | Compiling crypto-common v0.1.6 |
1251 | 2024-11-13T04:25:26.722Z | Compiling block-buffer v0.10.4 |
1252 | 2024-11-13T04:25:26.976Z | Compiling digest v0.10.7 |
1253 | 2024-11-13T04:25:27.176Z | Compiling futures-macro v0.3.31 |
1254 | 2024-11-13T04:25:27.479Z | Compiling hmac v0.12.1 |
1255 | 2024-11-13T04:25:27.736Z | Compiling zerovec-derive v0.10.3 |
1256 | 2024-11-13T04:25:28.098Z | Compiling zerofrom v0.1.4 |
1257 | 2024-11-13T04:25:28.148Z | Compiling block-padding v0.3.3 |
1258 | 2024-11-13T04:25:28.336Z | Compiling yoke v0.7.4 |
1259 | 2024-11-13T04:25:28.405Z | Compiling displaydoc v0.2.5 |
1260 | 2024-11-13T04:25:28.520Z | Compiling inout v0.1.3 |
1261 | 2024-11-13T04:25:28.687Z | Compiling sha2 v0.10.8 |
1262 | 2024-11-13T04:25:28.793Z | Compiling cipher v0.4.4 |
1263 | 2024-11-13T04:25:28.921Z | Compiling thiserror v1.0.69 |
1264 | 2024-11-13T04:25:29.070Z | Compiling ppv-lite86 v0.2.20 |
1265 | 2024-11-13T04:25:29.156Z | Compiling futures-util v0.3.31 |
1266 | 2024-11-13T04:25:29.288Z | Compiling icu_provider_macros v1.5.0 |
1267 | 2024-11-13T04:25:29.937Z | Compiling der_derive v0.7.3 |
1268 | 2024-11-13T04:25:30.147Z | Compiling rand_chacha v0.3.1 |
1269 | 2024-11-13T04:25:30.285Z | Compiling tracing-attributes v0.1.27 |
1270 | 2024-11-13T04:25:30.364Z | Compiling zerovec v0.10.4 |
1271 | 2024-11-13T04:25:30.475Z | Compiling salsa20 v0.10.2 |
1272 | 2024-11-13T04:25:30.717Z | Compiling rand v0.8.5 |
1273 | 2024-11-13T04:25:32.303Z | Compiling pest v2.7.14 |
1274 | 2024-11-13T04:25:32.503Z | Compiling tinystr v0.7.6 |
1275 | 2024-11-13T04:25:32.535Z | Compiling der v0.7.9 |
1276 | 2024-11-13T04:25:32.793Z | Compiling icu_collections v1.5.0 |
1277 | 2024-11-13T04:25:32.902Z | Compiling icu_locid v1.5.0 |
1278 | 2024-11-13T04:25:32.949Z | Compiling pbkdf2 v0.12.2 |
1279 | 2024-11-13T04:25:33.911Z | Compiling num-conv v0.1.0 |
1280 | 2024-11-13T04:25:34.227Z | Compiling icu_provider v1.5.0 |
1281 | 2024-11-13T04:25:34.259Z | Compiling tracing v0.1.40 |
1282 | 2024-11-13T04:25:34.302Z | Compiling icu_properties_data v1.5.0 |
1283 | 2024-11-13T04:25:34.572Z | Compiling untrusted v0.9.0 |
1284 | 2024-11-13T04:25:34.771Z | Compiling spki v0.7.3 |
1285 | 2024-11-13T04:25:34.802Z | Compiling mirai-annotations v1.12.0 |
1286 | 2024-11-13T04:25:35.010Z | Compiling vcpkg v0.2.15 |
1287 | 2024-11-13T04:25:35.184Z | Compiling icu_locid_transform v1.5.0 |
1288 | 2024-11-13T04:25:35.387Z | Compiling powerfmt v0.2.0 |
1289 | 2024-11-13T04:25:35.458Z | Compiling untrusted v0.7.1 |
1290 | 2024-11-13T04:25:35.513Z | Compiling time-core v0.1.2 |
1291 | 2024-11-13T04:25:35.535Z | Compiling pest_meta v2.7.14 |
1292 | 2024-11-13T04:25:35.688Z | Compiling time-macros v0.2.18 |
1293 | 2024-11-13T04:25:35.780Z | Compiling deranged v0.3.11 |
1294 | 2024-11-13T04:25:36.039Z | Compiling scrypt v0.11.0 |
1295 | 2024-11-13T04:25:36.647Z | Compiling icu_properties v1.5.1 |
1296 | 2024-11-13T04:25:37.271Z | Compiling openssl-sys v0.9.104 |
1297 | 2024-11-13T04:25:37.749Z | Compiling bitflags v2.6.0 |
1298 | 2024-11-13T04:25:37.905Z | Compiling bytes v1.8.0 |
1299 | 2024-11-13T04:25:38.376Z | Compiling indexmap v2.6.0 |
1300 | 2024-11-13T04:25:39.126Z | Compiling tokio v1.40.0 |
1301 | 2024-11-13T04:25:39.282Z | Compiling http v1.1.0 |
1302 | 2024-11-13T04:25:39.572Z | Compiling semver v1.0.23 |
1303 | 2024-11-13T04:25:39.889Z | Compiling aes v0.8.4 |
1304 | 2024-11-13T04:25:40.395Z | Compiling rustc_version v0.4.1 |
1305 | 2024-11-13T04:25:40.881Z | Compiling cbc v0.1.2 |
1306 | 2024-11-13T04:25:41.154Z | Compiling scroll_derive v0.12.0 |
1307 | 2024-11-13T04:25:41.303Z | Compiling utf16_iter v1.0.5 |
1308 | 2024-11-13T04:25:41.514Z | Compiling atomic-waker v1.1.2 |
1309 | 2024-11-13T04:25:41.708Z | Compiling utf8_iter v1.0.4 |
1310 | 2024-11-13T04:25:41.793Z | Compiling icu_normalizer_data v1.5.0 |
1311 | 2024-11-13T04:25:41.853Z | Compiling write16 v1.0.0 |
1312 | 2024-11-13T04:25:41.894Z | Compiling num_threads v0.1.7 |
1313 | 2024-11-13T04:25:41.950Z | Compiling pkcs5 v0.7.1 |
1314 | 2024-11-13T04:25:41.981Z | Compiling icu_normalizer v1.5.0 |
1315 | 2024-11-13T04:25:42.030Z | Compiling time v0.3.36 |
1316 | 2024-11-13T04:25:42.418Z | Compiling which v4.4.2 |
1317 | 2024-11-13T04:25:42.643Z | Compiling scroll v0.12.0 |
1318 | 2024-11-13T04:25:43.053Z | Compiling http-body v1.0.1 |
1319 | 2024-11-13T04:25:43.211Z | Compiling pest_generator v2.7.14 |
1320 | 2024-11-13T04:25:43.302Z | Compiling form_urlencoded v1.2.1 |
1321 | 2024-11-13T04:25:43.436Z | Compiling slog v2.7.0 |
1322 | 2024-11-13T04:25:43.646Z | Compiling try-lock v0.2.5 |
1323 | 2024-11-13T04:25:43.759Z | Compiling goblin v0.8.2 |
1324 | 2024-11-13T04:25:43.804Z | Compiling want v0.3.1 |
1325 | 2024-11-13T04:25:44.013Z | Compiling idna_adapter v1.2.0 |
1326 | 2024-11-13T04:25:44.061Z | Compiling pkcs8 v0.10.2 |
1327 | 2024-11-13T04:25:44.115Z | Compiling httpdate v1.0.3 |
1328 | 2024-11-13T04:25:44.243Z | Compiling idna v1.0.3 |
1329 | 2024-11-13T04:25:44.845Z | Compiling serde_spanned v0.6.8 |
1330 | 2024-11-13T04:25:45.096Z | Compiling serde_tokenstream v0.2.2 |
1331 | 2024-11-13T04:25:45.328Z | Compiling pest_derive v2.7.14 |
1332 | 2024-11-13T04:25:45.522Z | Compiling toml_datetime v0.6.8 |
1333 | 2024-11-13T04:25:45.725Z | Compiling uuid v1.10.0 |
1334 | 2024-11-13T04:25:46.047Z | Compiling match_cfg v0.1.0 |
1335 | 2024-11-13T04:25:46.153Z | Compiling base64 v0.22.1 |
1336 | 2024-11-13T04:25:46.174Z | Compiling dtrace-parser v0.2.0 |
1337 | 2024-11-13T04:25:46.177Z | Compiling rustversion v1.0.17 |
1338 | 2024-11-13T04:25:46.890Z | Compiling tower-service v0.3.3 |
1339 | 2024-11-13T04:25:46.956Z | Compiling adler2 v2.0.0 |
1340 | 2024-11-13T04:25:47.020Z | Compiling iana-time-zone v0.1.61 |
1341 | 2024-11-13T04:25:47.134Z | Compiling openssl v0.10.68 |
1342 | 2024-11-13T04:25:47.168Z | Compiling foreign-types-shared v0.1.1 |
1343 | 2024-11-13T04:25:47.289Z | Compiling foreign-types v0.3.2 |
1344 | 2024-11-13T04:25:47.394Z | Compiling chrono v0.4.38 |
1345 | 2024-11-13T04:25:47.432Z | Compiling miniz_oxide v0.8.0 |
1346 | 2024-11-13T04:25:47.566Z | Compiling hostname v0.3.1 |
1347 | 2024-11-13T04:25:47.586Z | Compiling url v2.5.3 |
1348 | 2024-11-13T04:25:47.816Z | Compiling tokio-util v0.7.12 |
1349 | 2024-11-13T04:25:49.023Z | Compiling h2 v0.4.6 |
1350 | 2024-11-13T04:25:49.315Z | Compiling openssl-macros v0.1.1 |
1351 | 2024-11-13T04:25:49.646Z | Compiling dof v0.3.0 |
1352 | 2024-11-13T04:25:49.906Z | Compiling async-trait v0.1.83 |
1353 | 2024-11-13T04:25:50.141Z | Compiling dirs-sys-next v0.1.2 |
1354 | 2024-11-13T04:25:50.795Z | Compiling usdt-impl v0.5.0 |
1355 | 2024-11-13T04:25:51.224Z | Compiling native-tls v0.2.12 |
1356 | 2024-11-13T04:25:51.562Z | Compiling syn v1.0.109 |
1357 | 2024-11-13T04:25:51.952Z | Compiling rustls v0.23.14 |
1358 | 2024-11-13T04:25:52.214Z | Compiling siphasher v0.3.11 |
1359 | 2024-11-13T04:25:52.235Z | Compiling data-encoding v2.6.0 |
1360 | 2024-11-13T04:25:52.412Z | Compiling rustls v0.22.4 |
1361 | 2024-11-13T04:25:52.714Z | Compiling dirs-next v2.0.0 |
1362 | 2024-11-13T04:25:52.908Z | Compiling http-body-util v0.1.2 |
1363 | 2024-11-13T04:25:53.472Z | Compiling crossbeam-epoch v0.9.18 |
1364 | 2024-11-13T04:25:54.217Z | Compiling heapless v0.7.17 |
1365 | 2024-11-13T04:25:54.258Z | Compiling signature v2.2.0 |
1366 | 2024-11-13T04:25:54.403Z | Compiling sha1 v0.10.6 |
1367 | 2024-11-13T04:25:54.567Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1368 | 2024-11-13T04:25:54.663Z | Compiling serde_derive_internals v0.29.1 |
1369 | 2024-11-13T04:25:54.702Z | Compiling thread_local v1.1.8 |
1370 | 2024-11-13T04:25:54.869Z | Compiling multer v3.1.0 |
1371 | 2024-11-13T04:25:55.080Z | Compiling encoding_rs v0.8.34 |
1372 | 2024-11-13T04:25:55.147Z | Compiling cookie v0.18.1 |
1373 | 2024-11-13T04:25:55.280Z | Compiling gimli v0.31.1 |
1374 | 2024-11-13T04:25:55.331Z | Compiling schemars v0.8.21 |
1375 | 2024-11-13T04:25:55.419Z | Compiling slog-async v2.8.0 |
1376 | 2024-11-13T04:25:55.668Z | Compiling unicode-properties v0.1.3 |
1377 | 2024-11-13T04:25:55.945Z | Compiling rayon-core v1.12.1 |
1378 | 2024-11-13T04:25:56.062Z | Compiling hyper v1.4.1 |
1379 | 2024-11-13T04:25:56.219Z | Compiling ipnet v2.10.1 |
1380 | 2024-11-13T04:25:57.518Z | Compiling openssl-probe v0.1.5 |
1381 | 2024-11-13T04:25:57.539Z | Compiling mime v0.3.17 |
1382 | 2024-11-13T04:25:57.891Z | Compiling signal-hook v0.3.17 |
1383 | 2024-11-13T04:25:58.165Z | Compiling schemars_derive v0.8.21 |
1384 | 2024-11-13T04:25:58.246Z | Compiling stringprep v0.1.5 |
1385 | 2024-11-13T04:25:59.532Z | Compiling hyper-util v0.1.10 |
1386 | 2024-11-13T04:25:59.788Z | Compiling addr2line v0.24.2 |
1387 | 2024-11-13T04:26:00.311Z | Compiling toml_edit v0.22.22 |
1388 | 2024-11-13T04:26:00.575Z | Compiling usdt-macro v0.5.0 |
1389 | 2024-11-13T04:26:00.599Z | Compiling usdt-attr-macro v0.5.0 |
1390 | 2024-11-13T04:26:01.618Z | Compiling crossbeam-deque v0.8.5 |
1391 | 2024-11-13T04:26:01.704Z | Compiling term v0.7.0 |
1392 | 2024-11-13T04:26:01.958Z | Compiling slog-json v2.6.1 |
1393 | 2024-11-13T04:26:02.095Z | Compiling serde_urlencoded v0.7.1 |
1394 | 2024-11-13T04:26:02.169Z | Compiling crossbeam-channel v0.5.13 |
1395 | 2024-11-13T04:26:02.328Z | Compiling curve25519-dalek v4.1.3 |
1396 | 2024-11-13T04:26:02.653Z | Compiling enum-as-inner v0.6.1 |
1397 | 2024-11-13T04:26:02.833Z | Compiling futures-executor v0.3.31 |
1398 | 2024-11-13T04:26:02.945Z | Compiling md-5 v0.10.6 |
1399 | 2024-11-13T04:26:03.222Z | Compiling rustls-pemfile v2.2.0 |
1400 | 2024-11-13T04:26:03.240Z | Compiling async-stream-impl v0.3.6 |
1401 | 2024-11-13T04:26:03.294Z | Compiling num-integer v0.1.46 |
1402 | 2024-11-13T04:26:03.422Z | Compiling idna v0.3.0 |
1403 | 2024-11-13T04:26:03.560Z | Compiling idna v0.4.0 |
1404 | 2024-11-13T04:26:03.697Z | Compiling hash32 v0.2.1 |
1405 | 2024-11-13T04:26:04.076Z | Compiling ff v0.13.0 |
1406 | 2024-11-13T04:26:04.098Z | Compiling is-terminal v0.4.13 |
1407 | 2024-11-13T04:26:04.242Z | Compiling object v0.36.5 |
1408 | 2024-11-13T04:26:04.305Z | Compiling dropshot v0.12.0 |
1409 | 2024-11-13T04:26:04.598Z | Compiling num-bigint-dig v0.8.4 |
1410 | 2024-11-13T04:26:04.621Z | Compiling anyhow v1.0.93 |
1411 | 2024-11-13T04:26:04.926Z | Compiling quick-error v1.2.3 |
1412 | 2024-11-13T04:26:05.082Z | Compiling base16ct v0.2.0 |
1413 | 2024-11-13T04:26:05.215Z | Compiling portable-atomic v1.9.0 |
1414 | 2024-11-13T04:26:05.305Z | Compiling dyn-clone v1.0.17 |
1415 | 2024-11-13T04:26:05.348Z | Compiling smoltcp v0.9.1 |
1416 | 2024-11-13T04:26:05.419Z | Compiling take_mut v0.2.2 |
1417 | 2024-11-13T04:26:05.540Z | Compiling fallible-iterator v0.2.0 |
1418 | 2024-11-13T04:26:05.580Z | Compiling linked-hash-map v0.5.6 |
1419 | 2024-11-13T04:26:05.992Z | Compiling utf-8 v0.7.6 |
1420 | 2024-11-13T04:26:06.124Z | Compiling psl-types v2.0.11 |
1421 | 2024-11-13T04:26:06.259Z | Compiling rustc-demangle v0.1.24 |
1422 | 2024-11-13T04:26:06.296Z | Compiling publicsuffix v2.2.3 |
1423 | 2024-11-13T04:26:06.312Z | Compiling postgres-protocol v0.6.7 |
1424 | 2024-11-13T04:26:06.407Z | Compiling tungstenite v0.24.0 |
1425 | 2024-11-13T04:26:06.588Z | Compiling lru-cache v0.1.2 |
1426 | 2024-11-13T04:26:08.076Z | Compiling sec1 v0.7.3 |
1427 | 2024-11-13T04:26:08.096Z | Compiling resolv-conf v0.7.0 |
1428 | 2024-11-13T04:26:08.698Z | Compiling async-stream v0.3.6 |
1429 | 2024-11-13T04:26:08.908Z | Compiling hickory-proto v0.24.1 |
1430 | 2024-11-13T04:26:08.931Z | Compiling group v0.13.0 |
1431 | 2024-11-13T04:26:08.950Z | Compiling usdt v0.5.0 |
1432 | 2024-11-13T04:26:08.996Z | Compiling slog-term v2.9.1 |
1433 | 2024-11-13T04:26:09.466Z | Compiling num-iter v0.1.45 |
1434 | 2024-11-13T04:26:09.689Z | Compiling toml v0.8.19 |
1435 | 2024-11-13T04:26:10.308Z | Compiling futures v0.3.31 |
1436 | 2024-11-13T04:26:10.560Z | Compiling slog-bunyan v2.5.0 |
1437 | 2024-11-13T04:26:11.489Z | Compiling tokio-native-tls v0.3.1 |
1438 | 2024-11-13T04:26:11.912Z | Compiling backtrace v0.3.74 |
1439 | 2024-11-13T04:26:12.403Z | Compiling camino v1.1.9 |
1440 | 2024-11-13T04:26:12.589Z | Compiling phf_shared v0.11.2 |
1441 | 2024-11-13T04:26:12.611Z | Compiling dropshot_endpoint v0.12.0 |
1442 | 2024-11-13T04:26:12.806Z | Compiling terminal_size v0.4.0 |
1443 | 2024-11-13T04:26:12.997Z | Compiling waitgroup v0.1.2 |
1444 | 2024-11-13T04:26:13.033Z | Compiling openapiv3 v2.0.0 |
1445 | 2024-11-13T04:26:13.232Z | Compiling serde_path_to_error v0.1.16 |
1446 | 2024-11-13T04:26:13.429Z | Compiling hkdf v0.12.4 |
1447 | 2024-11-13T04:26:13.702Z | Compiling crypto-bigint v0.5.5 |
1448 | 2024-11-13T04:26:14.119Z | Compiling webpki-roots v0.26.6 |
1449 | 2024-11-13T04:26:14.345Z | Compiling curve25519-dalek-derive v0.1.1 |
1450 | 2024-11-13T04:26:15.772Z | Compiling zerocopy-derive v0.6.6 |
1451 | 2024-11-13T04:26:16.006Z | Compiling idna v0.5.0 |
1452 | 2024-11-13T04:26:16.561Z | Compiling hubpack_derive v0.1.1 |
1453 | 2024-11-13T04:26:17.467Z | Compiling hostname v0.4.0 |
1454 | 2024-11-13T04:26:17.490Z | Compiling fs-err v2.11.0 |
1455 | 2024-11-13T04:26:17.638Z | Compiling crc32fast v1.4.2 |
1456 | 2024-11-13T04:26:17.712Z | Compiling ahash v0.8.11 |
1457 | 2024-11-13T04:26:17.734Z | Compiling winnow v0.5.40 |
1458 | 2024-11-13T04:26:17.770Z | Compiling bitflags v1.3.2 |
1459 | 2024-11-13T04:26:17.886Z | Compiling debug-ignore v1.0.5 |
1460 | 2024-11-13T04:26:17.995Z | Compiling managed v0.8.0 |
1461 | 2024-11-13T04:26:18.049Z | Compiling clap_builder v4.5.20 |
1462 | 2024-11-13T04:26:18.105Z | Compiling zerocopy v0.6.6 |
1463 | 2024-11-13T04:26:18.145Z | Compiling console v0.15.8 |
1464 | 2024-11-13T04:26:18.982Z | Compiling flate2 v1.0.34 |
1465 | 2024-11-13T04:26:19.835Z | Compiling strum_macros v0.25.3 |
1466 | 2024-11-13T04:26:19.973Z | Compiling hubpack v0.1.2 |
1467 | 2024-11-13T04:26:20.016Z | Compiling cookie_store v0.21.0 |
1468 | 2024-11-13T04:26:20.036Z | Compiling elliptic-curve v0.13.8 |
1469 | 2024-11-13T04:26:20.831Z | Compiling hickory-resolver v0.24.1 |
1470 | 2024-11-13T04:26:20.900Z | Compiling phf v0.11.2 |
1471 | 2024-11-13T04:26:21.622Z | Compiling toml_edit v0.19.15 |
1472 | 2024-11-13T04:26:21.783Z | Compiling signal-hook-mio v0.2.4 |
1473 | 2024-11-13T04:26:21.956Z | Compiling hyper-tls v0.6.0 |
1474 | 2024-11-13T04:26:22.083Z | Compiling rayon v1.10.0 |
1475 | 2024-11-13T04:26:22.390Z | Compiling bzip2 v0.4.4 |
1476 | 2024-11-13T04:26:24.057Z | Compiling tokio-tungstenite v0.24.0 |
1477 | 2024-11-13T04:26:24.621Z | Compiling postgres-types v0.2.8 |
1478 | 2024-11-13T04:26:27.126Z | Compiling ed25519 v2.2.3 |
1479 | 2024-11-13T04:26:27.661Z | Compiling phf_shared v0.10.0 |
1480 | 2024-11-13T04:26:27.804Z | Compiling tokio-stream v0.1.16 |
1481 | 2024-11-13T04:26:27.881Z | Compiling pkcs1 v0.7.5 |
1482 | 2024-11-13T04:26:28.068Z | Compiling serde-big-array v0.5.1 |
1483 | 2024-11-13T04:26:28.336Z | Compiling clap_derive v4.5.18 |
1484 | 2024-11-13T04:26:28.735Z | Compiling rfc6979 v0.4.0 |
1485 | 2024-11-13T04:26:28.926Z | Compiling derive-where v1.2.7 |
1486 | 2024-11-13T04:26:28.926Z | Compiling serde_repr v0.1.19 |
1487 | 2024-11-13T04:26:28.966Z | Compiling float-cmp v0.9.0 |
1488 | 2024-11-13T04:26:29.060Z | Compiling bstr v1.10.0 |
1489 | 2024-11-13T04:26:29.199Z | Compiling sync_wrapper v1.0.1 |
1490 | 2024-11-13T04:26:29.359Z | Compiling fixedbitset v0.4.2 |
1491 | 2024-11-13T04:26:29.828Z | Compiling new_debug_unreachable v1.0.6 |
1492 | 2024-11-13T04:26:29.857Z | Compiling difflib v0.4.0 |
1493 | 2024-11-13T04:26:29.938Z | Compiling precomputed-hash v0.1.1 |
1494 | 2024-11-13T04:26:30.064Z | Compiling predicates-core v1.0.8 |
1495 | 2024-11-13T04:26:30.180Z | Compiling unicode-segmentation v1.12.0 |
1496 | 2024-11-13T04:26:30.436Z | Compiling normalize-line-endings v0.3.0 |
1497 | 2024-11-13T04:26:30.571Z | Compiling static_assertions v1.1.0 |
1498 | 2024-11-13T04:26:30.683Z | Compiling whoami v1.5.2 |
1499 | 2024-11-13T04:26:30.962Z | Compiling number_prefix v0.4.0 |
1500 | 2024-11-13T04:26:31.100Z | Compiling bit-vec v0.6.3 |
1501 | 2024-11-13T04:26:31.203Z | Compiling indicatif v0.17.8 |
1502 | 2024-11-13T04:26:31.351Z | Compiling tokio-postgres v0.7.12 |
1503 | 2024-11-13T04:26:31.566Z | Compiling bit-set v0.5.3 |
1504 | 2024-11-13T04:26:31.566Z | Compiling similar v2.6.0 |
1505 | 2024-11-13T04:26:31.861Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1506 | 2024-11-13T04:26:32.628Z | Compiling predicates v3.1.2 |
1507 | 2024-11-13T04:26:33.503Z | Compiling string_cache v0.8.7 |
1508 | 2024-11-13T04:26:33.661Z | Compiling clap v4.5.20 |
1509 | 2024-11-13T04:26:33.792Z | Compiling petgraph v0.6.5 |
1510 | 2024-11-13T04:26:33.987Z | Compiling ecdsa v0.16.9 |
1511 | 2024-11-13T04:26:34.125Z | Compiling rsa v0.9.6 |
1512 | 2024-11-13T04:26:34.523Z | Compiling ed25519-dalek v2.1.1 |
1513 | 2024-11-13T04:26:34.915Z | Compiling toml v0.7.8 |
1514 | 2024-11-13T04:26:35.950Z | Compiling zip v0.6.6 |
1515 | 2024-11-13T04:26:36.733Z | Compiling crossterm v0.28.1 |
1516 | 2024-11-13T04:26:37.826Z | Compiling hex v0.4.3 |
1517 | 2024-11-13T04:26:38.163Z | Compiling x509-cert v0.2.5 |
1518 | 2024-11-13T04:26:38.166Z | Compiling itertools v0.10.5 |
1519 | 2024-11-13T04:26:38.296Z | Compiling lalrpop-util v0.19.12 |
1520 | 2024-11-13T04:26:38.453Z | Compiling unicode-xid v0.2.6 |
1521 | 2024-11-13T04:26:38.646Z | Compiling peg-runtime v0.8.3 |
1522 | 2024-11-13T04:26:38.666Z | Compiling strum_macros v0.26.4 |
1523 | 2024-11-13T04:26:39.101Z | Compiling xattr v1.3.1 |
1524 | 2024-11-13T04:26:39.331Z | Compiling filetime v0.2.25 |
1525 | 2024-11-13T04:26:39.681Z | Compiling tar v0.4.43 |
1526 | 2024-11-13T04:26:43.989Z | Compiling strum v0.26.3 |
1527 | 2024-11-13T04:26:46.808Z | Compiling aws-lc-sys v0.22.0 |
1528 | 2024-11-13T04:27:19.149Z | Compiling rustls-webpki v0.102.8 |
1529 | 2024-11-13T04:27:22.754Z | Compiling tokio-rustls v0.25.0 |
1530 | 2024-11-13T04:27:24.269Z | Compiling tokio-rustls v0.26.0 |
1531 | 2024-11-13T04:27:24.560Z | Compiling hyper-rustls v0.27.3 |
1532 | 2024-11-13T04:27:24.963Z | Compiling reqwest v0.12.9 |
1533 | 2024-11-13T04:27:26.230Z | Compiling qorb v0.2.0 |
1534 | 2024-11-13T04:27:31.231Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1535 | 2024-11-13T04:27:31.484Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1536 | 2024-11-13T04:27:37.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s |
1537 | 2024-11-13T04:27:37.621Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1538 | 2024-11-13T04:27:37.672Z | Nov 13 04:27:36.453 INFO Starting download, target: Console |
1539 | 2024-11-13T04:27:37.673Z | Nov 13 04:27:36.454 INFO Starting download, target: Clickhouse |
1540 | 2024-11-13T04:27:37.673Z | Nov 13 04:27:36.454 INFO Starting download, target: Cockroach |
1541 | 2024-11-13T04:27:37.673Z | Nov 13 04:27:36.454 INFO Starting download, target: DendriteOpenapi |
1542 | 2024-11-13T04:27:37.673Z | Nov 13 04:27:36.454 INFO Starting download, target: DendriteStub |
1543 | 2024-11-13T04:27:37.675Z | Nov 13 04:27:36.454 INFO Starting download, target: MaghemiteMgd |
1544 | 2024-11-13T04:27:37.675Z | Nov 13 04:27:36.454 INFO Starting download, target: TransceiverControl |
1545 | 2024-11-13T04:27:37.675Z | Nov 13 04:27:36.454 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1546 | 2024-11-13T04:27:37.675Z | Nov 13 04:27:36.454 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1547 | 2024-11-13T04:27:37.675Z | Nov 13 04:27:36.454 INFO Downloading out/downloads/dpd-5b1d590426971e481d927d3978e918ec25f3ad21.json (attempt 1/3), target: DendriteOpenapi |
1548 | 2024-11-13T04:27:37.675Z | Nov 13 04:27:36.454 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1549 | 2024-11-13T04:27:37.675Z | Nov 13 04:27:36.454 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1550 | 2024-11-13T04:27:37.675Z | Nov 13 04:27:36.455 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1551 | 2024-11-13T04:27:37.675Z | Nov 13 04:27:36.455 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1552 | 2024-11-13T04:27:37.966Z | Nov 13 04:27:36.742 INFO Download complete, target: DendriteOpenapi |
1553 | 2024-11-13T04:27:38.156Z | Nov 13 04:27:36.934 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1554 | 2024-11-13T04:27:38.307Z | Nov 13 04:27:37.088 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1555 | 2024-11-13T04:27:38.665Z | Nov 13 04:27:37.437 INFO Download complete, target: Console |
1556 | 2024-11-13T04:27:38.692Z | Nov 13 04:27:37.470 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1557 | 2024-11-13T04:27:38.846Z | Nov 13 04:27:37.625 INFO Download complete, target: TransceiverControl |
1558 | 2024-11-13T04:27:38.894Z | Nov 13 04:27:37.674 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1559 | 2024-11-13T04:27:39.437Z | Nov 13 04:27:38.219 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1560 | 2024-11-13T04:27:39.437Z | Nov 13 04:27:38.219 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1561 | 2024-11-13T04:27:39.588Z | Nov 13 04:27:38.370 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1562 | 2024-11-13T04:27:41.642Z | Nov 13 04:27:40.425 INFO Download complete, target: DendriteStub |
1563 | 2024-11-13T04:27:41.829Z | Nov 13 04:27:40.612 INFO Download complete, target: MaghemiteMgd |
1564 | 2024-11-13T04:27:47.121Z | Nov 13 04:27:45.907 INFO Checking that binary works, target: Cockroach |
1565 | 2024-11-13T04:27:47.350Z | Nov 13 04:27:46.135 INFO Download complete, target: Cockroach |
1566 | 2024-11-13T04:27:52.255Z | Nov 13 04:27:51.043 INFO Checking that binary works, target: Clickhouse |
1567 | 2024-11-13T04:27:52.722Z | Nov 13 04:27:51.510 INFO Download complete, target: Clickhouse |
1568 | 2024-11-13T04:27:52.773Z | All builder prerequisites installed successfully, and PATH looks valid |
1569 | 2024-11-13T04:27:52.775Z | |
1570 | 2024-11-13T04:27:52.776Z | real 6:19.463243060 |
1571 | 2024-11-13T04:27:52.776Z | user 16:51.119022527 |
1572 | 2024-11-13T04:27:52.776Z | sys 3:19.541191273 |
1573 | 2024-11-13T04:27:52.776Z | trap 0.586845527 |
1574 | 2024-11-13T04:27:52.776Z | tflt 5.452343875 |
1575 | 2024-11-13T04:27:52.776Z | dflt 5.054287055 |
1576 | 2024-11-13T04:27:52.776Z | kflt 0.482624665 |
1577 | 2024-11-13T04:27:52.777Z | lock 30:53.510314200 |
1578 | 2024-11-13T04:27:52.777Z | slp 1:06:10.021674293 |
1579 | 2024-11-13T04:27:52.777Z | lat 57.845686109 |
1580 | 2024-11-13T04:27:52.777Z | stop 2:21.414700638 |
1581 | 2024-11-13T04:27:52.777Z | + banner clippy |
1582 | 2024-11-13T04:27:52.779Z | |
1583 | 2024-11-13T04:27:52.779Z | #### # # ##### ##### # # |
1584 | 2024-11-13T04:27:52.779Z | # # # # # # # # # # |
1585 | 2024-11-13T04:27:52.779Z | # # # # # # # # |
1586 | 2024-11-13T04:27:52.779Z | # # # ##### ##### # |
1587 | 2024-11-13T04:27:52.780Z | # # # # # # # |
1588 | 2024-11-13T04:27:52.780Z | #### ###### # # # # |
1589 | 2024-11-13T04:27:52.780Z | |
1590 | 2024-11-13T04:27:52.780Z | + export CARGO_INCREMENTAL=0 |
1591 | 2024-11-13T04:27:52.780Z | + CARGO_INCREMENTAL=0 |
1592 | 2024-11-13T04:27:52.780Z | + ptime -m cargo xtask clippy |
1593 | 2024-11-13T04:27:53.300Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1594 | 2024-11-13T04:27:56.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s |
1595 | 2024-11-13T04:27:56.860Z | Running `target/debug/xtask clippy` |
1596 | 2024-11-13T04:27:56.883Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1597 | 2024-11-13T04:27:57.554Z | Downloading crates ... |
1598 | 2024-11-13T04:27:57.910Z | Downloaded async-channel v1.9.0 |
1599 | 2024-11-13T04:27:57.912Z | Downloaded async-signal v0.2.10 |
1600 | 2024-11-13T04:27:57.917Z | Downloaded assert_cmd v2.0.16 |
1601 | 2024-11-13T04:27:57.919Z | Downloaded anes v0.1.6 |
1602 | 2024-11-13T04:27:57.924Z | Downloaded target-triple v0.1.3 |
1603 | 2024-11-13T04:27:57.926Z | Downloaded async-global-executor v2.4.1 |
1604 | 2024-11-13T04:27:57.929Z | Downloaded plotters-backend v0.3.7 |
1605 | 2024-11-13T04:27:57.931Z | Downloaded indoc v2.0.5 |
1606 | 2024-11-13T04:27:57.935Z | Downloaded async-lock v3.4.0 |
1607 | 2024-11-13T04:27:57.939Z | Downloaded cfg-expr v0.17.0 |
1608 | 2024-11-13T04:27:57.943Z | Downloaded assert-json-diff v2.0.2 |
1609 | 2024-11-13T04:27:57.943Z | Downloaded piper v0.2.4 |
1610 | 2024-11-13T04:27:57.945Z | Downloaded criterion v0.5.1 |
1611 | 2024-11-13T04:27:57.950Z | Downloaded blocking v1.6.1 |
1612 | 2024-11-13T04:27:57.953Z | Downloaded concurrent-queue v2.5.0 |
1613 | 2024-11-13T04:27:57.955Z | Downloaded async-object-pool v0.1.5 |
1614 | 2024-11-13T04:27:57.955Z | Downloaded criterion-plot v0.5.0 |
1615 | 2024-11-13T04:27:57.958Z | Downloaded cast v0.3.0 |
1616 | 2024-11-13T04:27:57.962Z | Downloaded trybuild v1.0.101 |
1617 | 2024-11-13T04:27:57.967Z | Downloaded async-channel v2.3.1 |
1618 | 2024-11-13T04:27:57.986Z | Downloaded rustls-native-certs v0.7.3 |
1619 | 2024-11-13T04:27:57.989Z | Downloaded async-task v4.7.1 |
1620 | 2024-11-13T04:27:57.992Z | Downloaded async-io v2.3.4 |
1621 | 2024-11-13T04:27:57.994Z | Downloaded async-executor v1.13.1 |
1622 | 2024-11-13T04:27:57.997Z | Downloaded libtest-mimic v0.7.3 |
1623 | 2024-11-13T04:27:58.000Z | Downloaded event-listener v2.5.3 |
1624 | 2024-11-13T04:27:58.000Z | Downloaded approx v0.5.1 |
1625 | 2024-11-13T04:27:58.005Z | Downloaded relative-path v1.9.3 |
1626 | 2024-11-13T04:27:58.005Z | Downloaded pretty_assertions v1.4.1 |
1627 | 2024-11-13T04:27:58.007Z | Downloaded proc-macro-crate v3.2.0 |
1628 | 2024-11-13T04:27:58.008Z | Downloaded escape8259 v0.5.3 |
1629 | 2024-11-13T04:27:58.008Z | Downloaded doc-comment v0.3.3 |
1630 | 2024-11-13T04:27:58.008Z | Downloaded plotters-svg v0.3.7 |
1631 | 2024-11-13T04:27:58.010Z | Downloaded pathdiff v0.2.2 |
1632 | 2024-11-13T04:27:58.010Z | Downloaded guppy-workspace-hack v0.1.0 |
1633 | 2024-11-13T04:27:58.010Z | Downloaded httptest v0.16.1 |
1634 | 2024-11-13T04:27:58.014Z | Downloaded nested v0.1.1 |
1635 | 2024-11-13T04:27:58.014Z | Downloaded blake2b_simd v1.0.2 |
1636 | 2024-11-13T04:27:58.018Z | Downloaded async-process v2.3.0 |
1637 | 2024-11-13T04:27:58.018Z | Downloaded target-lexicon v0.12.16 |
1638 | 2024-11-13T04:27:58.021Z | Downloaded async-attributes v1.1.2 |
1639 | 2024-11-13T04:27:58.022Z | Downloaded parking v2.2.1 |
1640 | 2024-11-13T04:27:58.025Z | Downloaded path-tree v0.8.1 |
1641 | 2024-11-13T04:27:58.025Z | Downloaded oorandom v11.1.4 |
1642 | 2024-11-13T04:27:58.025Z | Downloaded event-listener-strategy v0.5.2 |
1643 | 2024-11-13T04:27:58.028Z | Downloaded kv-log-macro v1.0.7 |
1644 | 2024-11-13T04:27:58.030Z | Downloaded threadpool v1.8.1 |
1645 | 2024-11-13T04:27:58.033Z | Downloaded target-spec v3.2.2 |
1646 | 2024-11-13T04:27:58.033Z | Downloaded rstest_macros v0.23.0 |
1647 | 2024-11-13T04:27:58.036Z | Downloaded partial-io v0.5.4 |
1648 | 2024-11-13T04:27:58.038Z | Downloaded tinytemplate v1.2.1 |
1649 | 2024-11-13T04:27:58.043Z | Downloaded similar-asserts v1.6.0 |
1650 | 2024-11-13T04:27:58.046Z | Downloaded serde_regex v1.1.0 |
1651 | 2024-11-13T04:27:58.046Z | Downloaded hyper-rustls v0.26.0 |
1652 | 2024-11-13T04:27:58.046Z | Downloaded futures-timer v3.0.3 |
1653 | 2024-11-13T04:27:58.049Z | Downloaded stringmetrics v2.2.2 |
1654 | 2024-11-13T04:27:58.049Z | Downloaded event-listener v5.3.1 |
1655 | 2024-11-13T04:27:58.054Z | Downloaded rust-argon2 v2.1.0 |
1656 | 2024-11-13T04:27:58.057Z | Downloaded futures-lite v2.3.0 |
1657 | 2024-11-13T04:27:58.059Z | Downloaded rstest v0.23.0 |
1658 | 2024-11-13T04:27:58.064Z | Downloaded yansi v1.0.1 |
1659 | 2024-11-13T04:27:58.069Z | Downloaded rand_distr v0.4.3 |
1660 | 2024-11-13T04:27:58.072Z | Downloaded polling v3.7.3 |
1661 | 2024-11-13T04:27:58.073Z | Downloaded num_cpus v1.16.0 |
1662 | 2024-11-13T04:27:58.075Z | Downloaded fancy-regex v0.13.0 |
1663 | 2024-11-13T04:27:58.079Z | Downloaded async-std v1.13.0 |
1664 | 2024-11-13T04:27:58.098Z | Downloaded plotters v0.3.7 |
1665 | 2024-11-13T04:27:58.107Z | Downloaded guppy v0.17.8 |
1666 | 2024-11-13T04:27:58.122Z | Downloaded datatest-stable v0.2.9 |
1667 | 2024-11-13T04:27:58.188Z | Downloaded httpmock v0.8.0-alpha.1 |
1668 | 2024-11-13T04:27:58.965Z | Checking cfg-if v1.0.0 |
1669 | 2024-11-13T04:27:59.041Z | Checking libc v0.2.162 |
1670 | 2024-11-13T04:27:59.062Z | Checking serde v1.0.215 |
1671 | 2024-11-13T04:27:59.084Z | Checking memchr v2.7.4 |
1672 | 2024-11-13T04:27:59.108Z | Checking value-bag v1.9.0 |
1673 | 2024-11-13T04:27:59.134Z | Checking scopeguard v1.2.0 |
1674 | 2024-11-13T04:27:59.158Z | Checking zeroize v1.8.1 |
1675 | 2024-11-13T04:27:59.187Z | Checking smallvec v1.13.2 |
1676 | 2024-11-13T04:27:59.216Z | Checking itoa v1.0.11 |
1677 | 2024-11-13T04:27:59.293Z | Checking lock_api v0.4.12 |
1678 | 2024-11-13T04:27:59.443Z | Checking byteorder v1.5.0 |
1679 | 2024-11-13T04:27:59.471Z | Checking pin-project-lite v0.2.14 |
1680 | 2024-11-13T04:27:59.526Z | Checking log v0.4.22 |
1681 | 2024-11-13T04:27:59.553Z | Checking subtle v2.6.1 |
1682 | 2024-11-13T04:27:59.601Z | Checking once_cell v1.20.2 |
1683 | 2024-11-13T04:27:59.753Z | Checking typenum v1.17.0 |
1684 | 2024-11-13T04:27:59.844Z | Checking futures-core v0.3.31 |
1685 | 2024-11-13T04:27:59.874Z | Checking thiserror v1.0.69 |
1686 | 2024-11-13T04:27:59.931Z | Checking libm v0.2.8 |
1687 | 2024-11-13T04:27:59.958Z | Checking zerocopy v0.7.35 |
1688 | 2024-11-13T04:28:00.022Z | Checking ryu v1.0.18 |
1689 | 2024-11-13T04:28:00.051Z | Checking spin v0.9.8 |
1690 | 2024-11-13T04:28:00.082Z | Checking const-oid v0.9.6 |
1691 | 2024-11-13T04:28:00.121Z | Checking getrandom v0.2.15 |
1692 | 2024-11-13T04:28:00.269Z | Checking signal-hook-registry v1.4.2 |
1693 | 2024-11-13T04:28:00.367Z | Checking rand_core v0.6.4 |
1694 | 2024-11-13T04:28:00.423Z | Checking parking_lot_core v0.9.10 |
1695 | 2024-11-13T04:28:00.543Z | Checking mio v1.0.2 |
1696 | 2024-11-13T04:28:00.701Z | Checking socket2 v0.5.7 |
1697 | 2024-11-13T04:28:00.767Z | Checking parking_lot v0.12.3 |
1698 | 2024-11-13T04:28:00.827Z | Checking num-traits v0.2.19 |
1699 | 2024-11-13T04:28:01.144Z | Checking generic-array v0.14.7 |
1700 | 2024-11-13T04:28:01.171Z | Checking futures-io v0.3.31 |
1701 | 2024-11-13T04:28:01.204Z | Checking slab v0.4.9 |
1702 | 2024-11-13T04:28:01.231Z | Checking allocator-api2 v0.2.18 |
1703 | 2024-11-13T04:28:01.361Z | Checking cpufeatures v0.2.14 |
1704 | 2024-11-13T04:28:01.393Z | Checking futures-sink v0.3.31 |
1705 | 2024-11-13T04:28:01.472Z | Checking pin-utils v0.1.0 |
1706 | 2024-11-13T04:28:01.502Z | Checking foldhash v0.1.3 |
1707 | 2024-11-13T04:28:01.552Z | Checking equivalent v1.0.1 |
1708 | 2024-11-13T04:28:01.580Z | Checking futures-channel v0.3.31 |
1709 | 2024-11-13T04:28:01.676Z | Checking futures-task v0.3.31 |
1710 | 2024-11-13T04:28:01.726Z | Checking stable_deref_trait v1.2.0 |
1711 | 2024-11-13T04:28:01.841Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1712 | 2024-11-13T04:28:01.863Z | Checking hashbrown v0.15.0 |
1713 | 2024-11-13T04:28:01.933Z | Checking iana-time-zone v0.1.61 |
1714 | 2024-11-13T04:28:01.960Z | Checking futures-util v0.3.31 |
1715 | 2024-11-13T04:28:01.963Z | Checking fnv v1.0.7 |
1716 | 2024-11-13T04:28:02.104Z | Checking ppv-lite86 v0.2.20 |
1717 | 2024-11-13T04:28:02.131Z | Checking errno v0.3.9 |
1718 | 2024-11-13T04:28:02.205Z | Checking tracing-core v0.1.32 |
1719 | 2024-11-13T04:28:02.324Z | Checking zerofrom v0.1.4 |
1720 | 2024-11-13T04:28:02.350Z | Checking crypto-common v0.1.6 |
1721 | 2024-11-13T04:28:02.550Z | Checking block-buffer v0.10.4 |
1722 | 2024-11-13T04:28:02.575Z | Checking block-padding v0.3.3 |
1723 | 2024-11-13T04:28:02.577Z | Checking yoke v0.7.4 |
1724 | 2024-11-13T04:28:02.794Z | Checking digest v0.10.7 |
1725 | 2024-11-13T04:28:02.819Z | Checking dyn-clone v1.0.17 |
1726 | 2024-11-13T04:28:02.883Z | Checking tracing v0.1.40 |
1727 | 2024-11-13T04:28:02.946Z | Checking zerovec v0.10.4 |
1728 | 2024-11-13T04:28:02.969Z | Checking rand_chacha v0.3.1 |
1729 | 2024-11-13T04:28:02.971Z | Checking inout v0.1.3 |
1730 | 2024-11-13T04:28:03.063Z | Checking crossbeam-utils v0.8.20 |
1731 | 2024-11-13T04:28:03.172Z | Checking percent-encoding v2.3.1 |
1732 | 2024-11-13T04:28:03.221Z | Checking cipher v0.4.4 |
1733 | 2024-11-13T04:28:03.246Z | Checking litemap v0.7.3 |
1734 | 2024-11-13T04:28:03.369Z | Checking rand v0.8.5 |
1735 | 2024-11-13T04:28:03.394Z | Checking writeable v0.5.5 |
1736 | 2024-11-13T04:28:03.602Z | Checking tinyvec_macros v0.1.1 |
1737 | 2024-11-13T04:28:03.643Z | Checking base64ct v1.6.0 |
1738 | 2024-11-13T04:28:03.704Z | Checking tinyvec v1.8.0 |
1739 | 2024-11-13T04:28:03.736Z | Checking icu_locid_transform_data v1.5.0 |
1740 | 2024-11-13T04:28:03.794Z | Checking regex-syntax v0.8.5 |
1741 | 2024-11-13T04:28:03.837Z | Checking form_urlencoded v1.2.1 |
1742 | 2024-11-13T04:28:04.005Z | Checking bytes v1.8.0 |
1743 | 2024-11-13T04:28:04.057Z | Checking bitflags v2.6.0 |
1744 | 2024-11-13T04:28:04.096Z | Checking serde_json v1.0.132 |
1745 | 2024-11-13T04:28:04.386Z | Checking indexmap v2.6.0 |
1746 | 2024-11-13T04:28:04.649Z | Checking chrono v0.4.38 |
1747 | 2024-11-13T04:28:04.707Z | Checking rustix v0.38.37 |
1748 | 2024-11-13T04:28:04.828Z | Checking tokio v1.40.0 |
1749 | 2024-11-13T04:28:05.037Z | Checking uuid v1.10.0 |
1750 | 2024-11-13T04:28:05.650Z | Checking http v1.1.0 |
1751 | 2024-11-13T04:28:05.713Z | Checking tinystr v0.7.6 |
1752 | 2024-11-13T04:28:05.916Z | Checking unicode-normalization v0.1.24 |
1753 | 2024-11-13T04:28:06.092Z | Checking icu_locid v1.5.0 |
1754 | 2024-11-13T04:28:06.848Z | Checking icu_collections v1.5.0 |
1755 | 2024-11-13T04:28:06.876Z | Checking schemars v0.8.21 |
1756 | 2024-11-13T04:28:06.998Z | Checking hmac v0.12.1 |
1757 | 2024-11-13T04:28:07.075Z | Checking httparse v1.9.5 |
1758 | 2024-11-13T04:28:07.180Z | Checking icu_provider v1.5.0 |
1759 | 2024-11-13T04:28:07.239Z | Checking icu_properties_data v1.5.0 |
1760 | 2024-11-13T04:28:07.241Z | Checking atomic-waker v1.1.2 |
1761 | 2024-11-13T04:28:07.398Z | Checking sha2 v0.10.8 |
1762 | 2024-11-13T04:28:07.509Z | Checking aho-corasick v1.1.3 |
1763 | 2024-11-13T04:28:07.536Z | Checking utf16_iter v1.0.5 |
1764 | 2024-11-13T04:28:07.562Z | Checking unicode-bidi v0.3.17 |
1765 | 2024-11-13T04:28:07.702Z | Checking icu_normalizer_data v1.5.0 |
1766 | 2024-11-13T04:28:07.820Z | Checking write16 v1.0.0 |
1767 | 2024-11-13T04:28:07.864Z | Checking icu_locid_transform v1.5.0 |
1768 | 2024-11-13T04:28:07.946Z | Checking utf8_iter v1.0.4 |
1769 | 2024-11-13T04:28:07.976Z | Checking untrusted v0.9.0 |
1770 | 2024-11-13T04:28:08.150Z | Checking lazy_static v1.5.0 |
1771 | 2024-11-13T04:28:08.153Z | Checking ring v0.17.8 |
1772 | 2024-11-13T04:28:08.224Z | Checking unicode-ident v1.0.13 |
1773 | 2024-11-13T04:28:08.259Z | Checking adler2 v2.0.0 |
1774 | 2024-11-13T04:28:08.286Z | Checking powerfmt v0.2.0 |
1775 | 2024-11-13T04:28:08.405Z | Checking pem-rfc7468 v0.7.0 |
1776 | 2024-11-13T04:28:08.433Z | Checking miniz_oxide v0.8.0 |
1777 | 2024-11-13T04:28:08.525Z | Checking num_threads v0.1.7 |
1778 | 2024-11-13T04:28:08.554Z | Checking deranged v0.3.11 |
1779 | 2024-11-13T04:28:08.651Z | Checking rustls-pki-types v1.9.0 |
1780 | 2024-11-13T04:28:08.687Z | Checking time-core v0.1.2 |
1781 | 2024-11-13T04:28:08.839Z | Checking icu_properties v1.5.1 |
1782 | 2024-11-13T04:28:08.867Z | Checking num-conv v0.1.0 |
1783 | 2024-11-13T04:28:09.125Z | Checking proc-macro2 v1.0.89 |
1784 | 2024-11-13T04:28:09.164Z | Checking untrusted v0.7.1 |
1785 | 2024-11-13T04:28:09.197Z | Checking regex-automata v0.4.8 |
1786 | 2024-11-13T04:28:09.224Z | Checking http-body v1.0.1 |
1787 | 2024-11-13T04:28:09.331Z | Checking aws-lc-sys v0.22.0 |
1788 | 2024-11-13T04:28:09.431Z | Checking httpdate v1.0.3 |
1789 | 2024-11-13T04:28:09.684Z | Checking base64 v0.22.1 |
1790 | 2024-11-13T04:28:09.784Z | Checking quote v1.0.37 |
1791 | 2024-11-13T04:28:10.058Z | Checking flagset v0.4.6 |
1792 | 2024-11-13T04:28:10.126Z | Checking mirai-annotations v1.12.0 |
1793 | 2024-11-13T04:28:10.161Z | Checking try-lock v0.2.5 |
1794 | 2024-11-13T04:28:10.245Z | Checking der v0.7.9 |
1795 | 2024-11-13T04:28:10.311Z | Checking want v0.3.1 |
1796 | 2024-11-13T04:28:10.339Z | Checking syn v2.0.87 |
1797 | 2024-11-13T04:28:10.412Z | Checking time v0.3.36 |
1798 | 2024-11-13T04:28:10.503Z | Checking pbkdf2 v0.12.2 |
1799 | 2024-11-13T04:28:10.687Z | Checking aes v0.8.4 |
1800 | 2024-11-13T04:28:11.610Z | Checking cbc v0.1.2 |
1801 | 2024-11-13T04:28:11.830Z | Checking salsa20 v0.10.2 |
1802 | 2024-11-13T04:28:11.892Z | Checking aws-lc-rs v1.10.0 |
1803 | 2024-11-13T04:28:12.048Z | Checking ahash v0.8.11 |
1804 | 2024-11-13T04:28:12.138Z | Checking spki v0.7.3 |
1805 | 2024-11-13T04:28:12.177Z | Checking tokio-util v0.7.12 |
1806 | 2024-11-13T04:28:12.256Z | Checking icu_normalizer v1.5.0 |
1807 | 2024-11-13T04:28:12.442Z | Checking scrypt v0.11.0 |
1808 | 2024-11-13T04:28:12.650Z | Checking slog v2.7.0 |
1809 | 2024-11-13T04:28:12.687Z | Checking gimli v0.31.1 |
1810 | 2024-11-13T04:28:13.035Z | Checking tower-service v0.3.3 |
1811 | 2024-11-13T04:28:13.079Z | Checking idna_adapter v1.2.0 |
1812 | 2024-11-13T04:28:13.081Z | Checking h2 v0.4.6 |
1813 | 2024-11-13T04:28:13.155Z | Checking pkcs5 v0.7.1 |
1814 | 2024-11-13T04:28:13.157Z | Checking object v0.36.5 |
1815 | 2024-11-13T04:28:13.285Z | Checking idna v1.0.3 |
1816 | 2024-11-13T04:28:13.688Z | Checking rustc-demangle v0.1.24 |
1817 | 2024-11-13T04:28:13.715Z | Checking rustls-webpki v0.102.8 |
1818 | 2024-11-13T04:28:13.789Z | Checking url v2.5.3 |
1819 | 2024-11-13T04:28:13.915Z | Checking mime v0.3.17 |
1820 | 2024-11-13T04:28:14.124Z | Checking utf8parse v0.2.2 |
1821 | 2024-11-13T04:28:14.255Z | Checking regex v1.11.1 |
1822 | 2024-11-13T04:28:14.292Z | Checking pkcs8 v0.10.2 |
1823 | 2024-11-13T04:28:14.518Z | Checking ipnet v2.10.1 |
1824 | 2024-11-13T04:28:14.632Z | Checking unicode-width v0.1.14 |
1825 | 2024-11-13T04:28:14.670Z | Checking data-encoding v2.6.0 |
1826 | 2024-11-13T04:28:14.902Z | Checking http-body-util v0.1.2 |
1827 | 2024-11-13T04:28:14.969Z | Checking futures-executor v0.3.31 |
1828 | 2024-11-13T04:28:15.127Z | Checking toml_datetime v0.6.8 |
1829 | 2024-11-13T04:28:15.212Z | Checking serde_spanned v0.6.8 |
1830 | 2024-11-13T04:28:15.337Z | Checking foreign-types-shared v0.1.1 |
1831 | 2024-11-13T04:28:15.383Z | Checking openssl-probe v0.1.5 |
1832 | 2024-11-13T04:28:15.409Z | Checking anstyle v1.0.10 |
1833 | 2024-11-13T04:28:15.412Z | Checking futures v0.3.31 |
1834 | 2024-11-13T04:28:15.457Z | Checking foreign-types v0.3.2 |
1835 | 2024-11-13T04:28:15.529Z | Checking rustls-pemfile v2.2.0 |
1836 | 2024-11-13T04:28:15.531Z | Checking openssl-sys v0.9.104 |
1837 | 2024-11-13T04:28:15.578Z | Checking serde_urlencoded v0.7.1 |
1838 | 2024-11-13T04:28:15.747Z | Checking semver v1.0.23 |
1839 | 2024-11-13T04:28:15.798Z | Checking sha1 v0.10.6 |
1840 | 2024-11-13T04:28:15.996Z | Checking encoding_rs v0.8.34 |
1841 | 2024-11-13T04:28:16.100Z | Checking rustls v0.23.14 |
1842 | 2024-11-13T04:28:16.168Z | Checking anstyle-parse v0.2.5 |
1843 | 2024-11-13T04:28:16.464Z | Checking anstyle-query v1.1.1 |
1844 | 2024-11-13T04:28:16.610Z | Checking colorchoice v1.0.2 |
1845 | 2024-11-13T04:28:16.682Z | Checking addr2line v0.24.2 |
1846 | 2024-11-13T04:28:16.755Z | Checking is_terminal_polyfill v1.70.1 |
1847 | 2024-11-13T04:28:16.877Z | Checking openssl v0.10.68 |
1848 | 2024-11-13T04:28:16.905Z | Checking anstream v0.6.15 |
1849 | 2024-11-13T04:28:16.908Z | Checking terminal_size v0.4.0 |
1850 | 2024-11-13T04:28:17.096Z | Checking idna v0.3.0 |
1851 | 2024-11-13T04:28:17.197Z | Checking camino v1.1.9 |
1852 | 2024-11-13T04:28:17.325Z | Checking signature v2.2.0 |
1853 | 2024-11-13T04:28:17.555Z | Checking clap_lex v0.7.2 |
1854 | 2024-11-13T04:28:17.809Z | Checking either v1.13.0 |
1855 | 2024-11-13T04:28:17.835Z | Checking winnow v0.6.20 |
1856 | 2024-11-13T04:28:18.022Z | Checking strsim v0.11.1 |
1857 | 2024-11-13T04:28:18.207Z | Checking psl-types v2.0.11 |
1858 | 2024-11-13T04:28:18.329Z | Checking clap_builder v4.5.20 |
1859 | 2024-11-13T04:28:18.382Z | Checking cookie v0.18.1 |
1860 | 2024-11-13T04:28:18.409Z | Checking publicsuffix v2.2.3 |
1861 | 2024-11-13T04:28:18.669Z | Checking webpki-roots v0.26.6 |
1862 | 2024-11-13T04:28:18.840Z | Checking idna v0.5.0 |
1863 | 2024-11-13T04:28:18.896Z | Checking openapiv3 v2.0.0 |
1864 | 2024-11-13T04:28:19.309Z | Checking hyper v1.4.1 |
1865 | 2024-11-13T04:28:19.650Z | Checking backtrace v0.3.74 |
1866 | 2024-11-13T04:28:19.687Z | Checking cookie_store v0.21.0 |
1867 | 2024-11-13T04:28:20.257Z | Checking anyhow v1.0.93 |
1868 | 2024-11-13T04:28:20.389Z | Checking is-terminal v0.4.13 |
1869 | 2024-11-13T04:28:20.527Z | Checking sync_wrapper v1.0.1 |
1870 | 2024-11-13T04:28:20.652Z | Checking scroll v0.12.0 |
1871 | 2024-11-13T04:28:20.678Z | Checking plain v0.2.3 |
1872 | 2024-11-13T04:28:20.829Z | Checking ucd-trie v0.1.7 |
1873 | 2024-11-13T04:28:20.917Z | Checking base16ct v0.2.0 |
1874 | 2024-11-13T04:28:21.039Z | Checking pest v2.7.14 |
1875 | 2024-11-13T04:28:21.129Z | Checking sec1 v0.7.3 |
1876 | 2024-11-13T04:28:21.132Z | Checking goblin v0.8.2 |
1877 | 2024-11-13T04:28:21.357Z | Checking hyper-util v0.1.10 |
1878 | 2024-11-13T04:28:21.442Z | Checking clap v4.5.20 |
1879 | 2024-11-13T04:28:21.486Z | Checking tokio-rustls v0.26.0 |
1880 | 2024-11-13T04:28:21.513Z | Checking num-integer v0.1.46 |
1881 | 2024-11-13T04:28:21.564Z | Checking ff v0.13.0 |
1882 | 2024-11-13T04:28:21.795Z | Checking pretty-hex v0.4.1 |
1883 | 2024-11-13T04:28:21.898Z | Checking group v0.13.0 |
1884 | 2024-11-13T04:28:21.979Z | Checking hkdf v0.12.4 |
1885 | 2024-11-13T04:28:22.017Z | Checking crypto-bigint v0.5.5 |
1886 | 2024-11-13T04:28:22.168Z | Checking thread-id v4.2.2 |
1887 | 2024-11-13T04:28:22.220Z | Checking crc32fast v1.4.2 |
1888 | 2024-11-13T04:28:22.290Z | Checking utf-8 v0.7.6 |
1889 | 2024-11-13T04:28:22.394Z | Checking static_assertions v1.1.0 |
1890 | 2024-11-13T04:28:22.431Z | Checking native-tls v0.2.12 |
1891 | 2024-11-13T04:28:22.474Z | Checking bitflags v1.3.2 |
1892 | 2024-11-13T04:28:22.541Z | Checking toml_edit v0.22.22 |
1893 | 2024-11-13T04:28:22.544Z | Checking dirs-sys-next v0.1.2 |
1894 | 2024-11-13T04:28:22.625Z | Checking memmap v0.7.0 |
1895 | 2024-11-13T04:28:22.740Z | Checking unicode-segmentation v1.12.0 |
1896 | 2024-11-13T04:28:22.767Z | Checking tokio-native-tls v0.3.1 |
1897 | 2024-11-13T04:28:22.846Z | Checking dirs-next v2.0.0 |
1898 | 2024-11-13T04:28:22.989Z | Checking num-iter v0.1.45 |
1899 | 2024-11-13T04:28:23.034Z | Checking crossbeam-epoch v0.9.18 |
1900 | 2024-11-13T04:28:23.172Z | Checking crossbeam-channel v0.5.13 |
1901 | 2024-11-13T04:28:23.363Z | Checking hyper-tls v0.6.0 |
1902 | 2024-11-13T04:28:23.436Z | Checking hyper-rustls v0.27.3 |
1903 | 2024-11-13T04:28:23.475Z | Checking thread_local v1.1.8 |
1904 | 2024-11-13T04:28:23.524Z | Checking dtrace-parser v0.2.0 |
1905 | 2024-11-13T04:28:23.650Z | Checking term v0.7.0 |
1906 | 2024-11-13T04:28:23.749Z | Checking bstr v1.10.0 |
1907 | 2024-11-13T04:28:23.793Z | Checking reqwest v0.12.9 |
1908 | 2024-11-13T04:28:23.926Z | Checking rfc6979 v0.4.0 |
1909 | 2024-11-13T04:28:24.025Z | Checking hex v0.4.3 |
1910 | 2024-11-13T04:28:24.070Z | Checking winnow v0.5.40 |
1911 | 2024-11-13T04:28:24.111Z | Checking match_cfg v0.1.0 |
1912 | 2024-11-13T04:28:24.217Z | Checking managed v0.8.0 |
1913 | 2024-11-13T04:28:24.549Z | Checking take_mut v0.2.2 |
1914 | 2024-11-13T04:28:24.607Z | Checking hostname v0.3.1 |
1915 | 2024-11-13T04:28:24.688Z | Checking slog-term v2.9.1 |
1916 | 2024-11-13T04:28:24.718Z | Checking slog-async v2.8.0 |
1917 | 2024-11-13T04:28:24.751Z | Checking crossbeam-deque v0.8.5 |
1918 | 2024-11-13T04:28:24.900Z | Checking elliptic-curve v0.13.8 |
1919 | 2024-11-13T04:28:25.030Z | Checking num-bigint-dig v0.8.4 |
1920 | 2024-11-13T04:28:25.074Z | Checking flate2 v1.0.34 |
1921 | 2024-11-13T04:28:25.196Z | Checking pkcs1 v0.7.5 |
1922 | 2024-11-13T04:28:25.225Z | Checking toml v0.8.19 |
1923 | 2024-11-13T04:28:25.566Z | Checking ecdsa v0.16.9 |
1924 | 2024-11-13T04:28:25.619Z | Checking curve25519-dalek v4.1.3 |
1925 | 2024-11-13T04:28:25.714Z | Checking zerocopy v0.6.6 |
1926 | 2024-11-13T04:28:25.751Z | Checking siphasher v0.3.11 |
1927 | 2024-11-13T04:28:26.021Z | Checking rayon-core v1.12.1 |
1928 | 2024-11-13T04:28:26.075Z | Checking ed25519 v2.2.3 |
1929 | 2024-11-13T04:28:26.250Z | Checking dof v0.3.0 |
1930 | 2024-11-13T04:28:26.277Z | Checking rustls v0.22.4 |
1931 | 2024-11-13T04:28:26.377Z | Checking signal-hook v0.3.17 |
1932 | 2024-11-13T04:28:26.513Z | Checking quick-error v1.2.3 |
1933 | 2024-11-13T04:28:26.666Z | Checking itertools v0.10.5 |
1934 | 2024-11-13T04:28:26.730Z | Checking slog-json v2.6.1 |
1935 | 2024-11-13T04:28:26.758Z | Checking x509-cert v0.2.5 |
1936 | 2024-11-13T04:28:26.861Z | Checking usdt-impl v0.5.0 |
1937 | 2024-11-13T04:28:27.004Z | Checking idna v0.4.0 |
1938 | 2024-11-13T04:28:27.160Z | Checking toml_edit v0.19.15 |
1939 | 2024-11-13T04:28:27.191Z | Checking rsa v0.9.6 |
1940 | 2024-11-13T04:28:27.436Z | Checking usdt v0.5.0 |
1941 | 2024-11-13T04:28:27.592Z | Checking ed25519-dalek v2.1.1 |
1942 | 2024-11-13T04:28:27.692Z | Checking hubpack v0.1.2 |
1943 | 2024-11-13T04:28:27.884Z | Checking bzip2-sys v0.1.11+1.0.8 |
1944 | 2024-11-13T04:28:28.012Z | Checking bit-vec v0.6.3 |
1945 | 2024-11-13T04:28:28.036Z | Checking debug-ignore v1.0.5 |
1946 | 2024-11-13T04:28:28.039Z | Checking bzip2 v0.4.4 |
1947 | 2024-11-13T04:28:28.205Z | Checking hickory-proto v0.24.1 |
1948 | 2024-11-13T04:28:28.282Z | Checking slog-bunyan v2.5.0 |
1949 | 2024-11-13T04:28:28.322Z | Checking signal-hook-mio v0.2.4 |
1950 | 2024-11-13T04:28:28.360Z | Checking bit-set v0.5.3 |
1951 | 2024-11-13T04:28:28.414Z | Checking multer v3.1.0 |
1952 | 2024-11-13T04:28:28.457Z | Checking console v0.15.8 |
1953 | 2024-11-13T04:28:28.484Z | Checking waitgroup v0.1.2 |
1954 | 2024-11-13T04:28:28.625Z | Checking serde_path_to_error v0.1.16 |
1955 | 2024-11-13T04:28:28.628Z | Checking async-stream v0.3.6 |
1956 | 2024-11-13T04:28:28.827Z | Checking hostname v0.4.0 |
1957 | 2024-11-13T04:28:28.858Z | Checking hash32 v0.2.1 |
1958 | 2024-11-13T04:28:28.973Z | Checking unicode-properties v0.1.3 |
1959 | 2024-11-13T04:28:29.000Z | Checking predicates-core v1.0.8 |
1960 | 2024-11-13T04:28:29.042Z | Checking linked-hash-map v0.5.6 |
1961 | 2024-11-13T04:28:29.164Z | Checking heapless v0.7.17 |
1962 | 2024-11-13T04:28:29.191Z | Checking crossterm v0.28.1 |
1963 | 2024-11-13T04:28:29.262Z | Checking rayon v1.10.0 |
1964 | 2024-11-13T04:28:29.352Z | Checking stringprep v0.1.5 |
1965 | 2024-11-13T04:28:29.377Z | Checking lru-cache v0.1.2 |
1966 | 2024-11-13T04:28:29.582Z | Checking phf_shared v0.11.2 |
1967 | 2024-11-13T04:28:29.636Z | Checking similar v2.6.0 |
1968 | 2024-11-13T04:28:29.722Z | Checking toml v0.7.8 |
1969 | 2024-11-13T04:28:29.880Z | Checking tokio-stream v0.1.16 |
1970 | 2024-11-13T04:28:29.981Z | Checking tokio-rustls v0.25.0 |
1971 | 2024-11-13T04:28:30.236Z | Checking md-5 v0.10.6 |
1972 | 2024-11-13T04:28:30.393Z | Checking dropshot v0.12.0 |
1973 | 2024-11-13T04:28:30.480Z | Checking float-cmp v0.9.0 |
1974 | 2024-11-13T04:28:30.508Z | Checking difflib v0.4.0 |
1975 | 2024-11-13T04:28:30.529Z | Checking normalize-line-endings v0.3.0 |
1976 | 2024-11-13T04:28:30.662Z | Checking fixedbitset v0.4.2 |
1977 | 2024-11-13T04:28:30.687Z | Checking fallible-iterator v0.2.0 |
1978 | 2024-11-13T04:28:30.823Z | Checking smoltcp v0.9.1 |
1979 | 2024-11-13T04:28:30.852Z | Checking predicates v3.1.2 |
1980 | 2024-11-13T04:28:30.948Z | Checking petgraph v0.6.5 |
1981 | 2024-11-13T04:28:31.027Z | Checking phf v0.11.2 |
1982 | 2024-11-13T04:28:31.327Z | Checking zip v0.6.6 |
1983 | 2024-11-13T04:28:31.330Z | Checking postgres-protocol v0.6.7 |
1984 | 2024-11-13T04:28:31.534Z | Checking resolv-conf v0.7.0 |
1985 | 2024-11-13T04:28:31.903Z | Checking phf_shared v0.10.0 |
1986 | 2024-11-13T04:28:32.055Z | Checking tungstenite v0.24.0 |
1987 | 2024-11-13T04:28:32.083Z | Checking fs-err v2.11.0 |
1988 | 2024-11-13T04:28:32.200Z | Checking serde-big-array v0.5.1 |
1989 | 2024-11-13T04:28:32.388Z | Checking portable-atomic v1.9.0 |
1990 | 2024-11-13T04:28:32.424Z | Checking minimal-lexical v0.2.1 |
1991 | 2024-11-13T04:28:32.649Z | Checking number_prefix v0.4.0 |
1992 | 2024-11-13T04:28:32.854Z | Checking lalrpop-util v0.19.12 |
1993 | 2024-11-13T04:28:32.857Z | Checking precomputed-hash v0.1.1 |
1994 | 2024-11-13T04:28:32.973Z | Checking new_debug_unreachable v1.0.6 |
1995 | 2024-11-13T04:28:32.999Z | Checking tokio-tungstenite v0.24.0 |
1996 | 2024-11-13T04:28:33.024Z | Checking hickory-resolver v0.24.1 |
1997 | 2024-11-13T04:28:33.078Z | Checking string_cache v0.8.7 |
1998 | 2024-11-13T04:28:33.160Z | Checking nom v7.1.3 |
1999 | 2024-11-13T04:28:33.199Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2000 | 2024-11-13T04:28:33.388Z | Checking postgres-types v0.2.8 |
2001 | 2024-11-13T04:28:33.483Z | Checking indicatif v0.17.8 |
2002 | 2024-11-13T04:28:33.510Z | Checking itertools v0.12.1 |
2003 | 2024-11-13T04:28:34.119Z | Checking peg-runtime v0.8.3 |
2004 | 2024-11-13T04:28:34.143Z | Checking whoami v1.5.2 |
2005 | 2024-11-13T04:28:34.342Z | Compiling hashbrown v0.14.5 |
2006 | 2024-11-13T04:28:34.344Z | Compiling unsafe-libyaml v0.2.11 |
2007 | 2024-11-13T04:28:34.453Z | Checking tokio-postgres v0.7.12 |
2008 | 2024-11-13T04:28:34.656Z | Checking qorb v0.2.0 |
2009 | 2024-11-13T04:28:35.632Z | Compiling regress v0.10.1 |
2010 | 2024-11-13T04:28:35.733Z | Compiling ident_case v1.0.1 |
2011 | 2024-11-13T04:28:35.929Z | Compiling serde_yaml v0.9.34+deprecated |
2012 | 2024-11-13T04:28:36.009Z | Compiling darling_core v0.20.10 |
2013 | 2024-11-13T04:28:36.145Z | Checking heck v0.5.0 |
2014 | 2024-11-13T04:28:36.394Z | Checking progenitor-client v0.8.0 |
2015 | 2024-11-13T04:28:36.799Z | Checking fastrand v2.1.1 |
2016 | 2024-11-13T04:28:37.145Z | Compiling newtype-uuid v1.1.3 |
2017 | 2024-11-13T04:28:37.334Z | Checking ipnetwork v0.20.0 |
2018 | 2024-11-13T04:28:37.452Z | Compiling structmeta-derive v0.3.0 |
2019 | 2024-11-13T04:28:37.658Z | Checking strum v0.26.3 |
2020 | 2024-11-13T04:28:37.704Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2021 | 2024-11-13T04:28:38.088Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2022 | 2024-11-13T04:28:38.459Z | Checking tempfile v3.13.0 |
2023 | 2024-11-13T04:28:38.502Z | Checking instant v0.1.13 |
2024 | 2024-11-13T04:28:38.635Z | Checking regress v0.9.1 |
2025 | 2024-11-13T04:28:38.785Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2026 | 2024-11-13T04:28:38.850Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2027 | 2024-11-13T04:28:39.154Z | Checking macaddr v1.0.1 |
2028 | 2024-11-13T04:28:39.497Z | Compiling typify-impl v0.2.0 |
2029 | 2024-11-13T04:28:39.609Z | Checking backoff v0.4.0 |
2030 | 2024-11-13T04:28:39.934Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2031 | 2024-11-13T04:28:40.096Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2032 | 2024-11-13T04:28:40.159Z | Checking wait-timeout v0.2.0 |
2033 | 2024-11-13T04:28:40.262Z | Checking rand_xorshift v0.3.0 |
2034 | 2024-11-13T04:28:40.350Z | Checking rusty-fork v0.3.0 |
2035 | 2024-11-13T04:28:40.376Z | Compiling structmeta v0.3.0 |
2036 | 2024-11-13T04:28:40.448Z | Compiling structmeta-derive v0.2.0 |
2037 | 2024-11-13T04:28:40.693Z | Checking unarray v0.1.4 |
2038 | 2024-11-13T04:28:40.743Z | Checking camino-tempfile v1.1.1 |
2039 | 2024-11-13T04:28:40.839Z | Compiling parse-display-derive v0.10.0 |
2040 | 2024-11-13T04:28:40.844Z | Checking proptest v1.5.0 |
2041 | 2024-11-13T04:28:41.000Z | Compiling proc-macro-error v1.0.4 |
2042 | 2024-11-13T04:28:41.728Z | Compiling proc-macro-crate v1.3.1 |
2043 | 2024-11-13T04:28:42.219Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2044 | 2024-11-13T04:28:42.610Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2045 | 2024-11-13T04:28:42.636Z | Compiling foreign-types-macros v0.2.3 |
2046 | 2024-11-13T04:28:42.934Z | Checking foreign-types-shared v0.3.1 |
2047 | 2024-11-13T04:28:42.961Z | Compiling num_enum_derive v0.5.11 |
2048 | 2024-11-13T04:28:43.166Z | Compiling darling_macro v0.20.10 |
2049 | 2024-11-13T04:28:43.413Z | Checking tabwriter v1.4.0 |
2050 | 2024-11-13T04:28:43.464Z | Compiling structmeta v0.2.0 |
2051 | 2024-11-13T04:28:43.661Z | Checking cstr-argument v0.1.2 |
2052 | 2024-11-13T04:28:43.845Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2053 | 2024-11-13T04:28:43.943Z | Compiling test-strategy v0.3.1 |
2054 | 2024-11-13T04:28:43.970Z | Checking foreign-types v0.5.0 |
2055 | 2024-11-13T04:28:44.082Z | Checking pretty-hex v0.2.1 |
2056 | 2024-11-13T04:28:44.127Z | Compiling darling v0.20.10 |
2057 | 2024-11-13T04:28:44.254Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2058 | 2024-11-13T04:28:44.280Z | Compiling serde_with_macros v3.11.0 |
2059 | 2024-11-13T04:28:44.586Z | Checking colored v2.1.0 |
2060 | 2024-11-13T04:28:44.722Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2061 | 2024-11-13T04:28:44.894Z | Checking smf v0.2.3 |
2062 | 2024-11-13T04:28:44.919Z | Checking base64 v0.21.7 |
2063 | 2024-11-13T04:28:45.396Z | Compiling crucible-workspace-hack v0.1.0 |
2064 | 2024-11-13T04:28:45.423Z | Compiling heapless v0.8.0 |
2065 | 2024-11-13T04:28:45.562Z | Checking parse-display v0.10.0 |
2066 | 2024-11-13T04:28:45.656Z | Checking num_enum v0.5.11 |
2067 | 2024-11-13T04:28:45.711Z | Checking termtree v0.4.1 |
2068 | 2024-11-13T04:28:45.809Z | Checking hash32 v0.3.1 |
2069 | 2024-11-13T04:28:45.835Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2070 | 2024-11-13T04:28:45.860Z | Compiling smoltcp v0.11.0 |
2071 | 2024-11-13T04:28:45.917Z | Checking predicates-tree v1.0.11 |
2072 | 2024-11-13T04:28:46.007Z | Checking cobs v0.2.3 |
2073 | 2024-11-13T04:28:46.075Z | Checking sigpipe v0.1.3 |
2074 | 2024-11-13T04:28:46.130Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2075 | 2024-11-13T04:28:46.195Z | Checking postcard v1.0.10 |
2076 | 2024-11-13T04:28:46.198Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2077 | 2024-11-13T04:28:46.389Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2078 | 2024-11-13T04:28:46.491Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2079 | 2024-11-13T04:28:46.622Z | Compiling mockall_derive v0.13.0 |
2080 | 2024-11-13T04:28:46.772Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2081 | 2024-11-13T04:28:46.825Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2082 | 2024-11-13T04:28:47.041Z | Checking serde_with v3.11.0 |
2083 | 2024-11-13T04:28:47.174Z | Compiling zone_cfg_derive v0.3.0 |
2084 | 2024-11-13T04:28:47.342Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2085 | 2024-11-13T04:28:47.721Z | Compiling num-derive v0.4.2 |
2086 | 2024-11-13T04:28:48.041Z | Checking fragile v2.0.0 |
2087 | 2024-11-13T04:28:48.337Z | Checking downcast v0.11.0 |
2088 | 2024-11-13T04:28:48.561Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2089 | 2024-11-13T04:28:48.713Z | Checking zone v0.3.0 |
2090 | 2024-11-13T04:28:48.905Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2091 | 2024-11-13T04:28:49.178Z | Checking atomicwrites v0.4.4 |
2092 | 2024-11-13T04:28:49.229Z | Compiling convert_case v0.4.0 |
2093 | 2024-11-13T04:28:49.389Z | Checking tungstenite v0.21.0 |
2094 | 2024-11-13T04:28:49.484Z | Checking newline-converter v0.3.0 |
2095 | 2024-11-13T04:28:49.651Z | Checking expectorate v1.1.0 |
2096 | 2024-11-13T04:28:49.832Z | Checking itertools v0.13.0 |
2097 | 2024-11-13T04:28:50.042Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2098 | 2024-11-13T04:28:50.239Z | Compiling derive_more v0.99.18 |
2099 | 2024-11-13T04:28:50.351Z | Checking tokio-tungstenite v0.21.0 |
2100 | 2024-11-13T04:28:50.436Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2101 | 2024-11-13T04:28:50.541Z | Checking same-file v1.0.6 |
2102 | 2024-11-13T04:28:50.661Z | Checking arc-swap v1.7.1 |
2103 | 2024-11-13T04:28:50.731Z | Checking walkdir v2.5.0 |
2104 | 2024-11-13T04:28:50.874Z | Checking xattr v1.3.1 |
2105 | 2024-11-13T04:28:51.037Z | Checking filetime v0.2.25 |
2106 | 2024-11-13T04:28:51.079Z | Compiling owo-colors v4.1.0 |
2107 | 2024-11-13T04:28:51.111Z | Checking slog-scope v4.4.0 |
2108 | 2024-11-13T04:28:51.263Z | Checking tar v0.4.43 |
2109 | 2024-11-13T04:28:51.325Z | Checking slog-stdlog v4.1.1 |
2110 | 2024-11-13T04:28:51.369Z | Checking swrite v0.1.0 |
2111 | 2024-11-13T04:28:51.505Z | Checking slog-envlogger v2.2.0 |
2112 | 2024-11-13T04:28:51.529Z | Compiling cancel-safe-futures v0.1.5 |
2113 | 2024-11-13T04:28:51.802Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2114 | 2024-11-13T04:28:52.202Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2115 | 2024-11-13T04:28:52.350Z | Checking libsw v3.3.1 |
2116 | 2024-11-13T04:28:52.426Z | Checking password-hash v0.5.0 |
2117 | 2024-11-13T04:28:52.561Z | Checking blake2 v0.10.6 |
2118 | 2024-11-13T04:28:52.647Z | Checking indent_write v2.2.0 |
2119 | 2024-11-13T04:28:52.864Z | Checking linear-map v1.2.0 |
2120 | 2024-11-13T04:28:52.896Z | Checking num-rational v0.4.2 |
2121 | 2024-11-13T04:28:53.053Z | Checking argon2 v0.5.3 |
2122 | 2024-11-13T04:28:53.222Z | Checking pem v3.0.4 |
2123 | 2024-11-13T04:28:53.519Z | Checking num-complex v0.4.6 |
2124 | 2024-11-13T04:28:53.592Z | Checking float-ord v0.3.2 |
2125 | 2024-11-13T04:28:53.712Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2126 | 2024-11-13T04:28:53.750Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2127 | 2024-11-13T04:28:53.753Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2128 | 2024-11-13T04:28:53.788Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2129 | 2024-11-13T04:28:54.155Z | Compiling lzma-sys v0.1.20 |
2130 | 2024-11-13T04:28:54.454Z | Checking num v0.4.3 |
2131 | 2024-11-13T04:28:54.525Z | Checking humantime v2.1.0 |
2132 | 2024-11-13T04:28:54.565Z | Checking headers-core v0.3.0 |
2133 | 2024-11-13T04:28:54.707Z | Compiling heck v0.3.3 |
2134 | 2024-11-13T04:28:54.803Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2135 | 2024-11-13T04:28:55.026Z | Checking headers v0.4.0 |
2136 | 2024-11-13T04:28:55.100Z | Compiling zone_cfg_derive v0.1.2 |
2137 | 2024-11-13T04:28:55.103Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2138 | 2024-11-13T04:28:55.147Z | Checking mockall v0.13.0 |
2139 | 2024-11-13T04:28:55.149Z | Checking yasna v0.5.2 |
2140 | 2024-11-13T04:28:55.395Z | Checking base64 v0.13.1 |
2141 | 2024-11-13T04:28:55.420Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2142 | 2024-11-13T04:28:55.822Z | Checking ron v0.7.1 |
2143 | 2024-11-13T04:28:55.918Z | Checking xz2 v0.1.7 |
2144 | 2024-11-13T04:28:56.063Z | Checking rcgen v0.12.1 |
2145 | 2024-11-13T04:28:56.218Z | Checking subprocess v0.2.9 |
2146 | 2024-11-13T04:28:56.638Z | Checking zone v0.1.8 |
2147 | 2024-11-13T04:28:56.779Z | Checking half v2.4.1 |
2148 | 2024-11-13T04:28:56.809Z | Compiling semver v0.1.20 |
2149 | 2024-11-13T04:28:57.006Z | Checking ciborium-io v0.2.2 |
2150 | 2024-11-13T04:28:57.148Z | Checking highway v1.2.0 |
2151 | 2024-11-13T04:28:57.301Z | Checking ciborium-ll v0.2.2 |
2152 | 2024-11-13T04:28:57.341Z | Compiling rustc_version v0.1.7 |
2153 | 2024-11-13T04:28:57.575Z | Checking prettyplease v0.2.25 |
2154 | 2024-11-13T04:28:57.619Z | Checking ciborium v0.2.2 |
2155 | 2024-11-13T04:28:57.865Z | Compiling newtype_derive v0.1.6 |
2156 | 2024-11-13T04:28:58.089Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2157 | 2024-11-13T04:28:58.287Z | Compiling typify-macro v0.2.0 |
2158 | 2024-11-13T04:28:58.376Z | Checking steno v0.4.1 |
2159 | 2024-11-13T04:28:59.701Z | Compiling slog-dtrace v0.3.0 |
2160 | 2024-11-13T04:28:59.844Z | Checking display-error-chain v0.2.2 |
2161 | 2024-11-13T04:29:00.032Z | Compiling ring v0.16.20 |
2162 | 2024-11-13T04:29:00.463Z | Compiling blake3 v1.5.4 |
2163 | 2024-11-13T04:29:00.517Z | Checking keccak v0.1.5 |
2164 | 2024-11-13T04:29:00.674Z | Checking universal-hash v0.5.1 |
2165 | 2024-11-13T04:29:00.871Z | Checking sha3 v0.10.8 |
2166 | 2024-11-13T04:29:00.896Z | Checking secrecy v0.8.0 |
2167 | 2024-11-13T04:29:01.014Z | Checking opaque-debug v0.3.1 |
2168 | 2024-11-13T04:29:01.114Z | Checking aead v0.5.2 |
2169 | 2024-11-13T04:29:01.139Z | Checking poly1305 v0.8.0 |
2170 | 2024-11-13T04:29:01.301Z | Checking chacha20 v0.9.1 |
2171 | 2024-11-13T04:29:01.657Z | Checking gethostname v0.5.0 |
2172 | 2024-11-13T04:29:01.791Z | Compiling memmap2 v0.9.5 |
2173 | 2024-11-13T04:29:01.826Z | Compiling arrayref v0.3.9 |
2174 | 2024-11-13T04:29:01.937Z | Compiling constant_time_eq v0.3.1 |
2175 | 2024-11-13T04:29:02.177Z | Compiling arrayvec v0.7.6 |
2176 | 2024-11-13T04:29:02.253Z | Compiling spin v0.5.2 |
2177 | 2024-11-13T04:29:02.506Z | Compiling toolchain_find v0.4.0 |
2178 | 2024-11-13T04:29:02.584Z | Compiling thiserror-impl-no-std v2.0.2 |
2179 | 2024-11-13T04:29:02.663Z | Compiling typify v0.2.0 |
2180 | 2024-11-13T04:29:02.819Z | Compiling progenitor-impl v0.8.0 |
2181 | 2024-11-13T04:29:02.919Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2182 | 2024-11-13T04:29:03.202Z | Compiling topological-sort v0.2.2 |
2183 | 2024-11-13T04:29:03.259Z | Compiling rustfmt-wrapper v0.2.1 |
2184 | 2024-11-13T04:29:03.438Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2185 | 2024-11-13T04:29:03.842Z | Checking chacha20poly1305 v0.10.1 |
2186 | 2024-11-13T04:29:03.869Z | Checking nibble_vec v0.1.0 |
2187 | 2024-11-13T04:29:03.986Z | Checking endian-type v0.1.2 |
2188 | 2024-11-13T04:29:04.043Z | Checking fxhash v0.2.1 |
2189 | 2024-11-13T04:29:04.077Z | Checking termcolor v1.4.1 |
2190 | 2024-11-13T04:29:04.186Z | Compiling radium v0.7.0 |
2191 | 2024-11-13T04:29:04.210Z | Checking radix_trie v0.2.1 |
2192 | 2024-11-13T04:29:04.238Z | Checking maplit v1.0.2 |
2193 | 2024-11-13T04:29:04.361Z | Compiling maybe-uninit v2.0.0 |
2194 | 2024-11-13T04:29:04.524Z | Checking tap v1.0.1 |
2195 | 2024-11-13T04:29:04.639Z | Checking crc-catalog v2.4.0 |
2196 | 2024-11-13T04:29:04.719Z | Checking wyz v0.5.1 |
2197 | 2024-11-13T04:29:04.767Z | Compiling packed_struct v0.10.1 |
2198 | 2024-11-13T04:29:04.791Z | Checking funty v2.0.0 |
2199 | 2024-11-13T04:29:05.072Z | Checking crc v3.2.1 |
2200 | 2024-11-13T04:29:05.100Z | Checking kstat-rs v0.2.4 |
2201 | 2024-11-13T04:29:05.123Z | Compiling packed_struct_codegen v0.10.1 |
2202 | 2024-11-13T04:29:05.274Z | Compiling indexmap v1.9.3 |
2203 | 2024-11-13T04:29:05.439Z | Checking nodrop v0.1.14 |
2204 | 2024-11-13T04:29:05.537Z | Compiling libefi-sys v0.1.0 |
2205 | 2024-11-13T04:29:05.570Z | Checking array-init v0.0.4 |
2206 | 2024-11-13T04:29:05.626Z | Checking smallvec v0.6.14 |
2207 | 2024-11-13T04:29:05.756Z | Checking bitvec v1.0.1 |
2208 | 2024-11-13T04:29:05.809Z | Checking thiserror-no-std v2.0.2 |
2209 | 2024-11-13T04:29:05.833Z | Compiling omicron-zone-package v0.11.1 |
2210 | 2024-11-13T04:29:05.932Z | Checking vsss-rs v3.3.4 |
2211 | 2024-11-13T04:29:06.071Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2212 | 2024-11-13T04:29:06.474Z | Compiling bitfield-struct v0.6.2 |
2213 | 2024-11-13T04:29:06.599Z | Compiling async-recursion v1.1.1 |
2214 | 2024-11-13T04:29:07.587Z | Checking hashbrown v0.12.3 |
2215 | 2024-11-13T04:29:08.016Z | Checking bitfield v0.14.0 |
2216 | 2024-11-13T04:29:08.046Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2217 | 2024-11-13T04:29:08.327Z | Checking serde-hex v0.1.0 |
2218 | 2024-11-13T04:29:08.667Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2219 | 2024-11-13T04:29:08.911Z | Checking env_logger v0.10.2 |
2220 | 2024-11-13T04:29:08.934Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2221 | 2024-11-13T04:29:09.246Z | Checking ron v0.8.1 |
2222 | 2024-11-13T04:29:09.279Z | Checking hashbrown v0.13.2 |
2223 | 2024-11-13T04:29:09.346Z | Checking crc-any v2.5.0 |
2224 | 2024-11-13T04:29:09.402Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2225 | 2024-11-13T04:29:09.535Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2226 | 2024-11-13T04:29:09.973Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2227 | 2024-11-13T04:29:10.034Z | Compiling parking_lot_core v0.8.6 |
2228 | 2024-11-13T04:29:10.218Z | Checking path-slash v0.1.5 |
2229 | 2024-11-13T04:29:10.346Z | Checking object v0.30.4 |
2230 | 2024-11-13T04:29:10.369Z | Checking glob v0.3.1 |
2231 | 2024-11-13T04:29:10.523Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2232 | 2024-11-13T04:29:10.695Z | Checking hickory-client v0.24.1 |
2233 | 2024-11-13T04:29:10.813Z | Checking hickory-server v0.24.1 |
2234 | 2024-11-13T04:29:10.917Z | Checking parking_lot v0.11.2 |
2235 | 2024-11-13T04:29:11.044Z | Compiling progenitor-macro v0.8.0 |
2236 | 2024-11-13T04:29:11.272Z | Checking sled v0.34.7 |
2237 | 2024-11-13T04:29:11.377Z | Checking primeorder v0.13.6 |
2238 | 2024-11-13T04:29:11.894Z | Compiling unicase v2.7.0 |
2239 | 2024-11-13T04:29:12.458Z | Checking nanorand v0.7.0 |
2240 | 2024-11-13T04:29:12.477Z | Checking home v0.5.9 |
2241 | 2024-11-13T04:29:12.510Z | Compiling buf-list v1.0.3 |
2242 | 2024-11-13T04:29:12.632Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2243 | 2024-11-13T04:29:12.655Z | Compiling const_format_proc_macros v0.2.33 |
2244 | 2024-11-13T04:29:12.858Z | Checking flume v0.11.1 |
2245 | 2024-11-13T04:29:13.247Z | Checking atty v0.2.14 |
2246 | 2024-11-13T04:29:13.386Z | Compiling vte_generate_state_changes v0.1.2 |
2247 | 2024-11-13T04:29:13.406Z | Compiling salty v0.3.0 |
2248 | 2024-11-13T04:29:14.000Z | Checking p384 v0.13.0 |
2249 | 2024-11-13T04:29:14.041Z | Checking vte v0.11.1 |
2250 | 2024-11-13T04:29:14.166Z | Checking fd-lock v4.0.2 |
2251 | 2024-11-13T04:29:14.268Z | Compiling mime_guess v2.0.5 |
2252 | 2024-11-13T04:29:14.780Z | Checking const_format v0.2.33 |
2253 | 2024-11-13T04:29:14.916Z | Checking env_filter v0.1.2 |
2254 | 2024-11-13T04:29:15.126Z | Checking nu-ansi-term v0.50.1 |
2255 | 2024-11-13T04:29:15.170Z | Checking env_logger v0.11.5 |
2256 | 2024-11-13T04:29:15.271Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2257 | 2024-11-13T04:29:15.434Z | Checking strip-ansi-escapes v0.2.0 |
2258 | 2024-11-13T04:29:15.547Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2259 | 2024-11-13T04:29:15.589Z | Checking reedline v0.35.0 |
2260 | 2024-11-13T04:29:15.667Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2261 | 2024-11-13T04:29:15.954Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2262 | 2024-11-13T04:29:15.997Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2263 | 2024-11-13T04:29:16.023Z | Compiling dsl_auto_type v0.1.2 |
2264 | 2024-11-13T04:29:16.278Z | Checking scheduled-thread-pool v0.2.7 |
2265 | 2024-11-13T04:29:16.490Z | Compiling diesel_table_macro_syntax v0.2.0 |
2266 | 2024-11-13T04:29:16.527Z | Checking http-range v0.1.5 |
2267 | 2024-11-13T04:29:16.566Z | Compiling crunchy v0.2.2 |
2268 | 2024-11-13T04:29:16.600Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2269 | 2024-11-13T04:29:16.717Z | Checking hyper-staticfile v0.10.1 |
2270 | 2024-11-13T04:29:16.931Z | Checking r2d2 v0.8.10 |
2271 | 2024-11-13T04:29:17.296Z | Compiling phf_generator v0.11.2 |
2272 | 2024-11-13T04:29:17.319Z | Checking bytecount v0.6.8 |
2273 | 2024-11-13T04:29:17.483Z | Compiling tiny-keccak v2.0.2 |
2274 | 2024-11-13T04:29:17.505Z | Checking papergrid v0.11.0 |
2275 | 2024-11-13T04:29:17.769Z | Compiling diesel_derives v2.2.3 |
2276 | 2024-11-13T04:29:17.816Z | Compiling phf_codegen v0.11.2 |
2277 | 2024-11-13T04:29:17.968Z | Compiling tabled_derive v0.7.0 |
2278 | 2024-11-13T04:29:18.041Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2279 | 2024-11-13T04:29:18.325Z | Compiling parse-zoneinfo v0.3.1 |
2280 | 2024-11-13T04:29:18.403Z | Compiling cfg_aliases v0.1.1 |
2281 | 2024-11-13T04:29:18.523Z | Compiling ref-cast v1.0.23 |
2282 | 2024-11-13T04:29:19.005Z | Compiling chrono-tz-build v0.4.0 |
2283 | 2024-11-13T04:29:19.158Z | Compiling nix v0.28.0 |
2284 | 2024-11-13T04:29:20.017Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2285 | 2024-11-13T04:29:20.115Z | Compiling ascii-canvas v3.0.0 |
2286 | 2024-11-13T04:29:20.309Z | Compiling ena v0.14.3 |
2287 | 2024-11-13T04:29:20.422Z | Compiling ref-cast-impl v1.0.23 |
2288 | 2024-11-13T04:29:20.455Z | Compiling regex-syntax v0.6.29 |
2289 | 2024-11-13T04:29:20.526Z | Checking tabled v0.15.0 |
2290 | 2024-11-13T04:29:20.688Z | Compiling diff v0.1.13 |
2291 | 2024-11-13T04:29:20.766Z | Compiling chrono-tz v0.10.0 |
2292 | 2024-11-13T04:29:21.439Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2293 | 2024-11-13T04:29:21.478Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2294 | 2024-11-13T04:29:21.825Z | Checking signal-hook-tokio v0.3.1 |
2295 | 2024-11-13T04:29:23.183Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2296 | 2024-11-13T04:29:23.489Z | Compiling derive_builder_core v0.20.2 |
2297 | 2024-11-13T04:29:23.728Z | Compiling lalrpop v0.19.12 |
2298 | 2024-11-13T04:29:23.939Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2299 | 2024-11-13T04:29:25.188Z | Compiling peg-macros v0.8.4 |
2300 | 2024-11-13T04:29:25.594Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2301 | 2024-11-13T04:29:26.024Z | Compiling libxml v0.3.3 |
2302 | 2024-11-13T04:29:26.211Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2303 | 2024-11-13T04:29:26.400Z | Compiling sqlparser_derive v0.2.2 |
2304 | 2024-11-13T04:29:26.510Z | Compiling memoffset v0.9.1 |
2305 | 2024-11-13T04:29:26.728Z | Checking progenitor v0.8.0 |
2306 | 2024-11-13T04:29:26.815Z | Checking unicode_categories v0.1.1 |
2307 | 2024-11-13T04:29:26.984Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2308 | 2024-11-13T04:29:27.087Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2309 | 2024-11-13T04:29:27.129Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2310 | 2024-11-13T04:29:27.506Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2311 | 2024-11-13T04:29:29.090Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2312 | 2024-11-13T04:29:30.783Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2313 | 2024-11-13T04:29:31.791Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2314 | 2024-11-13T04:29:32.007Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2315 | 2024-11-13T04:29:32.057Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2316 | 2024-11-13T04:29:33.667Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2317 | 2024-11-13T04:29:33.974Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2318 | 2024-11-13T04:29:34.339Z | Checking diesel v2.2.4 |
2319 | 2024-11-13T04:29:34.364Z | Checking peg v0.8.4 |
2320 | 2024-11-13T04:29:34.484Z | Checking sqlparser v0.45.0 |
2321 | 2024-11-13T04:29:35.359Z | Checking sqlformat v0.2.6 |
2322 | 2024-11-13T04:29:38.673Z | Compiling derive_builder_macro v0.20.2 |
2323 | 2024-11-13T04:29:39.590Z | Checking rustyline v14.0.0 |
2324 | 2024-11-13T04:29:41.284Z | Checking tungstenite v0.23.0 |
2325 | 2024-11-13T04:29:42.308Z | Checking bcs v0.1.6 |
2326 | 2024-11-13T04:29:42.811Z | Compiling strum_macros v0.24.3 |
2327 | 2024-11-13T04:29:43.872Z | Compiling samael v0.0.17 |
2328 | 2024-11-13T04:29:45.789Z | Compiling pin-project-internal v1.1.6 |
2329 | 2024-11-13T04:29:46.586Z | Compiling indoc v1.0.9 |
2330 | 2024-11-13T04:29:48.993Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2331 | 2024-11-13T04:29:49.942Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2332 | 2024-11-13T04:29:51.678Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2333 | 2024-11-13T04:29:52.997Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2334 | 2024-11-13T04:29:53.193Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2335 | 2024-11-13T04:29:55.187Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2336 | 2024-11-13T04:29:55.237Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2337 | 2024-11-13T04:29:56.689Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2338 | 2024-11-13T04:29:56.835Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2339 | 2024-11-13T04:29:57.315Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2340 | 2024-11-13T04:29:57.344Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2341 | 2024-11-13T04:29:57.591Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2342 | 2024-11-13T04:29:58.126Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2343 | 2024-11-13T04:29:58.267Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2344 | 2024-11-13T04:29:58.399Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2345 | 2024-11-13T04:29:58.819Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2346 | 2024-11-13T04:29:59.480Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2347 | 2024-11-13T04:29:59.941Z | Checking pin-project v1.1.6 |
2348 | 2024-11-13T04:29:59.976Z | Checking tokio-tungstenite v0.23.1 |
2349 | 2024-11-13T04:30:00.082Z | Checking derive_builder v0.20.2 |
2350 | 2024-11-13T04:30:00.627Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2351 | 2024-11-13T04:30:00.662Z | Checking quick-xml v0.33.0 |
2352 | 2024-11-13T04:30:00.942Z | Compiling impl-trait-for-tuples v0.2.2 |
2353 | 2024-11-13T04:30:02.900Z | Compiling oso-derive v0.27.3 |
2354 | 2024-11-13T04:30:02.971Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2355 | 2024-11-13T04:30:03.989Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2356 | 2024-11-13T04:30:04.424Z | Checking nix v0.27.1 |
2357 | 2024-11-13T04:30:05.666Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2358 | 2024-11-13T04:30:05.766Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2359 | 2024-11-13T04:30:06.038Z | Compiling snafu-derive v0.8.5 |
2360 | 2024-11-13T04:30:06.484Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2361 | 2024-11-13T04:30:06.895Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2362 | 2024-11-13T04:30:07.453Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2363 | 2024-11-13T04:30:09.388Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2364 | 2024-11-13T04:30:09.773Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2365 | 2024-11-13T04:30:10.657Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2366 | 2024-11-13T04:30:11.051Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2367 | 2024-11-13T04:30:11.241Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2368 | 2024-11-13T04:30:11.403Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2369 | 2024-11-13T04:30:11.715Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2370 | 2024-11-13T04:30:12.092Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2371 | 2024-11-13T04:30:12.592Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2372 | 2024-11-13T04:30:13.201Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2373 | 2024-11-13T04:30:14.580Z | Compiling diesel-dtrace v0.3.0 |
2374 | 2024-11-13T04:30:14.899Z | Checking simd-adler32 v0.3.7 |
2375 | 2024-11-13T04:30:15.293Z | Compiling zip v2.1.3 |
2376 | 2024-11-13T04:30:15.638Z | Checking lockfree-object-pool v0.1.6 |
2377 | 2024-11-13T04:30:15.768Z | Checking bumpalo v3.16.0 |
2378 | 2024-11-13T04:30:16.032Z | Checking snafu v0.8.5 |
2379 | 2024-11-13T04:30:16.147Z | Checking zopfli v0.8.1 |
2380 | 2024-11-13T04:30:16.561Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2381 | 2024-11-13T04:30:16.692Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2382 | 2024-11-13T04:30:16.834Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2383 | 2024-11-13T04:30:17.596Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2384 | 2024-11-13T04:30:17.908Z | Checking globset v0.4.15 |
2385 | 2024-11-13T04:30:18.456Z | Checking bb8 v0.8.5 |
2386 | 2024-11-13T04:30:18.522Z | Checking olpc-cjson v0.1.4 |
2387 | 2024-11-13T04:30:18.618Z | Checking serde_plain v1.0.2 |
2388 | 2024-11-13T04:30:18.778Z | Checking typed-path v0.9.3 |
2389 | 2024-11-13T04:30:18.984Z | Checking async-bb8-diesel v0.2.1 |
2390 | 2024-11-13T04:30:20.081Z | Checking parse-size v1.1.0 |
2391 | 2024-11-13T04:30:20.126Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2392 | 2024-11-13T04:30:20.152Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2393 | 2024-11-13T04:30:20.265Z | Checking heck v0.4.1 |
2394 | 2024-11-13T04:30:20.501Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2395 | 2024-11-13T04:30:20.795Z | Checking tough v0.19.0 |
2396 | 2024-11-13T04:30:20.911Z | Checking assert_matches v1.5.0 |
2397 | 2024-11-13T04:30:20.934Z | Checking rand_seeder v0.3.0 |
2398 | 2024-11-13T04:30:21.026Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2399 | 2024-11-13T04:30:21.189Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2400 | 2024-11-13T04:30:21.478Z | Compiling libz-sys v1.1.20 |
2401 | 2024-11-13T04:30:22.370Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2402 | 2024-11-13T04:30:22.644Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2403 | 2024-11-13T04:30:23.200Z | Checking is_ci v1.2.0 |
2404 | 2024-11-13T04:30:23.359Z | Checking supports-color v3.0.1 |
2405 | 2024-11-13T04:30:23.520Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2406 | 2024-11-13T04:30:23.742Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2407 | 2024-11-13T04:30:23.899Z | Compiling vergen v8.3.2 |
2408 | 2024-11-13T04:30:23.924Z | Compiling cargo-platform v0.1.8 |
2409 | 2024-11-13T04:30:24.206Z | Checking unicode-linebreak v0.1.5 |
2410 | 2024-11-13T04:30:24.518Z | Checking smawk v0.3.2 |
2411 | 2024-11-13T04:30:24.603Z | Compiling cargo_metadata v0.18.1 |
2412 | 2024-11-13T04:30:24.691Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2413 | 2024-11-13T04:30:24.724Z | Checking textwrap v0.16.1 |
2414 | 2024-11-13T04:30:25.096Z | Checking castaway v0.2.3 |
2415 | 2024-11-13T04:30:25.282Z | Compiling libsqlite3-sys v0.30.1 |
2416 | 2024-11-13T04:30:25.303Z | Compiling rustls v0.21.12 |
2417 | 2024-11-13T04:30:25.584Z | Compiling cfg_aliases v0.2.1 |
2418 | 2024-11-13T04:30:25.710Z | Compiling nix v0.29.0 |
2419 | 2024-11-13T04:30:25.734Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2420 | 2024-11-13T04:30:26.293Z | Checking compact_str v0.8.0 |
2421 | 2024-11-13T04:30:26.610Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2422 | 2024-11-13T04:30:26.903Z | Checking unicode-truncate v1.1.0 |
2423 | 2024-11-13T04:30:27.142Z | Checking sct v0.7.1 |
2424 | 2024-11-13T04:30:27.194Z | Checking rustls-webpki v0.101.7 |
2425 | 2024-11-13T04:30:27.385Z | Checking lru v0.12.5 |
2426 | 2024-11-13T04:30:27.587Z | Compiling instability v0.3.2 |
2427 | 2024-11-13T04:30:27.697Z | Checking cassowary v0.3.0 |
2428 | 2024-11-13T04:30:28.275Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2429 | 2024-11-13T04:30:28.298Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2430 | 2024-11-13T04:30:28.546Z | Checking hashlink v0.9.1 |
2431 | 2024-11-13T04:30:28.636Z | Checking ratatui v0.28.1 |
2432 | 2024-11-13T04:30:28.659Z | Checking concurrent-queue v2.5.0 |
2433 | 2024-11-13T04:30:28.999Z | Checking fallible-iterator v0.3.0 |
2434 | 2024-11-13T04:30:29.190Z | Checking plotters-backend v0.3.7 |
2435 | 2024-11-13T04:30:29.590Z | Checking fallible-streaming-iterator v0.1.9 |
2436 | 2024-11-13T04:30:29.727Z | Checking parking v2.2.1 |
2437 | 2024-11-13T04:30:29.838Z | Checking rusqlite v0.32.1 |
2438 | 2024-11-13T04:30:29.910Z | Checking plotters-svg v0.3.7 |
2439 | 2024-11-13T04:30:30.126Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2440 | 2024-11-13T04:30:30.459Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2441 | 2024-11-13T04:30:30.768Z | Checking rustls-pemfile v1.0.4 |
2442 | 2024-11-13T04:30:30.995Z | Checking twox-hash v1.6.3 |
2443 | 2024-11-13T04:30:31.235Z | Checking tokio-rustls v0.24.1 |
2444 | 2024-11-13T04:30:31.367Z | Checking cast v0.3.0 |
2445 | 2024-11-13T04:30:31.517Z | Checking plotters v0.3.7 |
2446 | 2024-11-13T04:30:31.541Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2447 | 2024-11-13T04:30:31.614Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2448 | 2024-11-13T04:30:31.658Z | Checking criterion-plot v0.5.0 |
2449 | 2024-11-13T04:30:31.705Z | Checking fatfs v0.3.6 |
2450 | 2024-11-13T04:30:32.163Z | Checking tinytemplate v1.2.1 |
2451 | 2024-11-13T04:30:32.592Z | Checking csv-core v0.1.11 |
2452 | 2024-11-13T04:30:32.795Z | Checking oorandom v11.1.4 |
2453 | 2024-11-13T04:30:32.955Z | Checking shell-words v1.1.0 |
2454 | 2024-11-13T04:30:32.981Z | Checking anes v0.1.6 |
2455 | 2024-11-13T04:30:33.156Z | Checking hex-literal v0.4.1 |
2456 | 2024-11-13T04:30:33.309Z | Checking csv v1.3.0 |
2457 | 2024-11-13T04:30:33.332Z | Checking event-listener v5.3.1 |
2458 | 2024-11-13T04:30:33.355Z | Checking criterion v0.5.1 |
2459 | 2024-11-13T04:30:33.393Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2460 | 2024-11-13T04:30:33.770Z | Checking rtoolbox v0.0.2 |
2461 | 2024-11-13T04:30:33.945Z | Checking rpassword v7.3.1 |
2462 | 2024-11-13T04:30:34.106Z | Checking event-listener-strategy v0.5.2 |
2463 | 2024-11-13T04:30:34.236Z | Checking tui-tree-widget v0.22.0 |
2464 | 2024-11-13T04:30:34.339Z | Checking polyval v0.6.2 |
2465 | 2024-11-13T04:30:34.570Z | Checking futures-lite v2.3.0 |
2466 | 2024-11-13T04:30:34.630Z | Checking ghash v0.5.1 |
2467 | 2024-11-13T04:30:34.824Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2468 | 2024-11-13T04:30:34.984Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2469 | 2024-11-13T04:30:36.112Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2470 | 2024-11-13T04:30:36.209Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2471 | 2024-11-13T04:30:36.751Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2472 | 2024-11-13T04:30:37.531Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2473 | 2024-11-13T04:30:38.476Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2474 | 2024-11-13T04:30:39.927Z | Checking ctr v0.9.2 |
2475 | 2024-11-13T04:30:40.466Z | Checking yansi v1.0.1 |
2476 | 2024-11-13T04:30:41.412Z | Checking pretty_assertions v1.4.1 |
2477 | 2024-11-13T04:30:41.430Z | Checking aes-gcm v0.10.3 |
2478 | 2024-11-13T04:30:41.453Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2479 | 2024-11-13T04:30:41.624Z | Checking ssh-encoding v0.2.0 |
2480 | 2024-11-13T04:30:41.675Z | Checking blowfish v0.9.1 |
2481 | 2024-11-13T04:30:41.944Z | Checking bcrypt-pbkdf v0.10.0 |
2482 | 2024-11-13T04:30:41.966Z | Checking ssh-cipher v0.2.0 |
2483 | 2024-11-13T04:30:42.208Z | Checking async-lock v3.4.0 |
2484 | 2024-11-13T04:30:42.286Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2485 | 2024-11-13T04:30:42.768Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2486 | 2024-11-13T04:30:43.130Z | Checking polling v3.7.3 |
2487 | 2024-11-13T04:30:43.532Z | Checking password-hash v0.4.2 |
2488 | 2024-11-13T04:30:43.990Z | Checking matches v0.1.10 |
2489 | 2024-11-13T04:30:44.103Z | Checking idna v0.2.3 |
2490 | 2024-11-13T04:30:44.264Z | Checking pbkdf2 v0.11.0 |
2491 | 2024-11-13T04:30:44.565Z | Checking async-io v2.3.4 |
2492 | 2024-11-13T04:30:44.970Z | Checking ssh-key v0.6.6 |
2493 | 2024-11-13T04:30:45.429Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2494 | 2024-11-13T04:30:46.267Z | Checking p521 v0.13.3 |
2495 | 2024-11-13T04:30:46.667Z | Checking p256 v0.13.2 |
2496 | 2024-11-13T04:30:47.183Z | Checking russh-cryptovec v0.7.3 |
2497 | 2024-11-13T04:30:47.401Z | Compiling enum-as-inner v0.5.1 |
2498 | 2024-11-13T04:30:47.664Z | Compiling target-lexicon v0.12.16 |
2499 | 2024-11-13T04:30:48.434Z | Checking md5 v0.7.0 |
2500 | 2024-11-13T04:30:48.563Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2501 | 2024-11-13T04:30:48.610Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2502 | 2024-11-13T04:30:48.707Z | Checking async-task v4.7.1 |
2503 | 2024-11-13T04:30:49.065Z | Compiling doc-comment v0.3.3 |
2504 | 2024-11-13T04:30:49.095Z | Checking russh-keys v0.45.0 |
2505 | 2024-11-13T04:30:49.915Z | Checking trust-dns-proto v0.22.0 |
2506 | 2024-11-13T04:30:49.943Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2507 | 2024-11-13T04:30:50.438Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2508 | 2024-11-13T04:30:51.529Z | Checking async-channel v2.3.1 |
2509 | 2024-11-13T04:30:51.884Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2510 | 2024-11-13T04:30:53.622Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2511 | 2024-11-13T04:30:53.740Z | Checking piper v0.2.4 |
2512 | 2024-11-13T04:30:53.991Z | Checking num-bigint v0.4.6 |
2513 | 2024-11-13T04:30:54.488Z | Checking des v0.8.1 |
2514 | 2024-11-13T04:30:54.789Z | Compiling dhcproto-macros v0.1.0 |
2515 | 2024-11-13T04:30:55.517Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2516 | 2024-11-13T04:30:55.784Z | Compiling guppy-workspace-hack v0.1.0 |
2517 | 2024-11-13T04:30:56.061Z | Compiling assert_cmd v2.0.16 |
2518 | 2024-11-13T04:30:56.476Z | Checking futures-timer v3.0.3 |
2519 | 2024-11-13T04:30:56.582Z | Checking russh v0.45.0 |
2520 | 2024-11-13T04:30:56.698Z | Checking dhcproto v0.12.0 |
2521 | 2024-11-13T04:30:56.776Z | Checking blocking v1.6.1 |
2522 | 2024-11-13T04:30:57.726Z | Checking async-executor v1.13.1 |
2523 | 2024-11-13T04:30:58.090Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2524 | 2024-11-13T04:30:58.274Z | Checking async-signal v0.2.10 |
2525 | 2024-11-13T04:30:58.586Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2526 | 2024-11-13T04:30:58.705Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2527 | 2024-11-13T04:30:59.444Z | Checking internet-checksum v0.2.1 |
2528 | 2024-11-13T04:30:59.646Z | Compiling target-spec v3.2.2 |
2529 | 2024-11-13T04:30:59.688Z | Checking event-listener v2.5.3 |
2530 | 2024-11-13T04:30:59.922Z | Checking async-channel v1.9.0 |
2531 | 2024-11-13T04:31:00.846Z | Checking async-process v2.3.0 |
2532 | 2024-11-13T04:31:01.133Z | Checking async-global-executor v2.4.1 |
2533 | 2024-11-13T04:31:01.455Z | Checking cfg-expr v0.17.0 |
2534 | 2024-11-13T04:31:01.872Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2535 | 2024-11-13T04:31:02.008Z | Checking httptest v0.16.1 |
2536 | 2024-11-13T04:31:02.281Z | Checking rustls-native-certs v0.7.3 |
2537 | 2024-11-13T04:31:02.477Z | Checking num_cpus v1.16.0 |
2538 | 2024-11-13T04:31:02.626Z | Checking kv-log-macro v1.0.7 |
2539 | 2024-11-13T04:31:02.741Z | Compiling async-attributes v1.1.2 |
2540 | 2024-11-13T04:31:03.609Z | Checking async-std v1.13.0 |
2541 | 2024-11-13T04:31:04.896Z | Checking threadpool v1.8.1 |
2542 | 2024-11-13T04:31:05.111Z | Checking hyper-rustls v0.26.0 |
2543 | 2024-11-13T04:31:05.852Z | Checking pathdiff v0.2.2 |
2544 | 2024-11-13T04:31:06.037Z | Compiling rstest_macros v0.23.0 |
2545 | 2024-11-13T04:31:06.412Z | Compiling target-triple v0.1.3 |
2546 | 2024-11-13T04:31:06.572Z | Checking escape8259 v0.5.3 |
2547 | 2024-11-13T04:31:06.780Z | Checking nested v0.1.1 |
2548 | 2024-11-13T04:31:06.971Z | Checking libtest-mimic v0.7.3 |
2549 | 2024-11-13T04:31:07.025Z | Checking guppy v0.17.8 |
2550 | 2024-11-13T04:31:07.409Z | Checking async-object-pool v0.1.5 |
2551 | 2024-11-13T04:31:07.597Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2552 | 2024-11-13T04:31:07.618Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2553 | 2024-11-13T04:31:08.836Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2554 | 2024-11-13T04:31:09.132Z | Checking similar-asserts v1.6.0 |
2555 | 2024-11-13T04:31:09.164Z | Checking fancy-regex v0.13.0 |
2556 | 2024-11-13T04:31:09.380Z | Checking serde_regex v1.1.0 |
2557 | 2024-11-13T04:31:09.655Z | Checking assert-json-diff v2.0.2 |
2558 | 2024-11-13T04:31:09.950Z | Compiling proc-macro-crate v3.2.0 |
2559 | 2024-11-13T04:31:09.974Z | Checking path-tree v0.8.1 |
2560 | 2024-11-13T04:31:10.328Z | Compiling relative-path v1.9.3 |
2561 | 2024-11-13T04:31:10.830Z | Checking stringmetrics v2.2.2 |
2562 | 2024-11-13T04:31:11.046Z | Checking datatest-stable v0.2.9 |
2563 | 2024-11-13T04:31:11.069Z | Checking httpmock v0.8.0-alpha.1 |
2564 | 2024-11-13T04:31:11.497Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2565 | 2024-11-13T04:31:12.994Z | Checking blake2b_simd v1.0.2 |
2566 | 2024-11-13T04:31:13.868Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2567 | 2024-11-13T04:31:16.449Z | Compiling git2 v0.19.0 |
2568 | 2024-11-13T04:31:16.552Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2569 | 2024-11-13T04:31:16.862Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2570 | 2024-11-13T04:31:17.176Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2571 | 2024-11-13T04:31:17.487Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2572 | 2024-11-13T04:31:18.011Z | Checking serde_tokenstream v0.2.2 |
2573 | 2024-11-13T04:31:18.402Z | Checking uzers v0.12.1 |
2574 | 2024-11-13T04:31:18.973Z | Checking rust-argon2 v2.1.0 |
2575 | 2024-11-13T04:31:19.424Z | Checking trybuild v1.0.101 |
2576 | 2024-11-13T04:31:19.445Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2577 | 2024-11-13T04:31:20.828Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2578 | 2024-11-13T04:31:21.871Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2579 | 2024-11-13T04:31:22.002Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2580 | 2024-11-13T04:31:22.479Z | Checking rstest v0.23.0 |
2581 | 2024-11-13T04:31:22.721Z | Checking rand_distr v0.4.3 |
2582 | 2024-11-13T04:31:23.488Z | Checking multimap v0.10.0 |
2583 | 2024-11-13T04:31:23.595Z | Checking approx v0.5.1 |
2584 | 2024-11-13T04:31:23.860Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2585 | 2024-11-13T04:31:24.414Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2586 | 2024-11-13T04:31:24.558Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2587 | 2024-11-13T04:31:25.064Z | Checking partial-io v0.5.4 |
2588 | 2024-11-13T04:31:25.476Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2589 | 2024-11-13T04:31:25.496Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2590 | 2024-11-13T04:31:25.786Z | Checking cargo_toml v0.20.5 |
2591 | 2024-11-13T04:31:26.195Z | Checking termios v0.3.3 |
2592 | 2024-11-13T04:31:26.417Z | Compiling indoc v2.0.5 |
2593 | 2024-11-13T04:31:26.801Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2594 | 2024-11-13T04:31:26.860Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2595 | 2024-11-13T04:31:27.794Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2596 | 2024-11-13T04:31:30.665Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2597 | 2024-11-13T04:31:47.658Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2598 | 2024-11-13T04:31:53.478Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2599 | 2024-11-13T04:31:55.130Z | Compiling polar-core v0.27.3 |
2600 | 2024-11-13T04:32:06.663Z | Checking oso v0.27.3 |
2601 | 2024-11-13T04:32:24.382Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2602 | 2024-11-13T04:32:28.273Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2603 | 2024-11-13T04:32:28.791Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2604 | 2024-11-13T04:33:01.946Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2605 | 2024-11-13T04:33:01.946Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2606 | 2024-11-13T04:33:01.946Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2607 | 2024-11-13T04:34:29.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 32s |
2608 | 2024-11-13T04:34:29.881Z | |
2609 | 2024-11-13T04:34:29.881Z | real 6:37.278899825 |
2610 | 2024-11-13T04:34:29.881Z | user 36:18.728167934 |
2611 | 2024-11-13T04:34:29.881Z | sys 6:28.961209437 |
2612 | 2024-11-13T04:34:29.881Z | trap 0.977063626 |
2613 | 2024-11-13T04:34:29.881Z | tflt 2.188257610 |
2614 | 2024-11-13T04:34:29.884Z | dflt 0.727638874 |
2615 | 2024-11-13T04:34:29.884Z | kflt 0.000624413 |
2616 | 2024-11-13T04:34:29.884Z | lock 52:02.446423071 |
2617 | 2024-11-13T04:34:29.884Z | slp 2:04:15.217627925 |
2618 | 2024-11-13T04:34:29.884Z | lat 1:40.339783763 |
2619 | 2024-11-13T04:34:29.884Z | stop 6:07.745903887 |
2620 | 2024-11-13T04:34:29.884Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2621 | 2024-11-13T04:34:29.884Z | + ptime -m cargo doc --workspace --no-deps |
2622 | 2024-11-13T04:34:31.147Z | warning: output filename collision. |
2623 | 2024-11-13T04:34:31.147Z | 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)`. |
2624 | 2024-11-13T04:34:31.147Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2625 | 2024-11-13T04:34:31.147Z | The targets should have unique names. |
2626 | 2024-11-13T04:34:31.147Z | This is a known bug where multiple crates with the same name use |
2627 | 2024-11-13T04:34:31.147Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2628 | 2024-11-13T04:34:31.610Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2629 | 2024-11-13T04:34:31.681Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2630 | 2024-11-13T04:34:31.701Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2631 | 2024-11-13T04:34:31.743Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2632 | 2024-11-13T04:34:31.769Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2633 | 2024-11-13T04:34:31.797Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2634 | 2024-11-13T04:34:31.797Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2635 | 2024-11-13T04:34:31.987Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2636 | 2024-11-13T04:34:32.035Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2637 | 2024-11-13T04:34:32.055Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2638 | 2024-11-13T04:34:32.077Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2639 | 2024-11-13T04:34:32.322Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2640 | 2024-11-13T04:34:32.371Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2641 | 2024-11-13T04:34:32.611Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2642 | 2024-11-13T04:34:32.778Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2643 | 2024-11-13T04:34:35.524Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2644 | 2024-11-13T04:34:36.736Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2645 | 2024-11-13T04:34:37.076Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2646 | 2024-11-13T04:34:37.249Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2647 | 2024-11-13T04:34:37.321Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2648 | 2024-11-13T04:34:37.363Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2649 | 2024-11-13T04:34:37.567Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2650 | 2024-11-13T04:34:37.690Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2651 | 2024-11-13T04:34:37.890Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2652 | 2024-11-13T04:34:38.237Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2653 | 2024-11-13T04:34:38.263Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2654 | 2024-11-13T04:34:38.477Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2655 | 2024-11-13T04:34:38.764Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2656 | 2024-11-13T04:34:38.784Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2657 | 2024-11-13T04:34:39.063Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2658 | 2024-11-13T04:34:39.183Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2659 | 2024-11-13T04:34:39.208Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2660 | 2024-11-13T04:34:39.378Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2661 | 2024-11-13T04:34:39.521Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2662 | 2024-11-13T04:34:39.849Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2663 | 2024-11-13T04:34:40.138Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2664 | 2024-11-13T04:34:40.208Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2665 | 2024-11-13T04:34:40.591Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2666 | 2024-11-13T04:34:40.613Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2667 | 2024-11-13T04:34:40.784Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2668 | 2024-11-13T04:34:41.416Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2669 | 2024-11-13T04:34:42.424Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2670 | 2024-11-13T04:34:44.398Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2671 | 2024-11-13T04:34:46.208Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2672 | 2024-11-13T04:34:47.050Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2673 | 2024-11-13T04:34:47.372Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2674 | 2024-11-13T04:34:47.416Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2675 | 2024-11-13T04:34:47.783Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2676 | 2024-11-13T04:34:48.087Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2677 | 2024-11-13T04:34:48.707Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2678 | 2024-11-13T04:34:49.608Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2679 | 2024-11-13T04:34:49.763Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2680 | 2024-11-13T04:34:49.827Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2681 | 2024-11-13T04:34:50.493Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2682 | 2024-11-13T04:34:55.206Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2683 | 2024-11-13T04:34:56.583Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2684 | 2024-11-13T04:34:56.607Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2685 | 2024-11-13T04:34:57.180Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2686 | 2024-11-13T04:34:57.698Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2687 | 2024-11-13T04:34:58.553Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2688 | 2024-11-13T04:34:58.977Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2689 | 2024-11-13T04:34:59.054Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2690 | 2024-11-13T04:34:59.471Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2691 | 2024-11-13T04:35:00.506Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2692 | 2024-11-13T04:35:00.565Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2693 | 2024-11-13T04:35:01.219Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2694 | 2024-11-13T04:35:01.239Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2695 | 2024-11-13T04:35:01.467Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2696 | 2024-11-13T04:35:02.023Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2697 | 2024-11-13T04:35:02.045Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2698 | 2024-11-13T04:35:02.535Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2699 | 2024-11-13T04:35:03.349Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2700 | 2024-11-13T04:35:03.400Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2701 | 2024-11-13T04:35:03.499Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2702 | 2024-11-13T04:35:03.949Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2703 | 2024-11-13T04:35:04.558Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2704 | 2024-11-13T04:35:04.605Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2705 | 2024-11-13T04:35:05.120Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2706 | 2024-11-13T04:35:05.444Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2707 | 2024-11-13T04:35:06.055Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2708 | 2024-11-13T04:35:06.447Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2709 | 2024-11-13T04:35:06.793Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2710 | 2024-11-13T04:35:07.159Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2711 | 2024-11-13T04:35:07.179Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2712 | 2024-11-13T04:35:07.414Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2713 | 2024-11-13T04:35:07.544Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2714 | 2024-11-13T04:35:08.657Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2715 | 2024-11-13T04:35:09.617Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2716 | 2024-11-13T04:35:09.834Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2717 | 2024-11-13T04:35:10.082Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2718 | 2024-11-13T04:35:10.195Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2719 | 2024-11-13T04:35:10.708Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2720 | 2024-11-13T04:35:11.380Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2721 | 2024-11-13T04:35:11.917Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2722 | 2024-11-13T04:35:12.071Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2723 | 2024-11-13T04:35:12.607Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2724 | 2024-11-13T04:35:12.911Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2725 | 2024-11-13T04:35:13.141Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2726 | 2024-11-13T04:35:13.653Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2727 | 2024-11-13T04:35:13.936Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2728 | 2024-11-13T04:35:14.037Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2729 | 2024-11-13T04:35:14.994Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2730 | 2024-11-13T04:35:17.346Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2731 | 2024-11-13T04:35:18.283Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2732 | 2024-11-13T04:35:18.497Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2733 | 2024-11-13T04:35:18.911Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2734 | 2024-11-13T04:35:20.599Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2735 | 2024-11-13T04:35:22.727Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2736 | 2024-11-13T04:35:23.805Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2737 | 2024-11-13T04:35:25.027Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2738 | 2024-11-13T04:35:35.375Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2739 | 2024-11-13T04:35:38.922Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2740 | 2024-11-13T04:35:40.263Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2741 | 2024-11-13T04:36:00.651Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2742 | 2024-11-13T04:36:31.864Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2743 | 2024-11-13T04:36:33.287Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2744 | 2024-11-13T04:36:43.302Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2745 | 2024-11-13T04:36:54.307Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2746 | 2024-11-13T04:36:58.462Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2747 | 2024-11-13T04:37:02.313Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2748 | 2024-11-13T04:37:09.135Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2749 | 2024-11-13T04:37:11.206Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2750 | 2024-11-13T04:37:11.425Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2751 | 2024-11-13T04:37:14.664Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2752 | 2024-11-13T04:37:29.573Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2753 | 2024-11-13T04:37:33.405Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2754 | 2024-11-13T04:37:36.524Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2755 | 2024-11-13T04:37:37.338Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2756 | 2024-11-13T04:37:41.685Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2757 | 2024-11-13T04:37:43.001Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2758 | 2024-11-13T04:37:44.991Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2759 | 2024-11-13T04:38:17.811Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2760 | 2024-11-13T04:38:19.926Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2761 | 2024-11-13T04:38:27.379Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2762 | 2024-11-13T04:38:30.064Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2763 | 2024-11-13T04:38:30.266Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2764 | 2024-11-13T04:38:32.799Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2765 | 2024-11-13T04:38:54.157Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2766 | 2024-11-13T04:39:05.610Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2767 | 2024-11-13T04:39:05.772Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2768 | 2024-11-13T04:39:07.017Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2769 | 2024-11-13T04:39:07.287Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2770 | 2024-11-13T04:39:07.882Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2771 | 2024-11-13T04:39:10.511Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2772 | 2024-11-13T04:39:27.267Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2773 | 2024-11-13T04:39:31.186Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2774 | 2024-11-13T04:39:35.537Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2775 | 2024-11-13T04:39:35.783Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2776 | 2024-11-13T04:39:41.396Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2777 | 2024-11-13T04:39:52.493Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2778 | 2024-11-13T04:39:55.886Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2779 | 2024-11-13T04:39:59.014Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2780 | 2024-11-13T04:39:59.755Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2781 | 2024-11-13T04:40:06.819Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2782 | 2024-11-13T04:40:08.320Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2783 | 2024-11-13T04:40:09.091Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2784 | 2024-11-13T04:40:16.221Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2785 | 2024-11-13T04:40:17.623Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2786 | 2024-11-13T04:40:28.384Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2787 | 2024-11-13T04:40:30.426Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2788 | 2024-11-13T04:40:32.602Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2789 | 2024-11-13T04:40:32.779Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2790 | 2024-11-13T04:40:33.039Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2791 | 2024-11-13T04:40:34.351Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2792 | 2024-11-13T04:40:41.089Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2793 | 2024-11-13T04:40:47.128Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2794 | 2024-11-13T04:40:51.135Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2795 | 2024-11-13T04:40:53.451Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2796 | 2024-11-13T04:40:55.765Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2797 | 2024-11-13T04:40:56.961Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2798 | 2024-11-13T04:40:57.118Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2799 | 2024-11-13T04:40:57.139Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2800 | 2024-11-13T04:41:02.772Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2801 | 2024-11-13T04:41:03.026Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2802 | 2024-11-13T04:41:07.455Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2803 | 2024-11-13T04:41:10.467Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2804 | 2024-11-13T04:41:11.641Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2805 | 2024-11-13T04:41:12.851Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2806 | 2024-11-13T04:41:13.992Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2807 | 2024-11-13T04:41:17.972Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2808 | 2024-11-13T04:41:18.219Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2809 | 2024-11-13T04:41:27.882Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2810 | 2024-11-13T04:41:29.272Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2811 | 2024-11-13T04:41:30.047Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2812 | 2024-11-13T04:41:31.329Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2813 | 2024-11-13T04:41:33.719Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2814 | 2024-11-13T04:41:34.018Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2815 | 2024-11-13T04:41:34.082Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2816 | 2024-11-13T04:41:36.668Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2817 | 2024-11-13T04:41:44.578Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2818 | 2024-11-13T04:41:48.041Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2819 | 2024-11-13T04:41:51.402Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2820 | 2024-11-13T04:41:52.466Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2821 | 2024-11-13T04:41:56.147Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2822 | 2024-11-13T04:41:57.551Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2823 | 2024-11-13T04:41:59.658Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2824 | 2024-11-13T04:42:00.024Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2825 | 2024-11-13T04:42:00.713Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2826 | 2024-11-13T04:42:09.200Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2827 | 2024-11-13T04:42:11.143Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2828 | 2024-11-13T04:42:15.002Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2829 | 2024-11-13T04:42:15.848Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2830 | 2024-11-13T04:42:16.992Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2831 | 2024-11-13T04:42:17.194Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2832 | 2024-11-13T04:42:18.701Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2833 | 2024-11-13T04:42:21.832Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2834 | 2024-11-13T04:42:21.933Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2835 | 2024-11-13T04:42:22.637Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2836 | 2024-11-13T04:42:27.584Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2837 | 2024-11-13T04:42:28.065Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2838 | 2024-11-13T04:42:28.483Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2839 | 2024-11-13T04:42:30.246Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2840 | 2024-11-13T04:42:33.637Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2841 | 2024-11-13T04:42:33.983Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2842 | 2024-11-13T04:42:35.590Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2843 | 2024-11-13T04:42:36.126Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2844 | 2024-11-13T04:42:36.443Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2845 | 2024-11-13T04:42:37.082Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2846 | 2024-11-13T04:42:39.415Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2847 | 2024-11-13T04:42:41.014Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2848 | 2024-11-13T04:43:06.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 36s |
2849 | 2024-11-13T04:43:06.688Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 134 other files |
2850 | 2024-11-13T04:43:06.755Z | |
2851 | 2024-11-13T04:43:06.757Z | real 8:37.059114124 |
2852 | 2024-11-13T04:43:06.758Z | user 26:09.121051652 |
2853 | 2024-11-13T04:43:06.758Z | sys 39:24.613111506 |
2854 | 2024-11-13T04:43:06.758Z | trap 0.434802380 |
2855 | 2024-11-13T04:43:06.758Z | tflt 0.219059530 |
2856 | 2024-11-13T04:43:06.758Z | dflt 0.190857270 |
2857 | 2024-11-13T04:43:06.758Z | kflt 0.000025060 |
2858 | 2024-11-13T04:43:06.758Z | lock 1:27:02.592359095 |
2859 | 2024-11-13T04:43:06.758Z | slp 2:27:50.256803792 |
2860 | 2024-11-13T04:43:06.758Z | lat 1:14.441779798 |
2861 | 2024-11-13T04:43:06.758Z | stop 1:11.287862622 |
2862 | 2024-11-13T04:43:06.758Z | process exited: duration 1294217 ms, exit code 0 |
|
2863 | 2024-11-13T04:43:06.763Z | found 0 output files |